From 6b24c91d3aa81fdb99500c8c2c12f830fabaefb6 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sat, 24 Nov 2012 20:44:45 -0500 Subject: Update codebase. --- help/C/complex.page | 4 +- help/C/conv-currency.page | 2 +- help/C/financial.page | 2 +- help/C/functions.page | 4 +- help/C/index.page | 4 +- help/C/mouse.page | 8 +- help/C/trigonometry.page | 2 +- help/C/variables.page | 4 +- help/Makefile.am | 66 +- help/ca/ca.po | 5750 +++++++-------------------------------- help/cs/cs.po | 60 +- help/de/de.po | 5928 +++++++--------------------------------- help/el/el.po | 6032 ++++++----------------------------------- help/es/es.po | 1960 +++++++------- help/eu/eu.po | 18 +- help/fi/fi.po | 6 +- help/fr/fr.po | 1895 +++++++------ help/gl/gl.po | 956 ++++++- help/hu/hu.po | 1841 ++++++++----- help/it/it.po | 6268 ++++++++++++++++++++++-------------------- help/ja/ja.po | 6394 ++++++++++++++++++++----------------------- help/lv/lv.po | 1303 +++++++++ help/pt_BR/pt_BR.po | 2 +- help/ro/ro.po | 1376 ++++++++++ help/sl/sl.po | 1035 +++++++ help/te/te.po | 1130 ++++++++ help/zh_CN/zh_CN.po | 451 ++-- help/zh_HK/zh_HK.po | 6576 ++++++++++++++++++++------------------------ help/zh_TW/zh_TW.po | 6578 ++++++++++++++++++++------------------------- 29 files changed, 23804 insertions(+), 31851 deletions(-) create mode 100644 help/lv/lv.po create mode 100644 help/ro/ro.po create mode 100644 help/sl/sl.po create mode 100644 help/te/te.po (limited to 'help') diff --git a/help/C/complex.page b/help/C/complex.page index 796b371..aaec96f 100644 --- a/help/C/complex.page +++ b/help/C/complex.page @@ -7,8 +7,8 @@ Complex Numbers - +

- Complex numbers are not supported in mate-calc. + Complex numbers are not supported in GCalctool.

diff --git a/help/C/conv-currency.page b/help/C/conv-currency.page index d70e149..4b5b078 100644 --- a/help/C/conv-currency.page +++ b/help/C/conv-currency.page @@ -9,7 +9,7 @@ Currency

- To convert currencies press the ¤$€ button in financial mode. + To convert currencies, enter the financial mode, and use the currency controls.

You can also convert currencies using the keyboard and the in operator. diff --git a/help/C/financial.page b/help/C/financial.page index edc0d75..d410700 100644 --- a/help/C/financial.page +++ b/help/C/financial.page @@ -8,7 +8,7 @@ Financial Functions

- When in financial mode the following buttons are available. + When in financial mode the following buttons are available.

diff --git a/help/C/functions.page b/help/C/functions.page index 0f8ebdc..426d523 100644 --- a/help/C/functions.page +++ b/help/C/functions.page @@ -7,7 +7,7 @@ Functions - +

Functions can be used by inserting the name of the function followed by the function argument. If the argument is not a number or variable then use parenthesis around the argument. @@ -86,6 +86,6 @@

- mate-calc does not support user-defined functions. + GCalctool does not support user-defined functions.

diff --git a/help/C/index.page b/help/C/index.page index 9a47e53..0af5fd7 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -10,12 +10,12 @@ - mate-calc Help + GCalctool Help
User Interface
- +
Equations
diff --git a/help/C/mouse.page b/help/C/mouse.page index 4ab6d56..d5c527a 100644 --- a/help/C/mouse.page +++ b/help/C/mouse.page @@ -10,7 +10,7 @@

All equations can be entered using the mouse. - To access all buttons there are a number of modes that can be selected from the View menu. + To access all buttons there are a number of modes that can be selected from the Mode menu.

@@ -19,11 +19,7 @@ - - - - - + diff --git a/help/C/trigonometry.page b/help/C/trigonometry.page index bca5ecf..113a418 100644 --- a/help/C/trigonometry.page +++ b/help/C/trigonometry.page @@ -18,7 +18,7 @@

The angle units used can be changed from the CalculatorPreferences menu. - Trigonometry buttons are visible when in scientific mode. + Trigonometry buttons are visible when in Advanced mode.

Hyperbolic functions are available by adding "h" to the end of a function. diff --git a/help/C/variables.page b/help/C/variables.page index 16c5bba..148c017 100644 --- a/help/C/variables.page +++ b/help/C/variables.page @@ -9,7 +9,7 @@ Variables

- To assign a value to a variable use the = symbol or choose the variable to assign to with the →R button in advanced mode. + To assign a value to a variable use the = symbol or choose the variable to assign to with the x button in advanced mode. A variable name must only contain upper or lower characters.

@@ -22,7 +22,7 @@

Variables can be used in any equation and are substituted for their assigned value. - Variables can be inserted using the ←R button. + Variables can be inserted using the x button.

diff --git a/help/Makefile.am b/help/Makefile.am index 4dfe6b1..66caf06 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,39 +1,35 @@ -include $(top_srcdir)/mate-doc-utils.make +@YELP_HELP_RULES@ +HELP_ID = mate-calc +HELP_FILES = absolute.page \ + base.page \ + boolean.page \ + complex.page \ + conv-base.page \ + conv-character.page \ + conv-currency.page \ + conv-length.page \ + conv-time.page \ + conv-weight.page \ + equation.page \ + factorial.page \ + factorize.page \ + financial.page \ + functions.page \ + index.page \ + keyboard.page \ + legal.xml \ + logarithm.page \ + modulus.page \ + mouse.page \ + number-display.page \ + percentage.page \ + power.page \ + scientific.page \ + superscript.page \ + trigonometry.page \ + variables.page -dist-hook: doc-dist-hook - -DOC_ID = mate-calc -DOC_INCLUDES = legal.xml -DOC_FIGURES = -DOC_PAGES = absolute.page \ - base.page \ - boolean.page \ - complex.page \ - conv-base.page \ - conv-character.page \ - conv-currency.page \ - conv-length.page \ - conv-time.page \ - conv-weight.page \ - equation.page \ - factorial.page \ - factorize.page \ - financial.page \ - functions.page \ - index.page \ - keyboard.page \ - logarithm.page \ - modulus.page \ - mouse.page \ - number-display.page \ - percentage.page \ - power.page \ - scientific.page \ - superscript.page \ - trigonometry.page \ - variables.page - -DOC_LINGUAS = bg ca cs de el es eu fi fr gl hu it ja ko oc pt_BR ru sv zh_CN zh_HK zh_TW +HELP_LINGUAS = bg ca cs de el es eu fi fr gl hu it ja ko lv oc pt_BR ro ru sl sv te zh_CN zh_HK zh_TW DISTCLEANFILES = \ Makefile.in diff --git a/help/ca/ca.po b/help/ca/ca.po index 2a3da89..7b898f4 100644 --- a/help/ca/ca.po +++ b/help/ca/ca.po @@ -1,5134 +1,1330 @@ # Traducció del mate-calc de l'equip de Softcatalà. # Copyright © 2008 Free Software Foundation, Inc. -# # Joan Duran , 2008, 2009. +# Sergi Morraja , 2011, 2012. +# Gil Forcada , 2012. +# msgid "" msgstr "" "Project-Id-Version: mate-calc\n" -"POT-Creation-Date: 2009-02-04 12:55+0000\n" -"PO-Revision-Date: 2009-02-07 13:09+0100\n" -"Last-Translator: Joan Duran \n" -"Language-Team: Catalan \n" +"POT-Creation-Date: 2012-02-01 23:02+0000\n" +"PO-Revision-Date: 2012-02-08 01:27+0100\n" +"Last-Translator: Gil Forcada \n" +"Language-Team: català; valencià \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/mate-calc.xml:280(None) -msgid "" -"@@image: 'figures/mate-calc_basic_window.png'; " -"md5=266c80591f59cde9e20068c49a908738" -msgstr "" -"@@image: 'figures/mate-calc_basic_window.png'; " -"md5=266c80591f59cde9e20068c49a908738" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/mate-calc.xml:308(None) -msgid "" -"@@image: 'figures/mate-calc_menu_symbol.png'; " -"md5=a42cef5d65cd53266cf369c9b7e426ff" -msgstr "" -"@@image: 'figures/mate-calc_menu_symbol.png'; " -"md5=a42cef5d65cd53266cf369c9b7e426ff" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/mate-calc.xml:568(None) -msgid "" -"@@image: 'figures/mate-calc_advanced_window.png'; " -"md5=214a8331330ef77730e2dd857eb3df20" -msgstr "" -"@@image: 'figures/mate-calc_advanced_window.png'; " -"md5=214a8331330ef77730e2dd857eb3df20" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/mate-calc.xml:786(None) -msgid "" -"@@image: 'figures/mate-calc_financial_window.png'; " -"md5=ab4c5866909a9e2e8f6e67aa950a1911" -msgstr "" -"@@image: 'figures/mate-calc_financial_window.png'; " -"md5=ab4c5866909a9e2e8f6e67aa950a1911" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/mate-calc.xml:1101(None) -#, fuzzy -msgid "" -"@@image: 'figures/mate-calc_scientific_window.png'; " -"md5=4133fbe04054112a4958c836be98da0b" -msgstr "" -"@@image: 'figures/mate-calc_scientific_window.png'; " -"md5=61d2d1a4ffbc5e22635e0e75e5286d1e" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/mate-calc.xml:1796(None) -msgid "" -"@@image: 'figures/mate-calc_programming_window.png'; " -"md5=dbb1492fa8bab67b219162d6157b70f4" -msgstr "" -"@@image: 'figures/mate-calc_programming_window.png'; " -"md5=dbb1492fa8bab67b219162d6157b70f4" - -#: C/mate-calc.xml:24(title) -msgid "mate-calc Manual" -msgstr "Manual del mate-calc" - -#: C/mate-calc.xml:27(para) -msgid "" -"mate-calc is a calculator for MATE. It includes basic, advanced, financial, " -"and scientific modes and uses a multiple precision package to do its " -"arithmetic to give a high degree of accuracy." -msgstr "" -"El mate-calc és una calculadora per al MATE. Inclou els modes bàsic, " -"avançat, financer i científic i utilitza un paquet de precisió múltiple per " -"a realitzar els càlculs aritmètics i proporcionar un alt grau de precisió." - -#: C/mate-calc.xml:35(year) -msgid "2003" -msgstr "2003" - -#: C/mate-calc.xml:36(year) -msgid "2004" -msgstr "2004" - -#: C/mate-calc.xml:37(year) -msgid "2005" -msgstr "2005" - -#: C/mate-calc.xml:38(holder) -msgid "Sun Microsystems" -msgstr "Sun Microsystems" - -#: C/mate-calc.xml:49(publishername) C/mate-calc.xml:84(para) -#: C/mate-calc.xml:93(para) C/mate-calc.xml:101(para) -#: C/mate-calc.xml:110(para) C/mate-calc.xml:119(para) -#: C/mate-calc.xml:128(para) C/mate-calc.xml:137(para) -#: C/mate-calc.xml:146(para) C/mate-calc.xml:155(para) -#: C/mate-calc.xml:164(para) -msgid "MATE Documentation Project" -msgstr "Projecte de documentació del MATE" - -#: C/mate-calc.xml:2(para) -msgid "" -"Permission is granted to copy, distribute and/or modify this document under " -"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " -"later version published by the Free Software Foundation with no Invariant " -"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy " -"of the GFDL at this link or " -"in the file COPYING-DOCS distributed with this manual." -msgstr "" -"Teniu permís per a copiar, distribuir i/o modificar aquest document, sota " -"els termes de la Llicència de documentació lliure GNU (GFDL), versió 1.1 o " -"qualsevol versió publicada posteriorment per la Free Software Foundation, " -"sense seccions invariants, sense texts de portada i sense texts de " -"contraportada. Podeu trobar una còpia de la GFDL en aquest enllaç o en el fitxer COPYING-DOCS distribuït " -"amb aquest manual." - -#: C/mate-calc.xml:12(para) -msgid "" -"This manual is part of a collection of MATE manuals distributed under the " -"GFDL. If you want to distribute this manual separately from the collection, " -"you can do so by adding a copy of the license to the manual, as described in " -"section 6 of the license." -msgstr "" -"Aquest manual forma part d'una col·lecció de manuals del MATE distribuïts " -"sota la GFDL. Si voleu distribuir aquest manual independentment de la " -"col·lecció, podeu fer-ho afegint una còpia de la llicència al manual, tal " -"com es descriu a la secció 6 de la llicència." - -#: C/mate-calc.xml:19(para) -msgid "" -"Many of the names used by companies to distinguish their products and " -"services are claimed as trademarks. Where those names appear in any MATE " -"documentation, and the members of the MATE Documentation Project are made " -"aware of those trademarks, then the names are in capital letters or initial " -"capital letters." -msgstr "" -"Molts dels noms que les empreses utilitzen per a distingir els seus " -"productes i serveis es consideren marques comercials. Quan aquests noms " -"apareguin en qualsevol documentació del MATE, si els membres del Projecte " -"de documentació del MATE han estat avisats pel que fa a les marques, els " -"noms apareixeran en majúscules o amb les inicials en majúscules." - -#: C/mate-calc.xml:35(para) -msgid "" -"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " -"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "" -"EL DOCUMENT S'OFEREIX «TAL COM ÉS», SENSE CAP TIPUS DE GARANTIA, NI EXPLÍCITA " -"NI IMPLÍCITA; AIXÒ INCLOU, SENSE LIMITAR-S'HI, LES GARANTIES QUE EL DOCUMENT " -"O LA VERSIÓ MODIFICADA DEL DOCUMENT NO TINGUI DEFECTES, SIGUI " -"COMERCIALITZABLE, SIGUI ADEQUAT PER A UN ÚS CONCRET O NO INFRINGEIXI CAP " -"LLEI. TOT EL RISC PEL QUE FA A LA QUALITAT, EXACTITUD I RENDIMENT DEL " -"DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT ÉS VOSTRE. EN CAS QUE EL " -"DOCUMENT RESULTÉS DEFECTUÓS EN QUALSEVOL ASPECTE, VÓS (NO PAS L'ESCRIPTOR " -"INICIAL, L'AUTOR O CAP ALTRE COL·LABORADOR) ASSUMIU TOT EL COST DE " -"MANTENIMENT, REPARACIÓ O CORRECCIÓ. AQUESTA RENÚNCIA DE GARANTIA CONSTITUEIX " -"UNA PART ESSENCIAL D'AQUESTA LLICÈNCIA. NO S'AUTORITZA L'ÚS DE CAP DOCUMENT " -"O VERSIÓ MODIFICADA DEL DOCUMENT EXCEPTE SOTA AQUESTA RENÚNCIA DE GARANTIA; I" - -#: C/mate-calc.xml:55(para) -msgid "" -"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING " -"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " -"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " -"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " -"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " -"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " -"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES " -"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " -"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE " -"POSSIBILITY OF SUCH DAMAGES." -msgstr "" -"EN CAP CAS I SOTA CAP INTERPRETACIÓ LEGAL, JA SIGUI PER AGREUJAMENT " -"(INCLOENT-HI LA NEGLIGÈNCIA), CONTRACTE O ALTRE CAS, L'AUTOR, L'ESCRIPTOR " -"ORIGINAL, QUALSEVOL DELS COL·LABORADORS O DISTRIBUÏDORS DEL DOCUMENT O UNA " -"VERSIÓ MODIFICADA DEL DOCUMENT NI CAP PROVEÏDOR D'AQUESTES PARTS NO SERAN " -"RESPONSABLES DAVANT DE NINGÚ PER CAP DANY DIRECTE, INDIRECTE, ESPECIAL, " -"ACCIDENTAL O CONSECUTIU DE QUALSEVOL TIPUS; AIXÒ INCLOU, SENSE LIMITAR-S'HI, " -"ELS DANYS PER PÈRDUA DE CLIENTS, INTERRUPCIONS DE LA FEINA, FALLADA O " -"MALFUNCIONAMENT DE L'ORDINADOR, O QUALSEVOL ALTRA PÈRDUA O DANY RELACIONAT " -"AMB L'ÚS DEL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT, FINS I TOT SI " -"S'HA INFORMAT AQUESTA PART DE LA POSSIBILITAT D'AQUESTS DANYS." - -#: C/mate-calc.xml:28(para) -msgid "" -"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " -"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -"" -msgstr "" -"EL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT S'OFEREIXEN SOTA ELS " -"TERMES DE LA LLICÈNCIA DE DOCUMENTACIÓ LLIURE DE GNU, TENINT EN COMPTE QUE: " -"" - -#: C/mate-calc.xml:58(corpauthor) -msgid "Sun Microsystems Inc." -msgstr "Sun Microsystems Inc." - -#: C/mate-calc.xml:79(revnumber) -msgid "Calculator Manual V2.9" -msgstr "Manual de la calculadora (versió 2.9)" - -#: C/mate-calc.xml:80(date) -msgid "March 2005" -msgstr "Març de 2005" - -#: C/mate-calc.xml:82(para) C/mate-calc.xml:91(para) -msgid "Sun Java Desktop System Documentation Team" -msgstr "Equip de documentació de Sun Java Desktop System" - -#: C/mate-calc.xml:88(revnumber) -msgid "Calculator Manual V2.8" -msgstr "Manual de la calculadora (versió 2.8)" - -#: C/mate-calc.xml:89(date) -msgid "August 2004" -msgstr "Agost de 2004" - -#: C/mate-calc.xml:97(revnumber) -msgid "mate-calc Manual V2.7" -msgstr "Manual de la calculadora (versió 2.7)" - -#: C/mate-calc.xml:98(date) -msgid "February 2004" -msgstr "Febrer de 2004" - -#: C/mate-calc.xml:100(para) C/mate-calc.xml:108(para) -#: C/mate-calc.xml:117(para) C/mate-calc.xml:126(para) -#: C/mate-calc.xml:135(para) C/mate-calc.xml:144(para) -#: C/mate-calc.xml:153(para) C/mate-calc.xml:162(para) -msgid "Sun MATE Documentation Team" -msgstr "Equip de documentació de MATE de Sun" - -#: C/mate-calc.xml:105(revnumber) -msgid "mate-calc Manual V2.6" -msgstr "Manual de la calculadora (versió 2.6)" - -#: C/mate-calc.xml:106(date) -msgid "October 2003" -msgstr "Octubre de 2003" - -#: C/mate-calc.xml:114(revnumber) -msgid "mate-calc Manual V2.5" -msgstr "Manual de la calculadora (versió 2.5)" - -#: C/mate-calc.xml:115(date) -msgid "July 2003" -msgstr "Juliol de 2003" - -#: C/mate-calc.xml:123(revnumber) -msgid "mate-calc Manual V2.4" -msgstr "Manual de la calculadora (versió 2.4)" - -#: C/mate-calc.xml:124(date) -msgid "June 2003" -msgstr "Juny de 2003" - -#: C/mate-calc.xml:132(revnumber) -msgid "mate-calc Manual V2.3" -msgstr "Manual de la calculadora (versió 2.3)" - -#: C/mate-calc.xml:133(date) C/mate-calc.xml:142(date) -msgid "April 2003" -msgstr "Abril de 2003" - -#: C/mate-calc.xml:141(revnumber) -msgid "mate-calc Manual V2.2" -msgstr "Manual de la calculadora (versió 2.2)" - -#: C/mate-calc.xml:150(revnumber) -msgid "mate-calc Manual V2.1" -msgstr "Manual de la calculadora (versió 2.1)" - -#: C/mate-calc.xml:151(date) C/mate-calc.xml:160(date) -msgid "March 2003" -msgstr "Març de 2003" - -#: C/mate-calc.xml:159(revnumber) -msgid "mate-calc Manual V2.0" -msgstr "Manual de la calculadora (versió 2.0)" - -#: C/mate-calc.xml:169(releaseinfo) -msgid "This manual describes version 5.5.37 of Calculator." -msgstr "Aquest manual descriu la versió 5.5.37 de la calculadora." - -#: C/mate-calc.xml:172(title) -msgid "Feedback" -msgstr "Comentaris" - -#: C/mate-calc.xml:173(para) -msgid "" -"To report a bug or make a suggestion regarding the mate-calc application or this manual, follow the directions in the MATE Feedback Page." -msgstr "" -"Per a informar d'un error o fer algun suggeriment sobre l'aplicació " -"mate-calc o aquest manual, seguiu les indicacions " -"a la pàgina de comentaris " -"del MATE." - -#: C/mate-calc.xml:180(primary) C/mate-calc.xml:0(application) -msgid "mate-calc" -msgstr "mate-calc" - -#: C/mate-calc.xml:183(primary) C/mate-calc.xml:2712(guimenu) -msgid "Calculator" -msgstr "Calculadora" - -#: C/mate-calc.xml:189(title) -msgid "Introduction" -msgstr "Introducció" - -#: C/mate-calc.xml:190(para) -msgid "" -"The mate-calc application provides the following " -"modes for different types of mathematical functionality:" -msgstr "" -"L'aplicació mate-calc proporciona els modes " -"següents per als diferents tipus de funcionalitat matemàtica:" - -#: C/mate-calc.xml:193(link) C/mate-calc.xml:2657(guimenuitem) -msgid "Basic" -msgstr "Bàsic" - -#: C/mate-calc.xml:194(para) -msgid "" -"The default mode. Provides standard calculator functions. You can perform " -"standard addition, subtraction, division, and multiplication functions in " -"Basic mode and you can use all of the Basic functions in each of the other " -"modes." -msgstr "" -"El mode predeterminat. Proporciona les funcions estàndard d'una calculadora. " -"En el mode bàsic podeu realitzar les funcions estàndard de sumar, restar, " -"dividir i multiplicar. Podeu utilitzar totes les funcions bàsiques en la " -"resta dels modes." - -#: C/mate-calc.xml:197(link) -msgid "Advanced" -msgstr "Avançat" - -#: C/mate-calc.xml:198(para) -#, fuzzy -#| msgid "" -#| "Provides advanced calculator functions. You can store numbers in 10 " -#| "different memory registers, and easily retrieve and replace the numbers " -#| "in the memory registers. You can use all of the Advanced functions in " -#| "Financial, Scientific and Programming modes.Financial and Scientific " -#| "modes." -msgid "" -"Provides advanced calculator functions. You can store numbers in 10 " -"different memory registers, and easily retrieve and replace the numbers in " -"the memory registers. You can use all of the Advanced functions in " -"Financial, Scientific and Programming modes." -msgstr "" -"Proporciona les funcions avançades d'una calculadora. Podeu desar números en " -"10 registres de memòria diferents i recuperar i reemplaçar els números en " -"els registres de memòria. Podeu utilitzar totes les funcions avançades en " -"els modes financer, científic i programació." - -#: C/mate-calc.xml:201(link) C/mate-calc.xml:2669(guimenuitem) -msgid "Financial" -msgstr "Financer" - -#: C/mate-calc.xml:202(para) -msgid "Provides several complex financial functions." -msgstr "Proporciona diferents funcions financeres complexes." - -#: C/mate-calc.xml:205(link) C/mate-calc.xml:2724(guimenuitem) -msgid "Scientific" -msgstr "Científic" - -#: C/mate-calc.xml:206(para) -msgid "" -"Provides many additional mathematical functions, including trigonometric " -"functions. You can also store your own functions and constants, when you use " -"Scientific mode." -msgstr "" -"Proporciona moltes funcions matemàtiques addicionals, incloent funcions " -"trigonomètriques. Quan utilitzeu el mode científic també podeu desar " -"funcions i constants." - -#: C/mate-calc.xml:209(link) C/mate-calc.xml:2706(guimenuitem) -msgid "Programming" -msgstr "Programació" - -#: C/mate-calc.xml:210(para) -msgid "" -"Provides functions useful to a programmer, including bitwise functions and a " -"bit editor." -msgstr "" -"Proporciona funcions útils a un programador, incloent funcions de bit a bit " -"i un editor de bits." - -#: C/mate-calc.xml:214(para) -msgid "" -"You can use mate-calc in the following numbering " -"systems:" -msgstr "" -"Podeu utilitzar el mate-calc en els sistemes de " -"numeració següents:" - -#: C/mate-calc.xml:222(para) -msgid "Numbering System" -msgstr "Sistema de numeració" - -#: C/mate-calc.xml:224(para) -msgid "Base" -msgstr "Base" - -#: C/mate-calc.xml:229(para) -msgid "Binary" -msgstr "Binari" - -#: C/mate-calc.xml:230(para) C/mate-calc.xml:425(guibutton) -#: C/mate-calc.xml:461(para) C/mate-calc.xml:627(superscript) -#: C/mate-calc.xml:751(keycap) C/mate-calc.xml:755(keycap) -#: C/mate-calc.xml:759(keycap) C/mate-calc.xml:2472(superscript) -msgid "2" -msgstr "2" - -#: C/mate-calc.xml:233(para) -msgid "Octal" -msgstr "Octal" - -#: C/mate-calc.xml:234(para) -msgid "8" -msgstr "8" - -#: C/mate-calc.xml:237(para) -msgid "Decimal" -msgstr "Decimal" - -#: C/mate-calc.xml:238(para) -msgid "10" -msgstr "10" - -#: C/mate-calc.xml:241(para) -msgid "Hexadecimal" -msgstr "Hexadecimal" - -#: C/mate-calc.xml:242(para) C/mate-calc.xml:1752(para) -msgid "16" -msgstr "16" - -#: C/mate-calc.xml:253(title) -msgid "Getting Started" -msgstr "Primers passos" - -#: C/mate-calc.xml:254(para) -msgid "" -"You can start mate-calc in the following ways:" -msgstr "" -"Podeu iniciar el mate-calc de les maneres " -"següents:" - -#: C/mate-calc.xml:257(term) -msgid "Menu" -msgstr "Menú" - -#: C/mate-calc.xml:259(para) -msgid "" -"Choose AccessoriesCalculator." -msgstr "" -"Seleccioneu AccessorisCalculadora." - -#: C/mate-calc.xml:265(term) -msgid "Command line" -msgstr "Línia d'ordres" - -#: C/mate-calc.xml:267(para) -msgid "Execute the following command: mate-calculator" -msgstr "Executeu l'ordre següent: mate-calculator" - -#: C/mate-calc.xml:272(para) -msgid "" -"When you start mate-calc, the following window is " -"displayed:" -msgstr "" -"En iniciar el mate-calc es mostrarà la finestra " -"següent:" - -#: C/mate-calc.xml:276(title) -msgid "mate-calc Basic Mode Window" -msgstr "Finestra del mode bàsic del mate-calc" - -#: C/mate-calc.xml:283(phrase) -msgid "Shows Basic mode window." -msgstr "Mostra la finestra del en el mode bàsic." - -#. ==== End of Figure ==== -#: C/mate-calc.xml:289(para) -msgid "" -"The mate-calc window contains the following " -"elements:" -msgstr "" -"La finestra del mate-calc conté els elements " -"següents:" - -#: C/mate-calc.xml:291(term) -msgid "Menubar" -msgstr "Barra de menú" - -#: C/mate-calc.xml:293(para) -msgid "" -"The menus on the menubar contain all of the commands that you need to work " -"with mate-calc." -msgstr "" -"Els menús de la barra de menú contenen totes les ordres que necessiteu per a " -"treballar amb el mate-calc." - -#: C/mate-calc.xml:296(term) -msgid "Display area" -msgstr "Àrea de visualització" - -#: C/mate-calc.xml:298(para) -msgid "" -"The display area shows the numbers that you enter, and the results of " -"calculations. If you are not using arithmetic precedence, you can only enter " -"numbers of up to forty digits." -msgstr "" -"L'àrea de visualització mostra els números que introduïu i els resultats " -"dels càlculs. Si no utilitzeu precedència aritmètica, només podeu introduir " -"números de fins a quaranta dígits." - -#: C/mate-calc.xml:301(term) -msgid "Mode area" -msgstr "Àrea del mode" - -#: C/mate-calc.xml:303(para) -msgid "" -"The mode area displays the buttons for the current mode. The Basic mode " -"buttons are always displayed. Advanced mode buttons are also available in " -"Financial, Scientific and Programming modes." -msgstr "" -"L'àrea del mode mostra els botons del mode actual. Els botons del mode bàsic " -"es mostren sempre. Els botons del mode avançat també estan disponibles ens " -"els modes financer, científic i programació." +"Content-Transfer-Encoding: 8bits\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" -#: C/mate-calc.xml:306(term) -msgid "Popup Menu" -msgstr "Menú emergent" - -#: C/mate-calc.xml:308(phrase) -msgid "Shows popup-menu symbol." -msgstr "Mostra el símbol de menú emergent." - -#: C/mate-calc.xml:308(para) -msgid "" -"The symbol on a mate-calc button " -"indicates that a popup menu is displayed when you click on that button." -msgstr "" -"El símbol en un botó del mate-calc indica que es visualitzarà un menú emergent quan feu clic en " -"aquest botó." - -#: C/mate-calc.xml:312(term) -msgid "Status Bar" -msgstr "Barra d'estat" - -#: C/mate-calc.xml:314(para) -msgid "The status bar displays messages on the status of your calculations." -msgstr "La barra d'estat mostra missatges sobre l'estat dels càlculs." - -#: C/mate-calc.xml:321(title) -msgid "Usage" -msgstr "Utilització" - -#: C/mate-calc.xml:325(title) -msgid "To Use Calculator Functions" -msgstr "Per a utilitzar les funcions de la calculadora" - -#: C/mate-calc.xml:326(para) -msgid "To perform a calculation, use one of the following methods:" -msgstr "Per a realitzar un càlcul, utilitzeu un dels mètodes següents:" - -#: C/mate-calc.xml:329(para) -msgid "" -"Click on the mate-calc buttons to enter numbers " -"and functions." -msgstr "" -"Feu clic en el botons del mate-calc per a " -"introduir números i funcions." - -#: C/mate-calc.xml:332(para) -msgid "" -"Give focus to the mate-calc window, then use the " -"keyboard or numeric keypad to specify the calculation that you want to " -"perform. For a complete list of keyboard shortcuts, see ." -msgstr "" -"Doneu el focus a la finestra del mate-calc i " -"utilitzeu el teclat o el teclat numèric per a especificar el càlcul que " -"voleu realitzar. Per a una llista completa de les dreceres de teclat, vegeu " -"la ." - -#: C/mate-calc.xml:335(para) -msgid "" -"The mate-calc application automatically displays " -"numbers with more than 40 digits, and small numbers, as exponential numbers. " -"For example, the following table shows the value that is displayed when you " -"use the decimal numeric base with an accuracy of 2 significant places:" -msgstr "" -"L'aplicació mate-calc mostra automàticament els " -"números amb més de 40 dígits, i els números petits, com a números " -"exponencials. Per exemple, la taula següent mostra el valor que es mostrarà " -"quan utilitzeu la base numèrica decimal amb una precisió de 2 posicions " -"significatives:" - -#: C/mate-calc.xml:343(para) -msgid "Display" -msgstr "Mostra" - -#: C/mate-calc.xml:345(para) -msgid "Signifies" -msgstr "Significa" - -#: C/mate-calc.xml:350(para) -msgid "1.23e+37" -msgstr "1,23e+37" - -#: C/mate-calc.xml:351(para) -msgid "1.23 * 1037" -msgstr "1,23 * 1037" - -#: C/mate-calc.xml:354(para) -msgid "1e-5" -msgstr "1e-5" - -#: C/mate-calc.xml:355(para) -msgid "0.00001" -msgstr "0,00001" - -#: C/mate-calc.xml:361(para) -msgid "" -"For information about how to enter a number in exponential format, see ." -msgstr "" -"Per a més informació sobre com introduir un número en format exponencial, " -"vegeu la ." - -#: C/mate-calc.xml:364(title) -msgid "To Display a Separator in Large Numbers" -msgstr "Per a mostrar un separador en números grans" - -#: C/mate-calc.xml:365(para) -msgid "" -"To insert a separator between every three digits to the left of the numeric " -"point in decimal base, choose ViewShow Thousands Separator." -msgstr "" -"Per a inserir un separador cada tres dígits a l'esquerra del separador " -"decimal en la base decimal, seleccioneu VisualitzaMostra els separadors de milers." - -#: C/mate-calc.xml:368(para) -msgid "" -"Different countries and cultures have varying conventions for how to " -"communicate. These conventions include the language spoken and the character " -"used as a numeric separator." -msgstr "" -"Diferents països i cultures tenen diferents convencions de com comunicar-se. " -"Aquestes convencions inclouen l'idioma parlat i el caràcter a utilitzar com " -"a separador numèric." - -#: C/mate-calc.xml:369(para) -msgid "" -"mate-calc has been internationalized so user's " -"can adapt to their own conventions. This is done by setting a specific " -"locale. We can't determine what locales will exist, except for a standard " -"one called the C locale." -msgstr "" -"El mate-calc s'ha internacionalitzat de manera " -"que els usuaris poden adaptar-la a les seves convencions. Això es realitza " -"establint una configuració regional específica. No es pot determinar quines " -"configuracions regionals existeixen, excepte per un estàndard anomenat " -"configuració regional «C»." - -#: C/mate-calc.xml:370(para) -msgid "When you use the C locale, the separator character is not displayed." -msgstr "" -"Si utilitzeu la configuració regional «C» no es mostrarà el caràcter " -"separador." - -#: C/mate-calc.xml:375(title) -msgid "To Copy and Paste in the Display Area" -msgstr "Per a copiar i enganxar en l'àrea de visualització" - -#: C/mate-calc.xml:376(para) -msgid "" -"To copy the result of a calculation, choose EditCopy. You can paste the " -"value into another application." -msgstr "" -"Per a copiar el resultat d'un càlcul, seleccioneu " -"EditaCopia. Podeu enganxar el valor a una altra aplicació." - -#: C/mate-calc.xml:378(para) -msgid "" -"To paste a previously copied value into the display area, choose " -"EditPaste." -msgstr "" -"Per a enganxar un valor copiat anteriorment a l'àrea de visualització, " -"seleccioneu EditaEnganxa." - -#: C/mate-calc.xml:385(title) -msgid "To Perform Basic Calculations" -msgstr "Per a realitzar càlculs bàsics" - -#: C/mate-calc.xml:386(para) -msgid "" -"Basic mode is displayed by default when you first start " -"mate-calc. To explicitly invoke Basic mode, " -"choose ViewBasic." -msgstr "" -"Quan inicieu per primer cop el mate-calc, de " -"manera predeterminada es mostrà el mode bàsic. Per a mostrar explícitament " -"el mode bàsic, seleccioneu VisualitzaBàsic." - -#: C/mate-calc.xml:387(para) -msgid "" -"The calculator memory registers are unavailable in Basic Mode. In other " -"words, ViewMemory Registers is inactive." -msgstr "" -"Els registres de memòria de la calculadora no estan disponibles en el mode " -"bàsic. En altres paraules, VisualitzaRegistres de memòria és " -"inactiu." - -#: C/mate-calc.xml:389(title) -msgid "To Perform Simple Calculations" -msgstr "Per a realitzar càlculs senzills" - -#: C/mate-calc.xml:390(para) -msgid "" -"To perform simple calculations, use the buttons described in ." -msgstr "" -"Per a realitzar càlculs senzills, utilitzeu els botons descrits en la ." - -#: C/mate-calc.xml:392(title) -msgid "Performing Simple Calculations" -msgstr "Realitzar càlculs senzills" - -#: C/mate-calc.xml:402(para) C/mate-calc.xml:489(para) -#: C/mate-calc.xml:588(para) C/mate-calc.xml:693(para) -#: C/mate-calc.xml:808(para) C/mate-calc.xml:1157(para) -#: C/mate-calc.xml:1196(para) C/mate-calc.xml:1235(para) -#: C/mate-calc.xml:1273(para) C/mate-calc.xml:1387(para) -#: C/mate-calc.xml:1675(para) C/mate-calc.xml:1721(para) -#: C/mate-calc.xml:1817(para) C/mate-calc.xml:1867(para) -#: C/mate-calc.xml:1935(para) C/mate-calc.xml:2019(para) -#: C/mate-calc.xml:2164(para) C/mate-calc.xml:2233(para) -#: C/mate-calc.xml:2554(para) C/mate-calc.xml:2649(para) -msgid "Function" -msgstr "Funció" - -#: C/mate-calc.xml:404(para) C/mate-calc.xml:491(para) -#: C/mate-calc.xml:590(para) C/mate-calc.xml:695(para) -#: C/mate-calc.xml:810(para) C/mate-calc.xml:1159(para) -#: C/mate-calc.xml:1198(para) C/mate-calc.xml:1237(para) -#: C/mate-calc.xml:1275(para) C/mate-calc.xml:1389(para) -#: C/mate-calc.xml:1723(para) C/mate-calc.xml:1819(para) -#: C/mate-calc.xml:1869(para) C/mate-calc.xml:1937(para) -#: C/mate-calc.xml:2021(para) C/mate-calc.xml:2162(para) -msgid "Button" -msgstr "Botó" - -#: C/mate-calc.xml:406(para) C/mate-calc.xml:493(para) -#: C/mate-calc.xml:592(para) C/mate-calc.xml:697(para) -#: C/mate-calc.xml:746(para) C/mate-calc.xml:812(para) -#: C/mate-calc.xml:1161(para) C/mate-calc.xml:1200(para) -#: C/mate-calc.xml:1239(para) C/mate-calc.xml:1277(para) -#: C/mate-calc.xml:1391(para) C/mate-calc.xml:1574(para) -#: C/mate-calc.xml:1725(para) C/mate-calc.xml:1821(para) -#: C/mate-calc.xml:1871(para) C/mate-calc.xml:1939(para) -#: C/mate-calc.xml:1988(para) C/mate-calc.xml:2023(para) -msgid "Description" -msgstr "Descripció" - -#: C/mate-calc.xml:408(para) C/mate-calc.xml:495(para) -#: C/mate-calc.xml:594(para) C/mate-calc.xml:699(para) -#: C/mate-calc.xml:814(para) C/mate-calc.xml:1279(para) -#: C/mate-calc.xml:1393(para) C/mate-calc.xml:1727(para) -#: C/mate-calc.xml:1873(para) C/mate-calc.xml:1941(para) -#: C/mate-calc.xml:2025(para) -msgid "Example" -msgstr "Exemple" - -#: C/mate-calc.xml:410(para) C/mate-calc.xml:497(para) -#: C/mate-calc.xml:596(para) C/mate-calc.xml:701(para) -#: C/mate-calc.xml:816(para) C/mate-calc.xml:1125(para) -#: C/mate-calc.xml:1281(para) C/mate-calc.xml:1395(para) -#: C/mate-calc.xml:1729(para) C/mate-calc.xml:1875(para) -#: C/mate-calc.xml:1943(para) C/mate-calc.xml:2027(para) -msgid "Result" -msgstr "Resultat" - -#: C/mate-calc.xml:415(para) C/mate-calc.xml:2173(para) -msgid "Numerals" -msgstr "Números" - -#: C/mate-calc.xml:416(para) C/mate-calc.xml:2172(para) -msgid "0 to 9 inclusive" -msgstr "0 al 9 inclosos" - -#: C/mate-calc.xml:417(para) -msgid "" -"In decimal and hexadecimal base, all numerals are available. In octal base, " -"8 and 9 are unavailable. In " -"binary base, only 0 and 1 are " -"available. The default base is decimal." -msgstr "" -"En les bases decimal i hexadecimal, tots els números estan disponibles. En " -"la base octal, el 8 i el 9 no " -"estan disponibles. En la base binària, només el 0 i " -"l'1 estan disponibles. La base predeterminada és la " -"decimal." - -#: C/mate-calc.xml:418(guibutton) C/mate-calc.xml:419(para) -#: C/mate-calc.xml:425(guibutton) C/mate-calc.xml:447(para) -#: C/mate-calc.xml:519(para) C/mate-calc.xml:1318(para) -#: C/mate-calc.xml:1346(para) C/mate-calc.xml:1404(para) -msgid "1" -msgstr "1" - -#: C/mate-calc.xml:422(para) C/mate-calc.xml:2431(para) -msgid "Numeric point" -msgstr "Separador decimal" - -#: C/mate-calc.xml:423(guibutton) C/mate-calc.xml:425(guibutton) -#: C/mate-calc.xml:2429(keycap) C/mate-calc.xml:2430(guibutton) -msgid "." -msgstr "," - -#: C/mate-calc.xml:424(para) -msgid "Starts the fractional part of a numeric entry." -msgstr "Inicia la part fraccional d'una entrada numèrica." - -#: C/mate-calc.xml:426(para) C/mate-calc.xml:1131(para) -msgid "1.2" -msgstr "1,2" - -#: C/mate-calc.xml:429(para) C/mate-calc.xml:2455(para) -msgid "Calculate a result" -msgstr "Calcula un resultat" - -#: C/mate-calc.xml:430(guibutton) C/mate-calc.xml:2454(guibutton) -msgid "=" -msgstr "=" - -#: C/mate-calc.xml:431(para) -msgid "Displays the result of the current calculation in the current base." -msgstr "Mostra el resultat del càlcul actual en la base actual." - -#: C/mate-calc.xml:432(para) C/mate-calc.xml:439(para) -msgid "" -"1 +2=" -msgstr "" -"1 +2=" - -#: C/mate-calc.xml:433(para) C/mate-calc.xml:440(para) -#: C/mate-calc.xml:506(para) C/mate-calc.xml:623(para) -#: C/mate-calc.xml:1555(keycap) C/mate-calc.xml:1680(keycap) -#: C/mate-calc.xml:1766(para) -msgid "3" -msgstr "3" - -#: C/mate-calc.xml:436(para) C/mate-calc.xml:2419(para) -msgid "Addition" -msgstr "Suma" - -#: C/mate-calc.xml:437(guibutton) C/mate-calc.xml:2417(keycap) -#: C/mate-calc.xml:2418(guibutton) -msgid "+" -msgstr "+" - -#: C/mate-calc.xml:438(para) -msgid "" -"Adds the current value in the display area to the next number that you enter." -msgstr "" -"Suma el valor actual en l'àrea de visualització al número següent que " -"introduïu." - -#: C/mate-calc.xml:443(para) C/mate-calc.xml:2425(para) -msgid "Subtraction" -msgstr "Resta" - -#: C/mate-calc.xml:444(guibutton) C/mate-calc.xml:2423(keycap) -#: C/mate-calc.xml:2424(guibutton) -msgid "-" -msgstr "-" - -#: C/mate-calc.xml:445(para) -msgid "" -"Subtracts from the current value in the display area the next number that " -"you enter." -msgstr "" -"Resta del valor actual en l'àrea de visualització el número següent que " -"introduïu." - -#: C/mate-calc.xml:446(para) -msgid "" -"3 -2=" -msgstr "" -"3 -2=" - -#: C/mate-calc.xml:450(para) C/mate-calc.xml:2413(para) -msgid "Multiplication" -msgstr "Multiplicació" - -#: C/mate-calc.xml:451(guibutton) C/mate-calc.xml:2411(keycap) -#: C/mate-calc.xml:2412(guibutton) -msgid "*" -msgstr "*" - -#: C/mate-calc.xml:452(para) -msgid "" -"Multiplies the current value in the display area by the next number that you " -"enter." -msgstr "" -"Multiplica el valor actual en l'àrea de visualització pel número següent que " -"introduïu." - -#: C/mate-calc.xml:453(para) -msgid "" -"3 *2=" -msgstr "" -"3 *2=" - -#: C/mate-calc.xml:454(para) C/mate-calc.xml:863(para) -#: C/mate-calc.xml:1017(para) C/mate-calc.xml:1044(para) -msgid "6" -msgstr "6" - -#: C/mate-calc.xml:457(para) C/mate-calc.xml:2437(para) -msgid "Division" -msgstr "Divisió" - -#: C/mate-calc.xml:458(guibutton) C/mate-calc.xml:2435(keycap) -#: C/mate-calc.xml:2436(guibutton) -msgid "/" -msgstr "/" - -#: C/mate-calc.xml:459(para) -msgid "" -"Divides the current value in the display area by the next number that you " -"enter." -msgstr "" -"Divideix el valor actual en l'àrea de visualització pel número següent que " -"introduïu." - -#: C/mate-calc.xml:460(para) -msgid "" -"6 /3=" -msgstr "" -"6 /3=" - -#: C/mate-calc.xml:464(para) C/mate-calc.xml:2197(para) -msgid "Change the arithmetic sign" -msgstr "Canvia el signe aritmètic" - -#: C/mate-calc.xml:465(guibutton) C/mate-calc.xml:2196(guibutton) -msgid "+/-" -msgstr "+/-" - -#: C/mate-calc.xml:466(para) -msgid "" -"Changes a positive number to a negative number, or a negative number to a " -"positive number." -msgstr "" -"Canvia un número positiu a un número negatiu, o un número negatiu a un " -"número positiu." - -#: C/mate-calc.xml:467(para) -msgid "8 +/-" -msgstr "8 +/-" - -#: C/mate-calc.xml:468(para) -msgid "-8" -msgstr "-8" - -#: C/mate-calc.xml:476(title) -msgid "To Erase Characters" -msgstr "Per a suprimir caràcters" - -#: C/mate-calc.xml:477(para) -msgid "" -"To erase characters, use the buttons described in ." -msgstr "" -"Per a suprimir caràcters, utilitzeu els botons descrits en la ." - -#: C/mate-calc.xml:479(title) -msgid "Erasing Characters" -msgstr "Suprimir caràcters" - -#: C/mate-calc.xml:502(para) C/mate-calc.xml:2519(keycap) -#: C/mate-calc.xml:2521(para) C/mate-calc.xml:2526(keycap) -msgid "Backspace" -msgstr "Retrocés" - -#: C/mate-calc.xml:503(guibutton) C/mate-calc.xml:2520(guibutton) -msgid "Bksp" -msgstr "Rtcs" - -#: C/mate-calc.xml:504(para) -msgid "Removes the rightmost character from the display area." -msgstr "Suprimeix l'element situat més a la dreta de l'àrea de visualització." - -#: C/mate-calc.xml:505(para) -msgid "" -"1 +22Bksp=" -msgstr "" -"1 +22Rtcs=" - -#: C/mate-calc.xml:509(para) -msgid "Clear Entry" -msgstr "Neteja l'entrada" - -#: C/mate-calc.xml:510(guibutton) C/mate-calc.xml:2527(guibutton) -msgid "CE" -msgstr "CE" - -#: C/mate-calc.xml:511(para) -msgid "Removes the current value from the display area." -msgstr "Neteja el valor actual de l'àrea de visualització." - -#: C/mate-calc.xml:512(para) -msgid "" -"This is only really meaningful if the Calculator is not in Arithmetic " -"Precedence mode." -msgstr "" -"Això només té sentit si la calculadora no està en mode de precedència " -"aritmètica." - -#: C/mate-calc.xml:513(para) -msgid "" -"In Arithmetic Precedence mode, this operation is the same as Clr" -msgstr "" -"En mode de precedència aritmètica, aquesta operació és la mateixa que " -"Net" - -#: C/mate-calc.xml:514(para) C/mate-calc.xml:518(para) -msgid "If the calculator is not in Arithmetic Precedence mode:" -msgstr "Si la calculadora no està en mode de precedència aritmètica:" - -#: C/mate-calc.xml:515(para) C/mate-calc.xml:517(para) -msgid "" -"1 +22CE=" +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +#| msgid "translator-credits" +msgctxt "_" +msgid "translator-credits" msgstr "" -"1 +22CE=" - -#: C/mate-calc.xml:516(para) C/mate-calc.xml:520(para) -msgid "If the calculator is in Arithmetic Precedence mode:" -msgstr "Si la calculadora està en mode de precedència aritmètica:" - -#: C/mate-calc.xml:521(para) C/mate-calc.xml:528(para) -msgid "0" -msgstr "0" +"Joan Duran , 2008\n" +"Sergi Morraja , 2011, 2012" -#: C/mate-calc.xml:524(para) C/mate-calc.xml:2534(para) -msgid "Clear" -msgstr "Neteja" +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: C/mate-calc.xml:525(guibutton) C/mate-calc.xml:2533(guibutton) -msgid "Clr" -msgstr "Net" +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Ajuda del GCalctool" -#: C/mate-calc.xml:526(para) -msgid "" -"Resets the current value in the display area to zero and removes any " -"previous calculation results. Clr also deselects the " -"Hyp and Inv options in Scientific." -msgstr "" -"Neteja el valor actual de l'àrea de visualització i el deixa a zero i " -"suprimeix qualsevol resultat de càlcul previ. Net " -"també treu la selecció de les opcions Hip i " -"Inv en mode científic." +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Interfície d'usuari" -#: C/mate-calc.xml:527(para) -msgid "" -"1 +22Clr" -msgstr "" -"1 +22Net" - -#: C/mate-calc.xml:542(title) -msgid "To Display ASCII Values" -msgstr "Per a visualitzar valors ASCII" - -#: C/mate-calc.xml:543(para) -msgid "" -"To display the ASCII value of a character, choose EditInsert ASCII Value." -msgstr "" -"Per a visualitzar el valor ASCII d'un caràcter, seleccioneu " -"EditaInsereix un valor ASCII." - -#: C/mate-calc.xml:548(para) -msgid "The Insert ASCII Value dialog is displayed." -msgstr "Es mostrarà el diàleg d'inserir un valor ASCII." - -#: C/mate-calc.xml:549(para) -msgid "" -"Enter the required character in the Character field, " -"then click Insert. The ASCII value of that character, " -"in the current numeric base, appears in the display area. For example, the " -"ASCII value of B in decimal base is 66." -msgstr "" -"Introduïu el caràcter necessari en el camp Caràcter i " -"feu clic a Insereix. A l'àrea de visualització " -"apareixerà el valor ASCII d'aquest caràcter, en la base numèrica actual. Per " -"exemple, el valor ASCII de B en la base decimal és 66." - -#: C/mate-calc.xml:554(title) -msgid "To Perform Advanced Calculations" -msgstr "Per a realitzar càlculs avançats" - -#: C/mate-calc.xml:555(para) -msgid "" -"To change to Advanced mode, choose ViewAdvanced." -msgstr "" -"Per a canviar al mode avançat, seleccioneu VisualitzaAvançat." - -#: C/mate-calc.xml:561(para) -msgid "" -"When you change to Advanced mode, the following buttons are displayed to the " -"right of the Basic mode buttons:" -msgstr "" -"Quan canvieu al mode avançat, els botons següents es mostraran a la dreta " -"dels botons del mode bàsic:" - -#: C/mate-calc.xml:564(title) -msgid "mate-calc Advanced Mode Buttons" -msgstr "Botons del mode avançat del mate-calc" - -#: C/mate-calc.xml:571(phrase) -msgid "Shows Advanced mode buttons." -msgstr "Mostra botons del mode avançat." - -#: C/mate-calc.xml:578(title) -msgid "Performing Advanced Calculations" -msgstr "Realitzar càlculs avançats" - -#: C/mate-calc.xml:601(para) C/mate-calc.xml:2395(para) -msgid "Percentage" -msgstr "Percentatge" - -#: C/mate-calc.xml:602(guibutton) C/mate-calc.xml:2393(keycap) -#: C/mate-calc.xml:2394(guibutton) -msgid "%" -msgstr "%" - -#: C/mate-calc.xml:603(para) -msgid "Divides the current value by 100." -msgstr "Divideix el valor actual per 100." - -#: C/mate-calc.xml:604(para) -msgid "560 %=" -msgstr "560 %=" - -#: C/mate-calc.xml:605(para) -msgid "5.60" -msgstr "5,60" - -#: C/mate-calc.xml:608(para) C/mate-calc.xml:2323(para) -msgid "Reciprocal" -msgstr "Recíproc" - -#: C/mate-calc.xml:609(replaceable) C/mate-calc.xml:627(replaceable) -#: C/mate-calc.xml:1749(replaceable) C/mate-calc.xml:1756(replaceable) -#: C/mate-calc.xml:2322(replaceable) C/mate-calc.xml:2376(replaceable) -#: C/mate-calc.xml:2382(replaceable) C/mate-calc.xml:2472(replaceable) -#: C/mate-calc.xml:2489(keycap) C/mate-calc.xml:2621(keycap) -msgid "x" -msgstr "x" - -#: C/mate-calc.xml:609(guibutton) C/mate-calc.xml:2322(guibutton) -msgid "1/" -msgstr "1/" - -#: C/mate-calc.xml:610(para) -msgid "Divides 1 by the current value in the display area." -msgstr "Divideix 1 pel valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:611(para) -msgid "4 1/x" -msgstr "4 1/x" - -#: C/mate-calc.xml:612(para) -msgid "0.25" -msgstr "0,25" - -#: C/mate-calc.xml:616(para) -msgid "Square Root" -msgstr "Arrel quadrada" - -#: C/mate-calc.xml:617(guibutton) C/mate-calc.xml:2334(guibutton) -msgid "Sqrt" -msgstr "Sqrt" - -#: C/mate-calc.xml:618(para) -msgid "Calculates the square root of the current value in the display area." -msgstr "Calcula l'arrel quadrada del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:619(para) C/mate-calc.xml:1897(para) -msgid "For arithmetic precedence mode:" -msgstr "Pel mode de precedència aritmètica:" - -#: C/mate-calc.xml:620(para) -msgid "" -"Sqrt 9 )=" -msgstr "" -"Sqrt 9 )=" - -#: C/mate-calc.xml:621(para) C/mate-calc.xml:1899(para) -msgid "For non-arithmetic precedence mode:" -msgstr "Pel mode de sense precedència aritmètica:" - -#: C/mate-calc.xml:622(para) -msgid "9 Sqrt" -msgstr "9 Sqrt" - -#: C/mate-calc.xml:626(para) C/mate-calc.xml:2473(para) -msgid "Square" -msgstr "Quadrat" - -#: C/mate-calc.xml:628(para) -msgid "Calculates the square of the current value in the display area." -msgstr "Calcula el quadrat del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:629(para) -msgid "3 x2" -msgstr "3 x2" - -#: C/mate-calc.xml:630(para) -msgid "9" -msgstr "9" - -#: C/mate-calc.xml:633(para) -msgid "Integer Portion" -msgstr "Part entera" - -#: C/mate-calc.xml:634(guibutton) C/mate-calc.xml:2250(guibutton) -msgid "Int" -msgstr "Int" - -#: C/mate-calc.xml:635(para) -msgid "" -"Calculates the integer portion of the current value in the display area." -msgstr "Calcula la part entera del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:636(para) -msgid "-23.45 Int" -msgstr "-23,45 Int" - -#: C/mate-calc.xml:637(para) -msgid "-23" -msgstr "-23" - -#: C/mate-calc.xml:640(para) -msgid "Fractional Portion" -msgstr "Part fraccionada" - -#: C/mate-calc.xml:641(guibutton) C/mate-calc.xml:2442(guibutton) -msgid "Frac" -msgstr "Frac" - -#: C/mate-calc.xml:642(para) -msgid "" -"Calculates the fractional portion of the current value in the display area." -msgstr "" -"Calcula la part fraccionada del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:643(para) -msgid "-23.45 Frac" -msgstr "-23,45 Frac" - -#: C/mate-calc.xml:644(para) -msgid "-0.45" -msgstr "-0,45" - -#: C/mate-calc.xml:647(para) -msgid "Absolute Value" -msgstr "Valor absolut" - -#: C/mate-calc.xml:648(guibutton) C/mate-calc.xml:2352(guibutton) -msgid "Abs" -msgstr "Abs" - -#: C/mate-calc.xml:649(para) -msgid "Calculates the absolute value of the current value in the display area." -msgstr "Calcula el valor absolut del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:650(para) -msgid "-23.45 Abs" -msgstr "-23,45 Abs" - -#: C/mate-calc.xml:651(para) -msgid "23.45" -msgstr "23,45" - -#: C/mate-calc.xml:654(para) C/mate-calc.xml:2407(para) -msgid "Parentheses" -msgstr "Parèntesis" - -#: C/mate-calc.xml:655(para) C/mate-calc.xml:2406(para) -msgid "( and )" -msgstr "( i )" - -#: C/mate-calc.xml:656(para) -msgid "" -"Provide precedence in arithmetic calculations if you are not using " -"Arithmetic Precedence. See also . " -"Calculations within parentheses are performed first. You can nest " -"parentheses to any level. When the last parenthesis is matched, the display " -"area is updated." -msgstr "" -"Proporciona precedència en càlculs aritmètics si no utilitzeu precedència " -"aritmètica. Vegeu també la . Els " -"càlculs entre parèntesis es realitzaran primer. Podeu utilitzar tants " -"parèntesis com necessiteu. Quan s'arribi a l'últim parèntesis, " -"s'actualitzarà l'àrea de visualització." - -#: C/mate-calc.xml:658(para) -msgid "" -"2 +3*4=" -msgstr "" -"2 +3*4=" - -#: C/mate-calc.xml:659(para) -msgid "" -"2 +(3*4)" -msgstr "" -"2 +(3*4)" - -#: C/mate-calc.xml:661(para) C/mate-calc.xml:893(para) -#: C/mate-calc.xml:916(para) C/mate-calc.xml:964(para) -msgid "20" -msgstr "20" - -#: C/mate-calc.xml:662(para) -msgid "14" -msgstr "14" - -#: C/mate-calc.xml:671(title) -msgid "To Use the Calculator Memory Registers" -msgstr "Per a utilitzar els registres de memòria de la calculadora" - -#: C/mate-calc.xml:672(para) -msgid "" -"You can store values in any of the ten mate-calc " -"memory registers R0 to R9. To " -"display the memory registers, choose ViewMemory Registers." -msgstr "" -"Podeu desar valors en qualsevol dels deu registres de memòria del " -"mate-calc des de R0 a " -"R9. Per a mostrar els registres de memòria, seleccioneu " -"VisualitzaRegistres de memòria." - -#: C/mate-calc.xml:678(para) -msgid "" -"The memory registers can be dismissed by either choosing " -"ViewMemory Registers again, or by clicking on the Close button in the memory register window." -msgstr "" -"Els registres de memòria es poden ocultar en seleccionar un altre cop " -"VisualitzaRegistres de memòria o en fer clic en el botó Tanca en la finestra dels registres de memòria." - -#: C/mate-calc.xml:681(para) -msgid "" -" describes the memory functions " -"that you can use." -msgstr "" -"La descriu les funcions de memòria " -"que podeu utilitzar." - -#: C/mate-calc.xml:683(title) -msgid "Memory Functions" -msgstr "Funcions de memòria" - -#: C/mate-calc.xml:706(para) -msgid "Store Value in Memory Register" -msgstr "Desa valors en un registre de memòria" - -#: C/mate-calc.xml:707(guibutton) C/mate-calc.xml:2328(guibutton) -msgid "Sto" -msgstr "Desa" - -#: C/mate-calc.xml:708(para) -msgid "" -"Stores the current contents of the display area in the specified memory " -"register. Click Sto, then select a memory register " -"from the popup menu." -msgstr "" -"Desa el contingut actual de l'àrea de visualització en el registre de " -"memòria especificat. Feu clic a Desa i seleccioneu un " -"registre de memòria del menú emergent." - -#: C/mate-calc.xml:709(para) -msgid "" -"To clear a memory register during a mate-calc " -"session:" -msgstr "" -"Per a netejar un registre de memòria en una sessió del " -"mate-calc:" - -#: C/mate-calc.xml:711(para) -msgid "Click Clr." -msgstr "Feu clic a Net." - -#: C/mate-calc.xml:712(para) -msgid "Click Sto." -msgstr "Feu clic a Desa." - -#: C/mate-calc.xml:713(para) -msgid "Select the memory register from the popup menu." -msgstr "Seleccioneu el registre de memòria del menú emergent." - -#: C/mate-calc.xml:716(para) -msgid "22 StoR2" -msgstr "22 DesaR2" - -#: C/mate-calc.xml:717(para) -msgid "The value 22 is stored in memory register R2." -msgstr "" -"El valor 22 es desarà en el registre de memòria R2." - -#: C/mate-calc.xml:720(para) -msgid "Retrieve Value From Memory Register" -msgstr "Recupera un valor del registre de memòria" - -#: C/mate-calc.xml:721(guibutton) C/mate-calc.xml:2316(guibutton) -msgid "Rcl" -msgstr "Rcpa" - -#: C/mate-calc.xml:722(para) -msgid "" -"Retrieves the contents of the specified memory register. Click " -"Rcl, then select the memory register from the popup " -"menu." -msgstr "" -"Recupera el contingut del registre de memòria especificat. Feu clic a " -"Rcpa i seleccioneu el registre de memòria del menú " -"emergent." - -#: C/mate-calc.xml:723(para) -msgid "0 RclR2" -msgstr "0 RcpaR2" - -#: C/mate-calc.xml:724(para) -msgid "The value in the display area is 22." -msgstr "El valor en l'àrea de visualització és de 22." - -#: C/mate-calc.xml:727(para) -msgid "Exchange Memory Register Value and Displayed Value" -msgstr "Intercanvia el valor del registre de memòria amb el valor mostrat" - -#: C/mate-calc.xml:728(guibutton) C/mate-calc.xml:2364(guibutton) -msgid "Exch" -msgstr "Inter" - -#: C/mate-calc.xml:729(para) -msgid "" -"Exchanges the contents of the specified memory register and the current " -"value in the display area. Click Exch, then select " -"the memory register from the popup menu." -msgstr "" -"Intercanvia el contingut del registre de memòria especificat amb el valor " -"actual en l'àrea de visualització. Feu clic a Inter i " -"seleccioneu un registre de memòria del menú emergent." - -#: C/mate-calc.xml:730(para) -msgid "44 ExchR2" -msgstr "44 InterR2" - -#: C/mate-calc.xml:731(para) -msgid "" -"The value in the display area changes from 44 to 22, the value in R2 changes " -"from 22 to 44." -msgstr "" -"El valor en l'àrea de visualització canvia de 44 a 22, el valor en R2 canvia " -"de 22 a 44." - -#: C/mate-calc.xml:736(para) -msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"memory register, as shown in the following examples:" -msgstr "" -"Si utilitzeu dreceres de teclat, podeu utilitzar el teclat per a especificar " -"el registre de memòria, com es mostra en els exemples següents:" - -#: C/mate-calc.xml:744(para) C/mate-calc.xml:1548(para) -#: C/mate-calc.xml:1673(para) C/mate-calc.xml:1986(para) -msgid "Keyboard Entry" -msgstr "Entrada de teclat" - -#: C/mate-calc.xml:751(keycap) C/mate-calc.xml:2327(keycap) -msgid "S" -msgstr "S" - -#: C/mate-calc.xml:752(para) -msgid "" -"Stores the current contents of the display area in memory register " -"R2." -msgstr "" -"Desa el contingut actual de l'àrea de visualització al registre de memòria " -"R2." - -#: C/mate-calc.xml:755(keycap) C/mate-calc.xml:2315(keycap) -msgid "R" -msgstr "R" - -#: C/mate-calc.xml:756(para) -msgid "" -"Retrieves the current contents of memory register R2 " -"into the display area." -msgstr "" -"Recupera el contingut actual del registre de memòria R2 " -"a l'àrea de visualització." - -#: C/mate-calc.xml:759(keycap) C/mate-calc.xml:2363(keycap) -msgid "X" -msgstr "X" - -#: C/mate-calc.xml:760(para) -msgid "" -"Exchanges the current value of the display area with the contents of memory " -"register R2." -msgstr "" -"Intercanvia el contingut actual de l'àrea de visualització amb el contingut " -"del registre de memòria R2." - -#: C/mate-calc.xml:771(title) -msgid "To Perform Financial Calculations" -msgstr "Per a realitzar càlculs financers" - -#: C/mate-calc.xml:772(para) -msgid "" -"To change to Financial mode, choose ViewFinancial." -msgstr "" -"Per a canviar al mode financer, seleccioneu VisualitzaFinancer." - -#: C/mate-calc.xml:778(para) -msgid "" -"When you change to Financial mode, the following buttons are displayed above " -"the Basic and Advanced mode buttons:" -msgstr "" -"Quan canvieu al mode financer, els botons següents es mostraran sobre els " -"botons del mode bàsic i del mode avançat:" - -#: C/mate-calc.xml:782(title) -msgid "mate-calc Financial Mode Buttons" -msgstr "Botons del mode financer del mate-calc" - -#: C/mate-calc.xml:789(phrase) -msgid "Shows Financial mode buttons." -msgstr "Mostra botons del mode financer." - -#. ==== End of Figure ==== -#: C/mate-calc.xml:795(para) -msgid "" -"To perform financial calculations, use the buttons described in ." -msgstr "" -"Per a realitzar càlculs financers, utilitzeu els botons descrits en la ." - -#: C/mate-calc.xml:798(title) -msgid "Performing Financial Calculations" -msgstr "Realitzar càlculs financers" - -#: C/mate-calc.xml:821(para) -msgid "Compounding Term" -msgstr "Terme compost" - -#: C/mate-calc.xml:822(guibutton) C/mate-calc.xml:2286(guibutton) -msgid "Ctrm" -msgstr "Ctrm" - -#: C/mate-calc.xml:823(para) -msgid "" -"Calculates the number of compounding periods necessary to increase an " -"investment from a present value to a future value, at a fixed interest rate " -"per compounding period." -msgstr "" -"Calcula el número de períodes compostos necessaris per a incrementar una " -"inversió des d'un valor actual a un valor futur, a una tipus d'interès fix " -"per període compost." - -#: C/mate-calc.xml:825(para) -msgid "" -"You have just deposited $8000 in an account that pays an annual interest " -"rate of 9%, compounded monthly. Given the annual interest rate, you " -"determine that the simple monthly interest rate is 0.09 / 12 = 0.0075. To " -"calculate the time period necessary to double your investment, click " -"Ctrm, and put the following values into the text " -"entries:" -msgstr "" -"Heu dipositat 8.000 € en un compte que se li aplica un interès periòdic " -"anual del 9%, en períodes mensuals. Amb l'interès periòdic anual, determineu " -"que l'interès periòdic mensual és de 0,09 / 12 = 0,0075. Per a calcular el " -"període de temps necessari per a doblar la inversió, feu clic a " -"Ctrm i introduïu els valors següents a les entrades " -"de text:" - -#: C/mate-calc.xml:828(term) C/mate-calc.xml:888(term) -#: C/mate-calc.xml:932(term) C/mate-calc.xml:959(term) -#: C/mate-calc.xml:972(para) C/mate-calc.xml:1072(term) -msgid "Periodic Interest Rate" -msgstr "Tipus d'interès periòdic" - -#: C/mate-calc.xml:829(para) -msgid "0.0075" -msgstr "0,0075" - -#: C/mate-calc.xml:832(term) C/mate-calc.xml:875(para) -#: C/mate-calc.xml:981(term) C/mate-calc.xml:1068(term) -msgid "Future Value" -msgstr "Valor futur" - -#: C/mate-calc.xml:833(para) -msgid "16000" -msgstr "16000" - -#: C/mate-calc.xml:836(term) C/mate-calc.xml:945(para) -#: C/mate-calc.xml:985(term) -msgid "Present Value" -msgstr "Valor actual" - -#: C/mate-calc.xml:837(para) C/mate-calc.xml:855(para) -#: C/mate-calc.xml:1009(para) C/mate-calc.xml:1036(para) -msgid "8000" -msgstr "8000" - -#: C/mate-calc.xml:840(para) C/mate-calc.xml:870(para) -#: C/mate-calc.xml:896(para) C/mate-calc.xml:915(para) -#: C/mate-calc.xml:940(para) C/mate-calc.xml:967(para) -#: C/mate-calc.xml:993(para) C/mate-calc.xml:1020(para) -#: C/mate-calc.xml:1051(para) C/mate-calc.xml:1076(para) -msgid "Click Calculate" -msgstr "Feu clic a Calcula." - -#: C/mate-calc.xml:841(para) -msgid "92.77" -msgstr "92,77" - -#: C/mate-calc.xml:842(para) -msgid "The investment doubles in value in 92.77 months." -msgstr "La inversió dobla el seu valor en 92,77 mesos." - -#: C/mate-calc.xml:845(para) -msgid "Double-Declining Depreciation" -msgstr "Depreciació doble decreixent" - -#: C/mate-calc.xml:846(guibutton) C/mate-calc.xml:2208(guibutton) -msgid "Ddb" -msgstr "Ddb" - -#: C/mate-calc.xml:847(para) -msgid "" -"Calculates the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "" -"Calcula la provisió per a depreciació d'un actiu per a un període de temps " -"especificat, amb el mètode de depreciació doble decreixent." - -#: C/mate-calc.xml:850(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the double-" -"declining balance method, click Ddb and put the " -"following values into the text entries:" -msgstr "" -"Acabeu de comprar una màquina per a la oficina per 8.000 €. La vida útil de " -"la màquina és de sis anys. El valor de salvament després de sis anys és de " -"900 €. Per a calcular la despesa de depreciació per al quart any, utilitzant " -"el mètode de depreciació doble decreixent, feu clic a Ddb i introduïu els valors següents a les entrades de text:" - -#: C/mate-calc.xml:854(term) C/mate-calc.xml:907(term) -#: C/mate-calc.xml:1008(term) C/mate-calc.xml:1035(term) -msgid "Cost" -msgstr "Cost" - -#: C/mate-calc.xml:858(term) C/mate-calc.xml:1012(term) -#: C/mate-calc.xml:1039(term) -msgid "Salvage" -msgstr "Salvament" - -#: C/mate-calc.xml:859(para) C/mate-calc.xml:1013(para) -#: C/mate-calc.xml:1040(para) -msgid "900" -msgstr "900" - -#: C/mate-calc.xml:862(term) C/mate-calc.xml:1016(term) -#: C/mate-calc.xml:1043(term) -msgid "Life" -msgstr "Vida" - -#: C/mate-calc.xml:866(term) C/mate-calc.xml:1047(term) -msgid "Period" -msgstr "Període" - -#: C/mate-calc.xml:867(para) C/mate-calc.xml:1048(para) -#: C/mate-calc.xml:1993(keycap) C/mate-calc.xml:1997(keycap) -msgid "4" -msgstr "4" - -#: C/mate-calc.xml:871(para) -msgid "790.12" -msgstr "790,12" - -#: C/mate-calc.xml:872(para) -msgid "The depreciation expense for the fourth year is $790.12." -msgstr "La despesa de depreciació per al quart any és de 790,12 €." - -#: C/mate-calc.xml:876(guibutton) C/mate-calc.xml:2358(guibutton) -msgid "Fv" -msgstr "Fv" - -#: C/mate-calc.xml:877(para) -msgid "" -"Calculates the future value of an investment based on a series of equal " -"payments at a specific periodic interest rate, over the number of payment " -"periods in the term." -msgstr "" -"Calcula el valor futur d'una inversió basat en una sèrie de pagaments iguals " -"a un tipus d'interès periòdic, sobre el número de períodes de pagament en el " -"termini." - -#: C/mate-calc.xml:880(para) -msgid "" -"You plan to deposit $4000 in a bank account on the last day of each year for " -"the next 20 years. The account pays 8% interest, compounded annually. " -"Interest is paid on the last day of each year. To calculate the value of " -"your account in 20 years, press Fv and put the " -"following values into the text entries:" -msgstr "" -"Teniu previst dipositar 4.000 € en un compte d'un banc en l'últim dia de " -"cada any, per als 20 anys següents. El compte paga un interès del 8%, en " -"períodes anuals. L'interès es paga en l'última dia de cada any. Per a " -"calcular el valor del compte al cap de 20 anys, premeu Fv i introduïu els valors següents a les entrades de text:" - -#: C/mate-calc.xml:884(term) C/mate-calc.xml:920(para) -#: C/mate-calc.xml:955(term) C/mate-calc.xml:1064(term) -msgid "Periodic Payment" -msgstr "Pagament periòdic" - -#: C/mate-calc.xml:885(para) -msgid "4000" -msgstr "4000" - -#: C/mate-calc.xml:889(para) -msgid "0.08" -msgstr "0,08" - -#: C/mate-calc.xml:892(term) C/mate-calc.xml:963(term) -msgid "Number Of Periods" -msgstr "Número de períodes" - -#: C/mate-calc.xml:897(para) -msgid "183047.86" -msgstr "183047,86" - -#: C/mate-calc.xml:898(para) -msgid "At the end of 20 years, the value of the account is $183,047.86." -msgstr "Al final dels 20 anys, el valor del compte és de 18.3047,86 €." - -#: C/mate-calc.xml:901(para) -msgid "Gross Profit Margin" -msgstr "Percentatge brut de benefici" - -#: C/mate-calc.xml:902(guibutton) -msgid "Gpm" -msgstr "Gpm" - -#: C/mate-calc.xml:903(para) -msgid "" -"Calculates the resale price of a product, based on the product cost and the " -"wanted gross profit margin." -msgstr "" -"Calcula el preu de revenda d'un producte, basat en el cost del producte i el " -"percentatge brut de benefici desitjat." - -#: C/mate-calc.xml:904(para) -msgid "" -"You sell T-Shirts online. Each T-Shirt cost you $12 in material and labor. " -"You want to sell the T-Shirts with a Gross Profit Margin of 0.40 - for every " -"five dollars you earn, you want two to be profit. To calculate the price you " -"would have to sell your T-Shirts for, press Gpm and " -"put the following values into the text entries:" -msgstr "" -"Veneu samarretes per Internet. Cada samarreta us costa 12 € en material i " -"mà d'obra. Voleu vendre les samarretes amb un percentatge brut de benefici " -"del 0,40 - per cada cinc euros que guanyeu, voleu que dos siguin beneficis. " -"Per a calcular el preu en què haureu de vendre les samarretes, premeu " -"Gpm i introduïu els valors següents a les entrades de " -"text:" - -#: C/mate-calc.xml:908(para) -msgid "12" -msgstr "12" - -#: C/mate-calc.xml:911(term) -msgid "Margin" -msgstr "Marge" - -#: C/mate-calc.xml:912(para) -msgid "0.40" -msgstr "0,40" - -#: C/mate-calc.xml:917(para) -msgid "You will have to sell your T-Shirts for $20" -msgstr "Haureu de vendre les samarretes per 20 €" - -#: C/mate-calc.xml:921(guibutton) C/mate-calc.xml:2304(guibutton) -msgid "Pmt" -msgstr "Pmt" - -#: C/mate-calc.xml:922(para) -msgid "" -"Calculates the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "" -"Calcula la quantitat del pagament periòdic d'un préstec, on els pagaments es " -"fan al final de cada període de pagament." - -#: C/mate-calc.xml:925(para) -msgid "" -"You are considering a $120,000 mortgage for 30 years at an annual interest " -"rate of 11.0%. Given the annual interest rate, you determine that the simple " -"monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * 12 = 360 " -"months. To calculate the monthly repayment for this mortgage, press " -"Pmt and put the following values into the text " -"entries:" -msgstr "" -"Esteu pensant en una hipoteca de 120.000 € a 30 anys amb un interès periòdic " -"anual del 11%. Donat l'interès periòdic anual, determineu que l'interès " -"periòdic mensual és de 0,11 / 12 = 0,00917. El termini és de 30 * 12 = 360 " -"mesos. Per a calcular el pagament mensual per a aquesta hipoteca, premeu " -"Pmt i introduïu els valors següents a les entrades de " -"text:" - -#: C/mate-calc.xml:928(term) -msgid "Principal" -msgstr "Principal" - -#: C/mate-calc.xml:929(para) C/mate-calc.xml:1069(para) -msgid "120000" -msgstr "120000" - -#: C/mate-calc.xml:933(para) -msgid "0.00917" -msgstr "0,00917" - -#: C/mate-calc.xml:936(term) C/mate-calc.xml:989(term) -#: C/mate-calc.xml:1057(guibutton) C/mate-calc.xml:2346(guibutton) -msgid "Term" -msgstr "Term" - -#: C/mate-calc.xml:937(para) -msgid "360" -msgstr "360" - -#: C/mate-calc.xml:941(para) -msgid "1143.15" -msgstr "1143,15" - -#: C/mate-calc.xml:942(para) -msgid "The monthly repayment is $1143.15." -msgstr "El pagament mensual és de 1.143,15 €." - -#: C/mate-calc.xml:946(guibutton) C/mate-calc.xml:2310(guibutton) -msgid "Pv" -msgstr "Pv" - -#: C/mate-calc.xml:947(para) -msgid "" -"Calculates the present value of an investment based on a series of equal " -"payments, discounted at a periodic interest rate, over the number of payment " -"periods in the term." -msgstr "" -"Calcula el valor actual d'una inversió basat en una sèrie de pagaments " -"iguals, descomptat a un tipus d'interès periòdic, sobre el número de " -"períodes de pagament en el termini." - -#: C/mate-calc.xml:950(para) -msgid "" -"You have just won a million dollars. The prize is awarded in 20 annual " -"payments of $50,000 each. Annual payments are received at the end of each " -"year. If you were to accept the annual payments of $50,000, you would invest " -"the money at a rate of 9%, compounded annually." -msgstr "" -"Acabeu de guanyar un milió d'euros. El premi s'entrega en 20 pagaments " -"anuals de 50.000 € cada un. Els pagaments anuals es reben al final de cada " -"any. Si accepteu els pagaments anuals de 50.000 €, podríeu invertir els " -"diners a un interès anual del 9%." - -#: C/mate-calc.xml:951(para) -msgid "" -"However, you are given the option of receiving a single lump-sum payment of " -"$400,000 instead of the million dollars annuity. To calculate which option " -"is worth more in today's dollars, press Pv and put " -"the following values into the text entries:" -msgstr "" -"Tot i això, teniu l'opció de rebre un sol pagament de 400.000 € enlloc de " -"les anualitats d'un milió d'euros anuals. Per a calcular quina opció val més " -"la pena en euros actuals, premeu Pv i introduïu els " -"valors següents a les entrades de text:" - -#: C/mate-calc.xml:956(para) -msgid "50000" -msgstr "50000" - -#: C/mate-calc.xml:960(para) -msgid "0.09" -msgstr "0,09" - -#: C/mate-calc.xml:968(para) -msgid "456427.28" -msgstr "456427,28" - -#: C/mate-calc.xml:969(para) -msgid "" -"The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -msgstr "" -"El pagament de 1.000.000 € durant 20 anys val 456.427,28 € en euros actuals." - -#: C/mate-calc.xml:973(guibutton) C/mate-calc.xml:2340(guibutton) -msgid "Rate" -msgstr "Rate" - -#: C/mate-calc.xml:974(para) -msgid "" -"Calculates the periodic interest necessary to increase an investment of a " -"present value to a future value, over a number of compounding periods." -msgstr "" -"Calcula l'interès periòdic necessari per a incrementar una inversió del " -"valor actual a un valor futur, en el número de períodes compostos." - -#: C/mate-calc.xml:977(para) -msgid "" -"You have invested $20,000 in a bond. The bond matures in five years, and has " -"a maturity value of $30,000. Interest is compounded monthly. The term is 5 * " -"12 = 60 months. To calculate the periodic interest rate for this investment, " -"press Rate and put the following values into the text " -"entries:" -msgstr "" -"Heu invertit 20.000 € en un bo. El bo venç en cinc anys i té un valor de " -"venciment de 30.000 €. El període d'interès és mensual. El termini és de 5 * " -"12 = 60 mesos. Per a calcular el tipus d'interès periòdic per a aquesta " -"inversió, premeu Rate i introduïu els valors següents " -"a les entrades de text:" - -#: C/mate-calc.xml:982(para) -msgid "30000" -msgstr "30000" - -#: C/mate-calc.xml:986(para) -msgid "20000" -msgstr "20000" - -#: C/mate-calc.xml:990(para) C/mate-calc.xml:1297(para) -msgid "60" -msgstr "60" - -#: C/mate-calc.xml:994(para) -msgid ".00678" -msgstr ",00678" - -#: C/mate-calc.xml:995(para) -msgid "" -"The monthly interest rate is 0.678%. The annual interest rate is 0.678% * 12 " -"= 8.14%." -msgstr "" -"El tipus d'interès mensual és de 0,678%. El tipus d'interès anual és de " -"0,678% * 12 = 8,14%." - -#: C/mate-calc.xml:999(para) -msgid "Straight-Line Depreciation" -msgstr "Depreciació constant" - -#: C/mate-calc.xml:1000(guibutton) C/mate-calc.xml:2274(guibutton) -msgid "Sln" -msgstr "Sln" - -#: C/mate-calc.xml:1001(para) -msgid "" -"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." -msgstr "" -"Calcula la depreciació constant d'un actiu per a un període. El cost " -"depreciable és cost - salvament. El mètode de depreciació constant divideix el cost depreciable " -"uniformement sobre la vida útil d'un actiu. La vida útil és el número de " -"períodes, generalment en anys, sobre els quals un actiu es deprecia." - -#: C/mate-calc.xml:1004(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the yearly depreciation expense, using the straight-line method, " -"prss Sln, and put the following values into the first " -"three memory registers:" -msgstr "" -"Acabeu de comprar una màquina per a la oficina per 8.000 €. La vida útil de " -"la màquina és de sis anys. El valor de salvament després de sis anys és de " -"900 €. Per a calcular la despesa de depreciació anual, utilitzant el mètode " -"de depreciació constant, premeu Sln i introduïu els " -"valors següents als tres primers registres de memòria:" - -#: C/mate-calc.xml:1021(para) -msgid "1183.33" -msgstr "1183,33" - -#: C/mate-calc.xml:1022(para) -msgid "The yearly depreciation expense is $1183.33." -msgstr "La despesa de depreciació anual és de 1.183,33 €." - -#: C/mate-calc.xml:1025(para) -msgid "Sum-Of-The-Years'-Digits Depreciation" -msgstr "Depreciació per suma dels dígits dels anys" - -#: C/mate-calc.xml:1026(guibutton) C/mate-calc.xml:2370(guibutton) -msgid "Syd" -msgstr "Syd" - -#: C/mate-calc.xml:1027(para) -msgid "" -"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. The depreciable cost is " -"cost - salvage. The " -"useful life is the number of periods, typically years, over which an asset " -"is depreciated." -msgstr "" -"Calcula la provisió per a depreciació d'un actiu per a un període de temps " -"especificat, utilitzant el mètode de depreciació per suma dels dígits dels " -"anys. Aquest mètode de depreciació accelera el tipus de depreciació, de " -"manera que els moments de més despeses de depreciació són els primers " -"períodes i menys en els últims. El cost depreciable és cost - salvament. La vida útil és el " -"número de períodes, generalment en anys, sobre els quals un actiu es " -"deprecia." - -#: C/mate-calc.xml:1031(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the sum-of-the-" -"years'-digits method, press Syd, and put the " -"following values into the text entries:" -msgstr "" -"Acabeu de comprar una màquina per a la oficina per 8.000 €. La vida útil de " -"la màquina és de sis anys. El valor de salvament després de sis anys és de " -"900 €. Per a calcular la despesa de depreciació per al quart any, utilitzant " -"el mètode de depreciació per suma dels dígits dels anys, premeu " -"Syd i introduïu els valors a les entrades de text:" - -#: C/mate-calc.xml:1052(para) -msgid "1014.29" -msgstr "1014,29" - -#: C/mate-calc.xml:1053(para) -msgid "The depreciation expense for the fourth year is $1014.29." -msgstr "La despesa de depreciació per al quart any és de 1.014,29 €." - -#: C/mate-calc.xml:1056(para) -msgid "Payment Period" -msgstr "Període de pagament" - -#: C/mate-calc.xml:1058(para) -msgid "" -"Calculates the number of payment periods that are necessary during the term " -"of an ordinary annuity, to accumulate a future value, at a certain periodic " -"interest rate." -msgstr "" -"Calcula el número de períodes compostos necessaris durant el període d'un " -"any ordinari, per a acumular un valor futur, a una tipus d'interès periòdic." - -#: C/mate-calc.xml:1060(para) -msgid "" -"You plan to deposit $1800 in a bank account on the last day of each year. " -"The account pays 11% interest, compounded annually. Interest is paid on the " -"last day of each year. To calculate the time period necessary to accumulate " -"$120,000, press Term, and put the following values " -"into the text entries:" -msgstr "" -"Teniu previst dipositar 1.800 € en un compte d'un banc en l'últim dia de " -"cada any. El compte paga un interès del 11%, en períodes anuals. L'interès " -"es paga en l'últim dia de cada any. Per a calcular el temps de període " -"necessari per a acumular 120.000 €, premeu Term i " -"introduïu els valors següents a les entrades de text:" - -#: C/mate-calc.xml:1065(para) -msgid "1800" -msgstr "1800" - -#: C/mate-calc.xml:1073(para) -msgid "0.11" -msgstr "0,11" - -#: C/mate-calc.xml:1077(para) -msgid "20.32" -msgstr "20,32" - -#: C/mate-calc.xml:1078(para) -msgid "$120,000 accumulates in the account in 20.32 years." -msgstr "S'acumularan 120.000 € en el compte en 20,32 anys." - -#: C/mate-calc.xml:1086(title) -msgid "To Perform Scientific Calculations" -msgstr "Per a realitzar càlculs científics" - -#: C/mate-calc.xml:1087(para) -msgid "" -"To change to Scientific mode, choose ViewScientific." -msgstr "" -"Per a canviar al mode científic, seleccioneu " -"VisualitzaCientífic." - -#: C/mate-calc.xml:1093(para) -msgid "" -"When you change to Scientific mode, the following buttons are displayed " -"above the Basic and Advanced mode buttons:" -msgstr "" -"Quan canvieu al mode científic, els botons següents es mostraran sobre els " -"botons del mode bàsic i del mode avançat:" - -#: C/mate-calc.xml:1097(title) -msgid "mate-calc Scientific Mode Buttons" -msgstr "Botons del mode científic del mate-calc" - -#: C/mate-calc.xml:1104(phrase) -msgid "Shows Scientific mode buttons." -msgstr "Mostra botons del mode científic." - -#: C/mate-calc.xml:1111(title) -msgid "To Set the Accuracy" -msgstr "Per a establir la precisió" - -#: C/mate-calc.xml:1112(para) -msgid "" -"To set the accuracy of the display area and of the memory registers, click " -"Acc, then select from the popup menu the accuracy " -"level that you require. The current accuracy level is indicated by a " -"preceding black circle in the popup menu. Up to 99 significant places can be " -"displayed. The default accuracy is 9 significant places." -msgstr "" -"Per a establir la precisió de l'àrea de visualització i dels registres de " -"memòria, feu clic a Prc i seleccioneu en el menú " -"emergent el nivell de precisió que necessiteu. Un cercle negre en el menú " -"emergent indica l'actual nivell de precisió. Es poden mostrar fins a 99 " -"posicions significatives. La precisió predeterminada és de 9 posicions " -"significatives." - -#: C/mate-calc.xml:1113(para) -msgid "" -"To set the accuracy level above 9, select Other (9) ..., then choose the accuracy level you require in the Set " -"Precision popup." -msgstr "" -"Per establir el nivell de precisió per sobre de 9, seleccioneu " -"Altre (9) ... i trieu el nivell de precisió que " -"necessitareu en l'emergent Estableix la precisió." - -#: C/mate-calc.xml:1114(para) -msgid "" -"By default, trailing zeroes are not shown. To display trailing zeroes, click " -"Acc then select Show Trailing Zeroes from the popup menu, or choose ViewShow Trailing Zeroes. A " -"preceding check mark in the Acc popup menu or " -"View menu indicates that the Show Trailing " -"Zeroes option has been selected. To hide trailing zeroes, choose " -"ViewShow Trailing Zeroes again." -msgstr "" -"Per defecte, no es mostren els zeros finals. Per a mostrar els zeros finals, " -"feu clic a Prc i seleccioneu Mostra els " -"zeros finals en el menú emergent, o seleccioneu " -"VisualitzaMostra els zeros " -"finals. Una marca de comprovació en el menú " -"emergent de Prc o en el menú Visualitza indica que s'ha seleccionat l'opció Mostra els zeros " -"finals. Per a amagar els zeros finals, seleccioneu un altre cop " -"VisualitzaMostra els zeros " -"finals." - -#: C/mate-calc.xml:1115(para) -msgid "" -"The examples in the following table show how the accuracy setting affects " -"x in the display area, when you use decimal base, " -"with the Show Trailing Zeroes option selected, " -"for the 1 / 8 = x calculation:" -msgstr "" -"Els exemples en la taula següent mostren com els paràmetres de la precisió " -"afecten a x en l'àrea de visualització, quan " -"utilitzeu una base decimal, amb l'opció Mostra els zeros " -"finals seleccionada, per al càlcul 1 / 8 = " -"x:" - -#: C/mate-calc.xml:1123(para) C/mate-calc.xml:2068(link) -#: C/mate-calc.xml:2179(para) -msgid "Accuracy" -msgstr "Precisió" - -#: C/mate-calc.xml:1130(para) -msgid "1 significant place" -msgstr "1 posició significativa" - -#: C/mate-calc.xml:1134(para) -msgid "2 significant places" -msgstr "2 posicions significatives" - -#: C/mate-calc.xml:1135(para) -msgid "1.25" -msgstr "1,25" - -#: C/mate-calc.xml:1138(para) -msgid "3 significant places" -msgstr "3 posicions significatives" - -#: C/mate-calc.xml:1139(para) -msgid "1.250" -msgstr "1,250" - -#: C/mate-calc.xml:1146(title) -msgid "To Set the Display Type" -msgstr "Per a establir el tipus de visualització" - -#: C/mate-calc.xml:1147(para) -msgid "" -"To set the display type, select one of the buttons described in ." -msgstr "" -"Per a establir el tipus de visualització, seleccioneu un dels botons " -"descrits en la ." - -#: C/mate-calc.xml:1149(title) -msgid "Setting the Display Type" -msgstr "Establir el tipus de visualització" - -#: C/mate-calc.xml:1166(para) -msgid "Engineering Display Type" -msgstr "Tipus de visualització en format d'enginyer" - -#: C/mate-calc.xml:1167(guibutton) C/mate-calc.xml:2598(guilabel) -msgid "Eng" -msgstr "Eng" - -#: C/mate-calc.xml:1168(para) -msgid "" -"Sets the display type to engineering format. Results are displayed in " -"scientific notation. The exponent is always a multiple of three." -msgstr "" -"Estableix el tipus de visualització en format d'enginyer. Els resultats es " -"mostraran en notació científica. L'exponent sempre serà un múltiple de tres." - -#: C/mate-calc.xml:1171(para) -msgid "Fixed-Point Display Type" -msgstr "Tipus de visualització en format estable" - -#: C/mate-calc.xml:1172(guibutton) C/mate-calc.xml:2580(guilabel) -msgid "Fix" -msgstr "Fix" - -#: C/mate-calc.xml:1173(para) -msgid "" -"Sets the display type to fixed-point format. Results are not displayed in " -"scientific notation. Fixed-point is the default display type. If you change " -"from scientific mode to either basic mode or financial mode, " -"mate-calc automatically sets the display type to " -"fixed-point format." -msgstr "" -"Estableix el tipus de visualització en format estable. Els resultats no es " -"mostraran en notació científica. El format estable és el tipus de " -"visualització predeterminat. Si canvieu de mode científic al mode bàsic o al " -"mode financer, el mate-calc establirà " -"automàticament el tipus de visualització en format estable." - -#: C/mate-calc.xml:1176(para) -msgid "Scientific Display Type" -msgstr "Tipus de visualització en format científic" - -#: C/mate-calc.xml:1177(guibutton) C/mate-calc.xml:2616(guilabel) -msgid "Sci" -msgstr "Sci" - -#: C/mate-calc.xml:1178(para) -msgid "" -"Sets the display type to scientific format. Results are displayed in " -"scientific notation, with a fixed number of numeric digits." -msgstr "" -"Estableix el tipus de visualització en format científic. Els resultats es " -"mostraran en notació científica, amb un número fix de dígits numèrics." - -#: C/mate-calc.xml:1185(title) -msgid "To Set the Trigonometric Type" -msgstr "Per a establir el tipus trigonomètric" - -#: C/mate-calc.xml:1186(para) -msgid "" -"To set the trigonometric type, select one of the buttons described in ." -msgstr "" -"Per a establir el tipus trigonomètric, seleccioneu un dels botons descrits " -"en la ." - -#: C/mate-calc.xml:1188(title) -msgid "Setting the Trigonometric Type" -msgstr "Establir el tipus trigonomètric" - -#: C/mate-calc.xml:1205(para) C/mate-calc.xml:1206(guibutton) -#: C/mate-calc.xml:2586(guilabel) -msgid "Degrees" -msgstr "Graus" - -#: C/mate-calc.xml:1207(para) -msgid "" -"Sets the trigonometric type to degrees. Degrees is the default trigonometric " -"type." -msgstr "" -"Estableix el tipus trigonomètric a graus. Els graus és el tipus " -"trigonomètric predeterminat." - -#: C/mate-calc.xml:1210(para) C/mate-calc.xml:1211(guibutton) -#: C/mate-calc.xml:2562(guilabel) -msgid "Gradians" -msgstr "Graus centesimals" - -#: C/mate-calc.xml:1212(para) -msgid "Sets the trigonometric type to gradians." -msgstr "Estableix el tipus trigonomètric a graus centesimals." - -#: C/mate-calc.xml:1215(para) C/mate-calc.xml:1216(guibutton) -#: C/mate-calc.xml:2610(guilabel) -msgid "Radians" -msgstr "Radians" - -#: C/mate-calc.xml:1217(para) -msgid "Sets the trigonometric type to radians." -msgstr "Estableix el tipus trigonomètric a radians." - -#: C/mate-calc.xml:1224(title) -msgid "To Set the Trigonometric Options" -msgstr "Per a establir les opcions trigonomètriques" - -#: C/mate-calc.xml:1225(para) -msgid "" -"To set the trigonometric options, use the options described in ." -msgstr "" -"Per a establir les opcions trigonomètriques, utilitzeu les opcions descrites " -"en la ." - -#: C/mate-calc.xml:1227(title) -msgid "Setting the Trigonometric Options" -msgstr "Establir les opcions trigonomètriques" - -#: C/mate-calc.xml:1244(para) -msgid "Hyperbolic Option Indicator" -msgstr "Indicador d'opció hiperbòlica" - -#: C/mate-calc.xml:1245(guibutton) C/mate-calc.xml:2628(guilabel) -msgid "Hyp" -msgstr "Hip" - -#: C/mate-calc.xml:1246(para) -msgid "Selects the hyperbolic option for use with the trigonometric functions." -msgstr "" -"Selecciona l'opció hiperbòlica a utilitzar amb les funcions trigonomètriques." - -#: C/mate-calc.xml:1249(para) -msgid "Inverse Option Indicator" -msgstr "Indicador d'opció inversa" - -#: C/mate-calc.xml:1250(guibutton) C/mate-calc.xml:2592(guilabel) -msgid "Inv" -msgstr "Inv" - -#: C/mate-calc.xml:1251(para) -msgid "Selects the inverse option for use with the trigonometric functions." -msgstr "" -"Selecciona l'opció inversa a utilitzar amb les funcions trigonomètriques." - -#: C/mate-calc.xml:1256(para) -msgid "" -"By default, the options described in are not selected. Click Clr to deselect " -"these options." -msgstr "" -"Per defecte, les opcions descrites en la no estan seleccionades. Feu clic a Net " -"per a no seleccionar aquestes opcions." - -#: C/mate-calc.xml:1260(title) -msgid "To Calculate Trigonometric Values" -msgstr "Per a calcular els valors trigonomètrics" - -#: C/mate-calc.xml:1261(para) -msgid "" -"To calculate trigonometric values, use the buttons described in ." -msgstr "" -"Per a calcular els valors trigonomètrics, utilitzeu els botons descrits en " -"la ." - -#: C/mate-calc.xml:1263(title) -msgid "Calculating Trigonometric Values" -msgstr "Calcular els valors trigonomètrics" - -#: C/mate-calc.xml:1286(para) -msgid "Cosine cos" -msgstr "Cosinus cos" - -#: C/mate-calc.xml:1287(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"Cos, opció Hip no seleccionada, " -"opció Inv no seleccionada" - -#: C/mate-calc.xml:1288(para) -msgid "Calculates the cosine of the current value in the display area." -msgstr "Calcula el cosinus del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1289(para) -msgid "60 Cos" -msgstr "60 Cos" - -#: C/mate-calc.xml:1290(para) -msgid "0.5" -msgstr "0,5" - -#: C/mate-calc.xml:1293(para) -msgid "Arc Cosine acos" -msgstr "Arccosinus acos" - -#: C/mate-calc.xml:1294(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option selected" -msgstr "" -"Cos, opció Hip no seleccionada, " -"opció Inv seleccionada" - -#: C/mate-calc.xml:1295(para) -msgid "Calculates the arc cosine of the current value in the display area." -msgstr "Calcula l'arccosinus del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1296(para) -msgid "0.5 InvCos" -msgstr "0,5 InvCos" - -#: C/mate-calc.xml:1300(para) -msgid "Hyperbolic Cosine cosh" -msgstr "Cosinus hiperbòlic cosh" - -#: C/mate-calc.xml:1301(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option not selected" -msgstr "" -"Cos, opció Hip seleccionada, " -"opció Inv no seleccionada" - -#: C/mate-calc.xml:1302(para) -msgid "" -"Calculates the hyperbolic cosine of the current value in the display area." -msgstr "" -"Calcula el cosinus hiperbòlic del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1303(para) -msgid "0.4 HypCos" -msgstr "0,4 HipCos" - -#: C/mate-calc.xml:1304(para) -msgid "1.081072372" -msgstr "1,081072372" - -#: C/mate-calc.xml:1307(para) -msgid "Arc Hyperbolic Cosine acosh" -msgstr "Arccosinus hiperbòlic acosh" - -#: C/mate-calc.xml:1308(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option selected" -msgstr "" -"Cos, opció Hip seleccionada, " -"opció Inv seleccionada" - -#: C/mate-calc.xml:1309(para) -msgid "" -"Calculates the arc hyperbolic cosine of the current value in the display " -"area." -msgstr "" -"Calcula l'arccosinus hiperbòlic del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1310(para) -msgid "" -"1.6 HypInvCos" -msgstr "" -"1,6 HipInvCos" - -#: C/mate-calc.xml:1311(para) -msgid "1.046967915" -msgstr "1,046967915" - -#: C/mate-calc.xml:1314(para) -msgid "Sine sin" -msgstr "Sinus sin" - -#: C/mate-calc.xml:1315(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"Sin, opció Hip no seleccionada, " -"opció Inv no seleccionada" - -#: C/mate-calc.xml:1316(para) -msgid "Calculates the sine of the current value in the display area." -msgstr "Calcula el sinus del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1317(para) -msgid "90 Sin" -msgstr "90 Sin" - -#: C/mate-calc.xml:1321(para) -msgid "Arc Sine asin" -msgstr "Arcsinus asin" - -#: C/mate-calc.xml:1322(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option selected" -msgstr "" -"Sin, opció Hip no seleccionada, " -"opció Inv seleccionada" - -#: C/mate-calc.xml:1323(para) -msgid "Calculates the arc sine of the current value in the display area." -msgstr "Calcula l'arcsinus del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1324(para) -msgid "1 InvSin" -msgstr "1 InvSin" - -#: C/mate-calc.xml:1325(para) -msgid "90" -msgstr "90" - -#: C/mate-calc.xml:1328(para) -msgid "Hyperbolic Sine sinh" -msgstr "Sinus hiperbòlic sinh" - -#: C/mate-calc.xml:1329(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option not selected" -msgstr "" -"Sin, opció Hip seleccionada, " -"opció Inv no seleccionada" - -#: C/mate-calc.xml:1330(para) -msgid "" -"Calculates the hyperbolic sine of the current value in the display area." -msgstr "" -"Calcula el sinus hiperbòlic del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1331(para) -msgid "0.4 HypSin" -msgstr "0,4 HipSin" - -#: C/mate-calc.xml:1332(para) -msgid "0.410752326" -msgstr "0,410752326" - -#: C/mate-calc.xml:1335(para) -msgid "Arc Hyperbolic Sine asinh" -msgstr "Arcsinus hiperbòlic asinh" - -#: C/mate-calc.xml:1336(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option selected" -msgstr "" -"Sin, opció Hip seleccionada, " -"opció Inv seleccionada" - -#: C/mate-calc.xml:1337(para) -msgid "" -"Calculates the arc hyperbolic sine of the current value in the display area." -msgstr "" -"Calcula l'arcsinus hiperbòlic del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1338(para) -msgid "" -"1.6 HypInvSin" -msgstr "" -"1,6 HipInvSin" - -#: C/mate-calc.xml:1339(para) -msgid "1.248983328" -msgstr "1,248983328" - -#: C/mate-calc.xml:1342(para) -msgid "Tangent tan" -msgstr "Tangent tan" - -#: C/mate-calc.xml:1343(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"Tan, opció Hip no seleccionada, " -"opció Inv no seleccionada" - -#: C/mate-calc.xml:1344(para) -msgid "Calculates the tangent of the current value in the display area." -msgstr "Calcula la tangent del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1345(para) -msgid "45 Tan" -msgstr "45 Tan" - -#: C/mate-calc.xml:1349(para) -msgid "Arc Tangent atan" -msgstr "Arctangent atan" - -#: C/mate-calc.xml:1350(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option selected" -msgstr "" -"Tan, opció Hip no seleccionada, " -"opció Inv seleccionada" - -#: C/mate-calc.xml:1351(para) -msgid "Calculates the arc tangent of the current value in the display area." -msgstr "Calcula l'arctangent del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1352(para) -msgid "1 InvTan" -msgstr "1 InvTan" - -#: C/mate-calc.xml:1353(para) -msgid "45" -msgstr "45" - -#: C/mate-calc.xml:1356(para) -msgid "Hyperbolic Tangent tanh" -msgstr "Tangent hiperbòlica tanh" - -#: C/mate-calc.xml:1357(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option not selected" -msgstr "" -"Tan, opció Hip seleccionada, " -"opció Inv no seleccionada" - -#: C/mate-calc.xml:1358(para) -msgid "" -"Calculates the hyperbolic tangent of the current value in the display area." -msgstr "" -"Calcula la tangent hiperbòlica del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1359(para) -msgid "0.6 HypTan" -msgstr "0,6 HipTan" - -#: C/mate-calc.xml:1360(para) -msgid "0.537049567" -msgstr "0,537049567" - -#: C/mate-calc.xml:1363(para) -msgid "Arc Hyperbolic Tangent atanh" -msgstr "Arctangent hiperbòlica atanh" - -#: C/mate-calc.xml:1364(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option selected" -msgstr "" -"Tan, opció Hip seleccionada, " -"opció Inv seleccionada" - -#: C/mate-calc.xml:1365(para) -msgid "" -"Calculates the arc hyperbolic tangent of the current value in the display " -"area." -msgstr "" -"Calcula l'arctangent hiperbòlica del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1366(para) -msgid "" -"0.6 HypInvTan" -msgstr "" -"0,6 HipInvTan" - -#: C/mate-calc.xml:1367(para) -msgid "0.693147181" -msgstr "0,693147181" - -#: C/mate-calc.xml:1374(title) -msgid "To Calculate Logarithms" -msgstr "Per a calcular logaritmes" - -#: C/mate-calc.xml:1375(para) -msgid "" -"To calculate logarithms, use the buttons described in ." -msgstr "" -"Per a calcular logaritmes, utilitzeu els botons descrits en la ." - -#: C/mate-calc.xml:1377(title) -msgid "Calculating Logarithms" -msgstr "Calcular logaritmes" - -#: C/mate-calc.xml:1400(para) -msgid "Common Logarithm Base 10" -msgstr "Logaritme decimal" - -#: C/mate-calc.xml:1401(para) -msgid "Log10" -msgstr "Log10" - -#: C/mate-calc.xml:1402(para) -msgid "" -"Calculates the common logarithm (base 10) of the current value in the " -"display area." -msgstr "" -"Calcula el logaritme decimal (base 10) del valor actual en l'àrea de " -"visualització." - -#: C/mate-calc.xml:1403(para) -msgid "10 Log10" -msgstr "10 Log10" - -#: C/mate-calc.xml:1407(para) -msgid "Natural Logarithm" -msgstr "Logaritme natural" - -#: C/mate-calc.xml:1408(guibutton) C/mate-calc.xml:2292(guibutton) -msgid "Ln" -msgstr "Ln" - -#: C/mate-calc.xml:1409(para) -msgid "" -"Calculates the natural logarithm of the current value in the display area." -msgstr "" -"Calcula el logaritme natural del valor actual en l'àrea de visualització." - -#: C/mate-calc.xml:1410(para) -msgid "10 Ln" -msgstr "10 Ln" - -#: C/mate-calc.xml:1411(para) -msgid "2.30" -msgstr "2,30" - -#: C/mate-calc.xml:1414(para) -msgid "Common Logarithm Base 2" -msgstr "Logaritme binari" - -#: C/mate-calc.xml:1415(para) -msgid "Log2" -msgstr "Log2" - -#: C/mate-calc.xml:1416(para) -msgid "" -"Calculates the common logarithm (base 2) of the current value in the display " -"area." -msgstr "" -"Calcula el logaritme binari (base 2) del valor actual en l'àrea de " -"visualització." - -#: C/mate-calc.xml:1417(para) -msgid "10 Log2" -msgstr "10 Log2" - -#: C/mate-calc.xml:1418(para) -msgid "3.32" -msgstr "3,32" - -#: C/mate-calc.xml:1424(para) -msgid "" -"Common antilogarithm and natural antilogarithm are not supported in this " -"version of mate-calc." -msgstr "" -"Aquesta versió del mate-calc encara no calcula " -"l'antilogaritme decimal ni l'antilogaritme natural." - -#: C/mate-calc.xml:1428(title) -msgid "To Enter Exponential Numbers" -msgstr "Per a introduir números exponencials" - -#: C/mate-calc.xml:1429(para) -msgid "" -"To enter exponential numbers, use the Exp button." -msgstr "" -"Per a introduir números exponencials, utilitzeu el botó Exp." - -#: C/mate-calc.xml:1430(para) -msgid "" -"The Exp button enables you to enter numbers in " -"scientific notation, that is, mantissa * " -"baseexponent:" -msgstr "" -"El botó Exp us permet introduir números enters en " -"notació científica, aquesta és mantissa * " -"baseexponent:" - -#: C/mate-calc.xml:1434(replaceable) -msgid "mantissa" -msgstr "mantissa" - -#: C/mate-calc.xml:1435(para) -msgid "" -"Current non-zero value in the display area. If the current value in the " -"display area is zero, the mantissa is 1.0." -msgstr "" -"Valor actual en l'àrea de visualització diferent de zero. Si el valor actual " -"en l'àrea de visualització és zero, la mantissa és de 1,0." - -#: C/mate-calc.xml:1438(replaceable) -msgid "base" -msgstr "base" - -#: C/mate-calc.xml:1439(para) -msgid "" -"2, 8, 10, or 16 for binary, octal, decimal, and hexadecimal numeric base " -"respectively." -msgstr "" -"2, 8, 10 o 16 per a la base numèrica binaria, octal, decimal i hexadecimal " -"respectivament." - -#: C/mate-calc.xml:1442(replaceable) -msgid "exponent" -msgstr "exponent" - -#: C/mate-calc.xml:1443(para) -msgid "Next number that you enter." -msgstr "Número següent que introduïu." - -#: C/mate-calc.xml:1448(para) -msgid "" -"When you click Exp, the calculator displays " -". + to represent base to the " -"power of the next number that you enter." -msgstr "" -"Quan feu clic a Exp, la calculadora mostrarà " -". + per a representar la base " -"a la potència del número següent que introduïu." - -#: C/mate-calc.xml:1450(para) -msgid "" -"To change the sign of the number, use the +/- button " -"before the Exp button. How you change the sign of the " -"exponent (the power to which the number is raised) depends on whether you " -"are in arithmetic precedence mode or not. In arithmetic precedence mode, use " -"- after the Exp button, " -"otherwise use the +/- button after entering the " -"exponent." -msgstr "" -"Per a canviar el signe del número, utilitzeu el botó +/- abans del botó Exp. La manera de canviar " -"el signe de l'exponent (la potència a la que s'eleva el número) depèn de si " -"esteu en mode de precedència aritmètica o no. En mode de precedència " -"aritmètica utilitzeu - després del botó " -"Exp, de l'altra manera utilitzeu el botó " -"+/- després d'introduir l'exponent." - -#: C/mate-calc.xml:1456(para) -msgid "" -"To enter a decimal number in exponential format, in arithmetic precedence " -"mode, use the guidelines in the following table:" -msgstr "" -"Per a introduir un número decimal en el format exponencial, en mode de " -"precedència aritmètica, utilitzeu les guies que proporciona la taula següent:" +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Equacions" -#: C/mate-calc.xml:1464(para) C/mate-calc.xml:1504(para) -#: C/mate-calc.xml:1570(para) -msgid "Number" -msgstr "Número" +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Nombres" -#: C/mate-calc.xml:1466(para) C/mate-calc.xml:1506(para) -msgid "Enter" -msgstr "Introduït" +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Conversions" -#: C/mate-calc.xml:1468(para) C/mate-calc.xml:1508(para) -msgid "Number Displayed" -msgstr "Número mostrat" +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Càlculs financers" -#: C/mate-calc.xml:1473(para) C/mate-calc.xml:1475(para) -#: C/mate-calc.xml:1513(para) C/mate-calc.xml:1515(para) -msgid "1200000000" -msgstr "1200000000" +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Valors absoluts" -#: C/mate-calc.xml:1474(para) +#: C/absolute.page:11(page/p) msgid "" -"12 Exp+8=" +"Absolute values are calculated using the | symbol or abs function." msgstr "" -"12 Exp+8=" +"Els valors absoluts es calculen amb el símbol | o amb la funció abs." -#: C/mate-calc.xml:1478(para) C/mate-calc.xml:1480(para) -#: C/mate-calc.xml:1518(para) C/mate-calc.xml:1520(para) -msgid "-1200000000" -msgstr "-1200000000" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: C/mate-calc.xml:1479(para) -msgid "" -"- 12 Exp+8=" -msgstr "" -"- 12 Exp+8=" +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: C/mate-calc.xml:1483(para) C/mate-calc.xml:1523(para) -msgid "0.00000012" -msgstr "0,00000012" +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Bases numèriques" -#: C/mate-calc.xml:1484(para) +#: C/base.page:11(page/p) msgid "" -"12 Exp-8=" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." msgstr "" -"12 Exp-8=" +"Per introduir números en una base en concret utilitzeu números de subíndexs. Els números següents són " +"equivalents." -#: C/mate-calc.xml:1485(para) C/mate-calc.xml:1525(para) -msgid "1.2e-7" -msgstr "1,2e-7" +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" -#: C/mate-calc.xml:1488(para) C/mate-calc.xml:1528(para) -msgid "-0.00000012" -msgstr "-0,00000012" +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: C/mate-calc.xml:1489(para) -msgid "" -"- 12 Exp-8=" -msgstr "" -"- 12 Exp-8=" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: C/mate-calc.xml:1490(para) C/mate-calc.xml:1530(para) -msgid "-1.2e-7" -msgstr "-1,2e-7" +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: C/mate-calc.xml:1496(para) +#: C/base.page:29(page/p) msgid "" -"To enter a decimal number in exponential format, in non-arithmetic " -"precedence mode, use the guidelines in the following table:" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." msgstr "" -"Per a introduir un número decimal en el format exponencial, sense mode de " -"precedència aritmètica, utilitzeu les guies que proporciona la taula següent:" +"En el mode de programació hi ha botons pel " +"sistema binari (CtrlB), l'octal " +"(CtrlO) i l'hexadecimal " +"(CtrlH). " -#: C/mate-calc.xml:1514(para) +#: C/base.page:32(page/p) msgid "" -"12 Exp8=" +"To set the base that results are shown in change the result format." msgstr "" -"12 Exp8=" +"Per establir la base en que es mostren els resultats canvieu el format del resultat." -#: C/mate-calc.xml:1519(para) +#: C/base.page:35(page/p) msgid "" -"12 +/-Exp8=" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." msgstr "" -"12 +/-Exp8=" +"Per canviar la base del resultat actual utilitzeu els botons de bases o " +"CtrlD per mostrar la forma decimal." -#: C/mate-calc.xml:1524(para) -msgid "" -"12 Exp8+/-" -msgstr "" -"12 Exp8+/-" +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Àlgebra de Boole" -#: C/mate-calc.xml:1529(para) -msgid "" -"12 +/-Exp8+/-" +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." msgstr "" -"12 +/-Exp8+/-" +"L'àlgebra de Boole es basa amb els operadors AND (i), OR (o) i XOR (o " +"exclusiva)." -#: C/mate-calc.xml:1538(title) -msgid "To Use Constant Values" -msgstr "Per a utilitzar valors constants" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: C/mate-calc.xml:1539(para) +#: C/boolean.page:19(page/p) msgid "" -"Click Con to display the list of defined constant " -"values. All constant values are specified in decimal numeric base, even if " -"the current numeric base is not decimal." +"Buttons for these symbols are available in programming " +"mode." msgstr "" -"Feu clic a Con per a visualitzar la llista de " -"constants definides. Tots les constants estan especificades en base numèrica " -"decimal, encara que la base numèrica actual no sigui decimal." +"Els botons per aquest símbols estan disponibles en el mode de programació." -#: C/mate-calc.xml:1540(para) +#: C/boolean.page:22(page/p) msgid "" -"Select a constant from the menu to enter its value in the display area. If " -"you use the keyboard shortcut #, you can use the keyboard " -"to specify the constant, as shown in the following example:" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." msgstr "" -"Seleccioneu una constant del menú per a introduir el seu valor en l'àrea de " -"visualització. Podeu especificar la constant amb la drecera de teclat " -"#, com es mostra en l'exemple següent:" +"La funció NOT (no) inverteix els bits d'un " +"nombre. La mida de la paraula s'estableix des del menú " +"CalculadoraPreferències." -#: C/mate-calc.xml:1550(para) -msgid "Constant" -msgstr "Constant" +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: C/mate-calc.xml:1555(keycap) C/mate-calc.xml:2387(keycap) -msgid "#" -msgstr "#" +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Nombres complexos" -#: C/mate-calc.xml:1556(para) C/mate-calc.xml:1596(para) -msgid "C3" -msgstr "C3" +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "El GCalctool no permet treballar amb nombres complexos." -#: C/mate-calc.xml:1561(para) +#: C/conv-base.page:11(page/p) msgid "" -"The mate-calc application provides ten default " -"constant values, as described in the following table:" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." msgstr "" -"L'aplicació mate-calc proporciona deu constants " -"predeterminades, tal com es descriu en la taula següent:" +"Per convertir entre bases introduïu un número (o resoleu una equació) i " +"canvieu el format del resultat des del " +"menú CalculadoraPreferències." -#: C/mate-calc.xml:1572(para) -msgid "Value" -msgstr "Valor" +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Codificacions de caràcters" -#: C/mate-calc.xml:1579(para) -msgid "C0" -msgstr "C0" +#: C/conv-character.page:11(page/p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "" +"En el mode de programació el botó á " +"obre un quadre de diàleg per convertir un caràcter en el seu codi." -#: C/mate-calc.xml:1580(para) -msgid "0.621" -msgstr "0,621" +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "No es pot utilitzar el teclat per convertir caràcters." -#: C/mate-calc.xml:1581(para) -msgid "Kilometer-to-mile conversion factor" -msgstr "Factor de conversió de quilòmetres a milles" +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Moneda" -#: C/mate-calc.xml:1582(para) +#: C/conv-currency.page:11(page/p) msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilometers per hour to miles per hour. For example, 8 * ConC0= 5." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"Multiplica el valor actual en l'àrea de visualització per aquesta constat " -"per a convertir de quilòmetres per hora a milles per hora. Per exemple, 8 * " -"ConC0= 5." +"Per convertir entre monedes, canvieu al mode " +"financer i utilitzeu els controls de moneda." -#: C/mate-calc.xml:1583(para) +#: C/conv-currency.page:14(page/p) msgid "" -"Divide the current value in the display area by this constant, to convert " -"from miles per hour to kilometers per hour. For example, 5 / ConC0= 8." +"You can also convert currencies using the keyboard and the in " +"operator." msgstr "" -"Divideix el valor actual en l'àrea de visualització per aquesta constat per " -"a convertir de milles per hora a quilòmetres per hora. Per exemple, 5 / " -"ConC0= 8." - -#: C/mate-calc.xml:1586(para) -msgid "C1" -msgstr "C1" - -#: C/mate-calc.xml:1587(para) -msgid "1.414213562" -msgstr "1,414213562" - -#: C/mate-calc.xml:1588(para) -msgid "Square root of 2" -msgstr "Arrel quadrada de 2" - -#: C/mate-calc.xml:1591(para) -msgid "C2" -msgstr "C2" - -#: C/mate-calc.xml:1592(para) -msgid "2.718281828" -msgstr "2,718281828" - -#: C/mate-calc.xml:1593(para) C/mate-calc.xml:2225(keycap) -msgid "e" -msgstr "e" - -#: C/mate-calc.xml:1597(para) -msgid "3.141592653" -msgstr "3,141592653" - -#: C/mate-calc.xml:1598(para) -msgid "pi" -msgstr "pi" - -#: C/mate-calc.xml:1601(para) -msgid "C4" -msgstr "C4" +"També podeu convertir les monedes utilitzant el teclat i l'operador in." -#: C/mate-calc.xml:1602(para) -msgid "0.3937007" -msgstr "0,3937007" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 EUR in USD" -#: C/mate-calc.xml:1603(para) -msgid "Centimeter-to-inch conversion factor" -msgstr "Factor de conversió de centímetres a polzades" - -#: C/mate-calc.xml:1604(para) +#: C/conv-currency.page:23(note/p) msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from centimeters to inches. For example, 30 * ConC4= 12." +"Currency information is approximate and should not be used for making " +"financial decisions." msgstr "" -"Multiplica el valor actual en l'àrea de visualització per aquesta constat " -"per a convertir de centímetres a polzades. Per exemple, 30 * ConC4= 12." +"La conversió entre monedes és aproximada i no s'ha d'utilitzar per prendre " +"decisions financeres." + +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Longitud/àrea/volum" -#: C/mate-calc.xml:1605(para) +#: C/conv-length.page:11(page/p) msgid "" -"Divide the current value in the display area by this constant, to convert " -"from inches to centimeters. For example, 12 / ConC4= 30." +"To convert between length, area and volume units use the in " +"operator." msgstr "" -"Divideix el valor actual en l'àrea de visualització per aquesta constat per " -"a convertir de polzades a centímetres. Per exemple, 12 / ConC4= 30." +"Per convertir entre unitats de longitud, d'àrea i de volum utilitzeu " +"l'operador in." -#: C/mate-calc.xml:1608(para) -msgid "C5" -msgstr "C5" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 metres in polzades" -#: C/mate-calc.xml:1609(para) -msgid "57.295779513" -msgstr "57,295779513" +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: C/mate-calc.xml:1610(para) -msgid "Degrees in a radian" -msgstr "Graus en un radià" +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pinta in mL" -#: C/mate-calc.xml:1613(para) -msgid "C6" -msgstr "C6" - -#: C/mate-calc.xml:1614(para) -msgid "1048576" -msgstr "1048576" +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "" +"La conversió d'unitats de longitud, d'àrea i de volum cal realitzar-la " +"utilitzant el teclat." -#: C/mate-calc.xml:1615(para) -msgid "2 ^ 20" -msgstr "2 ^ 20" +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Temps" -#: C/mate-calc.xml:1618(para) -msgid "C7" -msgstr "C7" +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Per convertir entre unitats de temps utilitzeu l'operador in." -#: C/mate-calc.xml:1619(para) -msgid "0.0353" -msgstr "0,0353" +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 anys in hores" -#: C/mate-calc.xml:1620(para) -msgid "Gram-to-ounce conversion factor" -msgstr "Factor de conversió de grams a unces" +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "La conversió d'unitats de temps cal realitzar-la utilitzant el teclat." -#: C/mate-calc.xml:1621(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from grams to ounces. For example, 500 * ConC7= 18." -msgstr "" -"Multiplica el valor actual en l'àrea de visualització per aquesta constat " -"per a convertir de grams a unces. Per exemple, 500 * ConC7= 18." +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Massa" -#: C/mate-calc.xml:1622(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from ounces to grams. For example, 18 / ConC7= 500." -msgstr "" -"Divideix el valor actual en l'àrea de visualització per aquesta constat per " -"a convertir d'unces a grams. Per exemple, 18 / ConC7= 500." +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Per convertir entre masses utilitzeu l'operador in." -#: C/mate-calc.xml:1625(para) -msgid "C8" -msgstr "C8" +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1 kg in lliures" -#: C/mate-calc.xml:1626(para) -msgid "0.948" -msgstr "0,948" +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "La conversió de masses cal realitzar-la usant el teclat." -#: C/mate-calc.xml:1627(para) -msgid "Kilojoule-to-British-thermal-unit conversion factor" -msgstr "Factor de conversió de kilojoules a unitats britàniques de temperatura" +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" -#: C/mate-calc.xml:1628(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilojoules to British thermal units. For example, 10 * ConC8= 9.48." -msgstr "" -"Multiplica el valor actual en l'àrea de visualització per aquesta constat " -"per a convertir de kilojoules a unitats britàniques de temperatura. Per " -"exemple, 10 * ConC8= 9,48." +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Equacions bàsiques" -#: C/mate-calc.xml:1629(para) +#: C/equation.page:13(page/p) msgid "" -"Divide the current value in the display area by this constant, to convert " -"from British thermal units to kilojoules. For example, 9.48 / " -"ConC8= 10." +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" msgstr "" -"Divideix el valor actual en l'àrea de visualització per aquesta constat per " -"a convertir de unitats britàniques de temperatura a kilojoules. Per exemple, " -"9,48 / ConC8= " -"10." +"Les equacions s'introdueixen amb la forma matemàtica estàndard. Per exemple " +"per sumar 7 i 2 introduïu el següent:" -#: C/mate-calc.xml:1632(para) -msgid "C9" -msgstr "C9" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: C/mate-calc.xml:1633(para) -msgid "0.061" -msgstr "0,061" - -#: C/mate-calc.xml:1634(para) -msgid "Cubic-centimeter-to-cubic-inch conversion factor" -msgstr "Factor de conversió de centímetres cúbics a polzades cúbiques" - -#: C/mate-calc.xml:1635(para) +#: C/equation.page:22(page/p) msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from cubic centimeters to cubic inches. For example, 100 * ConC9= 6.10." +"To solve, press the = button with your mouse or the Enter key on your keyboard." msgstr "" -"Multiplica el valor actual en l'àrea de visualització per aquesta constat " -"per a convertir de centímetres cúbics a polzades cúbiques. Per exemple, 100 " -"* ConC9= 6,10." +"Per resoldre l'equació premeu el botó = amb el ratolí o la tecla " +"Retorn del teclat." -#: C/mate-calc.xml:1636(para) +#: C/equation.page:25(page/p) msgid "" -"Divide the current value in the display area by this constant, to convert " -"from cubic inches to cubic centimeters. For example, 6.10 / ConC9= 100." +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" -"Divideix el valor actual en l'àrea de visualització per aquesta constat per " -"a convertir de polzades cúbiques a centímetres cúbics. Per exemple, 6,10 / " -"ConC9= 100." +"Els càlculs es realitzen en l'ordre matemàtic: la multiplicació i la divisió " +"es realitzen abans que la suma i la resta. La següent equació és igual a 1: " +"(3×2 = 6, 7−6 = 1)." -#: C/mate-calc.xml:1641(para) -msgid "You can overwrite the default constants to store your own constants." -msgstr "" -"Podeu sobreescriure les constants predeterminades per a emmagatzemar les " -"vostres constants." +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: C/mate-calc.xml:1642(para) +#: C/equation.page:34(page/p) msgid "" -"To store a new constant or edit an existing constant, perform the following " -"steps:" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." msgstr "" -"Per a emmagatzemar una constant nova o editar una constant existent, " -"realitzeu els passos següents:" +"Per canviar l'ordre dels càlculs utilitzeu el parèntesis. La següent equació " +"és igual a 8 (7−3 = 4, 4×2 = 8)." -#: C/mate-calc.xml:1645(para) -msgid "" -"Click Con, then select Edit Constants from the popup menu." -msgstr "" -"Feu clic a Con i seleccioneu Edita les " -"constants en el menú emergent." +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: C/mate-calc.xml:1648(para) +#: C/equation.page:43(page/p) msgid "" -"In the Edit Constants dialog, select the constant that " -"you want to overwrite or edit." +"To clear the display press the Clr button or Escape." msgstr "" -"En el diàleg Edita les constants seleccioneu la " -"constant que voleu sobreescriure o editar." - -#: C/mate-calc.xml:1651(para) -msgid "Click on the Value field, then enter the new value." -msgstr "Feu clic en el camp «Valor» i introduïu el valor nou." +"Per netejar la pantalla premeu el botó Clr o la tecla " +"d'Escapada." -#: C/mate-calc.xml:1654(para) -msgid "Click on the Description field, then enter the new description." -msgstr "Feu clic en el camp «Descripció» i introduïu la descripció nova." +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Factorials" -#: C/mate-calc.xml:1657(para) +#: C/factorial.page:11(page/p) msgid "" -"Click OK to save your changes and close the " -"Edit Constants dialog." +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." msgstr "" -"Feu clic a D'acord per a desar els canvis i tancar el " -"diàleg Edita les constants." +"Els factorials s'introdueixen utilitzant el símbol !. Per calcular el " +"factorial de 6 introduïu el següent." -#: C/mate-calc.xml:1662(title) -msgid "To Use Functions" -msgstr "Per a utilitzar les funcions" +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" -#: C/mate-calc.xml:1663(para) -msgid "" -"To show the available functions, click Fun. A popup " -"menu displays the list of defined functions. Select a function from the menu " -"to run that function. If the function is not defined, the value zero is " -"returned." -msgstr "" -"Per a mostrar les funcions disponibles, feu clic a Fun. Un menú emergent mostrarà la llista de funcions definides. " -"Seleccioneu una funció del menú per a executar-la. Si la funció no està " -"definida, es retornarà zero." +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Factorització" -#: C/mate-calc.xml:1664(para) +#: C/factorize.page:11(page/p) msgid "" -"If you use the keyboard shortcut F, you can use the " -"keyboard to specify the function, as shown in the following example:" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." msgstr "" -"Podeu especificar la funció amb la drecera de teclat F, com " -"es mostra en l'exemple següent:" +"Podeu factoritzar el número que es mostra prement el botó fact. " +"Aquest botó és visible en el mode de programació." -#: C/mate-calc.xml:1680(keycap) C/mate-calc.xml:2231(keycap) -#: C/mate-calc.xml:2238(guibutton) -msgid "F" -msgstr "F" +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Funcions financeres" -#: C/mate-calc.xml:1681(para) -msgid "F3" -msgstr "F3" +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Quan canvieu al mode financer es mostraran els botons següents." -#: C/mate-calc.xml:1687(para) -msgid "" -"The mate-calc application does not provide any " -"default functions. You can store up to ten functions." -msgstr "" -"L'aplicació mate-calc no proporciona cap funció " -"predeterminada. Podeu emmagatzemar fins a deu funcions." +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" -#: C/mate-calc.xml:1688(para) +#: C/financial.page:16(td/p) msgid "" -"To store a new function or edit an existing function, perform the following " -"steps:" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." msgstr "" -"Per a emmagatzemar una funció nova o editar una funció existent, realitzeu " -"els passos següents:" +"Calcula el número de períodes de capitalització necessaris per incrementar " +"una inversió des d'un valor actual a un valor futur, a una tipus d'interès " +"fix per període de capitalització." -#: C/mate-calc.xml:1691(para) -msgid "" -"Click Fun, then select Edit Functions from the popup menu." -msgstr "" -"Feu clic a Fun i seleccioneu Edita les " -"funcions en el menú emergent." +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" -#: C/mate-calc.xml:1694(para) +#: C/financial.page:20(td/p) +#| msgid "" +#| "Calculates the depreciation allowance on an asset for a specified period " +#| "of time, using the double-declining balance method." msgid "" -"In the Edit Functions dialog, select a blank entry, or " -"the function that you want to overwrite." +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." msgstr "" -"Seleccioneu una entrada en blanc o la funció que voleu sobreescriure en el " -"diàleg Edita les funcions." +"Calcula la provisió per depreciació d'un actiu per a un període de temps " +"especificat, amb el mètode de depreciació doble decreixent." -#: C/mate-calc.xml:1697(para) -msgid "" -"Click on the Value field, then enter the new value. Use the keyboard " -"shortcuts to invoke a mate-calc button. For " -"example, enter 90K to calculate sine(90)." -msgstr "" -"Feu clic en el camp «Valor» i introduïu el valor nou. Utilitzeu les dreceres " -"de teclat per a invocar un botó del mate-calc. " -"Per exemple, introduïu 90K per a calcular el sinus de 90." +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" -#: C/mate-calc.xml:1700(para) +#: C/financial.page:24(td/p) +#| msgid "" +#| "Calculates the future value of an investment based on a series of equal " +#| "payments at a specific periodic interest rate, over the number of payment " +#| "periods in the term." msgid "" -"Click on the Description field, then enter the new description. For example, " -"Sine 90." +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." msgstr "" -"Feu clic en el camp «Descripció» i introduïu la descripció nova. Per exemple, " -"Sinus 90." +"Calcula el valor futur d'una inversió basat en una sèrie de pagaments iguals " +"a un tipus d'interès periòdic, sobre el número de períodes de pagament en el " +"termini." + +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Gpm" -#: C/mate-calc.xml:1703(para) +#: C/financial.page:28(td/p) +#| msgid "" +#| "Calculates the resale price of a product, based on the product cost and " +#| "the wanted gross profit margin." msgid "" -"Click OK to save your changes and close the " -"Edit Functions dialog." +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." msgstr "" -"Feu clic a D'acord per a desar els canvis i tancar el " -"diàleg Edita les funcions." +"Calcula el preu de revenda d'un producte, basat en el cost del producte i el " +"percentatge brut de benefici desitjat." -#: C/mate-calc.xml:1708(title) -msgid "To Perform Miscellaneous Scientific Calculations" -msgstr "Per a realitzar diversos càlculs científics" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" -#: C/mate-calc.xml:1709(para) +#: C/financial.page:32(td/p) +#| msgid "" +#| "Calculates the amount of the periodic payment of a loan, where payments " +#| "are made at the end of each payment period." msgid "" -"To perform miscellaneous scientific calculations, use the buttons described " -"in ." +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." msgstr "" -"Per a realitzar diversos càlculs científics, utilitzeu els botons descrits " -"en la ." +"Calcula la quantitat del pagament periòdic d'un préstec, on els pagaments es " +"fan al final de cada període de pagament." -#: C/mate-calc.xml:1711(title) -msgid "Performing Miscellaneous Scientific Calculations" -msgstr "Realitzar diversos càlculs científics" +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" -#: C/mate-calc.xml:1734(para) C/mate-calc.xml:2497(para) -msgid "e to the x power" -msgstr "e elevat a x" +#: C/financial.page:36(td/p) +#| msgid "" +#| "Calculates the present value of an investment based on a series of equal " +#| "payments, discounted at a periodic interest rate, over the number of " +#| "payment periods in the term." +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "" +"Calcula el valor actual d'una inversió basat en una sèrie de pagaments " +"iguals, descomptat a un tipus d'interès periòdic, sobre el número de " +"períodes de pagament en el termini." -#: C/mate-calc.xml:1735(para) C/mate-calc.xml:2496(para) -msgid "ex" -msgstr "ex" +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Rate" -#: C/mate-calc.xml:1736(para) +#: C/financial.page:40(td/p) +#| msgid "" +#| "Calculates the periodic interest necessary to increase an investment of a " +#| "present value to a future value, over a number of compounding periods." msgid "" -"Calculates the value of e raised to the power of the " -"current value in the display area." +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." msgstr "" -"Calcula el valor de e elevat a la potència del valor " -"actual en l'àrea de visualització." +"Calcula l'interès periòdic necessari per incrementar una inversió del valor " +"actual a un valor futur, en el número de períodes composts." -#: C/mate-calc.xml:1737(para) -msgid "2 ex" -msgstr "2 ex" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" -#: C/mate-calc.xml:1738(para) -msgid "7.39" -msgstr "7,39" +#: C/financial.page:44(td/p) +#| msgid "" +#| "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." +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" +"Calcula la depreciació constant d'un actiu per a un període. El mètode de " +"depreciació constant divideix el cost depreciable uniformement sobre la vida " +"útil d'un actiu. La vida útil és el número de períodes, generalment en anys, " +"sobre els quals un actiu es deprecia." + +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" -#: C/mate-calc.xml:1741(para) C/mate-calc.xml:2509(para) -msgid "10 to the x power" -msgstr "10 elevat a x" +#: C/financial.page:48(td/p) +#| msgid "" +#| "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. The " +#| "depreciable cost is cost - " +#| "salvage. The useful life is the number of " +#| "periods, typically years, over which an asset is depreciated." +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "" +"Calcula la provisió per a depreciació d'un actiu per a un període de temps " +"especificat, utilitzant el mètode de depreciació per suma dels dígits dels " +"anys. Aquest mètode de depreciació accelera el tipus de depreciació, de " +"manera que els moments de més despeses de depreciació són els primers " +"períodes i menys en els últims. La vida útil és el número de períodes, " +"generalment en anys, sobre els quals un actiu es deprecia." -#: C/mate-calc.xml:1742(para) C/mate-calc.xml:2508(para) -msgid "10x" -msgstr "10x" +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Term" -#: C/mate-calc.xml:1743(para) +#: C/financial.page:52(td/p) +#| msgid "" +#| "Calculates the number of payment periods that are necessary during the " +#| "term of an ordinary annuity, to accumulate a future value, at a certain " +#| "periodic interest rate." msgid "" -"Calculates the value of 10 raised to the power of the current value in the " -"display area." +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" -"Calcula el valor de 10 elevat a la potència del valor actual en l'àrea de " -"visualització." - -#: C/mate-calc.xml:1744(para) -msgid "2 10x" -msgstr "2 10x" +"Calcula el número de períodes composts necessaris durant el període d'un any " +"ordinari, per a acumular un valor futur, a una tipus d'interès periòdic." -#: C/mate-calc.xml:1745(para) -msgid "100" -msgstr "100" +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "Les funcions financeres no es poden realitzar mitjançant el teclat." -#: C/mate-calc.xml:1748(para) C/mate-calc.xml:2377(para) -msgid "x to the y power" -msgstr "x elevat a y" +#: C/functions.page:9(page/title) +msgid "Functions" +msgstr "Funcions" -#: C/mate-calc.xml:1749(replaceable) C/mate-calc.xml:2376(replaceable) -#: C/mate-calc.xml:2627(keycap) -msgid "y" -msgstr "y" - -#: C/mate-calc.xml:1750(para) +#: C/functions.page:11(page/p) msgid "" -"Raises the current value in the display area to the power of the next value " -"that you enter." +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." msgstr "" -"Eleva el valor actual en l'àrea de visualització per la potència del valor " -"següent que introduïu." +"Es poden utilitzar les funcions introduint el seu nom seguit de l'argument. " +"Si l'argument no és un número o una variable " +"cal introduir-ĺo entre parèntesis." -#: C/mate-calc.xml:1751(para) -msgid "" -"2 xy4=" -msgstr "" -"2 xy4=" +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" -#: C/mate-calc.xml:1755(para) -msgid "x Factorial" -msgstr "Factorial de x" +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" -#: C/mate-calc.xml:1756(guibutton) C/mate-calc.xml:2382(guibutton) -msgid "!" -msgstr "!" +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "Les funcions següents estan definides." -#: C/mate-calc.xml:1757(para) -msgid "" -"Calculates the factorial of the current value in the display area. " -"x factorial is x*" -"(x-1)*(x-2)...*1. This " -"function applies only to positive integers." -msgstr "" -"Calcula el factorial del valor actual en l'àrea de visualització. El " -"factorial de x és x*" -"(x-1)*(x-2)...*1. " -"Aquesta funció només s'aplica a enters positius." +#: C/functions.page:28(td/p) +msgid "abs" +msgstr "abs" -#: C/mate-calc.xml:1758(para) -msgid "4 x!" -msgstr "4 x!" +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Valor absolut" -#: C/mate-calc.xml:1759(para) -msgid "24" -msgstr "24" +#: C/functions.page:32(td/p) +msgid "cos" +msgstr "cos" -#: C/mate-calc.xml:1762(para) C/mate-calc.xml:2281(para) -msgid "Modulus Division" -msgstr "Mòdul de la divisió" +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Cosinus" -#: C/mate-calc.xml:1763(guibutton) C/mate-calc.xml:2280(guibutton) -msgid "Mod" -msgstr "Mod" +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" -#: C/mate-calc.xml:1764(para) -msgid "" -"Divides the current integer value in the display area by the next integer " -"number that you enter, displaying the remainder." -msgstr "" -"Divideix el valor actual en l'àrea de visualització pel número enter següent " -"que introduïu, mostrant el residu." +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Cosinus hiperbòlic" -#: C/mate-calc.xml:1765(para) -msgid "" -"15 Mod4=" -msgstr "" -"15 Mod4=" +#: C/functions.page:40(td/p) +msgid "frac" +msgstr "frac" -#: C/mate-calc.xml:1769(para) -msgid "Random Number Generator" -msgstr "Generador de nombres aleatoris" +#: C/functions.page:41(td/p) +msgid "Fractional Component" +msgstr "Component fraccionari" -#: C/mate-calc.xml:1770(guibutton) C/mate-calc.xml:1772(guibutton) -#: C/mate-calc.xml:2466(guibutton) -msgid "Rand" -msgstr "Rand" +#: C/functions.page:44(td/p) +msgid "int" +msgstr "int" -#: C/mate-calc.xml:1771(para) -msgid "" -"Generates a random number in the range 0.0 to 1.0 then displays the random " -"number in the display area." -msgstr "" -"Genera un nombre aleatori en el rang de 0,0 a 1,0 i mostra el nombre " -"aleatori en l'àrea de visualització." +#: C/functions.page:45(td/p) +msgid "Integer Component" +msgstr "Component enter" -#: C/mate-calc.xml:1773(para) -msgid "0.14" -msgstr "0,14" +#: C/functions.page:48(td/p) +msgid "ln" +msgstr "ln" -#: C/mate-calc.xml:1781(title) -msgid "To Perform Programming Calculations" -msgstr "Per a realitzar càlculs de programació" +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Logaritme natural" -#: C/mate-calc.xml:1782(para) -msgid "" -"To change to Programming mode, choose ViewProgramming." -msgstr "" -"Per a canviar al mode de programació, seleccioneu " -"VisualitzaProgramació." +#: C/functions.page:52(td/p) +msgid "log" +msgstr "log" -#: C/mate-calc.xml:1788(para) -msgid "" -"When you change to Programming mode, the following widget is displayed above " -"the Base and Advanced mode buttons:" -msgstr "" -"Quan canvieu al mode de programació, els botons següents es mostraran sobre " -"els botons del mode bàsic i del mode avançat:" +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritme" -#: C/mate-calc.xml:1792(title) -msgid "mate-calc Programming Mode Buttons" -msgstr "" -"Botons del mode de programació del mate-calc" +#: C/functions.page:56(td/p) +msgid "not" +msgstr "not" -#: C/mate-calc.xml:1799(phrase) -msgid "Shows Programming mode buttons." -msgstr "Mostra botons del mode de programació." +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "NOT Booleà" -#: C/mate-calc.xml:1806(title) -msgid "To Set the Numeric Base" -msgstr "Per a establir la base numèrica" +#: C/functions.page:60(td/p) +msgid "ones" +msgstr "ones" -#: C/mate-calc.xml:1807(para) -msgid "" -"To set the numeric base, select one of the buttons described in ." -msgstr "" -"Per a establir la base numèrica, seleccioneu un dels botons descrits en la " -"." +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "Complement a 1" -#: C/mate-calc.xml:1809(title) -msgid "Setting the Numeric Base" -msgstr "Establir la base numèrica" +#: C/functions.page:64(td/p) +msgid "sin" +msgstr "sin" -#: C/mate-calc.xml:1826(para) -msgid "Binary Base" -msgstr "Base binària" +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Sinus" -#: C/mate-calc.xml:1827(guibutton) C/mate-calc.xml:2568(guilabel) -msgid "Bin" -msgstr "Bin" +#: C/functions.page:68(td/p) +msgid "sinh" +msgstr "sinh" -#: C/mate-calc.xml:1828(para) -msgid "Sets the numeric base to binary, that is, base 2." -msgstr "Estableix la base numèrica a binària, aquesta és base 2." +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Sinus hiperbòlic" -#: C/mate-calc.xml:1831(para) -msgid "Octal Base" -msgstr "Base octal" +#: C/functions.page:72(td/p) +msgid "sqrt" +msgstr "sqrt" -#: C/mate-calc.xml:1832(guibutton) C/mate-calc.xml:2604(guilabel) -msgid "Oct" -msgstr "Oct" +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Arrel quadrada" -#: C/mate-calc.xml:1833(para) -msgid "Sets the numeric base to octal, that is, base 8." -msgstr "Estableix la base numèrica a octal, aquesta és base 8." +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" -#: C/mate-calc.xml:1836(para) -msgid "Decimal Base" -msgstr "Base decimal" +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangent" -#: C/mate-calc.xml:1837(guibutton) C/mate-calc.xml:2574(guilabel) -msgid "Dec" -msgstr "Dec" +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" -#: C/mate-calc.xml:1838(para) -msgid "" -"Sets the numeric base to decimal, that is, base 10. Decimal is the default " -"numeric base. If you change from Programming mode to another mode, " -"mate-calc automatically sets the numeric base to " -"decimal." -msgstr "" -"Estableix la base numèrica a decimal, aquesta és base 10. La base numèrica " -"predeterminada és la decimal. Si canvieu del mode de programació a un altre " -"mode, el mate-calc establirà automàticament la " -"base numèrica a decimal." +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Tangent hiperbòlica" -#: C/mate-calc.xml:1841(para) -msgid "Hexadecimal Base" -msgstr "Base hexadecimal" +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "twos" -#: C/mate-calc.xml:1842(guibutton) C/mate-calc.xml:2622(guilabel) -msgid "Hex" -msgstr "Hex" +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Complement a 2" -#: C/mate-calc.xml:1843(para) -msgid "Sets the numeric base to hexadecimal, that is, base 16." -msgstr "Estableix la base numèrica a hexadecimal, aquesta és base 16." +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "El GCalctool no permet que l'usuari defineixi funcions." -#: C/mate-calc.xml:1850(title) -msgid "To Perform Bit Manipulations on Integers" -msgstr "Per a realitzar manipulacions de bits en enters" +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Utilització del teclat" -#: C/mate-calc.xml:1851(para) -msgid "" -"If the calculator display shows an integer value, then each of the bits in " -"that integer value is displayed as a collection of 0's and 1's in the Bit " -"Editor. By clicking on any of these individual bits, their value can be " -"toggled, causing the displayed integer value to be adjusted accordingly." +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." msgstr "" -"Si l'àrea de visualització de la calculadora mostra un valor enter, llavors " -"cada un dels bits del valor enter es mostraran com una col·lecció de 0 i 1 a " -"l'editor de bits. En fer clic en qualsevol d'aquests bits individuals, es " -"commutarà el seu valor, fent que el valor enter mostrat s'hi ajusti." - -#: C/mate-calc.xml:1854(title) -msgid "To Perform Bitwise Calculations" -msgstr "Per a realitzar càlculs a nivell de bits" +"Totes les equacions matemàtiques es poden introduir mitjançant el teclat." -#: C/mate-calc.xml:1855(para) +#: C/keyboard.page:14(page/p) msgid "" -"To perform bitwise calculations, use the buttons described in ." +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." msgstr "" -"Per a realitzar càlculs a nivell de bits, utilitzeu els botons descrits en " -"la ." +"Les combinacions de tecles següents es poden utilitzar per introduir tecles " +"que potser no estan disponibles en el vostre teclat." -#: C/mate-calc.xml:1857(title) -msgid "Performing Bitwise Calculations" -msgstr "Realitzar càlculs a nivell de bits" +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" -#: C/mate-calc.xml:1880(para) C/mate-calc.xml:2503(para) -msgid "Bitwise OR" -msgstr "OR lògica" +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" -#: C/mate-calc.xml:1881(guibutton) -msgid "OR" -msgstr "OR" +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" -#: C/mate-calc.xml:1882(para) -msgid "" -"Performs a bitwise OR operation on the current value in the display area and " -"the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"Realitza una operació OR lògica entre el valor actual en l'àrea de " -"visualització i el número següent que introduïu, tractant ambdós números com " -"a enters llargs sense signe." +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" -#: C/mate-calc.xml:1883(para) -msgid "10001000 OR 00010001" -msgstr "10001000 OR 00010001" - -#: C/mate-calc.xml:1884(para) -msgid "10011001" -msgstr "10011001" +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" -#: C/mate-calc.xml:1887(para) C/mate-calc.xml:2401(para) -msgid "Bitwise AND" -msgstr "AND lògica" +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* dues vegades" -#: C/mate-calc.xml:1888(guibutton) -msgid "AND" -msgstr "AND" +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" -#: C/mate-calc.xml:1889(para) -msgid "" -"Performs a bitwise AND operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"Realitza una operació AND lògica entre el valor actual en l'àrea de " -"visualització i el número següent que introduïu, tractant ambdós números com " -"a enters llargs sense signe." +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" -#: C/mate-calc.xml:1890(para) -msgid "10101010 AND 00110011" -msgstr "10101010 AND 00110011" +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" -#: C/mate-calc.xml:1891(para) -msgid "100010" -msgstr "100010" +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" -#: C/mate-calc.xml:1894(para) C/mate-calc.xml:2515(para) -msgid "Bitwise NOT" -msgstr "NOT lògica" +#: C/keyboard.page:39(page/p) +msgid "" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." +msgstr "" +"Per introduir nombres superíndex utilitzeu " +"Ctrlnúmero, per introduir subíndexs utilitzeu " +"Altnumber." -#: C/mate-calc.xml:1895(guibutton) -msgid "NOT" -msgstr "NOT" +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logaritmes" -#: C/mate-calc.xml:1896(para) +#: C/logarithm.page:11(page/p) msgid "" -"Performs a bitwise NOT operation on the current value in the display area, " -"treating the number as an unsigned long integer." +"Logarithms can be calculated using the log function." msgstr "" -"Realitza una operació NOT lògica en el valor actual en l'àrea de " -"visualització, tractant el número com a enter llarg sense signe." +"Els logaritmes es calculen utilitzant la funció log." -#: C/mate-calc.xml:1898(para) -msgid "NOT 1357ACE" -msgstr "NOT 1357ACE" +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" -#: C/mate-calc.xml:1900(para) -msgid "1357ACE NOT" -msgstr "1357ACE NOT" +#: C/logarithm.page:19(page/p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." +msgstr "" +"Per calcular un logaritme en una base diferent utilitzeu un nombre subíndex després de la funció." -#: C/mate-calc.xml:1901(para) -msgid "FECA8531" -msgstr "FECA8531" +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" -#: C/mate-calc.xml:1904(para) C/mate-calc.xml:2491(para) -msgid "Bitwise XOR" -msgstr "XOR lògica" +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Per calcular un logaritme natural utilitzeu la funció ln." -#: C/mate-calc.xml:1905(guibutton) -msgid "XOR" -msgstr "XOR" +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" -#: C/mate-calc.xml:1906(para) +#: C/logarithm.page:35(page/p) msgid "" -"Performs a bitwise XOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." +"Euler's number can be entered by using the variable e." msgstr "" -"Realitza una operació XOR lògica entre el valor actual en l'àrea de " -"visualització i el número següent que introduïu, tractant ambdós números com " -"a enters llargs sense signe." +"Es pot introduir el número d'Euler utilitzant la variable e." + +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" -#: C/mate-calc.xml:1907(para) -msgid "1100 XOR 1010" -msgstr "1100 XOR 1010" +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Mòdul de la divisió" -#: C/mate-calc.xml:1908(para) -msgid "110" -msgstr "110" +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "El mòdul de la divisió es realitza utilitzant l'operador mod." -#: C/mate-calc.xml:1911(para) C/mate-calc.xml:2299(para) -msgid "Bitwise XNOR" -msgstr "XNOR lògica" +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" -#: C/mate-calc.xml:1912(guibutton) -msgid "XNOR" -msgstr "XNOR" +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Utilització del ratolí" -#: C/mate-calc.xml:1913(para) +#: C/mouse.page:11(page/p) msgid "" -"Performs a bitwise XNOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the View menu." msgstr "" -"Realitza una operació XNOR lògica entre el valor actual en l'àrea de " -"visualització i el número següent que introduïu, tractant ambdós números com " -"a enters llargs sense signe." - -#: C/mate-calc.xml:1914(para) -msgid "1100 XNOR 1010" -msgstr "1100 XNOR 1010" - -#: C/mate-calc.xml:1915(para) -msgid "11111111111111111111111111111001" -msgstr "11111111111111111111111111111001" +"Totes les equacions es poden introduir amb el ratolí. Per accedir a tots els " +"botons hi ha diferents modes que es poden seleccionar des del menú " +"Visualitza." -#: C/mate-calc.xml:1922(title) -msgid "To Manipulate Binary Numbers" -msgstr "Per a manipular números binaris" +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Bàsic" -#: C/mate-calc.xml:1923(para) +#: C/mouse.page:18(td/p) msgid "" -"To manipulate binary numbers, use the buttons described in ." +"Provides buttons suitable for basic equations" msgstr "" -"Per a manipular números binaris, utilitzeu els botons descrits en la ." +"Proporciona els botons adequats per a les equacions " +"bàsiques." -#: C/mate-calc.xml:1925(title) -msgid "Manipulating Binary Numbers" -msgstr "Manipular números binaris" +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Avançat" -#: C/mate-calc.xml:1948(para) -msgid "Left Shift n" -msgstr "Desplaçament a l'esquerra n" +#: C/mouse.page:22(td/p) +msgid "Provides buttons suitable for advanced mathematics" +msgstr "Proporciona els botons adequats per a les matemàtiques avançades" -#: C/mate-calc.xml:1949(guibutton) C/mate-calc.xml:1993(keycap) -#: C/mate-calc.xml:2447(keycap) C/mate-calc.xml:2448(guibutton) -msgid "<" -msgstr "<" +#: C/mouse.page:25(td/p) C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Científic" -#: C/mate-calc.xml:1950(para) -msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the left. Click <, " -"then select the number of shift places from the popup menu. The number can " -"be shifted up to 15 places left." -msgstr "" -"Desplaça l'actual valor binari de 32 bits sense signe en l'àrea de " -"visualització, el número especificat de posicions a l'esquerra. Feu clic a " -"< i seleccioneu el número de posicions a desplaçar " -"en el menú emergent. El número es pot desplaçar fins a 15 posicions a " -"l'esquerra." - -#: C/mate-calc.xml:1951(para) -msgid "111 <1 place" -msgstr "111 <1 posició" - -#: C/mate-calc.xml:1952(para) -msgid "1110" -msgstr "1110" - -#: C/mate-calc.xml:1955(para) -msgid "Right Shift n" -msgstr "Desplaçament a la dreta n" - -#: C/mate-calc.xml:1956(guibutton) C/mate-calc.xml:1997(keycap) -#: C/mate-calc.xml:2459(keycap) C/mate-calc.xml:2460(guibutton) -msgid ">" -msgstr ">" - -#: C/mate-calc.xml:1957(para) +#: C/mouse.page:26(td/p) msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the right. Click >, " -"then select the number of shift places from the popup menu. The number can " -"be shifted up to 15 places right." +"Provides buttons suitable for trigonometry" msgstr "" -"Desplaça l'actual valor binari de 32 bits sense signe en l'àrea de " -"visualització, el número especificat de posicions a la dreta. Feu clic a " -"> i seleccioneu el número de posicions a desplaçar " -"en el menú emergent. El número es pot desplaçar fins a 15 posicions a la " -"dreta." +"Proporciona els botons adequats per la trigonometria." -#: C/mate-calc.xml:1958(para) -msgid "1011 >1 place" -msgstr "1011 >1 posició" - -#: C/mate-calc.xml:1959(para) -msgid "101" -msgstr "101" - -#: C/mate-calc.xml:1962(para) -msgid "Get a 16-Bit Unsigned Integer" -msgstr "Aconsegueix un enter de 16 bits sense signe" - -#: C/mate-calc.xml:1963(guibutton) C/mate-calc.xml:2484(guibutton) -msgid "&16" -msgstr "&16" +#: C/mouse.page:29(td/p) +msgid "Financial" +msgstr "Financer" -#: C/mate-calc.xml:1964(para) +#: C/mouse.page:30(td/p) msgid "" -"Truncates the current value in the display area and returns a 16-bit " -"unsigned integer." +"Provides buttons suitable for financial equations" msgstr "" -"Trunca el valor actual en l'àrea de visualització i retorna un enter de 16 " -"bits sense signe." - -#: C/mate-calc.xml:1965(para) -msgid "FFFFF &16" -msgstr "FFFFF &16" +"Proporciona els botons adequats per a les equacions " +"financeres." -#: C/mate-calc.xml:1966(para) -msgid "FFFF" -msgstr "FFFF" +#: C/mouse.page:33(td/p) +msgid "Programming" +msgstr "Programació" -#: C/mate-calc.xml:1969(para) -msgid "Get a 32-Bit Unsigned Integer" -msgstr "Aconsegueix un enter de 32 bits sense signe" +#: C/mouse.page:34(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Proporciona els botons adequats pels programadors" -#: C/mate-calc.xml:1970(guibutton) C/mate-calc.xml:2478(guibutton) -msgid "&32" -msgstr "&32" +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Format del resultat" -#: C/mate-calc.xml:1971(para) +#: C/number-display.page:11(page/p) msgid "" -"Truncates the current value in the display area and returns a 32-bit " -"unsigned integer." +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" -"Trunca el valor actual en l'àrea de visualització i retorna un enter de 32 " -"bits sense signe." +"El format que s'utilitza per mostrar els resultats es pot canviar des del " +"menú CalculadoraPreferències." -#: C/mate-calc.xml:1972(para) -msgid "FFFFFFFFFF &32" -msgstr "FFFFFFFFFF &32" +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Decimal" -#: C/mate-calc.xml:1973(para) -msgid "FFFFFFFF" -msgstr "FFFFFFFF" +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Els resultats es mostren com a nombres decimals" -#: C/mate-calc.xml:1978(para) +#: C/number-display.page:21(td/p) msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"number of places to shift, as shown in the following examples:" +"Results are displayed in scientific notation" msgstr "" -"Si utilitzeu dreceres de teclat, podeu utilitzar el teclat per a especificar " -"el número de posicions a desplaçar, com es mostra en els exemples següents:" +"Els resultats es mostren en notació científica" -#: C/mate-calc.xml:1994(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the left." -msgstr "" -"Desplaça el valor de l'actual binari en l'àrea de visualització 4 posicions " -"a l'esquerra." +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Enginyer" -#: C/mate-calc.xml:1998(para) +#: C/number-display.page:25(td/p) msgid "" -"Shifts the current binary value in the display area 4 places to the right." +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" msgstr "" -"Desplaça el valor de l'actual binari en l'àrea de visualització 4 posicions " -"a la dreta." +"Els resultats es mostren en notació científica excepte l'exponent que sempre " +"serà un múltiple de tres" -#: C/mate-calc.xml:2006(title) -msgid "To Perform Miscellaneous Programming Calculations" -msgstr "Per a realitzar diversos càlculs de programció" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binari" -#: C/mate-calc.xml:2007(para) -msgid "" -"To perform miscellaneous programming calculations, use the buttons described " -"in ." +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" msgstr "" -"Per a realitzar diversos càlculs de programació, utilitzeu els botons " -"descrits en la ." - -#: C/mate-calc.xml:2009(title) -msgid "Performing Miscellaneous Programming Calculations" -msgstr "Realitzar diversos càlculs de programció" +"Els resultats es mostren com a nombres binaris" -#: C/mate-calc.xml:2032(para) -msgid "Hexadecimal Numerals" -msgstr "Números hexadecimals" - -#: C/mate-calc.xml:2033(para) -msgid "A to F inclusive" -msgstr "A a la F inclosos" - -#: C/mate-calc.xml:2034(para) -msgid "These numerals are available in hexadecimal base only." -msgstr "Aquests números només estan disponibles en la base hexadecimal." +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Octal" -#: C/mate-calc.xml:2035(guibutton) C/mate-calc.xml:2036(para) -#: C/mate-calc.xml:2190(guibutton) -msgid "B" -msgstr "B" +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "" +"Els resultats es mostren com a nombres octals" -#: C/mate-calc.xml:2045(title) -msgid "To Undo and Redo" -msgstr "Per a desfer i refer" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Hexadecimal" -#: C/mate-calc.xml:2046(para) -msgid "" -"To undo your previous action, choose EditUndo. You can undo up to 15 " -"past actions." +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" msgstr "" -"Per a desfer l'acció anterior, seleccioneu EditaDesfés. Podeu desfer fins a " -"15 accions passades." +"Els resultats es mostren com a nombres hexadecimals" -#: C/mate-calc.xml:2051(para) +#: C/number-display.page:40(page/p) msgid "" -"If you want to redo an action you just undo'ed, choose " -"EditRedo. You can redo up to 15 undo'ed actions." +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." msgstr "" -"Si voleu refer una acció que acabeu de desfer, seleccioneu " -"EditaRefés. Podeu refer fins a 15 accions desfetes." +"També es pot configurar el número de posicions decimals i si s'han de " +"mostrar els zeros no significatius i els separadors de milers." -#: C/mate-calc.xml:2059(title) -msgid "To Quit" -msgstr "Per a sortir" +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Percentatges" -#: C/mate-calc.xml:2060(para) -msgid "" -"To quit mate-calc, choose " -"CalculatorQuit." -msgstr "" -"Per a sortir del mate-calc, seleccioneu " -"CalculadoraSurt." +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Els percentatges es calculen utilitzant el símbol %." -#: C/mate-calc.xml:2065(para) +#: C/percentage.page:14(page/p) msgid "" -"When you quit mate-calc, the current values of " -"the following settings are stored and automatically applied the next time " -"you start mate-calc:" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" -"Quan sortiu del mate-calc, els valors actuals " -"dels paràmetres següents s'emmagatzemaran i s'aplicaran automàticament la " -"vegada següent que inicieu el mate-calc." +"Quan es suma o es resta, el símbol de percentatge equival a l'u per cent del " +"valor al qual s'aplica la suma o la resta. La següent equació calcula el " +"preu d'un article (140 €) amb un impost del 15% (140 + (15÷100)×140)." -#: C/mate-calc.xml:2067(para) -msgid "" -"Mode: Basic, Advanced, Financial, or Scientific" -msgstr "" -"Mode: Bàsic, Avançat, Financer o Científic" +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" -#: C/mate-calc.xml:2069(para) +#: C/percentage.page:23(page/p) msgid "" -"Memory Registers window displayed " -"or not displayed, plus the contents of each memory register" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." msgstr "" -"L'estat de visualització de la finestra " -"de registres de memòria, a més dels continguts de cada registre de " -"memòria" +"En tots els altres casos el símbol de percentatge equival a una fracció de " +"100. La següent equació calcula la quarta part de 80 pomes ((25÷100)×80)." -#: C/mate-calc.xml:2070(link) -msgid "Numeric base" -msgstr "Base numèrica" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#: C/mate-calc.xml:2071(link) -msgid "Display type" -msgstr "Tipus de visualització" +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Potències i arrels" -#: C/mate-calc.xml:2072(link) -msgid "Trigonometric type" -msgstr "Tipus trigonomètric" - -#: C/mate-calc.xml:2073(link) C/mate-calc.xml:2730(guimenuitem) -msgid "Show Trailing Zeroes" -msgstr "Mostrar els zeros finals" - -#: C/mate-calc.xml:2074(link) C/mate-calc.xml:2687(guimenuitem) -msgid "Show Thousands Separator" -msgstr "Mostrar el separador de milers" - -#: C/mate-calc.xml:2080(title) -msgid "Technical Information" -msgstr "Informació tècnica" - -#: C/mate-calc.xml:2083(title) -msgid "Order of Operations" -msgstr "Ordre de les operacions" - -#: C/mate-calc.xml:2084(para) -msgid "" -"By default, calculations are performed using arithmetic precedence. That is, " -"the precedence of the arithmetic operators is taken into consideration and " -"the result is only calculated when you click Return." -msgstr "" -"Per defecte, els càlculs es realitzen utilitzant la precedència aritmètica. " -"Això significa que la precedència dels operadors es té en consideració i el " -"resultat només es calcula quan feu clic a Retorn." - -#: C/mate-calc.xml:2085(para) +#: C/power.page:11(page/p) msgid "" -"In the following example, the result of the calculation is 22 because the " -"multiplication operator, *, has precedence over the " -"addition operator, +." +"Powers are entered by putting a superscript " +"number after the value." msgstr "" -"En l'exemple següent, el resultat del càlcul és de 22 perquè l'operador " -"multiplicació, *, té precedència sobre l'operador suma, " -"+." +"Les potències s'introdueixen escrivint un nombre " +"de superíndex després del valor." -#: C/mate-calc.xml:2087(literal) -msgid "4 + 3 * 6 = 22" -msgstr "4 + 3 * 6 = 22" +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" -#: C/mate-calc.xml:2089(para) +#: C/power.page:19(page/p) msgid "" -"If you do not wish to apply arithmetic precedence to your calculations, " -"select ViewLeft-to-right " -"Precedence." +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"Si no voleu aplicar la precedència aritmètica en els càlculs, seleccioneu " -"VisualitzaPrecedència d'esquerra " -"a dreta." +"Es pot introduir l'invers d'un número utilitzant el símbol invers ⁻¹ " +"(CtrlI)." -#: C/mate-calc.xml:2090(para) -msgid "" -"If you choose not to apply arithmetic precedence, then the result the " -"calculation in the example is 42 because the calculation is performed from " -"left to right." -msgstr "" -"Si no apliqueu la precedència aritmètica, llavors el resultat del càlcul en " -"l'exemple és de 42 perquè el càlcul es realitza d'esquerra a dreta." - -#: C/mate-calc.xml:2094(title) -msgid "Error Conditions" -msgstr "Condicions d'error" - -#: C/mate-calc.xml:2097(para) -msgid "Displays the word Error in the display area." -msgstr "Mostra la paraula Error en l'àrea de visualització." +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: C/mate-calc.xml:2098(para) -msgid "Displays an error message in the status bar." -msgstr "Mostra un missatge d'error en la barra d'estat." - -#: C/mate-calc.xml:2099(para) +#: C/power.page:27(page/p) msgid "" -"Makes all calculator buttons unavailable, except Clr." +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." msgstr "" -"Fa que tots els botons de la calculadora no estiguin disponibles, excepte " -"Net." +"També es poden calcular potències amb el símbol ^. Això permet que la " +"potència sigui una equació." -#: C/mate-calc.xml:2100(para) -msgid "Makes all calculator options unavailable." -msgstr "Fa que totes les opcions de la calculadora no estiguin disponibles." +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: C/mate-calc.xml:2101(para) +#: C/power.page:36(page/p) msgid "" -"Makes all calculator menu items unavailable, except " -"CalculatorQuit and HelpContents." +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -"Fa que totes els elements de la calculadora no estiguin disponibles, excepte " -"CalculadoraSurt i AjudaContinguts." +"Si el teclat no conté la tecla ^ podeu utilitzar la tecla * dues vegades." -#: C/mate-calc.xml:2095(para) +#: C/power.page:39(page/p) msgid "" -"If you perform an invalid calculation, mate-calc " -"indicates the error condition as follows: " +"Square roots can be calculated using the symbol (CtrlR)." msgstr "" -"Si realitzeu un càlcul invàlid, el mate-calc " -"indicarà la condició error com segueix: " +"Les arrels quadrades es poden calcular amb el símbol (CtrlR)." + +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" -#: C/mate-calc.xml:2104(para) +#: C/power.page:47(page/p) msgid "" -"To clear the error condition, click Clr or press " -"ShiftDelete." +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -"Per a netejar la condició d'error, feu clic a Net o " -"premeu MajúsculesSupressió." +"L'arrel enèsima es pot calcular coŀlocant un nombre de subíndex abans del símbol de l'arrel." -#: C/mate-calc.xml:2108(title) -msgid "Changing Modes" -msgstr "Canviar els modes" +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" -#: C/mate-calc.xml:2109(para) -msgid "" -"If the user tries to change modes when a partial calculation is being " -"displayed, a warning dialog is displayed, telling the user that the current " -"calculation will be cleared, and the base will be reset to decimal." -msgstr "" -"Si l'usuari intenta canviar el mode quan s'està mostrant un càlcul parcial, " -"es mostrarà un diàleg d'advertiment, avisant a l'usuari que el càlcul actual " -"es netejarà i la base es reiniciarà a decimal." +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Notació científica" -#: C/mate-calc.xml:2113(para) +#: C/scientific.page:11(page/p) msgid "" -"There is a checkbox present, that if checked, prevents the dialog from being " -"shown again." +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" msgstr "" -"Hi ha una casella de selecció que, si és seleccionada, evita que el diàleg " -"es torni a mostrar." +"Per introduir nombres en format científic utilitzeu el botó ×10x " +"(CtrlE). El mode dels nombres canvia automàticament a superíndex. Per " +"introduir 2×10¹⁰⁰, comenceu introduint la mantissa (2):" -#: C/mate-calc.xml:2116(para) -msgid "Clears the display." -msgstr "Neteja la pantalla." +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#: C/mate-calc.xml:2117(para) -msgid "Sets the base to decimal." -msgstr "Estableix la base a decimal." +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "" +"Després premeu el botó de l'exponent científic (o premeu CtrlE):" -#: C/mate-calc.xml:2118(para) -msgid "Sets the numeric display to fixed." -msgstr "Estableix la visualització numèrica en format estable." +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" -#: C/mate-calc.xml:2119(para) -msgid "Sets the accuracy to nine places after the numeric point." -msgstr "Estableix la precisió a nou posicions després del separador decimal." +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Per últim premeu l'exponent (100):" -#: C/mate-calc.xml:2120(para) -msgid "Clears the display of the thousands separator." -msgstr "Neteja la visualització del separador de milers." +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" -#: C/mate-calc.xml:2121(para) -msgid "Clears the display of trailing zeroes after the numeric point." +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." msgstr "" -"Neteja la visualització dels zeros finals després del separador decimal." +"Per mostrar els resultats en format científic canvieu el format del resultat." + +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" -#: C/mate-calc.xml:2122(para) -msgid "Dismisses the register window if the new mode is Basic." -msgstr "Desapareix la finestra de registres si el mode nou és Bàsic." +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Superíndexs i subíndexs" -#: C/mate-calc.xml:2114(para) +#: C/superscript.page:13(page/p) msgid "" -"If the user presses the Cancel button, the change " -"mode operation is cancelled. If the user presses the Change Mode button, the mode is changed and has the following side-effects: " -"" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." msgstr "" -"Si l'usuari prem el botó Cancel·la, es cancel·lara el " -"canvi de mode d'operació. Si l'usuari prem el botó Canvia el " -"mode, el mode es canviarà i es produiran els efectes secundaris " -"següents: " +"Algunes equacions poden requerir nombres introduïts en forma de superíndexs " +"o subíndexs, p. ex." -#: C/mate-calc.xml:2128(title) -msgid "Changing The Display Area" -msgstr "Canviar l'àrea de visualització" +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: C/mate-calc.xml:2129(para) +#: C/superscript.page:21(page/p) msgid "" -"In arithmetic precedence mode, it is possible to use the mouse to click on " -"the display area and edit it." +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." msgstr "" -"En mode de precedència aritmètica és possible utilitzar el ratolí per a fer " -"clic a l'àrea de visualització i editar-la." +"Per introduir superíndexs amb el ratolí, seleccioneu el mode dels nombres " +"utilitzant els botons ↑n i ↓n. Quan un d'aquests modes " +"està actiu, en fer clic sobre els botons dels números els introduirà en " +"forma de superíndex o de subíndex. Per tornar al mode de nombres normals feu " +"clic sobre el botó activat." -#: C/mate-calc.xml:2135(para) +#: C/superscript.page:26(page/p) msgid "" -"CtrlDelete which will " -"delete the character to the right of the text cursor" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." msgstr "" -"CtrlSupressió que " -"suprimirà el caràcter a la dreta del cursor de text" +"Per introduir superíndexs amb el teclat mantingueu premuda Ctrl " +"mentre introduïu el número. Mantingueu premuda Alt pels subíndexs." -#: C/mate-calc.xml:2136(para) +#: C/superscript.page:30(page/p) msgid "" -"Home which moves the text cursor to the beginning of the " -"display area" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." msgstr "" -"Inici que mourà el cursor de text al començament de l'àrea " -"de visualització" +"El mode dels nombres torna al mode normal quan s'escriu el següent caràcter " +"no numèric (p. ex. +)." -#: C/mate-calc.xml:2137(para) -msgid "" -"End which moves the text cursor to the end of the display " -"area" -msgstr "" -"Final que mourà el cursor de text al final de l'àrea de " -"visualització" +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometria" -#: C/mate-calc.xml:2132(para) +#: C/trigonometry.page:11(page/p) msgid "" -"All the normal keyboard shortcuts will work, plus the addition of: " -"" +"Trigonometry can be performed using the sin, cos, and tan function." msgstr "" -"Totes les dreceres de teclat normals funcionaran, a més a més de les " -"addicionals: " +"Es poden utilitzar les funcions " +"trigonomètriques del sin, el cos i la tan." -#: C/mate-calc.xml:2145(title) -msgid "Quick Reference: Keyboard Shortcuts" -msgstr "Referència ràpida: dreceres de teclat" +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" -#: C/mate-calc.xml:2146(para) +#: C/trigonometry.page:19(page/p) msgid "" -", , and provide a quick reference for all " -"of the mate-calc keyboard shortcuts." +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in scientific mode." msgstr "" -"La , la i la proporcionen una referència " -"ràpida per a totes les dreceres de teclat del mate-calc." +"Les unitats dels angles es poden canviar des del menú " +"CalculadoraPreferències. Les funcions " +"trigonomètriques són visibles en el mode científic." -#: C/mate-calc.xml:2147(para) +#: C/trigonometry.page:23(page/p) msgid "" -"When you use the keyboard shortcut for any of the calculator buttons that " -"have a menu associated with them, that menu is displayed. You can then use " -"the arrow keys to select a menu item or the menu item's shortcut." +"Hyperbolic functions are available by adding \"h\" to the end of a function." msgstr "" -"Quan utilitzeu la drecera de teclat per a qualsevol botó de la calculadora " -"que té un menú associat, es mostrarà el menú. Llavors podeu utilitzar les " -"fletxes de cursor per a seleccionar un element del menú o la drecera de " -"teclat de l'element del menú." +"Les funcions hiperbòliques estan disponibles afegint «h» al final d'una " +"funció." -#: C/mate-calc.xml:2151(title) +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" + +#: C/trigonometry.page:31(page/p) msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Buttons" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." msgstr "" -"Referència ràpida per a les dreceres de teclat dels botons del " -"mate-calc." - -#: C/mate-calc.xml:2160(para) C/mate-calc.xml:2550(para) -#: C/mate-calc.xml:2645(para) -msgid "Keyboard Shortcut" -msgstr "Drecera de teclat" - -#: C/mate-calc.xml:2166(para) C/mate-calc.xml:2556(para) -#: C/mate-calc.xml:2651(para) -msgid "See" -msgstr "Vegeu" - -#: C/mate-calc.xml:2171(para) -msgid "0 to 9 inclusive" -msgstr "0 a 9 incloses" - -#: C/mate-calc.xml:2177(keycap) C/mate-calc.xml:2184(guibutton) -msgid "A" -msgstr "A" - -#: C/mate-calc.xml:2178(guibutton) -msgid "Acc" -msgstr "Prc" - -#: C/mate-calc.xml:2183(keycap) C/mate-calc.xml:2561(keycap) -msgid "a" -msgstr "a" - -#: C/mate-calc.xml:2185(para) C/mate-calc.xml:2191(para) -#: C/mate-calc.xml:2203(para) C/mate-calc.xml:2215(para) -#: C/mate-calc.xml:2227(para) C/mate-calc.xml:2239(para) -msgid "Hexadecimal numerals" -msgstr "Número hexadecimal" - -#: C/mate-calc.xml:2189(keycap) C/mate-calc.xml:2567(keycap) -#: C/mate-calc.xml:2656(keycap) -msgid "b" -msgstr "b" - -#: C/mate-calc.xml:2195(keycap) C/mate-calc.xml:2202(guibutton) -msgid "C" -msgstr "C" - -#: C/mate-calc.xml:2201(keycap) C/mate-calc.xml:2662(keycap) -msgid "c" -msgstr "c" - -#: C/mate-calc.xml:2207(keycap) C/mate-calc.xml:2214(guibutton) -msgid "D" -msgstr "D" - -#: C/mate-calc.xml:2209(para) -msgid "Double-declining depreciation" -msgstr "Depreciació doble decreixent" - -#: C/mate-calc.xml:2213(keycap) C/mate-calc.xml:2573(keycap) -msgid "d" -msgstr "d" - -#: C/mate-calc.xml:2219(keycap) C/mate-calc.xml:2226(guibutton) -msgid "E" -msgstr "E" - -#: C/mate-calc.xml:2220(guibutton) -msgid "Exp" -msgstr "Exp" - -#: C/mate-calc.xml:2221(para) -msgid "Exponential" -msgstr "Exponencial" - -#: C/mate-calc.xml:2232(guibutton) -msgid "Fun" -msgstr "Fun" - -#: C/mate-calc.xml:2237(keycap) C/mate-calc.xml:2579(keycap) -#: C/mate-calc.xml:2668(keycap) -msgid "f" -msgstr "f" - -#: C/mate-calc.xml:2243(keycap) -msgid "G" -msgstr "G" - -#: C/mate-calc.xml:2244(guibutton) -msgid "Log" -msgstr "Log" - -#: C/mate-calc.xml:2245(para) -msgid "Common logarithm" -msgstr "Logaritme decimal" - -#: C/mate-calc.xml:2249(keycap) C/mate-calc.xml:2591(keycap) -#: C/mate-calc.xml:2680(keycap) -msgid "i" -msgstr "i" - -#: C/mate-calc.xml:2251(para) -msgid "Integer portion" -msgstr "Part entera" - -#: C/mate-calc.xml:2255(keycap) -msgid "J" -msgstr "J" - -#: C/mate-calc.xml:2256(guibutton) -msgid "Cos" -msgstr "Cos" - -#: C/mate-calc.xml:2257(para) -msgid "Cosine" -msgstr "Cosinus" - -#: C/mate-calc.xml:2261(keycap) -msgid "K" -msgstr "K" - -#: C/mate-calc.xml:2262(guibutton) -msgid "Sin" -msgstr "Sin" - -#: C/mate-calc.xml:2263(para) -msgid "Sine" -msgstr "Sinus" - -#: C/mate-calc.xml:2267(keycap) -msgid "L" -msgstr "L" - -#: C/mate-calc.xml:2268(guibutton) C/mate-calc.xml:2269(para) -msgid "Tan" -msgstr "Tan" - -#: C/mate-calc.xml:2273(keycap) C/mate-calc.xml:2693(keycap) -msgid "l" -msgstr "l" - -#: C/mate-calc.xml:2275(para) -msgid "Straight-line depreciation" -msgstr "Depreciació constant" - -#: C/mate-calc.xml:2279(keycap) -msgid "M" -msgstr "M" - -#: C/mate-calc.xml:2285(keycap) C/mate-calc.xml:2699(keycap) -msgid "m" -msgstr "m" - -#: C/mate-calc.xml:2287(para) -msgid "Compounding term" -msgstr "Terme compost" - -#: C/mate-calc.xml:2291(keycap) -msgid "N" -msgstr "N" - -#: C/mate-calc.xml:2293(para) -msgid "Natural logarithm" -msgstr "Logaritme natural" - -#: C/mate-calc.xml:2297(keycap) C/mate-calc.xml:2597(keycap) -msgid "n" -msgstr "n" - -#: C/mate-calc.xml:2298(guibutton) -msgid "Xnor" -msgstr "XNOR" - -#: C/mate-calc.xml:2303(keycap) -msgid "P" -msgstr "P" - -#: C/mate-calc.xml:2305(para) -msgid "Periodic payment" -msgstr "Pagament periòdic" - -#: C/mate-calc.xml:2309(keycap) C/mate-calc.xml:2705(keycap) -msgid "p" -msgstr "p" - -#: C/mate-calc.xml:2311(para) -msgid "Present value" -msgstr "Valor actual" - -#: C/mate-calc.xml:2317(para) -msgid "Retrieve value from memory register" -msgstr "Recupera un valor del registre de memòria" - -#: C/mate-calc.xml:2321(keycap) C/mate-calc.xml:2609(keycap) -#: C/mate-calc.xml:2717(keycap) -msgid "r" -msgstr "r" - -#: C/mate-calc.xml:2329(para) -msgid "Store value in memory register" -msgstr "Desa un valor en el registre de memòria" - -#: C/mate-calc.xml:2333(keycap) C/mate-calc.xml:2615(keycap) -#: C/mate-calc.xml:2723(keycap) -msgid "s" -msgstr "s" - -#: C/mate-calc.xml:2335(para) -msgid "Square root" -msgstr "Arrel quadrada" - -#: C/mate-calc.xml:2339(keycap) -msgid "T" -msgstr "T" - -#: C/mate-calc.xml:2341(para) -msgid "Periodic interest rate" -msgstr "Tipus d'interès periòdic" - -#: C/mate-calc.xml:2345(keycap) C/mate-calc.xml:2729(keycap) -msgid "t" -msgstr "t" - -#: C/mate-calc.xml:2347(para) -msgid "Payment period" -msgstr "Pagament periòdic" +"Les funcions inverses s'introdueixen utilitzant el símbol invers ⁻¹ " +"(CtrlI) o utilitzant la forma «a» de " +"la funció. Les dues funcions següents són equivalents. " -#: C/mate-calc.xml:2351(keycap) -msgid "u" -msgstr "u" +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" -#: C/mate-calc.xml:2353(para) -msgid "Absolute value" -msgstr "Valor absolut" +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" -#: C/mate-calc.xml:2357(keycap) C/mate-calc.xml:2735(keycap) -msgid "v" -msgstr "v" - -#: C/mate-calc.xml:2359(para) -msgid "Future value" -msgstr "Valor futur" - -#: C/mate-calc.xml:2365(para) -msgid "Exchange memory register value and displayed value" -msgstr "Intercanvia el valor del registre de memòria amb el valor mostrat" - -#: C/mate-calc.xml:2369(keycap) -msgid "Y" -msgstr "Y" - -#: C/mate-calc.xml:2371(para) -msgid "Sum-of-the-years'-digits depreciation" -msgstr "Depreciació per suma dels dígits dels anys" - -#: C/mate-calc.xml:2375(keycap) -msgid "^" -msgstr "^" - -#: C/mate-calc.xml:2381(keycap) -msgid "!" -msgstr "!" - -#: C/mate-calc.xml:2383(para) -msgid "x factorial" -msgstr "Factorial de x" - -#: C/mate-calc.xml:2388(guibutton) -msgid "Con" -msgstr "Con" - -#: C/mate-calc.xml:2389(para) -msgid "Constant value" -msgstr "Valor constant" - -#: C/mate-calc.xml:2399(keycap) -msgid "&" -msgstr "&" - -#: C/mate-calc.xml:2400(guibutton) -msgid "And" -msgstr "AND" - -#: C/mate-calc.xml:2405(para) -msgid "( and )" -msgstr "( i )" - -#: C/mate-calc.xml:2441(keycap) -msgid ":" -msgstr ":" - -#: C/mate-calc.xml:2443(para) -msgid "Fractional portion" -msgstr "Part fraccionada" - -#: C/mate-calc.xml:2449(para) -msgid "Left shift n" -msgstr "Desplaçament a l'esquerra n" - -#: C/mate-calc.xml:2453(para) -msgid "= or Return" -msgstr "= o Retorn" - -#: C/mate-calc.xml:2461(para) -msgid "Right shift n" -msgstr "Desplaçament a la dreta n" - -#: C/mate-calc.xml:2465(keycap) -msgid "?" -msgstr "?" - -#: C/mate-calc.xml:2467(para) -msgid "Random number generator" -msgstr "Generador de nombres aleatoris" - -#: C/mate-calc.xml:2471(keycap) -msgid "@" -msgstr "@" - -#: C/mate-calc.xml:2477(keycap) -msgid "[" -msgstr "[" - -#: C/mate-calc.xml:2479(para) -msgid "Get a 32-bit unsigned integer" -msgstr "Aconsegueix un enter de 32 bits sense signe" - -#: C/mate-calc.xml:2483(keycap) -msgid "]" -msgstr "]" - -#: C/mate-calc.xml:2485(para) -msgid "Get a 16-bit unsigned integer" -msgstr "Aconsegueix un enter de 16 bits sense signe" - -#: C/mate-calc.xml:2490(guibutton) -msgid "Xor" -msgstr "XOR" - -#: C/mate-calc.xml:2495(keycap) -msgid "{" -msgstr "{" - -#: C/mate-calc.xml:2501(keycap) -msgid "|" -msgstr "|" - -#: C/mate-calc.xml:2502(guibutton) -msgid "Or" -msgstr "OR" - -#: C/mate-calc.xml:2507(keycap) -msgid "}" -msgstr "}" - -#: C/mate-calc.xml:2513(keycap) -msgid "~" -msgstr "~" - -#: C/mate-calc.xml:2514(guibutton) -msgid "Not" -msgstr "NOT" - -#: C/mate-calc.xml:2525(para) -msgid "Esc or" -msgstr "Esc o" - -#: C/mate-calc.xml:2526(keycap) C/mate-calc.xml:2656(keycap) -#: C/mate-calc.xml:2662(keycap) C/mate-calc.xml:2668(keycap) -#: C/mate-calc.xml:2674(keycap) C/mate-calc.xml:2680(keycap) -#: C/mate-calc.xml:2686(keycap) C/mate-calc.xml:2693(keycap) -#: C/mate-calc.xml:2699(keycap) C/mate-calc.xml:2705(keycap) -#: C/mate-calc.xml:2711(keycap) C/mate-calc.xml:2717(keycap) -#: C/mate-calc.xml:2723(keycap) C/mate-calc.xml:2729(keycap) -#: C/mate-calc.xml:2735(keycap) C/mate-calc.xml:2741(keycap) -#: C/mate-calc.xml:2747(keycap) -msgid "Ctrl" -msgstr "Ctrl" - -#: C/mate-calc.xml:2528(para) -msgid "Clear entry" -msgstr "Neteja l'entrada" - -#: C/mate-calc.xml:2532(keycap) C/mate-calc.xml:2747(keycap) -msgid "Shift" -msgstr "Majúscula" - -#: C/mate-calc.xml:2532(keycap) -msgid "Delete" -msgstr "Supressió" - -#: C/mate-calc.xml:2541(title) +#: C/trigonometry.page:43(page/p) msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -msgstr "" -"Referència ràpida de les dreceres de teclat de les opcions del mode " -"científic del mate-calc" - -#: C/mate-calc.xml:2552(para) -msgid "Option" -msgstr "Opció" - -#: C/mate-calc.xml:2561(keycap) C/mate-calc.xml:2567(keycap) -#: C/mate-calc.xml:2573(keycap) C/mate-calc.xml:2579(keycap) -#: C/mate-calc.xml:2585(keycap) C/mate-calc.xml:2591(keycap) -#: C/mate-calc.xml:2597(keycap) C/mate-calc.xml:2603(keycap) -#: C/mate-calc.xml:2609(keycap) C/mate-calc.xml:2615(keycap) -#: C/mate-calc.xml:2621(keycap) C/mate-calc.xml:2627(keycap) -msgid "Alt" -msgstr "Alt" - -#: C/mate-calc.xml:2563(para) -msgid "Set the trigonometric type to gradians." -msgstr "Estableix el tipus trigonomètric a graus centesimals." - -#: C/mate-calc.xml:2569(para) -msgid "Set the numeric base to binary." -msgstr "Estableix la base numèrica a binari." - -#: C/mate-calc.xml:2575(para) -msgid "Set the numeric base to decimal." -msgstr "Estableix la base numèrica a decimal." - -#: C/mate-calc.xml:2581(para) -msgid "Set the display type to fixed-point format." -msgstr "Estableix el tipus de visualització en format estable." - -#: C/mate-calc.xml:2585(keycap) -msgid "g" -msgstr "g" - -#: C/mate-calc.xml:2587(para) -msgid "Set the trigonometric type to degrees." -msgstr "Estableix el tipus trigonomètric a graus." - -#: C/mate-calc.xml:2593(para) -msgid "Select the inverse option for use with the trigonometric functions." +"To enter π with the keyboard use " +"CtrlP." msgstr "" -"Selecciona l'opció inversa a utilitzar amb les funcions trigonomètriques." - -#: C/mate-calc.xml:2599(para) -msgid "Set the display type to engineering format." -msgstr "Estableix el tipus de visualització en format d'enginyer." - -#: C/mate-calc.xml:2603(keycap) -msgid "o" -msgstr "o" - -#: C/mate-calc.xml:2605(para) -msgid "Set the numeric base to octal." -msgstr "Estableix la base numèrica a octal." - -#: C/mate-calc.xml:2611(para) -msgid "Set the trigonometric type to radians." -msgstr "Estableix el tipus trigonomètric a radians." +"Per introduir el π amb el teclat utilitzeu " +"CtrlP." -#: C/mate-calc.xml:2617(para) -msgid "Set the display type to scientific format." -msgstr "Estableix el tipus de visualització en format científic." +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Variables" -#: C/mate-calc.xml:2623(para) -msgid "Set the numeric base to hexadecimal." -msgstr "Estableix la base numèrica a hexadecimal." - -#: C/mate-calc.xml:2629(para) -msgid "Select the hyperbolic option for use with the trigonometric functions." -msgstr "" -"Selecciona l'opció hiperbòlica a utilitzar amb les funcions trigonomètriques." - -#: C/mate-calc.xml:2636(title) +#: C/variables.page:11(page/p) msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." msgstr "" -"Referència ràpida de les dreceres de teclat dels elements de menú del " -"mate-calc" - -#: C/mate-calc.xml:2647(para) -msgid "Menu Item" -msgstr "Element del menú" - -#: C/mate-calc.xml:2657(guimenu) C/mate-calc.xml:2669(guimenu) -#: C/mate-calc.xml:2687(guimenu) C/mate-calc.xml:2694(guimenu) -#: C/mate-calc.xml:2700(guimenu) C/mate-calc.xml:2706(guimenu) -#: C/mate-calc.xml:2718(guimenu) C/mate-calc.xml:2724(guimenu) -#: C/mate-calc.xml:2730(guimenu) -msgid "View" -msgstr "Visualitza" - -#: C/mate-calc.xml:2658(para) -msgid "Change to Basic mode" -msgstr "Canvia al mode Bàsic" - -#: C/mate-calc.xml:2663(guimenu) C/mate-calc.xml:2681(guimenu) -#: C/mate-calc.xml:2736(guimenu) C/mate-calc.xml:2742(guimenu) -#: C/mate-calc.xml:2748(guimenu) -msgid "Edit" -msgstr "Edita" - -#: C/mate-calc.xml:2663(guimenuitem) -msgid "Copy" -msgstr "Copia" - -#: C/mate-calc.xml:2664(para) -msgid "Copy the current value in the display area to the clipboard" -msgstr "Copia el valor actual de l'àrea de visualització al porta-retalls" - -#: C/mate-calc.xml:2670(para) -msgid "Change to Financial mode" -msgstr "Canvia al mode financer" - -#: C/mate-calc.xml:2674(keycap) -msgid "h" -msgstr "h" - -#: C/mate-calc.xml:2675(guimenu) -msgid "Help" -msgstr "Ajuda" - -#: C/mate-calc.xml:2675(guimenuitem) -msgid "Contents" -msgstr "Continguts" - -#: C/mate-calc.xml:2676(para) -msgid "Display the mate-calc online help" -msgstr "Mostra l'ajuda en línia del mate-calc" - -#: C/mate-calc.xml:2681(guimenuitem) -msgid "Insert ASCII Value" -msgstr "Insereix un valor ASCII" - -#: C/mate-calc.xml:2682(para) -msgid "Display the Insert ASCII Value dialog" -msgstr "Mostra el diàleg Insereix un valor ASCII" - -#: C/mate-calc.xml:2686(keycap) -msgid "k" -msgstr "k" - -#: C/mate-calc.xml:2688(para) -msgid "Display the thousands separator" -msgstr "Mostra els separadors de milers" - -#: C/mate-calc.xml:2694(guimenuitem) -msgid "Left-to-right Precedence" -msgstr "Precedència d'esquerra a dreta" - -#: C/mate-calc.xml:2695(para) -msgid "Calculate results using left-to-right precedence" -msgstr "Calcula els resultats utilitzant la precedència d'esquerra a dreta" - -#: C/mate-calc.xml:2700(guimenuitem) -msgid "Memory Registers" -msgstr "Registres de memòria" - -#: C/mate-calc.xml:2701(para) -msgid "Display the Memory Registers window" -msgstr "Mostra la finestra Registres de memòria" - -#: C/mate-calc.xml:2707(para) -msgid "Change to Programming mode" -msgstr "Canvia al mode de programació" - -#: C/mate-calc.xml:2711(keycap) -msgid "q" -msgstr "q" - -#: C/mate-calc.xml:2712(guimenuitem) -msgid "Quit" -msgstr "Surt" - -#: C/mate-calc.xml:2713(para) -msgid "Quit the mate-calc application" -msgstr "Surt de l'aplicació mate-calc" - -#: C/mate-calc.xml:2718(guimenuitem) -msgid "Arithmetic Precedence" -msgstr "Precedència aritmètica" - -#: C/mate-calc.xml:2719(para) -msgid "Calculate results using arithmetic precedence" -msgstr "Calcula els resultats utilitzant la precedència aritmètica" - -#: C/mate-calc.xml:2725(para) -msgid "Change to Scientific mode" -msgstr "Canvia al mode científic" - -#: C/mate-calc.xml:2731(para) -msgid "Show trailing zeroes" -msgstr "Mostra els zeros finals" - -#: C/mate-calc.xml:2736(guimenuitem) -msgid "Paste" -msgstr "Enganxa" - -#: C/mate-calc.xml:2737(para) -msgid "Paste the current value in the clipboard to the display area" -msgstr "Enganxa el valor actual del porta-retalls a l'àrea de visualització" - -#: C/mate-calc.xml:2741(keycap) C/mate-calc.xml:2747(keycap) -msgid "z" -msgstr "z" - -#: C/mate-calc.xml:2742(guimenuitem) -msgid "Undo" -msgstr "Desfés" - -#: C/mate-calc.xml:2743(para) -msgid "Undo previous action" -msgstr "Desfés l'acció anterior" - -#: C/mate-calc.xml:2748(guimenuitem) -msgid "Redo" -msgstr "Refés" - -#: C/mate-calc.xml:2749(para) -msgid "Redo an undo'ed action" -msgstr "Refés una acció que acabeu de desfer" - -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. -#: C/mate-calc.xml:0(None) -msgid "translator-credits" -msgstr "Joan Duran , 2008" - -#~ msgid "This function uses the following memory registers:" -#~ msgstr "Aquesta funció utilitza els registres de memòria següents:" - -#~ msgid "Register 0" -#~ msgstr "Registre 0" - -#~ msgid "int, the periodic interest rate" -#~ msgstr "int, el tipus d'interès periòdic" +"Per assignar un valor a una variable utilitzeu el símbol = o escolliu la " +"variable a ser assignada amb el botó x en el mode avançat. El nom d'una variable només pot contenir caràcters " +"en majúscula o en minúscula." -#~ msgid "Register 1" -#~ msgstr "Registre 1" +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#~ msgid "fv, the future value" -#~ msgstr "fv, el valor futur" +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "valor=82" -#~ msgid "Register 2" -#~ msgstr "Registre 2" - -#~ msgid "pv, the present value" -#~ msgstr "pv, el valor actual" - -#~ msgid "Click Ctrm =" -#~ msgstr "Feu clic a Ctrm =" - -#~ msgid "cost, the amount paid for the asset" -#~ msgstr "cost, la quantitat pagada per a l'actiu" - -#~ msgid "" -#~ "salvage, the value of the asset at the end of " -#~ "its life" -#~ msgstr "" -#~ "salvament, el valor de l'actiu al final de la " -#~ "seva vida" - -#~ msgid "life, the useful life of the asset" -#~ msgstr "vida, la vida útil de l'actiu" - -#~ msgid "Register 3" -#~ msgstr "Registre 3" - -#~ msgid "" -#~ "period, the time period for depreciation " -#~ "allowance" -#~ msgstr "" -#~ "període, el període de temps per a la provisió " -#~ "per a depreciació" - -#~ msgid "Click Ddb =" -#~ msgstr "Feu clic a Ddb =" - -#~ msgid "pmt, the periodic payment" -#~ msgstr "pmt, el pagament periòdic" - -#~ msgid "n, the number of periods" -#~ msgstr "n, el número de períodes" - -#~ msgid "Click Fv =" -#~ msgstr "Feu clic a Fv =" - -#~ msgid "prin, the principal" -#~ msgstr "prin, el principal" +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" +"Les variables es poden utilitzar en qualsevol equació i són substituïdes pel " +"valor que tenen assignat. Les variables es poden inserir utilitzant el botó " +"x." -#~ msgid "n, the term" -#~ msgstr "n, el termini" +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" -#~ msgid "Click Pmt =" -#~ msgstr "Feu clic a Pmt =" +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" -#~ msgid "Click Pv =" -#~ msgstr "Feu clic a Pv =" +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Les variables següents sempre estan definides." -#~ msgid "Click Rate =" -#~ msgstr "Feu clic a Rate =" +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" -#~ msgid "Click Sln =" -#~ msgstr "Feu clic a Sln =" +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Resultat del càlcul anterior" -#~ msgid "Click Syd =" -#~ msgstr "Feu clic a Syd =" +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" -#~ msgid "Click Term =" -#~ msgstr "Feu clic a Term =" +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Nombre d'Euler" -#~ msgid "" -#~ "To change the values of individuals bits in integer values, choose " -#~ "ViewShow Bit Editor. This option is only available in Scientific " -#~ "mode." -#~ msgstr "" -#~ "Per a canviar els valors de bits individuals en valors enters, " -#~ "seleccioneu VisualitzaMostra " -#~ "l'editor de bits. Aquesta opció només està " -#~ "disponible en el mode científic." +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" -#~ msgid "Show Bitcalculating Extension" -#~ msgstr "Mostra l'extensió de càlcul de bits" +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" -#~ msgid "Display the bitcalculation extension" -#~ msgstr "Mostra l'extensió de càlcul de bits" +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Valor aleatori en el rang [0,1] (canvia en cada lectura)" diff --git a/help/cs/cs.po b/help/cs/cs.po index 11b0e5c..986ff57 100644 --- a/help/cs/cs.po +++ b/help/cs/cs.po @@ -2,14 +2,14 @@ # Copyright (C) 2009, 2010 the author(s) of mate-calc. # This file is distributed under the same license as the mate-calc help. # -# Lucas Lommer , 2009. -# Marek Černocký , 2009, 2010. +# Lucas Lommer , 2009. +# Marek Černocký , 2009, 2010, 2011. # msgid "" msgstr "" "Project-Id-Version: mate-calc\n" -"POT-Creation-Date: 2010-09-24 14:54+0000\n" -"PO-Revision-Date: 2010-09-24 23:55+0200\n" +"POT-Creation-Date: 2011-03-21 07:31+0000\n" +"PO-Revision-Date: 2011-03-31 18:13+0200\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -17,21 +17,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Poedit-Language: Czech\n" -"X-Poedit-SourceCharset: utf-8\n" #: C/variables.page:9(title) msgid "Variables" msgstr "Proměnné" #: C/variables.page:11(p) +#| msgid "" +#| "To assign a value to a variable use the = symbol or choose the variable " +#| "to assign to with the →R button in advanced mode. A variable name must only contain upper or lower " +#| "characters." msgid "" "To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " +"assign to with the x button in advanced " "mode. A variable name must only contain upper or lower characters." msgstr "" "Pro přiřazení hodnoty do proměnné použijte symbol = nebo zvolte tlačítkem " -"→R v režimu pokročilé kalkulačky " +"x v režimu pokročilé kalkulačky " "proměnnou, kterou chcete přiřadit. Názvy proměnných mohou obsahovat pouze " "malá a velká písmena bez diakritiky." @@ -44,12 +47,15 @@ msgid "value=82" msgstr "hodnota=82" #: C/variables.page:23(p) +#| msgid "" +#| "Variables can be used in any equation and are substituted for their " +#| "assigned value. Variables can be inserted using the ←R button." msgid "" "Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." +"value. Variables can be inserted using the x button." msgstr "" "Proměnné lze použít v kterémkoliv výrazu a během výpočtu budou nahrazeny " -"svojí přiřazenou hodnotou. Proměnnou vložíte pomocí tlačítka ←R." +"svojí přiřazenou hodnotou. Proměnnou vložíte pomocí tlačítka x." #: C/variables.page:28(p) msgid "6x+3" @@ -633,8 +639,8 @@ msgid "robert.ancell@gmail.com" msgstr "robert.ancell@gmail.com" #: C/index.page:13(title) -msgid "mate-calc Help" -msgstr "Nápověda k aplikaci Kalkulačka (mate-calc)" +msgid "GCalctool Help" +msgstr "Nápověda k aplikaci Kalkulačka (GCalctool)" #: C/index.page:16(title) msgid "User Interface" @@ -803,7 +809,7 @@ msgid "Twos complement" msgstr "Dvojkový doplněk" #: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." +msgid "GCalctool does not support user-defined functions." msgstr "" "Aplikace Kalkulačka nepodporuje uživatelem definované funkce." @@ -812,12 +818,12 @@ msgid "Financial Functions" msgstr "Finanční funkce" #: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." +#| msgid "" +#| "When in financial mode the following " +#| "buttons are available." +msgid "When in financial mode the following buttons are available." msgstr "" -"Když se nacházíte ve finančním režimu, " -"jsou dostupná následující tlačítka." +"Když se nacházíte ve finančním režimu, jsou dostupná následující tlačítka." #: C/financial.page:15(p) msgid "Ctrm" @@ -1115,12 +1121,15 @@ msgid "Currency" msgstr "Měna" #: C/conv-currency.page:11(p) +#| msgid "" +#| "To convert currencies press the ¤$€ button in financial mode." msgid "" -"To convert currencies press the ¤$€ button in financial mode." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"Pokud chcete převádět měny, zmáčkněte ve finančním režimu tlačítko ¤$€." +"Pokud chcete převádět měny, přejděte do finančního režimu a použijte ovládací prvky s měnami." #: C/conv-currency.page:14(p) msgid "" @@ -1176,7 +1185,7 @@ msgid "Complex Numbers" msgstr "Komplexní čísla" #: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." +msgid "Complex numbers are not supported in GCalctool." msgstr "Komplexní čísla nejsou v aplikaci Kalkulačka podporována." #: C/boolean.page:9(title) @@ -1292,6 +1301,5 @@ msgstr "abs (−1)" #: C/index.page:0(None) msgid "translator-credits" msgstr "" -"Marek Černocký , 2009, 2010\n" -"Lucas Lommer , 2009" - +"Marek Černocký , 2009, 2010, 2011\n" +"Lucas Lommer , 2009" diff --git a/help/de/de.po b/help/de/de.po index c785fdb..0faef1e 100644 --- a/help/de/de.po +++ b/help/de/de.po @@ -1,695 +1,553 @@ # German translation of the mate-calc manual. -# Mario Blättermann , 2010. -# Christian Kirbach , 2008-2010. +# Mario Blättermann , 2010, 2012. +# Jakob Kramer , 2010. +# Christian Kirbach , 2008-2010, 2011. +# msgid "" msgstr "" "Project-Id-Version: mate-calc master\n" -"POT-Creation-Date: 2010-05-04 18:29+0000\n" -"PO-Revision-Date: 2010-05-28 22:20+0100\n" -"Last-Translator: Mario Blättermann \n" +"POT-Creation-Date: 2012-04-17 05:16+0000\n" +"PO-Revision-Date: 2012-05-06 17:09+0100\n" +"Last-Translator: Mario Blättermann \n" "Language-Team: Deutsch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: German\n" "X-Poedit-Country: GERMANY\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: C/legal.xml:3(p) -msgid "" -"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported " -"License." -msgstr "" -"Diese Arbeit ist lizenziert unter einer Creative Commons Attribution-Share Alike 3.0 " -"Unported License." - -#: C/legal.xml:6(p) -msgid "" -"As a special exception, the copyright holders give you permission to copy, " -"modify, and distribute the example code contained in this document under the " -"terms of your choosing, without restriction." +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" msgstr "" -"Als besondere Ausnahme erteilen Ihnen die Urheberrechtsinhaber die " -"Genehmigung, den in diesem Dokument enthaltenen Beispielcode ohne " -"Einschränkung unter den Bedingungen Ihrer Wahl zu verbreiten." +"Jan Arne Petersen , 2007\n" +"Christian Kirbach , 2008, 2009, 2010\n" +"Mario Blättermann , 2012\n" +"Jakob Kramer , 2010" -#: C/variables.page:9(title) -msgid "Variables" -msgstr "Variablen" +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: C/variables.page:11(p) -msgid "" -"To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " -"mode. A variable name must only contain upper or lower characters." -msgstr "" -"Um einen Wert einer Variable zuzuweisen, verwenden Sie das Symbol = oder " -"wählen die zuzuweisende Variable mit dem →R-Knopf im erweiterten Modus aus. Der Name einer Variablen darf nur " -"Groß- und Kleinbuchstaben enthalten." +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Hilfe zum Taschenrechner" -#: C/variables.page:16(p) -msgid "x=5" -msgstr "x=5" +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Benutzerschnittstelle" -#: C/variables.page:19(p) -msgid "value=82" -msgstr "Wert=82" +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Gleichungen" -#: C/variables.page:23(p) -msgid "" -"Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." -msgstr "" -"Variablen sind in jeder Gleichung verwendbar und werden durch den " -"zugewiesenen Wert ersetzt. Variablen können über den ←R-Knopf " -"eingegeben werden." +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Zahlen" -#: C/variables.page:28(p) -msgid "6x+3" -msgstr "6x+3" +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Umrechnungen" -#: C/variables.page:31(p) -msgid "xy−3x+7y−21" -msgstr "xy−3x+7y−21" +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Finanztechnische Berechnungen" -#: C/variables.page:35(p) -msgid "The following variables are always defined." -msgstr "Die folgenden Variablen sind immer definiert." +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Absolutwerte" -#: C/variables.page:40(p) -msgid "ans" -msgstr "ans" +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" +"Absolutwerte werden mit dem |-Symbol oder der abs-Funktion berechnet." -#: C/variables.page:41(p) -msgid "Result of previous calculation" -msgstr "Ergebnis der vorherigen Berechnung" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: C/variables.page:44(p) -msgid "e" -msgstr "e" +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: C/variables.page:45(link) -msgid "Euler's Number" -msgstr "Eulersche Zahl (e)" +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Zahlenbasen" -#: C/variables.page:48(p) C/keyboard.page:35(p) -msgid "π" -msgstr "π" +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" +"Um Zahlen in einer bestimmten Zahlenbasis einzugeben, verwenden Sie tiefgestellte Zahlen. Die folgenden Zahlen sind " +"äquivalent." -#: C/variables.page:49(link) -msgid "Pi" -msgstr "Pi" +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "10011001" -#: C/variables.page:52(p) -msgid "rand" -msgstr "Zuf" +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: C/variables.page:53(p) -msgid "Random value in the range [0,1] (changes on each read)" -msgstr "Zufälliger Wert im Bereich [0,1] (wechselt mit jedem Lesevorgang)" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: C/trigonometry.page:9(title) -msgid "Trigonometry" -msgstr "Trigonometrie" +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: C/trigonometry.page:11(p) +#: C/base.page:29(page/p) msgid "" -"Trigonometry can be performed using the sin, cos, and tan function." +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." msgstr "" -"Trigonometrische Berechnungen können mit den sin-, cos- und tan-Funktionen ausgeführt werden." - -#: C/trigonometry.page:15(p) -msgid "sin 45" -msgstr "sin 45" +"Im Programmiermodus gibt es Knöpfe für binär " +"(StrgB), oktal (StrgO) und hexadezimal (StrgH)." -#: C/trigonometry.page:19(p) +#: C/base.page:32(page/p) msgid "" -"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " -"when in scientific mode." +"To set the base that results are shown in change the result format." msgstr "" -"Um die Winkeleinheiten zu ändern, wählen Sie TaschenrechnerEinstellungen. Die Trigonometrie-Knöpfe sind im wissenschaftlichen Modus sichtbar." +"Um die Zahlenbasis der angezeigten Ergebnisse zu ändern, ändern Sie das Ergebnisformat." -#: C/trigonometry.page:23(p) +#: C/base.page:35(page/p) msgid "" -"Hyperbolic functions are available by adding \"h\" to the end of a function." +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." msgstr "" -"Hyperbolische Funktionen sind durch Anhängen von »h« an das Ende der Funktion " -"verfügbar." +"Um die Basis des aktuellen Ergebnisses zu ändern, verwenden Sie einen der " +"Zahlenbasis-Knöpfe oder StrgD, um die " +"Ergebnisse in dezimaler Form anzuzeigen." -#: C/trigonometry.page:27(p) -msgid "sinh 0.34" -msgstr "sinh 0.34" +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Boolesche Algebra" -#: C/trigonometry.page:31(p) -msgid "" -"Inverse functions are entered either using the inverse symbol ⁻¹ " -"(CtrlI) or the \"a\" form of the " -"function. The following two equations are equivalent." +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." msgstr "" -"Kehrwertfunktionen werden entweder mit dem Kehrwertsymbol ⁻¹ " -"(StrgI) oder der »a«-Form der Funktion " -"berechnet. Die folgenden zwei Gleichungen sind äquivalent." +"Berechnungen in der Booleschen Algebra sind mit den Operatoren UND, ODER oder " +"Exklusiv-ODER möglich." -#: C/trigonometry.page:36(p) -msgid "sin⁻¹ 0.5" -msgstr "sin⁻¹ 0.5" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ UND 110101₂" -#: C/trigonometry.page:39(p) -msgid "asin 0.5" -msgstr "asin 0.5" +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Knöpfe für diese Symbole sind im Programmiermodus " +"verfügbar." -#: C/trigonometry.page:43(p) +#: C/boolean.page:22(page/p) msgid "" -"To enter π with the keyboard use " -"CtrlP." +"The NOT function inverts the bits in a number. " +"The word size is set from the CalculatorPreferences menu." msgstr "" -"Um π mit der Tastatur einzugeben, verwenden " -"Sie StrgP." +"Die NICHT-Funktion kehrt die Bits in einer " +"Zahl um. Die Wortlänge wird im Menü TaschenrechnerEinstellungen eingestellt." -#. Place this at the end of the section -#: C/superscript.page:7(title) -msgid "_" -msgstr "_" +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NICHT 010011₂" -#: C/superscript.page:11(title) -msgid "Superscript and Subscript" -msgstr "Hochstellen und Tiefstellen" +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Komplexe Zahlen" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "Komplexe Zahlen werden vom Taschenrechner nicht unterstützt." -#: C/superscript.page:13(p) +#: C/conv-base.page:11(page/p) msgid "" -"Some equations may require numbers to be entered in superscript or subscript " -"form. e.g." +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." msgstr "" -"In einigen Gleichungen ist es erforderlich, Zahlen hochgestellt oder " -"tiefgestellt einzugeben, z.B." +"Um zwischen verschiedenen Zahlenbasen umzuschalten, geben Sie eine Zahl ein " +"(oder lösen Sie eine Gleichung) und ändern Sie das Ergebnisformat im Menü TaschenrechnerEinstellungen." -#: C/superscript.page:17(p) -msgid "x³+2x²−5" -msgstr "x³+2x²−5" +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Zeichenkodierung" -#: C/superscript.page:21(p) -#| msgid "" -#| "To enter superscript numbers with the mouse select the number mode using " -#| "the the ⎕ⁿ and ⎕n buttons. When one of these modes " -#| "is active clicking the number buttons will enter numbers in superscript or " -#| "subscript. To return to normal number mode click the active button." +#: C/conv-character.page:11(page/p) msgid "" -"To enter superscript numbers with the mouse select the number mode using the " -"the ↑n and ↓n buttons. When one of these modes is " -"active clicking the number buttons will enter numbers in superscript or " -"subscript. To return to normal number mode click the active button." +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." msgstr "" -"Um hochgestellte Zahlen mit der Maus einzugeben, wählen Sie den Zahlenmodus " -"mit den Knöpfen ↑n und ↓n aus. Wenn einer dieser Modi " -"aktiv ist, werden durch Anklicken der Ziffernknöpfe hochgestellte oder " -"tiefgestellte Zahlen eingegeben. Um zum normalen Modus zurückzukehren, " -"klicken Sie auf den aktiven Knopf." +"Im Programmiermodus öffnet der á-Knopf " +"einen Dialog zum Umwandeln von Zeichen in Zeichencodes." + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "Zeichen können nicht mit der Tastatur umgewandelt werden." -#: C/superscript.page:26(p) +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Währung" + +#: C/conv-currency.page:11(page/p) msgid "" -"To enter superscript numbers with the keyboard hold down Ctrl " -"while entering the number. Hold Alt for subscript." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"Um hochgestellte Zahlen mit der Tastatur einzugeben, halten Sie die " -"Strg-Taste gedrückt, während sie die Zahlen eingeben. Für " -"tiefgestellte Zahlen halten Sie stattdessen die Alt-Taste gedrückt." +"Um Währungen umzurechnen, wechseln Sie in den finanztechnischen Modus und benutzen Sie die Währungsbedienelemente." -#: C/superscript.page:30(p) +#: C/conv-currency.page:14(page/p) msgid "" -"The number mode returns to normal when entering the next non-number character " -"(e.g. +)." +"You can also convert currencies using the keyboard and the in " +"operator." msgstr "" -"Der Zahlenmodus kehrt zum normalen Zustand zurück, wenn Sie ein Zeichen " -"eingeben, das keine Zahl ist (beispielsweise +)" +"Sie können zur Umrechnung von Währungen auch den Operator in " +"verwenden." -#: C/scientific.page:9(title) -msgid "Scientific Notation" -msgstr "Wissenschaftliche Notation" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" -#: C/scientific.page:11(p) +#: C/conv-currency.page:23(note/p) msgid "" -"To enter numbers in scientific format use the ×10x button " -"(CtrlE). The number mode automatically changes to superscript. To enter 2×10¹⁰⁰, " -"start by entering the mantissa (2):" +"Currency information is approximate and should not be used for making " +"financial decisions." msgstr "" -"Um Zahlen im wissenschaftlichen Format einzugeben, verwenden Sie den " -"×10x-Knopf (StrgE). Der " -"Zahlenmodus wird automatisch in " -"»Tiefgestellt« geändert. Um 2×10¹⁰⁰ einzugeben, beginnen Sie mit der Eingabe " -"der Mantisse (2):" +"Währungsinformationen sind nur geschätzt und sollten nicht als Grundlage für " +"finanzielle Entscheidungen dienen." -#: C/scientific.page:17(p) -msgid "2" -msgstr "2" +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Länge/Fläche/Volumen" -#: C/scientific.page:21(p) +#: C/conv-length.page:11(page/p) msgid "" -"Then press the scientific notation button (or press CtrlE):" +"To convert between length, area and volume units use the in operator." msgstr "" -"Dann klicken Sie auf den Knopf der wissenschaftlichen Notation oder drücken " -"Sie StrgE:" +"Zur Umrechnung von Längen, Flächen und Volumina verwenden Sie den Operator " +"in." -#: C/scientific.page:25(p) -msgid "2×10" -msgstr "2×10" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 Meter in Zoll" -#: C/scientific.page:29(p) -msgid "Then enter the exponent (100):" -msgstr "Dann geben Sie den Exponenten ein (100):" +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: C/scientific.page:33(p) -msgid "2×10¹⁰⁰" -msgstr "2×10¹⁰⁰" +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint in mL" -#: C/scientific.page:37(p) -msgid "" -"To show results in scientific form change the result format." +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." msgstr "" -"Um die Ergebnisse in wissenschaftlicher Form anzuzeigen, ändern Sie das Ergebnisformat." +"Umrechnungen von Längen, Flächen oder Volumina müssen mit der Tastatur " +"ausgeführt werden." -#: C/power.page:9(title) -msgid "Powers and Roots" -msgstr "Potenzen und Wurzeln" +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Zeit" -#: C/power.page:11(p) -msgid "" -"Powers are entered by putting a superscript " -"number after the value." -msgstr "" -"Potenzen können eingegeben werden, indem Sie eine hochgestellte Zahl hinter den Wert setzen." +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Zur Umrechnung von Zeiten verwenden Sie den Operator in." -#: C/power.page:15(p) -msgid "5²" -msgstr "5²" +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 Jahre in Stunden" -#: C/power.page:19(p) -msgid "" -"The inverse of a number can be entered using the inverse symbol ⁻¹ " -"(CtrlI)." -msgstr "" -"Der Kehrwert einer Zahl wird mit dem Kehrwertsymbol ⁻¹ (StrgI) eingegeben." +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Umrechnungen von Zeiten müssen mit der Tastatur ausgeführt werden." -#: C/power.page:23(p) -msgid "3⁻¹" -msgstr "3⁻¹" +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Masse" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Zur Umrechnung von Massen verwenden Sie den Operator in." + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1kg in Pfund" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Umrechnungen von Massen müssen mit der Tastatur ausgeführt werden." + +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" -#: C/power.page:27(p) +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Grundlegende Gleichungen" + +#: C/equation.page:13(page/p) msgid "" -"Powers can also be calculated using the ^ symbol. This allows the power to be " -"an equation." +"Equations are entered in standard mathematical form. For example to add 7 and " +"2 enter the following:" msgstr "" -"Potenzen können auch mit dem ^-Symbol berechnet werden. Dadurch wird eine " -"Potenz zur Gleichung." +"Gleichungen werden in standardisierter mathematischer Form eingegeben. Um " +"beispielsweise 7 und 2 zu addieren, geben Sie Folgendes ein:" -#: C/power.page:32(p) -msgid "5^(6−2)" -msgstr "5^(6−2)" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: C/power.page:36(p) +#: C/equation.page:22(page/p) msgid "" -"If your keyboard does not have a ^ key you can use * " -"twice." +"To solve, press the = button with your mouse or the Enter key on your keyboard." msgstr "" -"Falls Ihre Tastatur nicht über eine ^-Taste verfügt, drücken Sie " -"stattdessen zweimal *." +"Um zu lösen, klicken Sie auf den =-Knopf oder drücken die " +"Eingabetaste." -#: C/power.page:39(p) +#: C/equation.page:25(page/p) msgid "" -"Square roots can be calculated using the symbol (CtrlR)." +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" -"Quadratwurzeln können mit dem Symbol (StrgR) berechnet werden." +"Berechnungen werden in mathematischer Reihenfolge ausgeführt. Multiplikation " +"und Division haben den Vorzug vor Addition und Subtraktion. Die folgende " +"Gleichung ergibt 1 (3×2 = 6, 7−6 = 1)." -#: C/power.page:43(p) -msgid "√2" -msgstr "√2" +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: C/power.page:47(p) +#: C/equation.page:34(page/p) msgid "" -"n-th roots can be calculated by putting a subscript number before the root sign." +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." msgstr "" -"Die n-te Wurzel wird berechnet, wenn Sie eine tiefgestellte Zahl vor das Wurzelzeichen setzen." - -#: C/power.page:51(p) -msgid "₃√2" -msgstr "₃√2" - -#: C/percentage.page:9(title) -msgid "Percentages" -msgstr "Prozentsätze" +"Verwenden Sie Klammern, um die Reihenfolge der Rechenschritte zu ändern. Die " +"folgende Gleichung ergibt 8 (7−3 = 4, 4×2 = 8)." -#: C/percentage.page:11(p) -msgid "Percentages are calculated using the % symbol." -msgstr "Prozentwerte können mit dem %-Symbol berechnet werden." +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: C/percentage.page:14(p) +#: C/equation.page:43(page/p) msgid "" -"When added or subtracted the percentage symbol resolves to one percent of the " -"value being added or subtracted from. The following equation calculates the " -"price of a $140 item with 15% tax (140 + (15÷100)×140)." +"To clear the display press the Clr button or Escape." msgstr "" -"Bei Addition oder Subtraktion wird das Prozentsymbol zu einem Hundertstel des " -"Werts aufgelöst, zu dem der Term addiert oder Subtrahiert wird. Die folgende " -"Gleichung berechnet den Preis eines Produktes im Wert von 140€ zuzüglich 15% " -"Steuern (140 + (15÷100)×140)." +"Um die Anzeige zu leeren, klicken sie auf Clr oder drücken die " +"Esc-Taste." -#: C/percentage.page:19(p) -msgid "140+15%" -msgstr "140+15%" +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Fakultäten" -#: C/percentage.page:23(p) +#: C/factorial.page:11(page/p) msgid "" -"In all other cases the percentage symbol resolves to a fraction out of 100. " -"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." msgstr "" -"In allen anderen Fällen wird das Prozentzeichen zu einer Division durch 100. " -"Die folgende Gleichung berechnet ein Viertel von 80 Äpfeln ((25÷100)×80)." +"Fakultäten werden mit dem Symbol »!« eingegeben. Um die Fakultät von 6 zu " +"berechnen, geben Sie Folgendes ein:" -#: C/percentage.page:28(p) -msgid "25%×80" -msgstr "25%×80" +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" -#: C/number-display.page:9(title) -msgid "Result Format" -msgstr "Format der Ergebnisse" +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Faktorisierung" -#: C/number-display.page:11(p) +#: C/factorize.page:11(page/p) msgid "" -"The format used to display results can be changed from the " -"CalculatorPreferences menu." +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming mode." msgstr "" -"Das Format der dargestellten Ergebnisse kann über das Menü " -"TaschenrechnerEinstellungen geändert " -"werden." +"Sie können die aktuell angezeigte Zahl faktorisieren, indem Sie auf den " +"fact-Knopf klicken. Dieser Knopf ist im Programmiermodus verfügbar." -#: C/number-display.page:16(p) -msgid "Decimal" -msgstr "Dezimal" +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Finanzfunktionen" -#: C/number-display.page:17(p) -msgid "Results are displayed as decimal numbers" -msgstr "Ergebnisse werden als Dezimalzahlen dargestellt" +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Im finanztechnischen Modus sind die folgenden Knöpfe verfügbar." -#: C/number-display.page:20(p) C/mouse.page:25(p) -msgid "Scientific" -msgstr "Wissenschaftlich" +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "KTrm" -#: C/number-display.page:21(p) +#: C/financial.page:16(td/p) msgid "" -"Results are displayed in scientific notation" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." msgstr "" -"Ergebnisse werden in wissenschaftlicher Notation angezeigt" +"Berechnet die Anzahl der Zinsperioden, die benötigt werden, um eine " +"Investition von dem aktuellen Wert auf einen Zielwert bei einem festen " +"Zinssatz pro Zinsperiode anwachsen zu lassen." -#: C/number-display.page:24(p) -msgid "Engineering" -msgstr "Ingenieurwissenschaftlich" +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "DDB" -#: C/number-display.page:25(p) +#: C/financial.page:20(td/p) msgid "" -"Results are displayed in scientific notation except the exponent is always a " -"multiple of three" -msgstr "" -"Die Ergebnisse werden in wissenschaftlicher Schreibweise ausgegeben. Der " -"Exponent ist immer ein Vielfaches von drei." - -#: C/number-display.page:28(p) -msgid "Binary" -msgstr "Binär" - -#: C/number-display.page:29(p) -msgid "Results are displayed as binary numbers" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." msgstr "" -"Ergebnisse werden als Binärzahlen angezeigt" +"Berechnet nach der geometrisch-degressiven Abschreibungsmethode den " +"zulässigen Abschreibungssatz eines Wirtschaftsguts für einen gegebenen " +"Zeitraum." -#: C/number-display.page:32(p) -msgid "Octal" -msgstr "Oktal" +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "ZW" -#: C/number-display.page:33(p) -msgid "Results are displayed as octal numbers" +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." msgstr "" -"Ergebnisse werden als Oktalzahlen angezeigt" - -#: C/number-display.page:36(p) -msgid "Hexadecimal" -msgstr "Hexadezimal" +"Berechnet den zukünftigen Wert (Zielwert) einer Investition bei regelmäßigen " +"Zahlungen und einem periodischen Zinssatz über die Anzahl der " +"Zahlungsperioden der Laufzeit." -#: C/number-display.page:37(p) -msgid "Results are displayed as hexadecimal numbers" -msgstr "" -"Ergebnisse werden als Hexadezimalzahlen " -"angezeigt" +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Bgs" -#: C/number-display.page:40(p) +#: C/financial.page:28(td/p) msgid "" -"The number of decimal places, if trailing zeroes and if thousands separators " -"are shown can also be configured." +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." msgstr "" -"Die Anzahl der Dezimalstellen bei angehängten Nullen und Tausender-" -"Trennzeichen können ebenfalls angepasst werden." +"Berechnet den Wiederverkaufspreis eine Produktes basierend auf den " +"Produktkosten und der gewünschten Bruttogewinnspanne." -#: C/mouse.page:9(title) -msgid "Using the Mouse" -msgstr "Verwendung der Maus" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Zhlg" -#: C/mouse.page:11(p) +#: C/financial.page:32(td/p) msgid "" -"All equations can be entered using the mouse. To access all buttons there are " -"a number of modes that can be selected from the View menu." +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." msgstr "" -"Alle Gleichungen können mit der Maus eingegeben werden. Um auf alle Knöpfe " -"zugreifen zu können, gibt es eine Reihe von Modi, die Sie im Menü " -"Ansicht auswählen können." +"Berechnet die Höhe der periodischen Abzahlungsrate für einen Kredit bei " +"Zahlungen am Ende jedes Zahlungszeitraums." -#: C/mouse.page:17(p) -msgid "Basic" -msgstr "Standard" +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "BW" -#: C/mouse.page:18(p) +#: C/financial.page:36(td/p) msgid "" -"Provides buttons suitable for basic equations" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." msgstr "" -"Stellt Knöpfe für grundlegende Berechnungen " -"bereit." - -#: C/mouse.page:21(p) -msgid "Advanced" -msgstr "Erweitert" +"Berechnet den Barwert (gegenwärtigen Wert) einer Investition bei regelmäßigen " +"Zahlungen und einem periodischen Zinssatz über die Anzahl der " +"Zahlungsperioden der Laufzeit." -#: C/mouse.page:22(p) -msgid "Provides buttons suitable for advanced mathematics" -msgstr "Stellt Knöpfe für höhere Mathematik bereit." +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Zins" -#: C/mouse.page:26(p) +#: C/financial.page:40(td/p) msgid "" -"Provides buttons suitable for trigonometry" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." msgstr "" -"Stellt Knöpfe für trigonometrische Berechnungen bereit." +"Berechnet den periodischen Zinssatz, der benötigt wird, um eine Investition " +"über die Anzahl der Perioden auf einen Zielwert anwachsen zu lassen. " -#: C/mouse.page:29(p) -msgid "Financial" -msgstr "Finanztechnisch" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "SLN" -#: C/mouse.page:30(p) +#: C/financial.page:44(td/p) msgid "" -"Provides buttons suitable for financial equations" +"Calculate the straight-line depreciation of an asset for one period. 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." msgstr "" -"Stellt Knöpfe für finanztechnische Berechnungen bereit." - -#: C/mouse.page:33(p) -msgid "Programming" -msgstr "Programmierung" - -#: C/mouse.page:34(p) -msgid "Provides buttons suitable for computer programmers" -msgstr "Stellt Knöpfe für Softwareentwickler bereit." - -#: C/modulus.page:9(title) -msgid "Modulus Division" -msgstr "Modulo-Division" - -#: C/modulus.page:11(p) -msgid "Modulus division is performed using the mod operator." -msgstr "Die Modulus-Division wird mit dem mod-Operator ausgeführt." - -#: C/modulus.page:15(p) -msgid "9 mod 5" -msgstr "9 mod 5" - -#: C/logarithm.page:9(title) -msgid "Logarithms" -msgstr "Logarithmen" - -#: C/logarithm.page:11(p) -msgid "" -"Logarithms can be calculated using the log function." -msgstr "" -"Logarithmen können mit Hilfe der log-Funktion " -"berechnet werden." - -#: C/logarithm.page:15(p) -msgid "log 100" -msgstr "log 100" - -#: C/logarithm.page:19(p) -msgid "" -"To calculate a logarithm in a different base use a subscript number after the function." -msgstr "" -"Um einen Logarithmus zu einer anderen Basis zu berechnen, verwenden Sie eine " -"tiefgestellte Zahl nach der Funktion." - -#: C/logarithm.page:23(p) -msgid "log₂ 32" -msgstr "log₂ 32" - -#: C/logarithm.page:27(p) -msgid "To calculate a natural logarithm use the ln function." -msgstr "" -"Zur Berechnung des natürlichen Logarithmus verwenden Sie die ln-Funktion." +"Berechnet die lineare Abschreibungsrate eines Wirtschaftsguts pro Periode. " +"Die Methode der linearen Abschreibung teilt die Gesamtabschreibung über einen " +"gewissen Zeitraum gleichmäßig auf jede einzelne Periode auf. Die sinnvolle " +"Lebenszeit des Abschreibungsobjekts ist die Anzahl der Perioden, " +"typischerweise Jahre, in denen das Wirtschaftsguts abgeschrieben wird. " -#: C/logarithm.page:31(p) -msgid "ln 1.32" -msgstr "ln 1.32" +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" -#: C/logarithm.page:35(p) +#: C/financial.page:48(td/p) msgid "" -"Euler's number can be entered by using the variable e." +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." msgstr "" -"Die Eulersche Zahl können Sie mit der Variable " -"e eingeben." - -#: C/logarithm.page:39(p) -msgid "e^1.32" -msgstr "e^1.32" - -#: C/keyboard.page:9(title) -msgid "Using the Keyboard" -msgstr "Verwendung der Tastatur" +"Berechnet den zulässigen Abschreibungssatz eines Wirtschaftsguts für einen " +"gegebenen Zeitraum nach der Sum-of-the-Years-Digits-Methode. Diese Methode " +"erhöht die Abschreibungsrate so, dass in zeitnahen Perioden mehr " +"Abschreibungskosten entstehen als in zeitferneren Perioden. Die sinnvolle " +"Lebenszeit des Abschreibungsobjekts ist die Anzahl der Perioden, " +"typischerweise Jahre, in denen das Wirtschaftsguts abgeschrieben wird. " -#: C/keyboard.page:11(p) -msgid "All mathematical equations can be entered using the keyboard." -msgstr "" -"Alle mathematischen Gleichungen können über die Tastatur eingegeben werden." +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Laufzeit" -#: C/keyboard.page:14(p) +#: C/financial.page:52(td/p) msgid "" -"The following key combinations can be used to enter keys that may not be " -"available on your keyboard." +"Calculate the number of payment periods that are necessary during the term of " +"an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" -"Die folgenden Tastenkombinationen können für Zeichen verwendet werden, die " -"möglicherweise nicht auf Ihrer Tastatur vorhanden sind:" - -#: C/keyboard.page:19(p) -msgid "×" -msgstr "×" - -#: C/keyboard.page:20(key) -msgid "*" -msgstr "*" - -#: C/keyboard.page:23(p) -msgid "÷" -msgstr "÷" - -#: C/keyboard.page:24(key) -msgid "/" -msgstr "/" - -#: C/keyboard.page:27(p) -msgid "^" -msgstr "^" - -#: C/keyboard.page:28(p) -msgid "* twice" -msgstr "* zweimal" - -#: C/keyboard.page:31(p) -msgid "√" -msgstr "√" - -#: C/keyboard.page:32(key) C/keyboard.page:36(key) -msgid "Ctrl" -msgstr "Strg" - -#: C/keyboard.page:32(key) -msgid "R" -msgstr "R" - -#: C/keyboard.page:36(key) -msgid "P" -msgstr "P" +"Berechnet die Anzahl der Zahlungsperioden, die bei einer normalen Annuität " +"und einem periodischen Zinssatz benötigt werden, um einen zukünftigen " +"Zielwert zu erreichen." -#: C/keyboard.page:39(p) -msgid "" -"To enter superscript numbers use " -"Ctrlnumber, for subscript use Altnumber." +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." msgstr "" -"Für hochgestellte Zahlen verwenden Sie " -"StrgZahl, für tiefgestellte Zahlen " -"AltZahl." - -#: C/index.page:7(name) -msgid "Robert Ancell" -msgstr "Robert Ancell" - -#: C/index.page:8(email) -msgid "robert.ancell@gmail.com" -msgstr "robert.ancell@gmail.com" - -#: C/index.page:13(title) -msgid "mate-calc Help" -msgstr "Hilfe zum Taschenrechner" - -#: C/index.page:16(title) -msgid "User Interface" -msgstr "Benutzerschnittstelle" - -#: C/index.page:20(title) -msgid "Equations" -msgstr "Gleichungen" - -#: C/index.page:24(title) -msgid "Numbers" -msgstr "Zahlen" - -#: C/index.page:28(title) -msgid "Conversions" -msgstr "Umrechnungen" - -#: C/index.page:32(title) -msgid "Financial Calculations" -msgstr "Finanztechnische Berechnungen" +"Finanztechnische Funktionen können nicht mit Hilfe der Tastatur eingegeben " +"werden." -#: C/functions.page:9(title) +#: C/functions.page:9(page/title) msgid "Functions" msgstr "Funktionen" -#: C/functions.page:11(p) +#: C/functions.page:11(page/p) msgid "" "Functions can be used by inserting the name of the function followed by the " "function argument. If the argument is not a number or Variable sein, dann setzen Sie das Argument in " "Klammern." -#: C/functions.page:16(p) +#: C/functions.page:16(example/p) msgid "sin 30" msgstr "sin 30" -#: C/functions.page:19(p) +#: C/functions.page:19(example/p) msgid "abs (5−9)" msgstr "abs (5−9)" -#: C/functions.page:23(p) +#: C/functions.page:23(page/p) msgid "The following functions are defined." msgstr "Die folgende Funktionen sind definiert." -#: C/functions.page:28(p) +#: C/functions.page:28(td/p) msgid "abs" msgstr "abs" -#: C/functions.page:29(link) -msgid "Absolute Value" -msgstr "Absolutwert" +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Absoluter Wert" -#: C/functions.page:32(p) +#: C/functions.page:32(td/p) msgid "cos" msgstr "cos" -#: C/functions.page:33(link) -msgid "Cosine" -msgstr "Kosinus" +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Kosinus" -#: C/functions.page:36(p) +#: C/functions.page:36(td/p) msgid "cosh" msgstr "cosh" -#: C/functions.page:37(link) -msgid "Hyperbolic Cosine" -msgstr "Hyperbolischer Cosinus" +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Hyperbelkosinus" -#: C/functions.page:40(p) +#: C/functions.page:40(td/p) msgid "frac" msgstr "Gebr" -#: C/functions.page:41(p) +#: C/functions.page:41(td/p) msgid "Fractional Component" msgstr "Gebrochene Komponente" -#: C/functions.page:44(p) +#: C/functions.page:44(td/p) msgid "int" msgstr "Ganz" -#: C/functions.page:45(p) +#: C/functions.page:45(td/p) msgid "Integer Component" msgstr "Ganzzahl-Komponente" -#: C/functions.page:48(p) +#: C/functions.page:48(td/p) msgid "ln" msgstr "ln" -#: C/functions.page:49(link) -msgid "Natural Logarithm" -msgstr "Natürlicher Logarithmus" +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Natürlicher Logarithmus" -#: C/functions.page:52(p) +#: C/functions.page:52(td/p) msgid "log" msgstr "log" -#: C/functions.page:53(link) -msgid "Logarithm" -msgstr "Logarithmus" +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logarithmus" -#: C/functions.page:56(p) +#: C/functions.page:56(td/p) msgid "not" msgstr "NOT" -#: C/functions.page:57(link) -msgid "Boolean NOT" -msgstr "Boolesches NICHT" +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "Boolesches NICHT" -#: C/functions.page:60(p) +#: C/functions.page:60(td/p) msgid "ones" msgstr "Einer" -#: C/functions.page:61(p) +#: C/functions.page:61(td/p) msgid "Ones complement" msgstr "Einerkomplement" -#: C/functions.page:64(p) +#: C/functions.page:64(td/p) msgid "sin" msgstr "sin" -#: C/functions.page:65(link) -msgid "Sine" -msgstr "Sinus" +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Sinus" -#: C/functions.page:68(p) +#: C/functions.page:68(td/p) msgid "sinh" msgstr "sinh" -#: C/functions.page:69(link) -msgid "Hyperbolic Sine" -msgstr "Hyperbolischer Sinus" +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Hyperbelsinus" -#: C/functions.page:72(p) +#: C/functions.page:72(td/p) msgid "sqrt" msgstr "sqrt" -#: C/functions.page:73(link) -msgid "Square Root" -msgstr "Quadratwurzel" +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Quadratwurzel" -#: C/functions.page:76(p) +#: C/functions.page:76(td/p) msgid "tan" msgstr "tan" -#: C/functions.page:77(link) -msgid "Tangent" -msgstr "Tangens" +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangens" -#: C/functions.page:80(p) +#: C/functions.page:80(td/p) msgid "tanh" msgstr "tanh" -#: C/functions.page:81(link) -msgid "Hyperbolic Tangent" -msgstr "Hyperbolischer Tangens" +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Hyperbeltangens" -#: C/functions.page:84(p) +#: C/functions.page:84(td/p) msgid "twos" msgstr "Zweier" -#: C/functions.page:85(p) +#: C/functions.page:85(td/p) msgid "Twos complement" msgstr "Zweierkomplement" -#: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." msgstr "" "Der Taschenrechner unterstützt keine benutzerdefinierten " "Funktionen." -#: C/financial.page:9(title) -msgid "Financial Functions" -msgstr "Finanzfunktionen" +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Verwendung der Tastatur" -#: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." msgstr "" -"Im finanztechnischen Modus sind die " -"folgenden Knöpfe verfügbar." - -#: C/financial.page:15(p) -msgid "Ctrm" -msgstr "KTrm" +"Alle mathematischen Gleichungen können über die Tastatur eingegeben werden." -#: C/financial.page:16(p) +#: C/keyboard.page:14(page/p) msgid "" -"Calculate the number of compounding periods necessary to increase an " -"investment of present value to a future value, at a fixed interest rate per " -"compounding period." +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." msgstr "" -"Berechnet die Anzahl der Zinsperioden, die benötigt werden, um eine " -"Investition von dem aktuellen Wert auf einen Zielwert bei einem festen " -"Zinssatz pro Zinsperiode anwachsen zu lassen." +"Die folgenden Tastenkombinationen können für Zeichen verwendet werden, die " +"möglicherweise nicht auf Ihrer Tastatur vorhanden sind:" -#: C/financial.page:19(p) -msgid "Ddb" -msgstr "DDB" +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" -#: C/financial.page:20(p) -msgid "" -"Calculate the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "" -"Berechnet nach der geometrisch-degressiven Abschreibungsmethode den " -"zulässigen Abschreibungssatz eines Wirtschaftsguts für einen gegebenen " -"Zeitraum." +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" -#: C/financial.page:23(p) -msgid "Fv" -msgstr "ZW" +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" + +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" -#: C/financial.page:24(p) +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" + +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* zweimal" + +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" + +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "StrgR" + +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "StrgP" + +#: C/keyboard.page:39(page/p) msgid "" -"Calculate the future value of an investment based on a series of equal " -"payments at a periodic interest rate over the number of payment periods in " -"the term." +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." msgstr "" -"Berechnet den zukünftigen Wert (Zielwert) einer Investition bei regelmäßigen " -"Zahlungen und einem periodischen Zinssatz über die Anzahl der " -"Zahlungsperioden der Laufzeit." +"Für hochgestellte Zahlen verwenden Sie " +"StrgZahl, für tiefgestellte Zahlen " +"AltZahl." -#: C/financial.page:27(p) -msgid "Gpm" -msgstr "Bgs" +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "Creative Commons Attribution-Share Alike 3.0 Unported License" -#: C/financial.page:28(p) +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Dieses Werk wird unter einer <_:link-1/> verbreitet." + +#: C/legal.xml:6(license/p) msgid "" -"Calculate the resale price of a product, based on the product cost and the " -"wanted gross profit margin." +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." msgstr "" -"Berechnet den Wiederverkaufspreis eine Produktes basierend auf den " -"Produktkosten und der gewünschten Bruttogewinnspanne." +"Als besondere Ausnahme erteilen Ihnen die Urheberrechtsinhaber die " +"Genehmigung, den in diesem Dokument enthaltenen Beispielcode ohne " +"Einschränkung unter den Bedingungen Ihrer Wahl zu verbreiten." -#: C/financial.page:31(p) -msgid "Pmt" -msgstr "Zhlg" +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logarithmen" -#: C/financial.page:32(p) +#: C/logarithm.page:11(page/p) msgid "" -"Calculate the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." +"Logarithms can be calculated using the log function." msgstr "" -"Berechnet die Höhe der periodischen Abzahlungsrate für einen Kredit bei " -"Zahlungen am Ende jedes Zahlungszeitraums." +"Logarithmen können mit Hilfe der log-Funktion " +"berechnet werden." -#: C/financial.page:35(p) -msgid "Pv" -msgstr "BW" +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" -#: C/financial.page:36(p) +#: C/logarithm.page:19(page/p) msgid "" -"Calculate the present value of an investment based on a series of equal " -"payments discounted at a periodic interest rate over the number of payment " -"periods in the term." +"To calculate a logarithm in a different base use a subscript number after the function." msgstr "" -"Berechnet den Barwert (gegenwärtigen Wert) einer Investition bei regelmäßigen " -"Zahlungen und einem periodischen Zinssatz über die Anzahl der " -"Zahlungsperioden der Laufzeit." +"Um einen Logarithmus zu einer anderen Basis zu berechnen, verwenden Sie eine " +"tiefgestellte Zahl nach der Funktion." -#: C/financial.page:39(p) -msgid "Rate" -msgstr "Zins" +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" -#: C/financial.page:40(p) -msgid "" -"Calculate the periodic interest necessary to increase an investment to a " -"future value, over the number of compounding periods." +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." msgstr "" -"Berechnet den periodischen Zinssatz, der benötigt wird, um eine Investition " -"über die Anzahl der Perioden auf einen Zielwert anwachsen zu lassen. " +"Zur Berechnung des natürlichen Logarithmus verwenden Sie die ln-Funktion." -#: C/financial.page:43(p) -msgid "Sln" -msgstr "SLN" +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" -#: C/financial.page:44(p) +#: C/logarithm.page:35(page/p) msgid "" -"Calculate the straight-line depreciation of an asset for one period. 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." +"Euler's number can be entered by using the variable e." msgstr "" -"Berechnet die lineare Abschreibungsrate eines Wirtschaftsguts pro Periode. " -"Die Methode der linearen Abschreibung teilt die Gesamtabschreibung über einen " -"gewissen Zeitraum gleichmäßig auf jede einzelne Periode auf. Die sinnvolle " -"Lebenszeit des Abschreibungsobjekts ist die Anzahl der Perioden, " -"typischerweise Jahre, in denen das Wirtschaftsguts abgeschrieben wird. " +"Die Eulersche Zahl können Sie mit der Variable " +"e eingeben." -#: C/financial.page:47(p) -msgid "Syd" -msgstr "Syd" +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" -#: C/financial.page:48(p) -msgid "" -"Calculate 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. The useful life is the number " -"of periods, typically years, over which an asset is depreciated." -msgstr "" -"Berechnet den zulässigen Abschreibungssatz eines Wirtschaftsguts für einen " -"gegebenen Zeitraum nach der Sum-of-the-Years-Digits-Methode. Diese Methode " -"erhöht die Abschreibungsrate so, dass in zeitnahen Perioden mehr " -"Abschreibungskosten entstehen als in zeitferneren Perioden. Die sinnvolle " -"Lebenszeit des Abschreibungsobjekts ist die Anzahl der Perioden, " -"typischerweise Jahre, in denen das Wirtschaftsguts abgeschrieben wird. " +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Modulo-Division" -#: C/financial.page:51(p) -msgid "Term" -msgstr "Laufzeit" +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "Die Modulus-Division wird mit dem mod-Operator ausgeführt." + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Verwendung der Maus" -#: C/financial.page:52(p) +#: C/mouse.page:11(page/p) msgid "" -"Calculate the number of payment periods that are necessary during the term of " -"an ordinary annuity, to accumulate a future value, at a periodic interest " -"rate." +"All equations can be entered using the mouse. To access all buttons there are " +"a number of modes that can be selected from the Mode menu." msgstr "" -"Berechnet die Anzahl der Zahlungsperioden, die bei einer normalen Annuität " -"und einem periodischen Zinssatz benötigt werden, um einen zukünftigen " -"Zielwert zu erreichen." +"Alle Gleichungen können mit der Maus eingegeben werden. Um auf alle Knöpfe " +"zugreifen zu können, gibt es eine Reihe von Modi, die Sie im Menü Modus auswählen können." -#: C/financial.page:56(p) -msgid "Financial functions cannot be performed using the keyboard." +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Standard" + +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" msgstr "" -"Finanztechnische Funktionen können nicht mit Hilfe der Tastatur eingegeben " -"werden." +"Stellt Knöpfe für grundlegende Berechnungen " +"bereit." -#: C/factorize.page:9(title) -msgid "Factorization" -msgstr "Faktorisierung" +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Erweitert" -#: C/factorize.page:11(p) +#: C/mouse.page:22(td/p) msgid "" -"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming mode." +"Provides buttons suitable for advanced mathematics such as " msgstr "" -"Sie können die aktuell angezeigte Zahl faktorisieren, indem Sie auf den " -"fact-Knopf klicken. Dieser Knopf ist im Programmiermodus verfügbar." +"Stellt Knöpfe für höhere Mathematik wie beispielsweise bereit." -#: C/factorial.page:9(title) -msgid "Factorials" -msgstr "Fakultäten" +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Finanztechnisch" -#: C/factorial.page:11(p) +#: C/mouse.page:26(td/p) msgid "" -"Factorials are entered using the ! symbol. To calculate the factorial of 6 " -"enter the following." +"Provides buttons suitable for financial equations" msgstr "" -"Fakultäten werden mit dem Symbol »!« eingegeben. Um die Fakultät von 6 zu " -"berechnen, geben Sie Folgendes ein:" +"Stellt Knöpfe für finanztechnische Berechnungen bereit." -#: C/factorial.page:16(p) -msgid "6!" -msgstr "6!" +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Programmierung" -#. Place this at the start of the section -#: C/equation.page:7(title) -msgid "0" -msgstr "0" +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Stellt Knöpfe für Softwareentwickler bereit." -#: C/equation.page:11(title) -msgid "Basic Equations" -msgstr "Grundlegende Gleichungen" +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Format der Ergebnisse" -#: C/equation.page:13(p) +#: C/number-display.page:11(page/p) msgid "" -"Equations are entered in standard mathematical form. For example to add 7 and " -"2 enter the following:" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" -"Gleichungen werden in standardisierter mathematischer Form eingegeben. Um " -"beispielsweise 7 und 2 zu addieren, geben Sie Folgendes ein:" +"Das Format der dargestellten Ergebnisse kann über das Menü " +"TaschenrechnerEinstellungen geändert " +"werden." -#: C/equation.page:18(p) -msgid "7+2" -msgstr "7+2" +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Dezimal" -#: C/equation.page:22(p) -msgid "" -"To solve, press the = button with your mouse or the Enter key on your keyboard." -msgstr "" -"Um zu lösen, klicken Sie auf den =-Knopf oder drücken die " -"Eingabetaste." +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Ergebnisse werden als Dezimalzahlen dargestellt" + +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Wissenschaftlich" -#: C/equation.page:25(p) +#: C/number-display.page:21(td/p) msgid "" -"Calculations are performed in mathematical order - multiplication and " -"division are performed before addition and subtraction. The following " -"equation solves to 1 (3×2 = 6, 7−6 = 1)." +"Results are displayed in scientific notation" msgstr "" -"Berechnungen werden in mathematischer Reihenfolge ausgeführt. Multiplikation " -"und Division haben den Vorzug vor Addition und Subtraktion. Die folgende " -"Gleichung ergibt 1 (3×2 = 6, 7−6 = 1)." +"Ergebnisse werden in wissenschaftlicher Notation angezeigt" -#: C/equation.page:30(p) -msgid "7−3×2" -msgstr "7−3×2" +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Ingenieurwissenschaftlich" -#: C/equation.page:34(p) +#: C/number-display.page:25(td/p) msgid "" -"To change the order of calculation use parenthesis. The following equation " -"solves to 8 (7−3 = 4, 4×2 = 8)." +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" msgstr "" -"Verwenden Sie Klammern, um die Reihenfolge der Rechenschritte zu ändern. Die " -"folgende Gleichung ergibt 8 (7−3 = 4, 4×2 = 8)." +"Die Ergebnisse werden in wissenschaftlicher Schreibweise ausgegeben. Der " +"Exponent ist immer ein Vielfaches von drei." -#: C/equation.page:39(p) -msgid "(7−3)×2" -msgstr "(7−3)×2" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binär" -#: C/equation.page:43(p) -msgid "" -"To clear the display press the Clr button or Escape." +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" msgstr "" -"Um die Anzeige zu leeren, klicken sie auf Clr oder drücken die " -"Esc-Taste." +"Ergebnisse werden als Binärzahlen angezeigt" -#: C/conv-weight.page:9(title) -msgid "Mass" -msgstr "Masse" +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Oktal" -#: C/conv-weight.page:11(p) -msgid "To convert between mass use the in operator." -msgstr "Zur Umrechnung von Massen verwenden Sie den Operator in." +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "" +"Ergebnisse werden als Oktalzahlen angezeigt" -#: C/conv-weight.page:15(p) -msgid "1kg in pounds" -msgstr "1kg in Pfund" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Hexadezimal" -#: C/conv-weight.page:20(p) -msgid "Mass conversions must be performed using the keyboard." -msgstr "Umrechnungen von Massen müssen mit der Tastatur ausgeführt werden." +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" +"Ergebnisse werden als Hexadezimalzahlen " +"angezeigt" -#: C/conv-time.page:9(title) -msgid "Time" -msgstr "Zeit" +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" +"Die Anzahl der Dezimalstellen bei angehängten Nullen und Tausender-" +"Trennzeichen können ebenfalls angepasst werden." -#: C/conv-time.page:11(p) -msgid "To convert between time use the in operator." -msgstr "Zur Umrechnung von Zeiten verwenden Sie den Operator in." +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Prozentsätze" -#: C/conv-time.page:15(p) -msgid "3 years in hours" -msgstr "3 Jahre in Stunden" +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Prozentwerte können mit dem %-Symbol berechnet werden." -#: C/conv-time.page:20(p) -msgid "Time conversions must be performed using the keyboard." -msgstr "Umrechnungen von Zeiten müssen mit der Tastatur ausgeführt werden." +#: C/percentage.page:14(page/p) +msgid "" +"When added or subtracted the percentage symbol resolves to one percent of the " +"value being added or subtracted from. The following equation calculates the " +"price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "" +"Bei Addition oder Subtraktion wird das Prozentsymbol zu einem Hundertstel des " +"Werts aufgelöst, zu dem der Term addiert oder Subtrahiert wird. Die folgende " +"Gleichung berechnet den Preis eines Produktes im Wert von 140€ zuzüglich 15% " +"Steuern (140 + (15÷100)×140)." -#: C/conv-length.page:9(title) -msgid "Length/Area/Volume" -msgstr "Länge/Fläche/Volumen" +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" -#: C/conv-length.page:11(p) +#: C/percentage.page:23(page/p) msgid "" -"To convert between length, area and volume units use the in operator." +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." msgstr "" -"Zur Umrechnung von Längen, Flächen und Volumina verwenden Sie den Operator " -"in." - -#: C/conv-length.page:15(p) -msgid "6 meters in inches" -msgstr "6 Meter in Zoll" +"In allen anderen Fällen wird das Prozentzeichen zu einer Division durch 100. " +"Die folgende Gleichung berechnet ein Viertel von 80 Äpfeln ((25÷100)×80)." -#: C/conv-length.page:18(p) -msgid "1 acre in cm²" -msgstr "1 acre in cm²" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#: C/conv-length.page:21(p) -msgid "1 pint in mL" -msgstr "1 pint in mL" +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Potenzen und Wurzeln" -#: C/conv-length.page:26(p) -msgid "Length/Area/Volume conversions must be performed using the keyboard." +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." msgstr "" -"Umrechnungen von Längen, Flächen oder Volumina müssen mit der Tastatur " -"ausgeführt werden." +"Potenzen können eingegeben werden, indem Sie eine hochgestellte Zahl hinter den Wert setzen." -#: C/conv-currency.page:9(title) -msgid "Currency" -msgstr "Währung" +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" -#: C/conv-currency.page:11(p) +#: C/power.page:19(page/p) msgid "" -"To convert currencies press the ¤$€ button in financial mode." +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"Um Währungen umzurechnen, klicken Sie auf den ¤$€-Knopf im finanztechnischen Modus." +"Der Kehrwert einer Zahl wird mit dem Kehrwertsymbol ⁻¹ (StrgI) eingegeben." + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: C/conv-currency.page:14(p) +#: C/power.page:27(page/p) msgid "" -"You can also convert currencies using the keyboard and the in " -"operator." +"Powers can also be calculated using the ^ symbol. This allows the power to be " +"an equation." msgstr "" -"Sie können zur Umrechnung von Währungen auch den Operator in " -"verwenden." +"Potenzen können auch mit dem ^-Symbol berechnet werden. Dadurch wird eine " +"Potenz zur Gleichung." -#: C/conv-currency.page:18(p) -msgid "13.65 USD in GBP" -msgstr "13.65 USD in GBP" +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: C/conv-currency.page:23(p) +#: C/power.page:36(page/p) msgid "" -"Currency information is approximate and should not be used for making " -"financial decisions." +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -"Währungsinformationen sind nur geschätzt und sollten nicht als Grundlage für " -"finanzielle Entscheidungen dienen." +"Falls Ihre Tastatur nicht über eine ^-Taste verfügt, drücken Sie " +"stattdessen zweimal *." -#: C/conv-character.page:9(title) -msgid "Character Codes" -msgstr "Zeichenkodierung" - -#: C/conv-character.page:11(p) +#: C/power.page:39(page/p) msgid "" -"When in programming mode the á button " -"opens a dialog to convert characters to character codes." +"Square roots can be calculated using the symbol (CtrlR)." msgstr "" -"Im Programmiermodus öffnet der á-Knopf " -"einen Dialog zum Umwandeln von Zeichen in Zeichencodes." - -#: C/conv-character.page:15(p) -msgid "Characters cannot be converted using the keyboard." -msgstr "Zeichen können nicht mit der Tastatur umgewandelt werden." +"Quadratwurzeln können mit dem Symbol (StrgR) berechnet werden." -#: C/conv-base.page:9(title) C/base.page:9(title) -msgid "Number Bases" -msgstr "Zahlenbasen" +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" -#: C/conv-base.page:11(p) +#: C/power.page:47(page/p) msgid "" -"To convert between number bases enter a number (or solve an equation) and " -"change the result format from the " -"CalculatorPreferences menu." +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -"Um zwischen verschiedenen Zahlenbasen umzuschalten, geben Sie eine Zahl ein " -"(oder lösen Sie eine Gleichung) und ändern Sie das Ergebnisformat im Menü TaschenrechnerEinstellungen." - -#: C/complex.page:9(title) -msgid "Complex Numbers" -msgstr "Komplexe Zahlen" +"Die n-te Wurzel wird berechnet, wenn Sie eine tiefgestellte Zahl vor das Wurzelzeichen setzen." -#: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." -msgstr "Komplexe Zahlen werden vom Taschenrechner nicht unterstützt." +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" -#: C/boolean.page:9(title) -msgid "Boolean Algebra" -msgstr "Boolesche Algebra" +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Wissenschaftliche Notation" -#: C/boolean.page:11(p) -msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +#: C/scientific.page:11(page/p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter 2×10¹⁰⁰, " +"start by entering the mantissa (2):" msgstr "" -"Berechnungen in der Booleschen Algebra sind mit den Operatoren UND, ODER oder " -"Exklusiv-ODER möglich." +"Um Zahlen im wissenschaftlichen Format einzugeben, verwenden Sie den " +"×10x-Knopf (StrgE). Der " +"Zahlenmodus wird automatisch in " +"»Tiefgestellt« geändert. Um 2×10¹⁰⁰ einzugeben, beginnen Sie mit der Eingabe " +"der Mantisse (2):" -#: C/boolean.page:15(p) -msgid "010011₂ AND 110101₂" -msgstr "010011₂ UND 110101₂" +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#: C/boolean.page:19(p) +#: C/scientific.page:21(page/p) msgid "" -"Buttons for these symbols are available in programming " -"mode." +"Then press the scientific notation button (or press CtrlE):" msgstr "" -"Knöpfe für diese Symbole sind im Programmiermodus " -"verfügbar." +"Dann klicken Sie auf den Knopf der wissenschaftlichen Notation oder drücken " +"Sie StrgE:" -#: C/boolean.page:22(p) -msgid "" -"The NOT function inverts the bits in a number. " -"The word size is set from the CalculatorPreferences menu." -msgstr "" -"Die NICHT-Funktion kehrt die Bits in einer " -"Zahl um. Die Wortlänge wird im Menü TaschenrechnerEinstellungen eingestellt." +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" -#: C/boolean.page:27(p) -msgid "NOT 010011₂" -msgstr "NICHT 010011₂" +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Dann geben Sie den Exponenten ein (100):" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" -#: C/base.page:11(p) +#: C/scientific.page:37(page/p) msgid "" -"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +"To show results in scientific form change the result format." msgstr "" -"Um Zahlen in einer bestimmten Zahlenbasis einzugeben, verwenden Sie tiefgestellte Zahlen. Die folgenden Zahlen sind " -"äquivalent." +"Um die Ergebnisse in wissenschaftlicher Form anzuzeigen, ändern Sie das Ergebnisformat." -#: C/base.page:16(p) -msgid "1001011₂" -msgstr "10011001" +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" -#: C/base.page:19(p) -msgid "113₈" -msgstr "113₈" +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Hochstellen und Tiefstellen" -#: C/base.page:22(p) -msgid "75" -msgstr "75" +#: C/superscript.page:13(page/p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "" +"In einigen Gleichungen ist es erforderlich, Zahlen hochgestellt oder " +"tiefgestellt einzugeben, z.B." -#: C/base.page:25(p) -msgid "4B₁₆" -msgstr "4B₁₆" +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: C/base.page:29(p) +#: C/superscript.page:21(page/p) msgid "" -"When in programming mode there are buttons for " -"binary (CtrlB), octal " -"(CtrlO) and hexadecimal " -"(CtrlH)." +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." msgstr "" -"Im Programmiermodus gibt es Knöpfe für binär " -"(StrgB), oktal (StrgO) und hexadezimal (StrgH)." +"Um hochgestellte Zahlen mit der Maus einzugeben, wählen Sie den Zahlenmodus " +"mit den Knöpfen ↑n und ↓n aus. Wenn einer dieser Modi " +"aktiv ist, werden durch Anklicken der Ziffernknöpfe hochgestellte oder " +"tiefgestellte Zahlen eingegeben. Um zum normalen Modus zurückzukehren, " +"klicken Sie auf den aktiven Knopf." -#: C/base.page:32(p) +#: C/superscript.page:26(page/p) msgid "" -"To set the base that results are shown in change the result format." +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." msgstr "" -"Um die Zahlenbasis der angezeigten Ergebnisse zu ändern, ändern Sie das Ergebnisformat." +"Um hochgestellte Zahlen mit der Tastatur einzugeben, halten Sie die " +"Strg-Taste gedrückt, während sie die Zahlen eingeben. Für " +"tiefgestellte Zahlen halten Sie stattdessen die Alt-Taste gedrückt." -#: C/base.page:35(p) +#: C/superscript.page:30(page/p) msgid "" -"To change the base of the current result use a base button or " -"CtrlD to show in decimal form." +"The number mode returns to normal when entering the next non-number character " +"(e.g. +)." msgstr "" -"Um die Basis des aktuellen Ergebnisses zu ändern, verwenden Sie einen der " -"Zahlenbasis-Knöpfe oder StrgD, um die " -"Ergebnisse in dezimaler Form anzuzeigen." +"Der Zahlenmodus kehrt zum normalen Zustand zurück, wenn Sie ein Zeichen " +"eingeben, das keine Zahl ist (beispielsweise +)" -#: C/absolute.page:9(title) -msgid "Absolute Values" -msgstr "Absolutwerte" +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometrie" -#: C/absolute.page:11(p) +#: C/trigonometry.page:11(page/p) msgid "" -"Absolute values are calculated using the | symbol or abs function." +"Trigonometry can be performed using the sin, cos, and tan function." msgstr "" -"Absolutwerte werden mit dem |-Symbol oder der abs-Funktion berechnet." - -#: C/absolute.page:15(p) -msgid "|−1|" -msgstr "|−1|" +"Trigonometrische Berechnungen können mit den sin-, cos- und tan-Funktionen ausgeführt werden." -#: C/absolute.page:18(p) -msgid "abs (−1)" -msgstr "abs (−1)" +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/index.page:0(None) -msgid "translator-credits" +#: C/trigonometry.page:19(page/p) +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in Advanced mode." msgstr "" -"Jan Arne Petersen , 2007\n" -"Christian Kirbach , 2008, 2009, 2010\n" -"Mario Blättermann , 2010" +"Um die Winkeleinheiten zu ändern, wählen Sie TaschenrechnerEinstellungen. Die Trigonometrie-Knöpfe sind im wissenschaftlichen Modus sichtbar." -#~ msgid "" -#~ "@@image: 'figures/mate-calc_basic_window.png'; " -#~ "md5=266c80591f59cde9e20068c49a908738" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_basic_window.png'; " -#~ "md5=266c80591f59cde9e20068c49a908738" +#: C/trigonometry.page:23(page/p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "" +"Hyperbolische Funktionen sind durch Anhängen von »h« an das Ende der Funktion " +"verfügbar." -#~ msgid "" -#~ "@@image: 'figures/mate-calc_menu_symbol.png'; " -#~ "md5=a42cef5d65cd53266cf369c9b7e426ff" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_menu_symbol.png'; " -#~ "md5=a42cef5d65cd53266cf369c9b7e426ff" +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" -#~ msgid "" -#~ "@@image: 'figures/mate-calc_advanced_window.png'; " -#~ "md5=214a8331330ef77730e2dd857eb3df20" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_advanced_window.png'; " -#~ "md5=214a8331330ef77730e2dd857eb3df20" +#: C/trigonometry.page:31(page/p) +msgid "" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." +msgstr "" +"Kehrwertfunktionen werden entweder mit dem Kehrwertsymbol ⁻¹ " +"(StrgI) oder der »a«-Form der Funktion " +"berechnet. Die folgenden zwei Gleichungen sind äquivalent." -#~ msgid "" -#~ "@@image: 'figures/mate-calc_financial_window.png'; " -#~ "md5=ab4c5866909a9e2e8f6e67aa950a1911" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_financial_window.png'; " -#~ "md5=ab4c5866909a9e2e8f6e67aa950a1911" +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" -#~ msgid "" -#~ "@@image: 'figures/mate-calc_scientific_window.png'; " -#~ "md5=4133fbe04054112a4958c836be98da0b" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_scientific_window.png'; " -#~ "md5=4133fbe04054112a4958c836be98da0b" +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" -#~ msgid "" -#~ "@@image: 'figures/mate-calc_programming_window.png'; " -#~ "md5=4eabc86c0b078da069c585a9dd467dea" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_programming_window.png'; " -#~ "md5=4eabc86c0b078da069c585a9dd467dea" +#: C/trigonometry.page:43(page/p) +msgid "" +"To enter π with the keyboard use " +"CtrlP." +msgstr "" +"Um π mit der Tastatur einzugeben, verwenden " +"Sie StrgP." -#~ msgid "mate-calc Manual" -#~ msgstr "Taschenrechner-Handbuch" +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Variablen" -#~ msgid "" -#~ "mate-calc is a calculator for MATE. It includes basic, advanced, " -#~ "financial, and scientific modes and uses a multiple precision package to " -#~ "do its arithmetic to give a high degree of accuracy." -#~ msgstr "" -#~ "mate-calc ist ein Taschenrechner für MATE. Er " -#~ "bietet die Arbeitsmodi Standard, Erweitert, Finanztechnisch und " -#~ "Wissenschaftlich, und verwendet mehrfache Genauigkeit bei den " -#~ "arithmetischen Berechnungen zur Erlangung einer hohen Genauigkeit." +#: C/variables.page:11(page/p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced mode. A variable name must only contain upper or lower characters." +msgstr "" +"Um einen Wert einer Variable zuzuweisen, verwenden Sie das Symbol »=« oder " +"wählen die zuzuweisende Variable mit dem x-Knopf im erweiterten Modus aus. Der Name einer Variablen darf nur " +"Groß- und Kleinbuchstaben enthalten." -#~ msgid "2003" -#~ msgstr "2003" +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#~ msgid "2004" -#~ msgstr "2004" +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "Wert=82" -#~ msgid "2005" -#~ msgstr "2005" +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" +"Variablen sind in jeder Gleichung verwendbar und werden durch den " +"zugewiesenen Wert ersetzt. Variablen können über den x-Knopf " +"eingegeben werden." -#~ msgid "Sun Microsystems" -#~ msgstr "Sun Microsystems" +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" -#~ msgid "MATE Documentation Project" -#~ msgstr "MATE-Dokumentationsprojekt" +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" -#~ msgid "" -#~ "Permission is granted to copy, distribute and/or modify this document " -#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 " -#~ "or any later version published by the Free Software Foundation with no " -#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can " -#~ "find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." -#~ msgstr "" -#~ "Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free " -#~ "Documentation License (GFDL), Version 1.1 oder jeder späteren, von der " -#~ "Free Software Foundation veröffentlichten Version ohne unveränderbare " -#~ "Abschnitte sowie ohne Texte auf dem vorderen und hinteren Buchdeckel " -#~ "kopiert, verteilt und/oder modifiziert werden. Eine Kopie der GFDL finden " -#~ "Sie unter diesem Link oder " -#~ "in der mit diesem Handbuch gelieferten Datei COPYING-DOCs." +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Die folgenden Variablen sind immer definiert." -#~ msgid "" -#~ "This manual is part of a collection of MATE manuals distributed under the " -#~ "GFDL. If you want to distribute this manual separately from the " -#~ "collection, you can do so by adding a copy of the license to the manual, " -#~ "as described in section 6 of the license." -#~ msgstr "" -#~ "Das vorliegende Handbuch ist Teil einer Reihe von MATE-Handbüchern, die " -#~ "unter der GFDL verteilt werden. Wenn Sie dieses Handbuch separat verteilen " -#~ "möchten, können Sie dies tun, indem Sie dem Handbuch eine Kopie der " -#~ "Lizenz, wie in Abschnitt 6 der Lizenz beschrieben, hinzufügen." +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" -#~ msgid "" -#~ "Many of the names used by companies to distinguish their products and " -#~ "services are claimed as trademarks. Where those names appear in any MATE " -#~ "documentation, and the members of the MATE Documentation Project are made " -#~ "aware of those trademarks, then the names are in capital letters or " -#~ "initial capital letters." -#~ msgstr "" -#~ "Bei vielen der von Firmen zur Unterscheidung ihrer Produkte und " -#~ "Dienstleistungen verwendeten Namen handelt es sich um Marken. An den " -#~ "Stellen, an denen derartige Namen in einer MATE-Dokumentation vorkommen " -#~ "und wenn die Mitglieder des MATE Documentation Project über diese Marken " -#~ "informiert wurden, sind die Namen in Grossbuchstaben oder mit großen " -#~ "Anfangsbuchstaben geschrieben." +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Ergebnis der vorherigen Berechnung" -#~ msgid "" -#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " -#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES " -#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED " -#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS " -#~ "DISCLAIMER; AND" -#~ msgstr "" -#~ "DAS DOKUMENT WIRD »WIE VORLIEGEND« GELIEFERT, OHNE JEGLICHE GEWÄHRLEISTUNG, " -#~ "WEDER AUSDRÜCKLICH NOCH STILLSCHWEIGEND, EINSCHLIESSLICH, ABER NICHT " -#~ "BESCHRÄNKT AUF, GEWÄHRLEISTUNGEN, DASS DAS DOKUMENT ODER EINE MODIFIZIERTE " -#~ "VERSION DES DOKUMENTS FREI VON HANDELSÜBLICHEN FEHLERN UND FÜR EINEN " -#~ "BESTIMMTEN ZWECK GEEIGNET IST UND KEINE RECHTE DRITTER VERLETZT. JEGLICHES " -#~ "RISIKO IN BEZUG AUF DIE QUALITÄT, GENAUIGKEIT UND LEISTUNG DES DOKUMENTS " -#~ "ODER EINER MODIFIZIERTEN VERSION DES DOKUMENTS TRAGEN SIE. SOLLTE SICH EIN " -#~ "DOKUMENT ODER EINE MODIFIZIERTE VERSION DAVON IN IRGENDEINER WEISE ALS " -#~ "FEHLERHAFT ERWEISEN, TRAGEN SIE (NICHT DER URSPRÜNGLICHE VERFASSER, AUTOR " -#~ "ODER EIN MITWIRKENDER) DIE KOSTEN FÜR JEGLICHE ERFORDERLICHE SERVICE-, " -#~ "REPARATUR- UND KORREKTURMASSNAHMEN: DIESE BESCHRÄNKUNG DER GEWÄHRLEISTUNG " -#~ "IST WESENTLICHER BESTANDTEIL DIESER LIZENZ. JEDE VERWENDUNG EINES " -#~ "DOKUMENTS ODER EINER MODIFIZIERTEN VERSION DES DOKUMENTS UNTERLIEGT DIESER " -#~ "BESCHRÄNKUNG; UND" +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" -#~ msgid "" -#~ "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " -#~ "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " -#~ "WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " -#~ "VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE " -#~ "TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " -#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " -#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " -#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " -#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, " -#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH " -#~ "DAMAGES." -#~ msgstr "" -#~ "UNTER KEINEN UMSTÄNDEN UND GEMÄSS KEINER RECHTSLEHRE, WEDER AUFGRUND VON " -#~ "UNERLAUBTEN HANDLUNGEN (EINSCHLIESSLICH FAHRLÄSSIGKEIT), VERTRÄGEN ODER " -#~ "SONSTIGEM, KANN DER AUTOR, DER URSPRÜNGLICHE VERFASSER, EIN MITWIRKENDER " -#~ "ODER EIN VERTEILER DES DOKUMENTS ODER EINER MODIFIZIERTEN VERSION DES " -#~ "DOKUMENTS ODER EIN LIEFERANT EINER DIESER PARTEIEN VON EINER PERSON FÜR " -#~ "DIREKTE, INDIREKTE, BESONDERE, ZUFÄLLIGE ODER ALS FOLGE AUFGETRETENE " -#~ "SCHÄDEN IRGENDEINER ART, EINSCHLIESSLICH, ABER NICHT BESCHRÄNKT AUF, " -#~ "SCHÄDEN DURCH GESCHÄFTSWERTVERLUSTE, ARBEITSAUSFÄLLE, COMPUTERAUSFÄLLE " -#~ "ODER -FUNKTIONSSTÖRUNGEN ODER JEGLICHE ANDERE SCHÄDEN ODER VERLUSTE, DIE " -#~ "DURCH ODER IM ZUSAMMENHANG MIT DER VERWENDUNG DES DOKUMENTS ODER EINER " -#~ "MODIFIZIERTEN VERSION DES DOKUMENTS ENTSTANDEN SIND, SELBST WENN DIESE " -#~ "PARTEI ÜBER MÖGLICHE SCHÄDEN INFORMIERT WORDEN SEIN SOLLTE, HAFTBAR " -#~ "GEMACHT WERDEN." +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Eulersche Zahl" -#~ msgid "" -#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE " -#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING " -#~ "THAT: " -#~ msgstr "" -#~ "DAS DOKUMENT UND MODIFIZIERTE VERSIONEN DES DOKUMENTS WERDEN GEMÄSS DER " -#~ "BEDINGUNGEN DER GNU FREE DOCUMENTATION LICENSE MIT DER FOLGENDEN " -#~ "VEREINBARUNG BEREITGESTELLT: " +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" -#~ msgid "Sun Microsystems Inc." -#~ msgstr "Sun Microsystems Inc." +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "Zuf" -#~ msgid "Calculator Manual V2.9" -#~ msgstr "Taschenrechner-Handbuch V2.9" - -#~ msgid "March 2005" -#~ msgstr "März 2005" - -#~ msgid "Sun Java Desktop System Documentation Team" -#~ msgstr "Sun Java-Desktop-System-Dokumentationsteam" - -#~ msgid "Calculator Manual V2.8" -#~ msgstr "Taschenrechner-Handbuch V2.8" - -#~ msgid "August 2004" -#~ msgstr "August 2004" - -#~ msgid "mate-calc Manual V2.7" -#~ msgstr "mate-calc-Handbuch V2.7" - -#~ msgid "February 2004" -#~ msgstr "Februar 2004" - -#~ msgid "Sun MATE Documentation Team" -#~ msgstr "Sun MATE-Dokumentationsteam" - -#~ msgid "mate-calc Manual V2.6" -#~ msgstr "mate-calc-Handbuch V2.6" - -#~ msgid "October 2003" -#~ msgstr "Oktober 2003" - -#~ msgid "mate-calc Manual V2.5" -#~ msgstr "mate-calc-Handbuch V2.5" - -#~ msgid "July 2003" -#~ msgstr "Juli 2003" - -#~ msgid "mate-calc Manual V2.4" -#~ msgstr "mate-calc-Handbuch V2.4" - -#~ msgid "June 2003" -#~ msgstr "Juni 2003" - -#~ msgid "mate-calc Manual V2.3" -#~ msgstr "mate-calc-Handbuch V2.3" - -#~ msgid "April 2003" -#~ msgstr "April 2003" - -#~ msgid "mate-calc Manual V2.2" -#~ msgstr "mate-calc-Handbuch V2.2" - -#~ msgid "mate-calc Manual V2.1" -#~ msgstr "mate-calc-Handbuch V2.1" - -#~ msgid "March 2003" -#~ msgstr "März 2003" - -#~ msgid "mate-calc Manual V2.0" -#~ msgstr "mate-calc-Handbuch V2.0" - -#~ msgid "This manual describes version 5.5.37 of Calculator." -#~ msgstr "" -#~ "In diesem Handbuch wird Version 5.5.37 des Taschenrechners beschrieben." - -#~ msgid "Feedback" -#~ msgstr "Rückmeldungen" - -#~ msgid "" -#~ "To report a bug or make a suggestion regarding the mate-calc application or this manual, follow the directions in the " -#~ "MATE Feedback Page." -#~ msgstr "" -#~ "Wenn Sie Fehler finden oder Vorschläge zur Anwendung " -#~ "Taschenrechner oder diesem Handbuch haben, " -#~ "befolgen Sie bitte die Anweisungen auf der MATE-Seite für Rückmeldungen." - -#~ msgid "Calculator" -#~ msgstr "Taschenrechner" - -#~ msgid "Introduction" -#~ msgstr "Einführung" - -#~ msgid "" -#~ "The mate-calc application provides the " -#~ "following modes for different types of mathematical functionality:" -#~ msgstr "" -#~ "Die Anwendung Taschenrechner bietet die " -#~ "folgenden Arbeitsmodi für verschiedene mathematische Anwendungszwecke:" - -#~ msgid "" -#~ "The default mode. Provides standard calculator functions. You can perform " -#~ "standard addition, subtraction, division, and multiplication functions in " -#~ "Basic mode and you can use all of the Basic functions in each of the other " -#~ "modes." -#~ msgstr "" -#~ "Dies ist der Standardmodus. In dieser Betriebsart stehen Ihnen die " -#~ "Standardrechnerfunktionen zur Verfügung. Es können Additionen, " -#~ "Subtraktionen, Divisionen und Multiplikationen durchgeführt werden. Alle " -#~ "Funktionen des Standardmodus stehen auch in den übrigen Modi zur Verfügung." - -#~ msgid "" -#~ "Provides advanced calculator functions. You can store numbers in 10 " -#~ "different memory registers, and easily retrieve and replace the numbers in " -#~ "the memory registers. You can use all of the Advanced functions in " -#~ "Financial, Scientific and Programming modes." -#~ msgstr "" -#~ "In dieser Betriebsart stehen Ihnen erweiterte Taschenrechnerfunktionen zur " -#~ "Verfügung. Sie können Zahlen in zehn verschiedenen Speicherregistern " -#~ "speichern und sie problemlos abrufen oder durch andere Zahlen ersetzen. " -#~ "Alle erweiterten Funktionen stehen in dem finanztechnischen, " -#~ "wissenschaftlichen und im programmierbaren Modus zur Verfügung." - -#~ msgid "Provides several complex financial functions." -#~ msgstr "Dieser Modus bietet komplexe Finanzfunktionen." - -#~ msgid "" -#~ "Provides many additional mathematical functions, including trigonometric " -#~ "functions. You can also store your own functions and constants, when you " -#~ "use Scientific mode." -#~ msgstr "" -#~ "Hier stehen Ihnen zahlreiche zusätzliche mathematische Funktionen wie " -#~ "Trigonometrie- und Logikfunktionen zur Verfügung. In diesem Modus besteht " -#~ "auch die Möglichkeit, eigene Funktionen und Konstanten zu speichern." - -#~ msgid "" -#~ "Provides functions useful to a programmer, including bitwise functions and " -#~ "a bit editor." -#~ msgstr "" -#~ "Hier stehen für Programmierer nützliche Funktionen wie Funktionen mit " -#~ "bitweiser Arbeitsweise und ein Bit-Editor zur Verfügung." - -#~ msgid "" -#~ "You can use mate-calc in the following " -#~ "numbering systems:" -#~ msgstr "" -#~ "Sie können im Taschenrechner mit den folgenden " -#~ "Zahlensystemen arbeiten:" - -#~ msgid "Numbering System" -#~ msgstr "Zahlensystem" - -#~ msgid "Base" -#~ msgstr "Grundzahl" - -#~ msgid "8" -#~ msgstr "8" - -#~ msgid "10" -#~ msgstr "10" - -#~ msgid "16" -#~ msgstr "16" - -#~ msgid "Getting Started" -#~ msgstr "Erste Schritte" - -#~ msgid "" -#~ "You can start mate-calc in the following ways:" -#~ msgstr "" -#~ "Sie können die Anwendung Taschenrechner auf " -#~ "eine der folgenden Weisen starten:" - -#~ msgid "Menu" -#~ msgstr "Menü" - -#~ msgid "" -#~ "Choose AccessoriesCalculator." -#~ msgstr "" -#~ "Wählen Sie ZubehörTaschenrechner." - -#~ msgid "Command line" -#~ msgstr "Befehlszeile" - -#~ msgid "" -#~ "Execute the following command: mate-calculator" -#~ msgstr "Führen Sie folgenden Befehl aus: mate-calculator" - -#~ msgid "" -#~ "When you start mate-calc, the following window " -#~ "is displayed:" -#~ msgstr "" -#~ "Wenn Sie die Anwendung Taschenrechner starten, " -#~ "wird das folgende Fenster angezeigt:" - -#~ msgid "mate-calc Basic Mode Window" -#~ msgstr "Taschenrechner-Standardmodusfenster" - -#~ msgid "Shows Basic mode window." -#~ msgstr "Zeigt das -Standardmodusfenster." - -#~ msgid "" -#~ "The mate-calc window contains the following " -#~ "elements:" -#~ msgstr "" -#~ "Das Taschenrechner-Fenster umfasst die " -#~ "folgenden Elemente:" - -#~ msgid "Menubar" -#~ msgstr "Menüleiste" - -#~ msgid "" -#~ "The menus on the menubar contain all of the commands that you need to work " -#~ "with mate-calc." -#~ msgstr "" -#~ "Die Menüs in der Menüleiste enthalten alle für die Arbeit mit dem " -#~ "Taschenrechner erforderlichen Befehle." - -#~ msgid "Display area" -#~ msgstr "Anzeigebereich" - -#~ msgid "" -#~ "The display area shows the numbers that you enter, and the results of " -#~ "calculations." -#~ msgstr "" -#~ "Der Anzeigebereich zeigt die von Ihnen eingegebenen Zahlen und die " -#~ "Rechenergebnisse." - -#~ msgid "Mode area" -#~ msgstr "Modusbereich" - -#~ msgid "" -#~ "The mode area displays the buttons for the current mode. The Basic mode " -#~ "buttons are always displayed. Advanced mode buttons are also available in " -#~ "Financial, Scientific and Programming modes." -#~ msgstr "" -#~ "Im Modusbereich werden die Knöpfe für den aktuell ausgewählten Modus " -#~ "angezeigt. Die Knöpfe des Standardmodus sind stets sichtbar. Die Knöpfe " -#~ "des erweiterten Modus werden im wissenschaftlichen, finanztechnischen und " -#~ "programmierbaren Modus angezeigt." - -#~ msgid "Popup Menu" -#~ msgstr "Kontextmenü" - -#~ msgid "Shows popup-menu symbol." -#~ msgstr "Zeigt das Kontextmenü-Symbol." - -#~ msgid "" -#~ "The symbol on a mate-calc " -#~ "button indicates that a popup menu is displayed when you click on that " -#~ "button." -#~ msgstr "" -#~ "Das Symbol auf einem Knopf des " -#~ "Taschenrechners bedeutet, dass ein Kontextmenü " -#~ "geöffnet wird, wenn Sie auf diesen Knopf klicken." - -#~ msgid "Status Bar" -#~ msgstr "Statusleiste" - -#~ msgid "The status bar displays messages on the status of your calculations." -#~ msgstr "Die Statusleiste zeigt Meldungen zum Status Ihrer Berechnungen." - -#~ msgid "Usage" -#~ msgstr "Verwendung" - -#~ msgid "To Use Calculator Functions" -#~ msgstr "Verwendung der Rechnerfunktionen" - -#~ msgid "To perform a calculation, use one of the following methods:" -#~ msgstr "" -#~ "Verwenden Sie eines der folgenden Verfahren, um eine Berechnung " -#~ "durchzuführen:" - -#~ msgid "" -#~ "Click on the mate-calc buttons to enter numbers " -#~ "and functions." -#~ msgstr "" -#~ "Klicken Sie auf die Knöpfe von Taschenrechner, " -#~ "um Zahlen und Funktionen einzugeben." - -#~ msgid "" -#~ "Give focus to the mate-calc window, then use " -#~ "the keyboard or numeric keypad to specify the calculation that you want to " -#~ "perform. For a complete list of keyboard shortcuts, see ." -#~ msgstr "" -#~ "Setzen Sie den Fokus auf das Taschenrechner-" -#~ "Fenster, und geben Sie über die Tastatur oder den Ziffernblock die " -#~ "gewünschte Berechnung an. Unter finden Sie eine vollständige Liste der Tastenkombinationen." - -#~ msgid "" -#~ "The mate-calc application automatically " -#~ "displays numbers with more than 40 digits, and small numbers, as " -#~ "exponential numbers. For example, the following table shows the value that " -#~ "is displayed when you use the decimal numeric base with an accuracy of 2 " -#~ "significant places:" -#~ msgstr "" -#~ "Der Taschenrechner zeigt Zahlen mit mehr als 40 " -#~ "Stellen und kleine Dezimalzahlen automatisch als Exponentialzahlen an. Die " -#~ "folgende Tabelle zeigt als Beispiel den Wert, der angezeigt wird, wenn Sie " -#~ "das Dezimalsystem mit einer Genauigkeit von 2 Stellen verwenden:" - -#~ msgid "Display" -#~ msgstr "Anzeige" - -#~ msgid "Signifies" -#~ msgstr "Bedeutet" - -#~ msgid "1.23e+37" -#~ msgstr "1,23e+37" - -#~ msgid "1.23 * 1037" -#~ msgstr "1,23 * 1037" - -#~ msgid "1e-5" -#~ msgstr "1e-5" - -#~ msgid "0.00001" -#~ msgstr "0,00001" - -#~ msgid "" -#~ "For information about how to enter a number in exponential format, see " -#~ "." -#~ msgstr "" -#~ "Informationen zur Eingabe von Zahlen im Exponentialformat finden Sie in " -#~ "." - -#~ msgid "To Display a Separator in Large Numbers" -#~ msgstr "Darstellung eines Trennzeichens in großen Zahlen" - -#~ msgid "" -#~ "To insert a separator between every three digits to the left of the " -#~ "numeric point in decimal base, choose ViewShow Thousands Separator." -#~ msgstr "" -#~ "Um alle drei Ziffern ein Trennzeichen links des numerischen Kommas in " -#~ "Dezimaldarstellung einzufügen, wählen Sie AnsichtTausender-Trennzeichen anzeigen." - -#~ msgid "" -#~ "Different countries and cultures have varying conventions for how to " -#~ "communicate. These conventions include the language spoken and the " -#~ "character used as a numeric separator." -#~ msgstr "" -#~ "Verschiedene Länder und Kulturen haben unterschiedliche Konventionen " -#~ "bezüglich der Kommunikation im Allgemeinen. Den Konventionen unterliegen " -#~ "sowohl die gesprochene Sprache als auch das Trennzeichen." - -#~ msgid "" -#~ "mate-calc has been internationalized so users " -#~ "can adapt to their own conventions. This is done by setting a specific " -#~ "locale. We can't determine what locales will exist, except for a standard " -#~ "one called the C locale." -#~ msgstr "" -#~ "mate-calc unterstützt die internationale " -#~ "Anpassung, so dass alle Anwender durch Setzen einer Spracheinstellung ihre " -#~ "Landeskonventionen verwenden können. Wir können die Spracheinstellung " -#~ "nicht vorhersehen, bis auf die immer vorhandene Einstellung »C«." - -#~ msgid "When you use the C locale, the separator character is not displayed." -#~ msgstr "" -#~ "Wenn Sie die Spracheinstellung »C« verwenden, wird das Trennzeichen nicht " -#~ "dargestellt." - -#~ msgid "To Copy and Paste in the Display Area" -#~ msgstr "Kopieren und Einfügen im Darstellungsbereich" - -#~ msgid "" -#~ "To copy the result of a calculation, choose EditCopy. You can paste the " -#~ "value into another application." -#~ msgstr "" -#~ "Zum Kopieren eines Rechenergebnisses wählen Sie " -#~ "BearbeitenKopieren. Diesen Wert können Sie dann in eine andere " -#~ "Anwendung einfügen." - -#~ msgid "" -#~ "To paste a previously copied value into the display area, choose " -#~ "EditPaste." -#~ msgstr "" -#~ "Zum Einfügen eines zuvor kopierten Wertes in den Anzeigebereich wählen Sie " -#~ "BearbeitenEinfügen." - -#~ msgid "To Perform Basic Calculations" -#~ msgstr "Ausführen von Grundberechnungen" - -#~ msgid "" -#~ "Basic mode is displayed by default when you first start " -#~ "mate-calc. To explicitly invoke Basic mode, " -#~ "choose ViewBasic." -#~ msgstr "" -#~ "Beim Start von Taschenrechner wird automatisch " -#~ "der Standardmodus angezeigt. Um den Standardmodus ausdrücklich aufzurufen, " -#~ "wählen Sie AnsichtStandard-" -#~ "Modus." - -#~ msgid "" -#~ "The calculator memory registers are unavailable in Basic Mode. In other " -#~ "words, ViewMemory Registers is inactive." -#~ msgstr "" -#~ "Die Speicherregister stehen im Standardmodus nicht zur Verfügung. Das " -#~ "heißt, dass AnsichtSpeicherregister permanent " -#~ "deaktiviert ist." - -#~ msgid "To Perform Simple Calculations" -#~ msgstr "Ausführen einfacher Berechnungen" - -#~ msgid "" -#~ "To perform simple calculations, use the buttons described in ." -#~ msgstr "" -#~ "Für einfache Berechnungen verwenden Sie die in beschriebenen Knöpfe." - -#~ msgid "Performing Simple Calculations" -#~ msgstr "Ausführen einfacher Berechnungen" - -#~ msgid "Button" -#~ msgstr "Knopf" - -#~ msgid "Description" -#~ msgstr "Beschreibung" - -#~ msgid "Example" -#~ msgstr "Beispiel" - -#~ msgid "Numerals" -#~ msgstr "Ziffern" - -#~ msgid "0 to 9 inclusive" -#~ msgstr "" -#~ "0 bis 9 (einschließlich)" - -#~ msgid "" -#~ "In decimal and hexadecimal base, all numerals are available. In octal " -#~ "base, 8 and 9 are " -#~ "unavailable. In binary base, only 0 and " -#~ "1 are available. The default base is decimal." -#~ msgstr "" -#~ "Im Dezimal- und Hexadezimalmodus sind alle Ziffern verfügbar. Im " -#~ "Oktalmodus können die Ziffern 8 und 9 nicht verwendet werden. Im Binärmodus stehen nur die Ziffern " -#~ "0 und 1 zur Verfügung. " -#~ "Standardmäßig ist das Dezimalsystem aktiviert." - -#~ msgid "1" -#~ msgstr "1" - -#~ msgid "Numeric point" -#~ msgstr "Dezimaltrenner" - -#~ msgid "." -#~ msgstr "." - -#~ msgid "Starts the fractional part of a numeric entry." -#~ msgstr "" -#~ "Kennzeichnet den Beginn des gebrochenen Anteils eines Zahleneintrags." - -#~ msgid "Calculate a result" -#~ msgstr "Berechnen eines Ergebnisses" - -#~ msgid "=" -#~ msgstr "=" - -#~ msgid "Displays the result of the current calculation in the current base." -#~ msgstr "" -#~ "Zeigt das Ergebnis der aktuellen Berechnung im aktuellen Zahlenmodus an." - -#~ msgid "" -#~ "1 +2=" -#~ msgstr "" -#~ "1 +2=" - -#~ msgid "3" -#~ msgstr "3" - -#~ msgid "Addition" -#~ msgstr "Addition" - -#~ msgid "+" -#~ msgstr "+" - -#~ msgid "" -#~ "Adds the current value in the display area to the next number that you " -#~ "enter." -#~ msgstr "" -#~ "Addiert den aktuellen Wert in der Anzeige zur nächsten Zahl, die Sie " -#~ "eingeben." - -#~ msgid "-" -#~ msgstr "-" - -#~ msgid "" -#~ "Subtracts from the current value in the display area the next number that " -#~ "you enter." -#~ msgstr "" -#~ "Subtrahiert die nächste Zahl, die Sie eingeben, von dem aktuellen Wert in " -#~ "der Anzeige." - -#~ msgid "" -#~ "3 -2=" -#~ msgstr "" -#~ "3 -2=" - -#~ msgid "Multiplication" -#~ msgstr "Multiplikation" - -#~ msgid "" -#~ "Multiplies the current value in the display area by the next number that " -#~ "you enter." -#~ msgstr "" -#~ "Multipliziert den aktuellen Wert in der Anzeige mit der nächsten Zahl, die " -#~ "Sie eingeben." - -#~ msgid "" -#~ "3 *2=" -#~ msgstr "" -#~ "3 *2=" - -#~ msgid "Division" -#~ msgstr "Division" - -#~ msgid "" -#~ "Divides the current value in the display area by the next number that you " -#~ "enter." -#~ msgstr "" -#~ "Teilt den aktuellen Wert in der Anzeige durch die nächste Zahl, die Sie " -#~ "eingeben." - -#~ msgid "" -#~ "6 /3=" -#~ msgstr "" -#~ "6 /3=" - -#~ msgid "Change the arithmetic sign" -#~ msgstr "Vorzeichenänderung" - -#~ msgid "+/-" -#~ msgstr "+/-" - -#~ msgid "" -#~ "Changes a positive number to a negative number, or a negative number to a " -#~ "positive number." -#~ msgstr "" -#~ "Ändert eine positive in eine negative und eine negative in eine positive " -#~ "Zahl." - -#~ msgid "8 +/-" -#~ msgstr "8 +/-" - -#~ msgid "-8" -#~ msgstr "-8" - -#~ msgid "To Erase Characters" -#~ msgstr "Löschen von Zeichen" - -#~ msgid "" -#~ "To erase characters, use the buttons described in ." -#~ msgstr "" -#~ "Zum Löschen von Zeichen verwenden Sie die in beschriebenen Knöpfe." - -#~ msgid "Backspace" -#~ msgstr "Rücktaste" - -#~ msgid "Bksp" -#~ msgstr "Rück" - -#~ msgid "Removes the rightmost character from the display area." -#~ msgstr "" -#~ "Löscht das am weitesten rechts befindliche Zeichen aus dem Anzeigebereich." - -#~ msgid "" -#~ "1 +22Bksp=" -#~ msgstr "" -#~ "1 +22Rück=" - -#~ msgid "Clear Entry" -#~ msgstr "Eintrag löschen" - -#~ msgid "CE" -#~ msgstr "CE" - -#~ msgid "Removes the current value from the display area." -#~ msgstr "Löscht den aktuellen Wert aus dem Anzeigebereich." - -#~ msgid "This operation is the same as Clr" -#~ msgstr "Diese Operation ist die selbe wie Clr" - -#~ msgid "" -#~ "1 +22CE=" -#~ msgstr "" -#~ "1 +22CE=" - -#~ msgid "Clear" -#~ msgstr "Leeren" - -#~ msgid "Clr" -#~ msgstr "Lös" - -#~ msgid "" -#~ "Resets the current value in the display area to zero and removes any " -#~ "previous calculation results. Clr also deselects " -#~ "the Hyp and Inv options in " -#~ "Scientific." -#~ msgstr "" -#~ "Setzt die Anzeige auf Null und löscht jedes zuvor berechnete Ergebnis. Im " -#~ "wissenschaftlichen Modus deaktiviert Lös auch die " -#~ "Optionen Hyp und Inv." - -#~ msgid "" -#~ "1 +22Clr" -#~ msgstr "" -#~ "1 +22Lös" - -#~ msgid "To Display ASCII Values" -#~ msgstr "Anzeigen von ASCII-Werten" - -#~ msgid "" -#~ "To display the ASCII value of a character, choose " -#~ "EditInsert ASCII Value." -#~ msgstr "" -#~ "Zum Anzeigen des ASCII-Wertes eines Zeichens wählen Sie " -#~ "BearbeitenASCII-Wert einfügen." - -#~ msgid "The Insert ASCII Value dialog is displayed." -#~ msgstr "Dadurch wird das Dialogfeld »ASCII-Wert einfügen« aufgerufen." - -#~ msgid "" -#~ "Enter the required character in the Character field, " -#~ "then click Insert. The ASCII value of that " -#~ "character, in the current numeric base, appears in the display area. For " -#~ "example, the ASCII value of B in decimal base is 66." -#~ msgstr "" -#~ "Geben Sie das gewünschte Zeichen in das Feld Zeichen " -#~ "ein, und klicken Sie auf Einfügen. Der ASCII-Wert " -#~ "des Zeichens wird im aktuellen Zahlenmodus im Anzeigebereich angezeigt. " -#~ "Beispielsweise ist der ASCII-Wert von »B« in Dezimaldarstellung 66." - -#~ msgid "To Perform Advanced Calculations" -#~ msgstr "Ausführen fortgeschrittener Berechnungen" - -#~ msgid "" -#~ "To change to Advanced mode, choose ViewAdvanced." -#~ msgstr "" -#~ "Wählen Sie AnsichtErweiterter " -#~ "Modus, um in den erweiterten Modus zu schalten." - -#~ msgid "" -#~ "When you change to Advanced mode, the following buttons are displayed to " -#~ "the right of the Basic mode buttons:" -#~ msgstr "" -#~ "Wenn Sie in den erweiterten Modus wechseln, werden die folgenden Knöpfe " -#~ "rechts von den Knöpfen des Standardmodus angezeigt:" - -#~ msgid "mate-calc Advanced Mode Buttons" -#~ msgstr "" -#~ "Knöpfe des erweiterten Modus im Taschenrechner" - -#~ msgid "Shows Advanced mode buttons." -#~ msgstr " Knöpfe des erweiterten Modus anzeigen." - -#~ msgid "Performing Advanced Calculations" -#~ msgstr "Fortgeschrittene Berechnungen durchführen" - -#~ msgid "%" -#~ msgstr "%" - -#~ msgid "Divides the current value by 100." -#~ msgstr "Dividiert den aktuellen Wert im Anzeigebereich durch 100." - -#~ msgid "560 %=" -#~ msgstr "560 %=" - -#~ msgid "5.60" -#~ msgstr "5,60" - -#~ msgid "Reciprocal" -#~ msgstr "Kehrwert" - -#~ msgid "x" -#~ msgstr "x" - -#~ msgid "1/" -#~ msgstr "1/" - -#~ msgid "Divides 1 by the current value in the display area." -#~ msgstr "Dividiert 1 durch den aktuellen Wert im Anzeigebereich." - -#~ msgid "4 1/x" -#~ msgstr "4 1/x" - -#~ msgid "0.25" -#~ msgstr "0,25" - -#~ msgid "Calculates the square root of the current value in the display area." -#~ msgstr "Berechnet die Quadratwurzel des aktuellen Wertes im Anzeigebereich." - -#~ msgid "" -#~ "Sqrt 9 )=" -#~ msgstr "" -#~ "Quadratwurzel 9 )=" - -#~ msgid "Square" -#~ msgstr "Quadrat" - -#~ msgid "Calculates the square of the current value in the display area." -#~ msgstr "Berechnet das Quadrat des aktuellen Wertes im Anzeigebereich." - -#~ msgid "3 x2" -#~ msgstr "3 x2" - -#~ msgid "9" -#~ msgstr "9" - -#~ msgid "" -#~ "Calculates the integer portion of the current value in the display area." -#~ msgstr "" -#~ "Berechnet den ganzzahligen Anteil des aktuellen Wertes im Anzeigebereich." - -#~ msgid "-23.45 Int" -#~ msgstr "-23,45 Ganz" - -#~ msgid "-23" -#~ msgstr "-23" - -#~ msgid "" -#~ "Calculates the fractional portion of the current value in the display area." -#~ msgstr "" -#~ "Berechnet den gebrochenen Anteil des aktuellen Wertes im Anzeigebereich." - -#~ msgid "-23.45 Frac" -#~ msgstr "-23,45 Gebr" - -#~ msgid "-0.45" -#~ msgstr "-0,45" - -#~ msgid "" -#~ "Calculates the absolute value of the current value in the display area." -#~ msgstr "Berechnet den Absolutwert des aktuellen Wertes im Anzeigebereich." - -#~ msgid "-23.45 Abs" -#~ msgstr "-23,45 Abs" - -#~ msgid "23.45" -#~ msgstr "23,45" - -#~ msgid "Parentheses" -#~ msgstr "Klammer" - -#~ msgid "( and )" -#~ msgstr "( und )" - -#~ msgid "" -#~ "Calculations within parentheses are performed first. You can nest " -#~ "parentheses to any level." -#~ msgstr "" -#~ "Berechnungen in Klammern werden zuerst ausgeführt. Sie können Klammerpaare " -#~ "beliebig oft ineinander verschachteln." - -#~ msgid "" -#~ "2 +3*4=" -#~ msgstr "" -#~ "2 +3*4=" - -#~ msgid "" -#~ "2 +(3*4)" -#~ msgstr "" -#~ "2 +(3*4)" - -#~ msgid "20" -#~ msgstr "20" - -#~ msgid "14" -#~ msgstr "14" - -#~ msgid "To Use the Calculator Memory Registers" -#~ msgstr "Arbeiten mit Speicherregistern" - -#~ msgid "" -#~ "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose " -#~ "ViewMemory Registers." -#~ msgstr "" -#~ "In den zehn Speicherregistern R0 bis R9 der Anwendung Taschenrechner können " -#~ "Sie Werte und Ergebnisse speichern. Zum Anzeigen der Werte in den " -#~ "Speicherregistern wählen Sie AnsichtSpeicherregister." - -#~ msgid "" -#~ "The memory registers can be dismissed by either choosing " -#~ "ViewMemory Registers again, or by clicking on the Close button in the memory register window." -#~ msgstr "" -#~ "Zum Ausblenden der Speicherregister wählen Sie erneut " -#~ "AnsichtSpeicherregister oder klicken Sie auf den Knopf " -#~ "Schließen im Fenster mit den Speicherregistern." - -#~ msgid "" -#~ " describes the memory functions " -#~ "that you can use." -#~ msgstr "" -#~ "Die verfügbaren Speicherregister sind in beschrieben." - -#~ msgid "Memory Functions" -#~ msgstr "Speicherfunktionen" - -#~ msgid "Store Value in Memory Register" -#~ msgstr "Wert in Speicherregister ablegen" - -#~ msgid "Sto" -#~ msgstr "Spei" - -#~ msgid "" -#~ "Stores the current contents of the display area in the specified memory " -#~ "register. Click Sto, then select a memory register " -#~ "from the popup menu." -#~ msgstr "" -#~ "Legt den aktuellen Inhalt des Anzeigebereichs im angegebenen " -#~ "Speicherregister ab. Klicken Sie auf Spei, und " -#~ "wählen Sie im Kontextmenü ein Speicherregister aus." - -#~ msgid "" -#~ "To clear a memory register during a mate-calc " -#~ "session:" -#~ msgstr "" -#~ "So leeren Sie ein Speicherregister während einer " -#~ "Taschenrechner-Sitzung:" - -#~ msgid "Click Clr." -#~ msgstr "Kicken Sie auf Lös." - -#~ msgid "Click Sto." -#~ msgstr "Klicken Sie auf Spei." - -#~ msgid "Select the memory register from the popup menu." -#~ msgstr "Wählen Sie im Kontextmenü das gewünschte Speicherregister aus." - -#~ msgid "22 StoR2" -#~ msgstr "22 SpeiR2" - -#~ msgid "The value 22 is stored in memory register R2." -#~ msgstr "" -#~ "Der Wert 22 wird im Speicherregister R2 abgelegt." - -#~ msgid "Retrieve Value From Memory Register" -#~ msgstr "Wert aus Speicherregister abrufen" - -#~ msgid "Rcl" -#~ msgstr "Abru" - -#~ msgid "" -#~ "Retrieves the contents of the specified memory register. Click " -#~ "Rcl, then select the memory register from the popup " -#~ "menu." -#~ msgstr "" -#~ "Ruft den Inhalt des angegebenen Speicherregisters ab. Klicken Sie auf " -#~ "Abru, und wählen Sie im Kontextmenü das " -#~ "Speicherregister aus." - -#~ msgid "0 RclR2" -#~ msgstr "0 AbruR2" - -#~ msgid "The value in the display area is 22." -#~ msgstr "Der Wert im Anzeigebereich wird auf 22 gesetzt." - -#~ msgid "Exchange Memory Register Value and Displayed Value" -#~ msgstr "Speicherregisterwert und Anzeigewert austauschen" - -#~ msgid "Exch" -#~ msgstr "Vert" - -#~ msgid "" -#~ "Exchanges the contents of the specified memory register and the current " -#~ "value in the display area. Click Exch, then select " -#~ "the memory register from the popup menu." -#~ msgstr "" -#~ "Tauscht den Inhalt des angegebenen Speicherregisters mit dem aktuellen " -#~ "Wert im Anzeigebereich aus. Klicken Sie auf Vert, " -#~ "und wählen Sie im Kontextmenü ein Speicherregister aus." - -#~ msgid "44 ExchR2" -#~ msgstr "44 VertR2" - -#~ msgid "" -#~ "The value in the display area changes from 44 to 22, the value in R2 " -#~ "changes from 22 to 44." -#~ msgstr "" -#~ "Der Wert im Anzeigebereich wechselt von 44 zu 22, der Wert in R2 von 22 zu " -#~ "44." - -#~ msgid "" -#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " -#~ "memory register, as shown in the following examples:" -#~ msgstr "" -#~ "Wenn Sie mit Tastenkombinationen arbeiten, geben Sie das gewünschte " -#~ "Speicherregister gemäß den folgenden Beispielen an:" - -#~ msgid "Keyboard Entry" -#~ msgstr "Tastatureingabe" - -#~ msgid "S" -#~ msgstr "S" - -#~ msgid "" -#~ "Stores the current contents of the display area in memory register " -#~ "R2." -#~ msgstr "" -#~ "Legt den aktuellen Inhalt des Anzeigebereichs im Speicherregister " -#~ "R2 ab." - -#~ msgid "" -#~ "Retrieves the current contents of memory register R2 " -#~ "into the display area." -#~ msgstr "" -#~ "Ruft den aktuellen Inhalt des Speicherregisters R2 in " -#~ "den Anzeigebereich ab." - -#~ msgid "X" -#~ msgstr "X" - -#~ msgid "" -#~ "Exchanges the current value of the display area with the contents of " -#~ "memory register R2." -#~ msgstr "" -#~ "Tauscht den aktuellen Wert des Anzeigebereichs mit dem Inhalt des " -#~ "Speicherregisters R2 aus." - -#~ msgid "" -#~ "To change to Financial mode, choose ViewFinancial." -#~ msgstr "" -#~ "Wählen Sie AnsichtFinanztechnisch, um in den " -#~ "Finanzmodus zu schalten." - -#~ msgid "" -#~ "When you change to Financial mode, the following buttons are displayed " -#~ "above the Basic and Advanced mode buttons:" -#~ msgstr "" -#~ "Wenn Sie in den Finanzmodus wechseln, werden die folgenden Knöpfe dieses " -#~ "Modus über den Knöpfen des Standardmodus angezeigt:" - -#~ msgid "mate-calc Financial Mode Buttons" -#~ msgstr "Knöpfe des Finanzmodus in Taschenrechner" - -#~ msgid "Shows Financial mode buttons." -#~ msgstr "Zeigt die Knöpfe des Finanzmodus." - -#~ msgid "" -#~ "To perform financial calculations, use the buttons described in ." -#~ msgstr "" -#~ "Für Finanzberechnungen verwenden Sie die in beschriebenen Knöpfe." - -#~ msgid "Performing Financial Calculations" -#~ msgstr "Finanzberechnungen" - -#~ msgid "Compounding Term" -#~ msgstr "Wachstumsdauer" - -#~ msgid "" -#~ "You have just deposited $8000 in an account that pays an annual interest " -#~ "rate of 9%, compounded monthly. Given the annual interest rate, you " -#~ "determine that the simple monthly interest rate is 0.09 / 12 = 0.0075. To " -#~ "calculate the time period necessary to double your investment, click " -#~ "Ctrm, and put the following values into the text " -#~ "entries:" -#~ msgstr "" -#~ "Sie haben 8000 Euro auf ein Konto eingezahlt, bei dem Sie einen monatlich " -#~ "gestaffelten Guthabenzins von jährlich 9 % erhalten. Aus dem jährlichen " -#~ "Zinssatz ermitteln Sie, dass der monatliche Zinssatz 0,09 / 12 = 0,0075 " -#~ "beträgt. Um auszurechnen, wie lange es dauert, bis sich die Einlage " -#~ "verdoppelt, klicken Sie auf KTrm und geben Sie die " -#~ "folgenden Werte in die Eingabefelder ein:" - -#~ msgid "Periodic Interest Rate" -#~ msgstr "Periodischer Zinssatz" - -#~ msgid "0.0075" -#~ msgstr "0,0075" - -#~ msgid "Future Value" -#~ msgstr "Zukünftiger Wert" - -#~ msgid "16000" -#~ msgstr "16000" - -#~ msgid "Present Value" -#~ msgstr "Barwert" - -#~ msgid "8000" -#~ msgstr "8000" - -#~ msgid "Click Calculate" -#~ msgstr "Kicken Sie auf Lös" - -#~ msgid "92.77" -#~ msgstr "92,77" - -#~ msgid "The investment doubles in value in 92.77 months." -#~ msgstr "Nach 92,77 Monaten wird sich die Kapitaleinlage verdoppelt haben." - -#~ msgid "Double-Declining Depreciation" -#~ msgstr "Geometrisch-degressive Abschreibung" - -#~ msgid "" -#~ "You have just purchased an office machine for $8000. The useful life of " -#~ "this machine is six years. The salvage value after six years is $900. To " -#~ "calculate the depreciation expense for the fourth year, using the double-" -#~ "declining balance method, click Ddb and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Sie haben ein Bürogerät für 8000 Euro gekauft. Die Nutzungsdauer des " -#~ "Geräts beträgt sechs Jahre. Sein Restwert nach sechs Jahren beträgt 900 " -#~ "Euro. Zur Berechnung des Abschreibungssatzes im vierten Jahr anhand der " -#~ "geometrisch-degressiven Methode klicken sie auf DDB " -#~ "und geben Sie die folgenden Werte in die Eingabefelder ein:" - -#~ msgid "Cost" -#~ msgstr "Kosten" - -#~ msgid "Salvage" -#~ msgstr "Restwert" - -#~ msgid "900" -#~ msgstr "900" - -#~ msgid "Life" -#~ msgstr "Lebensdauer" - -#~ msgid "Period" -#~ msgstr "Zahlungsperiode" - -#~ msgid "4" -#~ msgstr "4" - -#~ msgid "790.12" -#~ msgstr "790,12" - -#~ msgid "The depreciation expense for the fourth year is $790.12." -#~ msgstr "Der Abschreibungssatz für das vierte Jahr beträgt 790,12 Euro." - -#~ msgid "" -#~ "You plan to deposit $4000 in a bank account on the last day of each year " -#~ "for the next 20 years. The account pays 8% interest, compounded annually. " -#~ "Interest is paid on the last day of each year. To calculate the value of " -#~ "your account in 20 years, press Fv and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Sie beabsichtigen, während der nächsten 20 Jahre an jedem letzten Tag im " -#~ "Jahr 4000 Euro auf ein Konto einzuzahlen. Sie erhalten auf diesem Konto 8 " -#~ "% Guthabenzinsen pro Jahr. Die Zinsen werden am letzten Tag im Jahr " -#~ "gezahlt. Zur Berechnung Ihres Kontoguthabens in 20 Jahren klicken Sie auf " -#~ "ZW und geben Sie die folgenden Werte in die " -#~ "Eingabefelder ein:" - -#~ msgid "Periodic Payment" -#~ msgstr "Periodische Zahlung" - -#~ msgid "4000" -#~ msgstr "4000" - -#~ msgid "0.08" -#~ msgstr "0,08" - -#~ msgid "Number Of Periods" -#~ msgstr "Anzahl der Zahlungsperioden" - -#~ msgid "183047.86" -#~ msgstr "183047,86" - -#~ msgid "At the end of 20 years, the value of the account is $183,047.86." -#~ msgstr "" -#~ "Nach 20 Jahren haben Sie auf Ihrem Konto ein Guthaben von 183.047,86 Euro." - -#~ msgid "Gross Profit Margin" -#~ msgstr "Bruttogewinnspanne" - -#~ msgid "" -#~ "You sell T-Shirts online. Each T-Shirt cost you $12 in material and labor. " -#~ "You want to sell the T-Shirts with a Gross Profit Margin of 0.40 - for " -#~ "every five dollars you earn, you want two to be profit. To calculate the " -#~ "price you would have to sell your T-Shirts for, press Gpm and put the following values into the text entries:" -#~ msgstr "" -#~ "Angenommen Sie verkaufen T-Shirts online. Jedes T-Shirt kostet 12€ " -#~ "Material und Arbeitslohn. Sie möchten die T-Shirts mit einer " -#~ "Bruttogewinnspanne von 0,40€ verkaufen - von jeden fünf Euro, die Sie " -#~ "verdienen, sollen zwei Euro Profit sein. Zur Berechnung des Preises, zu " -#~ "dem Sie die T-Shirts verkaufen müssen, klicken Sie Bgs und geben Sie die folgenden Werte in die Textfelder:" - -#~ msgid "12" -#~ msgstr "12" - -#~ msgid "Margin" -#~ msgstr "Gewinnspanne" - -#~ msgid "0.40" -#~ msgstr "0,40" - -#~ msgid "You will have to sell your T-Shirts for $20" -#~ msgstr "Sie müssen die T-Shirts für 20 Euro verkaufen" - -#~ msgid "" -#~ "You are considering a $120,000 mortgage for 30 years at an annual interest " -#~ "rate of 11.0%. Given the annual interest rate, you determine that the " -#~ "simple monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * 12 = " -#~ "360 months. To calculate the monthly repayment for this mortgage, press " -#~ "Pmt and put the following values into the text " -#~ "entries:" -#~ msgstr "" -#~ "Sie erwägen, einen Kredit von 120.000 Euro mit einer Laufzeit von 30 " -#~ "Jahren und einem jährlichen Zinssatz von 11,0 % aufzunehmen. Aus dem " -#~ "jährlichen Zinssatz ermitteln Sie, dass der monatliche Zinssatz 0,11 / 12 " -#~ "= 0,00917 beträgt. Die Laufzeit beträgt 30 * 12 = 360 Monate. Zur " -#~ "Berechnung der Höhe der monatlichen Abzahlungsrate für diesen Kredit " -#~ "klicken Sie auf Zhlg und geben Sie die folgenden " -#~ "Werte in die Eingabefelder ein:" - -#~ msgid "Principal" -#~ msgstr "Grundkapital" - -#~ msgid "120000" -#~ msgstr "120000" - -#~ msgid "0.00917" -#~ msgstr "0,00917" - -#~ msgid "360" -#~ msgstr "360" - -#~ msgid "1143.15" -#~ msgstr "1143,15" - -#~ msgid "The monthly repayment is $1143.15." -#~ msgstr "Die monatlich zu zahlende Rate beträgt 1143,15 Euro." - -#~ msgid "" -#~ "You have just won a million dollars. The prize is awarded in 20 annual " -#~ "payments of $50,000 each. Annual payments are received at the end of each " -#~ "year. If you were to accept the annual payments of $50,000, you would " -#~ "invest the money at a rate of 9%, compounded annually." -#~ msgstr "" -#~ "Sie haben gerade 1 Million Euro gewonnen. Der Gewinn wird Ihnen in 20 " -#~ "Jahresraten zu je 50.000 Euro ausgezahlt. Die jährlichen Zahlungen " -#~ "erfolgen am Jahresende. Wenn Sie die jährlichen Zahlungen von je 50.000 " -#~ "Euro akzeptieren sollten, würden Sie das Geld zu einem Jahreszins von 9 % " -#~ "anlegen." - -#~ msgid "" -#~ "However, you are given the option of receiving a single lump-sum payment " -#~ "of $400,000 instead of the million dollars annuity. To calculate which " -#~ "option is worth more in today's dollars, press Pv " -#~ "and put the following values into the text entries:" -#~ msgstr "" -#~ "Sie haben aber die Möglichkeit, statt der 1 Million Euro in Jahresraten " -#~ "eine einmalige Zahlung von 400.000 Euro zu wählen. Um festzustellen, " -#~ "welche der Möglichkeiten beim heutigen Wert des Euro lohnender ist, " -#~ "klicken Sie auf BW und geben Sie die folgenden " -#~ "Werte in die Eingabefelder ein:" - -#~ msgid "50000" -#~ msgstr "50000" - -#~ msgid "0.09" -#~ msgstr "0,09" - -#~ msgid "456427.28" -#~ msgstr "456427,28" - -#~ msgid "" -#~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -#~ msgstr "" -#~ "Die über einen Zeitraum von 20 Jahren gezahlten 1.000.000 Euro sind " -#~ "456.427,28 jetzige Euro wert." - -#~ msgid "" -#~ "You have invested $20,000 in a bond. The bond matures in five years, and " -#~ "has a maturity value of $30,000. Interest is compounded monthly. The term " -#~ "is 5 * 12 = 60 months. To calculate the periodic interest rate for this " -#~ "investment, press Rate and put the following values " -#~ "into the text entries:" -#~ msgstr "" -#~ "Sie haben 20.000 Euro in eine Obligation investiert. Die Obligation wird " -#~ "nach fünf Jahren fällig und hat einen Fälligkeitswert von 30.000 Euro. Die " -#~ "Zinsen werden monatlich berechnet. Die Laufzeit beträgt 5 * 12 = 60 " -#~ "Monate. Zur Berechnung des periodischen Zinssatzes für diese Investition " -#~ "wählen Sie Rate geben Sie die folgenden Werte in " -#~ "die Eingabefelder ein:" - -#~ msgid "30000" -#~ msgstr "30000" - -#~ msgid "20000" -#~ msgstr "20000" - -#~ msgid "60" -#~ msgstr "60" - -#~ msgid ".00678" -#~ msgstr "0,00678" - -#~ msgid "" -#~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " -#~ "12 = 8.14%." -#~ msgstr "" -#~ "Der monatliche Zinssatz beträgt 0,678 %. Der jährliche Zinssatz beträgt " -#~ "0,678 % * 12 = 8,14 %." - -#~ msgid "Straight-Line Depreciation" -#~ msgstr "Lineare Abschreibung" - -#~ msgid "" -#~ "You have just purchased an office machine for $8000. The useful life of " -#~ "this machine is six years. The salvage value after six years is $900. To " -#~ "calculate the yearly depreciation expense, using the straight-line method, " -#~ "prss Sln, and put the following values into the " -#~ "first three memory registers:" -#~ msgstr "" -#~ "Sie haben ein Bürogerät für 8000 Euro gekauft. Die Nutzungsdauer des " -#~ "Geräts beträgt sechs Jahre. Sein Restwert nach sechs Jahren beträgt 900 " -#~ "Euro. Zur Berechnung des jährlichen Abschreibungssatzes anhand des " -#~ "linearen Verfahrens klicken Sie auf SLN und geben " -#~ "Sie die folgenden Werte in die Eingabefelder ein:" - -#~ msgid "1183.33" -#~ msgstr "1183,33" - -#~ msgid "The yearly depreciation expense is $1183.33." -#~ msgstr "Der jährliche Abschreibungssatz beträgt 1183,33 Euro." - -#~ msgid "Sum-Of-The-Years'-Digits Depreciation" -#~ msgstr "Arithmetisch-degressive Abschreibung" - -#~ msgid "" -#~ "You have just purchased an office machine for $8000. The useful life of " -#~ "this machine is six years. The salvage value after six years is $900. To " -#~ "calculate the depreciation expense for the fourth year, using the sum-of-" -#~ "the-years'-digits method, press Syd, and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Sie haben ein Bürogerät für 8000 Euro gekauft. Die Nutzungsdauer des " -#~ "Geräts beträgt sechs Jahre. Sein Restwert nach sechs Jahren beträgt 900 " -#~ "Euro. Zur Berechnung des Abschreibungssatzes im vierten Jahr anhand der " -#~ "arithmetisch-degressiven Methode klicken Sie auf Syd und geben Sie die folgenden Werte in die Eingabefelder ein:" - -#~ msgid "1014.29" -#~ msgstr "1014,29" - -#~ msgid "The depreciation expense for the fourth year is $1014.29." -#~ msgstr "Der Abschreibungssatz für das vierte Jahr beträgt 1014,29 Euro." - -#~ msgid "Payment Period" -#~ msgstr "Zahlungsperiode" - -#~ msgid "" -#~ "You plan to deposit $1800 in a bank account on the last day of each year. " -#~ "The account pays 11% interest, compounded annually. Interest is paid on " -#~ "the last day of each year. To calculate the time period necessary to " -#~ "accumulate $120,000, press Term, and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Sie beabsichtigen, am letzten Tag in jedem Jahr 1800 Euro auf ein Konto " -#~ "einzuzahlen. Sie erhalten auf diesem Konto 11 % Guthabenzinsen pro Jahr. " -#~ "Die Zinsen werden am letzten Tag im Jahr gezahlt. Um auszurechnen, wie " -#~ "lange es dauert, bis Sie ein Guthaben von 120.000 Euro erzielt haben, " -#~ "klicken Sie auf Term und geben Sie die folgenden " -#~ "Werte in die ersten drei Speicherregister ein:" - -#~ msgid "1800" -#~ msgstr "1800" - -#~ msgid "0.11" -#~ msgstr "0,11" - -#~ msgid "20.32" -#~ msgstr "20,32" - -#~ msgid "$120,000 accumulates in the account in 20.32 years." -#~ msgstr "120.000 Euro erreichen Sie in 20,32 Jahren." - -#~ msgid "To Perform Scientific Calculations" -#~ msgstr "So führen Sie wissenschaftliche Berechnungen aus" - -#~ msgid "" -#~ "To change to Scientific mode, choose ViewScientific." -#~ msgstr "" -#~ "Zum Umschalten in den wissenschaftlichen Modus wählen Sie " -#~ "AnsichtWissenschaftlich." - -#~ msgid "" -#~ "When you change to Scientific mode, the following buttons are displayed " -#~ "above the Basic and Advanced mode buttons:" -#~ msgstr "" -#~ "Wenn Sie in den wissenschaftlichen Modus wechseln, werden die folgenden " -#~ "Knöpfe dieses Modus über den Knöpfen des Standardmodus und des erweiterten " -#~ "Modus angezeigt:" - -#~ msgid "mate-calc Scientific Mode Buttons" -#~ msgstr "" -#~ "Knöpfe des wissenschaftlichen Modus in Taschenrechner" - -#~ msgid "Shows Scientific mode buttons." -#~ msgstr "Zeigt die Knöpfe des wissenschaftlichen Modus." - -#~ msgid "To Set the Accuracy" -#~ msgstr "Einstellen der Genauigkeit" - -#~ msgid "" -#~ "To set the accuracy of the display area and of the memory registers, click " -#~ "Acc, then select from the popup menu the accuracy " -#~ "level that you require. The current accuracy level is indicated by a " -#~ "preceding black circle in the popup menu. Up to 99 significant places can " -#~ "be displayed. The default accuracy is 9 significant places." -#~ msgstr "" -#~ "Zum Einstellen der Genauigkeit im Anzeigebereich und in den " -#~ "Speicherregistern klicken Sie auf Gen und wählen im " -#~ "Kontextmenü die gewünschte Präzision aus. Die derzeitige Genauigkeit " -#~ "erkennen Sie im Kontextmenü an einem schwarzen Kreis. Es können bis zu 99 " -#~ "signifikante Stellen angezeigt werden. In der Standardeinstellung ist eine " -#~ "Genauigkeit von 9 signifikanten Stellen aktiv." - -#~ msgid "" -#~ "To set the accuracy level above 9, select Other (9) ..., then choose the accuracy level you require in the Set " -#~ "Precision popup." -#~ msgstr "" -#~ "Zum Setzen einer Genauigkeit größer 9 wählen Sie Andere (9) … und legen Sie die gewünschte Genauigkeit im Dialogfenster " -#~ "Genauigkeit Setzen fest." - -#~ msgid "" -#~ "By default, trailing zeroes are not shown. To display trailing zeroes, " -#~ "click Acc then select Show Trailing " -#~ "Zeroes from the popup menu, or choose " -#~ "ViewShow Trailing Zeroes. A preceding check mark in the Acc popup menu or View menu indicates that the " -#~ "Show Trailing Zeroes option has been selected. To " -#~ "hide trailing zeroes, choose ViewShow Trailing Zeroes again." -#~ msgstr "" -#~ "Nachgestellte Nullen werden standardmäßig nicht angezeigt. Wenn " -#~ "nachgestellte Nullen jedoch angezeigt werden sollen, klicken Sie auf " -#~ "Gen und wählen im Kontextmenü den Eintrag " -#~ "Nachfolgende Nullen anzeigen. Sie können auch " -#~ "AnsichtNachfolgende Nullen " -#~ "anzeigen wählen. An einem Häkchen im " -#~ "Kontextmenü Gen oder im Menü Ansicht erkennen Sie, ob die Option Nachfolgende Nullen " -#~ "anzeigen aktiviert ist. Zum Ausblenden von nachgestellten " -#~ "Nullen wählen Sie erneut AnsichtNachfolgende Nullen anzeigen." - -#~ msgid "" -#~ "The examples in the following table show how the accuracy setting affects " -#~ "x in the display area, when you use decimal " -#~ "base, with the Show Trailing Zeroes option " -#~ "selected, for the 1 / 8 = x " -#~ "calculation:" -#~ msgstr "" -#~ "Die Beispiele in der folgenden Tabelle zeigen die Wirkung der " -#~ "Genauigkeitseinstellung auf x im Anzeigebereich " -#~ "bei Verwendung von Dezimalzahlen und aktivierter Option " -#~ "Nachfolgende Nullen anzeigen in der Berechnung " -#~ "1 / 8 = x:" - -#~ msgid "Accuracy" -#~ msgstr "Genauigkeit" - -#~ msgid "1 significant place" -#~ msgstr "1 signifikante Stelle" - -#~ msgid "2 significant places" -#~ msgstr "2 signifikante Stellen" - -#~ msgid "1.25" -#~ msgstr "1,25" - -#~ msgid "3 significant places" -#~ msgstr "3 signifikante Stellen" - -#~ msgid "1.250" -#~ msgstr "1,250" - -#~ msgid "To Set the Display Type" -#~ msgstr "Einstellen des Anzeigeformats" - -#~ msgid "" -#~ "To set the display type, select one of the buttons described in ." -#~ msgstr "" -#~ "Das Anzeigeformat stellen Sie mit einem der in beschriebenen Knöpfe ein." - -#~ msgid "Setting the Display Type" -#~ msgstr "Einstellen des Anzeigeformats" - -#~ msgid "Eng" -#~ msgstr "Ent" - -#~ msgid "Fixed-Point Display Type" -#~ msgstr "Festkomma-Anzeigeformat" - -#~ msgid "Fix" -#~ msgstr "Fest" - -#~ msgid "" -#~ "Sets the display type to fixed-point format. Results are not displayed in " -#~ "scientific notation. Fixed-point is the default display type. If you " -#~ "change from scientific mode to either basic mode or financial mode, " -#~ "mate-calc automatically sets the display type " -#~ "to fixed-point format." -#~ msgstr "" -#~ "Schaltet die Anzeige auf das Festkommaformat um. Die Ergebnisse werden " -#~ "nicht in wissenschaftlicher Schreibweise ausgegeben. Das Festkommaformat " -#~ "ist das Vorgabeformat. Wenn Sie vom wissenschaftlichen in den Standard- " -#~ "oder den finanztechnischen Modus umschalten, stellt " -#~ "Taschenrechner automatisch das Festkomma-" -#~ "Anzeigeformat ein." - -#~ msgid "Scientific Display Type" -#~ msgstr "Wissenschaftliches Anzeigeformat" - -#~ msgid "Sci" -#~ msgstr "Wis" - -#~ msgid "" -#~ "Sets the display type to scientific format. Results are displayed in " -#~ "scientific notation, with a fixed number of numeric digits." -#~ msgstr "" -#~ "Schaltet die Anzeige auf das wissenschaftliche Format um. Die Ergebnisse " -#~ "werden in wissenschaftlicher Schreibweise mit einer festgelegten " -#~ "Ziffernanzahl ausgegeben." - -#~ msgid "To Set the Trigonometric Type" -#~ msgstr "Einstellen des trigonometrischen Formats" - -#~ msgid "" -#~ "To set the trigonometric type, select one of the buttons described in " -#~ "." -#~ msgstr "" -#~ "Das trigonometrische Format stellen Sie mit einem der in beschriebenen Knöpfe ein." - -#~ msgid "Setting the Trigonometric Type" -#~ msgstr "Einstellen des trigonometrischen Formats" - -#~ msgid "Degrees" -#~ msgstr "Grad" - -#~ msgid "" -#~ "Sets the trigonometric type to degrees. Degrees is the default " -#~ "trigonometric type." -#~ msgstr "" -#~ "Schaltet das trigonometrische Format auf Grad um. Grad ist das " -#~ "trigonometrische Vorgabeformat." - -#~ msgid "Gradians" -#~ msgstr "Neugrad" - -#~ msgid "Sets the trigonometric type to gradians." -#~ msgstr "Schaltet das trigonometrische Format auf Neugrad um." - -#~ msgid "Radians" -#~ msgstr "Radiant" - -#~ msgid "Sets the trigonometric type to radians." -#~ msgstr "Schaltet das trigonometrische Format auf Bogenmaß um." - -#~ msgid "To Set the Trigonometric Options" -#~ msgstr "Festlegen trigonometrischer Optionen" - -#~ msgid "" -#~ "To set the trigonometric options, use the options described in ." -#~ msgstr "" -#~ "Die trigonometrischen Optionen legen Sie mit den in beschriebenen Optionen fest." - -#~ msgid "Setting the Trigonometric Options" -#~ msgstr "Festlegen der trigonometrischen Optionen" - -#~ msgid "Hyp" -#~ msgstr "Hyp" - -#~ msgid "" -#~ "Selects the hyperbolic option for use with the trigonometric functions." -#~ msgstr "" -#~ "Legt fest, dass trigonometrische Funktionen hyperbolisch durchgeführt " -#~ "werden." - -#~ msgid "Inverse Option Indicator" -#~ msgstr "Indikator für die Invertierungsoption" - -#~ msgid "Inv" -#~ msgstr "Inv" - -#~ msgid "Selects the inverse option for use with the trigonometric functions." -#~ msgstr "" -#~ "Legt fest, dass trigonometrische Funktionen invers durchgeführt werden." - -#~ msgid "" -#~ "By default, the options described in are not selected. Click Clr to deselect " -#~ "these options." -#~ msgstr "" -#~ "Die in beschriebenen " -#~ "Optionen sind standardmäßig nicht aktiviert. Zum Deaktivieren dieser " -#~ "Optionen klicken Sie auf Lös." - -#~ msgid "To Calculate Trigonometric Values" -#~ msgstr "Berechnen trigonometrischer Werte" - -#~ msgid "" -#~ "To calculate trigonometric values, use the buttons described in ." -#~ msgstr "" -#~ "Für die Berechnung trigonometrischer Werte verwenden Sie die in beschriebenen Knöpfe." - -#~ msgid "Calculating Trigonometric Values" -#~ msgstr "Berechnen trigonometrischer Werte" - -#~ msgid "Cosine cos" -#~ msgstr "Kosinus cos" - -#~ msgid "" -#~ "Cos, Hyp option not selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Cos, Option Hyp nicht " -#~ "aktiviert, Option Inv nicht aktiviert" - -#~ msgid "Calculates the cosine of the current value in the display area." -#~ msgstr "Berechnet den Kosinus des aktuellen Wertes im Anzeigebereich." - -#~ msgid "60 Cos" -#~ msgstr "60 Cos" - -#~ msgid "0.5" -#~ msgstr "0,5" - -#~ msgid "Arc Cosine acos" -#~ msgstr "Arkuskosinus acos" - -#~ msgid "" -#~ "Cos, Hyp option not selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Cos, Option Hyp nicht " -#~ "aktiviert, Option Inv aktiviert" - -#~ msgid "Calculates the arc cosine of the current value in the display area." -#~ msgstr "Berechnet den Arkuskosinus des aktuellen Wertes im Anzeigebereich." - -#~ msgid "0.5 InvCos" -#~ msgstr "0,5 InvCos" - -#~ msgid "Hyperbolic Cosine cosh" -#~ msgstr "Hyperbelkosinus cosh" - -#~ msgid "" -#~ "Cos, Hyp option selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Cos, Option Hyp nicht " -#~ "aktiviert, Option Inv aktiviert" - -#~ msgid "" -#~ "Calculates the hyperbolic cosine of the current value in the display area." -#~ msgstr "" -#~ "Berechnet den Hyperbelkosinus des aktuellen Wertes im Anzeigebereich." - -#~ msgid "0.4 HypCos" -#~ msgstr "0,4 HypCos" - -#~ msgid "1.081072372" -#~ msgstr "1,081072372" - -#~ msgid "Arc Hyperbolic Cosine acosh" -#~ msgstr "Inverser Hyperbelkosinus acosh" - -#~ msgid "" -#~ "Cos, Hyp option selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Cos, Option Hyp aktiviert, " -#~ "Option Inv aktiviert" - -#~ msgid "" -#~ "Calculates the arc hyperbolic cosine of the current value in the display " -#~ "area." -#~ msgstr "" -#~ "Berechnet den inversen Hyperbelkosinus des aktuellen Wertes im " -#~ "Anzeigebereich." - -#~ msgid "" -#~ "1.6 HypInvCos" -#~ msgstr "" -#~ "1,6 HypInvCos" - -#~ msgid "1.046967915" -#~ msgstr "1,046967915" - -#~ msgid "Sine sin" -#~ msgstr "Sinus sin" - -#~ msgid "" -#~ "Sin, Hyp option not selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Sin, Option Hyp nicht " -#~ "aktiviert, Option Inv nicht aktiviert" - -#~ msgid "Calculates the sine of the current value in the display area." -#~ msgstr "Berechnet den Sinus des aktuellen Wertes im Anzeigebereich." - -#~ msgid "90 Sin" -#~ msgstr "90 Sin" - -#~ msgid "Arc Sine asin" -#~ msgstr "Arkussinus asin" - -#~ msgid "" -#~ "Sin, Hyp option not selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Sin, Option Hyp nicht " -#~ "aktiviert, Option Inv aktiviert" - -#~ msgid "Calculates the arc sine of the current value in the display area." -#~ msgstr "Berechnet den Arkussinus des aktuellen Wertes im Anzeigebereich." - -#~ msgid "1 InvSin" -#~ msgstr "1 InvSin" - -#~ msgid "90" -#~ msgstr "90" - -#~ msgid "Hyperbolic Sine sinh" -#~ msgstr "Hyperbelsinus sinh" - -#~ msgid "" -#~ "Sin, Hyp option selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Sin, Option Hyp nicht " -#~ "aktiviert, Option Inv aktiviert" - -#~ msgid "" -#~ "Calculates the hyperbolic sine of the current value in the display area." -#~ msgstr "Berechnet den Hyperbelsinus des aktuellen Wertes im Anzeigebereich." - -#~ msgid "0.4 HypSin" -#~ msgstr "0,4 HypSin" - -#~ msgid "0.410752326" -#~ msgstr "0,410752326" - -#~ msgid "Arc Hyperbolic Sine asinh" -#~ msgstr "Inverser Hyperbelsinus asinh" - -#~ msgid "" -#~ "Sin, Hyp option selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Sin, Option Hyp aktiviert, " -#~ "Option Inv aktiviert" - -#~ msgid "" -#~ "Calculates the arc hyperbolic sine of the current value in the display " -#~ "area." -#~ msgstr "" -#~ "Berechnet den inversen Hyperbelsinus des aktuellen Wertes im " -#~ "Anzeigebereich." - -#~ msgid "" -#~ "1.6 HypInvSin" -#~ msgstr "" -#~ "1,6 HypInvSin" - -#~ msgid "1.248983328" -#~ msgstr "1,248983328" - -#~ msgid "Tangent tan" -#~ msgstr "Tangens tan" - -#~ msgid "" -#~ "Tan, Hyp option not selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Tan, Option Hyp nicht " -#~ "aktiviert, Option Inv nicht aktiviert" - -#~ msgid "Calculates the tangent of the current value in the display area." -#~ msgstr "Berechnet den Tangens des aktuellen Wertes im Anzeigebereich." - -#~ msgid "45 Tan" -#~ msgstr "45 Tan" - -#~ msgid "Arc Tangent atan" -#~ msgstr "Arkustangens atan" - -#~ msgid "" -#~ "Tan, Hyp option not selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Tan, Option Hyp nicht " -#~ "aktiviert, Option Inv aktiviert" - -#~ msgid "Calculates the arc tangent of the current value in the display area." -#~ msgstr "Berechnet den Arkustangens des aktuellen Wertes im Anzeigebereich." - -#~ msgid "1 InvTan" -#~ msgstr "1 InvTan" - -#~ msgid "45" -#~ msgstr "45" - -#~ msgid "Hyperbolic Tangent tanh" -#~ msgstr "Hyperbeltangens tanh" - -#~ msgid "" -#~ "Tan, Hyp option selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Tan, Option Hyp nicht " -#~ "aktiviert, Option Inv aktiviert" - -#~ msgid "" -#~ "Calculates the hyperbolic tangent of the current value in the display area." -#~ msgstr "" -#~ "Berechnet den Hyperbeltangens des aktuellen Wertes im Anzeigebereich." - -#~ msgid "0.6 HypTan" -#~ msgstr "0,6 HypTan" - -#~ msgid "0.537049567" -#~ msgstr "0,537049567" - -#~ msgid "Arc Hyperbolic Tangent atanh" -#~ msgstr "Inverser Hyperbeltangens atanh" - -#~ msgid "" -#~ "Tan, Hyp option selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Tan, Option Hyp aktiviert, " -#~ "Option Inv aktiviert" - -#~ msgid "" -#~ "Calculates the arc hyperbolic tangent of the current value in the display " -#~ "area." -#~ msgstr "" -#~ "Berechnet den inversen Hyperbeltangens des aktuellen Wertes im " -#~ "Anzeigebereich." - -#~ msgid "" -#~ "0.6 HypInvTan" -#~ msgstr "" -#~ "0,6 HypInvTan" - -#~ msgid "0.693147181" -#~ msgstr "0,693147181" - -#~ msgid "To Calculate Logarithms" -#~ msgstr "Berechnen von Logarithmen" - -#~ msgid "" -#~ "To calculate logarithms, use the buttons described in ." -#~ msgstr "" -#~ "Zur Berechnung von Logarithmen verwenden Sie die in beschriebenen Knöpfe." - -#~ msgid "Calculating Logarithms" -#~ msgstr "Berechnung von Logarithmen" - -#~ msgid "Common Logarithm Base 10" -#~ msgstr "Gewöhnlicher Logarithmus zur Basis 10" - -#~ msgid "Log10" -#~ msgstr "Log10" - -#~ msgid "" -#~ "Calculates the common logarithm (base 10) of the current value in the " -#~ "display area." -#~ msgstr "" -#~ "Berechnet den gewöhnlichen Logarithmus (zur Basis 10) des aktuellen Wertes " -#~ "im Anzeigebereich." - -#~ msgid "10 Log10" -#~ msgstr "10 Log10" - -#~ msgid "Ln" -#~ msgstr "Ln" - -#~ msgid "10 Ln" -#~ msgstr "10 Ln" - -#~ msgid "2.30" -#~ msgstr "2,30" - -#~ msgid "Common Logarithm Base 2" -#~ msgstr "Gewöhnlicher Logarithmus zur Basis 2" - -#~ msgid "Log2" -#~ msgstr "Log2" - -#~ msgid "" -#~ "Calculates the common logarithm (base 2) of the current value in the " -#~ "display area." -#~ msgstr "" -#~ "Berechnet den gewöhnlichen Logarithmus (zur Basis 2) des aktuellen Wertes " -#~ "im Anzeigebereich." - -#~ msgid "10 Log2" -#~ msgstr "10 Log2" - -#~ msgid "3.32" -#~ msgstr "3,32" - -#~ msgid "" -#~ "Common antilogarithm and natural antilogarithm are not supported in this " -#~ "version of mate-calc." -#~ msgstr "" -#~ "Diese Version von Taschenrechner unterstützt " -#~ "weder den gewöhnlichen noch den natürlichen Antilogarithmus." - -#~ msgid "To Enter Exponential Numbers" -#~ msgstr "Eingeben von Exponentialzahlen" - -#~ msgid "" -#~ "To enter exponential numbers, use the Exp button." -#~ msgstr "" -#~ "Exponentialzahlen geben Sie mit dem Knopf Exp ein." - -#~ msgid "" -#~ "The Exp button enables you to enter numbers in " -#~ "scientific notation, that is, mantissa * " -#~ "baseexponent:" -#~ msgstr "" -#~ "Der Knopf Exp ermöglicht die Eingabe von Zahlen in " -#~ "wissenschaftlicher Schreibweise, d.h. Mantisse " -#~ "* BasisExponent:" - -#~ msgid "mantissa" -#~ msgstr "Mantisse" - -#~ msgid "" -#~ "Current non-zero value in the display area. If the current value in the " -#~ "display area is zero, the mantissa is 1.0." -#~ msgstr "" -#~ "Aktueller von Null verschiedener Wert im Anzeigebereich. Wenn der aktuelle " -#~ "Wert im Anzeigebereich Null ist, dann ist die Mantisse 1,0." - -#~ msgid "base" -#~ msgstr "Basis" - -#~ msgid "" -#~ "2, 8, 10, or 16 for binary, octal, decimal, and hexadecimal numeric base " -#~ "respectively." -#~ msgstr "" -#~ "2, 8, 10, oder 16 für binäre, oktale, dezimale und hexadezimale numerische " -#~ "Basis." - -#~ msgid "exponent" -#~ msgstr "Exponent" - -#~ msgid "Next number that you enter." -#~ msgstr "Nächste Zahl zur Eingabe." - -#~ msgid "" -#~ "When you click Exp, the calculator displays " -#~ ". + to represent base to the " -#~ "power of the next number that you enter." -#~ msgstr "" -#~ "Wenn Sie auf Exp klicken, zeigt der Rechner " -#~ ". + an; dies steht für Basis " -#~ "hoch der nächsten Zahl, die Sie eingeben." - -#~ msgid "" -#~ "To change the sign of the number, use the +/- " -#~ "button before the Exp button. To change the sign of " -#~ "the exponent (the power to which the number is raised) use - after the Exp button." -#~ msgstr "" -#~ "Zum Ändern des Vorzeichens klicken Sie auf den Knopf +/- bevor Sie auf den Knopf Exp klicken. Um " -#~ "das Vorzeichen des Exponenten (der Hochzahl) zu ändern, verwenden Sie den " -#~ "Knopf - nach dem Knopf Exp." - -#~ msgid "" -#~ "To enter a decimal number in exponential format, use the guidelines in the " -#~ "following table:" -#~ msgstr "" -#~ "Um eine Dezimalzahl im Exponentialformat einzugeben, gehen Sie nach den " -#~ "Anweisungen in der folgenden Tabelle vor:" - -#~ msgid "Enter" -#~ msgstr "Eingabe" - -#~ msgid "Number Displayed" -#~ msgstr "Angezeigte Zahl" - -#~ msgid "1200000000" -#~ msgstr "1200000000" - -#~ msgid "" -#~ "12 Exp+8=" -#~ msgstr "" -#~ "12 Exp+8=" - -#~ msgid "-1200000000" -#~ msgstr "-1200000000" - -#~ msgid "" -#~ "- 12 Exp+8=" -#~ msgstr "" -#~ "- 12 Exp+8=" - -#~ msgid "0.00000012" -#~ msgstr "0,00000012" - -#~ msgid "" -#~ "12 Exp-8=" -#~ msgstr "" -#~ "12 Exp-8=" - -#~ msgid "1.2e-7" -#~ msgstr "1,2e-7" - -#~ msgid "-0.00000012" -#~ msgstr "-0.00000012" - -#~ msgid "" -#~ "- 12 Exp-8=" -#~ msgstr "" -#~ "- 12 Exp-8=" - -#~ msgid "-1.2e-7" -#~ msgstr "-1,2e-7" - -#~ msgid "To Use Constant Values" -#~ msgstr "Arbeiten mit Konstanten" - -#~ msgid "" -#~ "Click Con to display the list of defined constant " -#~ "values. All constant values are specified in decimal numeric base, even if " -#~ "the current numeric base is not decimal." -#~ msgstr "" -#~ "Klicken Sie auf Kon, um eine Liste der definierten " -#~ "Konstanten abzurufen. Sämtliche Konstanten werden als Dezimalzahlen " -#~ "dargestellt, selbst dann, wenn derzeit die numerische Basis nicht dezimal " -#~ "ist." - -#~ msgid "" -#~ "Select a constant from the menu to enter its value in the display area. If " -#~ "you use the keyboard shortcut #, you can use the keyboard " -#~ "to specify the constant, as shown in the following example:" -#~ msgstr "" -#~ "Wählen Sie die Konstante, deren Wert in den Anzeigebereich übertragen " -#~ "werden soll, im Menü aus. Wenn Sie mit der Tastenkombination # arbeiten, geben Sie die gewünschte Konstante gemäß dem folgenden " -#~ "Beispiel ein:" - -#~ msgid "Constant" -#~ msgstr "Konstante" - -#~ msgid "#" -#~ msgstr "#" - -#~ msgid "C3" -#~ msgstr "C3" - -#~ msgid "" -#~ "The mate-calc application provides ten default " -#~ "constant values, as described in the following table:" -#~ msgstr "" -#~ "Die Anwendung Taschenrechner stellt die zehn in " -#~ "der folgenden Tabelle beschriebenen Standardkonstanten zur Verfügung:" - -#~ msgid "C0" -#~ msgstr "C0" - -#~ msgid "0.621" -#~ msgstr "0,621" - -#~ msgid "Kilometer-to-mile conversion factor" -#~ msgstr "Umrechnungsfaktor Kilometer zu Meilen" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from kilometers per hour to miles per hour. For example, 8 * " -#~ "ConC0= 5." -#~ msgstr "" -#~ "Multiplizieren Sie den aktuellen Wert im Anzeigebereich mit dieser " -#~ "Konstante, um von Kilometern pro Stunde in Meilen pro Stunde umzurechnen. " -#~ "Beispiel: 8 * KonC0= 5." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from miles per hour to kilometers per hour. For example, 5 / " -#~ "ConC0= 8." -#~ msgstr "" -#~ "Dividieren Sie den aktuellen Wert im Anzeigebereich durch diese Konstante, " -#~ "um von Meilen pro Stunde in Kilometer pro Stunde umzurechnen. Beispiel: " -#~ "5 / KonC0= 8." - -#~ msgid "C1" -#~ msgstr "C1" - -#~ msgid "1.414213562" -#~ msgstr "1,414213562" - -#~ msgid "Square root of 2" -#~ msgstr "Quadratwurzel von 2" - -#~ msgid "C2" -#~ msgstr "C2" - -#~ msgid "2.718281828" -#~ msgstr "2,718281828" - -#~ msgid "3.141592653" -#~ msgstr "3,141592653" - -#~ msgid "pi" -#~ msgstr "Pi" - -#~ msgid "C4" -#~ msgstr "C4" - -#~ msgid "0.3937007" -#~ msgstr "0,3937007" - -#~ msgid "Centimeter-to-inch conversion factor" -#~ msgstr "Umrechnungsfaktor Zentimeter zu Zoll" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from centimeters to inches. For example, 30 * ConC4= 12." -#~ msgstr "" -#~ "Multiplizieren Sie den aktuellen Wert im Anzeigebereich mit dieser " -#~ "Konstante, um von Zentimetern in Zoll umzurechnen. Beispiel: 30 * " -#~ "KonC4= 12." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from inches to centimeters. For example, 12 / ConC4= 30." -#~ msgstr "" -#~ "Dividieren Sie den aktuellen Wert im Anzeigebereich durch diese Konstante, " -#~ "um von Zoll in Zentimeter umzurechnen. Beispiel: 12 / KonC4= 30." - -#~ msgid "C5" -#~ msgstr "C5" - -#~ msgid "57.295779513" -#~ msgstr "57,295779513" - -#~ msgid "Degrees in a radian" -#~ msgstr "Grad als Bogenmaß" - -#~ msgid "C6" -#~ msgstr "C6" - -#~ msgid "1048576" -#~ msgstr "1048576" - -#~ msgid "2 ^ 20" -#~ msgstr "2 ^ 20" - -#~ msgid "C7" -#~ msgstr "C7" - -#~ msgid "0.0353" -#~ msgstr "0,0353" - -#~ msgid "Gram-to-ounce conversion factor" -#~ msgstr "Umrechnungsfaktor Gramm zu Unzen" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from grams to ounces. For example, 500 * ConC7= 18." -#~ msgstr "" -#~ "Multiplizieren Sie den aktuellen Wert im Anzeigebereich mit dieser " -#~ "Konstante, um von Gramm in Unzen umzurechnen. Beispiel: 500 * " -#~ "KonC7= 18." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from ounces to grams. For example, 18 / ConC7= 500." -#~ msgstr "" -#~ "Dividieren Sie den aktuellen Wert im Anzeigebereich durch diese Konstante, " -#~ "um von Unzen in Gramm umzurechnen. Beispiel: 18 / KonC7= 500." - -#~ msgid "C8" -#~ msgstr "C8" - -#~ msgid "0.948" -#~ msgstr "0,948" - -#~ msgid "Kilojoule-to-British-thermal-unit conversion factor" -#~ msgstr "Umrechnungsfaktor Kilojoule zur britischen Wärmeeinheit" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from kilojoules to British thermal units. For example, 10 * " -#~ "ConC8= 9.48." -#~ msgstr "" -#~ "Multiplizieren Sie den aktuellen Wert im Anzeigebereich mit dieser " -#~ "Konstante, um von Kilojoule in Britische Wärmeeinheiten umzurechnen. " -#~ "Beispiel: 10 * KonC8= 9,48." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from British thermal units to kilojoules. For example, 9.48 / " -#~ "ConC8= 10." -#~ msgstr "" -#~ "Dividieren Sie den aktuellen Wert im Anzeigebereich durch diese Konstante, " -#~ "um von Britischen Wärmeeinheiten in Kilojoule umzurechnen. Beispiel: " -#~ "9,48 / KonC8= " -#~ "10." - -#~ msgid "C9" -#~ msgstr "C9" - -#~ msgid "0.061" -#~ msgstr "0,061" - -#~ msgid "Cubic-centimeter-to-cubic-inch conversion factor" -#~ msgstr "Umrechnungsfaktor Kubikzentimeter zu Kubikzoll" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from cubic centimeters to cubic inches. For example, 100 * " -#~ "ConC9= 6.10." -#~ msgstr "" -#~ "Multiplizieren Sie den aktuellen Wert im Anzeigebereich mit dieser " -#~ "Konstante, um von Kubikzentimetern in Kubikzoll umzurechnen. Beispiel: 100 " -#~ "* KonC9= 6,10." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from cubic inches to cubic centimeters. For example, 6.10 / " -#~ "ConC9= 100." -#~ msgstr "" -#~ "Dividieren Sie den aktuellen Wert im Anzeigebereich durch diese Konstante, " -#~ "um von Kubikzoll in Kubikzentimeter umzurechnen. Beispiel: 6,10 / " -#~ "KonC9= 100." - -#~ msgid "You can overwrite the default constants to store your own constants." -#~ msgstr "Sie können die Standardkonstanten durch eigene Konstanten ersetzen." - -#~ msgid "" -#~ "To store a new constant or edit an existing constant, perform the " -#~ "following steps:" -#~ msgstr "" -#~ "Gehen Sie wie folgt vor, wenn Sie eine neue Konstante speichern oder eine " -#~ "vorhandene Konstante bearbeiten möchten:" - -#~ msgid "" -#~ "Click Con, then select Edit Constants from the popup menu." -#~ msgstr "" -#~ "Klicken Sie auf Kon, und wählen Sie im Kontextmenü " -#~ "den Befehl Konstanten bearbeiten aus." - -#~ msgid "" -#~ "In the Edit Constants dialog, select the constant " -#~ "that you want to overwrite or edit." -#~ msgstr "" -#~ "Wählen Sie im Fenster Konstanten bearbeiten die " -#~ "Konstante aus, die überschrieben oder bearbeitet werden soll." - -#~ msgid "Click on the Value field, then enter the new value." -#~ msgstr "Klicken Sie auf das Feld »Wert«, und geben Sie den neuen Wert ein." - -#~ msgid "Click on the Description field, then enter the new description." -#~ msgstr "" -#~ "Klicken Sie auf das Feld »Beschreibung«, und geben Sie eine neue " -#~ "Beschreibung ein." - -#~ msgid "" -#~ "Click OK to save your changes and close the " -#~ "Edit Constants dialog." -#~ msgstr "" -#~ "Klicken Sie auf OK, um die Änderungen zu speichern " -#~ "und das Fenster Konstanten bearbeiten zu schließen." - -#~ msgid "To Use Functions" -#~ msgstr "Arbeiten mit Funktionen" - -#~ msgid "" -#~ "To show the available functions, click Fun. A popup " -#~ "menu displays the list of defined functions. Select a function from the " -#~ "menu to run that function." -#~ msgstr "" -#~ "Klicken Sie auf Fun, um die verfügbaren Funktionen " -#~ "anzuzeigen. Es wird ein Kontextmenü mit einer Liste der definierten " -#~ "Funktionen eingeblendet. Wählen Sie in diesem Menü die Funktion aus, die " -#~ "ausgeführt werden soll." - -#~ msgid "" -#~ "If you use the keyboard shortcut F, you can use the " -#~ "keyboard to specify the function, as shown in the following example:" -#~ msgstr "" -#~ "Wenn Sie mit der Tastenkombination F arbeiten, geben Sie " -#~ "die gewünschte Funktion gemäß dem folgenden Beispiel ein:" - -#~ msgid "F" -#~ msgstr "F" - -#~ msgid "F3" -#~ msgstr "F3" - -#~ msgid "" -#~ "The mate-calc application does not provide any " -#~ "default functions. You can store up to ten functions." -#~ msgstr "" -#~ "In der Anwendung Taschenrechner sind keine " -#~ "Standardfunktionen enthalten. Sie können bis zu zehn Funktionen speichern." - -#~ msgid "" -#~ "To store a new function or edit an existing function, perform the " -#~ "following steps:" -#~ msgstr "" -#~ "Gehen Sie wie folgt vor, wenn Sie eine neue Funktion speichern oder eine " -#~ "vorhandene Funktion bearbeiten möchten:" - -#~ msgid "" -#~ "Click Fun, then select Edit Functions from the popup menu." -#~ msgstr "" -#~ "Klicken Sie auf Fun, und wählen Sie im Kontextmenü " -#~ "den Befehl Funktionen bearbeiten aus." - -#~ msgid "" -#~ "In the Edit Functions dialog, select a blank entry, " -#~ "or the function that you want to overwrite." -#~ msgstr "" -#~ "Wählen Sie im Fenster Funktionen bearbeiten einen " -#~ "leeren Eintrag bzw. die Funktion aus, die überschrieben werden soll." - -#~ msgid "" -#~ "Click on the Value field, then enter the new equation to solve. You can " -#~ "use \"ans\" for the result of the previous equation and \"R5\" for " -#~ "register 5 etc. For example, enter (-R1+sqrt(R1^2-4*R0*R2))/(2*R0)" -#~ " to calculate a root of the quadratic equation R0*x^2 + R1*x + " -#~ "R2 = 0." -#~ msgstr "" -#~ "Klicken Sie in das Feld »Wert« und geben Sie eine neue zu lösende Gleichung " -#~ "ein. Sie können »ans« als Platzhalter für das letzte Ergebnis und »R5« für " -#~ "Register 5 usw. eingeben. Zum Beispiel geben Sie (-R1+sqrt(R1^2-" -#~ "4*R0*R2))/(2*R0) ein, um die Wurzel der quadratischen Gleichung " -#~ "R0*x^2 + R1*x + R2 = 0 zu berechnen." - -#~ msgid "" -#~ "Click on the Description field, then enter the new description. For " -#~ "example, Quadratic Solver." -#~ msgstr "" -#~ "Klicken Sie auf das Feld »Beschreibung« und geben Sie dann eine neue " -#~ "Beschreibung ein. Beispiel: Quadratische Lösung." - -#~ msgid "" -#~ "Click OK to save your changes and close the " -#~ "Edit Functions dialog." -#~ msgstr "" -#~ "Klicken Sie auf OK, um die Änderungen zu speichern " -#~ "und das Fenster Funktionen bearbeiten zu schließen." - -#~ msgid "To Perform Miscellaneous Scientific Calculations" -#~ msgstr "So führen Sie diverse wissenschaftliche Berechnungen aus" - -#~ msgid "" -#~ "To perform miscellaneous scientific calculations, use the buttons " -#~ "described in ." -#~ msgstr "" -#~ "Für diverse wissenschaftliche Berechnungen stehen Ihnen die in beschriebenen Knöpfe zur Verfügung." - -#~ msgid "Performing Miscellaneous Scientific Calculations" -#~ msgstr "Diverse wissenschaftliche Berechnungen" - -#~ msgid "e to the x power" -#~ msgstr "e hoch x" - -#~ msgid "ex" -#~ msgstr "ex" - -#~ msgid "" -#~ "Calculates the value of e raised to the power of the " -#~ "current value in the display area." -#~ msgstr "" -#~ "Berechnet den Wert der Eulerschen Zahl e hoch dem " -#~ "aktuellen Wert im Anzeigebereich." - -#~ msgid "2 ex" -#~ msgstr "2 ex" - -#~ msgid "7.39" -#~ msgstr "7,39" - -#~ msgid "10 to the x power" -#~ msgstr "10 hoch x" - -#~ msgid "10x" -#~ msgstr "10x" - -#~ msgid "" -#~ "Calculates the value of 10 raised to the power of the current value in the " -#~ "display area." -#~ msgstr "Berechnet den Wert von 10 hoch dem aktuellen Wert im Anzeigebereich." - -#~ msgid "2 10x" -#~ msgstr "2 10x" - -#~ msgid "2 to the x power" -#~ msgstr "2 hoch x" - -#~ msgid "2x" -#~ msgstr "2x" - -#~ msgid "" -#~ "Calculates the value of 2 raised to the power of the current value in the " -#~ "display area." -#~ msgstr "Berechnet den Wert von 2 hoch dem aktuellen Wert im Anzeigebereich." - -#~ msgid "2 2x" -#~ msgstr "2 2x" - -#~ msgid "x to the y power" -#~ msgstr "x hoch y" - -#~ msgid "y" -#~ msgstr "y" - -#~ msgid "" -#~ "Raises the current value in the display area to the power of the next " -#~ "value that you enter." -#~ msgstr "" -#~ "Liefert das Ergebnis für den aktuellen Wert im Anzeigebereich hoch der " -#~ "nächsten Zahl, die Sie eingeben." - -#~ msgid "" -#~ "2 xy4=" -#~ msgstr "" -#~ "2 xy4=" - -#~ msgid "x to the reciprocal y power" -#~ msgstr "x hoch dem Kehrwert von y" - -#~ msgid "" -#~ "Raises the current value in the display area to the reciprocal power of " -#~ "the next value that you enter." -#~ msgstr "" -#~ "Liefert das Ergebnis für den aktuellen Wert im Anzeigebereich hoch dem " -#~ "Kehrwert der nächsten Zahl, die Sie eingeben." - -#~ msgid "" -#~ "2 x1/y4=" -#~ msgstr "" -#~ "2 x1/y4=" - -#~ msgid "x Factorial" -#~ msgstr "x Fakultät" - -#~ msgid "!" -#~ msgstr "!" - -#~ msgid "" -#~ "Calculates the factorial of the current value in the display area. " -#~ "x factorial is x*" -#~ "(x-1)*(x-2)...*1. " -#~ "This function applies only to positive integers." -#~ msgstr "" -#~ "Berechnet die Fakultät des aktuellen Wertes im Anzeigebereich. " -#~ "x Fakultät ist x*" -#~ "(x-1)*(x-2)...*1. " -#~ "Diese Funktion gilt nur für positive Ganzzahlen." - -#~ msgid "4 x!" -#~ msgstr "4 x!" - -#~ msgid "24" -#~ msgstr "24" - -#~ msgid "Mod" -#~ msgstr "Mod" - -#~ msgid "" -#~ "Divides the current integer value in the display area by the next integer " -#~ "number that you enter, displaying the remainder." -#~ msgstr "" -#~ "Teilt den aktuellen ganzzahligen Wert in der Anzeige durch die nächste " -#~ "Zahl, die Sie eingeben. Der Divisionsrest wird daraufhin angezeigt." - -#~ msgid "" -#~ "15 Mod4=" -#~ msgstr "" -#~ "15 Mod4=" - -#~ msgid "Random Number Generator" -#~ msgstr "Zufallszahlengenerator" - -#~ msgid "" -#~ "Generates a random number in the range 0.0 to 1.0 then displays the random " -#~ "number in the display area." -#~ msgstr "" -#~ "Generiert eine Zufallszahl im Bereich von 0,0 bis 1,0 und zeigt sie im " -#~ "Anzeigebereich an." - -#~ msgid "0.14" -#~ msgstr "0,14" - -#~ msgid "To Perform Programming Calculations" -#~ msgstr "Ausführen programmierter Berechnungen" - -#~ msgid "" -#~ "To change to Programming mode, choose ViewProgramming." -#~ msgstr "" -#~ "Wählen Sie AnsichtProgrammiermodus, um in " -#~ "den Programmiermodus zu schalten." - -#~ msgid "" -#~ "When you change to Programming mode, the following widget is displayed " -#~ "above the Base and Advanced mode buttons:" -#~ msgstr "" -#~ "Wenn Sie in den Programmiermodus wechseln, werden die folgenden Knöpfe " -#~ "dieses Modus über den Knöpfen des Standardmodus und des erweiterten Modus " -#~ "angezeigt:" - -#~ msgid "mate-calc Programming Mode Buttons" -#~ msgstr "" -#~ "Knöpfe des Programmiermodus in Taschenrechner" - -#~ msgid "Shows Programming mode buttons." -#~ msgstr "" -#~ "Zeigt die Knöpfe des Programmiermodus in Taschenrechner." - -#~ msgid "To Set the Numeric Base" -#~ msgstr "Einstellen des Zahlensystems" - -#~ msgid "" -#~ "To set the numeric base, select one of the buttons described in ." -#~ msgstr "" -#~ "Das Zahlensystem stellen Sie mit einem der in beschriebenen Knöpfe ein." - -#~ msgid "Setting the Numeric Base" -#~ msgstr "Einstellen des Zahlensystems" - -#~ msgid "Binary Base" -#~ msgstr "Binär" - -#~ msgid "Sets the numeric base to binary, that is, base 2." -#~ msgstr "Stellt das Binärzahlensystem, d.h. Grundzahl 2, ein." - -#~ msgid "Octal Base" -#~ msgstr "Oktal" - -#~ msgid "Oct" -#~ msgstr "Okt" - -#~ msgid "Sets the numeric base to octal, that is, base 8." -#~ msgstr "Stellt das Oktalzahlensystem, d.h. Grundzahl 8, ein." - -#~ msgid "Decimal Base" -#~ msgstr "Dezimal" - -#~ msgid "Dec" -#~ msgstr "Dez" - -#~ msgid "" -#~ "Sets the numeric base to decimal, that is, base 10. Decimal is the default " -#~ "numeric base. If you change from Programming mode to another mode, " -#~ "mate-calc automatically sets the numeric base " -#~ "to decimal." -#~ msgstr "" -#~ "Stellt das Dezimalsystem, d.h. Grundzahl 10, ein. Das Standardzahlensystem " -#~ "ist das dezimale. Wenn Sie vom Programmiermodus in einen anderen " -#~ "umschalten, stellt Taschenrechner automatisch " -#~ "das Dezimalsystem ein." - -#~ msgid "Hexadecimal Base" -#~ msgstr "Hexadezimal" - -#~ msgid "Hex" -#~ msgstr "Hex" - -#~ msgid "Sets the numeric base to hexadecimal, that is, base 16." -#~ msgstr "Stellt das Hexadezimalsystem, d.h. Grundzahl 16, ein." - -#~ msgid "To Set the Word Length" -#~ msgstr "Einstellen der Wortlänge" - -#~ msgid "" -#~ "The word length can be altered, to make the bitwise functions behave " -#~ "differently. To set the word length, select one of the buttons described " -#~ "in ." -#~ msgstr "" -#~ "Die Wortlänge kann verändert werden, so dass die bitweisen Funktionen sich " -#~ "anders verhalten. Wählen Sie einen der in beschriebenen Knöpfe, um die Wortlänge anzupassen." - -#~ msgid "Setting the Word Length" -#~ msgstr "Einstellen der Wortlänge" - -#~ msgid "64 bit word" -#~ msgstr "64-Bit-Wort" - -#~ msgid "64 bit" -#~ msgstr "64 Bit" - -#~ msgid "Sets the word length to 64 bits. 64 bits is the default word length." -#~ msgstr "" -#~ "Legt eine Wortlänge von 64 Bit fest. 64 Bit sind die voreingestellte " -#~ "Wortlänge." - -#~ msgid "32 bit word" -#~ msgstr "32-Bit-Wort" - -#~ msgid "32 bit" -#~ msgstr "32 Bit" - -#~ msgid "Sets the word length to 32 bits." -#~ msgstr "Legt eine Wortlänge von 32 Bit fest." - -#~ msgid "16 bit word" -#~ msgstr "16-Bit-Wort" - -#~ msgid "16 bit" -#~ msgstr "16 Bit" - -#~ msgid "Sets the word length to 16 bits." -#~ msgstr "Legt eine Wortlänge von 16 Bit fest." - -#~ msgid "To Perform Bit Manipulations on Integers" -#~ msgstr "Ausführen von Bitmanipulationen auf Ganzzahlen" - -#~ msgid "" -#~ "If the calculator display shows an integer value, then each of the bits in " -#~ "that integer value is displayed as a collection of 0s and 1s in the Bit " -#~ "Editor. By clicking on any of these individual bits, their value can be " -#~ "toggled, causing the displayed integer value to be adjusted accordingly." -#~ msgstr "" -#~ "Wenn die Anzeige eine Ganzzahl enthält, dann wird jedes der Bits in einer " -#~ "Anreihung aus Nullen und Einsen im Bit-Editor dargestellt. Durch einen " -#~ "Mausklick auf ein einzelnes Bit wird der binäre Wert umgeschaltet. Die " -#~ "angezeigte Dezimalzahl wird entsprechend dem neuen Zahlenwert angepasst." - -#~ msgid "To Perform Bitwise Calculations" -#~ msgstr "Ausführen bitweiser Berechnungen" - -#~ msgid "" -#~ "To perform bitwise calculations, use the buttons described in ." -#~ msgstr "" -#~ "Logische Berechnungen führen Sie mit den in beschriebenen Knöpfen aus." - -#~ msgid "Performing Bitwise Calculations" -#~ msgstr "Bitweise Berechnungen" - -#~ msgid "Bitwise OR" -#~ msgstr "Bitweises ODER" - -#~ msgid "OR" -#~ msgstr "ODER" - -#~ msgid "" -#~ "Performs a bitwise OR operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und Ihrer nächsten Eingabe " -#~ "eine bitweise ODER-Operation aus." - -#~ msgid "10001000 OR 00010001" -#~ msgstr "10001000 ODER 00010001" - -#~ msgid "Bitwise AND" -#~ msgstr "Bitweises UND" - -#~ msgid "AND" -#~ msgstr "UND" - -#~ msgid "" -#~ "Performs a bitwise AND operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und Ihrer nächsten Eingabe " -#~ "eine bitweise UND-Operation aus." - -#~ msgid "10101010 AND 00110011" -#~ msgstr "10101010 UND 00110011" - -#~ msgid "100010" -#~ msgstr "100010" - -#~ msgid "Bitwise NOT" -#~ msgstr "Bitweises NICHT" - -#~ msgid "NOT" -#~ msgstr "NICHT" - -#~ msgid "" -#~ "Performs a bitwise NOT operation on the current value in the display area, " -#~ "using the word size configured in ." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und Ihrer nächsten Eingabe " -#~ "eine bitweise NICHT-Operation aus." - -#~ msgid "NOT 1357ACE" -#~ msgstr "NICHT 1357ACE" - -#~ msgid "FECA8531" -#~ msgstr "FECA8531" - -#~ msgid "Bitwise XOR" -#~ msgstr "Bitweises XOR" - -#~ msgid "XOR" -#~ msgstr "XOR" - -#~ msgid "" -#~ "Performs a bitwise XOR operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und Ihrer nächsten Eingabe " -#~ "eine bitweise XOR-Operation aus." - -#~ msgid "1100 XOR 1010" -#~ msgstr "1100 XOR 1010" - -#~ msgid "110" -#~ msgstr "110" - -#~ msgid "Bitwise XNOR" -#~ msgstr "Bitweises XNOR" - -#~ msgid "XNOR" -#~ msgstr "XNOR" - -#~ msgid "" -#~ "Performs a bitwise XNOR operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und Ihrer nächsten Eingabe " -#~ "eine bitweise XNOR-Operation aus." - -#~ msgid "1100 XNOR 1010" -#~ msgstr "1100 XNOR 1010" - -#~ msgid "1001" -#~ msgstr "1001" - -#~ msgid "To Manipulate Binary Numbers" -#~ msgstr "Arbeiten mit Binärzahlen" - -#~ msgid "" -#~ "To manipulate binary numbers, use the buttons described in ." -#~ msgstr "" -#~ "Für die Arbeit mit Binärzahlen verwenden Sie die in beschriebenen Knöpfe." - -#~ msgid "Manipulating Binary Numbers" -#~ msgstr "Arbeiten mit Binärzahlen" - -#~ msgid "Left Shift n" -#~ msgstr "Linksverschiebung n" - -#~ msgid "<" -#~ msgstr "<" - -#~ msgid "" -#~ "Shifts the current value in the display area, the specified number of " -#~ "places to the left. Click <, then select the " -#~ "number of shift places from the popup menu. The number can be shifted up " -#~ "to 15 places left." -#~ msgstr "" -#~ "Verschiebt den aktuellen Wert im Anzeigebereich um die angegebene Anzahl " -#~ "Stellen nach links. Klicken Sie auf <, und " -#~ "wählen Sie die Anzahl der Stellen für die Verschiebung aus. Die Zahl kann " -#~ "um bis zu 15 Stellen nach links verschoben werden." - -#~ msgid "111 <1 place" -#~ msgstr "111 <1 Stelle" - -#~ msgid "1110" -#~ msgstr "1110" - -#~ msgid "Right Shift n" -#~ msgstr "Rechtsverschiebung n" - -#~ msgid ">" -#~ msgstr ">" - -#~ msgid "" -#~ "Shifts the current value in the display area, the specified number of " -#~ "places to the right. Click >, then select the " -#~ "number of shift places from the popup menu. The number can be shifted up " -#~ "to 15 places right." -#~ msgstr "" -#~ "Verschiebt den aktuellen Wert im Anzeigebereich um die angegebene Anzahl " -#~ "Stellen nach rechts. Klicken Sie auf <, und " -#~ "wählen Sie die Anzahl der Stellen für die Verschiebung aus. Die Zahl kann " -#~ "um bis zu 15 Stellen nach rechts verschoben werden." - -#~ msgid "1011 >1 place" -#~ msgstr "1011 >1 Stelle" - -#~ msgid "Truncating a number" -#~ msgstr "Abschneiden einer Zahl" - -#~ msgid "Trunc" -#~ msgstr "Abschn" - -#~ msgid "" -#~ "Truncates the current value in the display area to the word size " -#~ "configured in ." -#~ msgstr "" -#~ "Schneidet den aktuellen Anzeigewert auf die in festgelegte Wortgröße zu." - -#~ msgid "FFFFFFFFFF Trunc" -#~ msgstr "FFFFFFFFFF Abschn" - -#~ msgid "FFFFFFFF" -#~ msgstr "FFFFFFFF" - -#~ msgid "Get the 1's complement" -#~ msgstr "Das Einerkomplement berechnen" - -#~ msgid "1's" -#~ msgstr "1er" - -#~ msgid "" -#~ "Calculates the 1's complement for the current value in the display area, " -#~ "using the word size configured in ." -#~ msgstr "" -#~ "Berechnet das Einerkomplement für den aktuell angezeigten Wert mit der in " -#~ " eingestellten Wortgröße." - -#~ msgid "D723 1's" -#~ msgstr "D723 1er" - -#~ msgid "FFFF28DC" -#~ msgstr "FFFF28DC" - -#~ msgid "Get the 2's complement" -#~ msgstr "Das Zweierkomplement berechnen" - -#~ msgid "2's" -#~ msgstr "2er" - -#~ msgid "" -#~ "Calculates the 2's complement for the current value in the display area, " -#~ "using the word size configured in ." -#~ msgstr "" -#~ "Berechnet das Zweierkomplement für den aktuell angezeigten Wert mit der in " -#~ " eingestellten Wortgröße." - -#~ msgid "D723 2's" -#~ msgstr "D723 2er" - -#~ msgid "FFFF28DD" -#~ msgstr "FFFF28DD" - -#~ msgid "" -#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " -#~ "number of places to shift, as shown in the following examples:" -#~ msgstr "" -#~ "Wenn Sie mit Tastenkombinationen arbeiten, geben Sie die Anzahl der " -#~ "Stellen, um die eine Zahl verschoben werden soll, gemäß den folgenden " -#~ "Beispielen an:" - -#~ msgid "" -#~ "Shifts the current binary value in the display area 4 places to the left." -#~ msgstr "" -#~ "Verschiebt den aktuellen Binärwert im Anzeigebereich um vier Stellen nach " -#~ "links." - -#~ msgid "" -#~ "Shifts the current binary value in the display area 4 places to the right." -#~ msgstr "" -#~ "Verschiebt den aktuellen Binärwert im Anzeigebereich um vier Stellen nach " -#~ "rechts." - -#~ msgid "To Perform Miscellaneous Programming Calculations" -#~ msgstr "Ausführen diverser programmierbarer Berechnungen" - -#~ msgid "" -#~ "To perform miscellaneous programming calculations, use the buttons " -#~ "described in ." -#~ msgstr "" -#~ "Für diverse wissenschaftliche Berechnungen stehen Ihnen die in beschriebenen Knöpfe zur Verfügung." - -#~ msgid "Performing Miscellaneous Programming Calculations" -#~ msgstr "Diverse programmierbare Berechnungen durchführen" - -#~ msgid "Hexadecimal Numerals" -#~ msgstr "Hexadezimalzahlen" - -#~ msgid "A to F inclusive" -#~ msgstr "" -#~ "A bis F (einschließlich)" - -#~ msgid "These numerals are available in hexadecimal base only." -#~ msgstr "Diese Zahlen stehen nur im Hexadezimalmodus zur Verfügung." - -#~ msgid "B" -#~ msgstr "B" - -#~ msgid "To Undo and Redo" -#~ msgstr "Änderungen rückgängig machen oder wiederholen" - -#~ msgid "" -#~ "To undo your previous action, choose EditUndo. You can undo up to " -#~ "15 past actions." -#~ msgstr "" -#~ "Um vorhergehende Aktionen rückgängig zu machen, wählen Sie " -#~ "BearbeitenRückgängig. Es können bis zu 15 Vorgänge rückgängig gemacht " -#~ "werden." - -#~ msgid "" -#~ "If you want to redo an action you have just undone, choose " -#~ "EditRedo. You can redo up to 15 undone actions." -#~ msgstr "" -#~ "Um soeben rückgängig gemachte Aktionen zu wiederholen, wählen Sie " -#~ "BearbeitenWiederholen. Es können bis zu 15 Aktionen wiederholt werden." - -#~ msgid "To Quit" -#~ msgstr "Beenden der Anwendung" - -#~ msgid "" -#~ "To quit mate-calc, choose " -#~ "CalculatorQuit." -#~ msgstr "" -#~ "Zum Beenden von Taschenrechner wählen Sie " -#~ "TaschenrechnerBeenden." - -#~ msgid "" -#~ "When you quit mate-calc, the current values of " -#~ "the following settings are stored and automatically applied the next time " -#~ "you start mate-calc:" -#~ msgstr "" -#~ "Wenn Sie Taschenrechner beenden, werden die " -#~ "aktuellen Werte der folgenden Einstellungen gespeichert und beim nächsten " -#~ "Start von Taschenrechner automatisch wieder " -#~ "angewendet:" - -#~ msgid "" -#~ "Mode: Basic, Advanced, Financial, or Scientific" -#~ msgstr "" -#~ "Modus:Standard, Finanztechnisch oder Wissenschaftlich" - -#~ msgid "" -#~ "Memory Registers window " -#~ "displayed or not displayed, plus the contents of each memory register" -#~ msgstr "" -#~ "Speicherregisterfenster ein- " -#~ "oder ausgeblendet, einschließlich der Inhalte der Speicherregister" - -#~ msgid "Display type" -#~ msgstr "Anzeigeformat" - -#~ msgid "Show Trailing Zeroes" -#~ msgstr "Nachfolgende Nullen anzeigen" - -#~ msgid "Show Thousands Separator" -#~ msgstr "Tausender-Trennzeichen anzeigen" - -#~ msgid "Technical Information" -#~ msgstr "Technische Informationen" - -#~ msgid "Error Conditions" -#~ msgstr "Fehlerbedingungen" - -#~ msgid "Displays the word Error in the display area." -#~ msgstr "Das Wort Fehler erscheint im Anzeigebereich." - -#~ msgid "Displays an error message in the status bar." -#~ msgstr "Eine Fehlermeldung erscheint im Anzeigebereich." - -#~ msgid "" -#~ "Makes all calculator buttons unavailable, except Clr." -#~ msgstr "Alle Rechnerknöpfe außer Lös werden inaktiv." - -#~ msgid "Makes all calculator options unavailable." -#~ msgstr "Alle Rechneroptionen werden inaktiv." - -#~ msgid "" -#~ "Makes all calculator menu items unavailable, except " -#~ "CalculatorQuit and HelpContents." -#~ msgstr "" -#~ "Alle Befehle der Rechnermenüs außer TaschenrechnerBeenden und " -#~ "HilfeInhalt werden inaktiv." - -#~ msgid "" -#~ "If you perform an invalid calculation, mate-calc indicates the error condition as follows: " -#~ msgstr "" -#~ "Wenn Sie eine ungültige Berechnung ausführen, weist Sie " -#~ "Taschenrechner wie folgt auf die " -#~ "Fehlerbedingung hin: " - -#~ msgid "" -#~ "To clear the error condition, click Clr or press " -#~ "ShiftDelete." -#~ msgstr "" -#~ "Zum Löschen des Fehlers klicken Sie auf Lös oder " -#~ "drücken UmschalttasteEntfernen." - -#~ msgid "Changing Modes" -#~ msgstr "Moduswechsel" - -#~ msgid "" -#~ "If the user tries to change modes when a partial calculation is being " -#~ "displayed, a warning dialog is displayed, telling the user that the " -#~ "current calculation will be cleared, and the base will be reset to decimal." -#~ msgstr "" -#~ "Beim Versuch den Modus bei einer bestehenden Teilberechnung zu wechseln " -#~ "wird eine Warnmeldung ausgegeben, die besagt, dass die derzeitigen " -#~ "Berechnungen gelöscht werden und auf das Dezimalsystem geschaltet wird." - -#~ msgid "" -#~ "There is a checkbox present, that if checked, prevents the dialog from " -#~ "being shown again." -#~ msgstr "" -#~ "Über ein Ankreuzfeld kann ein erneutes Anzeigen des Dialoges unterbunden " -#~ "werden." - -#~ msgid "Clears the display." -#~ msgstr "Löscht die Anzeige." - -#~ msgid "Sets the base to decimal." -#~ msgstr "Schaltet das Dezimalsystem ein." - -#~ msgid "Sets the numeric display to fixed." -#~ msgstr "Schaltet die numerische Anzeige auf Fixpunkt." - -#~ msgid "Sets the accuracy to nine places after the numeric point." -#~ msgstr "Stellt die Genauigkeit auf neun Nachkommastellen ein." - -#~ msgid "Clears the display of the thousands separator." -#~ msgstr "Löscht die Tausender-Trennzeichen in der Anzeige." - -#~ msgid "Clears the display of trailing zeroes after the numeric point." -#~ msgstr "Löscht nachfolgende Nullen hinter dem Komma in der Anzeige." - -#~ msgid "Dismisses the register window if the new mode is Basic." -#~ msgstr "" -#~ "Verbirgt das Registerfenster, wenn der neue Modus der Standardmodus ist." - -#~ msgid "" -#~ "If the user presses the Cancel button, the change " -#~ "mode operation is cancelled. If the user presses the Change " -#~ "Mode button, the mode is changed and has the following side-" -#~ "effects: " -#~ msgstr "" -#~ "Mit dem Knopf Abbrechen wird ein Moduswechsel " -#~ "abgebrochen. Der Knopf Modus wechseln veranlasst " -#~ "einen Moduswechsel und bewirkt die folgenden Nebeneffekte: " - -#~ msgid "Changing The Display Area" -#~ msgstr "Ändern des Anzeigebereichs" - -#~ msgid "" -#~ "It is possible to use the mouse to click on the display area and edit it." -#~ msgstr "" -#~ "Es ist möglich, den Anzeigebereich mit einem Mausklick zu bearbeiten." - -#~ msgid "" -#~ "CtrlDelete which " -#~ "will delete the character to the right of the text cursor" -#~ msgstr "" -#~ "STRGEntfernen " -#~ "löscht das Zeichen rechts der Eingabemarke" - -#~ msgid "" -#~ "Home which moves the text cursor to the beginning of the " -#~ "display area" -#~ msgstr "" -#~ "Pos1 setzt die Eingabemarke an den Anfang des " -#~ "Anzeigebereichs" - -#~ msgid "" -#~ "End which moves the text cursor to the end of the display " -#~ "area" -#~ msgstr "" -#~ "Ende setzt die Eingabemarke an das Ende des " -#~ "Anzeigebereichs" - -#~ msgid "" -#~ "All the normal keyboard shortcuts will work, plus the addition of: " -#~ "" -#~ msgstr "" -#~ "Zu den üblichen Tastenkombinationen funktionieren zusätzlich folgende: " -#~ "" - -#~ msgid "Quick Reference: Keyboard Shortcuts" -#~ msgstr "Kurzreferenz: Tastenkombinationen" - -#~ msgid "" -#~ ", , and provide a quick reference for " -#~ "all of the mate-calc keyboard shortcuts." -#~ msgstr "" -#~ ", und bieten eine Kurzreferenz für " -#~ "alle Tastenkombinationen in Taschenrechner." - -#~ msgid "" -#~ "When you use the keyboard shortcut for any of the calculator buttons that " -#~ "have a menu associated with them, that menu is displayed. You can then use " -#~ "the arrow keys to select a menu item or the menu item's shortcut." -#~ msgstr "" -#~ "Wenn Sie die Tastenkombination für einen beliebigen Knopf verwenden, so " -#~ "wird das damit verbundene Menü angezeigt. Mit den Pfeiltasten oder der " -#~ "zugehörigen Tastenkombination können Menüpunkte ausgewählt werden." - -#~ msgid "" -#~ "Quick Reference for Keyboard Shortcuts of mate-calc Buttons" -#~ msgstr "" -#~ "Kurzreferenz - Tastenkombinationen für Knöpfe in " -#~ "Taschenrechner" - -#~ msgid "Keyboard Shortcut" -#~ msgstr "Tastenkombination" - -#~ msgid "See" -#~ msgstr "Siehe" - -#~ msgid "0 to 9 inclusive" -#~ msgstr "0 bis 9 (einschließlich)" - -#~ msgid "A" -#~ msgstr "A" - -#~ msgid "Acc" -#~ msgstr "Gen" - -#~ msgid "a" -#~ msgstr "a" - -#~ msgid "Hexadecimal numerals" -#~ msgstr "Hexadezimalzahlen" - -#~ msgid "b" -#~ msgstr "b" - -#~ msgid "C" -#~ msgstr "C" - -#~ msgid "c" -#~ msgstr "c" - -#~ msgid "D" -#~ msgstr "D" - -#~ msgid "Double-declining depreciation" -#~ msgstr "Geometrisch-degressive Abschreibung" - -#~ msgid "d" -#~ msgstr "d" - -#~ msgid "E" -#~ msgstr "E" - -#~ msgid "Exp" -#~ msgstr "Exp" - -#~ msgid "Exponential" -#~ msgstr "Exponentialzahl" - -#~ msgid "Fun" -#~ msgstr "Fun" - -#~ msgid "f" -#~ msgstr "f" - -#~ msgid "G" -#~ msgstr "G" - -#~ msgid "g" -#~ msgstr "g" - -#~ msgid "Common base 10 logarithm" -#~ msgstr "Logarithmus zur üblichen Basis 10" - -#~ msgid "H" -#~ msgstr "H" - -#~ msgid "h" -#~ msgstr "h" - -#~ msgid "Log2" -#~ msgstr "Log2" - -#~ msgid "Common base 2 logarithm" -#~ msgstr "Logarithmus zur Basis 2" - -#~ msgid "I" -#~ msgstr "I" - -#~ msgid "Integer portion" -#~ msgstr "Ganzzahliger Anteil" - -#~ msgid "J" -#~ msgstr "J" - -#~ msgid "Cos-1" -#~ msgstr "Cos-1" - -#~ msgid "Inverse Cosine" -#~ msgstr "Arcuscosinus" - -#~ msgid "j" -#~ msgstr "j" - -#~ msgid "K" -#~ msgstr "K" - -#~ msgid "Inverse Sine" -#~ msgstr "Arcussinus" - -#~ msgid "k" -#~ msgstr "k" - -#~ msgid "Sin" -#~ msgstr "Sin" - -#~ msgid "l" -#~ msgstr "l" - -#~ msgid "Straight-line depreciation" -#~ msgstr "Lineare Abschreibung" - -#~ msgid "M" -#~ msgstr "M" - -#~ msgid "m" -#~ msgstr "m" - -#~ msgid "Compounding term" -#~ msgstr "Wachstumsdauer" - -#~ msgid "N" -#~ msgstr "N" - -#~ msgid "n" -#~ msgstr "n" - -#~ msgid "Natural logarithm" -#~ msgstr "Natürlicher Logarithmus" - -#~ msgid "O" -#~ msgstr "O" - -#~ msgid "x to the reciprocaly power" -#~ msgstr "x hoch dem Kehrwert vony" - -#~ msgid "o or ^" -#~ msgstr "o oder ^" - -#~ msgid "Periodic payment" -#~ msgstr "Periodische Zahlung" - -#~ msgid "p" -#~ msgstr "p" - -#~ msgid "Present value" -#~ msgstr "Barwert" - -#~ msgid "Retrieve value from memory register" -#~ msgstr "Wert aus Speicherregister abrufen" - -#~ msgid "r" -#~ msgstr "r" - -#~ msgid "Store value in memory register" -#~ msgstr "Wert in Speicherregister ablegen" - -#~ msgid "s" -#~ msgstr "s" - -#~ msgid "Square root" -#~ msgstr "Quadratwurzel" - -#~ msgid "T" -#~ msgstr "T" - -#~ msgid "Periodic interest rate" -#~ msgstr "Periodischer Zinssatz" - -#~ msgid "t" -#~ msgstr "t" - -#~ msgid "Payment period" -#~ msgstr "Zahlungsperiode" - -#~ msgid "u" -#~ msgstr "u" - -#~ msgid "Absolute value" -#~ msgstr "Absolutwert" - -#~ msgid "v" -#~ msgstr "v" - -#~ msgid "Future value" -#~ msgstr "Zukünftiger Wert" - -#~ msgid "W" -#~ msgstr "W" - -#~ msgid "Tan-1" -#~ msgstr "Tan-1" - -#~ msgid "Inverse Tan" -#~ msgstr "Arcustangens" - -#~ msgid "w" -#~ msgstr "w" - -#~ msgid "Exchange memory register value and displayed value" -#~ msgstr "Die Werte in Speicherregister und Anzeige vertauschen" - -#~ msgid "Xor" -#~ msgstr "Xod" - -#~ msgid "Y" -#~ msgstr "Y" - -#~ msgid "Sum-of-the-years'-digits depreciation" -#~ msgstr "Arithmetisch-degressive Abschreibung" - -#~ msgid "Z" -#~ msgstr "Z" - -#~ msgid "z" -#~ msgstr "Z" - -#~ msgid "1's complement" -#~ msgstr "Einerkomplement" - -#~ msgid "!" -#~ msgstr "!" - -#~ msgid "x factorial" -#~ msgstr "x Fakultät" - -#~ msgid "Con" -#~ msgstr "Kon" - -#~ msgid "Constant value" -#~ msgstr "Konstante" - -#~ msgid "&" -#~ msgstr "&" - -#~ msgid "And" -#~ msgstr "Und" - -#~ msgid "( and )" -#~ msgstr "( und )" - -#~ msgid ":" -#~ msgstr ":" - -#~ msgid "Fractional portion" -#~ msgstr "Nachkommateil" - -#~ msgid "Left shift n" -#~ msgstr "n nach links verschieben " - -#~ msgid "= or Return" -#~ msgstr "= oder Eingabetaste" - -#~ msgid "Right shift n" -#~ msgstr "n nach rechts verschieben" - -#~ msgid "?" -#~ msgstr "?" - -#~ msgid "Random number generator" -#~ msgstr "Zufallszahlengenerator" - -#~ msgid "@" -#~ msgstr "@" - -#~ msgid "{" -#~ msgstr "{" - -#~ msgid "Xnor" -#~ msgstr "Xnor" - -#~ msgid "[" -#~ msgstr "[" - -#~ msgid "Truncates the number" -#~ msgstr "Die Zahl abschneiden" - -#~ msgid "|" -#~ msgstr "|" - -#~ msgid "Or" -#~ msgstr "Oder" - -#~ msgid "~" -#~ msgstr "~" - -#~ msgid "Not" -#~ msgstr "Nich" - -#~ msgid "Esc or" -#~ msgstr "Esc or" - -#~ msgid "Clear entry" -#~ msgstr "Clear entry" - -#~ msgid "Shift" -#~ msgstr "Umschalttaste" - -#~ msgid "Delete" -#~ msgstr "Entf" - -#~ msgid "" -#~ "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -#~ msgstr "" -#~ "Kurzreferenz - Tastenkombinationen für Optionen des wissenschaftlichen " -#~ "Modus in Taschenrechner" - -#~ msgid "Option" -#~ msgstr "Option" - -#~ msgid "Alt" -#~ msgstr "Alt" - -#~ msgid "Set the word size to 16 bits." -#~ msgstr "Die Wortgröße auf 16 Bit festlegen." - -#~ msgid "Set the word size to 32 bits." -#~ msgstr "Die Wortgröße auf 32 Bit festlegen." - -#~ msgid "Set the word size to 64 bits." -#~ msgstr "Die Wortgröße auf 64 Bit festlegen." - -#~ msgid "Set the trigonometric type to gradians." -#~ msgstr "Trigonometrisches Format auf Neugrad umschalten." - -#~ msgid "Set the numeric base to binary." -#~ msgstr "Binärzahlensystem einschalten." - -#~ msgid "Set the numeric base to decimal." -#~ msgstr "Dezimalsystem einschalten." - -#~ msgid "Set the display type to fixed-point format." -#~ msgstr "Festkommaformat als Anzeigeformat einschalten." - -#~ msgid "Set the trigonometric type to degrees." -#~ msgstr "Trigonometrisches Format auf Grad umschalten." - -#~ msgid "Select the inverse option for use with the trigonometric functions." -#~ msgstr "Trigonometrische Funktionen invers durchführen." - -#~ msgid "Set the display type to engineering format." -#~ msgstr "Technisches Anzeigeformat einschalten." - -#~ msgid "o" -#~ msgstr "o" - -#~ msgid "Set the numeric base to octal." -#~ msgstr "Oktalzahlensystem einschalten." - -#~ msgid "Set the trigonometric type to radians." -#~ msgstr "Trigonometrisches Format auf Bogenmaß umschalten." - -#~ msgid "Set the display type to scientific format." -#~ msgstr "Wissenschaftliches Anzeigefomat einschalten." - -#~ msgid "Set the numeric base to hexadecimal." -#~ msgstr "Hexadezimalsystem einschalten." - -#~ msgid "" -#~ "Select the hyperbolic option for use with the trigonometric functions." -#~ msgstr "Trigonometrische Funktionen hyperbolisch durchführen." - -#~ msgid "" -#~ "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" -#~ msgstr "" -#~ "Kurzreferenz - Tastenkombinationen für Menüelemente in " -#~ "Taschenrechner" - -#~ msgid "Menu Item" -#~ msgstr "Menüpunkt" - -#~ msgid "View" -#~ msgstr "Ansicht" - -#~ msgid "Change to Basic mode" -#~ msgstr "Standardmodus einschalten" - -#~ msgid "Edit" -#~ msgstr "Bearbeiten" - -#~ msgid "Copy" -#~ msgstr "Kopieren" - -#~ msgid "Copy the current value in the display area to the clipboard" -#~ msgstr "Aktuellen Wert im Anzeigebereich in die Zwischenablage kopieren" - -#~ msgid "Change to Financial mode" -#~ msgstr "Finanztechnischen Modus einschalten" - -#~ msgid "Help" -#~ msgstr "Hilfe" - -#~ msgid "Display the mate-calc online help" -#~ msgstr "Online-Hilfe zu Taschenrechner anzeigen" - -#~ msgid "Insert ASCII Value" -#~ msgstr "ASCII-Werte einfügen" - -#~ msgid "Display the Insert ASCII Value dialog" -#~ msgstr "Das Fenster ASCII-Werte einfügen aufrufen" - -#~ msgid "Display the thousands separator" -#~ msgstr "Tausender-Trennzeichen einblenden" - -#~ msgid "Memory Registers" -#~ msgstr "Speicherregister" - -#~ msgid "Display the Memory Registers window" -#~ msgstr "Das Fenster Speicherregister aufrufen" - -#~ msgid "Change to Programming mode" -#~ msgstr "Programmiermodus einschalten" - -#~ msgid "q" -#~ msgstr "Q" - -#~ msgid "Quit" -#~ msgstr "Beenden" - -#~ msgid "Quit the mate-calc application" -#~ msgstr "Die Anwendung Taschenrechner beenden" - -#~ msgid "Change to Scientific mode" -#~ msgstr "Wissenschaftlichen Modus einschalten" - -#~ msgid "Show trailing zeroes" -#~ msgstr "Nachgestellte Nullen anzeigen" - -#~ msgid "Paste" -#~ msgstr "Einfügen" - -#~ msgid "Paste the current value in the clipboard to the display area" -#~ msgstr "" -#~ "Aktuell in der Zwischenablage gespeicherten Wert in den Anzeigebereich " -#~ "einfügen" - -#~ msgid "Undo" -#~ msgstr "Rückgängig" - -#~ msgid "Redo" -#~ msgstr "Wiederholen" - -#~ msgid "Redo an undone action" -#~ msgstr "Einen zurückgenommenen Vorgang wiederholen" - -#~ msgid "" -#~ "This is only really meaningful if the Calculator is not in Arithmetic " -#~ "Precedence mode." -#~ msgstr "" -#~ "Dies ist nur wirklich bedeutsam wenn der Taschenrechner nicht im Modus der " -#~ "arithmetischen Priorität arbeitet." - -#~ msgid "If the calculator is not in Arithmetic Precedence mode:" -#~ msgstr "" -#~ "Wenn der Taschenrechner nicht im Modus der arithmetischen Priorität " -#~ "arbeitet:" - -#~ msgid "If the calculator is in Arithmetic Precedence mode:" -#~ msgstr "" -#~ "Wenn der Taschenrechner im Modus der arithmetischen Priorität arbeitet:" - -#~ msgid "For arithmetic precedence mode:" -#~ msgstr "Im Falle der arithmetischen Priorität:" - -#~ msgid "For non-arithmetic precedence mode:" -#~ msgstr "Im Falle der nicht-arithmetischen Priorität:" - -#~ msgid "9 Sqrt" -#~ msgstr "9 Wurz" - -#~ msgid "" -#~ "Provide precedence in arithmetic calculations if you are not using " -#~ "Arithmetic Precedence. See also . Calculations within parentheses are performed first. You can nest " -#~ "parentheses to any level. When the last parenthesis is matched, the " -#~ "display area is updated." -#~ msgstr "" -#~ "Priorität in arithmetischen Berechnungen setzen wenn Sie nicht " -#~ "arithmetische Priorität verwenden. Sehen Sie auch für weitere Informationen. Berechnungen in " -#~ "Klammern werden zuerst ausgeführt. Wenn Sie keine Klammern setzen, werden " -#~ "arithmetische Berechnungen ohne arithmetische Prioritäten von links nach " -#~ "rechts ausgeführt. Klammern können beliebig stark verschachtelt werden. " -#~ "Wenn die letzte Klammer geschlossen ist, wird der Anzeigebereich " -#~ "aktualisiert." - -#~ msgid "" -#~ "To enter a decimal number in exponential format, in non-arithmetic " -#~ "precedence mode, use the guidelines in the following table:" -#~ msgstr "" -#~ "Um eine Zahl im Exponentialformat bei nicht-arithmetischer Priorität " -#~ "einzugeben, gehen Sie nach den Anweisungen in der folgenden Tabelle vor:" - -#~ msgid "" -#~ "12 Exp8=" -#~ msgstr "" -#~ "12 Exp8=" - -#~ msgid "" -#~ "12 +/-Exp8=" -#~ msgstr "" -#~ "12 +/-Exp8=" - -#~ msgid "" -#~ "12 Exp8+/-" -#~ msgstr "" -#~ "12 Exp8+/-" - -#~ msgid "" -#~ "12 +/-Exp8+/-" -#~ msgstr "" -#~ "12 +/-Exp8+/-" - -#~ msgid "" -#~ "Click on the Value field, then enter the new value. Use the keyboard " -#~ "shortcuts to invoke a mate-calc button. For " -#~ "example, enter 90K to calculate sine(90)." -#~ msgstr "" -#~ "Klicken Sie auf das Feld »Wert«, und geben Sie den neuen Wert ein. Mit " -#~ "Tastenkombinationen können Taschenrechner-" -#~ "Knöpfe betätigt werden. Geben Sie beispielsweise 90K " -#~ "ein, um Sinus(90) zu berechnen." - -#~ msgid "" -#~ "Performs a bitwise OR operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned long " -#~ "integers." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und der nächsten Zahl, die " -#~ "Sie eingeben, eine logische ODER-Operation aus, wobei beide Zahlen als " -#~ "vorzeichenlose, lange Ganzzahlen behandelt werden." - -#~ msgid "" -#~ "Performs a bitwise AND operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned long " -#~ "integers." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und der nächsten Zahl, die " -#~ "Sie eingeben, eine logische UND-Operation aus, wobei beide Zahlen als " -#~ "vorzeichenlose, lange Ganzzahlen behandelt werden." - -#~ msgid "1357ACE NOT" -#~ msgstr "1357ACE NICHT" - -#~ msgid "" -#~ "Performs a bitwise XOR operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned long " -#~ "integers." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und der nächsten Zahl, die " -#~ "Sie eingeben, eine logische XOR-Operation aus, wobei beide Zahlen als " -#~ "vorzeichenlose, lange Ganzzahlen behandelt werden." - -#~ msgid "" -#~ "Performs a bitwise XNOR operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned long " -#~ "integers." -#~ msgstr "" -#~ "Führt mit dem aktuellen Wert im Anzeigebereich und der nächsten Zahl, die " -#~ "Sie eingeben, eine logische XNOR-Operation aus, wobei beide Zahlen als " -#~ "vorzeichenlose, lange Ganzzahlen behandelt werden." - -#~ msgid "11111111111111111111111111111001" -#~ msgstr "11111111111111111111111111111001" - -#~ msgid "Get a 16-Bit Unsigned Integer" -#~ msgstr "Vorzeichenlose 16-Bit-Ganzzahl bilden" - -#~ msgid "&16" -#~ msgstr "&16" - -#~ msgid "" -#~ "Truncates the current value in the display area and returns a 16-bit " -#~ "unsigned integer." -#~ msgstr "" -#~ "Kürzt den aktuellen Wert im Anzeigebereich und liefert eine vorzeichenlose " -#~ "16-Bit-Ganzzahl." - -#~ msgid "FFFFF &16" -#~ msgstr "FFFFF &16" - -#~ msgid "Get a 32-Bit Unsigned Integer" -#~ msgstr "Vorzeichenlose 32-Bit-Ganzzahl bilden" - -#~ msgid "&32" -#~ msgstr "&32" - -#~ msgid "" -#~ "Truncates the current value in the display area and returns a 32-bit " -#~ "unsigned integer." -#~ msgstr "" -#~ "Kürzt den aktuellen Wert im Anzeigebereich und liefert eine vorzeichenlose " -#~ "32-Bit-Ganzzahl." - -#~ msgid "Order of Operations" -#~ msgstr "Reihenfolge der Operationen" - -#~ msgid "" -#~ "By default, calculations are performed using arithmetic precedence. That " -#~ "is, the precedence of the arithmetic operators is taken into consideration " -#~ "and the result is only calculated when you click Return." -#~ msgstr "" -#~ "Nach Vorgabe werden Berechnungen mit arithmetischer Priorität " -#~ "durchgeführt. Das bedeutet, dass der Vorrang von arithmetischen Operatoren " -#~ "berücksichtigt wird und das Ergebnis erst dann berechnet wird wenn Sie die " -#~ "Eingabetaste drücken." - -#~ msgid "" -#~ "In the following example, the result of the calculation is 22 because the " -#~ "multiplication operator, *, has precedence over the " -#~ "addition operator, +." -#~ msgstr "" -#~ "Im folgenden Beispiel ist das Ergebnis der Berechnung 22, weil der " -#~ "Multiplikationsoperator * Vorrang vor dem " -#~ "Additionsoperator + hat." - -#~ msgid "4 + 3 * 6 = 22" -#~ msgstr "4 + 3 * 6 = 22" - -#~ msgid "" -#~ "If you do not wish to apply arithmetic precedence to your calculations, " -#~ "select ViewLeft-to-right " -#~ "Precedence." -#~ msgstr "" -#~ "Wenn Sie arithmetische Priorität nicht verwenden wollen wählen Sie " -#~ "AnsichtLinks-nach-rechts " -#~ "Priorität." - -#~ msgid "" -#~ "If you choose not to apply arithmetic precedence, then the result the " -#~ "calculation in the example is 42 because the calculation is performed from " -#~ "left to right." -#~ msgstr "" -#~ "Wenn Sie arithmetische Priorität nicht verwenden möchten, dann ist im " -#~ "Beispiel das Ergebnis der Berechnungen 42, weil die Berechnungen von links " -#~ "nach rechts durchgeführt werden." - -#~ msgid "Get a 32-bit unsigned integer" -#~ msgstr "Vorzeichenlose 32-Bit-Ganzzahl bilden" - -#~ msgid "]" -#~ msgstr "]" - -#~ msgid "Get a 16-bit unsigned integer" -#~ msgstr "Vorzeichenlose 16-Bit-Ganzzahl bilden" - -#~ msgid "Left-to-right Precedence" -#~ msgstr "Links-nach-rechts Priorität" - -#~ msgid "Calculate results using left-to-right precedence" -#~ msgstr "Ergebnisse mittels links-nach-rechts Priorität berechnen" - -#~ msgid "Arithmetic Precedence" -#~ msgstr "Arithmetische Priorität" - -#~ msgid "Calculate results using arithmetic precedence" -#~ msgstr "Ergebnisse mittels arithmetischer Priorität berechnen" - -#~ msgid "L" -#~ msgstr "L" - -#~ msgid "}" -#~ msgstr "}" - -#~ msgid "This function uses the following memory registers:" -#~ msgstr "Diese Funktion greift auf die folgenden Speicherregister zu:" - -#~ msgid "int, the periodic interest rate" -#~ msgstr "int, der periodische Zinssatz" - -#~ msgid "fv, the future value" -#~ msgstr "fv, der Zielwert" - -#~ msgid "pv, the present value" -#~ msgstr "pv, der aktuelle Wert" - -#, fuzzy -#~ msgid "Click Ctrm =" -#~ msgstr "( und )" - -#~ msgid "cost, the amount paid for the asset" -#~ msgstr "" -#~ "cost, der Anschaffungswert des Wirtschaftsguts" - -#~ msgid "" -#~ "salvage, the value of the asset at the end of " -#~ "its life" -#~ msgstr "" -#~ "salvage, der Restwert des Wirtschaftsguts am " -#~ "Ende der Nutzungsdauer" - -#~ msgid "life, the useful life of the asset" -#~ msgstr "" -#~ "life, die Nutzungsdauer des Wirtschaftsguts" +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Zufälliger Wert im Bereich [0,1] (wechselt mit jedem Lesevorgang)" #~ msgid "" -#~ "period, the time period for depreciation " -#~ "allowance" +#~ "Provides buttons suitable for trigonometry" #~ msgstr "" -#~ "period, der Zeitraum für einen zulässigen " -#~ "Abschreibungssatz" - -#, fuzzy -#~ msgid "Click Ddb =" -#~ msgstr "( und )" - -#~ msgid "pmt, the periodic payment" -#~ msgstr "pmt, die periodische Zahlung" - -#~ msgid "n, the number of periods" -#~ msgstr "n, die Anzahl der Zahlungsperioden" - -#, fuzzy -#~ msgid "Click Fv =" -#~ msgstr "( und )" - -#~ msgid "prin, the principal" -#~ msgstr "prin, das Kapital" - -#~ msgid "n, the term" -#~ msgstr "n, die Laufzeit" - -#, fuzzy -#~ msgid "Click Pmt =" -#~ msgstr "( und )" - -#, fuzzy -#~ msgid "Click Pv =" -#~ msgstr "( und )" - -#, fuzzy -#~ msgid "Click Rate =" -#~ msgstr "( und )" - -#, fuzzy -#~ msgid "Click Sln =" -#~ msgstr "( und )" - -#, fuzzy -#~ msgid "Click Syd =" -#~ msgstr "( und )" - -#, fuzzy -#~ msgid "Click Term =" -#~ msgstr "( und )" - -#~ msgid "1100 Xnor 1010" -#~ msgstr "1100 Xnod 1010" +#~ "Stellt Knöpfe für trigonometrische " +#~ "Berechnungen bereit." diff --git a/help/el/el.po b/help/el/el.po index 6fc8740..fba5748 100644 --- a/help/el/el.po +++ b/help/el/el.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: mate-calc-mate-2-26-help-el-191897_.merged\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-23 09:05+0000\n" -"PO-Revision-Date: 2010-03-25 20:06+0200\n" -"Last-Translator: Marios Zindilis \n" +"POT-Creation-Date: 2012-03-28 00:19+0000\n" +"PO-Revision-Date: 2012-07-03 15:42+0200\n" +"Last-Translator: Tom Tryfonidis \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -15,5477 +15,1031 @@ msgstr "" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: C/legal.xml:3(p) -msgid "" -"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported " -"License." +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +#| msgid "translator-credits" +msgctxt "_" +msgid "translator-credits" msgstr "" -"Αυτό το έργο διατίθεται υπό την Άδεια Creative Commons Attribution-Share Alike 3.0 " -"Unported." +"Ελληνική μεταφραστική ομάδα MATE\n" +" Τζένη Πετούμενου , 2009\n" +" Μάριος Ζηντίλης , 2010\n" +"Για περισσότερα δείτε http://www.mate.gr/." -#: C/legal.xml:6(p) -msgid "" -"As a special exception, the copyright holders give you permission to copy, " -"modify, and distribute the example code contained in this document under the " -"terms of your choosing, without restriction." -msgstr "" -"Ως ειδική εξαίρεση, οι πνευματικοί ιδιοκτήτες σας επιτρέπουν να αντιγράψετε, " -"να τροποποιήσετε και να αναδιανείμετε τα παραδείγματα πηγαίου κώδικα που " -"περιλαμβάνονται σ' αυτό το έγγραφο υπό τους όρους της επιλογής σας, χωρίς " -"περιορισμό." +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: C/variables.page:9(title) -msgid "Variables" -msgstr "Μεταβλητές" +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Βοήθεια του GCalctool" -#: C/variables.page:11(p) -msgid "" -"To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " -"mode. A variable name must only contain upper or lower characters." -msgstr "" -"Για να εκχωρήσετε μια τιμή σε μια μεταβλητή χρησιμοποιήστε το σύμβολο = ή " -"επιλέξτε τη μεταβλητή με το κουμπί →R στην " -"προχωρημένη λειτουργία. Το όνομα μιας μεταβλητής επιτρέπεται να " -"περιέχει μόνο πεζά ή κεφαλαία γράμματα." +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Διεπαφή χρήστη" -#: C/variables.page:16(p) -msgid "x=5" -msgstr "x=5" +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Εξισώσεις" -#: C/variables.page:19(p) -#| msgid "Value" -msgid "value=82" -msgstr "τιμή=82" +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Αριθμοί" -#: C/variables.page:23(p) -msgid "" -"Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." -msgstr "" -"Οι μεταβλητές μπορούν να χρησιμοποιηθούν σε οποιαδήποτε εξίσωση και " -"αντικαθιστούνται από την τιμή που τους έχει εκχωρηθεί. Οι μεταβλητές μπορούν " -"να εισαχθούν χρησιμοποιώντας το κουμπί ←R." +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Μετατροπές" -#: C/variables.page:28(p) -msgid "6x+3" -msgstr "6x+3" +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Εμπορικοί υπολογισμοί" -#: C/variables.page:31(p) -msgid "xy−3x+7y−21" -msgstr "xy−3x+7y−21" +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Απόλυτες τιμές" -#: C/variables.page:35(p) -msgid "The following variables are always defined." -msgstr "Οι ακόλουθες μεταβλητές είναι πάντα καθορισμένες." +#: C/absolute.page:11(page/p) +msgid "Absolute values are calculated using the | symbol or abs function." +msgstr "Οι απόλυτες τιμές υπολογίζονται χρησιμοποιώντας το σύμβολο | ή τη συνάρτηση abs." -#: C/variables.page:40(p) -#| msgid "Tan" -msgid "ans" -msgstr "ans" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: C/variables.page:41(p) -#| msgid "Undo previous action" -msgid "Result of previous calculation" -msgstr "Το αποτέλεσμα του προηγούμενου υπολογισμού" +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: C/variables.page:44(p) -msgid "e" -msgstr "e" +#: C/base.page:9(page/title) +#: C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Αριθμητική βάση" -#: C/variables.page:45(link) -#| msgid "Number" -msgid "Euler's Number" -msgstr "Αριθμός του Euler" +#: C/base.page:11(page/p) +msgid "To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "Για να εισάγετε αριθμούς σε συγκεκριμένη αριθμητική βάση χρησιμοποιήστε δείκτες. Οι ακόλουθοι αριθμοί είναι ισάξιοι." -#: C/variables.page:48(p) C/keyboard.page:35(p) -msgid "π" -msgstr "π" +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" -#: C/variables.page:49(link) -#| msgid "i" -msgid "Pi" -msgstr "Αριθμός π" +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: C/variables.page:52(p) -#| msgid "Rand" -msgid "rand" -msgstr "rand" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: C/variables.page:53(p) -msgid "Random value in the range [0,1] (changes on each read)" -msgstr "Τυχαία τιμή μέσα στο φάσμα τιμών [0,1] (αλλάζει σε κάθε ανάγνωση)" +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: C/trigonometry.page:9(title) -#| msgid "Trigonometric type" -msgid "Trigonometry" -msgstr "Τριγωνομετρία" +#: C/base.page:29(page/p) +msgid "When in programming mode there are buttons for binary (CtrlB), octal (CtrlO) and hexadecimal (CtrlH)." +msgstr "Όταν είστε στην προγραμματιστική λειτουργία υπάρχουν κουμπιά για δυαδικό (CtrlB), οκταδικό (CtrlO) και δεκαεξαδικό (CtrlH) σύστημα." -#: C/trigonometry.page:11(p) -msgid "" -"Trigonometry can be performed using the sin, cos, and tan function." -msgstr "" -"Μπορείτε να εκτελέσετε τριγωνομετρία χρησιμοποιώντας τις συναρτήσεις sin, cos και tan." +#: C/base.page:32(page/p) +msgid "To set the base that results are shown in change the result format." +msgstr "Για να ορίσετε τη βάση στην οποία εμφανίζονται τα αποτελέσματα αλλάξτε τη μορφή αποτελέσματος." -#: C/trigonometry.page:15(p) -msgid "sin 45" -msgstr "sin 45" +#: C/base.page:35(page/p) +msgid "To change the base of the current result use a base button or CtrlD to show in decimal form." +msgstr "Για να αλλάξετε τη βάση του τρέχοντος αποτελέσματος χρησιμοποιήστε ένα κουμπί βάσης ή πιέστε CtrlD για να το εμφανίσετε σε δεκαδική μορφή." -#: C/trigonometry.page:19(p) -msgid "" -"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " -"when in scientific mode." -msgstr "" -"Οι μονάδες γωνιών που χρησιμοποιούνται μπορούν να αλλάξουν από το μενού <" -"guiseq>ΥπολογιστικήΠροτιμήσεις. Τα κουμπιά " -"τργωνομετρίας είναι ορατά όταν βρίσκεστε σε " -"επιστημονική λειτουργία." +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Άλγεβρα Μπουλ" -#: C/trigonometry.page:23(p) -msgid "" -"Hyperbolic functions are available by adding \"h\" to the end of a function." -msgstr "" -"Οι υπερβολικές συναρτήσεις είναι διαθέσιμες με την προσθήκη ενός «h» στο " -"τέλος μιας συνάρτησης." +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "Μπορείτε να εκτελέσετε άλγεβρα Μπουλ χρησιμοποιώντας τους τελεστές AND, OR και XOR." -#: C/trigonometry.page:27(p) -msgid "sinh 0.34" -msgstr "sinh 0.34" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: C/trigonometry.page:31(p) -msgid "" -"Inverse functions are entered either using the inverse symbol ⁻¹ " -"(CtrlI) or the \"a\" form of the " -"function. The following two equations are equivalent." -msgstr "" -"Οι αντίστροφες συναρτήσεις εισάγονται είτε χρησιμοποιώντας το σύμβολο " -"αντιστροφής ⁻¹ (CtrlI) είτε με τη " -"μορφή «a» της συνάρτησης. Οι δύο ακόλουθες εξισώσεις είναι ισότιμες." +#: C/boolean.page:19(page/p) +msgid "Buttons for these symbols are available in programming mode." +msgstr "Τα κουμπιά για αυτά τα σύμβολα είναι διαθέσιμα στην προγραμματιστική λειτουργία." -#: C/trigonometry.page:36(p) -msgid "sin⁻¹ 0.5" -msgstr "sin⁻¹ 0.5" +#: C/boolean.page:22(page/p) +msgid "The NOT function inverts the bits in a number. The word size is set from the CalculatorPreferences menu." +msgstr "Η συνάρτηση NOT αντιστρέφει τα δυαδικά ψηφία ενός αριθμού. Το μήκος της ψηφιακής λέξης ορίζεται από το μενού ΑριθμομηχανήΠροτιμήσεις." -#: C/trigonometry.page:39(p) -msgid "asin 0.5" -msgstr "asin 0.5" +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: C/trigonometry.page:43(p) -msgid "" -"To enter π with the keyboard use " -"CtrlP." -msgstr "" -"Για να εισάγετε το π με το πληκτρολόγιο " -"χρησιμοποιήστε το συνδυασμό πλήκτρων CtrlP<" -"/keyseq>." +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Μιγαδικοί αριθμοί" -#. Place this at the end of the section -#: C/superscript.page:7(title) -msgid "_" -msgstr "_" +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "Το GCalctool δεν υποστηρίζει μιγαδικούς αριθμούς." -#: C/superscript.page:11(title) -#| msgid "Sin-1" -msgid "Superscript and Subscript" -msgstr "Δυνάμεις και δείκτες" +#: C/conv-base.page:11(page/p) +msgid "To convert between number bases enter a number (or solve an equation) and change the result format from the CalculatorPreferences menu." +msgstr "Για να μετατρέψετε τη βάση αριθμών εισάγετε έναν αριθμό (ή λύστε μια εξίσωση) και αλλάξτε τη μορφή αποτελέσματος από το μενού ΑριθμομηχανήΠροτιμήσεις." -#: C/superscript.page:13(p) -msgid "" -"Some equations may require numbers to be entered in superscript or subscript " -"form. e.g." -msgstr "" -"Μερικές εξισώσεις μπορεί να απαιτούν την εισαγωγή αριθμών σε μορφή δύναμης ή " -"δείκτη, π.χ." +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Κωδικοί χαρακτήρων" -#: C/superscript.page:17(p) -msgid "x³+2x²−5" -msgstr "x³+2x²−5" +#: C/conv-character.page:11(page/p) +msgid "When in programming mode the á button opens a dialog to convert characters to character codes." +msgstr "Όταν είστε σε προγραμματιστική λειτουργία το κουμπί á ανοίγει ένα διάλογο για μετατροπή χαρακτήρες σε κωδικούς χαρακτήρων." -#: C/superscript.page:21(p) -msgid "" -"To enter superscript numbers with the mouse select the number mode using the " -"the ⎕ⁿ and ⎕n buttons. When one of these modes is " -"active clicking the number buttons will enter numbers in superscript or " -"subscript. To return to normal number mode click the active button." -msgstr "" -"Για να εισάγετε αριθμούς υπό μορφή δύναμης ή δείκτη, επιλέξτε με το ποντίκι " -"τη μορφή των αριθμών πατώντας τα κουμπιά ⎕ⁿ και ⎕n. " -"Όταν είναι μια από αυτές τις λειτουργίες ενεργή, το πάτημα των αριθμών ια " -"εισάγει αριθμούς σε μορφή δύναμης ή δείκτη. Για να επιστρέψετε στην κανονική " -"εισαγωγή αριθμών πατήστε το ενεργό από τα δύο κουμπιά." +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "Οι χαρακτήρες δε μπορούν να μετατραπούν από το πληκτρολόγιο." -#: C/superscript.page:26(p) -msgid "" -"To enter superscript numbers with the keyboard hold down Ctrl " -"while entering the number. Hold Alt for subscript." -msgstr "" -"Για να εισάγετε αριθμούς σε μορφή δύναμης από το πληκτρολόγιο, κρατήστε " -"πατημένο το Ctrl ενώ εισάγετε τον αριθμό. Κρατήστε το Alt<" -"/key> για εισαγωγή σε μορφή δείκτη." +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Νόμισμα" -#: C/superscript.page:30(p) -msgid "" -"The number mode returns to normal when entering the next non-number " -"character (e.g. +)." -msgstr "" -"Η μορφή εισαγωγής του αριθμού επιστρέφει στην κανονική της λειτουργία όταν " -"εισάγετε οποιοδήποτε χαρακτήρα εκτός από αριθμό (π.χ. +)." +#: C/conv-currency.page:11(page/p) +#| msgid "" +#| "To convert currencies press the ¤$€ button in financial mode." +msgid "To convert currencies, enter the financial mode, and use the currency controls." +msgstr "Για να μετατρέψετε ισοτιμίες νομισμάτων, μπείτε σε εμπορική λειτουργία, και χρησιμοποιήστε τις ρυθμίσεις συναλλάγματος." -#: C/scientific.page:9(title) -#| msgid "Scientific" -msgid "Scientific Notation" -msgstr "Επιστημονική μορφή" +#: C/conv-currency.page:14(page/p) +msgid "You can also convert currencies using the keyboard and the in operator." +msgstr "Μπορείτε επίσης να βρίσκετε ισοτιμίες χρησιμοποιώντας το πληκτρολόγιο και τον τελεστή in." -#: C/scientific.page:11(p) -msgid "" -"To enter numbers in scientific format use the ×10x button " -"(CtrlE). The number mode automatically changes to superscript. To enter " -"2×10¹⁰⁰, start by entering the mantissa (2):" -msgstr "" -"Για να εισάγετε αριθμούς σε επιστημονική μορφή, χρησιμοποιήστε το κουμπί <" -"gui>×10y (CtrlE). H λειτουργία αριθμού γυρίζει αυτόματα σε μορφή " -"δύναμης. Για να εισάγετε 2×10¹⁰⁰, ξεκινήστε εισάγοντας πρώτα το δεκαδικό " -"μέρος (2):" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD σε GBP" -#: C/scientific.page:17(p) -msgid "2" -msgstr "2" +#: C/conv-currency.page:23(note/p) +msgid "Currency information is approximate and should not be used for making financial decisions." +msgstr "Οι πληροφορίες ισοτιμίας νομισμάτων είναι προσεγγιστικές και δεν πρέπει να χρησιμοποιούνται για τη λήψη οικονομικών αποφάσεων." -#: C/scientific.page:21(p) -msgid "" -"Then press the scientific notation button (or press CtrlE):" -msgstr "" -"Μετά πατήστε το κουμπί επιστημονικής γραφής (ή πιέστε Ctrl" -"E):" +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Μήκος/Εμβαδό/Όγκος" -#: C/scientific.page:25(p) -msgid "2×10" -msgstr "2×10" +#: C/conv-length.page:11(page/p) +msgid "To convert between length, area and volume units use the in operator." +msgstr "Για να μετατρέψετε μεταξύ μονάδων μήκους, εμβαδού και όγκου χρησιμοποιήστε τον τελεστή in." -#: C/scientific.page:29(p) -msgid "Then enter the exponent (100):" -msgstr "Κατόπιν εισάγετε τη δύναμη (100):" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 μέτρα σε ίντσες" -#: C/scientific.page:33(p) -msgid "2×10¹⁰⁰" -msgstr "2×10¹⁰⁰" +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre σε cm²" -#: C/scientific.page:37(p) -msgid "" -"To show results in scientific form change the result format." -msgstr "" -"Για να εμφανίζονται τα αποτελέσματα σε επιστημονική μορφή αλλάξτε τη μορφή αποτελέσματος." +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint σε mL" -#: C/power.page:9(title) -msgid "Powers and Roots" -msgstr "Δυνάμεις και ρίζες" +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "Οι μετατροπές μήκους/εμβαδού/όγκου πρέπει να εκτελούνται από το πληκτρολόγιο." -#: C/power.page:11(p) -msgid "" -"Powers are entered by putting a superscript " -"number after the value." -msgstr "" -"Οι δυνάμεις εισάγονται βάζοντας ένα υπερυψωμένο " -"αριθμό μετά την τιμή." +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Χρόνος" -#: C/power.page:15(p) -msgid "5²" -msgstr "5²" +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Για να μετατρέψετε χρόνο χρησιμοποιήστε τον τελεστή in." -#: C/power.page:19(p) -msgid "" -"The inverse of a number can be entered using the inverse symbol ⁻¹ " -"(CtrlI)." -msgstr "" -"Το αντίστροφο ενός αριθμού μπορεί να εισαχθεί με το σύμβολο αντιστροφής ⁻¹ " -"(CtrlI)." +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 χρόνια σε ώρες" -#: C/power.page:23(p) -msgid "3⁻¹" -msgstr "3⁻¹" +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Οι μετατροπές χρόνου πρέπει να εκτελούνται από το πληκτρολόγιο." -#: C/power.page:27(p) -msgid "" -"Powers can also be calculated using the ^ symbol. This allows the power to " -"be an equation." -msgstr "" -"Οι δυνάμεις μπορούν επίσης να υπολογιστούν με το σύμβολο ^. Αυτό επιτρέπει " -"στη δύναμη να αποτελείται από μια εξίσωση." +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Μάζα" -#: C/power.page:32(p) -msgid "5^(6−2)" -msgstr "5^(6−2)" +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Για να μετατρέψετε μάζα χρησιμοποιήστε τον τελεστή in." -#: C/power.page:36(p) -msgid "" -"If your keyboard does not have a ^ key you can use * " -"twice." -msgstr "" -"Αν το πληκτρολόγιό σας δεν έχει πλήκτρο ^ μπορείτε να " -"χρησιμοποιήσετε δύο φορές το *." +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1kg σε pounds" -#: C/power.page:39(p) -msgid "" -"Square roots can be calculated using the symbol (CtrlR)." -msgstr "" -"Οι τετραγωνικές ρίζες μπορούν να υπολογιστούν χρησιμοποιώντας το σύμβολο √ " -"(CtrlR)." +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Οι μετατροπές μάζας πρέπει να εκτελούνται από το πληκτρολόγιο." -#: C/power.page:43(p) -msgid "√2" -msgstr "√2" +#: C/equation.page:7(info/title) +#| msgid "0" +msgctxt "sort" +msgid "0" +msgstr "0" -#: C/power.page:47(p) -msgid "" -"n-th roots can be calculated by putting a subscript number before the root sign." -msgstr "" -"Οι νιοστές ρίζες μπορούν να υπολογιστούν βάζοντας ένα αριθμό δείκτη πριν το σύμβολο της ρίζας." +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Βασικές εξισώσεις" -#: C/power.page:51(p) -msgid "₃√2" -msgstr "₃√2" +#: C/equation.page:13(page/p) +msgid "Equations are entered in standard mathematical form. For example to add 7 and 2 enter the following:" +msgstr "Οι εξισώσεις εισάγονται σε κανονική μαθηματική μορφή. Για παράδειγμα, για να προσθέσετε 7 και 2 εισάγετε το ακόλουθο:" -#: C/percentage.page:9(title) -#| msgid "Percentage" -msgid "Percentages" -msgstr "Ποσοστά" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: C/percentage.page:11(p) -msgid "Percentages are calculated using the % symbol." -msgstr "Τα ποσοστά υπολογίζονται χρησιμοποιώντας το σύμβολο %." +#: C/equation.page:22(page/p) +msgid "To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "Για να το λύσετε, πατήστε το κουμπί = με το ποντίκι ή το πλήκτρο Enter στο πληκτρολόγιο." -#: C/percentage.page:14(p) -msgid "" -"When added or subtracted the percentage symbol resolves to one percent of " -"the value being added or subtracted from. The following equation calculates " -"the price of a $140 item with 15% tax (140 + (15÷100)×140)." -msgstr "" -"Όταν προστίθεται ή αφαιρείται, το σύμβολο ποσοστού αντιστοιχεί στο ένα τοις " -"εκατό της τιμής στην οποία προστίθεται ή από την οποία αφαιρείται. Η " -"ακόλουθη εξίσωση υπολογίζει την τιμή ενός αντικειμένου με αξία $140 με φόρο " -"15% (140 + (15÷100)×140)." +#: C/equation.page:25(page/p) +msgid "Calculations are performed in mathematical order - multiplication and division are performed before addition and subtraction. The following equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "Οι υπολογισμοί εκτελούνται σε μαθηματική σειρά - ο πολλαπλασιασμός και η διαίρεση υπολογίζονται πριν την πρόσθεση και την αφαίρεση. Η ακόλουθη εξίσωση έχει αποτέλεσμα 1 (3×2 = 6, 7−6 = 1)." -#: C/percentage.page:19(p) -#| msgid "101" -msgid "140+15%" -msgstr "140+15%" +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: C/percentage.page:23(p) -msgid "" -"In all other cases the percentage symbol resolves to a fraction out of 100. " -"The following equation calculates one quarter of 80 apples ((25÷100)×80)." -msgstr "" -"Σε οποιαδήποτε άλλη περίπτωση το σύμβολο ποσοστού αντιστοιχεί σε ένα κλάσμα " -"του 100. Η ακόλουθη εξίσωση υπολογίζει το ένα τέταρτο από 80 μήλα " -"((25÷100)×80)." +#: C/equation.page:34(page/p) +msgid "To change the order of calculation use parenthesis. The following equation solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "Για να αλλάξετε τη σειρά του υπολογισμού, χρησιμοποιήστε παρενθέσεις. Η ακόλουθη εξίσωση έχει αποτέλεσμα 8 (7−3 = 4, 4×2 = 8)." -#: C/percentage.page:28(p) -msgid "25%×80" -msgstr "25%×80" +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: C/number-display.page:9(title) -#| msgid "Result" -msgid "Result Format" -msgstr "Μορφή αποτελέσματος" +#: C/equation.page:43(page/p) +msgid "To clear the display press the Clr button or Escape." +msgstr "Για να καθαρίσετε την προβολή πατήστε το κουμπί Clr ή πιέστε το Escape." -#: C/number-display.page:11(p) -msgid "" -"The format used to display results can be changed from the " -"CalculatorPreferences menu." -msgstr "" -"Η μορφή που χρησιμοποιείται για την εμφάνιση των αποτελεσμάτων μπορεί να " -"αλλαχτεί από το μενού ΑριθμομηχανήΠροτιμήσεις<" -"/guiseq>." +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Παραγοντικά" -#: C/number-display.page:16(p) -msgid "Decimal" -msgstr "Δεκαδική" +#: C/factorial.page:11(page/p) +msgid "Factorials are entered using the ! symbol. To calculate the factorial of 6 enter the following." +msgstr "Τα παραγοντικά εισάγονται χρησιμοποιώντας το σύμβολο !. Για να υπολογίσετε το παραγοντικό του 6, εισάγετε το ακόλουθο." -#: C/number-display.page:17(p) -msgid "Results are displayed as decimal numbers" -msgstr "Τα αποτελέσματα εμφανίζονται ως δεκαδικοί αριθμοί" +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" -#: C/number-display.page:20(p) C/mouse.page:25(p) -msgid "Scientific" -msgstr "Επιστημονική" +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Παραγοντοποίηση" -#: C/number-display.page:21(p) -msgid "" -"Results are displayed in scientific notation" -msgstr "" -"Τα αποτελέσματα εμφανίζονται σε επιστημονική " -"μορφή" +#: C/factorize.page:11(page/p) +msgid "You can factorize the number currently displayed by pressing the fact button. This button is visible in programming mode." +msgstr "Μπορείτε να υπολογίσετε το παραγοντικό του αριθμού που εμφανίζεται πατώντας το κουμπί fact. Αυτό το κουμπί είναι ορατό στην προγραμματιστή λειτουργία." -#: C/number-display.page:24(p) -#| msgid "Engineering Display Type" -msgid "Engineering" -msgstr "Τεχνολογική" +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Εμπορικές συναρτήσεις" -#: C/number-display.page:25(p) +#: C/financial.page:10(page/p) #| msgid "" -#| "Sets the display type to engineering format. Results are displayed in " -#| "scientific notation. The exponent is always a multiple of three." -msgid "" -"Results are displayed in scientific notation except the exponent is always a " -"multiple of three" -msgstr "" -"Τα αποτελέσματα εμφανίζονται με επιστημονική μορφή, αλλά ο εκθέτης είναι " -"πάντα πολλαπλάσιο του τρία" - -#: C/number-display.page:28(p) -msgid "Binary" -msgstr "Δυαδική" - -#: C/number-display.page:29(p) -msgid "Results are displayed as binary numbers" -msgstr "" -"Τα αποτελέσματα εμφανίζονται ως δυαδικοί αριθμοί" - -#: C/number-display.page:32(p) -msgid "Octal" -msgstr "Οκταδική" - -#: C/number-display.page:33(p) -msgid "Results are displayed as octal numbers" -msgstr "" -"Τα αποτελέσματα εμφανίζονται ως οκταδικοί αριθμοί" - -#: C/number-display.page:36(p) -msgid "Hexadecimal" -msgstr "Δεκαεξαδική" - -#: C/number-display.page:37(p) -msgid "Results are displayed as hexadecimal numbers" -msgstr "" -"Τα αποτελέσματα εμφανίζονται ως δεκαεξαδικοί αριθμοί<" -"/link>" - -#: C/number-display.page:40(p) -msgid "" -"The number of decimal places, if trailing zeroes and if thousands separators " -"are shown can also be configured." -msgstr "" -"Ο αριθμός των δεκαδικών ψηφίων. Μπορείτε επίσης να καθορίσετε αν θα " -"εμφανίζονται μηδενικά στο τέλος και διαχωριστικό χιλιάδων." - -#: C/mouse.page:9(title) -msgid "Using the Mouse" -msgstr "Χρήση του ποντικιού" - -#: C/mouse.page:11(p) -msgid "" -"All equations can be entered using the mouse. To access all buttons there " -"are a number of modes that can be selected from the View menu." -msgstr "" -"Όλες οι εξισώσεις μπορούν να εισαχθούν με χρήση του ποντικιού. Για πρόσβαση " -"σε όλα τα κουμπιά υπάρχει ένας αριθμός από λειτουργίες που μπορείτε να " -"επιλέξετε από το μενού Προβολή." - -#: C/mouse.page:17(p) -msgid "Basic" -msgstr "Βασική" - -#: C/mouse.page:18(p) -msgid "" -"Provides buttons suitable for basic equations" -msgstr "" -"Παρέχει κουμπιά κατάλληλα για βασικές εξισώσεις<" -"/link>" - -#: C/mouse.page:21(p) -msgid "Advanced" -msgstr "Προχωρημένη" - -#: C/mouse.page:22(p) -msgid "Provides buttons suitable for advanced mathematics" -msgstr "Παρέχει κουμπιά κατάλληλα για προχωρημένα μαθηματικά" +#| "When in financial mode the following " +#| "buttons are available." +msgid "When in financial mode the following buttons are available." +msgstr "Όταν είστε σε εμπορική λειτουργία είναι διαθέσιμα τα ακόλουθα κουμπιά." -#: C/mouse.page:26(p) -msgid "" -"Provides buttons suitable for trigonometry" -msgstr "" -"Παρέχει κουμπιά κατάλληλα για τριγωνομετρία<" -"/link>" - -#: C/mouse.page:29(p) -msgid "Financial" -msgstr "Εμπορική" - -#: C/mouse.page:30(p) -msgid "" -"Provides buttons suitable for financial equations" -msgstr "" -"Παρέχει κουμπιά κατάλληλα για οικονομικές " -"εξισώσεις" - -#: C/mouse.page:33(p) -msgid "Programming" -msgstr "Προγραμματιστική" - -#: C/mouse.page:34(p) -msgid "Provides buttons suitable for computer programmers" -msgstr "Παρέχει κουμπιά κατάλληλα για προγραμματιστές υπολογιστών" - -#: C/modulus.page:9(title) -msgid "Modulus Division" -msgstr "Υπόλοιπο διαίρεσης ακεραίων" - -#: C/modulus.page:11(p) -msgid "Modulus division is performed using the mod operator." -msgstr "Το υπόλοιπο διαίρεσης υπολογίζεται με χρήση του τελεστή mod." - -#: C/modulus.page:15(p) -msgid "9 mod 5" -msgstr "9 mod 5" - -#: C/logarithm.page:9(title) -#| msgid "Natural Logarithm" -msgid "Logarithms" -msgstr "Λογάριθμοι" - -#: C/logarithm.page:11(p) -msgid "" -"Logarithms can be calculated using the log function." -msgstr "" -"Οι λογάριθμοι μπορούν να υπολογιστούν χρησιμοποιώντας τη συνάρτηση log." - -#: C/logarithm.page:15(p) -#| msgid "100" -msgid "log 100" -msgstr "log 100" - -#: C/logarithm.page:19(p) -msgid "" -"To calculate a logarithm in a different base use a subscript number after the function." -msgstr "" -"Για να υπολογίσετε ένα λογάριθμο σε διαφορετική βάση χρησιμοποιήστε ένα <" -"link xref=\"superscript\">αριθμό δείκτη μετά τη συνάρτηση." - -#: C/logarithm.page:23(p) -msgid "log₂ 32" -msgstr "log₂ 32" - -#: C/logarithm.page:27(p) -#| msgid "" -#| "Calculates the natural logarithm of the current value in the display area." -msgid "To calculate a natural logarithm use the ln function." -msgstr "Για να υπολογίσετε το φυσικό λογάριθμο χρησιμοποιήστε τη συνάρτηση ln." - -#: C/logarithm.page:31(p) -#| msgid "1.2" -msgid "ln 1.32" -msgstr "ln 1.32" - -#: C/logarithm.page:35(p) -msgid "" -"Euler's number can be entered by using the variable e." -msgstr "" -"Ο αριθμός του Euler μπορεί να εισαχθεί χρησιμοποιώντας τη μεταβλητή e." - -#: C/logarithm.page:39(p) -#| msgid "1.2" -msgid "e^1.32" -msgstr "e^1.32" - -#: C/keyboard.page:9(title) -msgid "Using the Keyboard" -msgstr "Χρήση του πληκτρολογίου" - -#: C/keyboard.page:11(p) -msgid "All mathematical equations can be entered using the keyboard." -msgstr "" -"Όλες οι μαθηματικές εξισώσεις μπορούν να εισαχθούν χρησιμοποιώντας το " -"πληκτρολόγιο." - -#: C/keyboard.page:14(p) -msgid "" -"The following key combinations can be used to enter keys that may not be " -"available on your keyboard." -msgstr "" -"Οι ακόλουθοι συνδυασμοί πλήκτρων μπορούν να χρησιμοποιηθούν για να εισάγετε " -"σύμβολα που μπορεί να μην είναι διαθέσιμα στο πληκτρολόγιό σας." - -#: C/keyboard.page:19(p) -msgid "×" -msgstr "×" - -#: C/keyboard.page:20(key) -msgid "*" -msgstr "*" - -#: C/keyboard.page:23(p) -msgid "÷" -msgstr "÷" - -#: C/keyboard.page:24(key) -msgid "/" -msgstr "/" - -#: C/keyboard.page:27(p) -msgid "^" -msgstr "^" - -#: C/keyboard.page:28(p) -msgid "* twice" -msgstr "δύο φορές το *" - -#: C/keyboard.page:31(p) -msgid "√" -msgstr "√" - -#: C/keyboard.page:32(key) C/keyboard.page:36(key) -msgid "Ctrl" -msgstr "Ctrl" - -#: C/keyboard.page:32(key) -msgid "R" -msgstr "R" - -#: C/keyboard.page:36(key) -msgid "P" -msgstr "P" - -#: C/keyboard.page:39(p) -msgid "" -"To enter superscript numbers use " -"Ctrlnumber, for subscript use Altnumber." -msgstr "" -"Για να εισάγετε εκθέτες χρησιμοποήστε <" -"keyseq>Ctrlαριθμό, για δείκτες χρησιμοποιήστε <" -"key>Altαριθμό." - -#: C/index.page:7(name) -msgid "Robert Ancell" -msgstr "Robert Ancell" - -#: C/index.page:8(email) -msgid "robert.ancell@gmail.com" -msgstr "robert.ancell@gmail.com" - -#: C/index.page:13(title) -#| msgid "mate-calc" -msgid "mate-calc Help" -msgstr "Βοήθεια του mate-calc" - -#: C/index.page:16(title) -msgid "User Interface" -msgstr "Διεπαφή χρήστη" - -#: C/index.page:20(title) -#| msgid "Subtraction" -msgid "Equations" -msgstr "Εξισώσεις" - -#: C/index.page:24(title) -#| msgid "Number" -msgid "Numbers" -msgstr "Αριθμοί" - -#: C/index.page:28(title) -#| msgid "Contents" -msgid "Conversions" -msgstr "Μετατροπές" - -#: C/index.page:32(title) -#| msgid "To Perform Financial Calculations" -msgid "Financial Calculations" -msgstr "Εμπορικοί υπολογισμοί" - -#: C/functions.page:9(title) -#| msgid "Function" -msgid "Functions" -msgstr "Συναρτήσεις" - -#: C/functions.page:11(p) -msgid "" -"Functions can be used by inserting the name of the function followed by the " -"function argument. If the argument is not a number or variable then use parenthesis around the argument." -msgstr "" -"Οι συναρτήσεις μπορούν να χρησιμοποιηθούν εισάγοντας το όνομα της συνάρτησης " -"ακολουθούμενο από το όρισμα της συνάρτησης. Αν το όρισμα δεν είναι αριθμός ή " -"μεταβλητή, τότε χρησιμοποιήστε παρενθέσεις " -"γύρω από το όρισμα." - -#: C/functions.page:16(p) -msgid "sin 30" -msgstr "sin 30" - -#: C/functions.page:19(p) -msgid "abs (5−9)" -msgstr "abs (5−9)" - -#: C/functions.page:23(p) -msgid "The following functions are defined." -msgstr "Έχουν οριστεί οι εξής συναρτήσεις." - -#: C/functions.page:28(p) -#| msgid "Abs" -msgid "abs" -msgstr "abs" - -#: C/functions.page:29(link) -msgid "Absolute Value" -msgstr "Απόλυτη τιμή" - -#: C/functions.page:32(p) -#| msgid "Cos" -msgid "cos" -msgstr "cos" - -#: C/functions.page:33(link) -msgid "Cosine" -msgstr "Συνημίτονο" - -#: C/functions.page:36(p) -msgid "cosh" -msgstr "cosh" - -#: C/functions.page:37(link) -msgid "Hyperbolic Cosine" -msgstr "Υπερβολικό συνημίτονο" - -#: C/functions.page:40(p) -#| msgid "Frac" -msgid "frac" -msgstr "frac" - -#: C/functions.page:41(p) -#| msgid "Fractional Portion" -msgid "Fractional Component" -msgstr "Κλασματικό μέρος" - -#: C/functions.page:44(p) -#| msgid "Int" -msgid "int" -msgstr "int" - -#: C/functions.page:45(p) -#| msgid "Integer Portion" -msgid "Integer Component" -msgstr "Ακέραιο μέρος" - -#: C/functions.page:48(p) -#| msgid "Sln" -msgid "ln" -msgstr "ln" - -#: C/functions.page:49(link) -msgid "Natural Logarithm" -msgstr "Φυσικός λογάριθμος" - -#: C/functions.page:52(p) -#| msgid "Log" -msgid "log" -msgstr "log" - -#: C/functions.page:53(link) -#| msgid "Natural Logarithm" -msgid "Logarithm" -msgstr "Λογάριθμος" - -#: C/functions.page:56(p) -#| msgid "Int" -msgid "not" -msgstr "not" - -#: C/functions.page:57(link) -msgid "Boolean NOT" -msgstr "Λογικό NOT" - -#: C/functions.page:60(p) -#| msgid "Contents" -msgid "ones" -msgstr "ones" - -#: C/functions.page:61(p) -#| msgid "2's complement" -msgid "Ones complement" -msgstr "Συμπλήρωμα ως προς 1" - -#: C/functions.page:64(p) -#| msgid "Bin" -msgid "sin" -msgstr "sin" - -#: C/functions.page:65(link) -msgid "Sine" -msgstr "Ημίτονο" - -#: C/functions.page:68(p) -#| msgid "Cosine" -msgid "sinh" -msgstr "sinh" - -#: C/functions.page:69(link) -#| msgid "Hyperbolic Option Indicator" -msgid "Hyperbolic Sine" -msgstr "Υπερβολικό ημίτονο" - -#: C/functions.page:72(p) -#| msgid "Sqrt" -msgid "sqrt" -msgstr "sqrt" - -#: C/functions.page:73(link) -msgid "Square Root" -msgstr "Τετραγωνική ρίζα" - -#: C/functions.page:76(p) -#| msgid "Tan" -msgid "tan" -msgstr "tan" - -#: C/functions.page:77(link) -#| msgid "Tan" -msgid "Tangent" -msgstr "Εφαπτομένη" - -#: C/functions.page:80(p) -msgid "tanh" -msgstr "tanh" - -#: C/functions.page:81(link) -#| msgid "Hyperbolic Option Indicator" -msgid "Hyperbolic Tangent" -msgstr "Υπερβολική εφαπτομένη" - -#: C/functions.page:84(p) -msgid "twos" -msgstr "twos" - -#: C/functions.page:85(p) -#| msgid "2's complement" -msgid "Twos complement" -msgstr "Συμπλήρωμα ως προς 2" - -#: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." -msgstr "" -"Το mate-calc δεν υποστηρίζει συναρτήσεις ορισμένες από το χρήστη." - -#: C/financial.page:9(title) -#| msgid "Financial" -msgid "Financial Functions" -msgstr "Εμπορικές συναρτήσεις" - -#: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." -msgstr "" -"Όταν είστε σε οικονομική λειτουργία είναι " -"διαθέσιμα τα ακόλουθα κουμπιά." - -#: C/financial.page:15(p) +#: C/financial.page:15(td/p) msgid "Ctrm" -msgstr "Ctrm" - -#: C/financial.page:16(p) -#| msgid "" -#| "Calculates the number of compounding periods necessary to increase an " -#| "investment from a present value to a future value, at a fixed interest " -#| "rate per compounding period." -msgid "" -"Calculate the number of compounding periods necessary to increase an " -"investment of present value to a future value, at a fixed interest rate per " -"compounding period." -msgstr "" -"Υπολογίζει τον αριθμό των ανατοκιστικών περιόδων που απαιτούνται για να " -"αυξηθεί μια επένδυση από την παρούσα αξία σε μια μελλοντική αξία, αν ισχύει " -"σταθερό επιτόκιο ανά ανατοκιστική περίοδο." - -#: C/financial.page:19(p) -msgid "Ddb" -msgstr "Ddb" - -#: C/financial.page:20(p) -#| msgid "" -#| "Calculates the depreciation allowance on an asset for a specified period " -#| "of time, using the double-declining balance method." -msgid "" -"Calculate the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "" -"Υπολογίζει την απόσβεση ενός στοιχείου ενεργητικού για συγκεκριμένη χρονική " -"περίοδο με βάση τη μέθοδο της φθίνουσας απόσβεσης με διπλάσιο ρυθμό." - -#: C/financial.page:23(p) -msgid "Fv" -msgstr "Fv" - -#: C/financial.page:24(p) -#| msgid "" -#| "Calculates the future value of an investment based on a series of equal " -#| "payments at a specific periodic interest rate, over the number of payment " -#| "periods in the term." -msgid "" -"Calculate the future value of an investment based on a series of equal " -"payments at a periodic interest rate over the number of payment periods in " -"the term." -msgstr "" -"Υπολογίζει τη μελλοντική αξία μιας επένδυσης που συνίσταται σε μια σειρά " -"ισόποσων πληρωμών και η οποία υπόκειται σε περιοδικό επιτόκιο καθ' όλη τη " -"διάρκεια των πληρωμών." - -#: C/financial.page:27(p) -msgid "Gpm" -msgstr "Gpm" - -#: C/financial.page:28(p) -#| msgid "" -#| "Calculates the resale price of a product, based on the product cost and " -#| "the wanted gross profit margin." -msgid "" -"Calculate the resale price of a product, based on the product cost and the " -"wanted gross profit margin." -msgstr "" -"Υπολογίζει την αξία μεταπώλησης ενός προϊόντος, με βάση το κόστος του " -"προϊόντος και το επιθυμητό μικτό περιθώριο κέρδους." - -#: C/financial.page:31(p) -msgid "Pmt" -msgstr "Pmt" - -#: C/financial.page:32(p) -#| msgid "" -#| "Calculates the amount of the periodic payment of a loan, where payments " -#| "are made at the end of each payment period." -msgid "" -"Calculate the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "" -"Υπολογίζει το ποσό της περιοδικής πληρωμής (δόσης) ενός δανείου, αν η " -"πληρωμή των δόσεων γίνεται στο τέλος κάθε περιόδου." - -#: C/financial.page:35(p) -msgid "Pv" -msgstr "Pv" - -#: C/financial.page:36(p) -#| msgid "" -#| "Calculates the present value of an investment based on a series of equal " -#| "payments, discounted at a periodic interest rate, over the number of " -#| "payment periods in the term." -msgid "" -"Calculate the present value of an investment based on a series of equal " -"payments discounted at a periodic interest rate over the number of payment " -"periods in the term." -msgstr "" -"Υπολογίζει την τρέχουσα αξία μιας επένδυσης που συνίσταται σε μια σειρά " -"ισόποσων πληρωμών και η οποία υπόκειται σε μείωση κατά ένα περιοδικό " -"επιτόκιο κατά τη διάρκεια των πληρωμών." - -#: C/financial.page:39(p) -msgid "Rate" -msgstr "Rate" - -#: C/financial.page:40(p) -#| msgid "" -#| "Calculates the periodic interest necessary to increase an investment of a " -#| "present value to a future value, over a number of compounding periods." -msgid "" -"Calculate the periodic interest necessary to increase an investment to a " -"future value, over the number of compounding periods." -msgstr "" -"Υπολογίζει το περιοδικό επιτόκιο που απαιτείται προκειμένου να ανέλθει η " -"αξία τηςεπένδυσης σε συγκεκριμένη μελλοντική αξία μετά από ορισμένο αριθμό " -"περιόδων ανατοκισμού." - -#: C/financial.page:43(p) -msgid "Sln" -msgstr "Sln" - -#: C/financial.page:44(p) -#| msgid "" -#| "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." -msgid "" -"Calculate the straight-line depreciation of an asset for one period. 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." -msgstr "" -"Υπολογίζει τη σταθερή απόσβεση ενός στοιχείου ενεργητικού για μια περίοδο. " -"Στη σταθερή μέθοδο απόσβεσης, η αποσβεστέα αξία διαιρείται δια της ωφέλιμης " -"ζωής του στοιχείου ενεργητικού. Η ωφέλιμη ζωή είναι ο αριθμός των περιόδων, " -"συνήθως ετών, κατά τη διάρκεια των οποίων συντελείται η απόσβεση." - -#: C/financial.page:47(p) -msgid "Syd" -msgstr "Syd" - -#: C/financial.page:48(p) -#| msgid "" -#| "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. The " -#| "depreciable cost is cost - " -#| "salvage. The useful life is the number of " -#| "periods, typically years, over which an asset is depreciated." -msgid "" -"Calculate 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. The useful life is the number " -"of periods, typically years, over which an asset is depreciated." -msgstr "" -"Υπολογίζει την απόσβεση ενός στοιχείου ενεργητικού για συγκεκριμένη χρονική " -"περίοδο με βάση τη μέθοδο της φθίνουσας απόσβεσης με συντελεστή τα έτη ζωής. " -"Αυτή η μέθοδος απόσβεσης προβλέπει αυξανόμενο ρυθμό απόσβεσης, έτσι ώστε η " -"απόσβεση να είναι μεγαλύτερη στην αρχή της χρονικής περιόδου. Η ωφέλιμη ζωή " -"είναι ο αριθμός των περιόδων, συνήθως ετών, κατά τη διάρκεια των οποίων " -"συντελείται η απόσβεση." - -#: C/financial.page:51(p) -msgid "Term" -msgstr "Term" - -#: C/financial.page:52(p) -#| msgid "" -#| "Calculates the number of payment periods that are necessary during the " -#| "term of an ordinary annuity, to accumulate a future value, at a certain " -#| "periodic interest rate." -msgid "" -"Calculate the number of payment periods that are necessary during the term " -"of an ordinary annuity, to accumulate a future value, at a periodic interest " -"rate." -msgstr "" -"Υπολογίζει τον αριθμό των περιόδων πληρωμής που απαιτούνται κατά τη διάρκεια " -"μιας απλής ετήσιας προσόδου για την επίτευξη μιας μελλοντικής αξίας, με βάση " -"συγκεκριμένο περιοδικό επιτόκιο." - -#: C/financial.page:56(p) -msgid "Financial functions cannot be performed using the keyboard." -msgstr "" -"Οι οικονομικές συναρτήσεις δε μπορούν να εφαρμοστούν με χρήση του " -"πληκτρολογίου." - -#: C/factorize.page:9(title) -#| msgid "Fractional Portion" -msgid "Factorization" -msgstr "Παραγοντοποίηση" - -#: C/factorize.page:11(p) -msgid "" -"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " -"mode." -msgstr "" -"Μπορείτε να υπολογίσετε το παραγοντικό του αριθμού που εμφανίζεται πατώντας " -"το κουμπί fact. Αυτό το κουμπί είναι ορατό στην προγραμματιστή λειτουργία." - -#: C/factorial.page:9(title) -#| msgid "Financial" -msgid "Factorials" -msgstr "Παραγοντικά" - -#: C/factorial.page:11(p) -msgid "" -"Factorials are entered using the ! symbol. To calculate the factorial of 6 " -"enter the following." -msgstr "" -"Τα παραγοντικά εισάγονται χρησιμοποιώντας το σύμβολο !. Για να υπολογίσετε " -"το παραγοντικό του 6, εισάγετε το ακόλουθο." - -#: C/factorial.page:16(p) -#| msgid "6" -msgid "6!" -msgstr "6!" - -#. Place this at the start of the section -#: C/equation.page:7(title) -msgid "0" -msgstr "0" - -#: C/equation.page:11(title) -msgid "Basic Equations" -msgstr "Βασικές εξισώσεις" - -#: C/equation.page:13(p) -msgid "" -"Equations are entered in standard mathematical form. For example to add 7 " -"and 2 enter the following:" -msgstr "" -"Οι εξισώσεις εισάγονται σε κανονική μαθηματική μορφή. Για παράδειγμα, για να " -"προσθέσετε 7 και 2 εισάγετε το ακόλουθο:" - -#: C/equation.page:18(p) -msgid "7+2" -msgstr "7+2" - -#: C/equation.page:22(p) -msgid "" -"To solve, press the = button with your mouse or the Enter key on your keyboard." -msgstr "" -"Για να το λύσετε, πατήστε το κουμπί = με το ποντίκι ή το πλήκτρο " -"Enter στο πληκτρολόγιο." - -#: C/equation.page:25(p) -msgid "" -"Calculations are performed in mathematical order - multiplication and " -"division are performed before addition and subtraction. The following " -"equation solves to 1 (3×2 = 6, 7−6 = 1)." -msgstr "" -"Οι υπολογισμοί εκτελούνται σε μαθηματική σειρά - ο πολλαπλασιασμός και η " -"διαίρεση υπολογίζονται πριν την πρόσθεση και την αφαίρεση. Η ακόλουθη " -"εξίσωση έχει αποτέλεσμα 1 (3×2 = 6, 7−6 = 1)." - -#: C/equation.page:30(p) -msgid "7−3×2" -msgstr "7−3×2" - -#: C/equation.page:34(p) -msgid "" -"To change the order of calculation use parenthesis. The following equation " -"solves to 8 (7−3 = 4, 4×2 = 8)." -msgstr "" -"Για να αλλάξετε τη σειρά του υπολογισμού, χρησιμοποιήστε παρενθέσεις. Η " -"ακόλουθη εξίσωση έχει αποτέλεσμα 8 (7−3 = 4, 4×2 = 8)." - -#: C/equation.page:39(p) -msgid "(7−3)×2" -msgstr "(7−3)×2" - -#: C/equation.page:43(p) -msgid "" -"To clear the display press the Clr button or Escape." -msgstr "" -"Για να καθαρίσετε την προβολή πατήστε το κουμπί Clr ή πιέστε το <" -"key>Escape." - -#: C/conv-weight.page:9(title) -msgid "Mass" -msgstr "Μάζα" - -#: C/conv-weight.page:11(p) -msgid "To convert between mass use the in operator." -msgstr "Για να μετατρέψετε μάζα χρησιμοποιήστε τον τελεστή in." - -#: C/conv-weight.page:15(p) -msgid "1kg in pounds" -msgstr "1kg in pounds" - -#: C/conv-weight.page:20(p) -msgid "Mass conversions must be performed using the keyboard." -msgstr "Οι μετατροπές μάζας πρέπει να εκτελούνται από το πληκτρολόγιο." - -#: C/conv-time.page:9(title) -msgid "Time" -msgstr "Χρόνος" - -#: C/conv-time.page:11(p) -msgid "To convert between time use the in operator." -msgstr "Για να μετατρέψετε χρόνο χρησιμοποιήστε τον τελεστή in." - -#: C/conv-time.page:15(p) -msgid "3 years in hours" -msgstr "3 years in hours" - -#: C/conv-time.page:20(p) -msgid "Time conversions must be performed using the keyboard." -msgstr "Οι μετατροπές χρόνου πρέπει να εκτελούνται από το πληκτρολόγιο." - -#: C/conv-length.page:9(title) -msgid "Length/Area/Volume" -msgstr "Μήκος/Εμβαδό/Όγκος" - -#: C/conv-length.page:11(p) -msgid "" -"To convert between length, area and volume units use the in " -"operator." -msgstr "" -"Για να μετατρέψετε μεταξύ μονάδων μήκους, εμβαδού και όγκου χρησιμοποιήστε " -"τον τελεστή in." - -#: C/conv-length.page:15(p) -msgid "6 meters in inches" -msgstr "6 meters in inches" - -#: C/conv-length.page:18(p) -msgid "1 acre in cm²" -msgstr "1 acre in cm²" - -#: C/conv-length.page:21(p) -msgid "1 pint in mL" -msgstr "1 pint in mL" - -#: C/conv-length.page:26(p) -msgid "Length/Area/Volume conversions must be performed using the keyboard." -msgstr "" -"Οι μετατροπές μήκους/εμβαδού/όγκου πρέπει να εκτελούνται από το πληκτρολόγιο." - -#: C/conv-currency.page:9(title) -msgid "Currency" -msgstr "Νόμισμα" - -#: C/conv-currency.page:11(p) -msgid "" -"To convert currencies press the ¤$€ button in financial mode." -msgstr "" -"Για να βρείτε ισοτιμίες νομισμάτων πατήστε το κουμπί ¤$€ στην <" -"link xref=\"superscript\">οικονομική λειτουργία." - -#: C/conv-currency.page:14(p) -msgid "" -"You can also convert currencies using the keyboard and the in " -"operator." -msgstr "" -"Μπορείτε επίσης να βρίσκετε ισοτιμίες χρησιμοποιώντας το πληκτρολόγιο και " -"τον τελεστή in." - -#: C/conv-currency.page:18(p) -msgid "13.65 USD in GBP" -msgstr "13.65 USD in GBP" - -#: C/conv-currency.page:23(p) -msgid "" -"Currency information is approximate and should not be used for making " -"financial decisions." -msgstr "" -"Οι πληροφορίες ισοτιμίας νομισμάτων είναι προσεγγιστικές και δεν πρέπει να " -"χρησιμοποιούνται για τη λήψη οικονομικών αποφάσεων." - -#: C/conv-character.page:9(title) -#| msgid "Erasing Characters" -msgid "Character Codes" -msgstr "Κωδικοί χαρακτήρων" - -#: C/conv-character.page:11(p) -msgid "" -"When in programming mode the á button " -"opens a dialog to convert characters to character codes." -msgstr "" -"Όταν είστε σε προγραμματιστική λειτουργία το " -"κουμπί á ανοίγει ένα διάλογο για μετατροπή χαρακτήρες σε κωδικούς " -"χαρακτήρων." - -#: C/conv-character.page:15(p) -msgid "Characters cannot be converted using the keyboard." -msgstr "Οι χαρακτήρες δε μπορούν να μετατραπούν από το πληκτρολόγιο." - -#: C/conv-base.page:9(title) C/base.page:9(title) -#| msgid "Numeric base" -msgid "Number Bases" -msgstr "Αριθμητική βάση" - -#: C/conv-base.page:11(p) -msgid "" -"To convert between number bases enter a number (or solve an equation) and " -"change the result format from the " -"CalculatorPreferences menu." -msgstr "" -"Για να μετατρέψετε τη βάση αριθμών εισάγετε έναν αριθμό (ή λύστε μια " -"εξίσωση) και αλλάξτε τη μορφή αποτελέσματος<" -"/link> από το μενού ΑριθμομηχανήΠροτιμήσεις<" -"/guiseq>." - -#: C/complex.page:9(title) -msgid "Complex Numbers" -msgstr "Μιγαδικοί αριθμοί" - -#: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." -msgstr "Το mate-calc δεν υποστηρίζει μιγαδικούς αριθμούς." - -#: C/boolean.page:9(title) -msgid "Boolean Algebra" -msgstr "Άλγεβρα Μπουλ" - -#: C/boolean.page:11(p) -msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." -msgstr "" -"Μπορείτε να εκτελέσετε άλγεβρα Μπουλ χρησιμοποιώντας τους τελεστές AND, OR " -"και XOR." - -#: C/boolean.page:15(p) -msgid "010011₂ AND 110101₂" -msgstr "010011₂ AND 110101₂" - -#: C/boolean.page:19(p) -msgid "" -"Buttons for these symbols are available in programming " -"mode." -msgstr "" -"Τα κουμπιά για αυτά τα σύμβολα είναι διαθέσιμα στην " -"προγραμματιστική λειτουργία." - -#: C/boolean.page:22(p) -msgid "" -"The NOT function inverts the bits in a " -"number. The word size is set from the CalculatorPreferences menu." -msgstr "" -"Η συνάρτηση NOT αντιστρέφει τα δυαδικά ψηφία " -"ενός αριθμού. Το μήκος της ψηφιακής λέξης ορίζεται από το μενού " -"ΑριθμομηχανήΠροτιμήσεις." - -#: C/boolean.page:27(p) -msgid "NOT 010011₂" -msgstr "NOT 010011₂" - -#: C/base.page:11(p) -msgid "" -"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." -msgstr "" -"Για να εισάγετε αριθμούς σε συγκεκριμένη αριθμητική βάση χρησιμοποιήστε <" -"link xref=\"superscript\">δείκτες. Οι ακόλουθοι αριθμοί είναι ισάξιοι." - -#: C/base.page:16(p) -#| msgid "10011001" -msgid "1001011₂" -msgstr "1001011₂" - -#: C/base.page:19(p) -msgid "113₈" -msgstr "113₈" - -#: C/base.page:22(p) -msgid "75" -msgstr "75" - -#: C/base.page:25(p) -msgid "4B₁₆" -msgstr "4B₁₆" - -#: C/base.page:29(p) -msgid "" -"When in programming mode there are buttons for " -"binary (CtrlB), octal " -"(CtrlO) and hexadecimal " -"(CtrlH)." -msgstr "" -"Όταν είστε στην προγραμματιστική λειτουργία " -"υπάρχουν κουμπιά για δυαδικό (CtrlB), " -"οκταδικό " -"(CtrlO) και δεκαεξαδικό " -"(CtrlH) σύστημα." - -#: C/base.page:32(p) -msgid "" -"To set the base that results are shown in change the result format." -msgstr "" -"Για να ορίσετε τη βάση στην οποία εμφανίζονται τα αποτελέσματα αλλάξτε τη <" -"link xref=\"number-display\">μορφή αποτελέσματος." - -#: C/base.page:35(p) -msgid "" -"To change the base of the current result use a base button or " -"CtrlD to show in decimal form." -msgstr "" -"Για να αλλάξετε τη βάση του τρέχοντος αποτελέσματος χρησιμοποιήστε ένα " -"κουμπί βάσης ή πιέστε CtrlD για να το " -"εμφανίσετε σε δεκαδική μορφή." - -#: C/absolute.page:9(title) -#| msgid "Absolute Value" -msgid "Absolute Values" -msgstr "Απόλυτες τιμές" - -#: C/absolute.page:11(p) -msgid "" -"Absolute values are calculated using the | symbol or abs function." -msgstr "" -"Οι απόλυτες τιμές υπολογίζονται χρησιμοποιώντας το σύμβολο | ή τη συνάρτηση abs." - -#: C/absolute.page:15(p) -msgid "|−1|" -msgstr "|−1|" - -#: C/absolute.page:18(p) -msgid "abs (−1)" -msgstr "abs (−1)" - -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/index.page:0(None) -msgid "translator-credits" -msgstr "" -"Τζένη Πετούμενου , 2009" -"Μάριος Ζηντίλης , 2010" - -#~ msgid "" -#~ "@@image: 'figures/mate-calc_basic_window.png'; " -#~ "md5=266c80591f59cde9e20068c49a908738" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_basic_window.png'; " -#~ "md5=266c80591f59cde9e20068c49a908738" - -#~ msgid "" -#~ "@@image: 'figures/mate-calc_menu_symbol.png'; " -#~ "md5=a42cef5d65cd53266cf369c9b7e426ff" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_menu_symbol.png'; " -#~ "md5=a42cef5d65cd53266cf369c9b7e426ff" - -#~ msgid "" -#~ "@@image: 'figures/mate-calc_advanced_window.png'; " -#~ "md5=214a8331330ef77730e2dd857eb3df20" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_advanced_window.png'; " -#~ "md5=214a8331330ef77730e2dd857eb3df20" - -#~ msgid "" -#~ "@@image: 'figures/mate-calc_financial_window.png'; " -#~ "md5=ab4c5866909a9e2e8f6e67aa950a1911" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_financial_window.png'; " -#~ "md5=ab4c5866909a9e2e8f6e67aa950a1911" - -#~ msgid "" -#~ "@@image: 'figures/mate-calc_scientific_window.png'; " -#~ "md5=4133fbe04054112a4958c836be98da0b" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_scientific_window.png'; " -#~ "md5=4133fbe04054112a4958c836be98da0b" - -#~| msgid "" -#~| "@@image: 'figures/mate-calc_programming_window.png'; " -#~| "md5=dbb1492fa8bab67b219162d6157b70f4" -#~ msgid "" -#~ "@@image: 'figures/mate-calc_programming_window.png'; " -#~ "md5=4eabc86c0b078da069c585a9dd467dea" -#~ msgstr "" -#~ "@@image: 'figures/mate-calc_programming_window.png'; " -#~ "md5=4eabc86c0b078da069c585a9dd467dea" - -#~ msgid "mate-calc Manual" -#~ msgstr "Εγχειρίδιο mate-calc" - -#~ msgid "" -#~ "mate-calc is a calculator for MATE. It includes basic, advanced, " -#~ "financial, and scientific modes and uses a multiple precision package to " -#~ "do its arithmetic to give a high degree of accuracy." -#~ msgstr "" -#~ "Το mate-calc είναι μία αριθμομηχανή για το γραφικό περιβάλλον MATE. " -#~ "Περιλαμβάνει βασική, προχωρημένη, εμπορική και επιστημονική λειτουργία. " -#~ "Κάνει χρήση πακέτου πολλαπλής ακριβείας κατά την εκτέλεση των πράξεων," -#~ "εξασφαλίζοντας υψηλό βαθμό ακρίβειας." - -#~ msgid "2003" -#~ msgstr "2003" - -#~ msgid "2004" -#~ msgstr "2004" - -#~ msgid "2005" -#~ msgstr "2005" - -#~ msgid "Sun Microsystems" -#~ msgstr "Sun Microsystems" - -#~ msgid "MATE Documentation Project" -#~ msgstr "Έργο Τεκμηρίωσης MATE" - -#~ msgid "" -#~ "Permission is granted to copy, distribute and/or modify this document " -#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 " -#~ "or any later version published by the Free Software Foundation with no " -#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You " -#~ "can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." -#~ msgstr "" -#~ "Χορηγείται άδεια αντιγραφής, διανομής και/ή τροποποίησης του παρόντος " -#~ "εγγράφου υπό τους όρους της έκδοσης 1.1 της Ελεύθερης Άδειας Τεκμηρίωσης " -#~ "GNU (GFDL), ή οποιασδήποτε μεταγενέστερης έκδοσής αυτής από το Ίδρυμα " -#~ "Ελεύθερου Λογισμικού (FSF), χωρίς αμετάβλητα τμήματα, κείμενα εξωφύλλου " -#~ "και κείμενα οπισθοφύλλου. Αντίγραφο της άδειας GFDL είναι διαθέσιμο στον " -#~ "ακόλουθο σύνδεσμο, ή στο " -#~ "αρχείο COPYING-DOCS που διανέμεται μαζί με το παρόν εγχειρίδιο." - -#~ msgid "" -#~ "This manual is part of a collection of MATE manuals distributed under " -#~ "the GFDL. If you want to distribute this manual separately from the " -#~ "collection, you can do so by adding a copy of the license to the manual, " -#~ "as described in section 6 of the license." -#~ msgstr "" -#~ "Αυτό το εγχειρίδιο αποτελεί μέρος της συλλογής εγχειριδίων του MATE που " -#~ "διανέμονται υπό τους όρους της GFDL. Αν επιθυμείτε να διανείμετε το παρόν " -#~ "εγχειρίδιο ξεχωριστά από τη συλλογή, οφείλετε να προσθέσετε στο " -#~ "εγχειρίδιο αντίγραφο της άδειας χρήσης, όπως προβλέπεται στο άρθρο 6 της " -#~ "άδειας." - -#~ msgid "" -#~ "Many of the names used by companies to distinguish their products and " -#~ "services are claimed as trademarks. Where those names appear in any MATE " -#~ "documentation, and the members of the MATE Documentation Project are " -#~ "made aware of those trademarks, then the names are in capital letters or " -#~ "initial capital letters." -#~ msgstr "" -#~ "Πολλές από τις ονομασίες που χρησιμοποιούνται από εταιρείες για την " -#~ "διαφοροποίηση των προϊόντων και υπηρεσιών τους έχουν καταχωρισθεί ως " -#~ "εμπορικά σήματα. Σε όποιο σημείο της τεκμηρίωσης MATE τυχόν εμφανίζονται " -#~ "αυτές οι ονομασίες, και εφόσον τα μέλη του Έργου τεκμηρίωσης MATE έχουν " -#~ "λάβει γνώση αυτών των εμπορικών σημάτων, οι ονομασίες ή τα αρχικά αυτών " -#~ "θα γράφονται με κεφαλαίους χαρακτήρες." - -#~ msgid "" -#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " -#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES " -#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED " -#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS " -#~ "DISCLAIMER; AND" -#~ msgstr "" -#~ "ΤΟ ΠΑΡΟΝ ΕΓΓΡΑΦΟ ΠΑΡΕΧΕΤΑΙ \"ΩΣ ΕΧΕΙ\", ΧΩΡΙΣ ΟΠΟΙΑΔΗΠΟΤΕ ΑΛΛΗ ΕΓΓΥΗΣΗ, " -#~ "ΕΙΤΕ ΡΗΤΗ ΕΙΤΕ ΣΙΩΠΗΡΗ, ΣΥΜΠΕΡΙΛΑΜΒΑΝΟΜΕΝΗΣ, ΧΩΡΙΣ ΠΕΡΙΟΡΙΣΜΟ, ΤΗΣ " -#~ "ΕΓΓΥΗΣΗΣ ΟΤΙ ΤΟ ΕΓΓΡΑΦΟ, Ή Η ΤΡΟΠΟΠΟΙΗΜΕΝΗ ΕΚΔΟΣΗ ΑΥΤΟΥ, ΕΙΝΑΙ " -#~ "ΕΜΠΟΡΕΥΣΙΜΟ, ΚΑΤΑΛΛΗΛΟ ΓΙΑ ΕΙΔΙΚΟ ΣΚΟΠΟ ΚΑΙ ΔΕΝ ΠΡΟΣΒΑΛΛΕΙ ΔΙΚΑΙΩΜΑΤΑ " -#~ "ΤΡΙΤΩΝ. Ο ΧΡΗΣΤΗΣ ΑΝΑΛΑΜΒΑΝΕΙ ΕΞ ΟΛΟΚΛΗΡΟΥ ΤΗΝ ΕΘΥΝΗ ΩΣ ΠΡΟΣ ΤΗΝ " -#~ "ΠΟΙΟΤΗΤΑ, ΤΗΝ ΑΚΡΙΒΕΙΑ ΚΑΙ ΤΗΝ ΧΡΗΣΗ ΤΟΥ ΕΓΓΡΑΦΟΥ Ή ΤΗΣ ΤΡΟΠΟΠΟΙΗΜΕΝΗΣ " -#~ "ΕΚΔΟΣΗΣ ΑΥΤΟΥ. ΣΕ ΠΕΡΙΠΤΩΣΗ ΠΟΥ ΟΠΟΙΟΔΗΠΟΤΕ ΕΓΓΡΑΦΟ Ή ΤΡΟΠΟΠΟΙΗΜΕΝΗ " -#~ "ΕΚΔΟΣΗ ΑΥΤΟΥ ΑΠΟΔΕΙΧΘΟΥΝ ΕΛΑΤΤΩΜΑΤΙΚΑ ΚΑΘ' ΟΙΟΝΔΗΠΟΤΕ ΤΡΟΠΟ, Ο ΧΡΗΣΤΗΣ " -#~ "(ΚΑΙ ΟΧΙ Ο ΑΡΧΙΚΟΣ ΣΥΓΓΡΑΦΕΑΣ, ΔΗΜΙΟΥΡΓΟΣ Ή ΟΠΟΙΟΣΔΗΠΟΤΕ ΣΥΝΤΕΛΕΣΤΗΣ) " -#~ "ΑΝΑΛΑΜΒΑΝΕΙ ΤΟ ΚΟΣΤΟΣ ΟΠΟΙΑΣΔΗΠΟΤΕ ΑΝΑΓΚΑΙΑΣ ΣΥΝΤΗΡΗΣΗΣ, ΕΠΙΣΚΕΥΗΣ Ή " -#~ "ΔΙΟΡΘΩΣΗΣ. Η ΠΑΡΟΥΣΑ ΑΠΟΠΟΙΗΣΗ ΕΓΓΥΗΣΗΣ ΑΠΟΤΕΛΕΙ ΑΝΑΠΟΣΠΑΣΤΟ ΜΕΡΟΣ ΤΗΣ " -#~ "ΑΔΕΙΑΣ. ΔΕΝ ΕΠΙΤΡΕΠΕΤΑΙ ΟΥΔΕΜΙΑ ΧΡΗΣΗ ΤΟΥ ΕΓΓΡΑΦΟΥ Ή ΤΡΟΠΟΠΟΙΗΜΕΝΩΝ " -#~ "ΕΚΔΟΣΕΩΝ ΑΥΤΟΥ ΣΥΜΦΩΝΑ ΜΕ ΤΟΥΣ ΟΡΟΥΣ ΤΗΣ ΠΑΡΟΥΣΑΣ, ΠΑΡΑ ΜΟΝΟ ΕΑΝ " -#~ "ΣΥΝΟΔΕΥΕΤΑΙ ΑΠΟ ΤΗΝ ΑΠΟΠΟΙΗΣΗ ΕΓΓΥΗΣΗΣ· ΚΑΙ" - -#~ msgid "" -#~ "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " -#~ "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " -#~ "WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " -#~ "VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE " -#~ "LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " -#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " -#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " -#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " -#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, " -#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH " -#~ "DAMAGES." -#~ msgstr "" -#~ "Ο ΔΗΜΙΟΥΡΓΟΣ, Ο ΑΡΧΙΚΟΣ ΣΥΓΓΡΑΦΕΑΣ, ΟΙ ΣΥΝΤΕΛΕΣΤΕΣ Ή ΟΙ ΔΙΑΝΟΜΕΙΣ ΤΟΥ " -#~ "ΕΓΓΡΑΦΟΥ Ή ΤΡΟΠΟΠΟΙΗΜΕΝΗΣ ΕΚΔΟΣΗΣ ΑΥΤΟΥ, ΚΑΘΩΣ ΚΑΙ ΟΙ ΠΡΟΜΗΘΕΥΤΕΣ " -#~ "ΟΠΟΙΩΝΔΗΠΟΤΕ ΕΚ ΤΩΝ ΠΡΟΑΝΑΦΕΡΟΜΕΝΩΝ ΜΕΡΩΝ, ΔΕΝ ΕΥΘΥΝΟΝΤΑΙ ΕΝΑΝΤΙ " -#~ "ΟΙΟΥΔΗΠΟΤΕ, ΣΕ ΚΑΜΙΑ ΠΕΡΙΠΤΩΣΗ ΚΑΙ ΥΠΟ ΚΑΜΙΑ ΕΡΜΗΝΕΙΑ ΝΟΜΟΥ, ΕΙΤΕ ΕΞ " -#~ "ΑΔΙΚΟΠΡΑΞΙΑΣ (ΣΥΜΠΕΡΙΛΑΜΒΑΝΟΜΕΝΗΣ ΤΗΣ ΑΜΕΛΕΙΑΣ) ΕΙΤΕ ΣΤΟ ΠΛΑΙΣΙΟ " -#~ "ΣΥΜΒΑΤΙΚΗΣ Ή ΑΛΛΗΣ ΥΠΟΧΡΕΩΣΗΣ, ΓΙΑ ΤΥΧΟΝ ΑΜΕΣΕΣ, ΕΜΜΕΣΕΣ, ΕΙΔΙΚΕΣ, " -#~ "ΤΥΧΑΙΕΣ Ή ΣΥΝΕΠΑΚΟΛΟΥΘΕΣ ΖΗΜΙΕΣ ΟΠΟΙΑΣΔΗΠΟΤΕ ΜΟΡΦΗΣ, ΣΥΜΠΕΡΙΛΑΜΒΑΝΟΜΕΝΩΝ, " -#~ "ΧΩΡΙΣ ΠΕΡΙΟΡΙΣΜΟ, ΖΗΜΙΩΝ ΛΟΓΩ ΑΠΩΛΕΙΑΣ ΦΗΜΗΣ ΚΑΙ ΠΕΛΑΤΕΙΑΣ, ΔΙΑΚΟΠΗΣ " -#~ "ΕΡΓΑΣΙΩΝ, ΔΥΣΛΕΙΤΟΥΡΓΙΑΣ Ή ΒΛΑΒΗΣ ΗΛΕΚΤΡΟΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ, Ή ΚΑΘΕ ΑΛΛΗΣ " -#~ "ΖΗΜΙΑΣ Ή ΑΠΩΛΕΙΑΣ ΠΟΥ ΟΦΕΙΛΕΤΑΙ Ή ΣΧΕΤΙΖΕΤΑΙ ΜΕ ΤΗΝ ΧΡΗΣΗ ΤΟΥ ΕΓΓΡΑΦΟΥ " -#~ "ΚΑΙ ΤΩΝ ΤΡΟΠΟΠΟΙΗΜΕΝΩΝ ΕΚΔΟΣΕΩΝ ΑΥΤΟΥ, ΑΚΟΜΑ ΚΑΙ ΑΝ ΤΑ ΩΣ ΑΝΩ ΜΕΡΗ ΕΙΧΑΝ " -#~ "ΛΑΒΕΙ ΓΝΩΣΗ ΤΗΣ ΠΙΘΑΝΟΤΗΤΑΣ ΠΡΟΚΛΗΣΗΣ ΤΕΤΟΙΩΝ ΖΗΜΙΩΝ." - -#~ msgid "" -#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE " -#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER " -#~ "UNDERSTANDING THAT: " -#~ msgstr "" -#~ "ΤΟ ΠΑΡΟΝ ΕΓΓΡΑΦΟ ΚΑΙ ΟΙ ΤΡΟΠΟΙΗΜΕΝΕΣ ΕΚΔΟΣΕΙΣ ΑΥΤΟΥ ΠΑΡΕΧΟΝΤΑΙ ΥΠΟ ΤΟΥΣ " -#~ "ΟΡΟΥΣ ΤΗΣ ΕΛΕΥΘΕΡΗΣ ΑΔΕΙΑΣ ΤΕΚΜΗΡΙΩΣΗΣ GNU (GFDL) ΚΑΙ ΜΕ ΤΗΝ ΠΕΡΑΙΤΕΡΩ " -#~ "ΔΙΕΥΚΡΙΝΙΣΗ ΟΤΙ: " - -#~ msgid "Sun Microsystems Inc." -#~ msgstr "Sun Microsystems Inc." - -#~ msgid "Calculator Manual V2.9" -#~ msgstr "Εγχειρίδιο αριθμομηχανής Έκδοση 2.9" - -#~ msgid "March 2005" -#~ msgstr "Μάρτιος 2005" - -#~ msgid "Sun Java Desktop System Documentation Team" -#~ msgstr "Sun Java Desktop System Documentation Team" - -#~ msgid "Calculator Manual V2.8" -#~ msgstr "Εγχειρίδιο αριθμομηχανής,Έκδοση 2.8" - -#~ msgid "August 2004" -#~ msgstr "Αύγουστος 2004" - -#~ msgid "mate-calc Manual V2.7" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.7" - -#~ msgid "February 2004" -#~ msgstr "Φεβρουάριος 2004" - -#~ msgid "Sun MATE Documentation Team" -#~ msgstr "Sun MATE Documentation Team" - -#~ msgid "mate-calc Manual V2.6" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.6" - -#~ msgid "October 2003" -#~ msgstr "Οκτώβριος 2003" - -#~ msgid "mate-calc Manual V2.5" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.5" - -#~ msgid "July 2003" -#~ msgstr "Ιούλιος 2003" - -#~ msgid "mate-calc Manual V2.4" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.4" - -#~ msgid "June 2003" -#~ msgstr "Ιούνιος 2003" - -#~ msgid "mate-calc Manual V2.3" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.3" - -#~ msgid "April 2003" -#~ msgstr "Απρίλιος 2003" - -#~ msgid "mate-calc Manual V2.2" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.2" - -#~ msgid "mate-calc Manual V2.1" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.1" - -#~ msgid "March 2003" -#~ msgstr "Μάρτιος 2003" - -#~ msgid "mate-calc Manual V2.0" -#~ msgstr "Εγχειρίδιο mate-calc, Έκδοση 2.0" - -#~ msgid "This manual describes version 5.5.37 of Calculator." -#~ msgstr "Αυτό το εγχειρίδιο περιγράφει την έκδοση 5.5.37 της αριθμομηχανής." - -#~ msgid "Feedback" -#~ msgstr "Ανάδραση" - -#~ msgid "" -#~ "To report a bug or make a suggestion regarding the " -#~ "mate-calc application or this manual, follow " -#~ "the directions in the MATE Feedback Page." -#~ msgstr "" -#~ "Για να αναφέρετε ένα σφάλμα ή να κάνετε μία πρόταση σχετικά με την " -#~ "εφαρμογή ή το εγχειρίδιο, ακολουθήστε τις οδηγίες στη.Σελίδα Ανάδρασης του MATE." - -#~ msgid "Calculator" -#~ msgstr "Αριθμομηχανή" - -#~ msgid "Introduction" -#~ msgstr "Εισαγωγή" - -#~ msgid "" -#~ "The mate-calc application provides the " -#~ "following modes for different types of mathematical functionality:" -#~ msgstr "" -#~ "Η εφαρμογή mate-calc περιέχει τις παρακάτω " -#~ "λειτουργίες, που επιτρέπουν διάφορους τύπους μαθηματικών υπολογισμών:" - -#~ msgid "" -#~ "The default mode. Provides standard calculator functions. You can perform " -#~ "standard addition, subtraction, division, and multiplication functions in " -#~ "Basic mode and you can use all of the Basic functions in each of the " -#~ "other modes." -#~ msgstr "" -#~ "Η προεπιλεγμένη λειτουργία. Παρέχει τις κύριες δυνατότητες μιας " -#~ "αριθμομηχανής. Δηλαδή, σας επιτρέπει να κάνετε πρόσθεση, αφαίρεση, " -#~ "πολλαπλασιασμό και διαίρεση. Οι δυνατότητες αυτές είναι διαθέσιμες και σε " -#~ "κάθε άλλη λειτουργία." - -#~ msgid "" -#~ "Provides advanced calculator functions. You can store numbers in 10 " -#~ "different memory registers, and easily retrieve and replace the numbers " -#~ "in the memory registers. You can use all of the Advanced functions in " -#~ "Financial, Scientific and Programming modes." -#~ msgstr "" -#~ "Παρέχει προχωρημένες δυνατότητες αριθμομηχανής. Μπορείτε να αποθηκεύετε " -#~ "αριθμούς σε 10 διαφορετικές μνήμες, να τιςανακαλείτε εύκολα ή και να " -#~ "τιςαντικαθιστάτε. Μπορείτε να χρησιμοποιήσετε όλες τις δυνατότητες της " -#~ "Προχωρημένης λειτουργίας στην Εμπορική, την Επιστημονική και την " -#~ "Προγραμματιστική λειτουργία." - -#~ msgid "Provides several complex financial functions." -#~ msgstr "Παρέχει αρκετές πολύπλοκες εμπορικές λειτουργίες." - -#~ msgid "" -#~ "Provides many additional mathematical functions, including trigonometric " -#~ "functions. You can also store your own functions and constants, when you " -#~ "use Scientific mode." -#~ msgstr "" -#~ "Παρέχει πολλές επιπρόσθετες μαθηματικές λειτουργίες,συμπεριλαμβανομένων " -#~ "των τριγωνομετρικών συναρτήσεων. Στην Επιστημονική λειτουργία μπορείτε, " -#~ "επίσης, να αποθηκεύετε τις δικές σας συναρτήσεις και σταθερές." - -#~ msgid "" -#~ "Provides functions useful to a programmer, including bitwise functions " -#~ "and a bit editor." -#~ msgstr "" -#~ "Παρέχει χρήσιμες δυνατότητες για προγραμματιστές, συμπεριλαμβανομένων " -#~ "πράξεων κατά bit καθώς και επεξεργαστή bit." - -#~ msgid "" -#~ "You can use mate-calc in the following " -#~ "numbering systems:" -#~ msgstr "" -#~ "Μπορείτε να χρησιμοποιήσετε την εφαρμογή mate-calc με τα ακόλουθα συστήματα αρίθμησης:" - -#~ msgid "Numbering System" -#~ msgstr "Σύστημα αρίθμησης" - -#~ msgid "Base" -#~ msgstr "Βάση" - -#~ msgid "8" -#~ msgstr "8" - -#~ msgid "10" -#~ msgstr "10" - -#~ msgid "16" -#~ msgstr "16" - -#~ msgid "Getting Started" -#~ msgstr "Ξεκινώντας" - -#~ msgid "" -#~ "You can start mate-calc in the following ways:" -#~ msgstr "" -#~ "Μπορείτε να εκκινήσετε την εφαρμογή mate-calc " -#~ "με τους ακόλουθους τρόπους:" - -#~ msgid "Menu" -#~ msgstr "Μενού" - -#~ msgid "" -#~ "Choose AccessoriesCalculator." -#~ msgstr "" -#~ "Επιλέξτε ΒοηθήματαΑριθμομηχανή." - -#~ msgid "Command line" -#~ msgstr "Γραμμή εντολών" - -#~ msgid "" -#~ "Execute the following command: mate-calculator" -#~ msgstr "" -#~ "Εκτελέστε την ακόλουθη εντολή: mate-calculator" - -#~ msgid "" -#~ "When you start mate-calc, the following window " -#~ "is displayed:" -#~ msgstr "" -#~ "Όταν ξεκινά η εφαρμογή mate-calc, εμφανίζεται " -#~ "το παράθυρο:" - -#~ msgid "mate-calc Basic Mode Window" -#~ msgstr "Παράθυρο Βασικής λειτουργίας mate-calc" - -#~ msgid "Shows Basic mode window." -#~ msgstr "Εμφανίζει το παράθυρο Βασικής λειτουργίας ." - -#~ msgid "" -#~ "The mate-calc window contains the following " -#~ "elements:" -#~ msgstr "" -#~ "Το παράθυρο του mate-calc περιέχει τα ακόλουθα:" - -#~ msgid "Menubar" -#~ msgstr "Γραμμή μενού" - -#~ msgid "" -#~ "The menus on the menubar contain all of the commands that you need to " -#~ "work with mate-calc." -#~ msgstr "" -#~ "Τα μενού στη γραμμή μενού περιέχουν όλες τις εντολές που θα χρειαστείτε " -#~ "για να εργαστείτε με την εφαρμογή mate-calc." - -#~ msgid "Display area" -#~ msgstr "Περιοχή οθόνης" - -#~| msgid "" -#~| "The display area shows the numbers that you enter, and the results of " -#~| "calculations. If you are not using arithmetic precedence, you can only " -#~| "enter numbers of up to forty digits." -#~ msgid "" -#~ "The display area shows the numbers that you enter, and the results of " -#~ "calculations." -#~ msgstr "" -#~ "Η οθόνη της αριθμομηχανής εμφανίζει τους αριθμούς που εισάγετε και τα " -#~ "αποτελέσματα των υπολογισμών." - -#~ msgid "Mode area" -#~ msgstr "Περιοχή λειτουργίας" - -#~ msgid "" -#~ "The mode area displays the buttons for the current mode. The Basic mode " -#~ "buttons are always displayed. Advanced mode buttons are also available in " -#~ "Financial, Scientific and Programming modes." -#~ msgstr "" -#~ "Στην περιοχή λειτουργίας βρίσκονται τα κουμπιά της τρέχουσας λειτουργίας. " -#~ "Τα κουμπιά της Βασικής λειτουργίας εμφανίζονται πάντα. Τα κουμπιά της " -#~ "Προχωρημένης λειτουργίας είναι επίσης διαθέσιμα στην Εμπορική, " -#~ "Επιστημονική και Προγραμματιστική λειτουργία." - -#~ msgid "Popup Menu" -#~ msgstr "Αναδυόμενο μενού" - -#~ msgid "Shows popup-menu symbol." -#~ msgstr "Εμφάνιση συμβόλου αναδυόμενου μενού." - -#~ msgid "" -#~ "The symbol on a mate-calc " -#~ "button indicates that a popup menu is displayed when you click on that " -#~ "button." -#~ msgstr "" -#~ "Το σύμβολο πάνω σε ένα κουμπί της εφαρμογής " -#~ "mate-calc υποδεικνύει ότι, αν κάνετε κλικ στο " -#~ "κουμπί, θα εμφανιστεί ένα αναδυόμενο μενού." - -#~ msgid "Status Bar" -#~ msgstr "Γραμμή κατάστασης" - -#~ msgid "The status bar displays messages on the status of your calculations." -#~ msgstr "" -#~ "Στη γραμμή κατάστασης προβάλλονται μηνύματα σχετικά με την κατάσταση των " -#~ "υπολογισμών σας." - -#~ msgid "Usage" -#~ msgstr "Χρήση" - -#~ msgid "To Use Calculator Functions" -#~ msgstr "Χρήση λειτουργιών αριθμομηχανής" - -#~ msgid "To perform a calculation, use one of the following methods:" -#~ msgstr "" -#~ "Για να κάνετε έναν υπολογισμό, χρησιμοποιήστε μια από τις παρακάτω " -#~ "μεθόδους:" - -#~ msgid "" -#~ "Click on the mate-calc buttons to enter " -#~ "numbers and functions." -#~ msgstr "" -#~ "Κάντε κλικ στα κουμπιά της εφαρμογής mate-calc " -#~ "για να εισάγετε αριθμούς και σύμβολα αριθμητικών υπολογισμών." - -#~ msgid "" -#~ "Give focus to the mate-calc window, then use " -#~ "the keyboard or numeric keypad to specify the calculation that you want " -#~ "to perform. For a complete list of keyboard shortcuts, see ." -#~ msgstr "" -#~ "Επιλέξτε το παράθυρο της εφαρμογής mate-calc, " -#~ "κατόπιν χρησιμοποιήστε το πληκτρολόγιο ή το αριθμητικό πληκτρολόγιο για " -#~ "να εισάγετε τους υπολογισμούς που θέλετε να πραγματοποιήσετε. Για την " -#~ "πλήρη λίστα των συντομεύσεων πληκτρολογίου, δείτε ." - -#~ msgid "" -#~ "The mate-calc application automatically " -#~ "displays numbers with more than 40 digits, and small numbers, as " -#~ "exponential numbers. For example, the following table shows the value " -#~ "that is displayed when you use the decimal numeric base with an accuracy " -#~ "of 2 significant places:" -#~ msgstr "" -#~ "Η εφαρμογή mate-calc μετατρέπει αυτόματα τους " -#~ "αριθμούς με περισσότερα από 40 ψηφία (ακέραια ή δεκαδικά) σε εκθετικούς " -#~ "αριθμούς. Για παράδειγμα, ο παρακάτω πίνακας δείχνει την τιμή που " -#~ "εμφανίζεται όταν χρησιμοποιείτε δεκαδική αριθμητική βάση και ακρίβεια 2 " -#~ "σημαντικά ψηφία." - -#~ msgid "Display" -#~ msgstr "Εμφάνιση" - -#~ msgid "Signifies" -#~ msgstr "Ερμηνεία" - -#~ msgid "1.23e+37" -#~ msgstr "1.23e+37" - -#~ msgid "1.23 * 1037" -#~ msgstr "1.23 * 1037" - -#~ msgid "1e-5" -#~ msgstr "1e-5" - -#~ msgid "0.00001" -#~ msgstr "0.00001" - -#~ msgid "" -#~ "For information about how to enter a number in exponential format, see " -#~ "." -#~ msgstr "" -#~ "Για πληροφορίες σχετικά με την εισαγωγή ενός αριθμού σε εκθετική μορφή, " -#~ "δείτε ." - -#~ msgid "To Display a Separator in Large Numbers" -#~ msgstr "Εμφάνιση διαχωριστικού σε μεγάλους αριθμούς." - -#~ msgid "" -#~ "To insert a separator between every three digits to the left of the " -#~ "numeric point in decimal base, choose ViewShow Thousands Separator." -#~ msgstr "" -#~ "Για αριθμούς με δεκαδική βάση, μπορείτε να εισάγετε ένα διαχωριστικό ανά " -#~ "τρία ψηφία (για τα ψηφία αριστερά της υποδιαστολής), αν " -#~ "επιλέξετεΠροβολήΕμφάνιση " -#~ "διαχωριστικού χιλάδων." - -#~ msgid "" -#~ "Different countries and cultures have varying conventions for how to " -#~ "communicate. These conventions include the language spoken and the " -#~ "character used as a numeric separator." -#~ msgstr "" -#~ "Οι διάφορες χώρες και πολιτισμοί έχουν τις δικές τους συμβάσεις " -#~ "επικοινωνίας. Αυτές οι συμβάσεις συμπεριλαμβάνουν τη χρησιμοποιούμενη " -#~ "γλώσσα και το χαρακτήρα που συμβολίζει την υποδιαστολή." - -#~| msgid "" -#~| "mate-calc has been internationalized so " -#~| "user's can adapt to their own conventions. This is done by setting a " -#~| "specific locale. We can't determine what locales will exist, except for " -#~| "a standard one called the C locale." -#~ msgid "" -#~ "mate-calc has been internationalized so users " -#~ "can adapt to their own conventions. This is done by setting a specific " -#~ "locale. We can't determine what locales will exist, except for a standard " -#~ "one called the C locale." -#~ msgstr "" -#~ "Η εφαρμογή mate-calc έχει διεθνοποιηθεί ούτως " -#~ "ώστε να προσαρμόζεται στις συμβάσεις των εκάστοτε χρηστών. Αυτό " -#~ "επιτυγχάνεται με την επιλογή διαφορετικών τοπικοποιήσεων. Ωστόσο, οι " -#~ "συντελεστές της εφαρμογής δεν μπορούν να εξασφαλίσουν την ύπαρξη άλλων " -#~ "τοπικοποιήσεων πέρα από την πρότυπη τοπικοποίηση (τοπικοποίηση C)." - -#~ msgid "When you use the C locale, the separator character is not displayed." -#~ msgstr "" -#~ "Όταν χρησιμοποιείτε την τοπικοποίηση C, το διαχωριστικό δεν εμφανίζεται." - -#~ msgid "To Copy and Paste in the Display Area" -#~ msgstr "Αντιγραφή και Επικόλληση στην περιοχή οθόνης" - -#~ msgid "" -#~ "To copy the result of a calculation, choose EditCopy. You can paste the " -#~ "value into another application." -#~ msgstr "" -#~ "Για να αντιγράψετε το αποτέλεσμα ενός υπολογισμού, επιλέξτε " -#~ "ΕπεξεργασίαΑντιγραφή. Μπορείτε να επικολλήσετε το αποτέλεσμα σε μια " -#~ "άλλη εφαρμογή." - -#~ msgid "" -#~ "To paste a previously copied value into the display area, choose " -#~ "EditPaste." -#~ msgstr "" -#~ "Για να επικολλήσετε στην περιοχή οθόνης μιατιμή που είχατε αντιγράψει " -#~ "προηγουμένως, επιλέξτε ΕπεξεργασίαΕπικόλληση." - -#~ msgid "To Perform Basic Calculations" -#~ msgstr "Πραγματοποίηση βασικών υπολογισμών" - -#~ msgid "" -#~ "Basic mode is displayed by default when you first start " -#~ "mate-calc. To explicitly invoke Basic mode, " -#~ "choose ViewBasic." -#~ msgstr "" -#~ "Η Βασική λειτουργία είναι η προεπιλεγμένη λειτουργία, που εμφανίζεται την " -#~ "πρώτη φορά που εκτελείτε την εφαρμογή mate-calc. Διαφορετικά, μπορείτε να ενεργοποιήσετε την Βασική " -#~ "λειτουργία, επιλέγοντας ΠροβολήΒασική." - -#~ msgid "" -#~ "The calculator memory registers are unavailable in Basic Mode. In other " -#~ "words, ViewMemory Registers is inactive." -#~ msgstr "" -#~ "Οι μνήμες της αριθμομηχανής δεν είναι διαθέσιμες στη Βασική λειτουργία. " -#~ "Το μενού ΠροβολήΜνήμες είναι ανενεργό." - -#~ msgid "To Perform Simple Calculations" -#~ msgstr "Πραγματοποίηση απλών υπολογισμών" - -#~ msgid "" -#~ "To perform simple calculations, use the buttons described in ." -#~ msgstr "" -#~ "Για να πραγματοποιήσετε απλούς υπολογισμούς, χρησιμοποιήστε τα κουμπιά " -#~ "που περιγράφονται στον ." - -#~ msgid "Performing Simple Calculations" -#~ msgstr "Πραγματοποίηση απλών υπολογισμών" - -#~ msgid "Button" -#~ msgstr "Κουμπί" - -#~ msgid "Description" -#~ msgstr "Περιγραφή" - -#~ msgid "Example" -#~ msgstr "Παράδειγμα" - -#~ msgid "Numerals" -#~ msgstr "Αριθμητικά ψηφία" - -#~ msgid "0 to 9 inclusive" -#~ msgstr "Από το 0 εως και το 9" - -#~ msgid "" -#~ "In decimal and hexadecimal base, all numerals are available. In octal " -#~ "base, 8 and 9 are " -#~ "unavailable. In binary base, only 0 and " -#~ "1 are available. The default base is decimal." -#~ msgstr "" -#~ "Όταν χρησιμοποιείται δεκαδική και δεκαεξαδική βάση, είναι διαθέσιμα όλα " -#~ "τα ψηφία. Όταν χρησιμοποιείται οκταδική βάση, δεν είναι διαθέσιμα τα " -#~ "ψηφία 8 και 9. Όταν η βάση " -#~ "είναι δυαδική, επιτρέπονται μόνο τα ψηφία 0 και " -#~ "1. Η προεπιλεγμένη βάση είναι η δεκαδική." - -#~ msgid "1" -#~ msgstr "1" - -#~ msgid "Numeric point" -#~ msgstr "Υποδιαστολή" - -#~ msgid "." -#~ msgstr "." - -#~ msgid "Starts the fractional part of a numeric entry." -#~ msgstr "Τοποθετείται στην αρχή του κλασματικού μέρους του αριθμού." - -#~ msgid "Calculate a result" -#~ msgstr "Υπολογισμός αποτελέσματος" - -#~ msgid "=" -#~ msgstr "=" - -#~ msgid "Displays the result of the current calculation in the current base." -#~ msgstr "" -#~ "Εμφανίζει το αποτέλεσμα του τρέχοντος υπολογισμού στην τρέχουσα βάση." - -#~ msgid "" -#~ "1 +2=" -#~ msgstr "" -#~ "1 +2=" - -#~ msgid "3" -#~ msgstr "3" - -#~ msgid "Addition" -#~ msgstr "Πρόσθεση" - -#~ msgid "+" -#~ msgstr "+" - -#~ msgid "" -#~ "Adds the current value in the display area to the next number that you " -#~ "enter." -#~ msgstr "" -#~ "Προσθέτει την τιμή που εμφανίζεται στην οθόνη στην τιμή που ακολουθεί." - -#~ msgid "-" -#~ msgstr "-" - -#~ msgid "" -#~ "Subtracts from the current value in the display area the next number that " -#~ "you enter." -#~ msgstr "" -#~ "Αφαιρεί από την τιμή που εμφανίζεται στην οθόνη την τιμή που ακολουθεί." - -#~ msgid "" -#~ "3 -2=" -#~ msgstr "" -#~ "3 -2=" - -#~ msgid "Multiplication" -#~ msgstr "Πολλαπλασιασμός" - -#~ msgid "" -#~ "Multiplies the current value in the display area by the next number that " -#~ "you enter." -#~ msgstr "" -#~ "Πολλαπλασιάζει την τιμή που εμφανίζεται στην οθόνη με την τιμή που " -#~ "ακολουθεί." - -#~ msgid "" -#~ "3 *2=" -#~ msgstr "" -#~ "3 *2=" - -#~ msgid "Division" -#~ msgstr "Διαίρεση" - -#~ msgid "" -#~ "Divides the current value in the display area by the next number that you " -#~ "enter." -#~ msgstr "" -#~ "Διαιρεί την τιμή που εμφανίζεται στην οθόνη δια της τιμής που ακολουθεί." - -#~ msgid "" -#~ "6 /3=" -#~ msgstr "" -#~ "6 /3=" - -#~ msgid "Change the arithmetic sign" -#~ msgstr "Αλλαγή προσήμου" - -#~ msgid "+/-" -#~ msgstr "+/-" - -#~ msgid "" -#~ "Changes a positive number to a negative number, or a negative number to a " -#~ "positive number." -#~ msgstr "" -#~ "Μετατρέπει έναν θετικό αριθμό σε αρνητικό, ή εναν αρνητικό αριθμό σε " -#~ "θετικό." - -#~ msgid "8 +/-" -#~ msgstr "8 +/-" - -#~ msgid "-8" -#~ msgstr "-8" - -#~ msgid "To Erase Characters" -#~ msgstr "Διαγραφή χαρακτήρων" - -#~ msgid "" -#~ "To erase characters, use the buttons described in ." -#~ msgstr "" -#~ "Για να διαγράψετε χαρακτήρες, χρησιμοποιήστε τα κουμπιά που περιγράφονται " -#~ "στον ." - -#~ msgid "Backspace" -#~ msgstr "Backspace" - -#~ msgid "Bksp" -#~ msgstr "Bksp" - -#~ msgid "Removes the rightmost character from the display area." -#~ msgstr "Διαγραφή του δεξιότερου χαρακτήρα στην οθόνη." - -#~ msgid "" -#~ "1 +22Bksp=" -#~ msgstr "" -#~ "1 +22Bksp=" - -#~ msgid "Clear Entry" -#~ msgstr "Εκκαθάριση καταχώρησης" - -#~ msgid "CE" -#~ msgstr "CE" - -#~ msgid "Removes the current value from the display area." -#~ msgstr "Διαγράφει την τρέχουσα τιμή από την οθόνη." - -#~| msgid "" -#~| "In Arithmetic Precedence mode, this operation is the same as " -#~| "Clr" -#~ msgid "This operation is the same as Clr" -#~ msgstr "Αυτή η λειτουργία είναι ίδια με του Clr" - -#~ msgid "" -#~ "1 +22CE=" -#~ msgstr "" -#~ "1 +22CE=" - -#~ msgid "Clear" -#~ msgstr "Εκκαθάριση" - -#~ msgid "Clr" -#~ msgstr "Clr" - -#~ msgid "" -#~ "Resets the current value in the display area to zero and removes any " -#~ "previous calculation results. Clr also deselects " -#~ "the Hyp and Inv options in " -#~ "Scientific." -#~ msgstr "" -#~ "Επαναφέρει την τρέχουσα τιμή της οθόνης στο μηδέν και απομακρύνει " -#~ "προηγούμενα αποτελέσματα. Επίσης, το κουμπί Clr " -#~ "αποεπιλέγει τις επιλογές Hyp και Inv της Επιστημονικής λειτουργίας." - -#~ msgid "" -#~ "1 +22Clr" -#~ msgstr "" -#~ "1 +22Clr" - -#~ msgid "To Display ASCII Values" -#~ msgstr "Εμφάνιση τιμών ASCII" - -#~ msgid "" -#~ "To display the ASCII value of a character, choose " -#~ "EditInsert ASCII Value." -#~ msgstr "" -#~ "Για να εμφανίσετε την τιμή ASCII ενός χαρακτήρα, επιλέξτε " -#~ "ΕπεξεργασίαΕισαγωγή τιμής " -#~ "ASCII." - -#~ msgid "The Insert ASCII Value dialog is displayed." -#~ msgstr "Εμφανίζεται ο διάλογος εισαγωγής τιμών ASCII." - -#~ msgid "" -#~ "Enter the required character in the Character field, " -#~ "then click Insert. The ASCII value of that " -#~ "character, in the current numeric base, appears in the display area. For " -#~ "example, the ASCII value of B in decimal base is 66." -#~ msgstr "" -#~ "Εισάγετε το ζητούμενο χαρακτήρα στο πεδίο Χαρακτήρας " -#~ "και κάντε κλικ στο κουμπί Εισαγωγή. Η τιμή ASCII " -#~ "του χαρακτήρα, με την τρέχουσα αριθμητική βάση, εμφανίζεται στην οθόνη. " -#~ "Για παράδειγμα, η τιμή ASCII του χαρακτήρα B είναι 66 με δεκαδική βάση." - -#~ msgid "To Perform Advanced Calculations" -#~ msgstr "Πραγματοποίηση προχωρημένων υπολογισμών" - -#~ msgid "" -#~ "To change to Advanced mode, choose ViewAdvanced." -#~ msgstr "" -#~ "Για να μεταβείτε στην Προχωρημένη λειτουργία, επιλέξτε " -#~ "ΠροβολήΠροχωρημένη." - -#~ msgid "" -#~ "When you change to Advanced mode, the following buttons are displayed to " -#~ "the right of the Basic mode buttons:" -#~ msgstr "" -#~ "Όταν επιλέγεται η Προχωρημένη λειτουργία, εμφανίζονται τα ακόλουθα " -#~ "κουμπιά στα δεξιά των κουμπιών της Βασικής λειτουργίας:" - -#~ msgid "mate-calc Advanced Mode Buttons" -#~ msgstr "" -#~ "Κουμπιά προχωρημένης λειτουργίας mate-calc" - -#~ msgid "Shows Advanced mode buttons." -#~ msgstr "Εμφανίζει τα κουμπιά Προχωρημένης λειτουργίας ." - -#~ msgid "Performing Advanced Calculations" -#~ msgstr "Πραγματοποίηση προχωρημένων υπολογισμών" - -#~ msgid "%" -#~ msgstr "%" - -#~ msgid "Divides the current value by 100." -#~ msgstr "Διαιρεί την τρέχουσα τιμή με το 100." - -#~ msgid "560 %=" -#~ msgstr "560 %=" - -#~ msgid "5.60" -#~ msgstr "5.60" - -#~ msgid "Reciprocal" -#~ msgstr "Αντίστροφο" - -#~ msgid "x" -#~ msgstr "x" - -#~ msgid "1/" -#~ msgstr "1/" - -#~ msgid "Divides 1 by the current value in the display area." -#~ msgstr "Διαιρεί το 1 με την τρέχουσα τιμή στην οθόνη." - -#~ msgid "4 1/x" -#~ msgstr "4 1/x" - -#~ msgid "0.25" -#~ msgstr "0.25" - -#~ msgid "Calculates the square root of the current value in the display area." -#~ msgstr "Υπολογίζει την τετραγωνική ρίζα της τρέχουσας τιμής στην οθόνη." - -#~ msgid "" -#~ "Sqrt 9 )=" -#~ msgstr "" -#~ "Sqrt 9 )=" - -#~ msgid "Square" -#~ msgstr "Τετράγωνο" - -#~ msgid "Calculates the square of the current value in the display area." -#~ msgstr "Υπολογίζει το τετράγωνο της τρέχουσας τιμής στην οθόνη." - -#~ msgid "3 x2" -#~ msgstr "3 x2" - -#~ msgid "9" -#~ msgstr "9" - -#~ msgid "" -#~ "Calculates the integer portion of the current value in the display area." -#~ msgstr "Υπολογίζει το ακέραιο μέρος της τρέχουσας τιμής στην οθόνη." - -#~ msgid "-23.45 Int" -#~ msgstr "-23.45 Int" - -#~ msgid "-23" -#~ msgstr "-23" - -#~ msgid "" -#~ "Calculates the fractional portion of the current value in the display " -#~ "area." -#~ msgstr "Υπολογίζει το κλασματικό μέρος της τρέχουσας τιμής στην οθόνη." - -#~ msgid "-23.45 Frac" -#~ msgstr "-23.45 Frac" - -#~ msgid "-0.45" -#~ msgstr "-0.45" - -#~ msgid "" -#~ "Calculates the absolute value of the current value in the display area." -#~ msgstr "Υπολογίζει την απόλυτη τιμή της τρέχουσας τιμής στην οθόνη." - -#~ msgid "-23.45 Abs" -#~ msgstr "-23.45 Abs" - -#~ msgid "23.45" -#~ msgstr "23.45" - -#~ msgid "Parentheses" -#~ msgstr "Παρενθέσεις" - -#~ msgid "( and )" -#~ msgstr "( και )" - -#~ msgid "" -#~ "Calculations within parentheses are performed first. You can nest " -#~ "parentheses to any level." -#~ msgstr "" -#~ "Οι πράξεις εντός παρενθέσεων πραγματοποιούνται πρώτες. Μπορείτε να " -#~ "τοποθετήσετε όσες παρενθέσεις επιθυμείτε τη μία μέσα στην άλλη." - -#~ msgid "" -#~ "2 +3*4=" -#~ msgstr "" -#~ "2 +3*4=" - -#~ msgid "" -#~ "2 +(3*4)" -#~ msgstr "" -#~ "2 +(3*4)" - -#~ msgid "20" -#~ msgstr "20" - -#~ msgid "14" -#~ msgstr "14" - -#~ msgid "To Use the Calculator Memory Registers" -#~ msgstr "Χρήση μνημών αριθμομηχανής" - -#~ msgid "" -#~ "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose " -#~ "ViewMemory Registers." -#~ msgstr "" -#~ "Μπορείτε να αποθηκεύετε τιμές σε οποιαδήποτε από τις δέκα μνήμες του " -#~ "mate-calc (Μ0 ως " -#~ "Μ9). Για να εμφανίσετε τις μνήμες, επιλέξτε " -#~ "ΠροβολήΜνήμες." - -#~ msgid "" -#~ "The memory registers can be dismissed by either choosing " -#~ "ViewMemory Registers again, or by clicking on the Close button in the memory register window." -#~ msgstr "" -#~ "Μπορείτε να κρύψετε τις μνήμες, είτε επιλέγοντας ξανά " -#~ "ΠροβολήΜνήμες, είτε κάνοντας κλικ στο κουμπί Κλείσιμο του παραθύρου των μνημών." - -#~ msgid "" -#~ " describes the memory functions " -#~ "that you can use." -#~ msgstr "" -#~ "Ο περιγράφει τις λειτουργίες " -#~ "των μνημώνπου μπορείτε να χρησιμοποιείτε." - -#~ msgid "Memory Functions" -#~ msgstr "Λειτουργίες μνήμης" - -#~ msgid "Store Value in Memory Register" -#~ msgstr "Αποθήκευση τιμής σε μνήμη" - -#~ msgid "Sto" -#~ msgstr "ΜSto" - -#~ msgid "" -#~ "Stores the current contents of the display area in the specified memory " -#~ "register. Click Sto, then select a memory register " -#~ "from the popup menu." -#~ msgstr "" -#~ "Αποθηκεύει τα περιεχόμενα της οθόνης στην ορισθείσα μνήμη. Κάντε κλικ στο " -#~ "κουμπί ΜSto και μετά επιλέξτε μια μνήμη από το " -#~ "αναδυόμενο μενού." - -#~ msgid "" -#~ "To clear a memory register during a mate-calc " -#~ "session:" -#~ msgstr "" -#~ "Για να εκκαθαρίσσετε μια μνήμη κατα τη διάρκεια μιας συνεδρίας " -#~ "τουmate-calc :" - -#~ msgid "Click Clr." -#~ msgstr "Κάντε κλικ στο κουμπί ΜClr." - -#~ msgid "Click Sto." -#~ msgstr "Κάντε κλικ στο κουμπί ΜSto." - -#~ msgid "Select the memory register from the popup menu." -#~ msgstr "Επιλέξτε τη μνήμη απο το αναδυόμενο μενού." - -#~ msgid "22 StoR2" -#~ msgstr "22 ΜStoΜ2" - -#~ msgid "The value 22 is stored in memory register R2." -#~ msgstr "Η τιμή 22 αποθηκεύεται στη μνήμη Μ2." - -#~ msgid "Retrieve Value From Memory Register" -#~ msgstr "Ανάκληση τιμής από μνήμη" - -#~ msgid "Rcl" -#~ msgstr "ΜRcl" - -#~ msgid "" -#~ "Retrieves the contents of the specified memory register. Click " -#~ "Rcl, then select the memory register from the " -#~ "popup menu." -#~ msgstr "" -#~ "Ανακαλεί τα περιεχόμενα της ορισθείσας μνήμης. Κάντε κλικ στο κουμπί " -#~ "ΜRcl και μετά επιλέξτε μια μνήμη από το αναδυόμενο " -#~ "μενού." - -#~ msgid "0 RclR2" -#~ msgstr "0 ΜRclΜ2" - -#~ msgid "The value in the display area is 22." -#~ msgstr "Η τιμή στην οθόνη είναι 22." - -#~ msgid "Exchange Memory Register Value and Displayed Value" -#~ msgstr "Αντικατάσταση τιμής μνήμης με την τιμή στην οθόνη" - -#~ msgid "Exch" -#~ msgstr "ΜExch" - -#~ msgid "" -#~ "Exchanges the contents of the specified memory register and the current " -#~ "value in the display area. Click Exch, then select " -#~ "the memory register from the popup menu." -#~ msgstr "" -#~ "Αντικαθιστά τα περιεχόμενα της ορισθείσας μνήμης με την τρέχουσα τιμή " -#~ "στην οθόνη. Κάντε κλικ στο κουμπί ΜExch και " -#~ "μετάεπιλέξτε μνήμη από το αναδυόμενο μενού." - -#~ msgid "44 ExchR2" -#~ msgstr "44 ΜExchΜ2" - -#~ msgid "" -#~ "The value in the display area changes from 44 to 22, the value in R2 " -#~ "changes from 22 to 44." -#~ msgstr "" -#~ "Η τιμή στην οθόνη αλλάζει από 44 σε 22, η τιμή της μνήμης Μ2 αλλάζει από " -#~ "22 σε 44." - -#~ msgid "" -#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " -#~ "memory register, as shown in the following examples:" -#~ msgstr "" -#~ "Αν χρησιμοποιείτε συντομεύσεις πληκτρολογίου, μπορείτε να χρησιμοποιήσετε " -#~ "το πληκτρολόγιο για να επιλέξετε μνήμη, όπως φαίνεται στα παρακάτω " -#~ "παραδείγματα:" - -#~ msgid "Keyboard Entry" -#~ msgstr "Συντόμευση πληκτρολογίου" - -#~ msgid "S" -#~ msgstr "S" - -#~ msgid "" -#~ "Stores the current contents of the display area in memory register " -#~ "R2." -#~ msgstr "" -#~ "Αποθηκεύει τα περιεχόμενα της οθόνης στη μνήμη Μ2." - -#~ msgid "" -#~ "Retrieves the current contents of memory register R2 " -#~ "into the display area." -#~ msgstr "" -#~ "Ανακαλεί τα περιεχόμενα της μνήμης Μ2 και τα " -#~ "εμφανίζει στην οθόνη." - -#~ msgid "X" -#~ msgstr "X" - -#~ msgid "" -#~ "Exchanges the current value of the display area with the contents of " -#~ "memory register R2." -#~ msgstr "" -#~ "Αντικαθιστά την τρέχουσα τιμή στην οθόνη με τα περιεχόμενα τηςμνήμης " -#~ "Μ2." - -#~ msgid "" -#~ "To change to Financial mode, choose ViewFinancial." -#~ msgstr "" -#~ "Για να μεταβείτε στην εμπορική λειτουργία, επιλέξτε " -#~ "ΠροβολήΕμπορική." - -#~ msgid "" -#~ "When you change to Financial mode, the following buttons are displayed " -#~ "above the Basic and Advanced mode buttons:" -#~ msgstr "" -#~ "Όταν επιλέγεται η Εμπορική λειτουργία, εμφανίζονται τα ακόλουθα κουμπιά " -#~ "πάνω από τα κουμπιά για τη Βασική και την Προχωρημένη λειτουργία." - -#~ msgid "mate-calc Financial Mode Buttons" -#~ msgstr "Κουμπιά Εμπορικής λειτουργίας mate-calc" - -#~ msgid "Shows Financial mode buttons." -#~ msgstr "Εμφανίζει τα κουμπιά Εμπορικής λειτουργίας ." - -#~ msgid "" -#~ "To perform financial calculations, use the buttons described in ." -#~ msgstr "" -#~ "Για να πραγματοποιήσετε εμπορικούς υπολογισμούς, χρησιμοποιήστε τα " -#~ "κουμπιά που περιγράφονται στον ." - -#~ msgid "Performing Financial Calculations" -#~ msgstr "Πραγματοποίηση εμπορικών υπολογισμών" - -#~ msgid "Compounding Term" -#~ msgstr "Διάρκεια ανατοκισμού" - -#~ msgid "" -#~ "You have just deposited $8000 in an account that pays an annual interest " -#~ "rate of 9%, compounded monthly. Given the annual interest rate, you " -#~ "determine that the simple monthly interest rate is 0.09 / 12 = 0.0075. To " -#~ "calculate the time period necessary to double your investment, click " -#~ "Ctrm, and put the following values into the text " -#~ "entries:" -#~ msgstr "" -#~ "Μόλις καταθέσατε €8000 σε έναν λογαριασμό που προσφέρει ετήσιο επιτόκιο " -#~ "9%,ανατοκιζόμενο μηνιαίως. Γνωρίζοντας το ετήσιο επιτόκιο, υπολογίζετε " -#~ "οτι το απλό μηνιαίο επιτόκιο είναι 0.09 / 12 = 0.0075. Για να υπολογίσετε " -#~ "τη χρονική περίοδο που απαιτείται για να διπλασιάσετε τα χρήματά σας, " -#~ "κάντε κλικ στο κουμπί Ctrm, και εισάγετε τις " -#~ "ακόλουθες τιμές στα πεδία:" - -#~ msgid "Periodic Interest Rate" -#~ msgstr "Περιοδικό επιτόκιο" - -#~ msgid "0.0075" -#~ msgstr "0.0075" - -#~ msgid "Future Value" -#~ msgstr "Μελλοντική αξία" - -#~ msgid "16000" -#~ msgstr "16000" - -#~ msgid "Present Value" -#~ msgstr "Τρέχουσα αξία" - -#~ msgid "8000" -#~ msgstr "8000" - -#~ msgid "Click Calculate" -#~ msgstr "Κάντε κλικ στο κουμπί Υπολογισμός" - -#~ msgid "92.77" -#~ msgstr "92.77" - -#~ msgid "The investment doubles in value in 92.77 months." -#~ msgstr "Η αξία της επένδυσης διπλασιάζεται σε 92.77 μήνες" - -#~ msgid "Double-Declining Depreciation" -#~ msgstr "Φθίνουσα απόσβεση διπλάσιου ρυθμού" - -#~ msgid "" -#~ "You have just purchased an office machine for $8000. The useful life of " -#~ "this machine is six years. The salvage value after six years is $900. To " -#~ "calculate the depreciation expense for the fourth year, using the double-" -#~ "declining balance method, click Ddb and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Μόλις αγοράσατε εξοπλισμό γραφείου αξίας €8000. Η ωφέλιμη ζωή του " -#~ "εξοπλισμού είναι 6 έτη. Η υπολειμματική του αξία μετά τα 6 έτη είναι " -#~ "€900. Για να υπολογίσετε την απόσβεση για τον τέταρτο χρόνο " -#~ "χρησιμοποιώντας τη μέθοδο της φθίνουσας απόσβεσης με διπλάσιο ρυθμό, " -#~ "κάντε κλικ στο κουμπί Ddb και εισάγετε τις " -#~ "ακόλουθες τιμές στα πεδία:" - -#~ msgid "Cost" -#~ msgstr "Κόστος" - -#~ msgid "Salvage" -#~ msgstr "Υπολειμματική αξία" - -#~ msgid "900" -#~ msgstr "900" - -#~ msgid "Life" -#~ msgstr "Ζωή" - -#~ msgid "Period" -#~ msgstr "Περίοδος" - -#~ msgid "4" -#~ msgstr "4" - -#~ msgid "790.12" -#~ msgstr "790.12" - -#~ msgid "The depreciation expense for the fourth year is $790.12." -#~ msgstr "Η απόσβεση για τον τέταρτο χρόνο είναι €790.12" - -#~ msgid "" -#~ "You plan to deposit $4000 in a bank account on the last day of each year " -#~ "for the next 20 years. The account pays 8% interest, compounded annually. " -#~ "Interest is paid on the last day of each year. To calculate the value of " -#~ "your account in 20 years, press Fv and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Σκοπεύετε να καταθέτετε στην τράπεζα €4000 την τελευταία ημέρα του έτους " -#~ "και για τα επόμενα 20 έτη. Το επιτόκιο είναι 8%, με ετήσιο ανατοκισμό. Οι " -#~ "τόκοι προσμετρώνται την τελευταία ημέρα κάθε έτους. Για να υπολογίσετε το " -#~ "υπόλοιπο του λογαριασμού σας μετά από 20 έτη, κάντε κλικ στο " -#~ "Fv και εισάγετε τις ακόλουθες τιμές στα πεδία:" - -#~ msgid "Periodic Payment" -#~ msgstr "Περιοδική πληρωμή" - -#~ msgid "4000" -#~ msgstr "4000" - -#~ msgid "0.08" -#~ msgstr "0.08" - -#~ msgid "Number Of Periods" -#~ msgstr "Αριθμός περιόδων" - -#~ msgid "183047.86" -#~ msgstr "183047.86" - -#~ msgid "At the end of 20 years, the value of the account is $183,047.86." -#~ msgstr "Μετά από 20 έτη, το υπόλοιπο του λογαριασμού θα είναι €183,047.86." - -#~ msgid "Gross Profit Margin" -#~ msgstr "Μικτό περιθώριο κέρδους" - -#~ msgid "" -#~ "You sell T-Shirts online. Each T-Shirt cost you $12 in material and " -#~ "labor. You want to sell the T-Shirts with a Gross Profit Margin of 0.40 - " -#~ "for every five dollars you earn, you want two to be profit. To calculate " -#~ "the price you would have to sell your T-Shirts for, press Gpm and put the following values into the text entries:" -#~ msgstr "" -#~ "Πουλάτε μπλουζάκια στο Διαδίκτυο. Κάθε μπλουζάκι σας κοστίζει €12 σε " -#~ "υλικά και εργασία. Θέλετε να έχετε μικτό περιθώριο κέρδους 0.40· δηλαδή " -#~ "για κάθε πέντε ευρώ που πληρώνεστε, θέλετε τα δύο ευρώ να είναι κέρδος. " -#~ "Για να υπολογίσετε την τιμή στην οποία θα πουλάτε τα μπλουζάκια, κάντε " -#~ "κλικ στο Gpm και εισάγετε τις ακόλουθες τιμές στα " -#~ "πεδία:" - -#~ msgid "12" -#~ msgstr "12" - -#~ msgid "Margin" -#~ msgstr "Περιθώριο" - -#~ msgid "0.40" -#~ msgstr "0.40" - -#~ msgid "You will have to sell your T-Shirts for $20" -#~ msgstr "Θα πρέπει να πουλάτε τα μπλουζάκια €20" - -#~ msgid "" -#~ "You are considering a $120,000 mortgage for 30 years at an annual " -#~ "interest rate of 11.0%. Given the annual interest rate, you determine " -#~ "that the simple monthly interest rate is 0.11 / 12 = 0.00917. The term is " -#~ "30 * 12 = 360 months. To calculate the monthly repayment for this " -#~ "mortgage, press Pmt and put the following values " -#~ "into the text entries:" -#~ msgstr "" -#~ "Σκέφτεστε να πάρετε στεγαστικό δάνειο €120,000 για 30 έτη με ετήσιο " -#~ "επιτόκιο 11.0%. Από το ετήσιο επιτόκιο συμπεραίνετε ότι το απλό μηνιαίο " -#~ "επιτόκιο θα είναι 0.11 / 12 = 0.00917. Η διάρκεια είναι 30 * 12 = 360 " -#~ "μήνες. Για να υπολογίσετε τη μηνιαία δόση του δανείου, κάντε κλικ στο " -#~ "Pmt και εισάγετε τις ακόλουθες τιμές στα πεδία:" - -#~ msgid "Principal" -#~ msgstr "Κύρια" - -#~ msgid "120000" -#~ msgstr "120000" - -#~ msgid "0.00917" -#~ msgstr "0.00917" - -#~ msgid "360" -#~ msgstr "360" - -#~ msgid "1143.15" -#~ msgstr "1143.15" - -#~ msgid "The monthly repayment is $1143.15." -#~ msgstr "Η μηνιαία δόση θα είναι €1143.15." - -#~ msgid "" -#~ "You have just won a million dollars. The prize is awarded in 20 annual " -#~ "payments of $50,000 each. Annual payments are received at the end of each " -#~ "year. If you were to accept the annual payments of $50,000, you would " -#~ "invest the money at a rate of 9%, compounded annually." -#~ msgstr "" -#~ "Κερδίσατε ένα εκατομμύριο ευρώ. Μπορείτε να παραλάβετε τα χρήματα σε 20 " -#~ "ισόποσες ετήσιες δόσεις των €50,000. Τα χρήματα θα κατατίθενται στο τέλος " -#~ "κάθε έτους. Αν δεχτείτε αυτή τη διευθέτηση, μπορείτε να επενδύσετε τα " -#~ "χρήματα με επιτόκιο 9%, ανατοκιζόμενο ετησίως." - -#~ msgid "" -#~ "However, you are given the option of receiving a single lump-sum payment " -#~ "of $400,000 instead of the million dollars annuity. To calculate which " -#~ "option is worth more in today's dollars, press Pv " -#~ "and put the following values into the text entries:" -#~ msgstr "" -#~ "Σας δίνεται όμως και η επιλογή να λάβετε ένα εφάπαξ ποσό των €400,000 " -#~ "αντί για την ετήσια πρόσοδο του ενός εκατομμυρίου. Για να βρείτε ποια " -#~ "επιλογή είναι η καλύτερη με βάση τη σημερινή τιμή του ευρώ, κάντε κλικ " -#~ "στο Pv και εισάγετε τις ακόλουθες τιμές στα πεδία:" - -#~ msgid "50000" -#~ msgstr "50000" - -#~ msgid "0.09" -#~ msgstr "0.09" - -#~ msgid "456427.28" -#~ msgstr "456427.28" - -#~ msgid "" -#~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -#~ msgstr "" -#~ "Το €1,000,000 στη διάρκεια περιόδου 20 ετών αντιστοιχεί σε €456,427.28 " -#~ "ευρώ σήμερα." - -#~ msgid "" -#~ "You have invested $20,000 in a bond. The bond matures in five years, and " -#~ "has a maturity value of $30,000. Interest is compounded monthly. The term " -#~ "is 5 * 12 = 60 months. To calculate the periodic interest rate for this " -#~ "investment, press Rate and put the following " -#~ "values into the text entries:" -#~ msgstr "" -#~ "Επενδύσατε €20,000 σε ένα ομόλογο. Το ομόλογο λήγει σε πέντε έτη και έχει " -#~ "τελική τιμή €30,000. Ο ανατοκισμός είναι μηνιαίος. Η διάρκεια είναι 5 * " -#~ "12 = 60 μήνες. Για να υπολογίσετε το περιοδικό επιτόκιο της επένδυσης, " -#~ "κάντε κλικ στο Rate και εισάγετε τις ακόλουθες " -#~ "τιμές στα πεδία:" - -#~ msgid "30000" -#~ msgstr "30000" - -#~ msgid "20000" -#~ msgstr "20000" - -#~ msgid "60" -#~ msgstr "60" - -#~ msgid ".00678" -#~ msgstr ".00678" - -#~ msgid "" -#~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " -#~ "12 = 8.14%." -#~ msgstr "" -#~ "Το μηνιαίο επιτόκιο είναι 0.678%. Το ετήσιο επιτόκιο είναι 0.678% * 12 = " -#~ "8.14%." - -#~ msgid "Straight-Line Depreciation" -#~ msgstr "Σταθερή απόσβεση" - -#~ msgid "" -#~ "You have just purchased an office machine for $8000. The useful life of " -#~ "this machine is six years. The salvage value after six years is $900. To " -#~ "calculate the yearly depreciation expense, using the straight-line " -#~ "method, prss Sln, and put the following values " -#~ "into the first three memory registers:" -#~ msgstr "" -#~ "Μόλις αγοράσατε εξοπλισμό γραφείου αξίας €8000. Η ωφέλιμη ζωή του " -#~ "εξοπλισμού είναι 6 έτη. Η υπολειμματική του αξία μετά τα 6 έτη είναι " -#~ "€900. Για να υπολογίσετε την ετήσια απόσβεση χρησιμοποιώντας τη μέθοδο " -#~ "της σταθερής απόσβεσης, κάντε κλικ στο κουμπί Sln " -#~ "και εισάγετε τις ακόλουθες τιμές στα πεδία:" - -#~ msgid "1183.33" -#~ msgstr "1183.33" - -#~ msgid "The yearly depreciation expense is $1183.33." -#~ msgstr "Η ετήσια απόσβεση είναι €1183.33." - -#~ msgid "Sum-Of-The-Years'-Digits Depreciation" -#~ msgstr "Απόσβεση με συντελεστή τα έτη ζωής" - -#~ msgid "" -#~ "You have just purchased an office machine for $8000. The useful life of " -#~ "this machine is six years. The salvage value after six years is $900. To " -#~ "calculate the depreciation expense for the fourth year, using the sum-of-" -#~ "the-years'-digits method, press Syd, and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Μόλις αγοράσατε εξοπλισμό γραφείου αξίας €8000. Η ωφέλιμη ζωή του " -#~ "εξοπλισμού είναι 6 έτη. Η υπολειμματική του αξία μετά τα 6 έτη είναι " -#~ "€900. Για να υπολογίσετε την απόσβεση για τον τέταρτο χρόνο " -#~ "χρησιμοποιώντας τη μέθοδο της φθίνουσας απόσβεσης με συντελεστή τα έτη " -#~ "ζωής, κάντε κλικ στο κουμπί Syd και εισάγετε τις " -#~ "ακόλουθες τιμές στα πεδία:" - -#~ msgid "1014.29" -#~ msgstr "1014.29" - -#~ msgid "The depreciation expense for the fourth year is $1014.29." -#~ msgstr "Η απόσβεση για το τέταρτο έτος θα είναι €1014.29." - -#~ msgid "Payment Period" -#~ msgstr "Περίοδος πληρωμής" - -#~ msgid "" -#~ "You plan to deposit $1800 in a bank account on the last day of each year. " -#~ "The account pays 11% interest, compounded annually. Interest is paid on " -#~ "the last day of each year. To calculate the time period necessary to " -#~ "accumulate $120,000, press Term, and put the " -#~ "following values into the text entries:" -#~ msgstr "" -#~ "Σκοπεύετε να καταθέτετε στην τράπεζα €1800 κάθε έτος και πάντα την " -#~ "τελευταία ημέρα του έτους. Το επιτόκιο είναι 11%, με ετήσιο ανατοκισμό. " -#~ "Οι τόκοι προσμετρώνται την τελευταία ημέρα κάθε έτους. Για να υπολογίσετε " -#~ "τη χρονική περίοδο που απαιτείται για να συγκεντρωθούν €120,000, κάντε " -#~ "κλικ στο Term και εισάγετε τις ακόλουθες τιμές στα " -#~ "πεδία:" - -#~ msgid "1800" -#~ msgstr "1800" - -#~ msgid "0.11" -#~ msgstr "0.11" - -#~ msgid "20.32" -#~ msgstr "20.32" - -#~ msgid "$120,000 accumulates in the account in 20.32 years." -#~ msgstr "Ο λογαριασμός σας θα ανέλθει σε €120,000 μετά από 20.32 έτη." - -#~ msgid "To Perform Scientific Calculations" -#~ msgstr "Πραγματοποίηση επιστημονικών υπολογισμών" - -#~ msgid "" -#~ "To change to Scientific mode, choose ViewScientific." -#~ msgstr "" -#~ "Για να μεταβείτε στην Επιστημονική λειτουργία, επιλέξτε " -#~ "ΠροβολήΕπιστημονική." - -#~ msgid "" -#~ "When you change to Scientific mode, the following buttons are displayed " -#~ "above the Basic and Advanced mode buttons:" -#~ msgstr "" -#~ "Όταν επιλέγεται η Επιστημονική λειτουργία, εμφανίζονται τα ακόλουθα " -#~ "κουμπιά πάνω από τα κουμπιά για τη Βασική και την Προχωρημένη λειτουργία:" - -#~ msgid "mate-calc Scientific Mode Buttons" -#~ msgstr "" -#~ "Κουμπιά Επιστημονικής λειτουργίας mate-calc" - -#~ msgid "Shows Scientific mode buttons." -#~ msgstr "" -#~ "Εμφανίζει τα κουμπιά της Επιστημονικής λειτουργίας ." - -#~ msgid "To Set the Accuracy" -#~ msgstr "Ορισμός ακρίβειας" - -#~ msgid "" -#~ "To set the accuracy of the display area and of the memory registers, " -#~ "click Acc, then select from the popup menu the " -#~ "accuracy level that you require. The current accuracy level is indicated " -#~ "by a preceding black circle in the popup menu. Up to 99 significant " -#~ "places can be displayed. The default accuracy is 9 significant places." -#~ msgstr "" -#~ "Για να ορίσετε την ακρίβεια για την περιοχή της οθόνης και τις μνήμες, " -#~ "κάντε κλικ στο Acc και μετά επιλέξτε το επίπεδο " -#~ "ακρίβειας που επιθυμείτε από το αναδυόμενο μενού. Το τρέχον επίπεδο " -#~ "ακρίβειας είναι αυτό που είναι σημειωμένο με ένα μαύρο κύκλο. Μπορούν να " -#~ "εμφανίζονται μέχρι και 99 σημαντικά ψηφία. Η προεπιλεγμένη ακρίβεια είναι " -#~ "9 σημαντικά ψηφία." - -#~ msgid "" -#~ "To set the accuracy level above 9, select Other (9) ..., then choose the accuracy level you require in the " -#~ "Set Precision popup." -#~ msgstr "" -#~ "Για να ορίσετε επίπεδο ακρίβειας ανώτερο του 9, επιλέξτε Άλλο " -#~ "(9) ... και μετά διαλέξτε το επιθυμητό επίπεδο ακρίβειας από " -#~ "τον αναδυόμενο διάλογο Ορισμός ακρίβειας." - -#~ msgid "" -#~ "By default, trailing zeroes are not shown. To display trailing zeroes, " -#~ "click Acc then select Show Trailing " -#~ "Zeroes from the popup menu, or choose " -#~ "ViewShow Trailing Zeroes. A preceding check mark in the Acc popup menu or View menu indicates that the " -#~ "Show Trailing Zeroes option has been selected. To " -#~ "hide trailing zeroes, choose ViewShow Trailing Zeroes " -#~ "again." -#~ msgstr "" -#~ "Η προεπιλογή είναι να μην εμφανίζονται τα μηδενικά στο τέλος του " -#~ "κλασματικού μέρους των δεκαδικών αριθμών. Για να τα εμφανίσετε, κάντε " -#~ "κλικ στο Acc και μετά επιλέξτε Εμφάνιση " -#~ "μηδενικών στο τέλος από το αναδυόμενο μενού. Εναλλακτικά, " -#~ "επιλέξτε ΠροβολήΕμφάνιση " -#~ "μηδενικών στο τέλος. Αν το αντίστοιχο κουτάκι " -#~ "στο αναδυόμενο μενού του Acc ή στο μενού " -#~ "Προβολή είναι σημειωμένο, τότε έχει επιλεγεί η " -#~ "Εμφάνιση μηδενικών στο τέλος. Για να κρύψετε τα " -#~ "μηδενικά στο τέλος, επιλέξτε ξανά ΠροβολήΕμφάνιση μηδενικών στο τέλος." - -#~ msgid "" -#~ "The examples in the following table show how the accuracy setting affects " -#~ "x in the display area, when you use decimal " -#~ "base, with the Show Trailing Zeroes option " -#~ "selected, for the 1 / 8 = x " -#~ "calculation:" -#~ msgstr "" -#~ "Στα παραδείγματα του παρακάτω πίνακα βλέπετε πώς οι ρυθμίσεις ακρίβειας " -#~ "επιδρούν στο x που θα εμφανιστεί στην οθόνη, " -#~ "όπου 1 / 8 = x. " -#~ "(Χρησιμοποιείται δεκαδική αριθμητική βάση και είναι επιλεγμένη η " -#~ "Εμφάνιση μηδενικών στο τέλος.)" - -#~ msgid "Accuracy" -#~ msgstr "Ακρίβεια" - -#~ msgid "1 significant place" -#~ msgstr "1 σημαντικό ψηφίο" - -#~ msgid "2 significant places" -#~ msgstr "2 σημαντικά ψηφία" - -#~ msgid "1.25" -#~ msgstr "1.25" - -#~ msgid "3 significant places" -#~ msgstr "3 σημαντικά ψηφία" - -#~ msgid "1.250" -#~ msgstr "1.250" - -#~ msgid "To Set the Display Type" -#~ msgstr "Ορισμός μορφής εμφάνισης" - -#~ msgid "" -#~ "To set the display type, select one of the buttons described in ." -#~ msgstr "" -#~ "Για να επιλέξετε μορφή εμφάνισης, επιλέξτε ένα από τα κουμπιά που " -#~ "περιγράφονται στον ." - -#~ msgid "Setting the Display Type" -#~ msgstr "Ορισμός μορφής εμφάνισης" - -#~ msgid "Eng" -#~ msgstr "Eng" - -#~ msgid "Fixed-Point Display Type" -#~ msgstr "Εμφάνιση σταθερής υποδιαστολής" - -#~ msgid "Fix" -#~ msgstr "Fix" - -#~ msgid "" -#~ "Sets the display type to fixed-point format. Results are not displayed in " -#~ "scientific notation. Fixed-point is the default display type. If you " -#~ "change from scientific mode to either basic mode or financial mode, " -#~ "mate-calc automatically sets the display type " -#~ "to fixed-point format." -#~ msgstr "" -#~ "Επιλέγει την εμφάνιση σταθερής υποδιαστολής. Τα αποτελέσματα δεν " -#~ "εμφανίζονται με επιστημονική γραφή. Η εμφάνιση σταθερής υποδιαστολής " -#~ "είναι η προεπιλεγμένη μορφή εμφάνισης. Όταν μεταβαίνετε από την " -#~ "Επιστημονική στη Βασική ή την Εμπορική λειτουργία, το " -#~ "mate-calc επιλέγει αυτόματα την εμφάνιση " -#~ "σταθερής υποδιαστολής." - -#~ msgid "Scientific Display Type" -#~ msgstr "Επιστημονική μορφή εμφάνισης" - -#~ msgid "Sci" -#~ msgstr "Sci" - -#~ msgid "" -#~ "Sets the display type to scientific format. Results are displayed in " -#~ "scientific notation, with a fixed number of numeric digits." -#~ msgstr "" -#~ "Επιλέγει την επιστημονική μορφή εμφάνισης. Τα αποτελέσματα εμφανίζονται " -#~ "με επιστημονική γραφή με σταθερό αριθμό αριθμητικών ψηφίων." - -#~ msgid "To Set the Trigonometric Type" -#~ msgstr "Ορισμός τριγωνομετρικής μονάδας μέτρησης" - -#~ msgid "" -#~ "To set the trigonometric type, select one of the buttons described in " -#~ "." -#~ msgstr "" -#~ "Για να ορίσετε τη μονάδα μέτρησης για τους τριγωνομετρικούς υπολογισμούς, " -#~ "επιλέξτε ένα από τα κουμπιά που περιγράφονται στον ." - -#~ msgid "Setting the Trigonometric Type" -#~ msgstr "Ορισμός τριγωνομετρικής μονάδας μέτρησης" - -#~ msgid "Degrees" -#~ msgstr "Μοίρες" - -#~ msgid "" -#~ "Sets the trigonometric type to degrees. Degrees is the default " -#~ "trigonometric type." -#~ msgstr "" -#~ "Ορίζει τις μοίρες ως μονάδα μέτρησης για τριγωνομετρικούς υπολογισμούς. " -#~ "Πρόκειται για την προεπιλεγμένη μονάδα μέτρησης." - -#~ msgid "Gradians" -#~ msgstr "Βαθμοί" - -#~ msgid "Sets the trigonometric type to gradians." -#~ msgstr "" -#~ "Ορίζει τους βαθμούς (grad) ως μονάδα μέτρησης για τριγωνομετρικούς " -#~ "υπολογισμούς." - -#~ msgid "Radians" -#~ msgstr "Ακτίνια" - -#~ msgid "Sets the trigonometric type to radians." -#~ msgstr "" -#~ "Ορίζει τα ακτίνια (rad) ως μονάδα μέτρησης για τριγωνομετρικούς " -#~ "υπολογισμούς." - -#~ msgid "To Set the Trigonometric Options" -#~ msgstr "Ορισμός τριγωνομετρικών επιλογών" - -#~ msgid "" -#~ "To set the trigonometric options, use the options described in ." -#~ msgstr "" -#~ "Για να ορίσετε τις τριγωνομετρικές επιλογές, συμβουλευθείτε τον ." - -#~ msgid "Setting the Trigonometric Options" -#~ msgstr "Ορισμός τριγωνομετρικών επιλογών" - -#~ msgid "Hyp" -#~ msgstr "Hyp" - -#~ msgid "" -#~ "Selects the hyperbolic option for use with the trigonometric functions." -#~ msgstr "Επιλέγει τη χρήση υπερβολικών τριγωνομετρικών συναρτήσεων." - -#~ msgid "Inverse Option Indicator" -#~ msgstr "Ένδειξη αντίστροφης συνάρτησης" - -#~ msgid "Inv" -#~ msgstr "Inv" - -#~ msgid "Selects the inverse option for use with the trigonometric functions." -#~ msgstr "Επιλέγει τη χρήση αντίστροφων τριγωνομετρικών συναρτήσεων." - -#~ msgid "" -#~ "By default, the options described in are not selected. Click Clr to " -#~ "deselect these options." -#~ msgstr "" -#~ "Η προεπιλογή είναι να μην είναι σημειωμένες οι επιλογές που περιγράφονται " -#~ "στον . Για να τις " -#~ "αποεπιλέξετε, κάντε κλικ στο Clr." - -#~ msgid "To Calculate Trigonometric Values" -#~ msgstr "Υπολογισμός τριγωνομετρικών συναρτήσεων" - -#~ msgid "" -#~ "To calculate trigonometric values, use the buttons described in ." -#~ msgstr "" -#~ "Για να υπολογίσετε τριγωνομετρικές συναρτήσεις, χρησιμοποιήστε τα κουμπιά " -#~ "που περιγράφονται στον ." - -#~ msgid "Calculating Trigonometric Values" -#~ msgstr "Υπολογισμός τριγωνομετρικών συναρτήσεων" - -#~ msgid "Cosine cos" -#~ msgstr "Συνημίτονο cos" - -#~ msgid "" -#~ "Cos, Hyp option not selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Cos, Hyp αποεπιλεγμένο, " -#~ "Inv αποεπιλεγμένο" - -#~ msgid "Calculates the cosine of the current value in the display area." -#~ msgstr "Υπολογίζει το συνημίτονο της τιμής που ακολουθεί." - -#~ msgid "60 Cos" -#~ msgstr "60 Cos" - -#~ msgid "0.5" -#~ msgstr "0.5" - -#~ msgid "Arc Cosine acos" -#~ msgstr "Αντίστροφο συνημίτονο acos" - -#~ msgid "" -#~ "Cos, Hyp option not selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Cos, Hyp αποεπιλεγμένο, " -#~ "Inv επιλεγμένο" - -#~ msgid "Calculates the arc cosine of the current value in the display area." -#~ msgstr "Υπολογίζει το αντίστροφο συνημίτονο της τιμής που ακολουθεί." - -#~ msgid "0.5 InvCos" -#~ msgstr "0.5 InvCos" - -#~ msgid "Hyperbolic Cosine cosh" -#~ msgstr "Υπερβολικό συνημίτονο cosh" - -#~ msgid "" -#~ "Cos, Hyp option selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Cos, Hyp επιλεγμένο, " -#~ "Inv αποεπιλεγμένο" - -#~ msgid "" -#~ "Calculates the hyperbolic cosine of the current value in the display area." -#~ msgstr "Υπολογίζει το υπερβολικό συνημίτονο της τιμής που ακολουθεί." - -#~ msgid "0.4 HypCos" -#~ msgstr "0.4 HypCos" - -#~ msgid "1.081072372" -#~ msgstr "1.081072372" - -#~ msgid "Arc Hyperbolic Cosine acosh" -#~ msgstr "Υπερβολικό αντίστροφο συνημίτονο acosh" - -#~ msgid "" -#~ "Cos, Hyp option selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Cos, Hyp επιλεγμένο, " -#~ "Inv επιλεγμένο" - -#~ msgid "" -#~ "Calculates the arc hyperbolic cosine of the current value in the display " -#~ "area." -#~ msgstr "" -#~ "Υπολογίζει το υπερβολικό αντίστροφο συνημίτονο της τιμής που ακολουθεί." - -#~ msgid "" -#~ "1.6 HypInvCos" -#~ msgstr "" -#~ "1.6 HypInvCos" - -#~ msgid "1.046967915" -#~ msgstr "1.046967915" - -#~ msgid "Sine sin" -#~ msgstr "Ημίτονο sin" - -#~ msgid "" -#~ "Sin, Hyp option not selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Sin, Hyp αποεπιλεγμένο, " -#~ "Inv αποεπιλεγμένο" - -#~ msgid "Calculates the sine of the current value in the display area." -#~ msgstr "Υπολογίζει το ημίτονο της τιμής που ακολουθεί." - -#~ msgid "90 Sin" -#~ msgstr "90 Sin" - -#~ msgid "Arc Sine asin" -#~ msgstr "Αντίστροφο ημίτονο asin" - -#~ msgid "" -#~ "Sin, Hyp option not selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Sin, Hyp αποεπιλεγμένο, " -#~ "Inv επιλεγμένο" - -#~ msgid "Calculates the arc sine of the current value in the display area." -#~ msgstr "Υπολογίζει το αντίστροφο ημίτονο της τιμής που ακολουθεί." - -#~ msgid "1 InvSin" -#~ msgstr "1 InvSin" - -#~ msgid "90" -#~ msgstr "90" - -#~ msgid "Hyperbolic Sine sinh" -#~ msgstr "Υπερβολικό ημίτονο sinh" - -#~ msgid "" -#~ "Sin, Hyp option selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Sin, Hyp επιλεγμένο, " -#~ "Inv αποεπιλεγμένο" - -#~ msgid "" -#~ "Calculates the hyperbolic sine of the current value in the display area." -#~ msgstr "Υπολογίζει το υπερβολικό ημίτονο της τιμής που ακολουθεί." - -#~ msgid "0.4 HypSin" -#~ msgstr "0.4 HypSin" - -#~ msgid "0.410752326" -#~ msgstr "0.410752326" - -#~ msgid "Arc Hyperbolic Sine asinh" -#~ msgstr "Υπερβολικό αντίστροφο ημίτονο asinh" - -#~ msgid "" -#~ "Sin, Hyp option selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Sin, Hyp επιλεγμένο, " -#~ "Inv επιλεγμένο" - -#~ msgid "" -#~ "Calculates the arc hyperbolic sine of the current value in the display " -#~ "area." -#~ msgstr "" -#~ "Υπολογίζει το υπερβολικό αντίστροφο ημίτονο της τιμής που ακολουθεί." - -#~ msgid "" -#~ "1.6 HypInvSin" -#~ msgstr "" -#~ "1.6 HypInvSin" - -#~ msgid "1.248983328" -#~ msgstr "1.248983328" - -#~ msgid "Tangent tan" -#~ msgstr "Εφαπτομένη tan" - -#~ msgid "" -#~ "Tan, Hyp option not selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Tan, Hyp αποεπιλεγμένο, " -#~ "Inv αποεπιλεγμένο" - -#~ msgid "Calculates the tangent of the current value in the display area." -#~ msgstr "Υπολογίζει την εφαπτομένη της τιμής που ακολουθεί." - -#~ msgid "45 Tan" -#~ msgstr "45 Tan" - -#~ msgid "Arc Tangent atan" -#~ msgstr "Αντίστροφη εφαπτομένη atan" - -#~ msgid "" -#~ "Tan, Hyp option not selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Tan, Hyp αποεπιλεγμένο, " -#~ "Inv επιλεγμένο" - -#~ msgid "Calculates the arc tangent of the current value in the display area." -#~ msgstr "Υπολογίζει την αντίστροφη εφαπτομένη της τιμής που ακολουθεί." - -#~ msgid "1 InvTan" -#~ msgstr "1 InvTan" - -#~ msgid "45" -#~ msgstr "45" - -#~ msgid "Hyperbolic Tangent tanh" -#~ msgstr "Υπερβολική εφαπτομένη tanh" - -#~ msgid "" -#~ "Tan, Hyp option selected, " -#~ "Inv option not selected" -#~ msgstr "" -#~ "Tan, Hyp επιλεγμένο, " -#~ "Inv αποεπιλεγμένο" - -#~ msgid "" -#~ "Calculates the hyperbolic tangent of the current value in the display " -#~ "area." -#~ msgstr "Υπολογίζει την υπερβολική εφαπτομένη της τιμής που ακολουθεί." - -#~ msgid "0.6 HypTan" -#~ msgstr "0.6 HypTan" - -#~ msgid "0.537049567" -#~ msgstr "0.537049567" - -#~ msgid "Arc Hyperbolic Tangent atanh" -#~ msgstr "Υπερβολική αντίστροφη εφαπτομένη atanh" - -#~ msgid "" -#~ "Tan, Hyp option selected, " -#~ "Inv option selected" -#~ msgstr "" -#~ "Tan, Hyp επιλεγμένο, " -#~ "Inv επιλεγμένο" - -#~ msgid "" -#~ "Calculates the arc hyperbolic tangent of the current value in the display " -#~ "area." -#~ msgstr "" -#~ "Υπολογίζει την υπερβολική αντίστροφη εφαπτομένη της τιμής που ακολουθεί." - -#~ msgid "" -#~ "0.6 HypInvTan" -#~ msgstr "" -#~ "0.6 HypInvTan" - -#~ msgid "0.693147181" -#~ msgstr "0.693147181" - -#~ msgid "To Calculate Logarithms" -#~ msgstr "Υπολογισμός λογαρίθμων" - -#~ msgid "" -#~ "To calculate logarithms, use the buttons described in ." -#~ msgstr "" -#~ "Για να υπολογίσετε λογαρίθμούς, συμβουλευθείτε τον ." - -#~ msgid "Calculating Logarithms" -#~ msgstr "Υπολογισμός λογαρίθμων" - -#~ msgid "Common Logarithm Base 10" -#~ msgstr "Κοινός λογάριθμος με βάση το 10" - -#~ msgid "Log10" -#~ msgstr "Log10" - -#~ msgid "" -#~ "Calculates the common logarithm (base 10) of the current value in the " -#~ "display area." -#~ msgstr "" -#~ "Υπολογίζει τον κοινό λογάριθμο (με βάση το 10) της τιμής που ακολουθεί." - -#~ msgid "10 Log10" -#~ msgstr "10 Log10" - -#~ msgid "Ln" -#~ msgstr "Ln" - -#~ msgid "10 Ln" -#~ msgstr "10 Ln" - -#~ msgid "2.30" -#~ msgstr "2.30" - -#~ msgid "Common Logarithm Base 2" -#~ msgstr "Λογάριθμος με βάση το 2" - -#~ msgid "Log2" -#~ msgstr "Log2" - -#~ msgid "" -#~ "Calculates the common logarithm (base 2) of the current value in the " -#~ "display area." -#~ msgstr "Υπολογίζει το λογάριθμο με βάση το 2 της τιμής που ακολουθεί." - -#~ msgid "10 Log2" -#~ msgstr "10 Log2" - -#~ msgid "3.32" -#~ msgstr "3.32" - -#~ msgid "" -#~ "Common antilogarithm and natural antilogarithm are not supported in this " -#~ "version of mate-calc." -#~ msgstr "" -#~ "Οι κοινοί και οι φυσικοί αντιλογάριθμοι δεν υποστηρίζονται από αυτήν την " -#~ "έκδοση του mate-calc." - -#~ msgid "To Enter Exponential Numbers" -#~ msgstr "Εισαγωγή εκθετικών αριθμών" - -#~ msgid "" -#~ "To enter exponential numbers, use the Exp button." -#~ msgstr "" -#~ "Για να εισάγετε εκθετικούς αριθμούς, χρησιμοποιήστε το κουμπί " -#~ "Exp." - -#~ msgid "" -#~ "The Exp button enables you to enter numbers in " -#~ "scientific notation, that is, mantissa * " -#~ "baseexponent:" -#~ msgstr "" -#~ "Το κουμπί Exp σας επιτρέπει να εισάγετε αριθμούς " -#~ "με επιστημονική γραφή, δηλαδή με τη μορφή συντελεστής * βάσηεκθέτης:" - -#~ msgid "mantissa" -#~ msgstr "συντελεστής" - -#~ msgid "" -#~ "Current non-zero value in the display area. If the current value in the " -#~ "display area is zero, the mantissa is 1.0." -#~ msgstr "" -#~ "Η τρέχουσα, μη μηδενική, τιμή στην οθόνη. Αν η τρέχουσα τιμή είναι μηδέν, " -#~ "ο συντελεστής θα είναι 1.0." - -#~ msgid "base" -#~ msgstr "βάση" - -#~ msgid "" -#~ "2, 8, 10, or 16 for binary, octal, decimal, and hexadecimal numeric base " -#~ "respectively." -#~ msgstr "" -#~ "2, 8, 10 ή 16 για τη δυαδική, οκταδική, δεκαδική και δεκαεξαδική " -#~ "αριθμητική βάση, αντίστοιχα." - -#~ msgid "exponent" -#~ msgstr "εκθέτης" - -#~ msgid "Next number that you enter." -#~ msgstr "Ο επόμενος αριθμός που θα εισαχθεί." - -#~ msgid "" -#~ "When you click Exp, the calculator displays " -#~ ". + to represent base to " -#~ "the power of the next number that you enter." -#~ msgstr "" -#~ "Όταν πατάτε το Exp, η αριθμομηχανή εμφανίζει " -#~ "τα. + που σημαίνουν βάση " -#~ "υψωμένη στη δύναμη του αριθμού που ακολουθεί." - -#~| msgid "" -#~| "To change the sign of the number, use the +/- " -#~| "button before the Exp button. How you change the " -#~| "sign of the exponent (the power to which the number is raised) depends " -#~| "on whether you are in arithmetic precedence mode or not. In arithmetic " -#~| "precedence mode, use - after the Exp button, otherwise use the +/- button " -#~| "after entering the exponent." -#~ msgid "" -#~ "To change the sign of the number, use the +/- " -#~ "button before the Exp button. To change the sign " -#~ "of the exponent (the power to which the number is raised) use -" -#~ " after the Exp button." -#~ msgstr "" -#~ "Για να αλλάξετε το πρόσημο του αριθμού, πατήστε το κουμπί +/- πριν από το Exp. Για να αλλάξετε το " -#~ "πρόσημο του εκθέτη (της δύναμης στην οποία υψώνεται ο αριθμός) πατήστε το " -#~ "κουμπί - μετά το Exp." - -#~| msgid "" -#~| "To enter a decimal number in exponential format, in arithmetic " -#~| "precedence mode, use the guidelines in the following table:" -#~ msgid "" -#~ "To enter a decimal number in exponential format, use the guidelines in " -#~ "the following table:" -#~ msgstr "" -#~ "Για να εισάγετε ένα δεκαδικό αριθμό σε εκθετική μορφή, χρησιμοποιήστε τις " -#~ "οδηγίες του παρακάτω πίνακα:" - -#~ msgid "Enter" -#~ msgstr "Κουμπιά" - -#~ msgid "Number Displayed" -#~ msgstr "Εμφάνιση" - -#~ msgid "1200000000" -#~ msgstr "1200000000" - -#~ msgid "" -#~ "12 Exp+8=" -#~ msgstr "" -#~ "12 Exp+8=" - -#~ msgid "-1200000000" -#~ msgstr "-1200000000" - -#~ msgid "" -#~ "- 12 Exp+8=" -#~ msgstr "" -#~ "- 12 Exp+8=" - -#~ msgid "0.00000012" -#~ msgstr "0.00000012" - -#~ msgid "" -#~ "12 Exp-8=" -#~ msgstr "" -#~ "12 Exp-8=" - -#~ msgid "1.2e-7" -#~ msgstr "1.2e-7" - -#~ msgid "-0.00000012" -#~ msgstr "-0.00000012" - -#~ msgid "" -#~ "- 12 Exp-8=" -#~ msgstr "" -#~ "- 12 Exp-8=" - -#~ msgid "-1.2e-7" -#~ msgstr "-1.2e-7" - -#~ msgid "To Use Constant Values" -#~ msgstr "Χρήση σταθερών" - -#~ msgid "" -#~ "Click Con to display the list of defined constant " -#~ "values. All constant values are specified in decimal numeric base, even " -#~ "if the current numeric base is not decimal." -#~ msgstr "" -#~ "Κάντε κλικ στο Con για να εμφανίσετε τις " -#~ "προκαθορισμένες τιμές σταθερών. Όλες οι εμφανιζόμενες τιμές είναι σε " -#~ "δεκαδική αριθμητική βάση, ακόμη και αν η αριθμητική βάση που " -#~ "χρησιμοποιείται δεν είναι η δεκαδική." - -#~ msgid "" -#~ "Select a constant from the menu to enter its value in the display area. " -#~ "If you use the keyboard shortcut #, you can use the " -#~ "keyboard to specify the constant, as shown in the following example:" -#~ msgstr "" -#~ "Επιλέξτε μια σταθερά από το μενού για να εισάγετε την τιμή της στην " -#~ "οθόνη. Μπορείτε, επίσης, να χρησιμοποιήσετε τη συντόμευση πληκτρολογίου " -#~ "# συνοδευόμενη από έναν αριθμό, όπως στο παράδειγμα που " -#~ "ακολουθεί:" - -#~ msgid "Constant" -#~ msgstr "Σταθερά" - -#~ msgid "#" -#~ msgstr "#" - -#~ msgid "C3" -#~ msgstr "C3" - -#~ msgid "" -#~ "The mate-calc application provides ten default " -#~ "constant values, as described in the following table:" -#~ msgstr "" -#~ "Η εφαρμογή mate-calc περιλαμβάνει δέκα " -#~ "προεπιλεγμένες τιμές σταθερών, όπως φαίνεται στον παρακάτω πίνακα:" - -#~ msgid "C0" -#~ msgstr "C0" - -#~ msgid "0.621" -#~ msgstr "0.621" - -#~ msgid "Kilometer-to-mile conversion factor" -#~ msgstr "Συντελεστής μετατροπής χιλιομέτρων σε μίλια" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from kilometers per hour to miles per hour. For example, 8 * " -#~ "ConC0= 5." -#~ msgstr "" -#~ "Πολλαπλασιάστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "τα χιλιόμετρα ανά ώρα σε μίλια ανά ώρα. Π.χ., 8 * ConC0= 5." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from miles per hour to kilometers per hour. For example, 5 / " -#~ "ConC0= 8." -#~ msgstr "" -#~ "Διαιρέστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε τα " -#~ "μίλια ανά ώρα σε χιλιόμετρα ανά ώρα. Π.χ., 5 / ConC0= 8." - -#~ msgid "C1" -#~ msgstr "C1" - -#~ msgid "1.414213562" -#~ msgstr "1.414213562" - -#~ msgid "Square root of 2" -#~ msgstr "Τετραγωνική ρίζα του 2" - -#~ msgid "C2" -#~ msgstr "C2" - -#~ msgid "2.718281828" -#~ msgstr "2.718281828" - -#~ msgid "3.141592653" -#~ msgstr "3.141592653" - -#~ msgid "pi" -#~ msgstr "π" - -#~ msgid "C4" -#~ msgstr "C4" - -#~ msgid "0.3937007" -#~ msgstr "0.3937007" - -#~ msgid "Centimeter-to-inch conversion factor" -#~ msgstr "Συντελεστής μετατροπής εκατοστών σε ίντσες" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from centimeters to inches. For example, 30 * ConC4= 12." -#~ msgstr "" -#~ "Πολλαπλασιάστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "εκατοστά σε ίντσες. Π.χ., 30 * ConC4= 12." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from inches to centimeters. For example, 12 / ConC4= 30." -#~ msgstr "" -#~ "Διαιρέστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "ίντσες σε εκατοστά. Π.χ., 12 / ConC4= 30." - -#~ msgid "C5" -#~ msgstr "C5" - -#~ msgid "57.295779513" -#~ msgstr "57.295779513" - -#~ msgid "Degrees in a radian" -#~ msgstr "Μοίρες ανά ακτίνιο" - -#~ msgid "C6" -#~ msgstr "C6" - -#~ msgid "1048576" -#~ msgstr "1048576" - -#~ msgid "2 ^ 20" -#~ msgstr "2 ^ 20" - -#~ msgid "C7" -#~ msgstr "C7" - -#~ msgid "0.0353" -#~ msgstr "0.0353" - -#~ msgid "Gram-to-ounce conversion factor" -#~ msgstr "Συντελεστής μετατροπής γραμμαρίων σε ουγγιές" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from grams to ounces. For example, 500 * ConC7= 18." -#~ msgstr "" -#~ "Πολλαπλασιάστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "γραμμάρια σε ουγγιές. Π.χ., 500 * ConC7= 18." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from ounces to grams. For example, 18 / ConC7= 500." -#~ msgstr "" -#~ "Διαιρέστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "ουγγιές σε γραμμάρια. Π.χ., 18 / ConC7= 500." - -#~ msgid "C8" -#~ msgstr "C8" - -#~ msgid "0.948" -#~ msgstr "0.948" - -#~ msgid "Kilojoule-to-British-thermal-unit conversion factor" -#~ msgstr "Συντελεστής μετατροπής Kilojoule σε βρετανικές θερμικές μονάδες" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from kilojoules to British thermal units. For example, 10 * " -#~ "ConC8= 9.48." -#~ msgstr "" -#~ "Πολλαπλασιάστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "kilojoule σε βρετανικές θερμικές μονάδες. Π.χ., 10 * ConC8= 9.48." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from British thermal units to kilojoules. For example, 9.48 / " -#~ "ConC8= 10." -#~ msgstr "" -#~ "Διαιρέστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "βρετανικές θερμικές μονάδες σε kilojoule. Π.χ., 9.48 / ConC8= 10." - -#~ msgid "C9" -#~ msgstr "C9" - -#~ msgid "0.061" -#~ msgstr "0.061" - -#~ msgid "Cubic-centimeter-to-cubic-inch conversion factor" -#~ msgstr "Συντελεστής μετατροπής κυβικών εκατοστών σε κυβικές ίντσες" - -#~ msgid "" -#~ "Multiply the current value in the display area by this constant, to " -#~ "convert from cubic centimeters to cubic inches. For example, 100 * " -#~ "ConC9= 6.10." -#~ msgstr "" -#~ "Πολλαπλασιάστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε " -#~ "τα κυβικά εκατοστά σε κυβικές ίντσες. Π.χ., 100 * ConC9= 6.10." - -#~ msgid "" -#~ "Divide the current value in the display area by this constant, to convert " -#~ "from cubic inches to cubic centimeters. For example, 6.10 / " -#~ "ConC9= 100." -#~ msgstr "" -#~ "Διαιρέστε την τιμή στην οθόνη με αυτή τη σταθερά για να μετατρέψετε τις " -#~ "κυβικές ίντσες σε κυβικά εκατοστά. Π.χ., 6.10 / ConC9= 100." - -#~ msgid "You can overwrite the default constants to store your own constants." -#~ msgstr "" -#~ "Μπορείτε να αντικαταστήσετε τις προεπιλεγμένες σταθερές με δικές σας." - -#~ msgid "" -#~ "To store a new constant or edit an existing constant, perform the " -#~ "following steps:" -#~ msgstr "" -#~ "Για να αποθηκεύσετε μια νέα σταθερά ή να επεξεργαστείτε μία από τις " -#~ "υπάρχουσες, ακολουθήστε τα εξής βήματα:" - -#~ msgid "" -#~ "Click Con, then select Edit Constants from the popup menu." -#~ msgstr "" -#~ "Κάντε κλικ στο Con και μετά επιλέξτε " -#~ "Επεξεργασία σταθερών από το αναδυόμενο μενού." - -#~ msgid "" -#~ "In the Edit Constants dialog, select the constant " -#~ "that you want to overwrite or edit." -#~ msgstr "" -#~ "Στο διάλογο Επεξεργασία σταθερών, επιλέξτε τη " -#~ "σταθερά που επιθυμείτε να αντικαταστήσετε ή να τροποποιήσετε." - -#~ msgid "Click on the Value field, then enter the new value." -#~ msgstr "Κάντε κλικ στο πεδίο Τιμή και εισάγετε τη νέα τιμή." - -#~ msgid "Click on the Description field, then enter the new description." -#~ msgstr "Κάντε κλικ στο πεδίο Περιγραφή και εισάγετε τη νέα περιγραφή." - -#~ msgid "" -#~ "Click OK to save your changes and close the " -#~ "Edit Constants dialog." -#~ msgstr "" -#~ "Κάντε κλικ στο Εντάξει για να αποθηκεύσετε τις " -#~ "αλλαγές σας και να κλείσετε το διάλογο Επεξεργασία σταθερών." - -#~ msgid "To Use Functions" -#~ msgstr "Χρήση συναρτήσεων" - -#~| msgid "" -#~| "To show the available functions, click Fun. A " -#~| "popup menu displays the list of defined functions. Select a function " -#~| "from the menu to run that function. If the function is not defined, the " -#~| "value zero is returned." -#~ msgid "" -#~ "To show the available functions, click Fun. A " -#~ "popup menu displays the list of defined functions. Select a function from " -#~ "the menu to run that function." -#~ msgstr "" -#~ "Για να εμφανίσετε τις διαθέσιμες συναρτήσεις, κάντε κλικ στο " -#~ "Fun. Θα εμφανιστεί ένα αναδυόμενο μενού με τις " -#~ "προκαθορισμένες συναρτήσεις. Επιλέξτε μια συνάρτηση από το μενού για να " -#~ "την εκτελέσετε." - -#~ msgid "" -#~ "If you use the keyboard shortcut F, you can use the " -#~ "keyboard to specify the function, as shown in the following example:" -#~ msgstr "" -#~ "Μπορείτε, επίσης, να χρησιμοποιήσετε τη συντόμευση πληκτρολογίου " -#~ "F συνοδευόμενη από έναν αριθμό, όπως στο παράδειγμα που " -#~ "ακολουθεί:" - -#~ msgid "F" -#~ msgstr "F" - -#~ msgid "F3" -#~ msgstr "F3" - -#~ msgid "" -#~ "The mate-calc application does not provide any " -#~ "default functions. You can store up to ten functions." -#~ msgstr "" -#~ "Η εφαρμογή mate-calc δεν περιλαμβάνει " -#~ "προκαθορισμένες συναρτήσεις. Μπορείτε να αποθηκεύσετε μέχρι δέκα " -#~ "συναρτήσεις." - -#~ msgid "" -#~ "To store a new function or edit an existing function, perform the " -#~ "following steps:" -#~ msgstr "" -#~ "Για να αποθηκεύσετε μια νέα συνάρτηση ή να επεξεργαστείτε μία από τις " -#~ "υπάρχουσες, ακολουθήστε τα εξής βήματα:" - -#~ msgid "" -#~ "Click Fun, then select Edit Functions from the popup menu." -#~ msgstr "" -#~ "Κάντε κλικ στο Fun και μετά επιλέξτε " -#~ "Επεξεργασία συναρτήσεων από το αναδυόμενο μενού." - -#~ msgid "" -#~ "In the Edit Functions dialog, select a blank entry, " -#~ "or the function that you want to overwrite." -#~ msgstr "" -#~ "Στο διάλογο Επεξεργασία συναρτήσεων, επιλέξτε μια " -#~ "κενή συνάρτηση ή τη συνάρτηση που επιθυμείτε να αντικαταστήσετε." - -#~ msgid "" -#~ "Click on the Value field, then enter the new equation to solve. You can " -#~ "use \"ans\" for the result of the previous equation and \"R5\" for " -#~ "register 5 etc. For example, enter (-R1+sqrt(R1^2-4*R0*R2))/" -#~ "(2*R0) to calculate a root of the quadratic equation R0*x^2 + " -#~ "R1*x + R2 = 0." -#~ msgstr "" -#~ "Κάντε κλικ στο πεδίο Τιμή και εισάγετε τη νέα εξίσωση. Μπορείτε να " -#~ "χρησιμοποιήσετε το \"ans\" για να αναφερθείτε στο αποτέλεσμα της " -#~ "προηγούμενης εξίσωσης και το \"R5\" για τη μνήμη 5, κτλ. Π.χ., " -#~ "πληκτρολογήστε (-R1+sqrt(R1^2-4*R0*R2))/(2*R0) για να " -#~ "υπολογίσετε μία ρίζα της δευτεροβάθμιας εξίσωσης R0*x^2 + R1*x + R2 = 0." - -#~| msgid "" -#~| "Click on the Description field, then enter the new description. For " -#~| "example, Sine 90." -#~ msgid "" -#~ "Click on the Description field, then enter the new description. For " -#~ "example, Quadratic Solver." -#~ msgstr "" -#~ "Κάντε κλικ στο πεδίο Περιγραφή και εισάγετε τη νέα περιγραφή. Π.χ., " -#~ "Λύση 2βάθμιας." - -#~ msgid "" -#~ "Click OK to save your changes and close the " -#~ "Edit Functions dialog." -#~ msgstr "" -#~ "Κάντε κλικ στο Εντάξει για να αποθηκεύσετε τις " -#~ "αλλαγές σας και να κλείσετε το διάλογο Επεξεργασία συναρτήσεων." - -#~ msgid "To Perform Miscellaneous Scientific Calculations" -#~ msgstr "Πραγματοποίηση άλλων επιστημονικών υπολογισμών" - -#~ msgid "" -#~ "To perform miscellaneous scientific calculations, use the buttons " -#~ "described in ." -#~ msgstr "" -#~ "Για να πραγματοποιήσετε άλλους επιστημονικούς υπολογισμούς, " -#~ "χρησιμοποιήστε τα κουμπιά που περιγράφονται στον ." - -#~ msgid "Performing Miscellaneous Scientific Calculations" -#~ msgstr "Πραγματοποίηση άλλων επιστημονικών υπολογισμών" - -#~ msgid "e to the x power" -#~ msgstr "e στη δύναμη του x" - -#~ msgid "ex" -#~ msgstr "ex" - -#~ msgid "" -#~ "Calculates the value of e raised to the power of the " -#~ "current value in the display area." -#~ msgstr "" -#~ "Υπολογίζει την τιμή του e υψωμένου στη δύναμη της " -#~ "τιμής που ακολουθεί." - -#~ msgid "2 ex" -#~ msgstr "2 ex" - -#~ msgid "7.39" -#~ msgstr "7.39" - -#~ msgid "10 to the x power" -#~ msgstr "10 στη δύναμη του x" - -#~ msgid "10x" -#~ msgstr "10x" - -#~ msgid "" -#~ "Calculates the value of 10 raised to the power of the current value in " -#~ "the display area." -#~ msgstr "" -#~ "Υπολογίζει την τιμή του 10 υψωμένου στη δύναμη της τιμής που ακολουθεί." - -#~ msgid "2 10x" -#~ msgstr "2 10x" - -#~ msgid "2 to the x power" -#~ msgstr "2 στη δύναμη του x" - -#~ msgid "2x" -#~ msgstr "2x" - -#~ msgid "" -#~ "Calculates the value of 2 raised to the power of the current value in the " -#~ "display area." -#~ msgstr "" -#~ "Υπολογίζει την τιμή του 2 υψωμένου στη δύναμη της τιμής που ακολουθεί." - -#~ msgid "2 2x" -#~ msgstr "2 2x" - -#~ msgid "x to the y power" -#~ msgstr "x στη δύναμη του y" - -#~ msgid "y" -#~ msgstr "y" - -#~ msgid "" -#~ "Raises the current value in the display area to the power of the next " -#~ "value that you enter." -#~ msgstr "" -#~ "Υψώνει την τρέχουσα τιμή στην οθόνη στη δύναμη της τιμής που ακολουθεί." - -#~ msgid "" -#~ "2 xy4=" -#~ msgstr "" -#~ "2 xy4=" - -#~ msgid "x to the reciprocal y power" -#~ msgstr "x στην αντίστροφη δύναμη του y" - -#~ msgid "" -#~ "Raises the current value in the display area to the reciprocal power of " -#~ "the next value that you enter." -#~ msgstr "" -#~ "Υψώνει την τρέχουσα τιμή στην οθόνη στην αντίστροφη δύναμη της τιμής που " -#~ "ακολουθεί." - -#~ msgid "" -#~ "2 x1/y4=" -#~ msgstr "" -#~ "2 x1/y4=" - -#~ msgid "x Factorial" -#~ msgstr "Παραγοντικό του x" - -#~ msgid "!" -#~ msgstr "!" - -#~ msgid "" -#~ "Calculates the factorial of the current value in the display area. " -#~ "x factorial is x*" -#~ "(x-1)*(x-2)...*1. " -#~ "This function applies only to positive integers." -#~ msgstr "" -#~ "Υπολογίζει το παραγοντικό της τρέχουσας τιμής στην οθόνη. Το παραγοντικό " -#~ "του x ισούται με x*" -#~ "(x-1)*(x-2)...*1. " -#~ "Αυτή η συνάρτηση ορίζεται μόνο για θετικούς ακέραιους." - -#~ msgid "4 x!" -#~ msgstr "4 x!" - -#~ msgid "24" -#~ msgstr "24" - -#~ msgid "Mod" -#~ msgstr "Mod" - -#~ msgid "" -#~ "Divides the current integer value in the display area by the next integer " -#~ "number that you enter, displaying the remainder." -#~ msgstr "" -#~ "Διαιρεί τον ακέραιο που εμφανίζεται στην οθόνη με τον επόμενο ακέραιο που " -#~ "θα εισαχθεί, και εμφανίζει το υπόλοιπο της διαίρεσης." - -#~ msgid "" -#~ "15 Mod4=" -#~ msgstr "" -#~ "15 Mod4=" - -#~ msgid "Random Number Generator" -#~ msgstr "Γεννήτρια τυχαίων αριθμών" - -#~ msgid "" -#~ "Generates a random number in the range 0.0 to 1.0 then displays the " -#~ "random number in the display area." -#~ msgstr "" -#~ "Παράγει έναν τυχαίο αριθμό μεταξύ 0.0 και 1.0 και τον εμφανίζει στην " -#~ "οθόνη." - -#~ msgid "0.14" -#~ msgstr "0.14" - -#~ msgid "To Perform Programming Calculations" -#~ msgstr "Πραγματοποίηση προγραμματιστικών υπολογισμών" - -#~ msgid "" -#~ "To change to Programming mode, choose ViewProgramming." -#~ msgstr "" -#~ "Για να μεταβείτε στην Προγραμματιστική λειτουργία, επιλέξτε " -#~ "ΠροβολήΠρογραμματιστική." - -#~ msgid "" -#~ "When you change to Programming mode, the following widget is displayed " -#~ "above the Base and Advanced mode buttons:" -#~ msgstr "" -#~ "Όταν επιλέγεται η Προγραμματιστική λειτουργία, εμφανίζεται το ακόλουθο " -#~ "γραφικό συστατικόπάνω από τα κουμπιά για τη Βασική και την Προχωρημένη " -#~ "λειτουργία." - -#~ msgid "mate-calc Programming Mode Buttons" -#~ msgstr "" -#~ "Κουμπιά Προγραμματιστικής λειτουργίας mate-calc" - -#~ msgid "Shows Programming mode buttons." -#~ msgstr "" -#~ "Εμφανίζει τα κουμπιά Προγραμματιστικής λειτουργίας ." - -#~ msgid "To Set the Numeric Base" -#~ msgstr "Επιλογή αριθμητικής βάσης" - -#~ msgid "" -#~ "To set the numeric base, select one of the buttons described in ." -#~ msgstr "" -#~ "Για να επιλέξετε την αριθμητική βάση, επιλέξτε ένα από τα κουμπιά που " -#~ "περιγράφονται στον ." - -#~ msgid "Setting the Numeric Base" -#~ msgstr "Επιλογή αριθμητικής βάσης" - -#~ msgid "Binary Base" -#~ msgstr "Δυαδική βάση" - -#~ msgid "Sets the numeric base to binary, that is, base 2." -#~ msgstr "Ορίζει την αριθμητική βάση σε δυαδική, δηλαδή βάση 2." - -#~ msgid "Octal Base" -#~ msgstr "Οκταδική βάση" - -#~ msgid "Oct" -#~ msgstr "Oct" - -#~ msgid "Sets the numeric base to octal, that is, base 8." -#~ msgstr "Ορίζει την αριθμητική βάση σε οκταδική, δηλαδή βάση 8." - -#~ msgid "Decimal Base" -#~ msgstr "Δεκαδική βάση" - -#~ msgid "Dec" -#~ msgstr "Dec" - -#~ msgid "" -#~ "Sets the numeric base to decimal, that is, base 10. Decimal is the " -#~ "default numeric base. If you change from Programming mode to another " -#~ "mode, mate-calc automatically sets the numeric " -#~ "base to decimal." -#~ msgstr "" -#~ "Ορίζει την αριθμητική βάση σε δεκαδική, δηλαδή βάση 10. Η δεκαδική είναι " -#~ "η προεπιλεγμένη αριθμητική βάση. Όταν μεταβαίνετε από την " -#~ "Προγραμματιστική σε άλλη λειτουργία, το mate-calc επιλέγει αυτόματα τη δεκαδική αριθμητική βάση." - -#~ msgid "Hexadecimal Base" -#~ msgstr "Δεκαεξαδική βάση" - -#~ msgid "Hex" -#~ msgstr "Hex" - -#~ msgid "Sets the numeric base to hexadecimal, that is, base 16." -#~ msgstr "Ορίζει την αριθμητική βάση σε δεκαεξαδική, δηλαδή βάση 16." - -#~| msgid "To Set the Numeric Base" -#~ msgid "To Set the Word Length" -#~ msgstr "Επιλογή μήκους λέξης" - -#~| msgid "" -#~| "To set the trigonometric type, select one of the buttons described in " -#~| "." -#~ msgid "" -#~ "The word length can be altered, to make the bitwise functions behave " -#~ "differently. To set the word length, select one of the buttons described " -#~ "in ." -#~ msgstr "" -#~ "Το μήκος της λέξης μπορεί να τροποποιηθεί, αλλάζοντας τη συμπεριφορά των " -#~ "υπολογισμών κατά bit. Για να ορίσετε το μήκος λέξης, επιλέξτε ένα από τα " -#~ "κουμπιά που περιγράφονται στην ." - -#~| msgid "Setting the Numeric Base" -#~ msgid "Setting the Word Length" -#~ msgstr "Επιλογή μήκους λέξης" - -#~ msgid "64 bit word" -#~ msgstr "λέξη 64 bit" - -#~ msgid "64 bit" -#~ msgstr "64 bit" - -#~ msgid "Sets the word length to 64 bits. 64 bits is the default word length." -#~ msgstr "" -#~ "Ορίζει το μήκος λέξης σε 64 bit. Τα 64 bit είναι το προεπιλεγμένο μήκος " -#~ "λέξης." - -#~ msgid "32 bit word" -#~ msgstr "λέξη 32 bit" - -#~ msgid "32 bit" -#~ msgstr "32 bit" - -#~ msgid "Sets the word length to 32 bits." -#~ msgstr "Ορίζει το μήκος λέξης σε 32 bit." - -#~ msgid "16 bit word" -#~ msgstr "λέξη 16 bit" - -#~ msgid "16 bit" -#~ msgstr "16 bit" - -#~ msgid "Sets the word length to 16 bits." -#~ msgstr "Ορίζει το μήκος λέξης σε 16 bit." - -#~ msgid "To Perform Bit Manipulations on Integers" -#~ msgstr "Επεξεργασία bit ακεραίων" - -#~| msgid "" -#~| "If the calculator display shows an integer value, then each of the bits " -#~| "in that integer value is displayed as a collection of 0's and 1's in the " -#~| "Bit Editor. By clicking on any of these individual bits, their value can " -#~| "be toggled, causing the displayed integer value to be adjusted " -#~| "accordingly." -#~ msgid "" -#~ "If the calculator display shows an integer value, then each of the bits " -#~ "in that integer value is displayed as a collection of 0s and 1s in the " -#~ "Bit Editor. By clicking on any of these individual bits, their value can " -#~ "be toggled, causing the displayed integer value to be adjusted " -#~ "accordingly." -#~ msgstr "" -#~ "Αν η τρέχουσα τιμή στην οθόνη είναι ακέραια, τότε στον επεξεργαστή bit " -#~ "εμφανίζεται η ακέραια αυτή τιμή με τη μορφή bit, δηλαδή μιας ακολουθίας " -#~ "από 0 και 1. Κάνοντας κλικ σε οποιοδήποτε μεμονωμένο bit μπορείτε να " -#~ "εναλλάξετε την τιμή του. Στην οθόνη εμφανίζεται ο νέος αριθμός που " -#~ "προκύπτει κατ' αυτόν τον τρόπο." - -#~ msgid "To Perform Bitwise Calculations" -#~ msgstr "Πραγματοποίηση υπολογισμών κατά bit" - -#~ msgid "" -#~ "To perform bitwise calculations, use the buttons described in ." -#~ msgstr "" -#~ "Για να πραγματοποιήσετε υπολογισμούς κατά bit, χρησιμοποιήστε τα κουμπιά " -#~ "που περιγράφονται στον ." - -#~ msgid "Performing Bitwise Calculations" -#~ msgstr "Πραγματοποίηση υπολογισμών κατά bit" - -#~ msgid "Bitwise OR" -#~ msgstr "Bitwise OR" - -#~ msgid "OR" -#~ msgstr "OR" - -#~| msgid "" -#~| "Performs a bitwise NOT operation on the current value in the display " -#~| "area, treating the number as an unsigned long integer." -#~ msgid "" -#~ "Performs a bitwise OR operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise OR για την τρέχουσα τιμή στην οθόνη και τον " -#~ "επόμενο αριθμό που θα εισαχθεί." - -#~ msgid "10001000 OR 00010001" -#~ msgstr "10001000 OR 00010001" - -#~ msgid "Bitwise AND" -#~ msgstr "Bitwise AND" - -#~ msgid "AND" -#~ msgstr "AND" - -#~| msgid "" -#~| "Performs a bitwise NOT operation on the current value in the display " -#~| "area, treating the number as an unsigned long integer." -#~ msgid "" -#~ "Performs a bitwise AND operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise AND για την τρέχουσα τιμή στην οθόνη και τον " -#~ "επόμενο αριθμό που θα εισαχθεί." - -#~ msgid "10101010 AND 00110011" -#~ msgstr "10101010 AND 00110011" - -#~ msgid "100010" -#~ msgstr "100010" - -#~ msgid "Bitwise NOT" -#~ msgstr "Bitwise NOT" - -#~ msgid "NOT" -#~ msgstr "NOT" - -#~| msgid "" -#~| "Performs a bitwise NOT operation on the current value in the display " -#~| "area, treating the number as an unsigned long integer." -#~ msgid "" -#~ "Performs a bitwise NOT operation on the current value in the display " -#~ "area, using the word size configured in ." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise NOT για την τρέχουσα τιμή στην οθόνη, " -#~ "χρησιμοποιώντας το μήκος λέξης που είχε οριστεί στην ." - -#~ msgid "NOT 1357ACE" -#~ msgstr "NOT 1357ACE" - -#~ msgid "FECA8531" -#~ msgstr "FECA8531" - -#~ msgid "Bitwise XOR" -#~ msgstr "Bitwise XOR" - -#~ msgid "XOR" -#~ msgstr "XOR" - -#~| msgid "" -#~| "Performs a bitwise NOT operation on the current value in the display " -#~| "area, treating the number as an unsigned long integer." -#~ msgid "" -#~ "Performs a bitwise XOR operation on the current value in the display area " -#~ "and the next number that you enter." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise XOR για την τρέχουσα τιμή στην οθόνη και τον " -#~ "επόμενο αριθμό που θα εισαχθεί." - -#~ msgid "1100 XOR 1010" -#~ msgstr "1100 XOR 1010" - -#~ msgid "110" -#~ msgstr "110" - -#~ msgid "Bitwise XNOR" -#~ msgstr "Bitwise XNOR" - -#~ msgid "XNOR" -#~ msgstr "XNOR" - -#~| msgid "" -#~| "Performs a bitwise NOT operation on the current value in the display " -#~| "area, treating the number as an unsigned long integer." -#~ msgid "" -#~ "Performs a bitwise XNOR operation on the current value in the display " -#~ "area and the next number that you enter." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise XNOR για την τρέχουσα τιμή στην οθόνη και τον " -#~ "επόμενο αριθμό που θα εισαχθεί." - -#~ msgid "1100 XNOR 1010" -#~ msgstr "1100 XNOR 1010" - -#~| msgid "100" -#~ msgid "1001" -#~ msgstr "1001" - -#~ msgid "To Manipulate Binary Numbers" -#~ msgstr "Επεξεργασία δυαδικών αριθμών" - -#~ msgid "" -#~ "To manipulate binary numbers, use the buttons described in ." -#~ msgstr "" -#~ "Για να επεξεργαστείτε δυαδικούς αριθμούς, χρησιμοποιήστε τα κουμπιά που " -#~ "περιγράφονται στον ." - -#~ msgid "Manipulating Binary Numbers" -#~ msgstr "Επεξεργασία δυαδικών αριθμών" - -#~ msgid "Left Shift n" -#~ msgstr "Αριστερή μετατόπιση κατά n" - -#~ msgid "<" -#~ msgstr "<" - -#~| msgid "" -#~| "Shifts the current unsigned 32-bit binary value in the display area, the " -#~| "specified number of places to the left. Click <, then select the number of shift places from the popup menu. " -#~| "The number can be shifted up to 15 places left." -#~ msgid "" -#~ "Shifts the current value in the display area, the specified number of " -#~ "places to the left. Click <, then select the " -#~ "number of shift places from the popup menu. The number can be shifted up " -#~ "to 15 places left." -#~ msgstr "" -#~ "Μετατοπίζει προς τα αριστερά, κατά ορισμένο αριθμό θέσεων, την τρέχουσα " -#~ "τιμή στην οθόνη. Κάντε κλικ στο < και μετά " -#~ "επιλέξτε τον κατάλληλο αριθμό θέσεων μετατόπισης από το αναδυόμενο μενού. " -#~ "Ο αριθμός μπορεί να μετατοπιστεί μέχρι και 15 θέσεις στα αριστερά." - -#~ msgid "111 <1 place" -#~ msgstr "111 <1 θέση" - -#~ msgid "1110" -#~ msgstr "1110" - -#~ msgid "Right Shift n" -#~ msgstr "Δεξιά μετατόπιση κατά n" - -#~ msgid ">" -#~ msgstr ">" - -#~| msgid "" -#~| "Shifts the current unsigned 32-bit binary value in the display area, the " -#~| "specified number of places to the right. Click >, then select the number of shift places from the popup menu. " -#~| "The number can be shifted up to 15 places right." -#~ msgid "" -#~ "Shifts the current value in the display area, the specified number of " -#~ "places to the right. Click >, then select the " -#~ "number of shift places from the popup menu. The number can be shifted up " -#~ "to 15 places right." -#~ msgstr "" -#~ "Μετατοπίζει προς τα δεξιά, κατά ορισμένο αριθμό θέσεων, την τρέχουσα τιμή " -#~ "στην οθόνη. Κάντε κλικ στο > και μετά επιλέξτε " -#~ "τον κατάλληλο αριθμό θέσεων μετατόπισης από το αναδυόμενο μενού. Ο " -#~ "αριθμός μπορεί να μετατοπιστεί μέχρι και 15 θέσεις στα δεξιά." - -#~ msgid "1011 >1 place" -#~ msgstr "1011 >1 θέση" - -#~| msgid "Manipulating Binary Numbers" -#~ msgid "Truncating a number" -#~ msgstr "Περικοπή αριθμών" - -#~ msgid "Trunc" -#~ msgstr "Trunc" - -#~| msgid "" -#~| "Raises the current value in the display area to the power of the next " -#~| "value that you enter." -#~ msgid "" -#~ "Truncates the current value in the display area to the word size " -#~ "configured in ." -#~ msgstr "" -#~ "Περικόπτει την τρέχουσα τιμή στην οθόνη στο μήκος λέξης που είχε οριστεί " -#~ "στην ." - -#~| msgid "FFFFFFFFFF &32" -#~ msgid "FFFFFFFFFF Trunc" -#~ msgstr "FFFFFFFFFF Trunc" - -#~ msgid "FFFFFFFF" -#~ msgstr "FFFFFFFF" - -#~ msgid "Get the 1's complement" -#~ msgstr "Συμπλήρωμα ως προς 1" - -#~ msgid "1's" -#~ msgstr "Συμπ1" - -#~ msgid "" -#~ "Calculates the 1's complement for the current value in the display area, " -#~ "using the word size configured in ." -#~ msgstr "" -#~ "Υπολογίζει το συμπλήρωμα ως προς ένα της τρέχουσας τιμής στην οθόνη, " -#~ "χρησιμοποιώντας το μήκος λέξης που είχε οριστεί στο ." - -#~| msgid "-23.45 Abs" -#~ msgid "D723 1's" -#~ msgstr "D723 Συμπ1" - -#~| msgid "FFFF" -#~ msgid "FFFF28DC" -#~ msgstr "FFFF28DC" - -#~ msgid "Get the 2's complement" -#~ msgstr "Συμπλήρωμα ως προς 2" - -#~ msgid "2's" -#~ msgstr "Συμπ2" - -#~ msgid "" -#~ "Calculates the 2's complement for the current value in the display area, " -#~ "using the word size configured in ." -#~ msgstr "" -#~ "Υπολογίζει το συμπλήρωμα ως προς δύο της τρέχουσας τιμής στην οθόνη, " -#~ "χρησιμοποιώντας το μήκος λέξης που είχε οριστεί στο ." - -#~| msgid "-23.45 Abs" -#~ msgid "D723 2's" -#~ msgstr "D723 Συμπ2" - -#~| msgid "FFFF" -#~ msgid "FFFF28DD" -#~ msgstr "FFFF28DD" - -#~ msgid "" -#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " -#~ "number of places to shift, as shown in the following examples:" -#~ msgstr "" -#~ "Αν χρησιμοποιείτε συντομεύσεις πληκτρολογίου, μπορείτε να χρησιμοποιήσετε " -#~ "το πληκτρολόγιο για να επιλέξετε τον αριθμό θέσεων για τη μετατόπιση, " -#~ "όπως φαίνεται στα παρακάτω παραδείγματα:" - -#~ msgid "" -#~ "Shifts the current binary value in the display area 4 places to the left." -#~ msgstr "" -#~ "Μετατοπίζει την τρέχουσα δυαδική τιμή στην οθόνη 4 θέσεις στα αριστερά." - -#~ msgid "" -#~ "Shifts the current binary value in the display area 4 places to the right." -#~ msgstr "" -#~ "Μετατοπίζει την τρέχουσα δυαδική τιμή στην οθόνη 4 θέσεις στα δεξιά." - -#~ msgid "To Perform Miscellaneous Programming Calculations" -#~ msgstr "Πραγματοποίηση άλλων προγραμματιστικών υπολογισμών" - -#~ msgid "" -#~ "To perform miscellaneous programming calculations, use the buttons " -#~ "described in ." -#~ msgstr "" -#~ "Για να πραγματοποιήσετε άλλους υπολογιστικούς υπολογισμούς, " -#~ "χρησιμοποιήστε τα κουμπιά που περιγράφονται στον ." - -#~ msgid "Performing Miscellaneous Programming Calculations" -#~ msgstr "Πραγματοποίηση άλλων προγραμματιστικών υπολογισμών" - -#~ msgid "Hexadecimal Numerals" -#~ msgstr "Δεκαεξαδικά αριθμητικά" - -#~ msgid "A to F inclusive" -#~ msgstr "Από το A έως και το F" - -#~ msgid "These numerals are available in hexadecimal base only." -#~ msgstr "" -#~ "Αυτά τα αριθμητικά είναι διαθέσιμα μόνο όταν χρησιμοποιείται δεκαεξαδική " -#~ "βάση." - -#~ msgid "B" -#~ msgstr "B" - -#~ msgid "To Undo and Redo" -#~ msgstr "Ακύρωση και αναίρεση" - -#~ msgid "" -#~ "To undo your previous action, choose EditUndo. You can undo up to " -#~ "15 past actions." -#~ msgstr "" -#~ "Για να αναιρέσετε την προηγούμενή σας ενέργεια, επιλέξτε " -#~ "ΕπεξεργασίαΑναίρεση. Μπορείτε να αναιρέσετε μέχρι και 15 " -#~ "προηγούμενες ενέργειες." - -#~| msgid "" -#~| "If you want to redo an action you just undo'ed, choose " -#~| "EditRedo. You can redo up to 15 undo'ed actions." -#~ msgid "" -#~ "If you want to redo an action you have just undone, choose " -#~ "EditRedo. You can redo up to 15 undone actions." -#~ msgstr "" -#~ "Για να ακυρώσετε την αναίρεση προηγούμενης ενέργειας, επιλέξτε " -#~ "ΕπεξεργασίαΑκύρωση αναίρεσης. Μπορείτε να ακυρώσετε μέχρι και 15 " -#~ "προηγούμενες αναιρέσεις." - -#~ msgid "To Quit" -#~ msgstr "Έξοδος" - -#~ msgid "" -#~ "To quit mate-calc, choose " -#~ "CalculatorQuit." -#~ msgstr "" -#~ "Για να τερματίσετε το mate-calc, επιλέξτε " -#~ "ΑριθμομηχανήΈξοδος." - -#~ msgid "" -#~ "When you quit mate-calc, the current values of " -#~ "the following settings are stored and automatically applied the next time " -#~ "you start mate-calc:" -#~ msgstr "" -#~ "Όταν τερματίζετε το mate-calc, οι τρέχουσες " -#~ "τιμές των παρακάτω ρυθμίσεων αποθηκεύονται και εφαρμόζονται αυτόματα την " -#~ "επόμενη φορά που θα χρησιμοποιήσετε το mate-calc:" - -#~ msgid "" -#~ "Mode: Basic, Advanced, Financial, or Scientific" -#~ msgstr "" -#~ "Λειτουργία: Βασική, Προχωρημένη, Εμπορική ή Επιστημονική" - -#~ msgid "" -#~ "Memory Registers window " -#~ "displayed or not displayed, plus the contents of each memory register" -#~ msgstr "" -#~ "Παράθυρο μνημών: Αν " -#~ "εμφανίζεται ή όχι, καθώς και τα περιεχόμενα κάθε μεμονωμένης μνήμης" - -#~ msgid "Display type" -#~ msgstr "Μορφή εμφάνισης" - -#~ msgid "Show Trailing Zeroes" -#~ msgstr "Εμφάνιση μηδενικών στο τέλος" - -#~ msgid "Show Thousands Separator" -#~ msgstr "Εμφάνιση διαχωριστικού χιλιάδων" - -#~ msgid "Technical Information" -#~ msgstr "Τεχνικές πληροφορίες" - -#~ msgid "Error Conditions" -#~ msgstr "Εμφάνιση σφαλμάτων" - -#~ msgid "Displays the word Error in the display area." -#~ msgstr "Εμφάνιση της λέξης Σφάλμα στην οθόνη." - -#~ msgid "Displays an error message in the status bar." -#~ msgstr "Εμφάνιση μηνύματος σφάλματος στη γραμμή κατάστασης." - -#~ msgid "" -#~ "Makes all calculator buttons unavailable, except Clr." -#~ msgstr "" -#~ "Απενεργοποίηση όλων των κουμπιών της αριθμομηχανής, εκτός από το " -#~ "Clr." - -#~ msgid "Makes all calculator options unavailable." -#~ msgstr "Απενεργοποίηση όλων των επιλογών της αριθμομηχανής." - -#~ msgid "" -#~ "Makes all calculator menu items unavailable, except " -#~ "CalculatorQuit and HelpContents." -#~ msgstr "" -#~ "Απενεργοποίηση όλων των στοιχείων μενού της αριθμομηχανής, εκτός από τα " -#~ "ΑριθμομηχανήΈξοδος και ΒοήθειαΠεριεχόμενα." - -#~ msgid "" -#~ "If you perform an invalid calculation, mate-calc indicates the error condition as follows: " -#~ msgstr "" -#~ "Αν προσπαθήσετε να κάνετε μη έγκυρο υπολογισμό, το " -#~ "mate-calc θα σας προειδοποιήσει για σφάλμα, με " -#~ "τους εξής τρόπους: " - -#~ msgid "" -#~ "To clear the error condition, click Clr or press " -#~ "ShiftDelete." -#~ msgstr "" -#~ "Για να κάνετε εκκαθάριση του σφάλματος, κάντε κλικ στο Clr ή πληκτρολογήστεShiftDelete." - -#~ msgid "Changing Modes" -#~ msgstr "Αλλαγή λειτουργιών" - -#~ msgid "" -#~ "If the user tries to change modes when a partial calculation is being " -#~ "displayed, a warning dialog is displayed, telling the user that the " -#~ "current calculation will be cleared, and the base will be reset to " -#~ "decimal." -#~ msgstr "" -#~ "Αν ο χρήστης προσπαθήσει να αλλάξει λειτουργία, ενώ στην οθόνη " -#~ "εμφανίζεται ένας ημιτελής υπολογισμός, προβάλλεται ένας διάλογος " -#~ "προειδοποίησης, που ενημερώνει το χρήστη ότι οι τρέχοντες υπολογισμοί θα " -#~ "καθαριστούν και ότι θα επιλεγεί ξανά η δεκαδική αριθμητική βάση." - -#~ msgid "" -#~ "There is a checkbox present, that if checked, prevents the dialog from " -#~ "being shown again." -#~ msgstr "" -#~ "Στο διάλογο αυτό υπάρχει ένα κουτάκι επιλογής. Αν το σημειώσετε, ο " -#~ "διάλογος δεν θα εμφανιστεί ξανά." - -#~ msgid "Clears the display." -#~ msgstr "Καθαρίζει την οθόνη" - -#~ msgid "Sets the base to decimal." -#~ msgstr "Επιλέγει τη δεκαδική αριθμητική βάση." - -#~ msgid "Sets the numeric display to fixed." -#~ msgstr "Επιλέγει την εμφάνιση σταθερής υποδιαστολής." - -#~ msgid "Sets the accuracy to nine places after the numeric point." -#~ msgstr "Ορίζει την ακρίβεια σε 9 ψηφία μετά την υποδιαστολή." - -#~ msgid "Clears the display of the thousands separator." -#~ msgstr "Παύει να εμφανίζει το διαχωριστικό των χιλιάδων." - -#~ msgid "Clears the display of trailing zeroes after the numeric point." -#~ msgstr "" -#~ "Παύει να εμφανίζει μηδενικά μετά την υποδιαστολή στο τέλος του αριθμού." - -#~ msgid "Dismisses the register window if the new mode is Basic." -#~ msgstr "Κλείνει το παράθυρο των μνημών, αν η νέα λειτουργία είναι η Βασική." - -#~ msgid "" -#~ "If the user presses the Cancel button, the change " -#~ "mode operation is cancelled. If the user presses the Change " -#~ "Mode button, the mode is changed and has the following side-" -#~ "effects: " -#~ msgstr "" -#~ "Αν ο χρήστης πατήσει το κουμπί Ακύρωση, η αλλαγή " -#~ "λειτουργίας ακυρώνεται. Αν πατήσει το κουμπί Αλλαγή " -#~ "λειτουργίας, τότε η λειτουργία αλλάζει, κάτι που έχει τις " -#~ "εξής επιπτώσεις: " - -#~ msgid "Changing The Display Area" -#~ msgstr "Αλλαγές στην οθόνη" - -#~| msgid "" -#~| "In arithmetic precedence mode, it is possible to use the mouse to click " -#~| "on the display area and edit it." -#~ msgid "" -#~ "It is possible to use the mouse to click on the display area and edit it." -#~ msgstr "" -#~ "Ο χρήστης μπορεί να χρησιμοποιεί το ποντίκι για να επιλέγει και να " -#~ "επεξεργάζεται ό,τι εμφανίζεται στην οθόνη." - -#~ msgid "" -#~ "CtrlDelete which " -#~ "will delete the character to the right of the text cursor" -#~ msgstr "" -#~ "CtrlDelete για να " -#~ "διαγράψετε το χαρακτήρα δεξιά του δρομέα" - -#~ msgid "" -#~ "Home which moves the text cursor to the beginning of the " -#~ "display area" -#~ msgstr "" -#~ "Home για να μετακινήσετε το δρομέα στην αρχή της οθόνης" - -#~ msgid "" -#~ "End which moves the text cursor to the end of the " -#~ "display area" -#~ msgstr "" -#~ "End για να μετακινήσετε το δρομέα στο τέλος της οθόνης" - -#~ msgid "" -#~ "All the normal keyboard shortcuts will work, plus the addition of: " -#~ "" -#~ msgstr "" -#~ "Ισχύουν όλες οι συνήθεις συντομεύσεις πληκτρολογίου, και επιπλέον οι εξής:" - -#~ msgid "Quick Reference: Keyboard Shortcuts" -#~ msgstr "Συνοπτικός οδηγός: Συντομεύσεις πληκτρολογίου" - -#~ msgid "" -#~ ", , and provide a quick reference for " -#~ "all of the mate-calc keyboard shortcuts." -#~ msgstr "" -#~ "Οι , και παρέχουν ένα συνοπτικό " -#~ "οδηγό όλων των συντομεύσεων πληκτρολογίου του mate-calc." - -#~ msgid "" -#~ "When you use the keyboard shortcut for any of the calculator buttons that " -#~ "have a menu associated with them, that menu is displayed. You can then " -#~ "use the arrow keys to select a menu item or the menu item's shortcut." -#~ msgstr "" -#~ "Όποτε χρησιμοποιείτε συντόμευση πληκτρολογίου για κουμπιά της " -#~ "αριθμομηχανής που περιλαμβάνουν το δικό τους μενού, εμφανίζεται το μενού " -#~ "αυτό. Στη συνέχεια, για να επιλέξετε ένα στοιχείο του μενού, μπορείτε να " -#~ "χρησιμοποιήσετε τα βέλη ή τη συντόμευση του συγκεκριμένου στοιχείου." - -#~ msgid "" -#~ "Quick Reference for Keyboard Shortcuts of mate-calc Buttons" -#~ msgstr "" -#~ "Συνοπτικός οδηγός των συντομεύσεων πληκτρολογίου των κουμπιών του " -#~ "mate-calc" - -#~ msgid "Keyboard Shortcut" -#~ msgstr "Συντόμευση πληκτρολογίου" - -#~ msgid "See" -#~ msgstr "Βλέπε" - -#~ msgid "0 to 9 inclusive" -#~ msgstr "Από 0 έως και 9" - -#~ msgid "A" -#~ msgstr "A" - -#~ msgid "Acc" -#~ msgstr "Acc" - -#~ msgid "a" -#~ msgstr "a" - -#~ msgid "Hexadecimal numerals" -#~ msgstr "Δεκαεξαδικά αριθμητικά" - -#~ msgid "b" -#~ msgstr "b" - -#~ msgid "C" -#~ msgstr "C" - -#~ msgid "c" -#~ msgstr "c" - -#~ msgid "D" -#~ msgstr "D" - -#~ msgid "Double-declining depreciation" -#~ msgstr "Φθίνουσα απόσβεση διπλάσιου ρυθμού" - -#~ msgid "d" -#~ msgstr "d" - -#~ msgid "E" -#~ msgstr "E" - -#~ msgid "Exp" -#~ msgstr "Exp" - -#~ msgid "Exponential" -#~ msgstr "Εκθετικός αριθμός" - -#~ msgid "Fun" -#~ msgstr "Fun" - -#~ msgid "f" -#~ msgstr "f" - -#~ msgid "G" -#~ msgstr "G" +msgstr "Ctrm" -#~ msgid "g" -#~ msgstr "g" +#: C/financial.page:16(td/p) +msgid "Calculate the number of compounding periods necessary to increase an investment of present value to a future value, at a fixed interest rate per compounding period." +msgstr "Υπολογίζει τον αριθμό των ανατοκιστικών περιόδων που απαιτούνται για να αυξηθεί μια επένδυση από την παρούσα αξία σε μια μελλοντική αξία, αν ισχύει σταθερό επιτόκιο ανά ανατοκιστική περίοδο." -#~ msgid "Common base 10 logarithm" -#~ msgstr "Κοινός λογάριθμος με βάση το 10" +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" -#~ msgid "H" -#~ msgstr "H" +#: C/financial.page:20(td/p) +msgid "Calculate the depreciation allowance on an asset for a specified period of time, using the double-declining balance method." +msgstr "Υπολογίζει την απόσβεση ενός στοιχείου ενεργητικού για συγκεκριμένη χρονική περίοδο με βάση τη μέθοδο της φθίνουσας απόσβεσης με διπλάσιο ρυθμό." -#~ msgid "h" -#~ msgstr "h" +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" -#~ msgid "Log2" -#~ msgstr "Log2" +#: C/financial.page:24(td/p) +msgid "Calculate the future value of an investment based on a series of equal payments at a periodic interest rate over the number of payment periods in the term." +msgstr "Υπολογίζει τη μελλοντική αξία μιας επένδυσης που συνίσταται σε μια σειρά ισόποσων πληρωμών και η οποία υπόκειται σε περιοδικό επιτόκιο καθ' όλη τη διάρκεια των πληρωμών." -#~ msgid "Common base 2 logarithm" -#~ msgstr "Λογάριθμος με βάση το 2" +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Gpm" -#~ msgid "I" -#~ msgstr "I" +#: C/financial.page:28(td/p) +msgid "Calculate the resale price of a product, based on the product cost and the wanted gross profit margin." +msgstr "Υπολογίζει την αξία μεταπώλησης ενός προϊόντος, με βάση το κόστος του προϊόντος και το επιθυμητό μικτό περιθώριο κέρδους." -#~ msgid "Integer portion" -#~ msgstr "Ακέραιο μέρος" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" -#~ msgid "J" -#~ msgstr "J" +#: C/financial.page:32(td/p) +msgid "Calculate the amount of the periodic payment of a loan, where payments are made at the end of each payment period." +msgstr "Υπολογίζει το ποσό της περιοδικής πληρωμής (δόσης) ενός δανείου, αν η πληρωμή των δόσεων γίνεται στο τέλος κάθε περιόδου." -#~ msgid "Cos-1" -#~ msgstr "Cos-1" +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" -#~ msgid "Inverse Cosine" -#~ msgstr "Αντίστροφο συνημίτονο" +#: C/financial.page:36(td/p) +msgid "Calculate the present value of an investment based on a series of equal payments discounted at a periodic interest rate over the number of payment periods in the term." +msgstr "Υπολογίζει την τρέχουσα αξία μιας επένδυσης που συνίσταται σε μια σειρά ισόποσων πληρωμών και η οποία υπόκειται σε μείωση κατά ένα περιοδικό επιτόκιο κατά τη διάρκεια των πληρωμών." -#~ msgid "j" -#~ msgstr "j" +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Rate" -#~ msgid "K" -#~ msgstr "K" +#: C/financial.page:40(td/p) +msgid "Calculate the periodic interest necessary to increase an investment to a future value, over the number of compounding periods." +msgstr "Υπολογίζει το περιοδικό επιτόκιο που απαιτείται προκειμένου να ανέλθει η αξία τηςεπένδυσης σε συγκεκριμένη μελλοντική αξία μετά από ορισμένο αριθμό περιόδων ανατοκισμού." -#~ msgid "Inverse Sine" -#~ msgstr "Αντίστροφο ημίτονο" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" -#~ msgid "k" -#~ msgstr "k" +#: C/financial.page:44(td/p) +msgid "Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "Υπολογίζει τη σταθερή απόσβεση ενός στοιχείου ενεργητικού για μια περίοδο. Στη σταθερή μέθοδο απόσβεσης, η αποσβεστέα αξία διαιρείται δια της ωφέλιμης ζωής του στοιχείου ενεργητικού. Η ωφέλιμη ζωή είναι ο αριθμός των περιόδων, συνήθως ετών, κατά τη διάρκεια των οποίων συντελείται η απόσβεση." -#~ msgid "Sin" -#~ msgstr "Sin" +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" -#~ msgid "l" -#~ msgstr "l" +#: C/financial.page:48(td/p) +msgid "Calculate 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. The useful life is the number of periods, typically years, over which an asset is depreciated." +msgstr "Υπολογίζει την απόσβεση ενός στοιχείου ενεργητικού για συγκεκριμένη χρονική περίοδο με βάση τη μέθοδο της φθίνουσας απόσβεσης με συντελεστή τα έτη ζωής. Αυτή η μέθοδος απόσβεσης προβλέπει αυξανόμενο ρυθμό απόσβεσης, έτσι ώστε η απόσβεση να είναι μεγαλύτερη στην αρχή της χρονικής περιόδου. Η ωφέλιμη ζωή είναι ο αριθμός των περιόδων, συνήθως ετών, κατά τη διάρκεια των οποίων συντελείται η απόσβεση." -#~ msgid "Straight-line depreciation" -#~ msgstr "Σταθερή απόσβεση" +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Term" -#~ msgid "M" -#~ msgstr "M" +#: C/financial.page:52(td/p) +msgid "Calculate the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value, at a periodic interest rate." +msgstr "Υπολογίζει τον αριθμό των περιόδων πληρωμής που απαιτούνται κατά τη διάρκεια μιας απλής ετήσιας προσόδου για την επίτευξη μιας μελλοντικής αξίας, με βάση συγκεκριμένο περιοδικό επιτόκιο." -#~ msgid "m" -#~ msgstr "m" +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "Οι οικονομικές συναρτήσεις δε μπορούν να εφαρμοστούν με χρήση του πληκτρολογίου." -#~ msgid "Compounding term" -#~ msgstr "Διάρκεια ανατοκισμού" +#: C/functions.page:9(page/title) +msgid "Functions" +msgstr "Συναρτήσεις" -#~ msgid "N" -#~ msgstr "N" +#: C/functions.page:11(page/p) +msgid "Functions can be used by inserting the name of the function followed by the function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "Οι συναρτήσεις μπορούν να χρησιμοποιηθούν εισάγοντας το όνομα της συνάρτησης ακολουθούμενο από το όρισμα της συνάρτησης. Αν το όρισμα δεν είναι αριθμός ή μεταβλητή, τότε χρησιμοποιήστε παρενθέσεις γύρω από το όρισμα." -#~ msgid "n" -#~ msgstr "n" +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" -#~ msgid "Natural logarithm" -#~ msgstr "Φυσικός λογάριθμος" +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" -#~ msgid "O" -#~ msgstr "O" +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "Έχουν οριστεί οι εξής συναρτήσεις." -#~ msgid "x to the reciprocaly power" -#~ msgstr "Το x στην αντίστροφη δύναμη του y" +#: C/functions.page:28(td/p) +msgid "abs" +msgstr "abs" -#~ msgid "o or ^" -#~ msgstr "o ή ^" +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Απόλυτη τιμή" -#~ msgid "Periodic payment" -#~ msgstr "Περιοδική πληρωμή " +#: C/functions.page:32(td/p) +msgid "cos" +msgstr "cos" -#~ msgid "p" -#~ msgstr "p" +#: C/functions.page:33(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Cosine" +msgstr "Συνημίτονο" -#~ msgid "Present value" -#~ msgstr "Τρέχουσα αξία" +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" -#~ msgid "Retrieve value from memory register" -#~ msgstr "Ανάκληση τιμής από μνήμη" +#: C/functions.page:37(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Hyperbolic Cosine" +msgstr "Υπερβολικό συνημίτονο" -#~ msgid "r" -#~ msgstr "r" +#: C/functions.page:40(td/p) +msgid "frac" +msgstr "frac" -#~ msgid "Store value in memory register" -#~ msgstr "Αποθήκευση τιμής σε μνήμη" +#: C/functions.page:41(td/p) +msgid "Fractional Component" +msgstr "Κλασματικό μέρος" -#~ msgid "s" -#~ msgstr "s" +#: C/functions.page:44(td/p) +msgid "int" +msgstr "int" -#~ msgid "Square root" -#~ msgstr "Τετραγωνική ρίζα" +#: C/functions.page:45(td/p) +msgid "Integer Component" +msgstr "Ακέραιο μέρος" -#~ msgid "T" -#~ msgstr "T" +#: C/functions.page:48(td/p) +msgid "ln" +msgstr "ln" -#~ msgid "Periodic interest rate" -#~ msgstr "Περιοδικό επιτόκιο" +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Φυσικός λογάριθμος" -#~ msgid "t" -#~ msgstr "t" +#: C/functions.page:52(td/p) +msgid "log" +msgstr "log" -#~ msgid "Payment period" -#~ msgstr "Περίοδος πληρωμής" +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Λογάριθμος" -#~ msgid "u" -#~ msgstr "u" +#: C/functions.page:56(td/p) +msgid "not" +msgstr "not" -#~ msgid "Absolute value" -#~ msgstr "Απόλυτη τιμή" +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "Λογικό NOT" -#~ msgid "v" -#~ msgstr "v" +#: C/functions.page:60(td/p) +msgid "ones" +msgstr "ones" -#~ msgid "Future value" -#~ msgstr "Μελλοντική αξία" +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "Συμπλήρωμα ως προς 1" -#~ msgid "W" -#~ msgstr "W" +#: C/functions.page:64(td/p) +msgid "sin" +msgstr "sin" -#~ msgid "Tan-1" -#~ msgstr "Tan-1" +#: C/functions.page:65(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Sine" +msgstr "Ημίτονο" -#~ msgid "Inverse Tan" -#~ msgstr "Αντίστροφη εφαπτομένη" +#: C/functions.page:68(td/p) +msgid "sinh" +msgstr "sinh" -#~ msgid "w" -#~ msgstr "w" +#: C/functions.page:69(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Hyperbolic Sine" +msgstr "Υπερβολικό ημίτονο" -#~ msgid "Exchange memory register value and displayed value" -#~ msgstr "Ανταλλαγή τιμής μνήμης με εμφανιζόμενη τιμή" +#: C/functions.page:72(td/p) +msgid "sqrt" +msgstr "sqrt" -#~ msgid "Xor" -#~ msgstr "Xor" +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Τετραγωνική ρίζα" -#~ msgid "Y" -#~ msgstr "Y" +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" -#~ msgid "Sum-of-the-years'-digits depreciation" -#~ msgstr "Απόσβεση με συντελεστή τα έτη ζωής" +#: C/functions.page:77(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Tangent" +msgstr "Εφαπτομένη" -#~ msgid "Z" -#~ msgstr "Z" +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" -#~ msgid "z" -#~ msgstr "z" +#: C/functions.page:81(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Hyperbolic Tangent" +msgstr "Υπερβολική εφαπτομένη" -#~ msgid "1's complement" -#~ msgstr "Συμπλήρωμα ως προς 1" +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "twos" -#~ msgid "!" -#~ msgstr "!" +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Συμπλήρωμα ως προς 2" -#~ msgid "x factorial" -#~ msgstr "Παραγοντικό του x" +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "Το GCalctool δεν υποστηρίζει συναρτήσεις ορισμένες από το χρήστη." -#~ msgid "Con" -#~ msgstr "Con" +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Χρήση του πληκτρολογίου" -#~ msgid "Constant value" -#~ msgstr "Σταθερή τιμή" +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "Όλες οι μαθηματικές εξισώσεις μπορούν να εισαχθούν χρησιμοποιώντας το πληκτρολόγιο." -#~ msgid "&" -#~ msgstr "&" +#: C/keyboard.page:14(page/p) +msgid "The following key combinations can be used to enter keys that may not be available on your keyboard." +msgstr "Οι ακόλουθοι συνδυασμοί πλήκτρων μπορούν να χρησιμοποιηθούν για να εισάγετε σύμβολα που μπορεί να μην είναι διαθέσιμα στο πληκτρολόγιό σας." -#~ msgid "And" -#~ msgstr "And" +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" -#~ msgid "( and )" -#~ msgstr "( και )" +#: C/keyboard.page:20(td/p) +#| msgid "* twice" +msgid "*" +msgstr "*" -#~ msgid ":" -#~ msgstr ":" +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" -#~ msgid "Fractional portion" -#~ msgstr "Κλασματικό μέρος" +#: C/keyboard.page:24(td/p) +#| msgid "* twice" +msgid "/" +msgstr "/" -#~ msgid "Left shift n" -#~ msgstr "Αριστερή μετατόπιση κατά n" +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" -#~ msgid "= or Return" -#~ msgstr "= ή Return" +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "δύο φορές το *" -#~ msgid "Right shift n" -#~ msgstr "Δεξιά μετατόπιση κατά n" +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" -#~ msgid "?" -#~ msgstr "?" +#: C/keyboard.page:32(td/p) +#| msgid "" +#| "Square roots can be calculated using the symbol (CtrlR)." +msgid "CtrlR" +msgstr "CtrlR" -#~ msgid "Random number generator" -#~ msgstr "Γεννήτρια τυχαίων αριθμών" +#: C/keyboard.page:35(td/p) +#: C/variables.page:48(td/p) +msgid "π" +msgstr "π" -#~ msgid "@" -#~ msgstr "@" +#: C/keyboard.page:36(td/p) +#| msgid "" +#| "Square roots can be calculated using the symbol (CtrlR)." +msgid "CtrlP" +msgstr "CtrlP" -#~ msgid "{" -#~ msgstr "{" +#: C/keyboard.page:39(page/p) +msgid "To enter superscript numbers use Ctrlnumber, for subscript use Altnumber." +msgstr "Για να εισάγετε εκθέτες χρησιμοποήστε Ctrlαριθμό, για δείκτες χρησιμοποιήστε Altαριθμό." -#~ msgid "Xnor" -#~ msgstr "Xnor" +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "Creative Commons Attribution-Share Alike 3.0 Unported License" -#~ msgid "[" -#~ msgstr "[" +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Αυτό το έργο έχει αδειοδοτηθεί από <_:link-1/>." -#~ msgid "Truncates the number" -#~ msgstr "Περικόπτει τον αριθμό" +#: C/legal.xml:6(license/p) +msgid "As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction." +msgstr "Ως ειδική εξαίρεση, οι πνευματικοί ιδιοκτήτες σας επιτρέπουν να αντιγράψετε, να τροποποιήσετε και να αναδιανείμετε τα παραδείγματα πηγαίου κώδικα που περιλαμβάνονται σ' αυτό το έγγραφο υπό τους όρους της επιλογής σας, χωρίς περιορισμό." -#~ msgid "|" -#~ msgstr "|" +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Λογάριθμοι" -#~ msgid "Or" -#~ msgstr "Or" +#: C/logarithm.page:11(page/p) +msgid "Logarithms can be calculated using the log function." +msgstr "Οι λογάριθμοι μπορούν να υπολογιστούν χρησιμοποιώντας τη συνάρτηση log." -#~ msgid "~" -#~ msgstr "~" +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" -#~ msgid "Not" -#~ msgstr "Not" +#: C/logarithm.page:19(page/p) +msgid "To calculate a logarithm in a different base use a subscript number after the function." +msgstr "Για να υπολογίσετε ένα λογάριθμο σε διαφορετική βάση χρησιμοποιήστε ένα αριθμό δείκτη μετά τη συνάρτηση." -#~ msgid "Esc or" -#~ msgstr "Esc ή" +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" -#~ msgid "Clear entry" -#~ msgstr "Εκκαθάριση καταχώρησης" +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Για να υπολογίσετε το φυσικό λογάριθμο χρησιμοποιήστε τη συνάρτηση ln." -#~ msgid "Shift" -#~ msgstr "Shift" +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" -#~ msgid "Delete" -#~ msgstr "Delete" +#: C/logarithm.page:35(page/p) +msgid "Euler's number can be entered by using the variable e." +msgstr "Ο αριθμός του Euler μπορεί να εισαχθεί χρησιμοποιώντας τη μεταβλητή e." -#~ msgid "" -#~ "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -#~ msgstr "" -#~ "Συνοπτικός οδηγός των συντομεύσεων πληκτρολογίου των επιλογών της " -#~ "Επιστημονικής λειτουργίας του mate-calc" +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" -#~ msgid "Option" -#~ msgstr "Επιλογή" +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Υπόλοιπο διαίρεσης ακεραίων" -#~ msgid "Alt" -#~ msgstr "Alt" +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "Το υπόλοιπο διαίρεσης υπολογίζεται με χρήση του τελεστή mod." -#~| msgid "Set the numeric base to binary." -#~ msgid "Set the word size to 16 bits." -#~ msgstr "Ορισμός του μήκους λέξης στα 16 bit." +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" -#~| msgid "Set the numeric base to binary." -#~ msgid "Set the word size to 32 bits." -#~ msgstr "Ορισμός του μήκους λέξης στα 32 bit." +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Χρήση του ποντικιού" -#~| msgid "Set the numeric base to binary." -#~ msgid "Set the word size to 64 bits." -#~ msgstr "Ορισμός του μήκους λέξης στα 64 bit." +#: C/mouse.page:11(page/p) +#| msgid "" +#| "All equations can be entered using the mouse. To access all buttons there " +#| "are a number of modes that can be selected from the View menu." +msgid "All equations can be entered using the mouse. To access all buttons there are a number of modes that can be selected from the Mode menu." +msgstr "Όλες οι εξισώσεις μπορούν να εισαχθούν με χρήση του ποντικιού. Για πρόσβαση σε όλα τα κουμπιά υπάρχει ένας αριθμός από λειτουργίες που μπορείτε να επιλέξετε από το μενού Λειτουργία." -#~ msgid "Set the trigonometric type to gradians." -#~ msgstr "Επιλογή βαθμών ως τριγωνομετρικής μονάδας μέτρησης." +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Βασική" -#~ msgid "Set the numeric base to binary." -#~ msgstr "Επιλογή δυαδικής αριθμητικής βάσης." +#: C/mouse.page:18(td/p) +msgid "Provides buttons suitable for basic equations" +msgstr "Παρέχει κουμπιά κατάλληλα για βασικές εξισώσεις" -#~ msgid "Set the numeric base to decimal." -#~ msgstr "Επιλογή δεκαδικής αριθμητικής βάσης." +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Προχωρημένη" -#~ msgid "Set the display type to fixed-point format." -#~ msgstr "Επιλογή εμφάνισης σταθερής υποδιαστολής." +#: C/mouse.page:22(td/p) +#| msgid "Provides buttons suitable for advanced mathematics" +msgid "Provides buttons suitable for advanced mathematics such as " +msgstr "Παρέχει κουμπιά κατάλληλα για προχωρημένα μαθηματικά όπως " -#~ msgid "Set the trigonometric type to degrees." -#~ msgstr "Επιλογή μοιρών ως τριγωνομετρικής μονάδας μέτρησης." +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Εμπορική" -#~ msgid "Select the inverse option for use with the trigonometric functions." -#~ msgstr "Επιλογή αντίστροφων τριγωνομετρικών συναρτήσεων." +#: C/mouse.page:26(td/p) +msgid "Provides buttons suitable for financial equations" +msgstr "Παρέχει κουμπιά κατάλληλα για οικονομικές εξισώσεις" -#~ msgid "Set the display type to engineering format." -#~ msgstr "Επιλογή τεχνολογικής μορφής εμφάνισης." +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Προγραμματιστική" -#~ msgid "o" -#~ msgstr "o" +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Παρέχει κουμπιά κατάλληλα για προγραμματιστές υπολογιστών" -#~ msgid "Set the numeric base to octal." -#~ msgstr "Επιλογή οκταδικής αριθμητικής βάσης." +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Μορφή αποτελέσματος" -#~ msgid "Set the trigonometric type to radians." -#~ msgstr "Επιλογή ακτινίων ως τριγωνομετρικής μονάδας μέτρησης." +#: C/number-display.page:11(page/p) +msgid "The format used to display results can be changed from the CalculatorPreferences menu." +msgstr "Η μορφή που χρησιμοποιείται για την εμφάνιση των αποτελεσμάτων μπορεί να αλλαχτεί από το μενού ΑριθμομηχανήΠροτιμήσεις." -#~ msgid "Set the display type to scientific format." -#~ msgstr "Επιλογή επιστημονικής μορφής εμφάνισης." +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Δεκαδική" -#~ msgid "Set the numeric base to hexadecimal." -#~ msgstr "Επιλογή δεκαεξαδικής αριθμητικής βάσης." +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Τα αποτελέσματα εμφανίζονται ως δεκαδικοί αριθμοί" -#~ msgid "" -#~ "Select the hyperbolic option for use with the trigonometric functions." -#~ msgstr "Επιλογή υπερβολικών τριγωνομετρικών συναρτήσεων." +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Επιστημονική" -#~ msgid "" -#~ "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" -#~ msgstr "" -#~ "Συνοπτικός οδηγός των συντομεύσεων πληκτρολογίου των στοιχείων μενού του " -#~ "mate-calc" +#: C/number-display.page:21(td/p) +msgid "Results are displayed in scientific notation" +msgstr "Τα αποτελέσματα εμφανίζονται σε επιστημονική μορφή" -#~ msgid "Menu Item" -#~ msgstr "Στοιχείο Μενού" +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Τεχνολογική" -#~ msgid "View" -#~ msgstr "Προβολή" +#: C/number-display.page:25(td/p) +msgid "Results are displayed in scientific notation except the exponent is always a multiple of three" +msgstr "Τα αποτελέσματα εμφανίζονται με επιστημονική μορφή, αλλά ο εκθέτης είναι πάντα πολλαπλάσιο του τρία" -#~ msgid "Change to Basic mode" -#~ msgstr "Μετάβαση στη Βασική λειτουργία" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Δυαδική" -#~ msgid "Edit" -#~ msgstr "Επεξεργασία" +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "Τα αποτελέσματα εμφανίζονται ως δυαδικοί αριθμοί" -#~ msgid "Copy" -#~ msgstr "Αντιγραφή" +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Οκταδική" -#~ msgid "Copy the current value in the display area to the clipboard" -#~ msgstr "Αντιγραφή στο πρόχειρο της τρέχουσας τιμής στην οθόνη" +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "Τα αποτελέσματα εμφανίζονται ως οκταδικοί αριθμοί" -#~ msgid "Change to Financial mode" -#~ msgstr "Μετάβαση στην Εμπορική λειτουργία" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Δεκαεξαδική" -#~ msgid "Help" -#~ msgstr "Βοήθεια" +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "Τα αποτελέσματα εμφανίζονται ως δεκαεξαδικοί αριθμοί" -#~ msgid "Display the mate-calc online help" -#~ msgstr "" -#~ "Εμφάνιση της διαδικτυακής βοήθειας του mate-calc" +#: C/number-display.page:40(page/p) +msgid "The number of decimal places, if trailing zeroes and if thousands separators are shown can also be configured." +msgstr "Ο αριθμός των δεκαδικών ψηφίων. Μπορείτε επίσης να καθορίσετε αν θα εμφανίζονται μηδενικά στο τέλος και διαχωριστικό χιλιάδων." -#~ msgid "Insert ASCII Value" -#~ msgstr "Εισαγωγή τιμής ASCII" +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Ποσοστά" -#~ msgid "Display the Insert ASCII Value dialog" -#~ msgstr "Εμφάνιση του διαλόγου Εισαγωγή τιμής ASCII" +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Τα ποσοστά υπολογίζονται χρησιμοποιώντας το σύμβολο %." -#~ msgid "Display the thousands separator" -#~ msgstr "Εμφάνιση διαχωριστικού χιλιάδων" +#: C/percentage.page:14(page/p) +msgid "When added or subtracted the percentage symbol resolves to one percent of the value being added or subtracted from. The following equation calculates the price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "Όταν προστίθεται ή αφαιρείται, το σύμβολο ποσοστού αντιστοιχεί στο ένα τοις εκατό της τιμής στην οποία προστίθεται ή από την οποία αφαιρείται. Η ακόλουθη εξίσωση υπολογίζει την τιμή ενός αντικειμένου με αξία $140 με φόρο 15% (140 + (15÷100)×140)." -#~ msgid "Memory Registers" -#~ msgstr "Μνήμες" +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" -#~ msgid "Display the Memory Registers window" -#~ msgstr "Εμφάνιση του παραθύρου των Μνημών" +#: C/percentage.page:23(page/p) +msgid "In all other cases the percentage symbol resolves to a fraction out of 100. The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "Σε οποιαδήποτε άλλη περίπτωση το σύμβολο ποσοστού αντιστοιχεί σε ένα κλάσμα του 100. Η ακόλουθη εξίσωση υπολογίζει το ένα τέταρτο από 80 μήλα ((25÷100)×80)." -#~ msgid "Change to Programming mode" -#~ msgstr "Μετάβαση στην προγραμματιστική λειτουργία" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#~ msgid "q" -#~ msgstr "q" +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Δυνάμεις και ρίζες" -#~ msgid "Quit" -#~ msgstr "Έξοδος" +#: C/power.page:11(page/p) +msgid "Powers are entered by putting a superscript number after the value." +msgstr "Οι δυνάμεις εισάγονται βάζοντας ένα υπερυψωμένο αριθμό μετά την τιμή." -#~ msgid "Quit the mate-calc application" -#~ msgstr "Έξοδος από την εφαρμογή mate-calc" +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" -#~ msgid "Change to Scientific mode" -#~ msgstr "Μετάβαση στην Επιστημονική λειτουργία" +#: C/power.page:19(page/p) +msgid "The inverse of a number can be entered using the inverse symbol ⁻¹ (CtrlI)." +msgstr "Το αντίστροφο ενός αριθμού μπορεί να εισαχθεί με το σύμβολο αντιστροφής ⁻¹ (CtrlI)." -#~ msgid "Show trailing zeroes" -#~ msgstr "Εμφάνιση μηδενικών στο τέλος" +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" -#~ msgid "Paste" -#~ msgstr "Επικόλληση" +#: C/power.page:27(page/p) +msgid "Powers can also be calculated using the ^ symbol. This allows the power to be an equation." +msgstr "Οι δυνάμεις μπορούν επίσης να υπολογιστούν με το σύμβολο ^. Αυτό επιτρέπει στη δύναμη να αποτελείται από μια εξίσωση." -#~ msgid "Paste the current value in the clipboard to the display area" -#~ msgstr "Επικόλληση της τρέχουσας τιμής του προχείρου στην οθόνη" +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#~ msgid "Undo" -#~ msgstr "Αναίρεση" +#: C/power.page:36(page/p) +msgid "If your keyboard does not have a ^ key you can use * twice." +msgstr "Αν το πληκτρολόγιό σας δεν έχει πλήκτρο ^ μπορείτε να χρησιμοποιήσετε δύο φορές το *." -#~ msgid "Redo" -#~ msgstr "Ακύρωση αναίρεσης" +#: C/power.page:39(page/p) +msgid "Square roots can be calculated using the symbol (CtrlR)." +msgstr "Οι τετραγωνικές ρίζες μπορούν να υπολογιστούν χρησιμοποιώντας το σύμβολο √ (CtrlR)." -#~| msgid "Redo an undo'ed action" -#~ msgid "Redo an undone action" -#~ msgstr "Ακύρωση της αναίρεσης μιας ενέργειας" +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" -#~ msgid "" -#~ "This is only really meaningful if the Calculator is not in Arithmetic " -#~ "Precedence mode." -#~ msgstr "" -#~ "Αυτό έχει νόημα μόνο όταν η αριθμομηχανή δε χρησιμοποιεί τους κανόνες " -#~ "αριθμητικής προτεραιότητας." +#: C/power.page:47(page/p) +msgid "n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "Οι νιοστές ρίζες μπορούν να υπολογιστούν βάζοντας ένα αριθμό δείκτη πριν το σύμβολο της ρίζας." -#~ msgid "If the calculator is not in Arithmetic Precedence mode:" -#~ msgstr "Αν δε χρησιμοποιούνται οι κανόνες αριθμητικής προτεραιότητας,:" +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" -#~ msgid "If the calculator is in Arithmetic Precedence mode:" -#~ msgstr "Αν χρησιμοποιούνται οι κανόνες αριθμητικής προτεραιότητας:" +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Επιστημονική μορφή" -#~ msgid "For arithmetic precedence mode:" -#~ msgstr "Όταν χρησιμοποιούνται οι κανόνες αριθμητικής προτεραιότητας:" +#: C/scientific.page:11(page/p) +msgid "To enter numbers in scientific format use the ×10x button (CtrlE). The number mode automatically changes to superscript. To enter 2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "Για να εισάγετε αριθμούς σε επιστημονική μορφή, χρησιμοποιήστε το κουμπί ×10y (CtrlE). H λειτουργία αριθμού γυρίζει αυτόματα σε μορφή δύναμης. Για να εισάγετε 2×10¹⁰⁰, ξεκινήστε εισάγοντας πρώτα το δεκαδικό μέρος (2):" -#~ msgid "For non-arithmetic precedence mode:" -#~ msgstr "Αν δε χρησιμοποιούνται οι κανόνες αριθμητικής προτεραιότητας:" +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#~ msgid "9 Sqrt" -#~ msgstr "9 Sqrt" +#: C/scientific.page:21(page/p) +msgid "Then press the scientific notation button (or press CtrlE):" +msgstr "Μετά πατήστε το κουμπί επιστημονικής γραφής (ή πιέστε CtrlE):" -#~ msgid "" -#~ "Provide precedence in arithmetic calculations if you are not using " -#~ "Arithmetic Precedence. See also . Calculations within parentheses are performed first. You can nest " -#~ "parentheses to any level. When the last parenthesis is matched, the " -#~ "display area is updated." -#~ msgstr "" -#~ "Αλλάζει την προτεραιότητα των υπολογισμών, όταν δε χρησιμοποιούνται οι " -#~ "κανόνες αριθμητικής προτεραιότητας. Δείτε επίσης . Οι πράξεις εντός παρενθέσεων " -#~ "πραγματοποιούνται πρώτες. Μπορείτε να τοποθετήσετε όσες παρενθέσεις " -#~ "επιθυμείτε, τη μία μέσα στην άλλη. Όταν θα έχετε κλείσει όλες τις " -#~ "παρενθέσεις, ενημερώνεται το αποτέλεσμα στην οθόνη." +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" -#~ msgid "" -#~ "To enter a decimal number in exponential format, in non-arithmetic " -#~ "precedence mode, use the guidelines in the following table:" -#~ msgstr "" -#~ "Για να εισάγετε ένα δεκαδικό αριθμό σε εκθετική μορφή όταν δεν ισχύουν οι " -#~ "κανόνες αριθμητικής προτεραιότητας, χρησιμοποιήστε τις οδηγίες του " -#~ "παρακάτω πίνακα:" +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Κατόπιν εισάγετε τη δύναμη (100):" -#~ msgid "" -#~ "12 Exp8=" -#~ msgstr "" -#~ "12 Exp8=" +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" -#~ msgid "" -#~ "12 +/-Exp8=" -#~ msgstr "" -#~ "12 +/-Exp8=" +#: C/scientific.page:37(page/p) +msgid "To show results in scientific form change the result format." +msgstr "Για να εμφανίζονται τα αποτελέσματα σε επιστημονική μορφή αλλάξτε τη μορφή αποτελέσματος." -#~ msgid "" -#~ "12 Exp8+/-" -#~ msgstr "" -#~ "12 Exp8+/-" +#: C/superscript.page:7(info/title) +#| msgid "_" +msgctxt "sort" +msgid "_" +msgstr "_" -#~ msgid "" -#~ "12 +/-Exp8+/-" -#~ msgstr "" -#~ "12 +/-Exp8+/-" +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Δυνάμεις και δείκτες" -#~ msgid "" -#~ "Click on the Value field, then enter the new value. Use the keyboard " -#~ "shortcuts to invoke a mate-calc button. For " -#~ "example, enter 90K to calculate sine(90)." -#~ msgstr "" -#~ "Κάντε κλικ στο πεδίο Τιμή και εισάγετε τη νέα τιμή. Χρησιμοποιήστε τις " -#~ "συντομεύσεις πληκτρολογίου για να αναφερθείτε στα διάφορα κουμπιά του " -#~ "mate-calc. Π.χ., εισάγετε 90K για να υπολογίσετε το sin(90)." +#: C/superscript.page:13(page/p) +msgid "Some equations may require numbers to be entered in superscript or subscript form. e.g." +msgstr "Μερικές εξισώσεις μπορεί να απαιτούν την εισαγωγή αριθμών σε μορφή δύναμης ή δείκτη, π.χ." -#~ msgid "" -#~ "Performs a bitwise OR operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned " -#~ "long integers." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise OR για την τρέχουσα τιμή στην οθόνη και την " -#~ "τιμή που ακολουθεί, θεωρώντας ότι και οι δύο αριθμοί είναι unsigned long." +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#~ msgid "" -#~ "Performs a bitwise AND operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned " -#~ "long integers." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise AND για την τρέχουσα τιμή στην οθόνη και την " -#~ "τιμή που ακολουθεί, θεωρώντας ότι και οι δύο αριθμοί είναι unsigned long." +#: C/superscript.page:21(page/p) +#| msgid "" +#| "To enter superscript numbers with the mouse select the number mode using " +#| "the the ⎕ⁿ and ⎕n buttons. When one of these modes " +#| "is active clicking the number buttons will enter numbers in superscript " +#| "or subscript. To return to normal number mode click the active button." +msgid "To enter superscript numbers with the mouse select the number mode using the the ↑n and ↓n buttons. When one of these modes is active clicking the number buttons will enter numbers in superscript or subscript. To return to normal number mode click the active button." +msgstr "Για να εισάγετε αριθμούς υπό μορφή δύναμης ή δείκτη, επιλέξτε με το ποντίκι τη μορφή των αριθμών πατώντας τα κουμπιά ↑n και ↓n. Όταν είναι μια από αυτές τις λειτουργίες ενεργή, το πάτημα των αριθμών ια εισάγει αριθμούς σε μορφή δύναμης ή δείκτη. Για να επιστρέψετε στην κανονική εισαγωγή αριθμών πατήστε το ενεργό από τα δύο κουμπιά." + +#: C/superscript.page:26(page/p) +msgid "To enter superscript numbers with the keyboard hold down Ctrl while entering the number. Hold Alt for subscript." +msgstr "Για να εισάγετε αριθμούς σε μορφή δύναμης από το πληκτρολόγιο, κρατήστε πατημένο το Ctrl ενώ εισάγετε τον αριθμό. Κρατήστε το Alt για εισαγωγή σε μορφή δείκτη." + +#: C/superscript.page:30(page/p) +msgid "The number mode returns to normal when entering the next non-number character (e.g. +)." +msgstr "Η μορφή εισαγωγής του αριθμού επιστρέφει στην κανονική της λειτουργία όταν εισάγετε οποιοδήποτε χαρακτήρα εκτός από αριθμό (π.χ. +)." + +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Τριγωνομετρία" -#~ msgid "1357ACE NOT" -#~ msgstr "1357ACE NOT" +#: C/trigonometry.page:11(page/p) +msgid "Trigonometry can be performed using the sin, cos, and tan function." +msgstr "Μπορείτε να εκτελέσετε τριγωνομετρία χρησιμοποιώντας τις συναρτήσεις sin, cos και tan." -#~ msgid "" -#~ "Performs a bitwise XOR operation on the current value in the display area " -#~ "and the next number that you enter, treating both numbers as unsigned " -#~ "long integers." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise XOR για την τρέχουσα τιμή στην οθόνη και την " -#~ "τιμή που ακολουθεί, θεωρώντας ότι και οι δύο αριθμοί είναι unsigned long." +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" -#~ msgid "" -#~ "Performs a bitwise XNOR operation on the current value in the display " -#~ "area and the next number that you enter, treating both numbers as " -#~ "unsigned long integers." -#~ msgstr "" -#~ "Εκτελεί την εντολή bitwise XNOR για την τρέχουσα τιμή στην οθόνη και την " -#~ "τιμή που ακολουθεί, θεωρώντας ότι και οι δύο αριθμοί είναι unsigned long." +#: C/trigonometry.page:19(page/p) +#| msgid "" +#| "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are " +#| "visible when in scientific mode." +msgid "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible when in Advanced mode." +msgstr "Οι μονάδες γωνιών που χρησιμοποιούνται μπορούν να αλλάξουν από το μενού ΑριθμομηχανήΠροτιμήσεις. Τα κουμπιά τργωνομετρίας είναι ορατά όταν βρίσκεστε σε Επιστημονική λειτουργία." -#~ msgid "11111111111111111111111111111001" -#~ msgstr "11111111111111111111111111111001" +#: C/trigonometry.page:23(page/p) +msgid "Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "Οι υπερβολικές συναρτήσεις είναι διαθέσιμες με την προσθήκη ενός «h» στο τέλος μιας συνάρτησης." -#~ msgid "Get a 16-Bit Unsigned Integer" -#~ msgstr "Λήψη unsigned ακεραίου 16-bit" +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" -#~ msgid "&16" -#~ msgstr "&16" +#: C/trigonometry.page:31(page/p) +msgid "Inverse functions are entered either using the inverse symbol ⁻¹ (CtrlI) or the \"a\" form of the function. The following two equations are equivalent." +msgstr "Οι αντίστροφες συναρτήσεις εισάγονται είτε χρησιμοποιώντας το σύμβολο αντιστροφής ⁻¹ (CtrlI) είτε με τη μορφή «a» της συνάρτησης. Οι δύο ακόλουθες εξισώσεις είναι ισότιμες." -#~ msgid "" -#~ "Truncates the current value in the display area and returns a 16-bit " -#~ "unsigned integer." -#~ msgstr "" -#~ "Αποκόπτει τα υπόλοιπα μέρη της τιμής που ακολουθεί και επιστρέφει έναν " -#~ "unsigned ακέραιο 16-bit." +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" -#~ msgid "FFFFF &16" -#~ msgstr "FFFFF &16" +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" -#~ msgid "Get a 32-Bit Unsigned Integer" -#~ msgstr "Λήψη unsigned ακεραίου 32-bit" +#: C/trigonometry.page:43(page/p) +msgid "To enter π with the keyboard use CtrlP." +msgstr "Για να εισάγετε το π με το πληκτρολόγιο χρησιμοποιήστε το συνδυασμό πλήκτρων CtrlP." -#~ msgid "&32" -#~ msgstr "&32" +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Μεταβλητές" -#~ msgid "" -#~ "Truncates the current value in the display area and returns a 32-bit " -#~ "unsigned integer." -#~ msgstr "" -#~ "Αποκόπτει τα υπόλοιπα μέρη της τιμής που ακολουθεί και επιστρέφει έναν " -#~ "unsigned ακέραιο 32-bit." +#: C/variables.page:11(page/p) +#| msgid "" +#| "To assign a value to a variable use the = symbol or choose the variable " +#| "to assign to with the →R button in advanced mode. A variable name must only contain upper or lower " +#| "characters." +msgid "To assign a value to a variable use the = symbol or choose the variable to assign to with the x button in advanced mode. A variable name must only contain upper or lower characters." +msgstr "Για να εκχωρήσετε μια τιμή σε μια μεταβλητή χρησιμοποιήστε το σύμβολο = ή επιλέξτε τη μεταβλητή με το κουμπί x στην προχωρημένη λειτουργία. Το όνομα μιας μεταβλητής επιτρέπεται να περιέχει μόνο πεζά ή κεφαλαία γράμματα." + +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#~ msgid "Order of Operations" -#~ msgstr "Σειρά πράξεων" +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "τιμή=82" -#~ msgid "" -#~ "By default, calculations are performed using arithmetic precedence. That " -#~ "is, the precedence of the arithmetic operators is taken into " -#~ "consideration and the result is only calculated when you click " -#~ "Return." -#~ msgstr "" -#~ "Η προεπιλογή είναι να εφαρμόζονται οι κανόνες της αριθμητικής " -#~ "προτεραιότητας. Δηλαδή, να λαμβάνεται υπόψη ποιες πράξεις προηγούνται και " -#~ "το αποτέλεσμα να υπολογίζεται μόνο όταν ο χρήστης πατήσει το " -#~ "Return." +#: C/variables.page:23(page/p) +#| msgid "" +#| "Variables can be used in any equation and are substituted for their " +#| "assigned value. Variables can be inserted using the ←R button." +msgid "Variables can be used in any equation and are substituted for their assigned value. Variables can be inserted using the x button." +msgstr "Οι μεταβλητές μπορούν να χρησιμοποιηθούν σε οποιαδήποτε εξίσωση και αντικαθιστούνται από την τιμή που τους έχει εκχωρηθεί. Οι μεταβλητές μπορούν να εισαχθούν χρησιμοποιώντας το κουμπί x." -#~ msgid "" -#~ "In the following example, the result of the calculation is 22 because the " -#~ "multiplication operator, *, has precedence over the " -#~ "addition operator, +." -#~ msgstr "" -#~ "Στο παράδειγμα που ακολουθεί, το αποτέλεσμα είναι 22, γιατί ο " -#~ "πολλαπλασιασμός (*) προηγείται της πρόσθεσης (" -#~ "+)." +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" -#~ msgid "4 + 3 * 6 = 22" -#~ msgstr "4 + 3 * 6 = 22" +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" -#~ msgid "" -#~ "If you do not wish to apply arithmetic precedence to your calculations, " -#~ "select ViewLeft-to-right " -#~ "Precedence." -#~ msgstr "" -#~ "Αν δε θέλετε να χρησιμοποιείτε τους κανόνες αριθμητικής προτεραιότητας, " -#~ "επιλέξτε ΠροβολήΠροτεραιότητα " -#~ "από αριστερά προς δεξιά." +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Οι ακόλουθες μεταβλητές είναι πάντα καθορισμένες." -#~ msgid "" -#~ "If you choose not to apply arithmetic precedence, then the result the " -#~ "calculation in the example is 42 because the calculation is performed " -#~ "from left to right." -#~ msgstr "" -#~ "Αν έχετε επιλέξει την προτεραιότητα από αριστερά προς δεξιά, και άρα δεν " -#~ "χρησιμοποιείτε την αριθμητική προτεραιότητα, το αποτέλεσμα για το " -#~ "παραπάνω παράδειγμα θα είναι 42." +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" -#~ msgid "Get a 32-bit unsigned integer" -#~ msgstr "Λήψη unsigned ακεραίου 32-bit" +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Το αποτέλεσμα του προηγούμενου υπολογισμού" -#~ msgid "]" -#~ msgstr "]" +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" -#~ msgid "Get a 16-bit unsigned integer" -#~ msgstr "Λήψη unsigned ακεραίου 16-bit" +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Αριθμός Euler" -#~ msgid "Left-to-right Precedence" -#~ msgstr "Προτεραιότητα από αριστερά προς δεξιά" +#: C/variables.page:49(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Pi" +msgstr "Pi" -#~ msgid "Calculate results using left-to-right precedence" -#~ msgstr "" -#~ "Υπολογισμός αποτελεσμάτων χρησιμοποιώντας προτεραιότητα από τα αριστερά " -#~ "προς τα δεξιά" +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" -#~ msgid "Arithmetic Precedence" -#~ msgstr "Αριθμητική προτεραιότητα" +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Τυχαία τιμή μέσα στο φάσμα τιμών [0,1] (αλλάζει σε κάθε ανάγνωση)" -#~ msgid "Calculate results using arithmetic precedence" +#~ msgid "" +#~ "This work is licensed under a Creative Commons Attribution-Share Alike 3.0 " +#~ "Unported License." #~ msgstr "" -#~ "Υπολογισμός αποτελεσμάτων με βάση τους κανόνες αριθμητικής προτεραιότητας" +#~ "Αυτό το έργο διατίθεται υπό την Άδεια Creative Commons Attribution-Share Alike 3.0 " +#~ "Unported." diff --git a/help/es/es.po b/help/es/es.po index 0659246..1fac31a 100644 --- a/help/es/es.po +++ b/help/es/es.po @@ -1,691 +1,547 @@ # translation of mate-calc-help.master.po to Español -# Francisco Javier F. Serrador , 2006. +# Francisco Javier F. Serrador , 2006. # translation of mate-calc manual to Spanish # traducción al español del manual de mate-calc -# Jorge González , 2007, 2009, 2010. +# Jorge González , 2007, 2009, 2010. +# Daniel Mustieles , 2011, 2012. +# msgid "" msgstr "" "Project-Id-Version: mate-calc-help.master\n" -"POT-Creation-Date: 2010-04-15 01:40+0000\n" -"PO-Revision-Date: 2010-04-15 08:22+0200\n" -"Last-Translator: Jorge González \n" +"POT-Creation-Date: 2012-08-17 08:37+0000\n" +"PO-Revision-Date: 2012-04-02 12:12+0200\n" +"Last-Translator: Daniel Mustieles \n" "Language-Team: Español \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: C/legal.xml:3(p) -msgid "" -"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported " -"License." -msgstr "" -"Este trabajo está licenciado bajo una Licencia Creative Commons atribución - " -"compartir igual 3.0 sin soporte." - -#: C/legal.xml:6(p) -msgid "" -"As a special exception, the copyright holders give you permission to copy, " -"modify, and distribute the example code contained in this document under the " -"terms of your choosing, without restriction." +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" msgstr "" -"Como excepción especial, los poseedores de los derechos de autor le dan " -"permiso para copiar, modificar y distribuir el ejemplo de código contenido " -"en este documento bajo los términos que usted elija, sin restricción." +"Daniel Mustieles , 2012\n" +"Jorge González , 2010" -#: C/variables.page:9(title) -msgid "Variables" -msgstr "Variables" +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: C/variables.page:11(p) -msgid "" -"To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " -"mode. A variable name must only contain upper or lower characters." -msgstr "" -"Para asignar un valor a una variable use el símbolo = o elija la variable a " -"la que asignar el valor con el botón →R en el modo avanzado. Un nombre de variable sólo puede contener " -"caracteres en mayúscula o minúscula." +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Ayuda de GCalctool" -#: C/variables.page:16(p) -msgid "x=5" -msgstr "x=5" +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Interfaz de usuario" -#: C/variables.page:19(p) -msgid "value=82" -msgstr "valor=82" +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Ecuaciones" -#: C/variables.page:23(p) -msgid "" -"Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." -msgstr "" -"Las variables se pueden usar en cualquier ecuación y se sustituyen por su " -"valor asignado. Las variables se pueden insertar con el botón ←R." +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Números" -#: C/variables.page:28(p) -msgid "6x+3" -msgstr "6x+3" +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Conversiones" -#: C/variables.page:31(p) -msgid "xy−3x+7y−21" -msgstr "xy−3x+7y−21" +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Cálculos financieros" -#: C/variables.page:35(p) -msgid "The following variables are always defined." -msgstr "Las siguientes variables están siempre definidas." +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Valores absolutos" -#: C/variables.page:40(p) -msgid "ans" -msgstr "ans" +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" +"Los valores absolutos se calculan usando el símbolo | o la función abs." -#: C/variables.page:41(p) -msgid "Result of previous calculation" -msgstr "Resultado del cálculo anterior" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: C/variables.page:44(p) -msgid "e" -msgstr "e" +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: C/variables.page:45(link) -msgid "Euler's Number" -msgstr "Número de Euler" +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Base numérica" -#: C/variables.page:48(p) C/keyboard.page:35(p) -msgid "π" -msgstr "π" +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" +"Para introducir números en una base numérica particular use subíndices. Los siguientes números son equivalentes." -#: C/variables.page:49(link) -msgid "Pi" -msgstr "Pi" +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" -#: C/variables.page:52(p) -msgid "rand" -msgstr "rand" +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: C/variables.page:53(p) -msgid "Random value in the range [0,1] (changes on each read)" -msgstr "Valor aleatorio en el rango [0,1] (cambia en cada lectura)" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: C/trigonometry.page:9(title) -msgid "Trigonometry" -msgstr "Trigonometría" +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: C/trigonometry.page:11(p) +#: C/base.page:29(page/p) msgid "" -"Trigonometry can be performed using the sin, cos, and tan function." +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." msgstr "" -"La trigonometría se puede realizar usando las funciones sen, cos y tan." - -#: C/trigonometry.page:15(p) -msgid "sin 45" -msgstr "sen 45" +"En el modo programador existen botones para los " +"sistemas binario (CtrlB), octal " +"(CtrlO) y hexadecimal " +"(CtrlH)." -#: C/trigonometry.page:19(p) +#: C/base.page:32(page/p) msgid "" -"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " -"when in scientific mode." +"To set the base that results are shown in change the result format." msgstr "" -"Esta unidad de ángulos se puede cambiar desde el menú " -"CalculadoraPreferencias. Los botones " -"de trigonometría están visibles en el modo científico." +"Para establecer la base en la que se muestra el resultado cambie el formato del resultado." -#: C/trigonometry.page:23(p) +#: C/base.page:35(page/p) msgid "" -"Hyperbolic functions are available by adding \"h\" to the end of a function." +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." msgstr "" -"Las funciones hiperbólicas están disponibles añadiendo una «h» al final de " -"una función." +"Para cambiar la base del resultado actual use un botón de base o pulse " +"CtrlD para mostrarlo en la forma " +"decimal." -#: C/trigonometry.page:27(p) -msgid "sinh 0.34" -msgstr "senh 0.34" +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Álgebra booleano" -#: C/trigonometry.page:31(p) -msgid "" -"Inverse functions are entered either using the inverse symbol ⁻¹ " -"(CtrlI) or the \"a\" form of the " -"function. The following two equations are equivalent." +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." msgstr "" -"Las funciones inversas se introducen usando el símbolo de inverso ⁻¹ " -"(CtrlI) o la forma «a» de la función. " -"Las siguientes dos ecuaciones son equivalentes." +"El álgebra booleano se puede calcular usando los operadores AND, OR y XOR." -#: C/trigonometry.page:36(p) -msgid "sin⁻¹ 0.5" -msgstr "sen⁻¹ 0.5" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: C/trigonometry.page:39(p) -msgid "asin 0.5" -msgstr "asen 0.5" +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Los botones para estos símbolos están disponibles en el modo programador." -#: C/trigonometry.page:43(p) +#: C/boolean.page:22(page/p) msgid "" -"To enter π with the keyboard use " -"CtrlP." +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." msgstr "" -"Para introducir π con el teclado, use " -"CtrlP." +"La función NOT invierte los bits en un " +"número. El tamaño de palabra se establece en el menú " +"CalculadoraPreferencias." -#. Place this at the end of the section -#: C/superscript.page:7(title) -msgid "_" -msgstr "_" +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: C/superscript.page:11(title) -msgid "Superscript and Subscript" -msgstr "Superíndice y subíndice" +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Números complejos" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "GCalctool no soporta números complejos." -#: C/superscript.page:13(p) +#: C/conv-base.page:11(page/p) msgid "" -"Some equations may require numbers to be entered in superscript or subscript " -"form. e.g." +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." msgstr "" -"Algunas ecuaciones pueden requerir que introduzca números en la forma de " -"superíndice o subíndice, ej." +"Para convertir entre bases numéricas introduzca un número (o resuelva una " +"ecuación) y cambie el formato del resultado desde el menú CalculadoraPreferencias." -#: C/superscript.page:17(p) -msgid "x³+2x²−5" -msgstr "x³+2x²−5" +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Códigos de caracteres" -#: C/superscript.page:21(p) -#| msgid "" -#| "To enter superscript numbers with the mouse select the number mode using " -#| "the the ⎕ⁿ and ⎕n buttons. When one of these modes " -#| "is active clicking the number buttons will enter numbers in superscript " -#| "or subscript. To return to normal number mode click the active button." +#: C/conv-character.page:11(page/p) msgid "" -"To enter superscript numbers with the mouse select the number mode using the " -"the ↑n and ↓n buttons. When one of these modes is " -"active clicking the number buttons will enter numbers in superscript or " -"subscript. To return to normal number mode click the active button." +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." msgstr "" -"Para introducir superíndices con el ratón, seleccione el modo de número " -"usando los botones ↑ⁿ y ↓n. Cuando uno de estos modos " -"está activo, pulsar los números de los botones introducirá números como " -"superíndice o subíndice. Para volver al modo normal pulse el botón activo." +"En el modo programador el botón á " +"abre un diálogo para convertir caracteres en códigos de caracteres." + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "No se pueden convertir caracteres usando el teclado." + +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Divisa" -#: C/superscript.page:26(p) +#: C/conv-currency.page:11(page/p) msgid "" -"To enter superscript numbers with the keyboard hold down Ctrl " -"while entering the number. Hold Alt for subscript." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"Para introducir superíndices con el teclado pulse y mantenga pulsada " -"Ctrl mientras introduce el número. Mantenga Alt para " -"introducir un subíndice." +"Para convertir divisas entre en el modo financiero y use los controles de divisa." -#: C/superscript.page:30(p) +#: C/conv-currency.page:14(page/p) msgid "" -"The number mode returns to normal when entering the next non-number " -"character (e.g. +)." +"You can also convert currencies using the keyboard and the in " +"operator." msgstr "" -"El modo numérico vuelve a normal después de introducir un carácter no " -"numérico (ej. +)." +"También puede convertir divisas usando el teclado y el operadorin." -#: C/scientific.page:9(title) -msgid "Scientific Notation" -msgstr "Notación científica" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" -#: C/scientific.page:11(p) +#: C/conv-currency.page:23(note/p) msgid "" -"To enter numbers in scientific format use the ×10x button " -"(CtrlE). The number mode automatically changes to superscript. To enter " -"2×10¹⁰⁰, start by entering the mantissa (2):" +"Currency information is approximate and should not be used for making " +"financial decisions." msgstr "" -"Para introducir números en formato científico use el botón x10x " -"(CtrlE). El modo numérico cambia automáticamente a superíndice. Para " -"introducir 2×10¹⁰⁰, comience introduciendo la mantisa (2):" +"La información acerca de divisas es aproximada y no se debería usar para " +"tomar decisiones financieras." -#: C/scientific.page:17(p) -msgid "2" -msgstr "2" +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Longitud/área/volumen" -#: C/scientific.page:21(p) +#: C/conv-length.page:11(page/p) msgid "" -"Then press the scientific notation button (or press CtrlE):" +"To convert between length, area and volume units use the in " +"operator." msgstr "" -"Después pulse el botón de notación científica (o pulse CtrlE):" +"Para convertir unidades de longitud, área y volumen use el operador in." -#: C/scientific.page:25(p) -msgid "2×10" -msgstr "2×10" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 metros en pulgadas" -#: C/scientific.page:29(p) -msgid "Then enter the exponent (100):" -msgstr "Después introduzca el exponente (100):" +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: C/scientific.page:33(p) -msgid "2×10¹⁰⁰" -msgstr "2×10¹⁰⁰" +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint in mL" -#: C/scientific.page:37(p) -msgid "" -"To show results in scientific form change the result format." +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." msgstr "" -"Para mostrar los resultados de forma científica cambie el formato del resultado." - -#: C/power.page:9(title) -msgid "Powers and Roots" -msgstr "Potencias y raíces" +"Las conversiones entre longitud, área y volumen se deben realizar usando el " +"teclado." -#: C/power.page:11(p) -msgid "" -"Powers are entered by putting a superscript " -"number after the value." -msgstr "" -"Las potencias se introducen introduciendo un número superíndice después del valor." +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Tiempo" -#: C/power.page:15(p) -msgid "5²" -msgstr "5²" +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Para convertir tiempo use el operador in." -#: C/power.page:19(p) -msgid "" -"The inverse of a number can be entered using the inverse symbol ⁻¹ " -"(CtrlI)." -msgstr "" -"La inversa de un número se puede introducir usando el símbolo de inverso ⁻¹ " -"(CtrlI)." +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 años en horas" -#: C/power.page:23(p) -msgid "3⁻¹" -msgstr "3⁻¹" +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Las conversiones entre tiempos se deben realizar usando el teclado." + +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Masas" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Para convertir masas use el operador in." + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1kg in pounds" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Las conversiones entre masas se deben realizar usando el teclado." -#: C/power.page:27(p) +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" + +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Ecuaciones básicas" + +#: C/equation.page:13(page/p) msgid "" -"Powers can also be calculated using the ^ symbol. This allows the power to " -"be an equation." +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" msgstr "" -"Las potencias también se pueden calcular usando el símbolo ^. Esto permite " -"que la potencia sea una ecuación." +"Las ecuaciones se introducen de la forma matemática estándar. Por ejemplo, " +"para sumar 7 y 2 introduzca lo siguiente:" -#: C/power.page:32(p) -msgid "5^(6−2)" -msgstr "5^(6−2)" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: C/power.page:36(p) +#: C/equation.page:22(page/p) msgid "" -"If your keyboard does not have a ^ key you can use * " -"twice." +"To solve, press the = button with your mouse or the Enter key on your keyboard." msgstr "" -"Si su teclado no tiene una tecla ^ puede usar la tecla * dos veces." +"Para resolverlo, pulse el botón = con su ratón o la telca " +"Intro de su teclado." -#: C/power.page:39(p) +#: C/equation.page:25(page/p) msgid "" -"Square roots can be calculated using the symbol (CtrlR)." +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" -"Se pueden calcular las raíces cuadradas usando el símbolo " -"(CtrlR)." +"Los cálculos se realizan en el orden matemático; la multiplicación y " +"división se realizan antes de la suma y resta. En la siguiente ecuación se " +"obtiene 1 (3×2 = 6, 7−6 = 1)." -#: C/power.page:43(p) -msgid "√2" -msgstr "√2" +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: C/power.page:47(p) +#: C/equation.page:34(page/p) msgid "" -"n-th roots can be calculated by putting a subscript number before the root sign." +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." msgstr "" -"Se pueden calcular las raíces enésimas poniendo un subíndice antes del símbolo de raíz." - -#: C/power.page:51(p) -msgid "₃√2" -msgstr "₃√2" - -#: C/percentage.page:9(title) -msgid "Percentages" -msgstr "Porcentajes" +"Para cambiar el orden de cálculo use los paréntesis. La solución de la " +"siguiente ecuación es 8 (7−3 = 4, 4×2 = 8)." -#: C/percentage.page:11(p) -msgid "Percentages are calculated using the % symbol." -msgstr "Los porcentajes se calculan usando el símbolo %." +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: C/percentage.page:14(p) +#: C/equation.page:43(page/p) msgid "" -"When added or subtracted the percentage symbol resolves to one percent of " -"the value being added or subtracted from. The following equation calculates " -"the price of a $140 item with 15% tax (140 + (15÷100)×140)." +"To clear the display press the Clr button or Escape." msgstr "" -"Al sumar o restar el símbolo de porcentaje resuelve el porcentaje del valor " -"añadido o restado. La siguiente ecuación calcula el precio de un elemento de " -"140€ con un 15% de impuestos (140 + (15÷100)×140)." +"Para limpiar la pantalla pulse el botón Clr o Escape." -#: C/percentage.page:19(p) -msgid "140+15%" -msgstr "140+15%" +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Factoriales" -#: C/percentage.page:23(p) +#: C/factorial.page:11(page/p) msgid "" -"In all other cases the percentage symbol resolves to a fraction out of 100. " -"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." msgstr "" -"En el resto de casos el símbolo de porcentaje resuelve una fracción de 100. " -"La siguiente ecuación calcula un cuarto de 80 manzanas ((25÷100)×80)." +"Los factoriales se introducen usando el símbolo !. Para calcular el " +"factorial de 6 introduzca lo siguiente." -#: C/percentage.page:28(p) -msgid "25%×80" -msgstr "25%×80" +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" -#: C/number-display.page:9(title) -msgid "Result Format" -msgstr "Formato del resultado" +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Factorización" -#: C/number-display.page:11(p) +#: C/factorize.page:11(page/p) msgid "" -"The format used to display results can be changed from the " -"CalculatorPreferences menu." +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." msgstr "" -"Se puede cambiar el formato usado para mostrar los resultados en el menú " -"CalculadoraPreferencias." +"Puede factorizar el número actualmente mostrado pulsando el botón fact. Este botón es visible en el modo programador." -#: C/number-display.page:16(p) -msgid "Decimal" -msgstr "Decimal" +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Funciones financieras" -#: C/number-display.page:17(p) -msgid "Results are displayed as decimal numbers" -msgstr "Los resultados se muestran como números decimales" +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Los siguientes botones están disponibles en el modo financiero." -#: C/number-display.page:20(p) C/mouse.page:25(p) -msgid "Scientific" -msgstr "Científico" +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Trmc" -#: C/number-display.page:21(p) +#: C/financial.page:16(td/p) msgid "" -"Results are displayed in scientific notation" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." msgstr "" -"Los resultados se muestran en notación científica." +"Calcula el número de periodos de interés compuesto necesarios para aumentar " +"una inversión de un valor presenta a un valor futuro, a una tasa de interés " +"fija por cada periodo de interés." -#: C/number-display.page:24(p) -msgid "Engineering" -msgstr "Ingeniería" +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddd" -#: C/number-display.page:25(p) +#: C/financial.page:20(td/p) msgid "" -"Results are displayed in scientific notation except the exponent is always a " -"multiple of three" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." msgstr "" -"Los resultados se muestran en notación científica excepto cuando el " -"exponente es siempre múltiplo de tres" +"Calcula la depreciación sobre un activo para un periodo de tiempo " +"especificado, usando el método de depreciación doble declinación." -#: C/number-display.page:28(p) -msgid "Binary" -msgstr "Binario" +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Vf" -#: C/number-display.page:29(p) -msgid "Results are displayed as binary numbers" +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." msgstr "" -"Los resultados se muestran como números binarios" +"Calcula el valor futuro de una inversión basado en series de pagos iguales a " +"una tasa periódica de interés sobre el número de pagos periódicos durante el " +"plazo." -#: C/number-display.page:32(p) -msgid "Octal" -msgstr "Octal" +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "MIB" -#: C/number-display.page:33(p) -msgid "Results are displayed as octal numbers" +#: C/financial.page:28(td/p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." msgstr "" -"Los resultados se muestran como números octales" - -#: C/number-display.page:36(p) -msgid "Hexadecimal" -msgstr "Hexadecimal" +"Calcula el precio de reventa de un producto, basado en el precio del " +"producto y el margen de ingreso bruto requerido." -#: C/number-display.page:37(p) -msgid "Results are displayed as hexadecimal numbers" -msgstr "" -"Los resultados se muestran como números hexadecimales" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Ppc" -#: C/number-display.page:40(p) +#: C/financial.page:32(td/p) msgid "" -"The number of decimal places, if trailing zeroes and if thousands separators " -"are shown can also be configured." +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." msgstr "" -"El número de lugares decimales, si se muestran los ceros excedentes y los " -"separadores de miles también se pueden configurar." +"Calcula la cantidad de pagos periódicos de un préstamo, donde los pagos se " +"realizan al final de cada periodo de pago." -#: C/mouse.page:9(title) -msgid "Using the Mouse" -msgstr "Uso del ratón" +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Vp" -#: C/mouse.page:11(p) +#: C/financial.page:36(td/p) msgid "" -"All equations can be entered using the mouse. To access all buttons there " -"are a number of modes that can be selected from the View menu." +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." msgstr "" -"Todas las ecuaciones se pueden introducir usando el ratón. Para acceder a " -"todos los botones existe un número de modos que se puede seleccionar desde " -"el menú Ver." +"Calcula el valor presente de una inversión basado en series de pagos " +"iguales, descontando una tasa de interés periódica, sobre el número de pagos " +"periódicos en el plazo." -#: C/mouse.page:17(p) -msgid "Basic" -msgstr "Básico" +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Tasa" -#: C/mouse.page:18(p) +#: C/financial.page:40(td/p) msgid "" -"Provides buttons suitable for basic equations" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." msgstr "" -"Proporciona botones apropiados para las ecuaciones " -"básicas" - -#: C/mouse.page:21(p) -msgid "Advanced" -msgstr "Avanzado" +"Calcula el interés periódico necesario para aumentar una inversión de valor " +"presente para un valor futuro, sobre un número de periodos de interés " +"compuestos." -#: C/mouse.page:22(p) -msgid "Provides buttons suitable for advanced mathematics" -msgstr "Proporciona botones apropiados para matemáticas avanzadas" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" -#: C/mouse.page:26(p) +#: C/financial.page:44(td/p) msgid "" -"Provides buttons suitable for trigonometry" +"Calculate the straight-line depreciation of an asset for one period. 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." msgstr "" -"Proporciona botones apropiados para trigonometría" +"Calcula la depreciación lineal de un activo para un periodo. El método de " +"depreciación lineal divide el coste amortizable uniformemente sobre la vida " +"útil de un activo. La vida útil es el número de periodos, generalmente años, " +"sobre el cual un activo se deprecia." -#: C/mouse.page:29(p) -msgid "Financial" -msgstr "Financiero" +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" -#: C/mouse.page:30(p) +#: C/financial.page:48(td/p) msgid "" -"Provides buttons suitable for financial equations" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." msgstr "" -"Proporciona botones apropiados para ecuaciones " -"financieras" - -#: C/mouse.page:33(p) -msgid "Programming" -msgstr "Programador" - -#: C/mouse.page:34(p) -msgid "Provides buttons suitable for computer programmers" -msgstr "Proporciona botones apropiados para programadores" - -#: C/modulus.page:9(title) -msgid "Modulus Division" -msgstr "División modular" - -#: C/modulus.page:11(p) -msgid "Modulus division is performed using the mod operator." -msgstr "La división modular se realiza usando el operador mod." - -#: C/modulus.page:15(p) -msgid "9 mod 5" -msgstr "9 mod 5" - -#: C/logarithm.page:9(title) -msgid "Logarithms" -msgstr "Logaritmos" - -#: C/logarithm.page:11(p) -msgid "" -"Logarithms can be calculated using the log function." -msgstr "" -"Se pueden calcular logaritmos usando la función log." - -#: C/logarithm.page:15(p) -msgid "log 100" -msgstr "log 100" - -#: C/logarithm.page:19(p) -msgid "" -"To calculate a logarithm in a different base use a subscript number after the function." -msgstr "" -"Para calcular el logaritmo en una base diferente use un subíndice después de la función." - -#: C/logarithm.page:23(p) -msgid "log₂ 32" -msgstr "log₂ 32" - -#: C/logarithm.page:27(p) -msgid "To calculate a natural logarithm use the ln function." -msgstr "Para calcular el logaritmo natural use la función ln." - -#: C/logarithm.page:31(p) -msgid "ln 1.32" -msgstr "ln 1.32" - -#: C/logarithm.page:35(p) -msgid "" -"Euler's number can be entered by using the variable e." -msgstr "" -"El número de Euler se puede introducir usando la variable e." - -#: C/logarithm.page:39(p) -msgid "e^1.32" -msgstr "e^1.32" - -#: C/keyboard.page:9(title) -msgid "Using the Keyboard" -msgstr "Usar el teclado" - -#: C/keyboard.page:11(p) -msgid "All mathematical equations can be entered using the keyboard." -msgstr "" -"Se pueden introducir todas las ecuaciones matemáticas usando el teclado." - -#: C/keyboard.page:14(p) -msgid "" -"The following key combinations can be used to enter keys that may not be " -"available on your keyboard." -msgstr "" -"Se pueden usar las siguientes combinaciones de teclas para introducir claves " -"que pueden no estar disponibles en su teclado." - -#: C/keyboard.page:19(p) -msgid "×" -msgstr "×" - -#: C/keyboard.page:20(key) -msgid "*" -msgstr "*" - -#: C/keyboard.page:23(p) -msgid "÷" -msgstr "÷" - -#: C/keyboard.page:24(key) -msgid "/" -msgstr "/" - -#: C/keyboard.page:27(p) -msgid "^" -msgstr "^" - -#: C/keyboard.page:28(p) -msgid "* twice" -msgstr "* dos veces" - -#: C/keyboard.page:31(p) -msgid "√" -msgstr "√" - -#: C/keyboard.page:32(key) C/keyboard.page:36(key) -msgid "Ctrl" -msgstr "Ctrl" - -#: C/keyboard.page:32(key) -msgid "R" -msgstr "R" +"Calcula la depreciación lineal de un activo para un periodo específico de " +"tiempo, usando el método sumatorio de los años-dígitos de deprecación. Éste " +"método de depreciación acelera la tasa de depreciación, de tal forma que " +"existen más gastos de depreciación en los primeros periodos y menos en los " +"últimos. La vida útil es el número de periodos, generalmente años, sobre el " +"cual un activo se deprecia." -#: C/keyboard.page:36(key) -msgid "P" -msgstr "P" +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Term" -#: C/keyboard.page:39(p) +#: C/financial.page:52(td/p) msgid "" -"To enter superscript numbers use " -"Ctrlnumber, for subscript use Altnumber." +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" -"Para introducir subíndices use " -"Ctrlnúmero, para subíndices use " -"Altnúmero." - -#: C/index.page:7(name) -msgid "Robert Ancell" -msgstr "Robert Ancell" - -#: C/index.page:8(email) -msgid "robert.ancell@gmail.com" -msgstr "robert.ancell@gmail.com" - -#: C/index.page:13(title) -msgid "mate-calc Help" -msgstr "Ayuda de mate-calc" - -#: C/index.page:16(title) -msgid "User Interface" -msgstr "Interfaz de usuario" - -#: C/index.page:20(title) -msgid "Equations" -msgstr "Ecuaciones" - -#: C/index.page:24(title) -msgid "Numbers" -msgstr "Números" - -#: C/index.page:28(title) -msgid "Conversions" -msgstr "Conversiones" +"Calcula el número de plazos de pago necesarios durante el periodo de un año " +"ordinario, para acumular un valor futuro, con cierta tasa periódica de " +"interés." -#: C/index.page:32(title) -msgid "Financial Calculations" -msgstr "Cálculos financieros" +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "No se pueden realizar funciones financieras usando el teclado." -#: C/functions.page:9(title) +#: C/functions.page:9(page/title) msgid "Functions" msgstr "Funciones" -#: C/functions.page:11(p) +#: C/functions.page:11(page/p) msgid "" "Functions can be used by inserting the name of the function followed by the " "function argument. If the argument is not a number or variable entonces use los paréntesis para el argumento." -#: C/functions.page:16(p) +#: C/functions.page:16(example/p) msgid "sin 30" msgstr "sen 30" -#: C/functions.page:19(p) +#: C/functions.page:19(example/p) msgid "abs (5−9)" msgstr "abs (5−9)" -#: C/functions.page:23(p) +#: C/functions.page:23(page/p) msgid "The following functions are defined." msgstr "Las siguientes funciones siempre están definidas" -#: C/functions.page:28(p) +#: C/functions.page:28(td/p) msgid "abs" msgstr "abs" -#: C/functions.page:29(link) -msgid "Absolute Value" -msgstr "Valor absoluto" +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Valor absoluto" -#: C/functions.page:32(p) +#: C/functions.page:32(td/p) msgid "cos" msgstr "cos" -#: C/functions.page:33(link) -msgid "Cosine" -msgstr "Coseno" +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Coseno" -#: C/functions.page:36(p) +#: C/functions.page:36(td/p) msgid "cosh" msgstr "cosh" -#: C/functions.page:37(link) -msgid "Hyperbolic Cosine" -msgstr "Coseno hiperbólico" +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Coseno hiperbólico" -#: C/functions.page:40(p) +#: C/functions.page:40(td/p) msgid "frac" msgstr "frac" -#: C/functions.page:41(p) +#: C/functions.page:41(td/p) msgid "Fractional Component" msgstr "Parte fraccional" -#: C/functions.page:44(p) +#: C/functions.page:44(td/p) msgid "int" msgstr "int" -#: C/functions.page:45(p) +#: C/functions.page:45(td/p) msgid "Integer Component" msgstr "Parte entera" -#: C/functions.page:48(p) +#: C/functions.page:48(td/p) msgid "ln" msgstr "ln" -#: C/functions.page:49(link) -msgid "Natural Logarithm" -msgstr "Logaritmo natural" +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Logaritmo natural" -#: C/functions.page:52(p) +#: C/functions.page:52(td/p) msgid "log" msgstr "log" -#: C/functions.page:53(link) -msgid "Logarithm" -msgstr "Logaritmo" +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritmo" -#: C/functions.page:56(p) +#: C/functions.page:56(td/p) msgid "not" msgstr "not" -#: C/functions.page:57(link) -msgid "Boolean NOT" -msgstr "NOT booleno" +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "NOT booleano" -#: C/functions.page:60(p) +#: C/functions.page:60(td/p) msgid "ones" msgstr "uno" -#: C/functions.page:61(p) +#: C/functions.page:61(td/p) msgid "Ones complement" msgstr "Complemento a uno" -#: C/functions.page:64(p) +#: C/functions.page:64(td/p) msgid "sin" msgstr "sen" -#: C/functions.page:65(link) -msgid "Sine" -msgstr "Seno" +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Seno" -#: C/functions.page:68(p) +#: C/functions.page:68(td/p) msgid "sinh" msgstr "senh" -#: C/functions.page:69(link) -msgid "Hyperbolic Sine" -msgstr "Seno hiperbólico" +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Seno hiperbólico" -#: C/functions.page:72(p) +#: C/functions.page:72(td/p) msgid "sqrt" msgstr "sqrt" -#: C/functions.page:73(link) -msgid "Square Root" -msgstr "Raíz cuadrada" +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Raíz cuadrada" -#: C/functions.page:76(p) +#: C/functions.page:76(td/p) msgid "tan" msgstr "tan" -#: C/functions.page:77(link) -msgid "Tangent" -msgstr "Tangente" +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangente" -#: C/functions.page:80(p) +#: C/functions.page:80(td/p) msgid "tanh" msgstr "tanh" -#: C/functions.page:81(link) -msgid "Hyperbolic Tangent" -msgstr "Tangente hiperbólica" +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Tangente hiperbólica" -#: C/functions.page:84(p) +#: C/functions.page:84(td/p) msgid "twos" msgstr "dos" -#: C/functions.page:85(p) +#: C/functions.page:85(td/p) msgid "Twos complement" msgstr "Complemento a dos" -#: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." -msgstr "mate-calc no soporta funciones definidas por el usuario." +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool no soporta funciones definidas por el usuario." -#: C/financial.page:9(title) -msgid "Financial Functions" -msgstr "Funciones financieras" +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Usar el teclado" -#: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." msgstr "" -"Los siguientes botones están disponibles en el modo financiero." - -#: C/financial.page:15(p) -msgid "Ctrm" -msgstr "Trmc" +"Se pueden introducir todas las ecuaciones matemáticas usando el teclado." -#: C/financial.page:16(p) +#: C/keyboard.page:14(page/p) msgid "" -"Calculate the number of compounding periods necessary to increase an " -"investment of present value to a future value, at a fixed interest rate per " -"compounding period." +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." msgstr "" -"Calcula el número de periodos de interés compuesto necesarios para aumentar " -"una inversión de un valor presenta a un valor futuro, a una tasa de interés " -"fija por cada periodo de interés." +"Se pueden usar las siguientes combinaciones de teclas para introducir claves " +"que pueden no estar disponibles en su teclado." -#: C/financial.page:19(p) -msgid "Ddb" -msgstr "Ddd" +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" -#: C/financial.page:20(p) -msgid "" -"Calculate the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "" -"Calcula la depreciación sobre un activo para un periodo de tiempo " -"especificado, usando el método de depreciación doble declinación." +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" -#: C/financial.page:23(p) -msgid "Fv" -msgstr "Vf" +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" -#: C/financial.page:24(p) -msgid "" -"Calculate the future value of an investment based on a series of equal " -"payments at a periodic interest rate over the number of payment periods in " -"the term." -msgstr "" -"Calcula el valor futuro de una inversión basado en series de pagos iguales a " -"una tasa periódica de interés sobre el número de pagos periódicos durante el " -"plazo." +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" -#: C/financial.page:27(p) -msgid "Gpm" -msgstr "MIB" +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" -#: C/financial.page:28(p) -msgid "" -"Calculate the resale price of a product, based on the product cost and the " -"wanted gross profit margin." -msgstr "" -"Calcula el precio de reventa de un producto, basado en el precio del " -"producto y el margen de ingreso bruto deseado." +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* dos veces" -#: C/financial.page:31(p) -msgid "Pmt" -msgstr "Ppc" +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" -#: C/financial.page:32(p) -msgid "" -"Calculate the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "" -"Calcula la cantidad de pagos periódicos de un préstamo, donde los pagos se " -"realizan al final de cada periodo de pago." +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" -#: C/financial.page:35(p) -msgid "Pv" -msgstr "Vp" +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" -#: C/financial.page:36(p) +#: C/keyboard.page:39(page/p) msgid "" -"Calculate the present value of an investment based on a series of equal " -"payments discounted at a periodic interest rate over the number of payment " -"periods in the term." +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." msgstr "" -"Calcula el valor presente de una inversión basado en series de pagos " -"iguales, descontando una tasa de interés periódica, sobre el número de pagos " -"periódicos en el plazo." +"Para introducir subíndices use " +"Ctrlnúmero, para subíndices use " +"Altnúmero." -#: C/financial.page:39(p) -msgid "Rate" -msgstr "Tasa" +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "" +"Licencia Creative Commons Atribución - Compartir igual 3.0 sin soporte." + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Este trabajo está licenciado bajo la <_:link-1/>." -#: C/financial.page:40(p) +#: C/legal.xml:6(license/p) msgid "" -"Calculate the periodic interest necessary to increase an investment to a " -"future value, over the number of compounding periods." +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." msgstr "" -"Calcula el interés periódico necesario para aumentar una inversión de valor " -"presente para un valor futuro, sobre un número de periodos de interés " -"compuestos." +"Como excepción especial, los poseedores de los derechos de autor le dan " +"permiso para copiar, modificar y distribuir el ejemplo de código contenido " +"en este documento bajo los términos que usted elija, sin restricción." -#: C/financial.page:43(p) -msgid "Sln" -msgstr "Sln" +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logaritmos" -#: C/financial.page:44(p) +#: C/logarithm.page:11(page/p) msgid "" -"Calculate the straight-line depreciation of an asset for one period. 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." +"Logarithms can be calculated using the log function." msgstr "" -"Calcula la depreciación lineal de un activo para un periodo. El método de " -"depreciación lineal divide el coste amortizable uniformemente sobre la vida " -"útil de un activo. La vida útil es el número de periodos, generalmente años, " -"sobre el cual un activo se deprecia." +"Se pueden calcular logaritmos usando la función log." -#: C/financial.page:47(p) -msgid "Syd" -msgstr "Syd" +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" -#: C/financial.page:48(p) +#: C/logarithm.page:19(page/p) msgid "" -"Calculate 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. The useful life is the number " -"of periods, typically years, over which an asset is depreciated." +"To calculate a logarithm in a different base use a subscript number after the function." msgstr "" -"Calcula la depreciación lineal de un activo para un periodo específico de " -"tiempo, usando el método sumatorio de los años-dígitos de deprecación. Éste " -"método de depreciación acelera la tasa de depreciación, de tal forma que " -"existen más gastos de depreciación en los primeros periodos y menos en los " -"últimos. La vida útil es el número de periodos, generalmente años, sobre el " -"cual un activo se deprecia." +"Para calcular el logaritmo en una base diferente use un subíndice después de la función." -#: C/financial.page:51(p) -msgid "Term" -msgstr "Term" +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" -#: C/financial.page:52(p) +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Para calcular el logaritmo natural use la función ln." + +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" + +#: C/logarithm.page:35(page/p) msgid "" -"Calculate the number of payment periods that are necessary during the term " -"of an ordinary annuity, to accumulate a future value, at a periodic interest " -"rate." +"Euler's number can be entered by using the variable e." msgstr "" -"Calcula el número de plazos de pago necesarios durante el periodo de un año " -"ordinario, para acumular un valor futuro, con cierta tasa periódica de " -"interés." +"El número de Euler se puede introducir usando la variable e." -#: C/financial.page:56(p) -msgid "Financial functions cannot be performed using the keyboard." -msgstr "No se pueden realizar funciones financieras usando el teclado." +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" -#: C/factorize.page:9(title) -msgid "Factorization" -msgstr "Factorización" +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "División modular" -#: C/factorize.page:11(p) -msgid "" -"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " -"mode." -msgstr "" -"Puede factorizar el número actualmente mostrado pulsando el botón fact. Este botón es visible en el modo programador." +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "La división modular se realiza usando el operador mod." -#: C/factorial.page:9(title) -msgid "Factorials" -msgstr "Factoriales" +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" -#: C/factorial.page:11(p) +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Uso del ratón" + +#: C/mouse.page:11(page/p) msgid "" -"Factorials are entered using the ! symbol. To calculate the factorial of 6 " -"enter the following." +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the Mode menu." msgstr "" -"Los factoriales se introducen usando el símbolo !. Para calcular el " -"factorial de 6 introduzca lo siguiente." +"Todas las ecuaciones se pueden introducir usando el ratón. Para acceder a " +"todos los botones existe un número de modos que se puede seleccionar desde " +"el menú Modo." -#: C/factorial.page:16(p) -msgid "6!" -msgstr "6!" +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Básico" -#. Place this at the start of the section -#: C/equation.page:7(title) -msgid "0" -msgstr "0" +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" +msgstr "" +"Proporciona botones apropiados para las ecuaciones " +"básicas" -#: C/equation.page:11(title) -msgid "Basic Equations" -msgstr "Ecuaciones básicas" +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Avanzado" -#: C/equation.page:13(p) +#: C/mouse.page:22(td/p) msgid "" -"Equations are entered in standard mathematical form. For example to add 7 " -"and 2 enter the following:" +"Provides buttons suitable for advanced mathematics such as " msgstr "" -"Las ecuaciones se introducen de la forma matemática estándar. Por ejemplo, " -"para sumar 7 y 2 introduzca lo siguiente:" +"Proporciona botones apropiados para matemáticas avanzadas como " -#: C/equation.page:18(p) -msgid "7+2" -msgstr "7+2" +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Financiero" -#: C/equation.page:22(p) +#: C/mouse.page:26(td/p) msgid "" -"To solve, press the = button with your mouse or the Enter key on your keyboard." +"Provides buttons suitable for financial equations" msgstr "" -"Para resolverlo, pulse el botón = con su ratón o la telca " -"Intro de su teclado." +"Proporciona botones apropiados para ecuaciones " +"financieras" -#: C/equation.page:25(p) +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Programador" + +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Proporciona botones apropiados para programadores" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Formato del resultado" + +#: C/number-display.page:11(page/p) msgid "" -"Calculations are performed in mathematical order - multiplication and " -"division are performed before addition and subtraction. The following " -"equation solves to 1 (3×2 = 6, 7−6 = 1)." +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" -"Los cálculos se realizan en el orden matemático; la multiplicación y " -"división se realizan antes de la suma y resta. En la siguiente ecuación se " -"obtiene 1 (3×2 = 6, 7−6 = 1)." +"Se puede cambiar el formato usado para mostrar los resultados en el menú " +"CalculadoraPreferencias." -#: C/equation.page:30(p) -msgid "7−3×2" -msgstr "7−3×2" +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Decimal" -#: C/equation.page:34(p) +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Los resultados se muestran como números decimales" + +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Científico" + +#: C/number-display.page:21(td/p) msgid "" -"To change the order of calculation use parenthesis. The following equation " -"solves to 8 (7−3 = 4, 4×2 = 8)." +"Results are displayed in scientific notation" msgstr "" -"Para cambiar el orden de cálculo use los paréntesis. La solución de la " -"siguiente ecuación es 8 (7−3 = 4, 4×2 = 8)." +"Los resultados se muestran en notación científica." -#: C/equation.page:39(p) -msgid "(7−3)×2" -msgstr "(7−3)×2" +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Ingeniería" -#: C/equation.page:43(p) +#: C/number-display.page:25(td/p) msgid "" -"To clear the display press the Clr button or Escape." +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" msgstr "" -"Para limpiar la pantalla pulse el botón Clr o Escape." +"Los resultados se muestran en notación científica excepto cuando el " +"exponente es siempre múltiplo de tres" -#: C/conv-weight.page:9(title) -msgid "Mass" -msgstr "Masas" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binario" -#: C/conv-weight.page:11(p) -msgid "To convert between mass use the in operator." -msgstr "Para convertir masas use el operador in." +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "" +"Los resultados se muestran como números binarios" -#: C/conv-weight.page:15(p) -msgid "1kg in pounds" -msgstr "1kg in pounds" +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Octal" -#: C/conv-weight.page:20(p) -msgid "Mass conversions must be performed using the keyboard." -msgstr "Las conversiones entre masas se deben realizar usando el teclado." +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "" +"Los resultados se muestran como números octales" -#: C/conv-time.page:9(title) -msgid "Time" -msgstr "Tiempo" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Hexadecimal" -#: C/conv-time.page:11(p) -msgid "To convert between time use the in operator." -msgstr "Para convertir tiempo use el operador in." +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" +"Los resultados se muestran como números hexadecimales" -#: C/conv-time.page:15(p) -msgid "3 years in hours" -msgstr "3 años en horas" +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" +"El número de lugares decimales, si se muestran los ceros excedentes y los " +"separadores de miles también se pueden configurar." -#: C/conv-time.page:20(p) -msgid "Time conversions must be performed using the keyboard." -msgstr "Las conversiones entre tiempos se deben realizar usando el teclado." +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Porcentajes" -#: C/conv-length.page:9(title) -msgid "Length/Area/Volume" -msgstr "Longitud/área/volumen" +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Los porcentajes se calculan usando el símbolo %." -#: C/conv-length.page:11(p) +#: C/percentage.page:14(page/p) msgid "" -"To convert between length, area and volume units use the in " -"operator." +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" -"Para convertir unidades de longitud, área y volumen use el operador in." +"Al sumar o restar el símbolo de porcentaje resuelve el porcentaje del valor " +"añadido o restado. La siguiente ecuación calcula el precio de un elemento de " +"140€ con un 15% de impuestos (140 + (15÷100)×140)." -#: C/conv-length.page:15(p) -msgid "6 meters in inches" -msgstr "6 metros en pulgadas" +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" -#: C/conv-length.page:18(p) -msgid "1 acre in cm²" -msgstr "1 acre in cm²" +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "" +"En el resto de casos el símbolo de porcentaje resuelve una fracción de 100. " +"La siguiente ecuación calcula un cuarto de 80 manzanas ((25÷100)×80)." -#: C/conv-length.page:21(p) -msgid "1 pint in mL" -msgstr "1 pint in mL" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#: C/conv-length.page:26(p) -msgid "Length/Area/Volume conversions must be performed using the keyboard." +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Potencias y raíces" + +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." msgstr "" -"Las conversiones entre longitud, área y volumen se deben realizar usando el " -"teclado." +"Las potencias se introducen introduciendo un número superíndice después del valor." -#: C/conv-currency.page:9(title) -msgid "Currency" -msgstr "Divisa" +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" -#: C/conv-currency.page:11(p) +#: C/power.page:19(page/p) msgid "" -"To convert currencies press the ¤$€ button in financial mode." +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"Para convertir divisas pulse el botón ¤$€ en el modo financiero." +"La inversa de un número se puede introducir usando el símbolo de inverso ⁻¹ " +"(CtrlI)." + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: C/conv-currency.page:14(p) +#: C/power.page:27(page/p) msgid "" -"You can also convert currencies using the keyboard and the in " -"operator." +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." msgstr "" -"También puede convertir divisas usando el teclado y el operadorin." +"Las potencias también se pueden calcular usando el símbolo ^. Esto permite " +"que la potencia sea una ecuación." -#: C/conv-currency.page:18(p) -msgid "13.65 USD in GBP" -msgstr "13.65 USD in GBP" +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: C/conv-currency.page:23(p) +#: C/power.page:36(page/p) msgid "" -"Currency information is approximate and should not be used for making " -"financial decisions." +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -"La información acerca de divisas es aproximada y no se debería usar para " -"tomar decisiones financieras." +"Si su teclado no tiene una tecla ^ puede usar la tecla * dos veces." -#: C/conv-character.page:9(title) -msgid "Character Codes" -msgstr "Códigos de caracteres" +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "" +"Se pueden calcular las raíces cuadradas usando el símbolo " +"(CtrlR)." -#: C/conv-character.page:11(p) +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" + +#: C/power.page:47(page/p) msgid "" -"When in programming mode the á button " -"opens a dialog to convert characters to character codes." +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -"En el modo programador el botón á " -"abre un diálogo para convertir caracteres en códigos de caracteres." +"Se pueden calcular las raíces enésimas poniendo un subíndice antes del símbolo de raíz." -#: C/conv-character.page:15(p) -msgid "Characters cannot be converted using the keyboard." -msgstr "No se pueden convertir caracteres usando el teclado." +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" -#: C/conv-base.page:9(title) C/base.page:9(title) -msgid "Number Bases" -msgstr "Base numérica" +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Notación científica" -#: C/conv-base.page:11(p) +#: C/scientific.page:11(page/p) msgid "" -"To convert between number bases enter a number (or solve an equation) and " -"change the result format from the " -"CalculatorPreferences menu." +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" msgstr "" -"Para convertir entre bases numéricas introduzca un número (o resuelva una " -"ecuación) y cambie el formato del resultado desde el menú CalculadoraPreferencias." +"Para introducir números en formato científico use el botón x10x " +"(CtrlE). El modo numérico cambia automáticamente a superíndice. Para " +"introducir 2×10¹⁰⁰, comience introduciendo la mantisa (2):" -#: C/complex.page:9(title) -msgid "Complex Numbers" -msgstr "Números complejos" +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." -msgstr "mate-calc no soporta números complejos." +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "" +"Después pulse el botón de notación científica (o pulse CtrlE):" -#: C/boolean.page:9(title) -msgid "Boolean Algebra" -msgstr "Álgebra booleano" +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" -#: C/boolean.page:11(p) -msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Después introduzca el exponente (100):" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" + +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." msgstr "" -"El álgebra booleano se puede calcular usando los operadores AND, OR y XOR." +"Para mostrar los resultados de forma científica cambie el formato del resultado." -#: C/boolean.page:15(p) -msgid "010011₂ AND 110101₂" -msgstr "010011₂ AND 110101₂" +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" + +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Superíndice y subíndice" -#: C/boolean.page:19(p) +#: C/superscript.page:13(page/p) msgid "" -"Buttons for these symbols are available in programming " -"mode." +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." msgstr "" -"Los botones para estos símbolos están disponibles en el modo programador." +"Algunas ecuaciones pueden requerir que introduzca números en la forma de " +"superíndice o subíndice, ej." + +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: C/boolean.page:22(p) +#: C/superscript.page:21(page/p) msgid "" -"The NOT function inverts the bits in a " -"number. The word size is set from the CalculatorPreferences menu." +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." msgstr "" -"La función NOT invierte los bits en un " -"número. El tamaño de palabra se establece en el menú " -"CalculadoraPreferencias." +"Para introducir superíndices con el ratón, seleccione el modo de número " +"usando los botones ↑ⁿ y ↓n. Cuando uno de estos modos " +"está activo, pulsar los números de los botones introducirá números como " +"superíndice o subíndice. Para volver al modo normal pulse el botón activo." -#: C/boolean.page:27(p) -msgid "NOT 010011₂" -msgstr "NOT 010011₂" +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" +"Para introducir superíndices con el teclado pulse y mantenga pulsada " +"Ctrl mientras introduce el número. Mantenga Alt para " +"introducir un subíndice." -#: C/base.page:11(p) +#: C/superscript.page:30(page/p) msgid "" -"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." msgstr "" -"Para introducir números en una base numérica particular use subíndices. Los siguientes números son equivalentes." +"El modo numérico vuelve a normal después de introducir un carácter no " +"numérico (ej. +)." -#: C/base.page:16(p) -msgid "1001011₂" -msgstr "1001011₂" +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometría" -#: C/base.page:19(p) -msgid "113₈" -msgstr "113₈" +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "" +"La trigonometría se puede realizar usando las funciones sen, cos y tan." -#: C/base.page:22(p) -msgid "75" -msgstr "75" +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sen 45" -#: C/base.page:25(p) -msgid "4B₁₆" -msgstr "4B₁₆" +#: C/trigonometry.page:19(page/p) +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in Advanced mode." +msgstr "" +"Esta unidad de ángulos se puede cambiar desde el menú " +"CalculadoraPreferencias. Los botones " +"de trigonometría están visibles en el modo avanzado." -#: C/base.page:29(p) +#: C/trigonometry.page:23(page/p) msgid "" -"When in programming mode there are buttons for " -"binary (CtrlB), octal " -"(CtrlO) and hexadecimal " -"(CtrlH)." +"Hyperbolic functions are available by adding \"h\" to the end of a function." msgstr "" -"En el modo programador existen botones para los " -"sistemas binario (CtrlB), octal " -"(CtrlO) y hexadecimal " -"(CtrlH)." +"Las funciones hiperbólicas están disponibles añadiendo una «h» al final de " +"una función." -#: C/base.page:32(p) +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "senh 0.34" + +#: C/trigonometry.page:31(page/p) msgid "" -"To set the base that results are shown in change the result format." +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." msgstr "" -"Para establecer la base en la que se muestra el resultado cambie el formato del resultado." +"Las funciones inversas se introducen usando el símbolo de inverso ⁻¹ " +"(CtrlI) o la forma «a» de la función. " +"Las siguientes dos ecuaciones son equivalentes." + +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sen⁻¹ 0.5" -#: C/base.page:35(p) +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asen 0.5" + +#: C/trigonometry.page:43(page/p) msgid "" -"To change the base of the current result use a base button or " -"CtrlD to show in decimal form." +"To enter π with the keyboard use " +"CtrlP." msgstr "" -"Para cambiar la base del resultado actual use un botón de base o pulse " -"CtrlD para mostrarlo en la forma " -"decimal." +"Para introducir π con el teclado, use " +"CtrlP." -#: C/absolute.page:9(title) -msgid "Absolute Values" -msgstr "Valores absolutos" +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Variables" -#: C/absolute.page:11(p) +#: C/variables.page:11(page/p) msgid "" -"Absolute values are calculated using the | symbol or abs function." +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." msgstr "" -"Los valores absolutos se calculan usando el símbolo | o la función abs." +"Para asignar un valor a una variable use el símbolo = o elija la variable a " +"la que asignar el valor con el botón x en el modo avanzado. Un nombre de variable sólo puede contener " +"caracteres en mayúscula o minúscula." -#: C/absolute.page:15(p) -msgid "|−1|" -msgstr "|−1|" +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#: C/absolute.page:18(p) -msgid "abs (−1)" -msgstr "abs (−1)" +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "valor=82" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/index.page:0(None) -msgid "translator-credits" -msgstr "Jorge González , 2010" +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" +"Las variables se pueden usar en cualquier ecuación y se sustituyen por su " +"valor asignado. Las variables se pueden insertar usando el botón x." + +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" + +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" + +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Las siguientes variables están siempre definidas." + +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" + +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Resultado del cálculo anterior" + +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Número de Euler" + +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Valor aleatorio en el rango [0,1] (cambia en cada lectura)" + +#~ msgid "" +#~ "Provides buttons suitable for trigonometry" +#~ msgstr "" +#~ "Proporciona botones apropiados para trigonometría" + +#~ msgid "Euler's Number" +#~ msgstr "Número de Euler" + +#~ msgid "Pi" +#~ msgstr "Pi" + +#~ msgid "*" +#~ msgstr "*" + +#~ msgid "/" +#~ msgstr "/" + +#~ msgid "Ctrl" +#~ msgstr "Ctrl" + +#~ msgid "R" +#~ msgstr "R" + +#~ msgid "P" +#~ msgstr "P" + +#~ msgid "robert.ancell@gmail.com" +#~ msgstr "robert.ancell@gmail.com" + +#~ msgid "Absolute Value" +#~ msgstr "Valor absoluto" + +#~ msgid "Cosine" +#~ msgstr "Coseno" + +#~ msgid "Hyperbolic Cosine" +#~ msgstr "Coseno hiperbólico" + +#~ msgid "Natural Logarithm" +#~ msgstr "Logaritmo natural" + +#~ msgid "Logarithm" +#~ msgstr "Logaritmo" + +#~ msgid "Boolean NOT" +#~ msgstr "NOT booleno" + +#~ msgid "Sine" +#~ msgstr "Seno" + +#~ msgid "Hyperbolic Sine" +#~ msgstr "Seno hiperbólico" + +#~ msgid "Square Root" +#~ msgstr "Raíz cuadrada" + +#~ msgid "Tangent" +#~ msgstr "Tangente" + +#~ msgid "Hyperbolic Tangent" +#~ msgstr "Tangente hiperbólica" + +#~ msgid "" +#~ "This work is licensed under a Creative Commons Attribution-Share Alike 3.0 " +#~ "Unported License." +#~ msgstr "" +#~ "Este trabajo está licenciado bajo una Licencia Creative Commons atribución - " +#~ "compartir igual 3.0 sin soporte." #~ msgid "" #~ "When in programming mode there are buttons " diff --git a/help/eu/eu.po b/help/eu/eu.po index 0431b65..42ceae3 100644 --- a/help/eu/eu.po +++ b/help/eu/eu.po @@ -49,7 +49,7 @@ msgstr "Kalkulagailuaren eskuliburua" #: C/mate-calc.xml:27(para) msgid "User manual for the mate-calc, the MATE calculator application." -msgstr "mate-calc-en erabiltzailearen eskuliburua; MATEren kalkulatzeko aplikazioa da mate-calc." +msgstr "Gcalctool-en erabiltzailearen eskuliburua; MATEren kalkulatzeko aplikazioa da mate-calc." #: C/mate-calc.xml:33(year) msgid "2003" @@ -121,7 +121,7 @@ msgstr "2004ko abuztua" #: C/mate-calc.xml:95(revnumber) msgid "mate-calc Manual V2.7" -msgstr "mate-calc-en eskuliburua V2.7" +msgstr "Gcalctool-en eskuliburua V2.7" #: C/mate-calc.xml:96(date) msgid "February 2004" @@ -133,7 +133,7 @@ msgstr "Sun-eko MATEren dokumentazio-taldea" #: C/mate-calc.xml:103(revnumber) msgid "mate-calc Manual V2.6" -msgstr "mate-calc-en eskuliburua V2.6" +msgstr "Gcalctool-en eskuliburua V2.6" #: C/mate-calc.xml:104(date) msgid "October 2003" @@ -141,7 +141,7 @@ msgstr "2003ko urria" #: C/mate-calc.xml:112(revnumber) msgid "mate-calc Manual V2.5" -msgstr "mate-calc-en eskuliburua V2.5" +msgstr "Gcalctool-en eskuliburua V2.5" #: C/mate-calc.xml:113(date) msgid "July 2003" @@ -149,7 +149,7 @@ msgstr "2003ko uztaila" #: C/mate-calc.xml:121(revnumber) msgid "mate-calc Manual V2.4" -msgstr "mate-calc-en eskuliburua V2.4" +msgstr "Gcalctool-en eskuliburua V2.4" #: C/mate-calc.xml:122(date) msgid "June 2003" @@ -157,7 +157,7 @@ msgstr "2003ko ekaina" #: C/mate-calc.xml:130(revnumber) msgid "mate-calc Manual V2.3" -msgstr "mate-calc-en eskuliburua V2.3" +msgstr "Gcalctool-en eskuliburua V2.3" #: C/mate-calc.xml:131(date) C/mate-calc.xml:140(date) msgid "April 2003" @@ -165,11 +165,11 @@ msgstr "2003ko apirila" #: C/mate-calc.xml:139(revnumber) msgid "mate-calc Manual V2.2" -msgstr "mate-calc-en eskuliburua V2.2" +msgstr "Gcalctool-en eskuliburua V2.2" #: C/mate-calc.xml:148(revnumber) msgid "mate-calc Manual V2.1" -msgstr "mate-calc-en eskuliburua V2.1" +msgstr "Gcalctool-en eskuliburua V2.1" #: C/mate-calc.xml:149(date) C/mate-calc.xml:158(date) msgid "March 2003" @@ -177,7 +177,7 @@ msgstr "2003ko martxoa" #: C/mate-calc.xml:157(revnumber) msgid "mate-calc Manual V2.0" -msgstr "mate-calc-en eskuliburua V2.0" +msgstr "Gcalctool-en eskuliburua V2.0" #: C/mate-calc.xml:167(releaseinfo) msgid "This manual describes version 5.5.37 of Calculator." diff --git a/help/fi/fi.po b/help/fi/fi.po index 212d7bc..34415bb 100644 --- a/help/fi/fi.po +++ b/help/fi/fi.po @@ -651,7 +651,7 @@ msgid "robert.ancell@gmail.com" msgstr "robert.ancell@gmail.com" #: C/index.page:13(title) -msgid "mate-calc Help" +msgid "GCalctool Help" msgstr "Laskimen käyttöohje" #: C/index.page:16(title) @@ -821,7 +821,7 @@ msgid "Twos complement" msgstr "Kahden komplementti" #: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." +msgid "GCalctool does not support user-defined functions." msgstr "Laskin ei tue " #: C/financial.page:9(title) @@ -1177,7 +1177,7 @@ msgid "Complex Numbers" msgstr "Kompleksiluvut" #: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." +msgid "Complex numbers are not supported in GCalctool." msgstr "Kompleksiluvut eivät ole tuettuja Laskimessa." #: C/boolean.page:9(title) diff --git a/help/fr/fr.po b/help/fr/fr.po index 5eab878..48e5748 100644 --- a/help/fr/fr.po +++ b/help/fr/fr.po @@ -1,694 +1,554 @@ # French translation of mate-calc documentation. -# Copyright (C) 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 2006-2012 Free Software Foundation, Inc. # This file is distributed under the same license as the mate-calc documentation package. # # # Jonathan Ernst , 2006. # Claude Paroz , 2006-2009. # Laurent Coudeur , 2009, 2010. +# Bruno Brouard , 2012. +# msgid "" msgstr "" "Project-Id-Version: mate-calc documentation\n" -"POT-Creation-Date: 2010-08-18 20:18+0000\n" -"PO-Revision-Date: 2010-03-09 10:44+0000\n" -"Last-Translator: Laurent Coudeur \n" -"Language-Team: Français \n" +"POT-Creation-Date: 2012-03-28 00:19+0000\n" +"PO-Revision-Date: 2012-03-28 12:20+0200\n" +"Last-Translator: Bruno Brouard \n" +"Language-Team: MATE French Team \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: C/legal.xml:3(p) -msgid "" -"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported " -"License." -msgstr "" -"Cet ouvrage est sous une licence Paternité-Partage des Conditions Initiales à " -"l'Identique 3.0 Unported." - -#: C/legal.xml:6(p) -msgid "" -"As a special exception, the copyright holders give you permission to copy, " -"modify, and distribute the example code contained in this document under the " -"terms of your choosing, without restriction." +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" msgstr "" -"Par dérogation spéciale, les détenteurs des droits vous permettent de " -"copier, modifier, et distribuer les exemples de programmes contenus dans ce " -"document selon vos propres termes, sans restriction." +"Jonathan Ernst , 2006\n" +"Claude Paroz , 2006-2009\n" +"Laurent Coudeur , 2009-2010" -#: C/variables.page:9(title) -msgid "Variables" -msgstr "Variables" +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: C/variables.page:11(p) -msgid "" -"To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " -"mode. A variable name must only contain upper or lower characters." -msgstr "" -"Pour attribuer une valeur à une variable, utilisez le symbole = ou " -"choisissez la variable à assigner avec le bouton →R dans le mode avancé. Un nom de variable doit être composé " -"uniquement de lettres majuscules ou minuscules." +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Aide de GCalctool" -#: C/variables.page:16(p) -msgid "x=5" -msgstr "x=5" +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Interface utilisateur" -#: C/variables.page:19(p) -msgid "value=82" -msgstr "Valeur=82" +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Équations" -#: C/variables.page:23(p) -msgid "" -"Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." -msgstr "" -"Les variables peuvent être utilisées dans n'importe quelle équation et sont " -"remplacées par la valeur qui leur est attribuée. Les variables peuvent être " -"insérées à l'aide du bouton ←R." +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Nombres" -#: C/variables.page:28(p) -msgid "6x+3" -msgstr "6x+3" +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Conversions" -#: C/variables.page:31(p) -msgid "xy−3x+7y−21" -msgstr "xy−3x+7y−21" +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Calculs financiers" -#: C/variables.page:35(p) -msgid "The following variables are always defined." -msgstr "Les variables suivantes sont toujours définies." +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Valeurs absolues" -#: C/variables.page:40(p) -msgid "ans" -msgstr "ans" +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" +"Les valeurs absolues sont calculées en utilisant le symbole | ou la fonction abs." -#: C/variables.page:41(p) -msgid "Result of previous calculation" -msgstr "Résultat du calcul précédent" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: C/variables.page:44(p) -msgid "e" -msgstr "e" +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: C/variables.page:45(link) -msgid "Euler's Number" -msgstr "Nombre d'Euler" +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Bases numériques" -#: C/variables.page:48(p) C/keyboard.page:35(p) -msgid "π" -msgstr "π" +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" +"Pour saisir des nombres dans une base particulière, utilisez des nombres en indice. Les nombres suivants sont " +"équivalents." -#: C/variables.page:49(link) -msgid "Pi" -msgstr "Pi" +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" -#: C/variables.page:52(p) -msgid "rand" -msgstr "rand" +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: C/variables.page:53(p) -msgid "Random value in the range [0,1] (changes on each read)" -msgstr "Une valeur aléatoire comprise entre [0,1] (change à chaque lecture)" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: C/trigonometry.page:9(title) -msgid "Trigonometry" -msgstr "Trigonométrie" +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: C/trigonometry.page:11(p) +#: C/base.page:29(page/p) msgid "" -"Trigonometry can be performed using the sin, cos, and tan function." +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." msgstr "" -"La trigonométrie peut être effectuée avec les fonctions sin, cos, et tan." - -#: C/trigonometry.page:15(p) -msgid "sin 45" -msgstr "sin 45" +"Dans le mode programmation, il y a des boutons " +"pour le binaire (CtrlB), l'octal " +"(CtrlO) et l'hexadécimal " +"(CtrlH)." -#: C/trigonometry.page:19(p) +#: C/base.page:32(page/p) msgid "" -"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " -"when in scientific mode." +"To set the base that results are shown in change the result format." msgstr "" -"Les unités d'angle utilisées peuvent être modifiées depuis le menu " -"CalculatricePréférences. Les boutons " -"de trigonométrie sont visibles en Mode scientifique." +"Pour définir la base dans laquelle sont affichés les résultats, modifiez le " +"format des résultats." -#: C/trigonometry.page:23(p) +#: C/base.page:35(page/p) msgid "" -"Hyperbolic functions are available by adding \"h\" to the end of a function." +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." msgstr "" -"Les fonctions hyperboliques sont disponibles en ajoutant « h » à la fin de la " -"fonction." +"Pour changer la base du résultat actuel, utilisez un bouton de base ou " +"CtrlD pour afficher la forme décimale." -#: C/trigonometry.page:27(p) -msgid "sinh 0.34" -msgstr "sinh 0.34" +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Algèbre booléenne" -#: C/trigonometry.page:31(p) -msgid "" -"Inverse functions are entered either using the inverse symbol ⁻¹ " -"(CtrlI) or the \"a\" form of the " -"function. The following two equations are equivalent." +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." msgstr "" -"Les fonctions réciproques sont saisies soit en utilisant le symbole inverse " -"⁻¹ (CtrlI) ou avec la forme « a » de " -"la fonction. Les deux équations suivantes sont équivalentes." +"L'algèbre de Boole peut être calculé avec les opérateurs AND, OR et XOR." -#: C/trigonometry.page:36(p) -msgid "sin⁻¹ 0.5" -msgstr "sin⁻¹ 0.5" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: C/trigonometry.page:39(p) -msgid "asin 0.5" -msgstr "asin 0.5" +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Les boutons pour ces symboles sont disponibles en mode " +"programmation." -#: C/trigonometry.page:43(p) +#: C/boolean.page:22(page/p) msgid "" -"To enter π with the keyboard use " -"CtrlP." +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." msgstr "" -"Pour saisir π avec le clavier, utilisez " -"CtrlP." +"La fonction NOT inverse les bits d'un nombre. " +"La taille du mot est définie dans le menu CalculatricePréférences." -#. Place this at the end of the section -#: C/superscript.page:7(title) -msgid "_" -msgstr "_" +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: C/superscript.page:11(title) -msgid "Superscript and Subscript" -msgstr "Exposant et indice" +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Nombres complexes" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "" +"Les nombres complexes ne sont pas pris en charge par CGalctool." -#: C/superscript.page:13(p) +#: C/conv-base.page:11(page/p) msgid "" -"Some equations may require numbers to be entered in superscript or subscript " -"form. e.g." +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." msgstr "" -"Certaines équations peuvent nécessiter que des nombres soient saisis en " -"exposant ou en indice. Par exemple :" +"Pour convertir entre différentes bases, saisissez un nombre (ou faites un " +"calcul) et modifiez le format de résultat dans le menu CalculatricePréférences." -#: C/superscript.page:17(p) -msgid "x³+2x²−5" -msgstr "x³+2x²−5" +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Code de caractères" -#: C/superscript.page:21(p) +#: C/conv-character.page:11(page/p) msgid "" -"To enter superscript numbers with the mouse select the number mode using the " -"the ↑n and ↓n buttons. When one of these modes is " -"active clicking the number buttons will enter numbers in superscript or " -"subscript. To return to normal number mode click the active button." +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." msgstr "" -"Pour saisir des nombres en exposant avec la souris, sélectionnez le mode " -"numérique avec les boutons ↑n et ↓n. Lorsque l'un de " -"ces modes est actif, un clic sur les boutons des chiffres saisit les " -"chiffres en exposant ou en indice. Pour revenir au mode numérique normal, " -"cliquez sur le bouton actif." +"Dans le mode de programmation le bouton á ouvre une boîte de dialogue pour convertir des caractères en codes de " +"caractère." + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "Les caractères ne peuvent pas être convertis en utilisant le clavier." -#: C/superscript.page:26(p) +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Monnaie" + +#: C/conv-currency.page:11(page/p) msgid "" -"To enter superscript numbers with the keyboard hold down Ctrl " -"while entering the number. Hold Alt for subscript." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"Pour saisir des nombres en exposant avec le clavier, appuyez sur Ctrl pendant que vous saisissez le chiffre. Appuyez sur Alt pour " -"obtenir un indice." +"Pour convertir des monnaies, choisissez le mode " +"financier et utilisez les contrôles monétaires." -#: C/superscript.page:30(p) +#: C/conv-currency.page:14(page/p) msgid "" -"The number mode returns to normal when entering the next non-number " -"character (e.g. +)." +"You can also convert currencies using the keyboard and the in " +"operator." msgstr "" -"Le mode de saisie numérique revient à la normale quand un caractère non " -"numérique est saisi (par ex. : +)." +"Vous pouvez aussi convertir des monnaies avec le clavier et l'opérateur " +"in." -#: C/scientific.page:9(title) -msgid "Scientific Notation" -msgstr "Notation scientifique" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" -#: C/scientific.page:11(p) +#: C/conv-currency.page:23(note/p) msgid "" -"To enter numbers in scientific format use the ×10x button " -"(CtrlE). The number mode automatically changes to superscript. To enter " -"2×10¹⁰⁰, start by entering the mantissa (2):" +"Currency information is approximate and should not be used for making " +"financial decisions." msgstr "" -"Pour saisir des nombres en notation scientifique, utilisez le bouton " -"×10x (CtrlE). Le mode numérique change automatiquement en " -"exposant. Pour saisir 2×10¹⁰⁰, commencez par saisir la mantisse (2) :" +"Les informations sur les monnaies sont approximatives et ne doivent pas être " +"utilisées pour prendre des décisions financières." -#: C/scientific.page:17(p) -msgid "2" -msgstr "2" +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Longueur/Surface/Volume" -#: C/scientific.page:21(p) +#: C/conv-length.page:11(page/p) msgid "" -"Then press the scientific notation button (or press CtrlE):" +"To convert between length, area and volume units use the in " +"operator." msgstr "" -"Ensuite cliquez sur le bouton de notation scientifique (ou appuyez sur " -"CtrlE) :" +"Pour convertir des unités de longueurs, surfaces et volumes, utilisez " +"l'opérateur in." -#: C/scientific.page:25(p) -msgid "2×10" -msgstr "2×10" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 mètres in pouces" -#: C/scientific.page:29(p) -msgid "Then enter the exponent (100):" -msgstr "Ensuite saisissez l'exposant (100) :" +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: C/scientific.page:33(p) -msgid "2×10¹⁰⁰" -msgstr "2×10¹⁰⁰" +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pinte in mL" -#: C/scientific.page:37(p) -msgid "" -"To show results in scientific form change the result format." +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." msgstr "" -"Pour afficher les résultats en notation scientifique, changez le format des résultats." +"Les conversions de longueur/surface/volume doivent être effectuées avec le " +"clavier." -#: C/power.page:9(title) -msgid "Powers and Roots" -msgstr "Puissances et racines" +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Temps" -#: C/power.page:11(p) -msgid "" -"Powers are entered by putting a superscript " -"number after the value." -msgstr "" -"Les puissances sont saisies en mettant un nombre " -"en exposant après la valeur." +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Pour convertir une durée, utilisez l'opérateur in." -#: C/power.page:15(p) -msgid "5²" -msgstr "5²" +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 années in heures" -#: C/power.page:19(p) -msgid "" -"The inverse of a number can be entered using the inverse symbol ⁻¹ " -"(CtrlI)." -msgstr "" -"L'inverse d'un nombre peut être saisie en utilisant le symbole inverse ⁻¹ " -"(CtrlI)." +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Les conversions de durée doivent être effectuées avec le clavier." -#: C/power.page:23(p) -msgid "3⁻¹" -msgstr "3⁻¹" +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Masse" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Pour convertir une masse, utilisez l'opérateur in." + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1 kg in livres" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Les conversions de masses doivent être effectuées avec le clavier." + +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" -#: C/power.page:27(p) +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Équations de base" + +#: C/equation.page:13(page/p) msgid "" -"Powers can also be calculated using the ^ symbol. This allows the power to " -"be an equation." +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" msgstr "" -"Les puissances peuvent être calculées avec le symbole ^. Cela permet " -"d'inclure une équation dans une puissance." +"Les équations sont saisies sous la forme mathématique standard. Par exemple " +"pour ajouter 7 à 2, saisissez ce qui suit :" -#: C/power.page:32(p) -msgid "5^(6−2)" -msgstr "5^(6−2)" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: C/power.page:36(p) +#: C/equation.page:22(page/p) msgid "" -"If your keyboard does not have a ^ key you can use * " -"twice." +"To solve, press the = button with your mouse or the Enter key on your keyboard." msgstr "" -"Si votre clavier ne dispose pas d'une touche ^, vous pouvez " -"utiliser deux fois la touche *." +"Pour calculer, cliquez sur le bouton = ou appuyez sur la touche " +"Entrée de votre clavier." -#: C/power.page:39(p) +#: C/equation.page:25(page/p) msgid "" -"Square roots can be calculated using the symbol (CtrlR)." +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" -"Les racines carrées peuvent être calculées en utilisant la combinaison " -"(CtrlR)." +"Les calculs sont effectués dans l'ordre mathématique - les multiplications " +"et les divisions sont effectuées avant les additions et les soustractions. " +"L'équation suivante donne la valeur 1 (3×2 = 6, 7−6 = 1)." -#: C/power.page:43(p) -msgid "√2" -msgstr "√2" +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: C/power.page:47(p) +#: C/equation.page:34(page/p) msgid "" -"n-th roots can be calculated by putting a subscript number before the root sign." +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." msgstr "" -"Les racines nièmes peuvent être calculées en mettant un nombre en indice devant le signe racine." - -#: C/power.page:51(p) -msgid "₃√2" -msgstr "₃√2" - -#: C/percentage.page:9(title) -msgid "Percentages" -msgstr "Pourcentages" +"Pour modifier l'ordre des calculs, utilisez des parenthèses. L'équation " +"suivante donne la valeur 8 (7−3 = 4, 4×2 = 8)." -#: C/percentage.page:11(p) -msgid "Percentages are calculated using the % symbol." -msgstr "Les pourcentages sont calculés en utilisant le symbole %." +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: C/percentage.page:14(p) +#: C/equation.page:43(page/p) msgid "" -"When added or subtracted the percentage symbol resolves to one percent of " -"the value being added or subtracted from. The following equation calculates " -"the price of a $140 item with 15% tax (140 + (15÷100)×140)." +"To clear the display press the Clr button or Escape." msgstr "" -"Lorsqu'il est ajouté ou soustrait, le symbole de pourcentage calcule le " -"pourcentage de la valeur à laquelle il est ajouté ou soustrait. L'équation " -"suivante calcule le prix d'un objet à 140€ taxé à 15% (140 + (15÷100)×140)." +"Pour effacer l'affichage cliquez sur le bouton Clr ou appuyez sur " +"la touche Échap.." -#: C/percentage.page:19(p) -msgid "140+15%" -msgstr "140+15%" +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Factorielles" -#: C/percentage.page:23(p) +#: C/factorial.page:11(page/p) msgid "" -"In all other cases the percentage symbol resolves to a fraction out of 100. " -"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." msgstr "" -"Dans tous les autres cas le symbole de pourcentage calcule une fraction sur " -"100. L'équation suivante calcule un quart de 80 pommes ((25÷100)×80)." +"Les factorielles sont saisies grâce au symbole « ! ». Pour calculer la " +"factorielle de 6, saisissez ce qui suit." -#: C/percentage.page:28(p) -msgid "25%×80" -msgstr "25%×80" +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" -#: C/number-display.page:9(title) -msgid "Result Format" -msgstr "Format des résultats" +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Factorisation" -#: C/number-display.page:11(p) +#: C/factorize.page:11(page/p) msgid "" -"The format used to display results can be changed from the " -"CalculatorPreferences menu." +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." msgstr "" -"Le format utilisé pour afficher les résultats peut être changé avec le menu " -"CalculatricePréférences." +"Vous pouvez factoriser le nombre affiché actuellement en cliquant sur le " +"bouton fact. Ce bouton est visible dans le mode programmation." -#: C/number-display.page:16(p) -msgid "Decimal" -msgstr "Décimal" +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Fonctions financières" -#: C/number-display.page:17(p) -msgid "Results are displayed as decimal numbers" -msgstr "Les résultats sont affichés comme des nombres décimaux" +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Dans le mode financier les boutons suivants sont disponibles." -#: C/number-display.page:20(p) C/mouse.page:25(p) -msgid "Scientific" -msgstr "Scientifique" +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" -#: C/number-display.page:21(p) +#: C/financial.page:16(td/p) msgid "" -"Results are displayed in scientific notation" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." msgstr "" -"Les résultats sont affichés en notation " -"scientifique" +"Calcule le nombre de périodes composantes nécessaires à l'augmentation d'un " +"investissement d'une valeur actuelle à une valeur future, avec un taux " +"d'intérêt fixe par période de composition." -#: C/number-display.page:24(p) -msgid "Engineering" -msgstr "Ingénierie" +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" -#: C/number-display.page:25(p) +#: C/financial.page:20(td/p) msgid "" -"Results are displayed in scientific notation except the exponent is always a " -"multiple of three" -msgstr "" -"Les résultats s'affichent en notation scientifique mais l'exposant est " -"toujours un multiple de trois" - -#: C/number-display.page:28(p) -msgid "Binary" -msgstr "Binaire" - -#: C/number-display.page:29(p) -msgid "Results are displayed as binary numbers" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." msgstr "" -"Les résultats sont affichés comme des nombres binaires" +"Calcule la provision pour amortissement d'un bien pour une période donnée, à " +"l'aide de la méthode d'amortissement dégressif à taux double." -#: C/number-display.page:32(p) -msgid "Octal" -msgstr "Octal" +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" -#: C/number-display.page:33(p) -msgid "Results are displayed as octal numbers" +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." msgstr "" -"Les résultats sont affichés comme des nombres octaux" - -#: C/number-display.page:36(p) -msgid "Hexadecimal" -msgstr "Hexadécimal" +"Calcule la valeur à terme d'un investissement sur la base d'une série de " +"paiements équivalents à un taux d'intérêt périodique, sur le nombre de " +"périodes de paiement de la durée du prêt." -#: C/number-display.page:37(p) -msgid "Results are displayed as hexadecimal numbers" -msgstr "" -"Les résultats sont affichés comme des nombres " -"hexadécimaux" +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Gpm" -#: C/number-display.page:40(p) +#: C/financial.page:28(td/p) msgid "" -"The number of decimal places, if trailing zeroes and if thousands separators " -"are shown can also be configured." +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." msgstr "" -"Le nombre de décimales, le nombre de zéros après la virgule et le séparateur " -"des milliers peuvent aussi être configurés." +"Calcule le prix de vente d'un produit, basé sur le coût de production et la " +"marge brute souhaitée." -#: C/mouse.page:9(title) -msgid "Using the Mouse" -msgstr "Utilisation de la souris" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" -#: C/mouse.page:11(p) +#: C/financial.page:32(td/p) msgid "" -"All equations can be entered using the mouse. To access all buttons there " -"are a number of modes that can be selected from the View menu." +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." msgstr "" -"Toutes les équations peuvent être saisies avec la souris. Pour accéder à " -"tous les boutons, des modes peuvent être sélectionnés dans le menu " -"Affichage." +"Calcule le montant du paiement périodique d'un prêt, les paiements étant " +"faits à la fin de chaque période de paiement." -#: C/mouse.page:17(p) -msgid "Basic" -msgstr "Mode basique" +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" -#: C/mouse.page:18(p) +#: C/financial.page:36(td/p) msgid "" -"Provides buttons suitable for basic equations" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." msgstr "" -"Fournit les boutons utilisés pour les équations de " -"base" - -#: C/mouse.page:21(p) -msgid "Advanced" -msgstr "Mode avancé" +"Calcule la valeur actuelle d'un investissement en se basant sur une série de " +"paiements équivalents actualisé à un taux d'intérêt périodique sur le nombre " +"de périodes de paiement de la durée du prêt." -#: C/mouse.page:22(p) -msgid "Provides buttons suitable for advanced mathematics" -msgstr "Fournit les boutons utilisés pour les mathématiques avancés" +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Taux" -#: C/mouse.page:26(p) +#: C/financial.page:40(td/p) msgid "" -"Provides buttons suitable for trigonometry" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." msgstr "" -"Fournit les boutons utilisés pour la trigonométrie" +"Calcule l'intérêt périodique nécessaire à accroître un investissement à une " +"valeur future, sur un nombre de périodes de la durée du prêt." -#: C/mouse.page:29(p) -msgid "Financial" -msgstr "Mode financier" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" -#: C/mouse.page:30(p) +#: C/financial.page:44(td/p) msgid "" -"Provides buttons suitable for financial equations" +"Calculate the straight-line depreciation of an asset for one period. 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." msgstr "" -"Fournit les boutons utilisés pour les équations " -"financières" - -#: C/mouse.page:33(p) -msgid "Programming" -msgstr "Mode programmation" - -#: C/mouse.page:34(p) -msgid "Provides buttons suitable for computer programmers" -msgstr "Fournit les boutons utilisés pour les programmeurs" - -#: C/modulus.page:9(title) -msgid "Modulus Division" -msgstr "Division euclidienne" - -#: C/modulus.page:11(p) -msgid "Modulus division is performed using the mod operator." -msgstr "La division euclidienne est effectuée avec l'opérateur mod." - -#: C/modulus.page:15(p) -msgid "9 mod 5" -msgstr "9 mod 5" - -#: C/logarithm.page:9(title) -msgid "Logarithms" -msgstr "Logarithmes" - -#: C/logarithm.page:11(p) -msgid "" -"Logarithms can be calculated using the log function." -msgstr "" -"Les logarithmes peuvent être calculées avec la fonction log." +"Calcule l'amortissement linéaire d'un bien sur une période donnée. La " +"méthode d'amortissement linéaire divise le coût amortissable de manière " +"égale sur toute la durée de vie utile du bien. La vie utile est le nombre de " +"périodes, généralement des années, sur lequel un bien est amorti." -#: C/logarithm.page:15(p) -msgid "log 100" -msgstr "log 100" +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" -#: C/logarithm.page:19(p) +#: C/financial.page:48(td/p) msgid "" -"To calculate a logarithm in a different base use a subscript number after the function." +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." msgstr "" -"Pour calculer un logarithme dans une autre base, utilisez un nombre en indice après la fonction." - -#: C/logarithm.page:23(p) -msgid "log₂ 32" -msgstr "log₂ 32" - -#: C/logarithm.page:27(p) -msgid "To calculate a natural logarithm use the ln function." -msgstr "Pour calculer le logarithme népérien utilisez la fonction ln." +"Calcule la provision pour amortissement d'un bien sur une période donnée, à " +"l'aide de la méthode de l'amortissement proportionnel à l'ordre numérique " +"inversé des années. Cette méthode d'amortissement accélère le taux " +"d'amortissement, de telle sorte que la dotation aux amortissements des " +"périodes initiales est plus élevée que celle des dernières périodes. La vie " +"utile est le nombre de périodes, généralement des années, sur lequel un bien " +"est amorti." -#: C/logarithm.page:31(p) -msgid "ln 1.32" -msgstr "ln 1,32" +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Échéance" -#: C/logarithm.page:35(p) +#: C/financial.page:52(td/p) msgid "" -"Euler's number can be entered by using the variable e." +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" -"Le nombre d'Euler peut être saisi en utilisant la variable e." - -#: C/logarithm.page:39(p) -msgid "e^1.32" -msgstr "e^1,32" - -#: C/keyboard.page:9(title) -msgid "Using the Keyboard" -msgstr "Utilisation du clavier" +"Calcule le nombre de périodes de paiement nécessaires avec un versement en " +"fin d'annuité pour obtenir une valeur future, à un taux d'intérêt périodique." -#: C/keyboard.page:11(p) -msgid "All mathematical equations can be entered using the keyboard." +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." msgstr "" -"Toutes les équations mathématiques peuvent être saisies en utilisant le " +"Les fonctions financières ne peuvent pas être utilisées en utilisant le " "clavier." -#: C/keyboard.page:14(p) -msgid "" -"The following key combinations can be used to enter keys that may not be " -"available on your keyboard." -msgstr "" -"Les combinaisons de touches suivantes peuvent être utilisées pour saisir des " -"touches qui ne sont pas disponibles sur votre clavier." - -#: C/keyboard.page:19(p) -msgid "×" -msgstr "×" - -#: C/keyboard.page:20(key) -msgid "*" -msgstr "*" - -#: C/keyboard.page:23(p) -msgid "÷" -msgstr "÷" - -#: C/keyboard.page:24(key) -msgid "/" -msgstr "/" - -#: C/keyboard.page:27(p) -msgid "^" -msgstr "^" - -#: C/keyboard.page:28(p) -msgid "* twice" -msgstr "double *" - -#: C/keyboard.page:31(p) -msgid "√" -msgstr "√" - -#: C/keyboard.page:32(key) C/keyboard.page:36(key) -msgid "Ctrl" -msgstr "Ctrl" - -#: C/keyboard.page:32(key) -msgid "R" -msgstr "R" - -#: C/keyboard.page:36(key) -msgid "P" -msgstr "P" - -#: C/keyboard.page:39(p) -msgid "" -"To enter superscript numbers use " -"Ctrlnumber, for subscript use Altnumber." -msgstr "" -"Pour saisir les exposants, utilisez " -"Ctrlnombre, pour un indice, utilisez " -"Altnombre." - -#: C/index.page:7(name) -msgid "Robert Ancell" -msgstr "Robert Ancell" - -#: C/index.page:8(email) -msgid "robert.ancell@gmail.com" -msgstr "robert.ancell@gmail.com" - -#: C/index.page:13(title) -msgid "mate-calc Help" -msgstr "Aide de mate-calc" - -#: C/index.page:16(title) -msgid "User Interface" -msgstr "Interface utilisateur" - -#: C/index.page:20(title) -msgid "Equations" -msgstr "Équations" - -#: C/index.page:24(title) -msgid "Numbers" -msgstr "Nombres" - -#: C/index.page:28(title) -msgid "Conversions" -msgstr "Conversions" - -#: C/index.page:32(title) -msgid "Financial Calculations" -msgstr "Calculs financiers" - -#: C/functions.page:9(title) +#: C/functions.page:9(page/title) msgid "Functions" msgstr "Fonctions" -#: C/functions.page:11(p) +#: C/functions.page:11(page/p) msgid "" "Functions can be used by inserting the name of the function followed by the " "function argument. If the argument is not a number or variable alors utilisez des parenthèses autour de " "l'argument." -#: C/functions.page:16(p) +#: C/functions.page:16(example/p) msgid "sin 30" msgstr "sin 30" -#: C/functions.page:19(p) +#: C/functions.page:19(example/p) msgid "abs (5−9)" msgstr "abs (5−9)" -#: C/functions.page:23(p) +#: C/functions.page:23(page/p) msgid "The following functions are defined." msgstr "Les fonctions suivantes sont définies." -#: C/functions.page:28(p) +#: C/functions.page:28(td/p) msgid "abs" msgstr "abs" -#: C/functions.page:29(link) -msgid "Absolute Value" -msgstr "Valeur absolue" +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Valeur absolue" -#: C/functions.page:32(p) +#: C/functions.page:32(td/p) msgid "cos" msgstr "cos" -#: C/functions.page:33(link) -msgid "Cosine" -msgstr "Cosinus" +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Cosinus" -#: C/functions.page:36(p) +#: C/functions.page:36(td/p) msgid "cosh" msgstr "cosh" -#: C/functions.page:37(link) -msgid "Hyperbolic Cosine" -msgstr "Cosinus hyperbolique" +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Cosinus hyperbolique" -#: C/functions.page:40(p) +#: C/functions.page:40(td/p) msgid "frac" msgstr "frac" -#: C/functions.page:41(p) +#: C/functions.page:41(td/p) msgid "Fractional Component" msgstr "Partie fractionnaire" -#: C/functions.page:44(p) +#: C/functions.page:44(td/p) msgid "int" msgstr "int" -#: C/functions.page:45(p) +#: C/functions.page:45(td/p) msgid "Integer Component" msgstr "Partie entière" -#: C/functions.page:48(p) +#: C/functions.page:48(td/p) msgid "ln" msgstr "ln" -#: C/functions.page:49(link) -msgid "Natural Logarithm" -msgstr "Logarithme népérien" +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Logarithme népérien" -#: C/functions.page:52(p) +#: C/functions.page:52(td/p) msgid "log" msgstr "log" -#: C/functions.page:53(link) -msgid "Logarithm" -msgstr "Logarithme" +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logarithme" -#: C/functions.page:56(p) +#: C/functions.page:56(td/p) msgid "not" msgstr "not" -#: C/functions.page:57(link) -msgid "Boolean NOT" -msgstr "NON booléen" +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "NOT booléen" -#: C/functions.page:60(p) +#: C/functions.page:60(td/p) msgid "ones" msgstr "ones" -#: C/functions.page:61(p) +#: C/functions.page:61(td/p) msgid "Ones complement" msgstr "Complément à un" -#: C/functions.page:64(p) +#: C/functions.page:64(td/p) msgid "sin" msgstr "sin" -#: C/functions.page:65(link) -msgid "Sine" -msgstr "Sinus" +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Sinus" -#: C/functions.page:68(p) +#: C/functions.page:68(td/p) msgid "sinh" msgstr "sinh" -#: C/functions.page:69(link) -msgid "Hyperbolic Sine" -msgstr "Sinus hyperbolique" +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Sinus hyperbolique" -#: C/functions.page:72(p) +#: C/functions.page:72(td/p) msgid "sqrt" msgstr "√" -#: C/functions.page:73(link) -msgid "Square Root" -msgstr "Racine carrée" +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Racine carrée" -#: C/functions.page:76(p) +#: C/functions.page:76(td/p) msgid "tan" msgstr "tan" -#: C/functions.page:77(link) -msgid "Tangent" -msgstr "Tangente" +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangente" -#: C/functions.page:80(p) +#: C/functions.page:80(td/p) msgid "tanh" msgstr "tanh" -#: C/functions.page:81(link) -msgid "Hyperbolic Tangent" -msgstr "Tangente hyperbolique" +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Tangente hyperbolique" # complément à deux -#: C/functions.page:84(p) +#: C/functions.page:84(td/p) msgid "twos" msgstr "twos" -#: C/functions.page:85(p) +#: C/functions.page:85(td/p) msgid "Twos complement" msgstr "Complément à deux" -#: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." msgstr "" -"mate-calc ne prend pas en charge les fonctions définies par " +"GCalctool ne prend pas en charge les fonctions définies par " "l'utilisateur." -#: C/financial.page:9(title) -msgid "Financial Functions" -msgstr "Fonctions financières" +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Utilisation du clavier" -#: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." msgstr "" -"Dans le mode financier les boutons " -"suivants sont disponibles." - -#: C/financial.page:15(p) -msgid "Ctrm" -msgstr "Ctrm" +"Toutes les équations mathématiques peuvent être saisies en utilisant le " +"clavier." -#: C/financial.page:16(p) +#: C/keyboard.page:14(page/p) msgid "" -"Calculate the number of compounding periods necessary to increase an " -"investment of present value to a future value, at a fixed interest rate per " -"compounding period." +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." msgstr "" -"Calcule le nombre de périodes composantes nécessaires à l'augmentation d'un " -"investissement d'une valeur actuelle à une valeur future, avec un taux " -"d'intérêt fixe par période de composition." +"Les combinaisons de touches suivantes peuvent être utilisées pour saisir des " +"touches qui ne sont pas disponibles sur votre clavier." -#: C/financial.page:19(p) -msgid "Ddb" -msgstr "Ddb" +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" -#: C/financial.page:20(p) -msgid "" -"Calculate the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "" -"Calcule la provision pour amortissement d'un bien pour une période donnée, à " -"l'aide de la méthode d'amortissement dégressif à taux double." +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" -#: C/financial.page:23(p) -msgid "Fv" -msgstr "Fv" +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" -#: C/financial.page:24(p) -msgid "" -"Calculate the future value of an investment based on a series of equal " -"payments at a periodic interest rate over the number of payment periods in " -"the term." -msgstr "" -"Calcule la valeur à terme d'un investissement sur la base d'une série de " -"paiements équivalents à un taux d'intérêt périodique, sur le nombre de " -"périodes de paiement de la durée du prêt." +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" -#: C/financial.page:27(p) -msgid "Gpm" -msgstr "Gpm" +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" -#: C/financial.page:28(p) -msgid "" -"Calculate the resale price of a product, based on the product cost and the " -"wanted gross profit margin." -msgstr "" -"Calcule le prix de vente d'un produit, basé sur le coût de production et la " -"marge brute souhaitée." +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "double *" -#: C/financial.page:31(p) -msgid "Pmt" -msgstr "Pmt" +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" -#: C/financial.page:32(p) -msgid "" -"Calculate the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "" -"Calcule le montant du paiement périodique d'un prêt, les paiements étant " -"faits à la fin de chaque période de paiement." +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" -#: C/financial.page:35(p) -msgid "Pv" -msgstr "Pv" +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" -#: C/financial.page:36(p) +#: C/keyboard.page:39(page/p) msgid "" -"Calculate the present value of an investment based on a series of equal " -"payments discounted at a periodic interest rate over the number of payment " -"periods in the term." +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." msgstr "" -"Calcule la valeur actuelle d'un investissement en se basant sur une série de " -"paiements équivalents actualisé à un taux d'intérêt périodique sur le nombre " -"de périodes de paiement de la durée du prêt." +"Pour saisir les exposants, utilisez " +"Ctrlnombre, pour un indice, utilisez " +"Altnombre." -#: C/financial.page:39(p) -msgid "Rate" -msgstr "Taux" +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "" +"Creative Commons Paternité-Partage des Conditions Initiales à l'Identique " +"3.0 Unported" + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Ce travail est sous <_:link-1/>." -#: C/financial.page:40(p) +#: C/legal.xml:6(license/p) msgid "" -"Calculate the periodic interest necessary to increase an investment to a " -"future value, over the number of compounding periods." +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." msgstr "" -"Calcule l'intérêt périodique nécessaire à accroître un investissement à une " -"valeur future, sur un nombre de périodes de la durée du prêt." +"Exceptionnellement, les propriétaires du copyright vous donnent la " +"permission de copier, modifier et distribuer le code exemple contenu dans ce " +"document sous les termes de votre choix, sans restriction." -#: C/financial.page:43(p) -msgid "Sln" -msgstr "Sln" +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logarithmes" -#: C/financial.page:44(p) +#: C/logarithm.page:11(page/p) msgid "" -"Calculate the straight-line depreciation of an asset for one period. 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." +"Logarithms can be calculated using the log function." msgstr "" -"Calcule l'amortissement linéaire d'un bien sur une période donnée. La " -"méthode d'amortissement linéaire divise le coût amortissable de manière " -"égale sur toute la durée de vie utile du bien. La vie utile est le nombre de " -"périodes, généralement des années, sur lequel un bien est amorti." +"Les logarithmes peuvent être calculées avec la fonction log." -#: C/financial.page:47(p) -msgid "Syd" -msgstr "Syd" +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" -#: C/financial.page:48(p) +#: C/logarithm.page:19(page/p) msgid "" -"Calculate 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. The useful life is the number " -"of periods, typically years, over which an asset is depreciated." +"To calculate a logarithm in a different base use a subscript number after the function." msgstr "" -"Calcule la provision pour amortissement d'un bien sur une période donnée, à " -"l'aide de la méthode de l'amortissement proportionnel à l'ordre numérique " -"inversé des années. Cette méthode d'amortissement accélère le taux " -"d'amortissement, de telle sorte que la dotation aux amortissements des " -"périodes initiales est plus élevée que celle des dernières périodes. La vie " -"utile est le nombre de périodes, généralement des années, sur lequel un bien " -"est amorti." +"Pour calculer un logarithme dans une autre base, utilisez un nombre en indice après la fonction." -#: C/financial.page:51(p) -msgid "Term" -msgstr "Échéance" +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" + +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Pour calculer le logarithme népérien utilisez la fonction ln." -#: C/financial.page:52(p) +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1,32" + +#: C/logarithm.page:35(page/p) msgid "" -"Calculate the number of payment periods that are necessary during the term " -"of an ordinary annuity, to accumulate a future value, at a periodic interest " -"rate." +"Euler's number can be entered by using the variable e." msgstr "" -"Calcule le nombre de périodes de paiement nécessaires avec un versement en " -"fin d'annuité pour obtenir une valeur future, à un taux d'intérêt périodique." +"Le nombre d'Euler peut être saisi en utilisant la variable e." -#: C/financial.page:56(p) -msgid "Financial functions cannot be performed using the keyboard." -msgstr "" -"Les fonctions financières ne peuvent pas être utilisées en utilisant le " -"clavier." +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1,32" -#: C/factorize.page:9(title) -msgid "Factorization" -msgstr "Factorisation" +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Division euclidienne" + +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "La division euclidienne est effectuée avec l'opérateur mod." + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Utilisation de la souris" -#: C/factorize.page:11(p) +#: C/mouse.page:11(page/p) msgid "" -"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " -"mode." +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the Mode menu." msgstr "" -"Vous pouvez factoriser le nombre affiché actuellement en cliquant sur le " -"bouton fact. Ce bouton est visible dans le mode programmation." +"Toutes les équations peuvent être saisies avec la souris. Pour accéder à " +"tous les boutons, des modes peuvent être sélectionnés dans le menu " +"Mode." -#: C/factorial.page:9(title) -msgid "Factorials" -msgstr "Factorielles" +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Mode basique" -#: C/factorial.page:11(p) +#: C/mouse.page:18(td/p) msgid "" -"Factorials are entered using the ! symbol. To calculate the factorial of 6 " -"enter the following." +"Provides buttons suitable for basic equations" msgstr "" -"Les factorielles sont saisies grâce au symbole « ! ». Pour calculer la " -"factorielle de 6, saisissez ce qui suit." +"Fournit les boutons utilisés pour les équations de " +"base" -#: C/factorial.page:16(p) -msgid "6!" -msgstr "6!" +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Mode avancé" -#. Place this at the start of the section -#: C/equation.page:7(title) -msgid "0" -msgstr "0" +#: C/mouse.page:22(td/p) +msgid "" +"Provides buttons suitable for advanced mathematics such as " +msgstr "Fournit les boutons utilisés pour les mathématiques avancés tels que " +"" -#: C/equation.page:11(title) -msgid "Basic Equations" -msgstr "Équations de base" +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Mode financier" -#: C/equation.page:13(p) +#: C/mouse.page:26(td/p) msgid "" -"Equations are entered in standard mathematical form. For example to add 7 " -"and 2 enter the following:" +"Provides buttons suitable for financial equations" msgstr "" -"Les équations sont saisies sous la forme mathématique standard. Par exemple " -"pour ajouter 7 à 2, saisissez ce qui suit :" +"Fournit les boutons utilisés pour les équations " +"financières" -#: C/equation.page:18(p) -msgid "7+2" -msgstr "7+2" +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Mode programmation" -#: C/equation.page:22(p) -msgid "" -"To solve, press the = button with your mouse or the Enter key on your keyboard." -msgstr "" -"Pour calculer, cliquez sur le bouton = ou appuyez sur la touche " -"Entrée de votre clavier." +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Fournit les boutons utilisés pour les programmeurs" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Format des résultats" -#: C/equation.page:25(p) +#: C/number-display.page:11(page/p) msgid "" -"Calculations are performed in mathematical order - multiplication and " -"division are performed before addition and subtraction. The following " -"equation solves to 1 (3×2 = 6, 7−6 = 1)." +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" -"Les calculs sont effectués dans l'ordre mathématique - les multiplications " -"et les divisions sont effectuées avant les additions et les soustractions. " -"L'équation suivante donne la valeur 1 (3×2 = 6, 7−6 = 1)." +"Le format utilisé pour afficher les résultats peut être changé avec le menu " +"CalculatricePréférences." -#: C/equation.page:30(p) -msgid "7−3×2" -msgstr "7−3×2" +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Décimal" -#: C/equation.page:34(p) +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Les résultats sont affichés comme des nombres décimaux" + +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Scientifique" + +#: C/number-display.page:21(td/p) msgid "" -"To change the order of calculation use parenthesis. The following equation " -"solves to 8 (7−3 = 4, 4×2 = 8)." +"Results are displayed in scientific notation" msgstr "" -"Pour modifier l'ordre des calculs, utilisez des parenthèses. L'équation " -"suivante donne la valeur 8 (7−3 = 4, 4×2 = 8)." +"Les résultats sont affichés en notation " +"scientifique" -#: C/equation.page:39(p) -msgid "(7−3)×2" -msgstr "(7−3)×2" +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Ingénierie" -#: C/equation.page:43(p) +#: C/number-display.page:25(td/p) msgid "" -"To clear the display press the Clr button or Escape." +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" msgstr "" -"Pour effacer l'affichage cliquez sur le bouton Clr ou appuyez sur " -"la touche Échap.." +"Les résultats s'affichent en notation scientifique mais l'exposant est " +"toujours un multiple de trois" -#: C/conv-weight.page:9(title) -msgid "Mass" -msgstr "Masse" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binaire" -#: C/conv-weight.page:11(p) -msgid "To convert between mass use the in operator." -msgstr "Pour convertir une masse, utilisez l'opérateur in." +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "" +"Les résultats sont affichés comme des nombres binaires" -#: C/conv-weight.page:15(p) -msgid "1kg in pounds" -msgstr "1 kg in livres" +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Octal" -#: C/conv-weight.page:20(p) -msgid "Mass conversions must be performed using the keyboard." -msgstr "Les conversions de masses doivent être effectuées avec le clavier." +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "" +"Les résultats sont affichés comme des nombres octaux" -#: C/conv-time.page:9(title) -msgid "Time" -msgstr "Temps" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Hexadécimal" -#: C/conv-time.page:11(p) -msgid "To convert between time use the in operator." -msgstr "Pour convertir une durée, utilisez l'opérateur in." +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" +"Les résultats sont affichés comme des nombres " +"hexadécimaux" -#: C/conv-time.page:15(p) -msgid "3 years in hours" -msgstr "3 années in heures" +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" +"Le nombre de décimales, le nombre de zéros après la virgule et le séparateur " +"des milliers peuvent aussi être configurés." -#: C/conv-time.page:20(p) -msgid "Time conversions must be performed using the keyboard." -msgstr "Les conversions de durée doivent être effectuées avec le clavier." +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Pourcentages" -#: C/conv-length.page:9(title) -msgid "Length/Area/Volume" -msgstr "Longueur/Surface/Volume" +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Les pourcentages sont calculés en utilisant le symbole %." -#: C/conv-length.page:11(p) +#: C/percentage.page:14(page/p) msgid "" -"To convert between length, area and volume units use the in " -"operator." +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" -"Pour convertir des unités de longueurs, surfaces et volumes, utilisez " -"l'opérateur in." +"Lorsqu'il est ajouté ou soustrait, le symbole de pourcentage calcule le " +"pourcentage de la valeur à laquelle il est ajouté ou soustrait. L'équation " +"suivante calcule le prix d'un objet à 140€ taxé à 15% (140 + (15÷100)×140)." -#: C/conv-length.page:15(p) -msgid "6 meters in inches" -msgstr "6 mètres in pouces" +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" -#: C/conv-length.page:18(p) -msgid "1 acre in cm²" -msgstr "1 acre in cm²" +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "" +"Dans tous les autres cas le symbole de pourcentage calcule une fraction sur " +"100. L'équation suivante calcule un quart de 80 pommes ((25÷100)×80)." -#: C/conv-length.page:21(p) -msgid "1 pint in mL" -msgstr "1 pinte in mL" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#: C/conv-length.page:26(p) -msgid "Length/Area/Volume conversions must be performed using the keyboard." +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Puissances et racines" + +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." msgstr "" -"Les conversions de longueur/surface/volume doivent être effectuées avec le " -"clavier." +"Les puissances sont saisies en mettant un nombre " +"en exposant après la valeur." -#: C/conv-currency.page:9(title) -msgid "Currency" -msgstr "Monnaie" +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" -#: C/conv-currency.page:11(p) +#: C/power.page:19(page/p) msgid "" -"To convert currencies press the ¤$€ button in financial mode." +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"Pour convertir des monnaies, appuyez sur le bouton ¤$€ dans le " -"mode financier." +"L'inverse d'un nombre peut être saisie en utilisant le symbole inverse ⁻¹ " +"(CtrlI)." + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: C/conv-currency.page:14(p) +#: C/power.page:27(page/p) msgid "" -"You can also convert currencies using the keyboard and the in " -"operator." +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." msgstr "" -"Vous pouvez aussi convertir des monnaies avec le clavier et l'opérateur " -"in." +"Les puissances peuvent être calculées avec le symbole ^. Cela permet " +"d'inclure une équation dans une puissance." -#: C/conv-currency.page:18(p) -msgid "13.65 USD in GBP" -msgstr "13.65 USD in GBP" +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: C/conv-currency.page:23(p) +#: C/power.page:36(page/p) msgid "" -"Currency information is approximate and should not be used for making " -"financial decisions." +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -"Les informations sur les monnaies sont approximatives et ne doivent pas être " -"utilisées pour prendre des décisions financières." +"Si votre clavier ne dispose pas d'une touche ^, vous pouvez " +"utiliser deux fois la touche *." -#: C/conv-character.page:9(title) -msgid "Character Codes" -msgstr "Code de caractères" +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "" +"Les racines carrées peuvent être calculées en utilisant la combinaison " +"(CtrlR)." -#: C/conv-character.page:11(p) +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" + +#: C/power.page:47(page/p) msgid "" -"When in programming mode the á button " -"opens a dialog to convert characters to character codes." +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -"Dans le mode de programmation le bouton á ouvre une boîte de dialogue pour convertir des caractères en codes de " -"caractère." +"Les racines nièmes peuvent être calculées en mettant un nombre en indice devant le signe racine." -#: C/conv-character.page:15(p) -msgid "Characters cannot be converted using the keyboard." -msgstr "Les caractères ne peuvent pas être convertis en utilisant le clavier." +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" -#: C/conv-base.page:9(title) C/base.page:9(title) -msgid "Number Bases" -msgstr "Bases numériques" +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Notation scientifique" -#: C/conv-base.page:11(p) +#: C/scientific.page:11(page/p) msgid "" -"To convert between number bases enter a number (or solve an equation) and " -"change the result format from the " -"CalculatorPreferences menu." +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" msgstr "" -"Pour convertir entre différentes bases, saisissez un nombre (ou faites un " -"calcul) et modifiez le format de résultat dans le menu CalculatricePréférences." +"Pour saisir des nombres en notation scientifique, utilisez le bouton " +"×10x (CtrlE). Le mode numérique change automatiquement en " +"exposant. Pour saisir 2×10¹⁰⁰, commencez par saisir la mantisse (2) :" -#: C/complex.page:9(title) -msgid "Complex Numbers" -msgstr "Nombres complexes" +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" msgstr "" -"Les nombres complexes ne sont pas pris en charge par CGalctool." +"Ensuite cliquez sur le bouton de notation scientifique (ou appuyez sur " +"CtrlE) :" -#: C/boolean.page:9(title) -msgid "Boolean Algebra" -msgstr "Algèbre booléenne" +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" -#: C/boolean.page:11(p) -msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Ensuite saisissez l'exposant (100) :" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" + +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." msgstr "" -"L'algèbre de Boole peut être calculé avec les opérateurs AND, OR et XOR." +"Pour afficher les résultats en notation scientifique, changez le format des résultats." -#: C/boolean.page:15(p) -msgid "010011₂ AND 110101₂" -msgstr "010011₂ AND 110101₂" +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" + +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Exposant et indice" -#: C/boolean.page:19(p) +#: C/superscript.page:13(page/p) msgid "" -"Buttons for these symbols are available in programming " -"mode." +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." msgstr "" -"Les boutons pour ces symboles sont disponibles en mode " -"programmation." +"Certaines équations peuvent nécessiter que des nombres soient saisis en " +"exposant ou en indice. Par exemple :" -#: C/boolean.page:22(p) +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" + +#: C/superscript.page:21(page/p) msgid "" -"The NOT function inverts the bits in a " -"number. The word size is set from the CalculatorPreferences menu." +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." msgstr "" -"La fonction NOT inverse les bits d'un nombre. " -"La taille du mot est définie dans le menu CalculatricePréférences." +"Pour saisir des nombres en exposant avec la souris, sélectionnez le mode " +"numérique avec les boutons ↑n et ↓n. Lorsque l'un de " +"ces modes est actif, un clic sur les boutons des chiffres saisit les " +"chiffres en exposant ou en indice. Pour revenir au mode numérique normal, " +"cliquez sur le bouton actif." -#: C/boolean.page:27(p) -msgid "NOT 010011₂" -msgstr "NOT 010011₂" +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" +"Pour saisir des nombres en exposant avec le clavier, appuyez sur Ctrl pendant que vous saisissez le chiffre. Appuyez sur Alt pour " +"obtenir un indice." -#: C/base.page:11(p) +#: C/superscript.page:30(page/p) msgid "" -"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." msgstr "" -"Pour saisir des nombres dans une base particulière, utilisez des nombres en indice. Les nombres suivants sont " -"équivalents." +"Le mode de saisie numérique revient à la normale quand un caractère non " +"numérique est saisi (par ex. : +)." -#: C/base.page:16(p) -msgid "1001011₂" -msgstr "1001011₂" +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonométrie" -#: C/base.page:19(p) -msgid "113₈" -msgstr "113₈" +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "" +"La trigonométrie peut être effectuée avec les fonctions sin, cos, et tan." -#: C/base.page:22(p) -msgid "75" -msgstr "75" +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" -#: C/base.page:25(p) -msgid "4B₁₆" -msgstr "4B₁₆" +#: C/trigonometry.page:19(page/p) +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in Advanced mode." +msgstr "" +"Les unités d'angle utilisées peuvent être modifiées depuis le menu " +"CalculatricePréférences. Les boutons " +"de trigonométrie sont visibles en Mode avancé." -#: C/base.page:29(p) +#: C/trigonometry.page:23(page/p) msgid "" -"When in programming mode there are buttons for " -"binary (CtrlB), octal " -"(CtrlO) and hexadecimal " -"(CtrlH)." +"Hyperbolic functions are available by adding \"h\" to the end of a function." msgstr "" -"Dans le mode programmation, il y a des boutons " -"pour le binaire (CtrlB), l'octal " -"(CtrlO) et l'hexadécimal " -"(CtrlH)." +"Les fonctions hyperboliques sont disponibles en ajoutant « h » à la fin de la " +"fonction." + +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" -#: C/base.page:32(p) +#: C/trigonometry.page:31(page/p) msgid "" -"To set the base that results are shown in change the result format." +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." msgstr "" -"Pour définir la base dans laquelle sont affichés les résultats, modifiez le " -"format des résultats." +"Les fonctions réciproques sont saisies soit en utilisant le symbole inverse " +"⁻¹ (CtrlI) ou avec la forme « a » de " +"la fonction. Les deux équations suivantes sont équivalentes." -#: C/base.page:35(p) +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" + +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" + +#: C/trigonometry.page:43(page/p) msgid "" -"To change the base of the current result use a base button or " -"CtrlD to show in decimal form." +"To enter π with the keyboard use " +"CtrlP." msgstr "" -"Pour changer la base du résultat actuel, utilisez un bouton de base ou " -"CtrlD pour afficher la forme décimale." +"Pour saisir π avec le clavier, utilisez " +"CtrlP." -#: C/absolute.page:9(title) -msgid "Absolute Values" -msgstr "Valeurs absolues" +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Variables" -#: C/absolute.page:11(p) +#: C/variables.page:11(page/p) msgid "" -"Absolute values are calculated using the | symbol or abs function." +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." msgstr "" -"Les valeurs absolues sont calculées en utilisant le symbole | ou la fonction abs." +"Pour attribuer une valeur à une variable, utilisez le symbole = ou " +"choisissez la variable à assigner avec le bouton x dans le mode avancé. Un nom de variable doit être composé " +"uniquement de lettres majuscules ou minuscules." -#: C/absolute.page:15(p) -msgid "|−1|" -msgstr "|−1|" +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#: C/absolute.page:18(p) -msgid "abs (−1)" -msgstr "abs (−1)" +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "Valeur=82" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/index.page:0(None) -msgid "translator-credits" +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." msgstr "" -"Jonathan Ernst , 2006\n" -"Claude Paroz , 2006-2009\n" -"Laurent Coudeur , 2009-2010" +"Les variables peuvent être utilisées dans n'importe quelle équation et sont " +"remplacées par la valeur qui leur est attribuée. Les variables peuvent être " +"insérées à l'aide du bouton x." + +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" + +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" + +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Les variables suivantes sont toujours définies." + +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" + +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Résultat du calcul précédent" + +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Nombre d'Euler" + +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Une valeur aléatoire comprise entre [0,1] (change à chaque lecture)" + diff --git a/help/gl/gl.po b/help/gl/gl.po index 271e66e..50ec4ca 100644 --- a/help/gl/gl.po +++ b/help/gl/gl.po @@ -1,49 +1,29 @@ -# Galician translation for mate-calc. -# Copyright (C) 2010 mate-calc's COPYRIGHT HOLDER -# This file is distributed under the same license as the mate-calc package. +# Galician translation for cheese. +# Copyright (C) 2011 cheese's COPYRIGHT HOLDER +# This file is distributed under the same license as the cheese package. # FIRST AUTHOR , YEAR. -# Fran Dieguez , 2010. +# Fran Dieguez , 2011. # msgid "" msgstr "" -"Project-Id-Version: mate-calc master\n" -"POT-Creation-Date: 2010-08-27 16:02+0000\n" -"PO-Revision-Date: 2010-08-28 19:26+0200\n" -"Last-Translator: Fran Dieguez \n" -"Language-Team: Galician \n" +"Project-Id-Version: cheese master\n" +"POT-Creation-Date: 2011-09-15 23:20+0000\n" +"PO-Revision-Date: 2011-09-18 03:11+0200\n" +"Last-Translator: Fran Dieguez \n" +"Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -#: C/legal.xml:3(p) -msgid "" -"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported " -"License." -msgstr "" -"Este traballo ten a licenza Creative Commons Atribución Compartir igual 3.0 de Estado " -"Unidos." - -#: C/legal.xml:6(p) -msgid "" -"As a special exception, the copyright holders give you permission to copy, " -"modify, and distribute the example code contained in this document under the " -"terms of your choosing, without restriction." -msgstr "" -"Como unha excepción especial, os propietarios do copyright danlle permiso " -"para copiar, modificar e distribuír o código de exemplo contido neste " -"documento baixo os termos da súa elección, sen restricións." - #: C/variables.page:9(title) msgid "Variables" -msgstr "Variábeis" +msgstr "Variábeis" #: C/variables.page:11(p) msgid "" "To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " +"assign to with the x button in advanced " "mode. A variable name must only contain upper or lower characters." msgstr "" @@ -58,12 +38,12 @@ msgstr "value=82" #: C/variables.page:23(p) msgid "" "Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." +"value. Variables can be inserted using the x button." msgstr "" #: C/variables.page:28(p) msgid "6x+3" -msgstr "6x+3" +msgstr "" #: C/variables.page:31(p) msgid "xy−3x+7y−21" @@ -79,7 +59,7 @@ msgstr "ans" #: C/variables.page:41(p) msgid "Result of previous calculation" -msgstr "Resultado do cálculo anterior" +msgstr "Resultado do cálculo anterior" #: C/variables.page:44(p) msgid "e" @@ -87,7 +67,7 @@ msgstr "e" #: C/variables.page:45(link) msgid "Euler's Number" -msgstr "Número de Euler" +msgstr "Número de Euler" #: C/variables.page:48(p) C/keyboard.page:35(p) msgid "π" @@ -107,14 +87,14 @@ msgstr "Valor aleatorio no rango [0,1] (cambia en cada lectura)" #: C/trigonometry.page:9(title) msgid "Trigonometry" -msgstr "Trigonometría" +msgstr "" #: C/trigonometry.page:11(p) msgid "" "Trigonometry can be performed using the sin, cos, and tan function." msgstr "" -"A trigonometría pódese realizar usando as funciónsfuncións sen, cos e tan." #: C/trigonometry.page:15(p) @@ -127,16 +107,16 @@ msgid "" "gui>Preferences menu. Trigonometry buttons are visible " "when in scientific mode." msgstr "" -"Esta unidade de ángulos pódese cambiar desde o menú " -"CalculadoraPreferencias. Os botóns de " -"trigonometría están visíbeis no modo científico." +"Esta unidade de ángulos pódese cambiar desde o menú " +"CalculadoraPreferencias. Os botóns de " +"trigonometría están visíbeis no modo científico." #: C/trigonometry.page:23(p) msgid "" "Hyperbolic functions are available by adding \"h\" to the end of a function." msgstr "" -"As funcións hiperbólicas están dispoñíbeis engadindo unha «h» ao final da " -"función." +"As funcións hiperbólicas están dispoñíbeis engadindo unha «h» ao final da " +"función." #: C/trigonometry.page:27(p) msgid "sinh 0.34" @@ -170,7 +150,7 @@ msgstr "_" #: C/superscript.page:11(title) msgid "Superscript and Subscript" -msgstr "Superíndice e subíndice" +msgstr "Superíndice e subíndice" #: C/superscript.page:13(p) msgid "" @@ -204,7 +184,7 @@ msgstr "" #: C/scientific.page:9(title) msgid "Scientific Notation" -msgstr "Notación científica" +msgstr "Notación científica" #: C/scientific.page:11(p) msgid "" @@ -244,7 +224,7 @@ msgstr "" #: C/power.page:9(title) msgid "Powers and Roots" -msgstr "Potencias e raíces" +msgstr "Potencias e raíces" #: C/power.page:11(p) msgid "" @@ -308,7 +288,7 @@ msgstr "Porcentaxes" #: C/percentage.page:11(p) msgid "Percentages are calculated using the % symbol." -msgstr "Os porcentaxes calcúlanse usando o símbolo %." +msgstr "Os porcentaxes calcúlanse usando o símbolo %." #: C/percentage.page:14(p) msgid "" @@ -340,7 +320,7 @@ msgid "" "The format used to display results can be changed from the " "CalculatorPreferences menu." msgstr "" -"Pódese cambiar o formado usado para mostrar os resultados no menú " +"Pódese cambiar o formado usado para mostrar os resultados no menú " "Calculadorapreferencias." #: C/number-display.page:16(p) @@ -349,30 +329,30 @@ msgstr "Decimal" #: C/number-display.page:17(p) msgid "Results are displayed as decimal numbers" -msgstr "Os resultados móstranse como números decimais" +msgstr "Os resultados móstranse como números decimais" #: C/number-display.page:20(p) C/mouse.page:25(p) msgid "Scientific" -msgstr "Científico" +msgstr "Científico" #: C/number-display.page:21(p) msgid "" "Results are displayed in scientific notation" msgstr "" -"Os resulados móstranse en notación científicanotación científica." #: C/number-display.page:24(p) msgid "Engineering" -msgstr "Enxeñaría" +msgstr "Enxeñaría" #: C/number-display.page:25(p) msgid "" "Results are displayed in scientific notation except the exponent is always a " "multiple of three" msgstr "" -"Os resultados móstranse en notación científica agás cando o expoñente é " -"sempre múltiplo de tres" +"Os resultados móstranse en notación científica agás cando o expoñente é " +"sempre múltiplo de tres" #: C/number-display.page:28(p) msgid "Binary" @@ -381,7 +361,7 @@ msgstr "Binario" #: C/number-display.page:29(p) msgid "Results are displayed as binary numbers" msgstr "" -"Os resultados móstranse como números binarios" +"Os resultados móstranse como números binarios" #: C/number-display.page:32(p) msgid "Octal" @@ -389,7 +369,7 @@ msgstr "Octal" #: C/number-display.page:33(p) msgid "Results are displayed as octal numbers" -msgstr "Os resultados móstranse como números octais" +msgstr "Os resultados móstranse como números octais" #: C/number-display.page:36(p) msgid "Hexadecimal" @@ -398,15 +378,15 @@ msgstr "Hexadecimal" #: C/number-display.page:37(p) msgid "Results are displayed as hexadecimal numbers" msgstr "" -"Os resultados móstrnse como números hexadecimais" +"Os resultados móstrnse como números hexadecimais" #: C/number-display.page:40(p) msgid "" "The number of decimal places, if trailing zeroes and if thousands separators " "are shown can also be configured." msgstr "" -"O número de lugares decimais, se se mostran os ceros excedentes e os " -"separadores de milleiros tamén se pode configurar." +"O número de lugares decimais, se se mostran os ceros excedentes e os " +"separadores de milleiros tamén se pode configurar." #: C/mouse.page:9(title) msgid "Using the Mouse" @@ -417,31 +397,33 @@ msgid "" "All equations can be entered using the mouse. To access all buttons there " "are a number of modes that can be selected from the View menu." msgstr "" +"Todas as ecuacións poden realizarse usando o rato. Para acceder a todos os " +"botóns hai diferentes modos que pode seleccionar desde o menú Ver." #: C/mouse.page:17(p) msgid "Basic" -msgstr "Básico" +msgstr "Básico" #: C/mouse.page:18(p) msgid "" "Provides buttons suitable for basic equations" msgstr "" -"Fornece botóns axeitados para oas ecuacións básicasecuacións básicas" #: C/mouse.page:21(p) msgid "Advanced" -msgstr "Avanzado" +msgstr "Avanzada" #: C/mouse.page:22(p) msgid "Provides buttons suitable for advanced mathematics" -msgstr "Fornece botóns axeitados para matemáticas avanzadas" +msgstr "Fornece botóns axeitados para matemáticas avanzadas" #: C/mouse.page:26(p) msgid "" "Provides buttons suitable for trigonometry" msgstr "" -"Fornece botóns axeitados para trigonometríatrigonometría" #: C/mouse.page:29(p) @@ -453,24 +435,24 @@ msgid "" "Provides buttons suitable for financial equations" msgstr "" -"Fornece botóns axeitados para ecuacións " +"Fornece botóns axeitados para ecuacións " "financeiras" #: C/mouse.page:33(p) msgid "Programming" -msgstr "Programador" +msgstr "Programación" #: C/mouse.page:34(p) msgid "Provides buttons suitable for computer programmers" -msgstr "Fornece botóns axeitados para programadores" +msgstr "Fornece botóns axeitados para programadores" #: C/modulus.page:9(title) msgid "Modulus Division" -msgstr "División modular" +msgstr "División modular" #: C/modulus.page:11(p) msgid "Modulus division is performed using the mod operator." -msgstr "A división modular realízase usando o operador mod." +msgstr "A división modular realízase usando o operador mod." #: C/modulus.page:15(p) msgid "9 mod 5" @@ -485,7 +467,7 @@ msgid "" "Logarithms can be calculated using the log function." msgstr "" -"Pódense calcular logaritmos usando a función " +"Pódense calcular logaritmos usando a función " "log." #: C/logarithm.page:15(p) @@ -497,6 +479,8 @@ msgid "" "To calculate a logarithm in a different base use a subscript number after the function." msgstr "" +"Para calcular o logaritmo nunha base diferente use un subíndice despois da función." #: C/logarithm.page:23(p) msgid "log₂ 32" @@ -504,7 +488,7 @@ msgstr "log₂ 32" #: C/logarithm.page:27(p) msgid "To calculate a natural logarithm use the ln function." -msgstr "Para calcular o logaritmo natural use a función ln." +msgstr "Para calcular o logaritmo natural use a función ln." #: C/logarithm.page:31(p) msgid "ln 1.32" @@ -515,8 +499,8 @@ msgid "" "Euler's number can be entered by using the variable e." msgstr "" -"O número de Euler pódese introducir usando a variábel e." +"O número de Euler pódese introducir usando a variábel e." #: C/logarithm.page:39(p) msgid "e^1.32" @@ -528,15 +512,15 @@ msgstr "Uso do teclado" #: C/keyboard.page:11(p) msgid "All mathematical equations can be entered using the keyboard." -msgstr "Pode introducir todas as ecuacións matemáticas usando o teclado." +msgstr "Pode introducir todas as ecuacións matemáticas usando o teclado." #: C/keyboard.page:14(p) msgid "" "The following key combinations can be used to enter keys that may not be " "available on your keyboard." msgstr "" -"Pode usar as seguintes combinacións de teclas para introducir chaves que " -"poden non estar dispoñíbeis no seu teclado." +"Pode usar as seguintes combinacións de teclas para introducir chaves que " +"poden non estar dispoñíbeis no seu teclado." #: C/keyboard.page:19(p) msgid "×" @@ -560,7 +544,7 @@ msgstr "^" #: C/keyboard.page:28(p) msgid "* twice" -msgstr "* dúas veces" +msgstr "* dúas veces" #: C/keyboard.page:31(p) msgid "√" @@ -590,36 +574,38 @@ msgid "Robert Ancell" msgstr "Robert Ancell" #: C/index.page:8(email) +#| msgid "yrazes@gmail.com" msgid "robert.ancell@gmail.com" msgstr "robert.ancell@gmail.com" #: C/index.page:13(title) -msgid "mate-calc Help" -msgstr "Axuda de mate-calc" +msgid "GCalctool Help" +msgstr "Axuda de GCalctool" #: C/index.page:16(title) msgid "User Interface" msgstr "Interface de usuario" #: C/index.page:20(title) +#| msgid "Saturation" msgid "Equations" -msgstr "Ecuacións" +msgstr "Ecuacións" #: C/index.page:24(title) msgid "Numbers" -msgstr "Números" +msgstr "Números" #: C/index.page:28(title) msgid "Conversions" -msgstr "Conversións" +msgstr "Conversións" #: C/index.page:32(title) msgid "Financial Calculations" -msgstr "Cálculos financeiros" +msgstr "Cálculos financeiros" #: C/functions.page:9(title) msgid "Functions" -msgstr "Funcións" +msgstr "Funcións" #: C/functions.page:11(p) msgid "" @@ -627,9 +613,9 @@ msgid "" "function argument. If the argument is not a number or variable then use parenthesis around the argument." msgstr "" -"As fraccións pódense usar inserindo o nome da función seguido do argumento " -"da función. Se o argumento non é un número ou unha variábel entón use os parénteses para o argumento." +"As fraccións pódense usar inserindo o nome da función seguido do argumento " +"da función. Se o argumento non é un número ou unha variábel entón use os parénteses para o argumento." #: C/functions.page:16(p) msgid "sin 30" @@ -641,7 +627,7 @@ msgstr "abs (5−9)" #: C/functions.page:23(p) msgid "The following functions are defined." -msgstr "As seguinte funcións sempre están definidas" +msgstr "As seguinte funcións sempre están definidas" #: C/functions.page:28(p) msgid "abs" @@ -649,7 +635,7 @@ msgstr "abs" #: C/functions.page:29(link) msgid "Absolute Value" -msgstr "VAlor absoluto" +msgstr "Valor absoluto" #: C/functions.page:32(p) msgid "cos" @@ -665,7 +651,7 @@ msgstr "cosh" #: C/functions.page:37(link) msgid "Hyperbolic Cosine" -msgstr "Coseno hiperbólico" +msgstr "Coseno hiperbólico" #: C/functions.page:40(p) msgid "frac" @@ -673,7 +659,7 @@ msgstr "frac" #: C/functions.page:41(p) msgid "Fractional Component" -msgstr "Parte fraccional" +msgstr "Comproñente fraccional" #: C/functions.page:44(p) msgid "int" @@ -681,7 +667,7 @@ msgstr "int" #: C/functions.page:45(p) msgid "Integer Component" -msgstr "Parte enteira" +msgstr "Compoñente enteiro" #: C/functions.page:48(p) msgid "ln" @@ -705,7 +691,7 @@ msgstr "not" #: C/functions.page:57(link) msgid "Boolean NOT" -msgstr "NOT booleano" +msgstr "Booleano NOT" #: C/functions.page:60(p) msgid "ones" @@ -729,7 +715,7 @@ msgstr "sinh" #: C/functions.page:69(link) msgid "Hyperbolic Sine" -msgstr "Seno hiperbólico" +msgstr "Seno hiperbólico" #: C/functions.page:72(p) msgid "sqrt" @@ -737,7 +723,7 @@ msgstr "sqrt" #: C/functions.page:73(link) msgid "Square Root" -msgstr "Raíz cadrada" +msgstr "Raíz cadrada" #: C/functions.page:76(p) msgid "tan" @@ -753,7 +739,7 @@ msgstr "tanh" #: C/functions.page:81(link) msgid "Hyperbolic Tangent" -msgstr "Tanxente hiperbólica" +msgstr "Tanxente hiperbólica" #: C/functions.page:84(p) msgid "twos" @@ -764,22 +750,20 @@ msgid "Twos complement" msgstr "Complemento a dous" #: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." +msgid "GCalctool does not support user-defined functions." msgstr "" #: C/financial.page:9(title) msgid "Financial Functions" -msgstr "Funcións financeiras" +msgstr "Funcións financeiras" #: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." +msgid "When in financial mode the following buttons are available." msgstr "" #: C/financial.page:15(p) msgid "Ctrm" -msgstr "Trmc" +msgstr "Ctrm" #: C/financial.page:16(p) msgid "" @@ -787,20 +771,26 @@ msgid "" "investment of present value to a future value, at a fixed interest rate per " "compounding period." msgstr "" +"Calcula o número de períodos compostos necesarios para incrementar un " +"investimento do valor presente a un valor futuro, cun tipo de xuro fixo por " +"período composto." #: C/financial.page:19(p) msgid "Ddb" -msgstr "Ddd" +msgstr "Ddb" #: C/financial.page:20(p) msgid "" "Calculate the depreciation allowance on an asset for a specified period of " "time, using the double-declining balance method." msgstr "" +"Calcula a prestación por depreciación dun activo durante un período " +"específico de tempo, empregando o método de dobre cota sobre o valor en " +"libros." #: C/financial.page:23(p) msgid "Fv" -msgstr "Vf" +msgstr "Fv" #: C/financial.page:24(p) msgid "" @@ -808,30 +798,37 @@ msgid "" "payments at a periodic interest rate over the number of payment periods in " "the term." msgstr "" +"Calcula o valor futuro dun investimento baseado nunha serie de pagamentos " +"iguais cun tipo de xuro periódico sobre o número de períodos de pagamento do " +"prazo." #: C/financial.page:27(p) msgid "Gpm" -msgstr "MIB" +msgstr "MBB" #: C/financial.page:28(p) msgid "" "Calculate the resale price of a product, based on the product cost and the " "wanted gross profit margin." msgstr "" +"Calcula o prezo de revenda dun produto baseándose no custo do produto e na " +"marxe de beneficio bruto." #: C/financial.page:31(p) msgid "Pmt" -msgstr "Ppc" +msgstr "Pmt" #: C/financial.page:32(p) msgid "" "Calculate the amount of the periodic payment of a loan, where payments are " "made at the end of each payment period." msgstr "" +"Calcula a cantidade de pagamentos periódicos dun préstamo, onde os " +"pagamentos se fan ao final de cada período correspondente. " #: C/financial.page:35(p) msgid "Pv" -msgstr "Vp" +msgstr "Pv" #: C/financial.page:36(p) msgid "" @@ -839,6 +836,9 @@ msgid "" "payments discounted at a periodic interest rate over the number of payment " "periods in the term." msgstr "" +"Calcula o valor presente dun investimento baseado nunha serie de pagamentos " +"iguais descontados cun tipo de xuro periódico sobre o número de períodos de " +"pago de cada prazo. " #: C/financial.page:39(p) msgid "Rate" @@ -849,6 +849,8 @@ msgid "" "Calculate the periodic interest necessary to increase an investment to a " "future value, over the number of compounding periods." msgstr "" +"Calcula o xuro periódico necesario para incrementar un investimento nun " +"valor futuro, sobre o número de períodos compostos. " #: C/financial.page:43(p) msgid "Sln" @@ -861,6 +863,10 @@ msgid "" "over the useful life of an asset. The useful life is the number of periods, " "typically years, over which an asset is depreciated." msgstr "" +"Calcula a depreciación lineal dun activo nun período. O método lineal de " +"depreciación divide o custo amortizábel equitativamente sobre a vida útil " +"dun activo. A vida útil é o número de períodos, xeralmente en anos, nos que " +"un activo será amortizado. " #: C/financial.page:47(p) msgid "Syd" @@ -874,10 +880,16 @@ msgid "" "occurs in earlier periods than in later ones. The useful life is the number " "of periods, typically years, over which an asset is depreciated." msgstr "" +"Calcula a prestación por depreciación dun activo durante un período " +"específico de tempo, empregando o método de suma dos díxitos dos anos. Este " +"método de depreciación acelera o índice de depreciación, de forma que o " +"maior cargo de depreciación acontece nos primeiros períodos e non nos " +"últimos. A vida útil é o número de períodos, xeralmente en anos, nos que un " +"activo será depreciado. " #: C/financial.page:51(p) msgid "Term" -msgstr "Term" +msgstr "Período" #: C/financial.page:52(p) msgid "" @@ -885,14 +897,18 @@ msgid "" "of an ordinary annuity, to accumulate a future value, at a periodic interest " "rate." msgstr "" +"Calcula o número de períodos de pagamento necesarios durante o prazo dunha " +"anualidade ordinaria para acumular un valor futuro cun tipo de xuro " +"periódico." #: C/financial.page:56(p) msgid "Financial functions cannot be performed using the keyboard." msgstr "" #: C/factorize.page:9(title) +#| msgid "Saturation" msgid "Factorization" -msgstr "Factorización" +msgstr "Factorización" #: C/factorize.page:11(p) msgid "" @@ -922,7 +938,7 @@ msgstr "0" #: C/equation.page:11(title) msgid "Basic Equations" -msgstr "Ecuacións básicas" +msgstr "Ecuacións básicas" #: C/equation.page:13(p) msgid "" @@ -972,7 +988,7 @@ msgstr "Masas" #: C/conv-weight.page:11(p) msgid "To convert between mass use the in operator." -msgstr "" +msgstr "Para converter tempo use o operador in." #: C/conv-weight.page:15(p) msgid "1kg in pounds" @@ -980,11 +996,11 @@ msgstr "1kg in pounds" #: C/conv-weight.page:20(p) msgid "Mass conversions must be performed using the keyboard." -msgstr "" +msgstr "As conversións entre tempos débese realizar usando o teclado." #: C/conv-time.page:9(title) msgid "Time" -msgstr "Tempo" +msgstr "Hora" #: C/conv-time.page:11(p) msgid "To convert between time use the in operator." @@ -996,7 +1012,7 @@ msgstr "3 anos en hoas" #: C/conv-time.page:20(p) msgid "Time conversions must be performed using the keyboard." -msgstr "As conversións entre tempos débese realizar usando o teclado." +msgstr "As conversións entre tempos débese realizar usando o teclado." #: C/conv-length.page:9(title) msgid "Length/Area/Volume" @@ -1014,7 +1030,7 @@ msgstr "6 metros en pulgadas" #: C/conv-length.page:18(p) msgid "1 acre in cm²" -msgstr "1 acre in cm²" +msgstr "" #: C/conv-length.page:21(p) msgid "1 pint in mL" @@ -1023,7 +1039,7 @@ msgstr "1 pint in mL" #: C/conv-length.page:26(p) msgid "Length/Area/Volume conversions must be performed using the keyboard." msgstr "" -"As conversións de lonxitude, área e volume débense realizar usando o teclado." +"As conversións de lonxitude, área e volume débense realizar usando o teclado." #: C/conv-currency.page:9(title) msgid "Currency" @@ -1031,8 +1047,8 @@ msgstr "Divisa" #: C/conv-currency.page:11(p) msgid "" -"To convert currencies press the ¤$€ button in financial mode." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" #: C/conv-currency.page:14(p) @@ -1053,7 +1069,7 @@ msgstr "" #: C/conv-character.page:9(title) msgid "Character Codes" -msgstr "Códigos de caracteres" +msgstr "Códigos de caracteres" #: C/conv-character.page:11(p) msgid "" @@ -1067,7 +1083,7 @@ msgstr "" #: C/conv-base.page:9(title) C/base.page:9(title) msgid "Number Bases" -msgstr "Base numérica" +msgstr "Base numérica" #: C/conv-base.page:11(p) msgid "" @@ -1078,15 +1094,15 @@ msgstr "" #: C/complex.page:9(title) msgid "Complex Numbers" -msgstr "Números complexos" +msgstr "Números complexos" #: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." +msgid "Complex numbers are not supported in GCalctool." msgstr "" #: C/boolean.page:9(title) msgid "Boolean Algebra" -msgstr "Álxebra booleana" +msgstr "Álxebra booleana" #: C/boolean.page:11(p) msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." @@ -1176,4 +1192,698 @@ msgstr "abs (−1)" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 #: C/index.page:0(None) msgid "translator-credits" -msgstr "Fran Diéguez , 2010." +msgstr "Fran Dieguez , 2011." + +#~ msgid "Julita Inca" +#~ msgstr "Julita Inca" + +#~ msgid "2011" +#~ msgstr "2011" + +#~ msgid "Ekaterina Gerasimova" +#~ msgstr "Ekaterina Gerasimova" + +#~ msgid "kittykat3756@gmail.com" +#~ msgstr "kittykat3756@gmail.com" + +#~ msgid "" +#~ "Change the position of the photo stream so that the webcam video feed is " +#~ "larger." +#~ msgstr "" +#~ "Cambiar a posición da tira de fotos para que o vídeo da cámara web sexa " +#~ "máis grande." + +#~ msgid "Make the webcam video preview bigger" +#~ msgstr "Facer máis grande a vista previa do vídeo da cámara web" + +#~ msgid "" +#~ "The photo stream is where photos and videos appear after you have taken " +#~ "or recorded them. By default, it is a horizontal strip at the bottom of " +#~ "the Cheese window." +#~ msgstr "" +#~ "A tira de fotos é onde as fotos e vídeos aparecen despois de que sexan " +#~ "tomadas ou gravados. Por omisión, é unha tira horizontal na parte " +#~ "inferior da xanela de Cheese." + +#~ msgid "" +#~ "You can make the photo stream appear as a vertical bar. This is useful if " +#~ "you have a wide computer screen which is not very high; switching to a " +#~ "vertical layout means that there is more room to display the video feed " +#~ "from the webcam." +#~ msgstr "" +#~ "Pode facer que a tira de fotos apareza como unha barra vertical. Isto é " +#~ "útil se ten unha pantalla máis ancha.e que non é moi alta, ao cambiar á " +#~ "disposición vertical significa que non haberá sitio para mostrar a tira " +#~ "de vídeos desde a cámara web." + +#~ msgid "" +#~ "To switch to a vertical layout, click CheeseWide " +#~ "Mode. To switch back to a horizontal layout, uncheck the " +#~ "option." +#~ msgstr "" +#~ "Para cambiar á disposición vertical, prema CheeseModo amplo. Para cambiar de novo á disposición " +#~ "horizontal, desmarque esta opción." + +#~ msgid "" +#~ "Another way to increase the size of the webcam preview is to make " +#~ "Cheese fullscreen. To do this, click CheeseFullscreen or press F11. To quit the " +#~ "fullscreen mode, press F11." +#~ msgstr "" +#~ "Outra forma de incrementar o tamaño da vista previa da cámara web é poñer " +#~ "Cheese a pantalla completa. Para facer isto, prema " +#~ "CheesePantalla compelta ou prema " +#~ "F11. Para saír do modo a pantalla completa, prema F11." + +#~ msgid "Photos and videos will automatically appear in the photo stream." +#~ msgstr "As fotos e vídeos aparecerán automaticamente na tira de fotos." + +#~ msgid "View a photo or video that you took" +#~ msgstr "Ver unha foto ou vídeo que tomou" + +#~ msgid "" +#~ "After you take a photo or record a video, it will appear in the photo " +#~ "stream at the bottom of the window." +#~ msgstr "" +#~ "Despois de tomar unha foto ou gravar un vídeo aparecerá na tira de fotos " +#~ "na parte inferior da pantalla." + +#~ msgid "" +#~ "If you want to see a bigger version of a photo, or to play a video, " +#~ "double-click it. This will open it in the default photo viewer or video " +#~ "player." +#~ msgstr "" +#~ "Se quere ver unha versión máis grande da foto, ou reproducir un vídeo, " +#~ "prema dúas veces sobre el. Isto abrirá o visor de fotos ou vídeos " +#~ "predeterminado." + +#~ msgid "" +#~ "All of the photos and videos in the photo stream are saved in the " +#~ "PicturesWebcam or " +#~ "VideosWebcam folders in your user " +#~ "folder." +#~ msgstr "" +#~ "Todas as fotos e vídeos da tira de fotos están gardados no cartafol " +#~ "ImaxesWebcam ou " +#~ "VídeosWebcam no seu cartafol de " +#~ "usuario." + +#~ msgid "Use your webcam to take photos instead of videos." +#~ msgstr "Usar a súa cámara web para tomar fotos no lugar de vídeos." + +#~ msgid "Take photos with the webcam" +#~ msgstr "Obter fotos coa súa cámara web" + +#~ msgid "" +#~ "Webcams can be used to take still photos, as well as videos. To take a " +#~ "photo:" +#~ msgstr "" +#~ "As cámaras web poden usarse para tomar fotos, así como vídeos. Para tomar " +#~ "unha foto:" + +#~ msgid "" +#~ "Make sure that you're in Photo mode. If you are, the button in " +#~ "the main window will say Take a Photo." +#~ msgstr "" +#~ "Asegúrese que está no Modo de foto. Se está nel, o botón na " +#~ "xanela principal dirá Tomar unha foto." + +#~ msgid "" +#~ "To switch to Photo mode, click the small photo button in the " +#~ "bottom left of the window or click CheesePhoto." +#~ msgstr "" +#~ "Para trocar ao Modo de foto, prema sobre o botón da foto " +#~ "pequena na parte inferior da xanela e prema CheeseFoto." + +#~ msgid "Click Take a Photo or press the spacebar." +#~ msgstr "Prema Tomar foto ou prema barra espaciadora." + +#~ msgid "" +#~ "There will be a short countdown, followed by a flash, and then the photo " +#~ "will appear in the photo stream at the bottom of the window." +#~ msgstr "" +#~ "Haberá unha pequena conta atrás, seguida dun flash, e logo aparecera a " +#~ "foto na tira de fotos na parte inferior da pantalla." + +#~ msgid "" +#~ "The photos in the photo stream are automatically saved in the " +#~ "PicturesWebcam folder in your user " +#~ "folder. They are saved in the JPEG (.jpg) format." +#~ msgstr "" +#~ "As fotos na tira de fotos son gardadas automaticamente no cartafol " +#~ "ImaxesWebcam no seu cartafol de " +#~ "usuario. Gárdanse en formato JPEG (.jpg)." + +#~ msgid "" +#~ "To cancel taking a photo after you have clicked Take a Photo, " +#~ "press Esc before the countdown finishes." +#~ msgstr "" +#~ "Para cancelar a toma dunha foto despois de que premeu Tomar unha " +#~ "foto prema Esc antes de que a conta atrás remate." + +#~ msgid "" +#~ "To take multiple photos in rapid succession, use Burst mode." +#~ msgstr "" +#~ "Para tomar varias fotos rapidamente, use o Modo " +#~ "ráfaga." + +#~ msgid "Save a photo or video in a different folder." +#~ msgstr "Gardar unha foto ou vídeo nun cartafol distinto" + +#~ msgid "Save a photo or video" +#~ msgstr "Gardar unha foto ou vídeo" + +#~ msgid "" +#~ "By default, Cheese saves the photos and videos in the " +#~ "PicturesWebcam and " +#~ "VideosWebcam folders in your user " +#~ "folder." +#~ msgstr "" +#~ "Por omisión, Cheese garda as fotos e vídeos nos cartafoles " +#~ "ImaxesWebcam e " +#~ "VídeosWebcam no seu cartafol de " +#~ "usuario." + +#~ msgid "" +#~ "To save an image to a different location, right-click the image in the " +#~ "photo stream and click Save As. Then, choose where you want to " +#~ "save the image to." +#~ msgstr "" +#~ "Para gardar unha imaxe nunha localización distinta, prema co botón " +#~ "dereito sobre unha imaxe da tira de imaxes e seleccione Gardar como " +#~ ". Logo, seleccione onde quere gardar a imaxe." + +#~ msgid "" +#~ "Alternatively, open the folder where you want to keep the image using the " +#~ "file manager, then drag it from the photo stream into that folder." +#~ msgstr "" +#~ "De forma alternativa, abra o cartafol onde se gardan as imaxes usando o " +#~ "explorador de ficheiros, e logo arrastre a foto ao cartafol." + +#~ msgid "" +#~ "A new copy of the image will be saved in the new location. The old " +#~ "version will remain in the PicturesWebcam or VideosWebcam folder." +#~ msgstr "" +#~ "Gardarase unha nova copia da imaxe na nova localización. A vella versión " +#~ "manterase no cartafol ImaxesWebcam " +#~ "ou VídeosWebcam." + +#~ msgid "" +#~ "The resolution of a video or photo determines how much detail you can see " +#~ "in it, changing it will affect the file size." +#~ msgstr "" +#~ "A resolución dun vídeo ou foto determina canto detalle pode ver dela, " +#~ "cambiándoa afectará tamén ao tamaño do ficheiro." + +#~ msgid "Change the capture resolution of your webcam" +#~ msgstr "Cambiar a resolución da captura da súa cámara web" + +#~ msgid "" +#~ "Higher resolution generally means better quality images, but photos and " +#~ "videos with higher resolution take up more space on your hard disk. High " +#~ "resolution videos, in particular, take up a lot of space." +#~ msgstr "" +#~ "Resolucións máis grandes xeralmente significa que terá imaxes de maior " +#~ "calidade, porén fotos e vídeos con maior resolución ocuparán máis espazo " +#~ "no seu disco duro. Vídeos de maior resolución, en particular, poderían " +#~ "ocupar moito espazo." + +#~ msgid "" +#~ "If you want your images to take up less disk space, reduce the resolution " +#~ "of your webcam. If you want better quality images, increase the " +#~ "resolution. To change the webcam resolution:" +#~ msgstr "" +#~ "Se quere que as súas imaxes ocupen menos espazo, reduza a resolución da " +#~ "súa cámara web. Se quere obter maior calidade nas imaxes, incremente a " +#~ "resolución. Pode cambiar a resolución da cámara web:" + +#~ msgid "Click EditPreferences." +#~ msgstr "Prema EditarPreferencias." + +#~ msgid "" +#~ "Choose a different resolution from the drop-down list. Some webcams only " +#~ "support one resolution, so you may not have a choice." +#~ msgstr "" +#~ "Escolla unha resolución diferente desde a lista despregábel. Algunhas " +#~ "cámaras web só admiten unha resolución, polo que non terá outra opción." + +#~ msgid "Click Close." +#~ msgstr "Prema Pechar." + +#~ msgid "Use your webcam to record short movies for sharing with friends." +#~ msgstr "" +#~ "Use a súa cámara web para gravar curtametraxes para compartir cos seus " +#~ "amigos." + +#~ msgid "Record a video" +#~ msgstr "Gravar un vídeo" + +#~ msgid "To record a video using your webcam:" +#~ msgstr "Para gravar un vídeo usando a súa cámara web:" + +#~ msgid "" +#~ "Make sure that you are in Video mode. If you are, the button " +#~ "in the middle of the window will say Start Recording." +#~ msgstr "" +#~ "Asegúrese de que está no Modo de vídeo. Se o está, o botón do " +#~ "medio da xanela diralle Iniciar gravación." + +#~ msgid "" +#~ "You can switch to Video mode by clicking the button in the " +#~ "main window or by clicking CheeseVideo." +#~ msgstr "" +#~ "Pode cambiar ao Modo de vídeo premendo no botón da xanela " +#~ "principal ou premendo CheeseVídeo." + +#~ msgid "" +#~ "Click Start Recording, or press the spacebar. " +#~ "Cheese will start recording from your webcam." +#~ msgstr "" +#~ "Prema Iniciar gravación, ou prema barra espaciadora. Cheese iniciará a gravación coa súa cámara web." + +#~ msgid "" +#~ "To stop recording, click Stop Recording or press Esc." +#~ msgstr "" +#~ "Para deter a gravación, prema Deter gravación ou prema " +#~ "Esc." + +#~ msgid "Videos are saved in the Ogg Theora (.ogv) format." +#~ msgstr "Os vídeos gardanse en formato Ogg Theora (.ogv)." + +#~ msgid "" +#~ "After you have stopped recording, the video will automatically appear in " +#~ "the photo stream at the bottom of the Cheese window. From " +#~ "there, you can play back the video, " +#~ "upload it to a social network, post it on your blog or YouTube channel, " +#~ "or share it with friends by email." +#~ msgstr "" +#~ "Despois de deter a gravación, o vídeo aparecerá automaticamente na tira " +#~ "de fotos da parte inferior da xanela de Cheese. Desde alí pode " +#~ "reproducir o vídeo, subir o vídeo a unha " +#~ "rede social, envialo ao seu blogue ou canle de YouTube ou compartilo cos " +#~ "seus amigos mediante correo electrónico." + +#~ msgid "" +#~ "If you have problems sharing a video with people using other operating " +#~ "systems (like Windows or Mac OS), you may need to convert it to a different format." +#~ msgstr "" +#~ "Se ten problemas ao compartir un vídeo coa xente usando outros sistemas " +#~ "operativos (como Windows ou Mac OS), debe converter o vídeo a un formato diferente." + +#~ msgid "Introduction to the Cheese Webcam Booth." +#~ msgstr "Introdución ao Fotomatón de cámara web Cheese." + +#~ msgid "Introduction" +#~ msgstr "Introdución" + +#~ msgid "" +#~ "Cheese is a fun webcam booth application which lets you take " +#~ "photos and record videos using your webcam. By using Cheese, " +#~ "you can make funny, original photos and videos that you can easily share " +#~ "with others. It can take multiple photos in quick succession (using the " +#~ "Burst mode) and lets you " +#~ "apply effects that add a special, " +#~ "fancy or funny touch to your photos and videos." +#~ msgstr "" +#~ "Cheese é un aplicativo fotomatón de cámara web moi divertido " +#~ "que lle permite sacar fotos e gravar vídeos usando a súa cámara web. " +#~ "Usando Cheese pode compartir vídeos e fotos divertidas e " +#~ "orixinais cos outras persoas. Pode tomar varias fotos usando o modo Modo ráfaga e tamén pode aplicarlle efectos que engaden un toque " +#~ "especial, incríbel e divertido ás súas fotos e vídeos." + +#~ msgid "" +#~ "By default, Cheese starts in Photo mode, ready to " +#~ "take a photo. You need to switch to " +#~ "Video mode to record a video or switch to Burst mode to take multiple photos at once." +#~ msgstr "" +#~ "Por omisión, Cheese inicia no Modo foto, preparado " +#~ "para sacar unha foto. Debe cambiar ao " +#~ "Modo de vídeo para gravar un " +#~ "vídeo ou cambiar ao Módo ráfaga para sacar varias fotos á vez." + +#~ msgid "" +#~ "Cheese works with most webcams, but if your particular make " +#~ "and model does not seem to work properly, see Webcams for advice on getting it to work." +#~ msgstr "" +#~ "Cheese funciona coa maioría das cámaras web, pero se o seu " +#~ "modelo en particular non funciona correctamente vexa Cámaras web para saber como pode solucionar o problema." + +#~ msgid "@@image: 'figures/cheese.png'; md5=e801510f287b3db068beb2daf8989124" +#~ msgstr "@@image: 'figures/cheese.png'; md5=e801510f287b3db068beb2daf8989124" + +#~ msgid "Cheese Webcam Booth" +#~ msgstr "Fotomatón de cámara web de Cheese" + +#~ msgid "" +#~ "Cheese lets you take pictures and make videos using your webcam. You can " +#~ "even add special effects!" +#~ msgstr "" +#~ "Cheese permítelle tomar fotos e facer vídeos usando a súa cámara web. " +#~ "Tamén pode engadirlles efectos especiais!" + +#~ msgid "" +#~ " Cheese Webcam Booth logo Cheese Webcam " +#~ "Booth" +#~ msgstr "" +#~ " Logo do Fotomatón de cámara web de Cheese " +#~ "Fotomatón de cámara web de Cheese" + +#~ msgid "Settings" +#~ msgstr "Opcións" + +#~ msgid "Common problems and questions" +#~ msgstr "Preguntas e problemas comúns" + +#~ msgid "" +#~ "@@image: 'figures/image-properties.png'; " +#~ "md5=70c32a1dd7c9a20dabef58d0789f2a5a" +#~ msgstr "" +#~ "@@image: 'figures/image-properties.png'; " +#~ "md5=70c32a1dd7c9a20dabef58d0789f2a5a" + +#~ msgid "" +#~ "Adjust the saturation, contrast, brightness and hue to make photos and " +#~ "videos look better." +#~ msgstr "" +#~ "Axuste a saturación, contraste, brillo e ton para facer que as súas fotos " +#~ "e vídeos se vexan mellor." + +#~ msgid "My photos and videos look wrong" +#~ msgstr "As miñas fotos e vídeos vense mal" + +#~ msgid "" +#~ "If your photos or videos are too dark or the colors seem to be wrong, try " +#~ "adjusting their saturation, contrast, brightness and hue:" +#~ msgstr "" +#~ "Se as súas fotos ou vídeos saen demasiado escuros ou as cores vense mal, " +#~ "tente axustar a saturación, contraste, brillo e ton:" + +#~ msgid "" +#~ "Under Image properties, change the sliders to find the best " +#~ "settings for your webcam." +#~ msgstr "" +#~ "Baixo Propiedades da imaxe, mova os deslizadores para atopar a " +#~ "mellor configuración para a súa cámara." + +#~ msgid "" +#~ "Click Close and check to see if the photos and videos look " +#~ "better." +#~ msgstr "" +#~ "Prema Pechar e comprobe se as súas fotos e vídeos se ven " +#~ "mellor." + +#~ msgid "" +#~ "Different options under Image properties (left to right): " +#~ "applying brightness, contrast, hue and saturation" +#~ msgstr "" +#~ "As opcións dispoñíbeis en Propiedades da imaxe son (de " +#~ "esquerda a dereita): aplicar brillo, contraste, ton e saturación" + +#~ msgid "Brightness" +#~ msgstr "Brillo" + +#~ msgid "" +#~ "Increasing the brightness will make the photos and videos lighter. " +#~ "However, if you are in a dark room, increasing the brightness might make " +#~ "the image look more noisy." +#~ msgstr "" +#~ "Incremente o brillo para facer que as súas fotos e vídeos se vexan máis " +#~ "claros. Porén, se está nunha habitación escura, ao incrementar o brillo a " +#~ "imaxe terá máis «ruido»." + +#~ msgid "Contrast" +#~ msgstr "Contraste" + +#~ msgid "" +#~ "Setting a higher contrast will increase the difference between darker and " +#~ "lighter colors. If the image looks washed out, try increasing the " +#~ "contrast." +#~ msgstr "" +#~ "Ao estabelecer un contraste máis alto incrementarase a diferenza entre as " +#~ "cores escuros e claros. Se a imaxe vese lavada, incremente o contraste." + +#~ msgid "Hue" +#~ msgstr "Ton" + +#~ msgid "" +#~ "Changing the hue of the image will add a tint to it. If image seems to be " +#~ "the wrong color (for example, too yellow), try changing the hue." +#~ msgstr "" +#~ "Ao cambiar o ton dunha imaxe engadiráselle un tintado. Se a imaxe semella " +#~ "ter as cores incorrectas (por exemplo, demasiado amarelas) tente cambiar " +#~ "o ton." + +#~ msgid "" +#~ "Reducing the saturation makes the image less colorful. If colors seem too " +#~ "harsh, reduce the saturation." +#~ msgstr "" +#~ "Ao reducir a saturación fai que a imaxe teña menos cor. Se as cores " +#~ "semellan demasiado intensas, reduza a saturación." + +#~ msgid "Stop the screen from flashing white when taking a photo." +#~ msgstr "Evitar que a pantalla emita un flash ao sacar unha foto." + +#~ msgid "Disable the flash" +#~ msgstr "Desactivar o flash" + +#~ msgid "" +#~ "When you take a photo with Cheese, the computer screen briefly turns " +#~ "white. This provides additional light." +#~ msgstr "" +#~ "Ao sacar unha foto con Cheese, a pantalla do computador tornarase branca " +#~ "durante un intre. Isto fornecerá unha imaxe adicional para a foto." + +#~ msgid "" +#~ "To disable this feature, click CheeseFlash so that Flash is unchecked." +#~ msgstr "" +#~ "Para desactivar esta característica, prema CheeseFlash para que a opción Flash estea " +#~ "desactivada." + +#~ msgid "" +#~ "Click CheeseCountdown to disable " +#~ "the countdown." +#~ msgstr "" +#~ "Prema CheeseConta atrás para " +#~ "desactivar a conta atrás." + +#~ msgid "Disable the Countdown before photos are taken" +#~ msgstr "Desactivar a Conta atrás antes de que se saquen as fotos" + +#~ msgid "" +#~ "By default, Cheese counts down from three before taking a " +#~ "photo. You can stop this from happening by clicking CheeseCountdown, so that Countdown is " +#~ "unchecked." +#~ msgstr "" +#~ "Por omisión, Cheese fará unha conta atrás antes de sacar unha " +#~ "foto. Pode evitar que isto aconteza premendo CheeseConta atrás para que Conta atrás estea " +#~ "desactivado." + +#~ msgid "Remove photos and videos that you no longer want to keep." +#~ msgstr "Eliminar fotos e vídeos que non quere manter." + +#~ msgid "Delete a photo or video" +#~ msgstr "Eliminar unha foto ou vídeo" + +#~ msgid "" +#~ "If you no longer want a photo or video, you can permanently delete it:" +#~ msgstr "" +#~ "Se non quere usar unha foto ou un vídeo máis, pode eliminala " +#~ "permanentemente:" + +#~ msgid "" +#~ "Find the photo or video that you want to delete in the photo stream at " +#~ "the bottom of the Cheese window." +#~ msgstr "" +#~ "Atope a foto ou vídeo que quere eliminar desde a tira de fotos na parte " +#~ "inferior da xanela de Cheese." + +#~ msgid "" +#~ "Right-click it and select Delete. Alternatively, click it once " +#~ "to select it and press the Delete key." +#~ msgstr "" +#~ "Prema co botón dereito sobre ela e seleccione Eliminar. De " +#~ "forma alternativa, prema sobre ela unha vez e prema a tecla " +#~ "Eliminar." + +#~ msgid "" +#~ "You will be asked if you want to permanently delete it. Confirm by " +#~ "clicking Delete; you will not be able to recover the photo." +#~ msgstr "" +#~ "Preguntaráselle se quere eliminala permanentemente. Confirme premendo " +#~ "Eliminar; teña coidado xa que non poderá recuperar a foto." + +#~ msgid "" +#~ "If you are not sure whether you want to permanently delete the photo or " +#~ "video, you can right click it and select Move to Trash " +#~ "instead. This will move it to the computer's Trash folder." +#~ msgstr "" +#~ "Se non está seguro de que quere eliminar a foto ou vídeo de forma " +#~ "permanente, prema co botón dereito sobre ela e seleccione Mover ao " +#~ "Lixo. Isto moveraa ao cartafol Lixo do computador " + +#~ msgid "" +#~ "Cheese does not have its own Trash folder and you can not " +#~ "access your computer's Trash folder from within Cheese." +#~ msgstr "" +#~ "Cheese non ten o seu propio cartafol Lixo e non pode acceder " +#~ "ao cartafol Lixo do computador desde Cheese." + +#~ msgid "" +#~ "Burst mode takes several photos rapidly. Change your pose in " +#~ "between each shot!" +#~ msgstr "" +#~ "O modo ráfaga saca varias fotos de forma rápida. Cambie a súa " +#~ "pose entre cada disparo!" + +#~ msgid "Take multiple photos in quick succession" +#~ msgstr "Tomar múltiples fotos continuas de forma rápida" + +#~ msgid "" +#~ "You can use Burst mode to automatically take several photos in " +#~ "one go, with a short pause between each shot. It's particularly fun if " +#~ "you change your pose in between photos! To use Burst mode:" +#~ msgstr "" +#~ "Pode usar o Modo ráfaga para sacar varias fotos dunha vez, con " +#~ "unha pausa pequena entre cada disparo. É moi divertido se quere cambiar a " +#~ "súa pose entre cada foto! Para usar o Modo ráfaga:" + +#~ msgid "" +#~ "Click Burst, the Take a Photo button will now say " +#~ "Take Multiple Photos." +#~ msgstr "" +#~ "Prema Ráfaga, o botón Tomar unha foto dirá " +#~ "Tomar múltiples fotos." + +#~ msgid "" +#~ "Alternatively, click CheeseBurst." +#~ msgstr "" +#~ "De forma alternativa, prema CheeseRáfaga." + +#~ msgid "" +#~ "Click Take Multiple Photos or press the spacebar." +#~ msgstr "" +#~ "Prema Tomar múltiples fotos ou prema a barra espaciadora." + +#~ msgid "" +#~ "By default, four photos will be taken, with a three second delay between " +#~ "each countdown, which you will see before each photo is taken." +#~ msgstr "" +#~ "Por omisión sacaranse catro fotos, con tres segundos de retraso entre " +#~ "cada conta atrás, despois da cal verá cada foto que se sacou." + +#~ msgid "" +#~ "Press Esc if you want to stop Cheese from taking " +#~ "photos at any point." +#~ msgstr "" +#~ "Prema Esc se quere deter a toma de fotos de Cheese " +#~ "en calquera momento." + +#~ msgid "Change how many photos are taken and the delay between them" +#~ msgstr "Cambie cantas fotos se toman e o retraso entre elas" + +#~ msgid "" +#~ "You can change how many photos will be taken in each burst and the length " +#~ "of the delay between the photos:" +#~ msgstr "" +#~ "Pode cambiar cantas fotos se toman para cada modo ráfaga e a cantidade de " +#~ "atrase entre as fotos:" + +#~ msgid "" +#~ "Change the options under Burst mode and click Close." +#~ msgstr "" +#~ "Cambie as opcións en Modo ráfaga e prema Pechar." + +#~ msgid "" +#~ "The delay is between the last photo taken and the start of the count down " +#~ "for the next photo, not between two photos." +#~ msgstr "" +#~ "O atraso entre a última foto e o inicio da conta atrás para a seguinte " +#~ "foto, non entre dúas fotos:" + +#~ msgid "@@image: 'figures/effects.png'; md5=27139b3d1500c8caac548fab39e05c28" +#~ msgstr "" +#~ "@@image: 'figures/effects.png'; md5=27139b3d1500c8caac548fab39e05c28" + +#~ msgid "" +#~ "Add fun effects to your photos and videos, like turning yourself green or " +#~ "distorting the picture like a funhouse mirror." +#~ msgstr "" +#~ "Engada efectos divertidos ás súas fotos e vídeos, como poñer a súa cara " +#~ "verde, ou distorsionar unha imaxe como un espello transformador." + +#~ msgid "Apply effects to photos and videos" +#~ msgstr "Aplicar efectos ás fotos e vídeos" + +#~ msgid "You can apply fun, interesting effects to your photos and videos:" +#~ msgstr "" +#~ "Pode engadir efectos interesantes e divertidos ás súas fotos e vídeos:" + +#~ msgid "Click Effects." +#~ msgstr "Prema Efectos." + +#~ msgid "Select the effect you want to use by clicking one of the options." +#~ msgstr "Seleccione o efecto que quere usar premendo sobre unha das opcións:" + +#~ msgid "" +#~ "If you like, you can select multiple effects. For example, if you select " +#~ "Hulk and Kung-Fu, the video will be altered to have " +#~ "a green shade and will show a repeated image." +#~ msgstr "" +#~ "Se quere pode seleccionar varios efectos á vez. Por exemplo, se " +#~ "selecciona Hulk e Kung-Fu, o vídeo cambiará para " +#~ "ter un ton verde e mostrarase unha imaxe repetida." + +#~ msgid "" +#~ "Click Effects to hide the effects menu and return to the " +#~ "normal view." +#~ msgstr "" +#~ "Prema Efectos para agochar o menú de efectos e voltar á vista " +#~ "normal." + +#~ msgid "" +#~ "Cheese offers 34 effects, of which only 9 are shown on the " +#~ "first page. Click Next Effects and Previous Effects " +#~ "to navigate to the other pages." +#~ msgstr "" +#~ "Cheese ofrece 34 efectos, dos cales só 9 se mostran na " +#~ "primeira páxina. Prema Seguintes efectos e Efectos " +#~ "anteriores para moverse ás outras páxinas." + +#~ msgid "Some of the effects, from left to right: Bulge, Edge and Mirror" +#~ msgstr "Algúns dos efectos, de esquerda a dereita: Bulto, bordo e espello" + +#~ msgid "" +#~ "To deselect all effects, click Effects and select No " +#~ "Effect." +#~ msgstr "" +#~ "Para deseleccionar tódolos elementos p rema Efectos e " +#~ "seleccione Ningún efecto." diff --git a/help/hu/hu.po b/help/hu/hu.po index b11c3e3..edd1c26 100644 --- a/help/hu/hu.po +++ b/help/hu/hu.po @@ -1,995 +1,1372 @@ # Hungarian translation of mate-calc-help -# Copyright (C) 2010. Free Software Foundation, Inc. +# Copyright (C) 2010, 2011. Free Software Foundation, Inc. # This file is distributed under the same license as the mate-calc-help package. # -# Gabor Kelemen , 2010. +# Gabor Kelemen , 2010, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: mate-calc-help master\n" -"POT-Creation-Date: 2010-09-12 14:46+0000\n" -"PO-Revision-Date: 2010-09-26 01:05+0200\n" +"POT-Creation-Date: 2012-03-28 00:19+0000\n" +"PO-Revision-Date: 2012-03-30 02:24+0200\n" "Last-Translator: Gabor Kelemen \n" -"Language-Team: Hungarian \n" +"Language-Team: Magyar \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: C/legal.xml:3(p) -msgid "This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License." -msgstr "Ez a mű a Creative Commons Attribution-Share Alike 3.0 Unported License alá esik." - -#: C/legal.xml:6(p) -msgid "As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction." -msgstr "Speciális kivételként a szerzői jog tulajdonosai engedélyezik a dokumentum által tartalmazott példakód másolását, módosítását és terjesztését az Ön által választott feltételek szerint, korlátozások nélkül." - -#: C/variables.page:9(title) -msgid "Variables" -msgstr "Változók" - -#: C/variables.page:11(p) -msgid "To assign a value to a variable use the = symbol or choose the variable to assign to with the →R button in advanced mode. A variable name must only contain upper or lower characters." -msgstr "Érték változóhoz rendeléséhez használja az = szimbólumot, vagy válassza ki a cél változót az →R gomb megnyomásával a speciális módban. A változó neve csak angol kis- és nagybetűket tartalmazhat." - -#: C/variables.page:16(p) -msgid "x=5" -msgstr "x=5" - -#: C/variables.page:19(p) -msgid "value=82" -msgstr "ertek=82" - -#: C/variables.page:23(p) -msgid "Variables can be used in any equation and are substituted for their assigned value. Variables can be inserted using the ←R button." -msgstr "A változók bármely egyenletben használhatók, és értékük kerül behelyettesítésre. A változók az ←R gombbal szúrhatók be." - -#: C/variables.page:28(p) -msgid "6x+3" -msgstr "6x+3" - -#: C/variables.page:31(p) -msgid "xy−3x+7y−21" -msgstr "xy−3x+7y−21" - -#: C/variables.page:35(p) -msgid "The following variables are always defined." -msgstr "A következő változók mindig definiálva vannak." - -#: C/variables.page:40(p) -msgid "ans" -msgstr "ans" - -#: C/variables.page:41(p) -msgid "Result of previous calculation" -msgstr "Az előző számolás eredménye" - -#: C/variables.page:44(p) -msgid "e" -msgstr "e" - -#: C/variables.page:45(link) -msgid "Euler's Number" -msgstr "Euler-szám" - -#: C/variables.page:48(p) C/keyboard.page:35(p) -msgid "π" -msgstr "π" - -#: C/variables.page:49(link) -msgid "Pi" -msgstr "Pi" - -#: C/variables.page:52(p) -msgid "rand" -msgstr "rand" - -#: C/variables.page:53(p) -msgid "Random value in the range [0,1] (changes on each read)" -msgstr "Véletlen érték az [0,1] tartományban (minden olvasáskor változik)" - -#: C/trigonometry.page:9(title) -msgid "Trigonometry" -msgstr "Trigonometria" - -#: C/trigonometry.page:11(p) -msgid "Trigonometry can be performed using the sin, cos, and tan function." -msgstr "A sin, cos és tan függvények segítségével végezhető trigonometria." - -#: C/trigonometry.page:15(p) -msgid "sin 45" -msgstr "sin 45" - -#: C/trigonometry.page:19(p) -msgid "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible when in scientific mode." -msgstr "A használható szögegység a SzámológépBeállítások menüpont alatt módosítható. A trigonometriai gombok tudományos módban láthatók." - -#: C/trigonometry.page:23(p) -msgid "Hyperbolic functions are available by adding \"h\" to the end of a function." -msgstr "A hiperbolikus függvények a függvény végéhez adott „h” segítségével érhetők el." - -#: C/trigonometry.page:27(p) -msgid "sinh 0.34" -msgstr "sinh 0.34" - -#: C/trigonometry.page:31(p) -msgid "Inverse functions are entered either using the inverse symbol ⁻¹ (CtrlI) or the \"a\" form of the function. The following two equations are equivalent." -msgstr "Az inverz függvényeket a ⁻¹ inverz szimbólummal (CtrlI) vagy a függvény „a” formájának használatával lehet megadni. A következő két egyenlet egyenértékű." - -#: C/trigonometry.page:36(p) -msgid "sin⁻¹ 0.5" -msgstr "sin⁻¹ 0.5" - -#: C/trigonometry.page:39(p) -msgid "asin 0.5" -msgstr "asin 0.5" - -#: C/trigonometry.page:43(p) -msgid "To enter π with the keyboard use CtrlP." -msgstr "A π billentyűzetről való beviteléhez nyomja meg a CtrlP billentyűkombinációt." - -#. Place this at the end of the section -#: C/superscript.page:7(title) -msgid "_" -msgstr "_" - -#: C/superscript.page:11(title) -msgid "Superscript and Subscript" -msgstr "Felső és alsó index" - -#: C/superscript.page:13(p) -msgid "Some equations may require numbers to be entered in superscript or subscript form. e.g." -msgstr "Egyes egyenletek beviteléhez felső vagy alsó index formában kell a számokat megadni, például:" - -#: C/superscript.page:17(p) -msgid "x³+2x²−5" -msgstr "x³+2x²−5" +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Kelemen Gábor , 2010, 2011, 2012." -#: C/superscript.page:21(p) -msgid "To enter superscript numbers with the mouse select the number mode using the the ↑n and ↓n buttons. When one of these modes is active clicking the number buttons will enter numbers in superscript or subscript. To return to normal number mode click the active button." -msgstr "Számok felső indexben való beviteléhez az egérrel válassza ki a számmódot a ↑n és ↓n gombokkal. Az egyik ilyen mód aktiválása után a számokra kattintás a számokat felső illetve alsó indexben viszi be. A normál számmódba való visszatéréshez nyomja meg újra az aktív gombot." +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: C/superscript.page:26(p) -msgid "To enter superscript numbers with the keyboard hold down Ctrl while entering the number. Hold Alt for subscript." -msgstr "A billentyűzetről számok felső indexbe történő beviteléhez tartsa lenyomva a Ctrl billentyűt a szám bevitele közben. Alsó indexbe való bevitelhez tartsa lenyomva az Alt billentyűt." +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "GCalctool súgó" -#: C/superscript.page:30(p) -msgid "The number mode returns to normal when entering the next non-number character (e.g. +)." -msgstr "A számmód a következő nem szám karakter (például: +) bevitelekor visszatér normál módba." +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Felhasználói felület" -#: C/scientific.page:9(title) -msgid "Scientific Notation" -msgstr "Tudományos jelölés" +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Egyenletek" -#: C/scientific.page:11(p) -msgid "To enter numbers in scientific format use the ×10x button (CtrlE). The number mode automatically changes to superscript. To enter 2×10¹⁰⁰, start by entering the mantissa (2):" -msgstr "A számok tudományos formátumban való beviteléhez használja a ×10x gombot (CtrlE). A számmód automatikusan felső indexre változik. A 2×10¹⁰⁰ bevitelét kezdje a mantissza (2) bevitelével:" +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Számok" -#: C/scientific.page:17(p) -msgid "2" -msgstr "2" +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Konverziók" -#: C/scientific.page:21(p) -msgid "Then press the scientific notation button (or press CtrlE):" -msgstr "Ezután nyomja meg a tudományos jelölés gombot (vagy nyomja meg a CtrlE kombinációt):" +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Pénzügyi számítások" -#: C/scientific.page:25(p) -msgid "2×10" -msgstr "2×10" +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Abszolút értékek" -#: C/scientific.page:29(p) -msgid "Then enter the exponent (100):" -msgstr "Ezután vigye be a kitevőt (100):" +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" +"Az abszolút értékek a | szimbólum vagy az abs függvény használatával határozhatók meg." -#: C/scientific.page:33(p) -msgid "2×10¹⁰⁰" -msgstr "2×10¹⁰⁰" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: C/scientific.page:37(p) -msgid "To show results in scientific form change the result format." -msgstr "Az eredmények tudományos jelöléssel való megjelenítéséhez módosítsa a megjelenítési formátumot." +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: C/power.page:9(title) -msgid "Powers and Roots" -msgstr "Kitevők és gyökök" +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Számrendszerek" -#: C/power.page:11(p) -msgid "Powers are entered by putting a superscript number after the value." -msgstr "A kitevők az érték után egy felső indexben lévő szám megadásával vihetők be." +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" +"Adott számrendszerbeli számok megadásához használjon alsó indexbe írt számokat. A következő számok megegyeznek." -#: C/power.page:15(p) -msgid "5²" -msgstr "5²" +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" -#: C/power.page:19(p) -msgid "The inverse of a number can be entered using the inverse symbol ⁻¹ (CtrlI)." -msgstr "Számok inverzét a ⁻¹ inverz szimbólum (CtrlI) használatával lehet bevinni." +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: C/power.page:23(p) -msgid "3⁻¹" -msgstr "3⁻¹" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: C/power.page:27(p) -msgid "Powers can also be calculated using the ^ symbol. This allows the power to be an equation." -msgstr "A kitevők a ^ szimbólum használatával is kiszámíthatók. Ez lehetővé teszi, hogy a kitevő egyenlet legyen." +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: C/power.page:32(p) -msgid "5^(6−2)" -msgstr "5^(6−2)" +#: C/base.page:29(page/p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." +msgstr "" +"Programozói módban egy legördülő menüből " +"választhatja ki a bináris (CtrlB), " +"oktális (CtrlO) és hexadecimális " +"(CtrlH) számrendszert." -#: C/power.page:36(p) -msgid "If your keyboard does not have a ^ key you can use * twice." -msgstr "Ha billentyűzetén nincs ^ billentyű, akkor használhatja kétszer a * billentyűt is." +#: C/base.page:32(page/p) +msgid "" +"To set the base that results are shown in change the result format." +msgstr "" +"Az eredmények megjelenítésére használt számrendszer beállításához módosítsa " +"az eredmény formátumát." -#: C/power.page:39(p) -msgid "Square roots can be calculated using the symbol (CtrlR)." -msgstr "A négyzetgyökök a √ (CtrlR) szimbólummal számíthatók ki." +#: C/base.page:35(page/p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "" +"Az aktuális eredmény számrendszerének módosításához használja a legördülő " +"menüt, vagy a CtrlD kombinációt a " +"decimális alakhoz." -#: C/power.page:43(p) -msgid "√2" -msgstr "√2" +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Logikai algebra" -#: C/power.page:47(p) -msgid "n-th roots can be calculated by putting a subscript number before the root sign." -msgstr "Az n. gyökök kiszámításához egy alsó indexben lévő számot kell a gyökjel elé tenni." +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "" +"Az AND, OR és XOR operátorok használatával logikai algebrai műveletek " +"végezhetők." -#: C/power.page:51(p) -msgid "₃√2" -msgstr "₃√2" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: C/percentage.page:9(title) -msgid "Percentages" -msgstr "Százalékszámítás" +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Ezen szimbólumok gombjai a programozói módban " +"érhetők el." -#: C/percentage.page:11(p) -msgid "Percentages are calculated using the % symbol." -msgstr "A százalékértékek a % szimbólummal számíthatók ki." +#: C/boolean.page:22(page/p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "" +"A NOT függvény invertálja egy szám bitjeit. A " +"szóhossz a SzámológépBeállítások " +"menüpont alatt állítható be." -#: C/percentage.page:14(p) -msgid "When added or subtracted the percentage symbol resolves to one percent of the value being added or subtracted from. The following equation calculates the price of a $140 item with 15% tax (140 + (15÷100)×140)." -msgstr "Összeadáskor vagy kivonáskor a százalékjel azon érték egy százalékát jelenti, amelyhez hozzáad vagy amelyből kivon. A következő egyenlet egy 140$ értékű elem 15% adóval növelt értékét számítja ki (140 + (15÷100)×140)." +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: C/percentage.page:19(p) -msgid "140+15%" -msgstr "140+15%" +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Komplex számok" -#: C/percentage.page:23(p) -msgid "In all other cases the percentage symbol resolves to a fraction out of 100. The following equation calculates one quarter of 80 apples ((25÷100)×80)." -msgstr "Minden más esetben a százalékjel századrészt jelent. A következő egyenlet 80 alma negyedrészét számítja ki ((25÷100)×80)." +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "A GCalctool nem támogatja a komplex számokat." -#: C/percentage.page:28(p) -msgid "25%×80" -msgstr "25%×80" +#: C/conv-base.page:11(page/p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." +msgstr "" +"Számrendszerek közti konverzióhoz adjon meg egy számot (vagy számoljon ki " +"egy egyenletet), és módosítsa az eredmény " +"formátumát a SzámológépBeállítások menüből." -#: C/number-display.page:9(title) -msgid "Result Format" -msgstr "Eredmény formátuma" +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Karakterkódok" -#: C/number-display.page:11(p) -msgid "The format used to display results can be changed from the CalculatorPreferences menu." -msgstr "Az eredmények megjelenítésére használt formátum a SzámológépBeállítások menüből módosítható." +#: C/conv-character.page:11(page/p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "" +"Programozói módban az á gomb megnyit " +"egy karakterek karakterkódokká konvertálására használható ablakot." -#: C/number-display.page:16(p) -msgid "Decimal" -msgstr "Decimális" +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "A karakterek nem konvertálhatók a billentyűzet használatával." -#: C/number-display.page:17(p) -msgid "Results are displayed as decimal numbers" -msgstr "Az eredmények decimális számokként jelennek meg" +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Pénznem" -#: C/number-display.page:20(p) C/mouse.page:25(p) -msgid "Scientific" -msgstr "Tudományos" +#: C/conv-currency.page:11(page/p) +msgid "" +"To convert currencies, enter the financial mode, and use the currency controls." +msgstr "" +"Pénznemek közti konverzióhoz lépjen be a pénzügyi " +"módba, és használja a pénznem vezérlőelemeket." -#: C/number-display.page:21(p) -msgid "Results are displayed in scientific notation" -msgstr "Az eredmények tudományos jelöléssel jelennek meg" +#: C/conv-currency.page:14(page/p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "" +"A pénznemek közt a billentyűzet és az in operátor használatával is " +"konvertálhat." -#: C/number-display.page:24(p) -msgid "Engineering" -msgstr "Műszaki" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13,65 EUR in HUF" -#: C/number-display.page:25(p) -msgid "Results are displayed in scientific notation except the exponent is always a multiple of three" -msgstr "Az eredmények tudományos formátumban jelennek meg, kivéve hogy a kitevő mindig 3 többszöröse" +#: C/conv-currency.page:23(note/p) +msgid "" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "" +"Az árfolyam-információk hozzávetőlegesek, és nem használandók pénzügyi " +"döntések meghozatalához." -#: C/number-display.page:28(p) -msgid "Binary" -msgstr "Bináris" +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Hossz/terület/térfogat" -#: C/number-display.page:29(p) -msgid "Results are displayed as binary numbers" -msgstr "Az eredmények bináris számokként jelennek meg" +#: C/conv-length.page:11(page/p) +msgid "" +"To convert between length, area and volume units use the in " +"operator." +msgstr "" +"Hossz-, terület- és térfogategységek közti konverzióra az in " +"operátor használható." -#: C/number-display.page:32(p) -msgid "Octal" -msgstr "Oktális" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 méter in hüvelyk" -#: C/number-display.page:33(p) -msgid "Results are displayed as octal numbers" -msgstr "Az eredmények oktális számokként jelennek meg" +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: C/number-display.page:36(p) -msgid "Hexadecimal" -msgstr "Hexadecimális" +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint in mL" -#: C/number-display.page:37(p) -msgid "Results are displayed as hexadecimal numbers" -msgstr "Az eredmények hexadecimális számokként jelennek meg" +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "" +"A hossz-, terület- és térfogategységek közti konverziót a billentyűzet " +"használatával kell végrehajtani." -#: C/number-display.page:40(p) -msgid "The number of decimal places, if trailing zeroes and if thousands separators are shown can also be configured." -msgstr "A decimális helyek száma is módosítható, ha láthatók a befejező nullák és az ezreselválasztók." +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Idő" -#: C/mouse.page:9(title) -msgid "Using the Mouse" -msgstr "Az egér használata" +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Időkonverzióra az in operátor használható." -#: C/mouse.page:11(p) -msgid "All equations can be entered using the mouse. To access all buttons there are a number of modes that can be selected from the View menu." -msgstr "Minden egyenlet bevihető az egér használatával. Az összes gomb eléréséhez számos mód érhető el, amelyek a Nézet menüből érhetők el." +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 év in óra" -#: C/mouse.page:17(p) -msgid "Basic" -msgstr "Alap" +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Az időkonverziót a billentyűzet használatával kell végrehajtani." -#: C/mouse.page:18(p) -msgid "Provides buttons suitable for basic equations" -msgstr "Az alapszintű egyenletekhez alkalmas gombokat biztosít" +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Tömeg" -#: C/mouse.page:21(p) -msgid "Advanced" -msgstr "Speciális" +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Tömegkonverzióra az in operátor használható." -#: C/mouse.page:22(p) -msgid "Provides buttons suitable for advanced mathematics" -msgstr "Speciális matematikához alkalmas gombokat biztosít" +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1 kg in font" -#: C/mouse.page:26(p) -msgid "Provides buttons suitable for trigonometry" -msgstr "A trigonometriához alkalmas gombokat biztosít" +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "A tömegkonverziót a billentyűzet használatával kell végrehajtani." -#: C/mouse.page:29(p) -msgid "Financial" -msgstr "Pénzügyi" +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" -#: C/mouse.page:30(p) -msgid "Provides buttons suitable for financial equations" -msgstr "Pénzügyi egyenletekhez alkalmas gombokat biztosít" +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Alapszintű egyenletek" -#: C/mouse.page:33(p) -msgid "Programming" -msgstr "Programozói" +#: C/equation.page:13(page/p) +msgid "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "" +"Az egyenletek szabványos matematikai alakban adhatók meg. Például a 7 és 2 " +"összeadásához írja be a következőt:" -#: C/mouse.page:34(p) -msgid "Provides buttons suitable for computer programmers" -msgstr "Számítógépes programozóknak megfelelő gombokat biztosít" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: C/modulus.page:9(title) -msgid "Modulus Division" -msgstr "Maradékos osztás" +#: C/equation.page:22(page/p) +msgid "" +"To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "" +"Az eredmény kiszámolásához nyomja meg az = gombot az egérrel, " +"vagy nyomja meg az Enter billentyűt." -#: C/modulus.page:11(p) -msgid "Modulus division is performed using the mod operator." -msgstr "A maradékos osztás a mod operátorral hajtható végre." +#: C/equation.page:25(page/p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "" +"A számítások matematikai sorrendben kerülnek végrehajtásra: a szorzás és " +"osztás az összeadás és kivonás előtt kerül végrehajtásra. A következő " +"egyenlet eredménye 1 (3×2 = 6, 7−6 = 1)." -#: C/modulus.page:15(p) -msgid "9 mod 5" -msgstr "9 mod 5" +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: C/logarithm.page:9(title) -msgid "Logarithms" -msgstr "Logaritmusok" +#: C/equation.page:34(page/p) +msgid "" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "" +"A számítási sorrend módosításához használjon zárójeleket. A következő " +"egyenlet eredménye 8 (7−3 = 4, 4×2 = 8)." -#: C/logarithm.page:11(p) -msgid "Logarithms can be calculated using the log function." -msgstr "A logaritmusok a log függvény használatával számíthatók ki." +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: C/logarithm.page:15(p) -msgid "log 100" -msgstr "log 100" +#: C/equation.page:43(page/p) +msgid "" +"To clear the display press the Clr button or Escape." +msgstr "" +"A kijelző törléséhez nyomja meg a Clr gombot vagy az Esc billentyűt." -#: C/logarithm.page:19(p) -msgid "To calculate a logarithm in a different base use a subscript number after the function." -msgstr "Logaritmus más számrendszerben való kiszámításához tegyen egy alsó indexben lévő számot a függvény után." +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Faktoriálisok" -#: C/logarithm.page:23(p) -msgid "log₂ 32" -msgstr "log₂ 32" +#: C/factorial.page:11(page/p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "" +"A faktoriálisok a ! szimbólummal vihetők be. 6 faktoriálisának " +"kiszámításához írja be a következőt." -#: C/logarithm.page:27(p) -msgid "To calculate a natural logarithm use the ln function." -msgstr "Természetes alapú logaritmus számításához használja a ln függvényt." +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" -#: C/logarithm.page:31(p) -msgid "ln 1.32" -msgstr "ln 1.32" +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Faktorizálás" -#: C/logarithm.page:35(p) -msgid "Euler's number can be entered by using the variable e." -msgstr "Az Euler szám az e változó használatával vihető be." +#: C/factorize.page:11(page/p) +msgid "" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." +msgstr "" +"A megjelenített számot tényezőkre bonthatja a fact gomb " +"megnyomásával. Ez a gomb programozói módban " +"látható." -#: C/logarithm.page:39(p) -msgid "e^1.32" -msgstr "e^1.32" +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Pénzügyi függvények" -#: C/keyboard.page:9(title) -msgid "Using the Keyboard" -msgstr "A billentyűzet használata" +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Pénzügyi módban a következő gombok érhetők el." -#: C/keyboard.page:11(p) -msgid "All mathematical equations can be entered using the keyboard." -msgstr "Minden matematikai egyenlet bevihető a billentyűzetről." +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" -#: C/keyboard.page:14(p) -msgid "The following key combinations can be used to enter keys that may not be available on your keyboard." -msgstr "A következő billentyűkombinációk használhatók olyan jelek bevitelére, amelyek esetleg nem érhetők el billentyűzetén." +#: C/financial.page:16(td/p) +msgid "" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "" +"Kiszámítja egy befektetés jelenértékének adott jövőértékre növeléséhez " +"szükséges kamatszámítási időszakok számát, rögzített kamatszámítási " +"időszakonkénti kamatláb mellett." -#: C/keyboard.page:19(p) -msgid "×" -msgstr "×" +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" -#: C/keyboard.page:20(key) -msgid "*" -msgstr "*" +#: C/financial.page:20(td/p) +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "" +"Kiszámítja egy eszköz értékcsökkenési leírását egy megadott időszakra a " +"kétszeresen csökkenő egyenleg módszer használatával." -#: C/keyboard.page:23(p) -msgid "÷" -msgstr "÷" +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" -#: C/keyboard.page:24(key) -msgid "/" -msgstr "/" +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." +msgstr "" +"Egyenlő kifizetések sorozata alapján, az időszakra vonatkozó kamatláb " +"mellett kiszámítja egy befektetés jövőértékét a periódus fizetési időszakai " +"folyamán." -#: C/keyboard.page:27(p) -msgid "^" -msgstr "^" +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Gpm" -#: C/keyboard.page:28(p) -msgid "* twice" -msgstr "* kétszer" +#: C/financial.page:28(td/p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." +msgstr "" +"Kiszámítja egy termék viszonteladói árát a termék költsége és a kívánt " +"bruttó haszon alapján." -#: C/keyboard.page:31(p) -msgid "√" -msgstr "√" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" -#: C/keyboard.page:32(key) C/keyboard.page:36(key) -msgid "Ctrl" -msgstr "Ctrl" +#: C/financial.page:32(td/p) +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "" +"Egy kölcsön rendszeres törlesztőrészletét számítja ki, ahol a törlesztések " +"az egyes fizetési időszakok végén történnek." -#: C/keyboard.page:32(key) -msgid "R" -msgstr "R" +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" -#: C/keyboard.page:36(key) -msgid "P" -msgstr "P" +#: C/financial.page:36(td/p) +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "" +"Az időszakra vonatkozó kamatláb mellett diszkontált egyenlő kifizetések " +"sorozata alapján kiszámítja egy befektetés jelenértékét a periódus fizetési " +"időszakai során." -#: C/keyboard.page:39(p) -msgid "To enter superscript numbers use Ctrlnumber, for subscript use Altnumber." -msgstr "Felső indexben lévő számok beviteléhez használja a Ctrlszám, alsó indexben lévő számokhoz az Altszám billentyűkombinációt." +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Rate" -#: C/index.page:7(name) C/index.page:7(name) -msgid "Robert Ancell" -msgstr "Robert Ancell" +#: C/financial.page:40(td/p) +msgid "" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." +msgstr "" +"Kiszámítja egy befektetés jövőértékre növeléséhez a kamatszámítási időszakok " +"alatt szükséges időszakra vonatkozó kamatlábat." -#: C/index.page:8(email) C/index.page:8(email) -msgid "robert.ancell@gmail.com" -msgstr "robert.ancell@gmail.com" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" -#: C/index.page:13(title) C/index.page:13(title) -msgid "mate-calc Help" -msgstr "mate-calc súgó" +#: C/financial.page:44(td/p) +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" +"Kiszámítja egy eszköz lineáris értékcsökkenését egy periódusra. A lineáris " +"értékcsökkenési leírás egyenlően osztja el az értékcsökkenési költséget az " +"eszköz hasznos élettartama alatt. A hasznos élettartam azon periódusok, " +"általában évek száma, amelyek alatt az eszköz elavul." -#: C/index.page:16(title) C/index.page:16(title) -msgid "User Interface" -msgstr "Felhasználói felület" +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" -#: C/index.page:20(title) C/index.page:20(title) -msgid "Equations" -msgstr "Egyenletek" +#: C/financial.page:48(td/p) +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "" +"Kiszámítja egy eszköz értékcsökkenési leírását egy megadott időszakra az " +"évek száma módszer használatával. Ez az értékcsökkenési mód gyorsítja az " +"értékcsökkenés sebességét, így a korábbi időszakok során több " +"értékcsökkenési kiadás lép fel, mint a későbbiekben. A hasznos élettartam az " +"időszakok, jellemzően évek száma, amelyek során az eszköz értékcsökkenése " +"bekövetkezik." -#: C/index.page:24(title) C/index.page:24(title) -msgid "Numbers" -msgstr "Számok" +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Időszak" -#: C/index.page:28(title) C/index.page:28(title) -msgid "Conversions" -msgstr "Konverziók" +#: C/financial.page:52(td/p) +msgid "" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." +msgstr "" +"Kiszámítja egy szokásos annuitás periódusa alatt egy jövőérték " +"összegyűjtéséhez szükséges fizetési időszakok számát, az időszakra vonatkozó " +"kamatláb mellett." -#: C/index.page:32(title) C/index.page:32(title) -msgid "Financial Calculations" -msgstr "Pénzügyi számítások" +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "A pénzügyi függvények nem hajthatók végre a billentyűzetről." -#: C/functions.page:9(title) +#: C/functions.page:9(page/title) msgid "Functions" msgstr "Függvények" -#: C/functions.page:11(p) -msgid "Functions can be used by inserting the name of the function followed by the function argument. If the argument is not a number or variable then use parenthesis around the argument." -msgstr "A függvények a függvény nevének és argumentumának beszúrásával használhatók. Ha az argumentum nem szám vagy változó, akkor használjon zárójeleket az argumentum körül." +#: C/functions.page:11(page/p) +msgid "" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "" +"A függvények a függvény nevének és argumentumának beszúrásával használhatók. " +"Ha az argumentum nem szám vagy változó, akkor " +"használjon zárójeleket az argumentum körül." -#: C/functions.page:16(p) +#: C/functions.page:16(example/p) msgid "sin 30" msgstr "sin 30" -#: C/functions.page:19(p) +#: C/functions.page:19(example/p) msgid "abs (5−9)" msgstr "abs (5−9)" -#: C/functions.page:23(p) +#: C/functions.page:23(page/p) msgid "The following functions are defined." msgstr "A következő függvények használhatók." -#: C/functions.page:28(p) +#: C/functions.page:28(td/p) msgid "abs" msgstr "abs" -#: C/functions.page:29(link) -msgid "Absolute Value" -msgstr "Abszolút érték" +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Abszolút érték" -#: C/functions.page:32(p) +#: C/functions.page:32(td/p) msgid "cos" msgstr "cos" -#: C/functions.page:33(link) -msgid "Cosine" -msgstr "Koszinusz" +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Koszinusz" -#: C/functions.page:36(p) +#: C/functions.page:36(td/p) msgid "cosh" msgstr "cosh" -#: C/functions.page:37(link) -msgid "Hyperbolic Cosine" -msgstr "Koszinusz hiperbolikusz" +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Koszinusz hiperbolikusz" -#: C/functions.page:40(p) +#: C/functions.page:40(td/p) msgid "frac" msgstr "frac" -#: C/functions.page:41(p) +#: C/functions.page:41(td/p) msgid "Fractional Component" msgstr "Törtrész" -#: C/functions.page:44(p) +#: C/functions.page:44(td/p) msgid "int" msgstr "int" -#: C/functions.page:45(p) +#: C/functions.page:45(td/p) msgid "Integer Component" msgstr "Egész rész" -#: C/functions.page:48(p) +#: C/functions.page:48(td/p) msgid "ln" msgstr "ln" -#: C/functions.page:49(link) -msgid "Natural Logarithm" -msgstr "Természetes alapú logaritmus" +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Természetes alapú logaritmus" -#: C/functions.page:52(p) +#: C/functions.page:52(td/p) msgid "log" msgstr "log" -#: C/functions.page:53(link) -msgid "Logarithm" -msgstr "Logaritmus" +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritmus" -#: C/functions.page:56(p) +#: C/functions.page:56(td/p) msgid "not" msgstr "not" -#: C/functions.page:57(link) -msgid "Boolean NOT" -msgstr "Logikai NEM" +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "Logikai NEM" -#: C/functions.page:60(p) +#: C/functions.page:60(td/p) msgid "ones" msgstr "ones" -#: C/functions.page:61(p) +#: C/functions.page:61(td/p) msgid "Ones complement" msgstr "Egyes komplemens" -#: C/functions.page:64(p) +#: C/functions.page:64(td/p) msgid "sin" msgstr "sin" -#: C/functions.page:65(link) -msgid "Sine" -msgstr "Szinusz" +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Szinusz" -#: C/functions.page:68(p) +#: C/functions.page:68(td/p) msgid "sinh" msgstr "sinh" -#: C/functions.page:69(link) -msgid "Hyperbolic Sine" -msgstr "Szinusz hiperbolikusz" +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Szinusz hiperbolikusz" -#: C/functions.page:72(p) +#: C/functions.page:72(td/p) msgid "sqrt" msgstr "sqrt" -#: C/functions.page:73(link) -msgid "Square Root" -msgstr "Négyzetgyök" +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Négyzetgyök" + +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" + +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangens" + +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" + +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Tangens hiperbolikusz" + +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "twos" + +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Kettes komplemens" + +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "" +"A GCalctool nem támogatja a felhasználó által megadott " +"függvényeket." + +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "A billentyűzet használata" + +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "Minden matematikai egyenlet bevihető a billentyűzetről." + +#: C/keyboard.page:14(page/p) +msgid "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." +msgstr "" +"A következő billentyűkombinációk használhatók olyan jelek bevitelére, " +"amelyek esetleg nem érhetők el billentyűzetén." + +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" + +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" + +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" + +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" + +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" + +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* kétszer" + +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" + +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" + +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" + +#: C/keyboard.page:39(page/p) +msgid "" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." +msgstr "" +"Felső indexben lévő számok beviteléhez " +"használja a Ctrlszám, alsó indexben lévő " +"számokhoz az Altszám billentyűkombinációt." + +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "Creative Commons Attribution-Share Alike 3.0 Unported License" + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Ez a munka a <_:link-1/> feltételei szerint használható." + +#: C/legal.xml:6(license/p) +msgid "" +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." +msgstr "" +"Speciális kivételként a szerzői jog tulajdonosai az Ön által választott " +"tetszőleges feltételek mellett, korlátozás nélkül engedélyezik a " +"dokumentumban található példakódok másolását, módosítását és terjesztését." + +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logaritmusok" + +#: C/logarithm.page:11(page/p) +msgid "" +"Logarithms can be calculated using the log function." +msgstr "" +"A logaritmusok a log függvény használatával " +"számíthatók ki." + +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" + +#: C/logarithm.page:19(page/p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." +msgstr "" +"Logaritmus más számrendszerben való kiszámításához tegyen egy alsó indexben lévő számot a függvény után." + +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" + +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Természetes alapú logaritmus számításához használja a ln függvényt." + +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" + +#: C/logarithm.page:35(page/p) +msgid "" +"Euler's number can be entered by using the variable e." +msgstr "" +"Az Euler szám az e változó használatával " +"vihető be." + +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" + +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Maradékos osztás" + +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "A maradékos osztás a mod operátorral hajtható végre." + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Az egér használata" + +#: C/mouse.page:11(page/p) +msgid "" +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the Mode menu." +msgstr "" +"Minden egyenlet bevihető az egér használatával. Az összes gomb eléréséhez " +"számos mód érhető el, amelyek a Mód menüből érhetők el." + +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Alap" + +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" +msgstr "" +"Az alapszintű egyenletekhez alkalmas gombokat " +"biztosít" + +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Speciális" + +#: C/mouse.page:22(td/p) +#| msgid "Provides buttons suitable for advanced mathematics" +msgid "" +"Provides buttons suitable for advanced mathematics such as " +msgstr "" +"Speciális matematikához (mint például a ) " +"használható gombokat biztosít" + +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Pénzügyi" + +#: C/mouse.page:26(td/p) +msgid "" +"Provides buttons suitable for financial equations" +msgstr "" +"Pénzügyi egyenletekhez alkalmas gombokat " +"biztosít" + +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Programozói" + +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Számítógépes programozóknak megfelelő gombokat biztosít" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Eredmény formátuma" -#: C/functions.page:76(p) -msgid "tan" -msgstr "tan" +#: C/number-display.page:11(page/p) +msgid "" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." +msgstr "" +"Az eredmények megjelenítésére használt formátum a SzámológépBeállítások menüből módosítható." -#: C/functions.page:77(link) -msgid "Tangent" -msgstr "Tangens" +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Decimális" -#: C/functions.page:80(p) -msgid "tanh" -msgstr "tanh" +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Az eredmények decimális számokként jelennek meg" -#: C/functions.page:81(link) -msgid "Hyperbolic Tangent" -msgstr "Tangens hiperbolikusz" +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Tudományos" -#: C/functions.page:84(p) -msgid "twos" -msgstr "twos" +#: C/number-display.page:21(td/p) +msgid "" +"Results are displayed in scientific notation" +msgstr "" +"Az eredmények tudományos jelöléssel " +"jelennek meg" -#: C/functions.page:85(p) -msgid "Twos complement" -msgstr "Kettes komplemens" +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Műszaki" -#: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." -msgstr "A mate-calc nem támogatja a felhasználó által megadott függvényeket." +#: C/number-display.page:25(td/p) +msgid "" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" +msgstr "" +"Az eredmények tudományos formátumban jelennek meg, kivéve hogy a kitevő " +"mindig 3 többszöröse" -#: C/financial.page:9(title) -msgid "Financial Functions" -msgstr "Pénzügyi függvények" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Bináris" -#: C/financial.page:10(p) -msgid "When in financial mode the following buttons are available." -msgstr "Pénzügyi módban a következő gombok érhetők el." +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "" +"Az eredmények bináris számokként jelennek meg" -#: C/financial.page:15(p) -msgid "Ctrm" -msgstr "Ctrm" +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Oktális" -#: C/financial.page:16(p) -msgid "Calculate the number of compounding periods necessary to increase an investment of present value to a future value, at a fixed interest rate per compounding period." -msgstr "Kiszámítja egy befektetés jelenértékének adott jövőértékre növeléséhez szükséges kamatszámítási időszakok számát, rögzített kamatszámítási időszakonkénti kamatláb mellett." +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "" +"Az eredmények oktális számokként jelennek meg" -#: C/financial.page:19(p) -msgid "Ddb" -msgstr "Ddb" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Hexadecimális" -#: C/financial.page:20(p) -msgid "Calculate the depreciation allowance on an asset for a specified period of time, using the double-declining balance method." -msgstr "Kiszámítja egy eszköz értékcsökkenési leírását egy megadott időszakra a kétszeresen csökkenő egyenleg módszer használatával." +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" +"Az eredmények hexadecimális számokként jelennek " +"meg" -#: C/financial.page:23(p) -msgid "Fv" -msgstr "Fv" +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" +"A decimális helyek száma is módosítható, ha láthatók a befejező nullák és az " +"ezreselválasztók." -#: C/financial.page:24(p) -msgid "Calculate the future value of an investment based on a series of equal payments at a periodic interest rate over the number of payment periods in the term." -msgstr "Egyenlő kifizetések sorozata alapján, az időszakra vonatkozó kamatláb mellett kiszámítja egy befektetés jövőértékét a periódus fizetési időszakai folyamán." +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Százalékszámítás" -#: C/financial.page:27(p) -msgid "Gpm" -msgstr "Gpm" +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "A százalékértékek a % szimbólummal számíthatók ki." -#: C/financial.page:28(p) -msgid "Calculate the resale price of a product, based on the product cost and the wanted gross profit margin." +#: C/percentage.page:14(page/p) +msgid "" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" -"Kiszámítja egy termék viszonteladói árát a termék költsége és a kívánt " -"bruttó haszon alapján." +"Összeadáskor vagy kivonáskor a százalékjel azon érték egy százalékát " +"jelenti, amelyhez hozzáad vagy amelyből kivon. A következő egyenlet egy 1400 " +"Ft értékű tárgy 18% adóval növelt értékét számítja ki (1400 + (18÷100)×1400)." -#: C/financial.page:31(p) -msgid "Pmt" -msgstr "Pmt" +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "1400+18%" -#: C/financial.page:32(p) -msgid "Calculate the amount of the periodic payment of a loan, where payments are made at the end of each payment period." -msgstr "Egy kölcsön rendszeres törlesztőrészletét számítja ki, ahol a törlesztések az egyes fizetési időszakok végén történnek." +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "" +"Minden más esetben a százalékjel századrészt jelent. A következő egyenlet 80 " +"alma negyedrészét számítja ki ((25÷100)×80)." -#: C/financial.page:35(p) -msgid "Pv" -msgstr "Pv" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#: C/financial.page:36(p) -msgid "Calculate the present value of an investment based on a series of equal payments discounted at a periodic interest rate over the number of payment periods in the term." -msgstr "Az időszakra vonatkozó kamatláb mellett diszkontált egyenlő kifizetések sorozata alapján kiszámítja egy befektetés jelenértékét a periódus fizetési időszakai során." +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Kitevők és gyökök" -#: C/financial.page:39(p) -msgid "Rate" -msgstr "Rate" +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." +msgstr "" +"A kitevők az érték után egy felső indexben lévő " +"szám megadásával vihetők be." + +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" -#: C/financial.page:40(p) -msgid "Calculate the periodic interest necessary to increase an investment to a future value, over the number of compounding periods." +#: C/power.page:19(page/p) +msgid "" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"Kiszámítja egy befektetés jövőértékre növeléséhez a kamatszámítási időszakok " -"alatt szükséges időszakra vonatkozó kamatlábat." +"Számok inverzét a ⁻¹ inverz szimbólum (CtrlI) használatával lehet bevinni." -#: C/financial.page:43(p) -msgid "Sln" -msgstr "Sln" +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: C/financial.page:44(p) -msgid "Calculate the straight-line depreciation of an asset for one period. 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." +#: C/power.page:27(page/p) +msgid "" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." msgstr "" -"Kiszámítja egy eszköz lineáris értékcsökkenését egy periódusra. A lineáris " -"értékcsökkenési leírás egyenlően osztja el az értékcsökkenési költséget az " -"eszköz hasznos élettartama alatt. A hasznos élettartam azon periódusok, " -"általában évek száma, amelyek alatt az eszköz elavul." +"A kitevők a ^ szimbólum használatával is kiszámíthatók. Ez lehetővé teszi, " +"hogy a kitevő egyenlet legyen." -#: C/financial.page:47(p) -msgid "Syd" -msgstr "Syd" +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: C/financial.page:48(p) -msgid "Calculate 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. The useful life is the number of periods, typically years, over which an asset is depreciated." +#: C/power.page:36(page/p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -"Kiszámítja egy eszköz értékcsökkenési leírását egy megadott időszakra az " -"évek száma módszer használatával. Ez az értékcsökkenési mód gyorsítja az " -"értékcsökkenés sebességét, így a korábbi időszakok során több " -"értékcsökkenési kiadás lép fel, mint a későbbiekben. A hasznos élettartam az " -"időszakok, jellemzően évek száma, amelyek során az eszköz értékcsökkenése " -"bekövetkezik." +"Ha billentyűzetén nincs ^ billentyű, akkor használhatja kétszer a " +"* billentyűt is." -#: C/financial.page:51(p) -msgid "Term" -msgstr "Időszak" +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "" +"A négyzetgyökök a √ (CtrlR) " +"szimbólummal számíthatók ki." -#: C/financial.page:52(p) -msgid "Calculate the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value, at a periodic interest rate." -msgstr "Kiszámítja egy szokásos annuitás periódusa alatt egy jövőérték összegyűjtéséhez szükséges fizetési időszakok számát, az időszakra vonatkozó kamatláb mellett." +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" -#: C/financial.page:56(p) -msgid "Financial functions cannot be performed using the keyboard." -msgstr "A pénzügyi függvények nem hajthatók végre a billentyűzetről." +#: C/power.page:47(page/p) +msgid "" +"n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "" +"Az n. gyökök kiszámításához egy alsó indexben " +"lévő számot kell a gyökjel elé tenni." -#: C/factorize.page:9(title) -msgid "Factorization" -msgstr "Faktorizálás" +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" -#: C/factorize.page:11(p) -msgid "You can factorize the number currently displayed by pressing the fact button. This button is visible in programming mode." -msgstr "A megjelenített számot tényezőkre bonthatja a fact gomb megnyomásával. Ez a gomb programozói módban látható." +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Tudományos jelölés" -#: C/factorial.page:9(title) -msgid "Factorials" -msgstr "Faktoriálisok" +#: C/scientific.page:11(page/p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "" +"A számok tudományos formátumban való beviteléhez használja a ×10x " +"gombot (CtrlE). A számmód automatikusan felső indexre változik. A " +"2×10¹⁰⁰ bevitelét kezdje a mantissza (2) bevitelével:" -#: C/factorial.page:11(p) -msgid "Factorials are entered using the ! symbol. To calculate the factorial of 6 enter the following." -msgstr "A faktoriálisok a ! szimbólummal vihetők be. 6 faktoriálisának kiszámításához írja be a következőt." +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#: C/factorial.page:16(p) -msgid "6!" -msgstr "6!" +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "" +"Ezután nyomja meg a tudományos jelölés gombot (vagy nyomja meg a " +"CtrlE kombinációt):" -#. Place this at the start of the section -#: C/equation.page:7(title) -msgid "0" -msgstr "0" +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" -#: C/equation.page:11(title) -msgid "Basic Equations" -msgstr "Alapszintű egyenletek" +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Ezután vigye be a kitevőt (100):" -#: C/equation.page:13(p) -msgid "Equations are entered in standard mathematical form. For example to add 7 and 2 enter the following:" -msgstr "Az egyenletek szabványos matematikai alakban adhatók meg. Például a 7 és 2 összeadásához írja be a következőt:" +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" -#: C/equation.page:18(p) -msgid "7+2" -msgstr "7+2" +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." +msgstr "" +"Az eredmények tudományos jelöléssel való megjelenítéséhez módosítsa a megjelenítési formátumot." -#: C/equation.page:22(p) -msgid "To solve, press the = button with your mouse or the Enter key on your keyboard." -msgstr "Az eredmény kiszámolásához nyomja meg az = gombot az egérrel, vagy nyomja meg az Enter billentyűt." +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" -#: C/equation.page:25(p) -msgid "Calculations are performed in mathematical order - multiplication and division are performed before addition and subtraction. The following equation solves to 1 (3×2 = 6, 7−6 = 1)." -msgstr "A számítások matematikai sorrendben kerülnek végrehajtásra: a szorzás és osztás az összeadás és kivonás előtt kerül végrehajtásra. A következő egyenlet eredménye 1 (3×2 = 6, 7−6 = 1)." +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Felső és alsó index" -#: C/equation.page:30(p) -msgid "7−3×2" -msgstr "7−3×2" +#: C/superscript.page:13(page/p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "" +"Egyes egyenletek beviteléhez felső vagy alsó index formában kell a számokat " +"megadni, például:" -#: C/equation.page:34(p) -msgid "To change the order of calculation use parenthesis. The following equation solves to 8 (7−3 = 4, 4×2 = 8)." -msgstr "A számítási sorrend módosításához használjon zárójeleket. A következő egyenlet eredménye 8 (7−3 = 4, 4×2 = 8)." +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: C/equation.page:39(p) -msgid "(7−3)×2" -msgstr "(7−3)×2" +#: C/superscript.page:21(page/p) +msgid "" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." +msgstr "" +"Számok felső indexben való beviteléhez az egérrel válassza ki a számmódot a " +"↑n és ↓n gombokkal. Az egyik ilyen mód aktiválása után " +"a számokra kattintás a számokat felső illetve alsó indexben viszi be. A " +"normál számmódba való visszatéréshez nyomja meg újra az aktív gombot." -#: C/equation.page:43(p) -msgid "To clear the display press the Clr button or Escape." -msgstr "A kijelző törléséhez nyomja meg a Clr gombot vagy az Esc billentyűt." +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" +"A billentyűzetről számok felső indexbe történő beviteléhez tartsa lenyomva a " +"Ctrl billentyűt a szám bevitele közben. Alsó indexbe való " +"bevitelhez tartsa lenyomva az Alt billentyűt." -#: C/conv-weight.page:9(title) -msgid "Mass" -msgstr "Tömeg" +#: C/superscript.page:30(page/p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." +msgstr "" +"A számmód a következő nem szám karakter (például: +) bevitelekor visszatér " +"normál módba." -#: C/conv-weight.page:11(p) -msgid "To convert between mass use the in operator." -msgstr "Tömegkonverzióra az in operátor használható." +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometria" -#: C/conv-weight.page:15(p) -msgid "1kg in pounds" -msgstr "1kg in pounds" +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "" +"A sin, cos és tan függvények segítségével " +"végezhető trigonometria." -#: C/conv-weight.page:20(p) -msgid "Mass conversions must be performed using the keyboard." -msgstr "A tömegkonverziót a billentyűzet használatával kell végrehajtani." +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" -#: C/conv-time.page:9(title) -msgid "Time" -msgstr "Idő" +#: C/trigonometry.page:19(page/p) +#| msgid "" +#| "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are " +#| "visible when in scientific mode." +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in Advanced mode." +msgstr "" +"A használható szögegység a SzámológépBeállítások menüpont alatt módosítható. A trigonometriai gombok speciális módban láthatók." -#: C/conv-time.page:11(p) -msgid "To convert between time use the in operator." -msgstr "Időkonverzióra az in operátor használható." +#: C/trigonometry.page:23(page/p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "" +"A hiperbolikus függvények a függvény végéhez adott „h” segítségével érhetők " +"el." -#: C/conv-time.page:15(p) -msgid "3 years in hours" -msgstr "3 years in hours" +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" -#: C/conv-time.page:20(p) -msgid "Time conversions must be performed using the keyboard." -msgstr "Az időkonverziót a billentyűzet használatával kell végrehajtani." +#: C/trigonometry.page:31(page/p) +msgid "" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." +msgstr "" +"Az inverz függvényeket a ⁻¹ inverz szimbólummal (CtrlI) vagy a függvény „a” formájának használatával " +"lehet megadni. A következő két egyenlet egyenértékű." -#: C/conv-length.page:9(title) -msgid "Length/Area/Volume" -msgstr "Hossz/terület/térfogat" +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" -#: C/conv-length.page:11(p) -msgid "To convert between length, area and volume units use the in operator." -msgstr "Hossz-, terület- és térfogategységek közti konverzióra az in operátor használható." +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" -#: C/conv-length.page:15(p) -msgid "6 meters in inches" -msgstr "6 meters in inches" +#: C/trigonometry.page:43(page/p) +msgid "" +"To enter π with the keyboard use " +"CtrlP." +msgstr "" +"A π billentyűzetről való beviteléhez nyomja " +"meg a CtrlP billentyűkombinációt." -#: C/conv-length.page:18(p) -msgid "1 acre in cm²" -msgstr "1 acre in cm²" +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Változók" -#: C/conv-length.page:21(p) -msgid "1 pint in mL" -msgstr "1 pint in mL" +#: C/variables.page:11(page/p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." +msgstr "" +"Érték változóhoz rendeléséhez használja az = szimbólumot, vagy válassza ki a " +"cél változót az x gomb megnyomásával a speciális módban. A változó neve csak angol kis- és nagybetűket " +"tartalmazhat." -#: C/conv-length.page:26(p) -msgid "Length/Area/Volume conversions must be performed using the keyboard." -msgstr "A hossz-, terület- és térfogategységek közti konverziót a billentyűzet használatával kell végrehajtani." +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#: C/conv-currency.page:9(title) -msgid "Currency" -msgstr "Pénznem" +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "ertek=82" -#: C/conv-currency.page:11(p) -msgid "To convert currencies press the ¤$€ button in financial mode." -msgstr "Pénznemek közti konverzióhoz nyomja meg a ¤$€ gombot pénzügyi módban." +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" +"A változók bármely egyenletben használhatók, és értékük kerül " +"behelyettesítésre. A változók az x gombbal szúrhatók be." -#: C/conv-currency.page:14(p) -msgid "You can also convert currencies using the keyboard and the in operator." -msgstr "A pénznemek közt a billentyűzet és az in operátor használatával is konvertálhat." +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" -#: C/conv-currency.page:18(p) -msgid "13.65 USD in GBP" -msgstr "13.65 USD in GBP" +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" -#: C/conv-currency.page:23(p) -msgid "Currency information is approximate and should not be used for making financial decisions." -msgstr "Az árfolyam-információk hozzávetőlegesek, és nem használandók pénzügyi döntések meghozatalához." +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "A következő változók mindig definiálva vannak." -#: C/conv-character.page:9(title) -msgid "Character Codes" -msgstr "Karakterkódok" +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" -#: C/conv-character.page:11(p) -msgid "When in programming mode the á button opens a dialog to convert characters to character codes." -msgstr "Programozói módban az á gomb megnyit egy karakterek karakterkódokká konvertálására használható ablakot." +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Az előző számolás eredménye" -#: C/conv-character.page:15(p) -msgid "Characters cannot be converted using the keyboard." -msgstr "A karakterek nem konvertálhatók a billentyűzet használatával." +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" -#: C/conv-base.page:9(title) C/base.page:9(title) -msgid "Number Bases" -msgstr "Számrendszerek" +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Euler-szám" -#: C/conv-base.page:11(p) -msgid "To convert between number bases enter a number (or solve an equation) and change the result format from the CalculatorPreferences menu." -msgstr "Számrendszerek közti konverzióhoz adjon meg egy számot (vagy számoljon ki egy egyenletet), és módosítsa az eredmény formátumát a SzámológépBeállítások menüből." +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" -#: C/complex.page:9(title) -msgid "Complex Numbers" -msgstr "Komplex számok" +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" -#: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." -msgstr "A mate-calc nem támogatja a komplex számokat." +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Véletlen érték az [0,1] tartományban (minden olvasáskor változik)" -#: C/boolean.page:9(title) -msgid "Boolean Algebra" -msgstr "Logikai algebra" +#~ msgid "" +#~ "Provides buttons suitable for trigonometry" +#~ msgstr "" +#~ "A trigonometriához alkalmas gombokat " +#~ "biztosít" -#: C/boolean.page:11(p) -msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." -msgstr "Az AND, OR és XOR operátorok használatával logikai algebrai műveletek végezhetők." +#~ msgid "Euler's Number" +#~ msgstr "Euler-szám" -#: C/boolean.page:15(p) -msgid "010011₂ AND 110101₂" -msgstr "010011₂ AND 110101₂" +#~ msgid "Pi" +#~ msgstr "Pi" -#: C/boolean.page:19(p) -msgid "Buttons for these symbols are available in programming mode." -msgstr "Ezen szimbólumok gombjai a programozói módban érhetők el." +#~ msgid "*" +#~ msgstr "*" -#: C/boolean.page:22(p) -msgid "The NOT function inverts the bits in a number. The word size is set from the CalculatorPreferences menu." -msgstr "A NOT függvény invertálja egy szám bitjeit. A szóhossz a SzámológépBeállítások menüpont alatt állítható be." +#~ msgid "/" +#~ msgstr "/" -#: C/boolean.page:27(p) -msgid "NOT 010011₂" -msgstr "NOT 010011₂" +#~ msgid "Ctrl" +#~ msgstr "Ctrl" -#: C/base.page:11(p) -msgid "To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." -msgstr "Adott számrendszerbeli számok megadásához használjon alsó indexbe írt számokat. A következő számok megegyeznek." +#~ msgid "R" +#~ msgstr "R" -#: C/base.page:16(p) -msgid "1001011₂" -msgstr "1001011₂" +#~ msgid "P" +#~ msgstr "P" -#: C/base.page:19(p) -msgid "113₈" -msgstr "113₈" +#~ msgid "robert.ancell@gmail.com" +#~ msgstr "robert.ancell@gmail.com" -#: C/base.page:22(p) -msgid "75" -msgstr "75" +#~ msgid "Absolute Value" +#~ msgstr "Abszolút érték" -#: C/base.page:25(p) -msgid "4B₁₆" -msgstr "4B₁₆" +#~ msgid "Cosine" +#~ msgstr "Koszinusz" -#: C/base.page:29(p) -msgid "When in programming mode there are buttons for binary (CtrlB), octal (CtrlO) and hexadecimal (CtrlH)." -msgstr "Programozói módban egy legördülő menüből választhatja ki a bináris (CtrlB), oktális (CtrlO) és hexadecimális (CtrlH) számrendszert." +#~ msgid "Hyperbolic Cosine" +#~ msgstr "Koszinusz hiperbolikusz" -#: C/base.page:32(p) -msgid "To set the base that results are shown in change the result format." -msgstr "Az eredmények megjelenítésére használt számrendszer beállításához módosítsa az eredmény formátumát." +#~ msgid "Natural Logarithm" +#~ msgstr "Természetes alapú logaritmus" -#: C/base.page:35(p) -msgid "To change the base of the current result use a base button or CtrlD to show in decimal form." -msgstr "Az aktuális eredmény számrendszerének módosításához használja a legördülő menüt, vagy a CtrlD kombinációt a decimális alakhoz." +#~ msgid "Logarithm" +#~ msgstr "Logaritmus" -#: C/absolute.page:9(title) -msgid "Absolute Values" -msgstr "Abszolút értékek" +#~ msgid "Boolean NOT" +#~ msgstr "Logikai NEM" -#: C/absolute.page:11(p) -msgid "Absolute values are calculated using the | symbol or abs function." -msgstr "Az abszolút értékek a | szimbólum vagy az abs függvény használatával határozhatók meg." +#~ msgid "Sine" +#~ msgstr "Szinusz" -#: C/absolute.page:15(p) -msgid "|−1|" -msgstr "|−1|" +#~ msgid "Hyperbolic Sine" +#~ msgstr "Szinusz hiperbolikusz" -#: C/absolute.page:18(p) -msgid "abs (−1)" -msgstr "abs (−1)" +#~ msgid "Square Root" +#~ msgstr "Négyzetgyök" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/index.page:0(None) -msgid "translator-credits" -msgstr "Kelemen Gábor " +#~ msgid "Tangent" +#~ msgstr "Tangens" +#~ msgid "Hyperbolic Tangent" +#~ msgstr "Tangens hiperbolikusz" diff --git a/help/it/it.po b/help/it/it.po index 287490b..c2539fe 100644 --- a/help/it/it.po +++ b/help/it/it.po @@ -1,3564 +1,3872 @@ +# +# Luca Ferretti , 2012. +# msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2008-02-10 08:38+0100\n" -"PO-Revision-Date: 2008-02-10 08:58+0100\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: mate-calc help\n" +"POT-Creation-Date: 2012-02-01 23:02+0000\n" +"PO-Revision-Date: 2012-02-17 11:21+0100\n" +"Last-Translator: Luca Ferretti \n" +"Language-Team: Italiano \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:276(None) -msgid "@@image: 'figures/mate-calc_basic_window.png'; md5=266c80591f59cde9e20068c49a908738" -msgstr "" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:304(None) -msgid "@@image: 'figures/mate-calc_menu_symbol.png'; md5=a42cef5d65cd53266cf369c9b7e426ff" -msgstr "" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:564(None) -msgid "@@image: 'figures/mate-calc_advanced_window.png'; md5=214a8331330ef77730e2dd857eb3df20" -msgstr "" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:782(None) -msgid "@@image: 'figures/mate-calc_financial_window.png'; md5=ab4c5866909a9e2e8f6e67aa950a1911" -msgstr "" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1222(None) -msgid "@@image: 'figures/mate-calc_scientific_window.png'; md5=61d2d1a4ffbc5e22635e0e75e5286d1e" +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +#| msgid "translator-credits" +msgctxt "_" +msgid "translator-credits" msgstr "" +"Paolo Stivanin , 2010\n" +"Luca Ferretti , 2012" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:24(title) -msgid "mate-calc Manual" -msgstr "Manuale di mate-calc" +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:27(para) -msgid "mate-calc is a calculator for MATE. It includes basic, advanced, financial, and scientific modes and uses a multiple precision package to do its arithmetic to give a high degree of accuracy." -msgstr "mate-calc è una calcolatrice per MATE. Include modalità base, avanzata, finanziaria e scientifica e fa uso nei suoi calcoli di un pacchetto a precisione multipla in modo da fornire un alto grado di accuratezza." +#: C/index.page:13(page/title) +#| msgid "mate-calc" +msgid "GCalctool Help" +msgstr "Manuale di GCalctool" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:35(year) -msgid "2003" -msgstr "2003" +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Interfaccia utente" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:36(year) -msgid "2004" -msgstr "2004" +#: C/index.page:20(section/title) +#| msgid "Subtraction" +msgid "Equations" +msgstr "Equazioni" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:37(year) -msgid "2005" -msgstr "2005" +#: C/index.page:24(section/title) +#| msgid "Number" +msgid "Numbers" +msgstr "Numeri" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:38(holder) -msgid "Sun Microsystems" -msgstr "Sun Microsystems" +#: C/index.page:28(section/title) +#| msgid "Contents" +msgid "Conversions" +msgstr "Conversioni" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:49(publishername) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:84(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:93(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:101(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:110(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:119(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:128(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:137(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:146(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:155(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:164(para) -msgid "MATE Documentation Project" -msgstr "Progetto di documentazione di MATE" +#: C/index.page:32(section/title) +#| msgid "To Perform Financial Calculations" +msgid "Financial Calculations" +msgstr "Calcoli finanziari" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2(para) -msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." -msgstr "" +#: C/absolute.page:9(page/title) +#| msgid "Absolute Value" +msgid "Absolute Values" +msgstr "Valori assoluti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:12(para) -msgid "This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license." +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." msgstr "" +"I valori assoluti sono calcolati usando il simbolo | o la funzione abs." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:19(para) -msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and the members of the MATE Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters." -msgstr "" +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:35(para) -msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "" +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:55(para) -msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." -msgstr "" +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +#| msgid "Numeric base" +msgid "Number Bases" +msgstr "Basi numeriche" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:28(para) -msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." msgstr "" +"Per inserire numeri in una particolare base numerica usare i numeri a pedice. I numeri seguenti sono equivalenti." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:58(corpauthor) -msgid "Sun Microsystems Inc." -msgstr "Sun Microsystems Inc." - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:79(revnumber) -msgid "Calculator Manual V2.9" -msgstr "Manuale di Calcolatrive V2.9" +#: C/base.page:16(example/p) +#| msgid "10011001" +msgid "1001011₂" +msgstr "1001011₂" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:80(date) -msgid "March 2005" -msgstr "Marzo 2005" +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:82(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:91(para) -msgid "Sun Java Desktop System Documentation Team" -msgstr "Sun Java Desktop System Documentation Team" +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:88(revnumber) -msgid "Calculator Manual V2.8" -msgstr "Manuale di Calcolatrive V2.8" +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:89(date) -msgid "August 2004" -msgstr "Agosto 2004" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:97(revnumber) -msgid "mate-calc Manual V2.7" -msgstr "Manuale di mate-calc V2.7" +#: C/base.page:29(page/p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." +msgstr "" +"Quando in modalità programmazione sono presenti " +"pulsanti per il formato binario (CtrlB), ottale (CtrlO) ed " +"esadecimale (CtrlH)." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:98(date) -msgid "February 2004" -msgstr "Febbraio 2004" +#: C/base.page:32(page/p) +msgid "" +"To set the base that results are shown in change the result format." +msgstr "" +"Per impostare la base in cui sono mostrati i risultati cambiare il formato del risultato." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:100(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:108(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:117(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:126(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:135(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:144(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:153(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:162(para) -msgid "Sun MATE Documentation Team" -msgstr "Sun MATE Documentation Team" +#: C/base.page:35(page/p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "" +"Per cambiare la base del risultato corrente un pulsante per la base o " +"CtrlD per mostrarlo nel formato " +"decimale." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:105(revnumber) -msgid "mate-calc Manual V2.6" -msgstr "Manuale di mate-calc V2.6" +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Algebra booleana" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:106(date) -msgid "October 2003" -msgstr "Ottobre 2003" +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "" +"L'algebra booleana può essere eseguita usando gli operatori AND, OR e XOR." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:114(revnumber) -msgid "mate-calc Manual V2.5" -msgstr "Manuale di mate-calc V2.5" +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:115(date) -msgid "July 2003" -msgstr "Luglio 2003" +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Sono disponibili pulsanti per questi simboli nella modalità programmazione." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:123(revnumber) -msgid "mate-calc Manual V2.4" -msgstr "Manuale di mate-calc V2.4" +#: C/boolean.page:22(page/p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "" +"La funczione NOT inverte i bit in un numero. " +"La dimensione della parola è impostata dal menù CalcolatricePreferenze." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:124(date) -msgid "June 2003" -msgstr "Giugno 2003" +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:132(revnumber) -msgid "mate-calc Manual V2.3" -msgstr "Manuale di mate-calc V2.3" +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Numeri complessi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:133(date) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:142(date) -msgid "April 2003" -msgstr "Aprile 2003" +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "GCalctool non supporta i numeri complessi." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:141(revnumber) -msgid "mate-calc Manual V2.2" -msgstr "Manuale di mate-calc V2.2" +# FIXME! +#: C/conv-base.page:11(page/p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." +msgstr "" +"Per convertire tra diverse basi numeriche, inserire un numero (o risolvere " +"una equazione), quindi cambiare il formato del " +"risultato dal menù CalcolatricePreferenze." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:150(revnumber) -msgid "mate-calc Manual V2.1" -msgstr "Manuale di mate-calc V2.1" +#: C/conv-character.page:9(page/title) +#| msgid "Erasing Characters" +msgid "Character Codes" +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:151(date) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:160(date) -msgid "March 2003" -msgstr "Marzo 2003" +#: C/conv-character.page:11(page/p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:159(revnumber) -msgid "mate-calc Manual V2.0" -msgstr "Manuale di mate-calc V2.0" +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:169(releaseinfo) -msgid "This manual describes version 5.5.37 of Calculator." -msgstr "Questo manuale descrive la versione 5.5.37 di Calcolatrice." +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Valuta" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:172(title) -msgid "Feedback" -msgstr "Commenti" +#: C/conv-currency.page:11(page/p) +msgid "" +"To convert currencies, enter the financial mode, and use the currency controls." +msgstr "" +"Per convertire le valute, passare in modalità " +"finanziaria e usare i controlli di valuta." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:173(para) -msgid "To report a bug or make a suggestion regarding the mate-calc application or this manual, follow the directions in the MATE Feedback Page." -msgstr "Per segnalare un problema o inviare suggerimenti sull'applicazione mate-calc o su questo manuale, seguire le istruzioni presenti alla Pagina di commenti su MATE." +#: C/conv-currency.page:14(page/p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "" +"È anche possibile convertire le valute usando la tastiera e l'operatore " +"in." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:180(primary) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:0(application) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:0(application) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:0(application) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:0(application) -msgid "mate-calc" -msgstr "mate-calc" +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:183(primary) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2778(guimenu) -msgid "Calculator" -msgstr "Calcolatrice" +#: C/conv-currency.page:23(note/p) +msgid "" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "" +"Le informazioni sulle valute sono approssimate e non dovrebbero essere usate " +"per prendere decisioni finanziarie." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:189(title) -msgid "Introduction" -msgstr "Introduzione" +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Lunghezza/Area/Volume" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:190(para) -msgid "The mate-calc application provides the following modes for different types of mathematical functionality:" -msgstr "L'applicazione mate-calc dispone delle seguenti modalità per gestire diversi tipi di approcci matematici:" +#: C/conv-length.page:11(page/p) +msgid "" +"To convert between length, area and volume units use the in " +"operator." +msgstr "" +"Per convertire tra unità di lunghezza, area e volume, usare l'operatore " +"in." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:193(link) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2723(guimenuitem) -msgid "Basic" -msgstr "Base" +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 meters in inches" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:194(para) -msgid "The default mode. Provides standard calculator functions. You can perform standard addition, subtraction, division, and multiplication functions in Basic mode and you can use all of the Basic functions in each of the other modes." -msgstr "La modalità predefinita. Fornisce le funzioni standard della calcolatrice. Nella modalità Base è possibile eseguire le tipiche funzioni di addizione, sottrazione, divisione e moltiplicazione; tutte le funzioni di questa modalità possono essere usate in ciascuna delle altre modalità." +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:197(link) -msgid "Advanced" -msgstr "Avanzata" +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint in mL" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:198(para) -msgid "Provides advanced calculator functions. You can store numbers in 10 different memory registers, and easily retrieve and replace the numbers in the memory registers. You can use all of the Advanced functions in Financial and Scientific modes." -msgstr "Fornisce funzioni di calcolo avanzate. È possibile memorizzare numeri in dieci diversi registri di memoria e di richiamare e sostituire in modo semplice i numeri contenuti in questi registri. È possibile usare tutte le funzioni presenti in questa modalità nelle modalità Finanziaria e Scientifica." +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "" +"Le conversioni tra lunghezza/aree/volumi devono essere eseguite usando la " +"tastiera." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:201(link) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2741(guimenuitem) -msgid "Financial" -msgstr "Finanziaria" +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Durata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:202(para) -msgid "Provides several complex financial functions." -msgstr "Fornisce diverse funzioni finanziarie complesse." +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Per convertire tra durate, usare l'operatore in." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:205(link) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2790(guimenuitem) -msgid "Scientific" -msgstr "Scientifica" +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 years in hours" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:206(para) -msgid "Provides many additional mathematical functions, including trigonometric and bitwise functions. You can also store your own functions and constants, when you use Scientific mode." -msgstr "Fornisce molte funzioni matematiche aggiuntive, incluse le funzioni trigonometriche e logiche. Nella modalità Scientifica è anche possibile memorizzare funzioni e costanti personalizzate." +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Le conversioni tra durate devono essere eseguite usando la tastiera." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:210(para) -msgid "You can use mate-calc in the following numbering systems:" -msgstr "È possibile usare mate-calc nei seguenti sistemi numerici:" +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:218(para) -msgid "Numbering System" -msgstr "Sistema numerico" +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:220(para) -msgid "Base" -msgstr "Base" +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:225(para) -msgid "Binary" -msgstr "Binario" +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:226(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:421(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:457(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:623(superscript) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:747(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:751(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:755(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2538(superscript) -msgid "2" -msgstr "2" +#: C/equation.page:7(info/title) +#| msgid "0" +msgctxt "sort" +msgid "0" +msgstr "0" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:229(para) -msgid "Octal" -msgstr "Ottale" +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Equazioni di base" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:230(para) -msgid "8" -msgstr "8" +#: C/equation.page:13(page/p) +msgid "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "" +"Le equazioni sono inserite nel formato matematico standard. Per esempio, per " +"sommare 7 e 2 inserire quanto segue:" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:233(para) -msgid "Decimal" -msgstr "Decimale" +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:234(para) -msgid "10" -msgstr "10" +#: C/equation.page:22(page/p) +msgid "" +"To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "" +"Per risolvere, premere il pulsnate = con il mouse o il tasto " +"Invio sulla tastiera." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:237(para) -msgid "Hexadecimal" -msgstr "Esadecimale" +#: C/equation.page:25(page/p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "" +"I calcoli sono eseguiti seguendo la precedenza matematica - cioè le " +"moltiplicazioni e le divisioni sono eseguite prima di addizioni e " +"sottrazioni. La seguente equazione, per esempio, ha come risultato 1 (3×2 = " +"6, 7−6 = 1)." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:238(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2074(para) -msgid "16" -msgstr "16" +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:249(title) -msgid "Getting Started" -msgstr "Per cominciare" +#: C/equation.page:34(page/p) +msgid "" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "" +"Per cambiare l'ordine di un calcolo usare le parentesi. La seguente " +"equazione ha come risultato 8 (7−3 = 4, 4×2 = 8)." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:250(para) -msgid "You can start mate-calc in the following ways:" -msgstr "È possibile avviare mate-calc nei seguenti modi:" +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:253(term) -msgid "Menu" -msgstr "Menù" +#: C/equation.page:43(page/p) +msgid "" +"To clear the display press the Clr button or Escape." +msgstr "" +"Per pulire lo schermo premere il pulsante Clr o il tasto " +"Esc." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:255(para) -msgid "Choose AccessoriesCalculator." -msgstr "Scegliere AccessoriCalcolatrice." +#: C/factorial.page:9(page/title) +#| msgid "Financial" +msgid "Factorials" +msgstr "Fattoriali" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:261(term) -msgid "Command line" -msgstr "Riga di comando" +#: C/factorial.page:11(page/p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "" +"I fattoriali sono inseriti usando il simbolo !. Per calcolare il fattoriale " +"di 6 inserire quanto segue." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:263(para) -msgid "Execute the following command: mate-calculator" -msgstr "Eseguire il seguente comando: mate-calculator" +#: C/factorial.page:16(example/p) +#| msgid "6" +msgid "6!" +msgstr "6!" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:268(para) -msgid "When you start mate-calc, the following window is displayed:" -msgstr "All'avvio di mate-calc viene visualizzata la finestra seguente." +#: C/factorize.page:9(page/title) +#| msgid "Fractional Portion" +msgid "Factorization" +msgstr "Fattorizzazione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:272(title) -msgid "mate-calc Basic Mode Window" -msgstr "Finestra della modalità base di mate-calc" +#: C/factorize.page:11(page/p) +msgid "" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." +msgstr "" +"È possibile fattorizzare il numero correntemente visualizzato premendo il " +"pulsante fact. Tale pulsante è visibile nella modalità programmazione." + +#: C/financial.page:9(page/title) +#| msgid "Financial" +msgid "Financial Functions" +msgstr "Funzioni finanziarie" + +#: C/financial.page:10(page/p) +#| msgid "" +#| "When you change to Financial mode, the following buttons are displayed " +#| "above the Basic and Advanced mode buttons:" +msgid "When in financial mode the following buttons are available." +msgstr "Quando in modalità finanziaria, sono disponibili i seguenti pulsanti." + +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" + +#: C/financial.page:16(td/p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "" +"Calcola il numero di periodi concordati necessari per aumentare un " +"investimento di valore attuale pv a un valore " +"futuro di fv, ad un tasso d'interesse fissato a " +"int per ogni periodo compounding" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:279(phrase) -msgid "Shows Basic mode window." -msgstr "Mostra la finestra della modalità base di " +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Dbd" -#. ==== End of Figure ==== -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:285(para) -msgid "The mate-calc window contains the following elements:" +#: C/financial.page:20(td/p) +#, fuzzy +#| msgid "" +#| "Calculates the depreciation allowance on an asset for a specified period " +#| "of time, using the double-declining balance method." +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." msgstr "" +"Calcola l'ammortamento assegnato a un bene per un determinato periodo di " +"tempo, utilizzando il metodo del doppio bilancio del declino." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:287(term) -msgid "Menubar" +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" + +#: C/financial.page:24(td/p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." msgstr "" +"Calcola il valore futuro di un investimento sulla base di una serie di rate, " +"pari ciascuna ad un importo PMT , in un tasso di " +"interesse periodico del int , oltre il numero " +"dei termini di pagamento." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:289(para) -msgid "The menus on the menubar contain all of the commands that you need to work with mate-calc." +#: C/financial.page:27(td/p) +msgid "Gpm" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:292(term) -msgid "Display area" +#: C/financial.page:28(td/p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:294(para) -msgid "The display area shows the numbers that you enter, and the results of calculations. If you are not using arithmetic precedence, you can only enter numbers of up to forty digits." -msgstr "" +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:297(term) -msgid "Mode area" +#: C/financial.page:32(td/p) +#, fuzzy +#| msgid "" +#| "Calculates the amount of the periodic payment of a loan, where payments " +#| "are made at the end of each payment period." +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." msgstr "" +"Calcola l'importo periodico del pagamento di un prestito, dove i pagamenti " +"vengono effettuati alla fine di ogni periodo di pagamento." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:299(para) -msgid "The mode area displays the buttons for the current mode. The Basic mode buttons are always displayed. Advanced mode buttons are also available in Financial and Scientific modes." +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" + +#: C/financial.page:36(td/p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." msgstr "" +"Calcola il valore attuale di un investimento sulla base di una serie di " +"rate, pari ciascuna di importo PMT , " +"attualizzato a un tasso di interesse periodico di int , oltre il numero dei termini di pagamento." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:302(term) -msgid "Popup Menu" +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Rata" + +#: C/financial.page:40(td/p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." msgstr "" +"Calcola l'interesse periodico necessario ad aumentare un investimento di " +"valore attuale pv per un futuro valore di " +" fv , il numero di periodi concordati in " +" termine ." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:304(phrase) -msgid "Shows popup-menu symbol." -msgstr "" +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" + +#: C/financial.page:44(td/p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" +"Calcola la ammortamento lineare di un bene per un periodo di tempo. Il costo " +"di ammortamento costo - " +"salvataggio . Il metodo di ammortamento divide il costo " +"uniforme per tutta la vita utile di un bene. La vita utile è il numero di " +"periodi, di solito anni, oltre i quali un bene è deprecato." + +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" + +#: C/financial.page:48(td/p) +#, fuzzy +#| msgid "" +#| "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. The " +#| "depreciable cost is cost - " +#| "salvage. The useful life is the number of " +#| "periods, typically years, over which an asset is depreciated." +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "" +"Calcola l'assegno di ammortamento di un bene per un determinato periodo di " +"tempo, utilizzando il metodo della somma delle cifre annuali. Questo metodo " +"di ammortamento accelera il tasso di ammortamento, in modo tale che più " +"spese di ammortamento si verifichino in periodi anticipati rispetto a " +"periodi più tardi. Il costo è di ammortamento è costo - salvataggio . La vita utile è il " +"numero di periodi, di solito anni, oltre ai quali un bene è deprecato." + +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Termine" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:304(para) -msgid "The symbol on a mate-calc button indicates that a popup menu is displayed when you click on that button." +#: C/financial.page:52(td/p) +msgid "" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:308(term) -msgid "Status Bar" +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:310(para) -msgid "The status bar displays messages on the status of your calculations." -msgstr "" +#: C/functions.page:9(page/title) +#| msgid "Function" +msgid "Functions" +msgstr "Funzioni" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:317(title) -msgid "Usage" +#: C/functions.page:11(page/p) +msgid "" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "" +"È possibile usare le funzioni inserendo il nome della funzione stessa " +"seguito dall'argomento della funzione. Se l'argomento non è un numero o una " +"variabile, allora utilizzare le parentesi per " +"delimitare l'argomento." + +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" + +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" + +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "Sono definite le seguenti funzioni." + +#: C/functions.page:28(td/p) +#| msgid "Abs" +msgid "abs" +msgstr "abs" + +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Valore assoluto" + +#: C/functions.page:32(td/p) +#| msgid "Cos" +msgid "cos" +msgstr "cos" + +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Coseno" + +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" + +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Coseno iperbolico" + +#: C/functions.page:40(td/p) +#| msgid "Frac" +msgid "frac" +msgstr "frac" + +#: C/functions.page:41(td/p) +#| msgid "Fractional Portion" +msgid "Fractional Component" +msgstr "Parte frazionaria" + +#: C/functions.page:44(td/p) +#| msgid "Int" +msgid "int" +msgstr "int" + +#: C/functions.page:45(td/p) +#| msgid "Integer Portion" +msgid "Integer Component" +msgstr "Parte intera" + +#: C/functions.page:48(td/p) +#| msgid "Sln" +msgid "ln" +msgstr "ln" + +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Logaritmo naturale" + +#: C/functions.page:52(td/p) +#| msgid "Log" +msgid "log" +msgstr "log" + +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritmo" + +#: C/functions.page:56(td/p) +#| msgid "Int" +msgid "not" +msgstr "not" + +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "NOT booleano" + +#: C/functions.page:60(td/p) +#| msgid "Contents" +msgid "ones" +msgstr "ones" + +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "Complemento a uno" + +#: C/functions.page:64(td/p) +#| msgid "Bin" +msgid "sin" +msgstr "sin" + +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Seno" + +#: C/functions.page:68(td/p) +#| msgid "Cosine" +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Seno iperbolico" + +#: C/functions.page:72(td/p) +#| msgid "Sqrt" +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Radice quadrata" + +#: C/functions.page:76(td/p) +#| msgid "Tan" +msgid "tan" +msgstr "tan" + +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangente" + +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" + +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Tangente iperbolica" + +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "twos" + +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Complemento a due" + +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool non supporta funzioni definite dall'utente." + +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Usare la tastiera" + +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "" +"È possibile inserire tutte le equazioni matematiche usando la tastiera." + +#: C/keyboard.page:14(page/p) +msgid "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." msgstr "" +"Le seguenti combinazioni di tasti possono essere usate per inserire elementi " +"che potrebbero non essere presenti sulla tastiera in uso." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:321(title) -msgid "To Use Calculator Functions" -msgstr "" +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:322(para) -msgid "To perform a calculation, use one of the following methods:" -msgstr "" +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:325(para) -msgid "Click on the mate-calc buttons to enter numbers and functions." -msgstr "" +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:328(para) -msgid "Give focus to the mate-calc window, then use the keyboard or numeric keypad to specify the calculation that you want to perform. For a complete list of keyboard shortcuts, see ." -msgstr "" +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:331(para) -msgid "The mate-calc application automatically displays numbers with more than 40 digits, and small numbers, as exponential numbers. For example, the following table shows the value that is displayed when you use the decimal numeric base with an accuracy of 2 significant places:" -msgstr "" +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:339(para) -msgid "Display" -msgstr "" +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* due volte" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:341(para) -msgid "Signifies" -msgstr "" +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:346(para) -msgid "1.23e+37" -msgstr "" +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:347(para) -msgid "1.23 * 1037" -msgstr "" +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:350(para) -msgid "1e-5" -msgstr "" +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:351(para) -msgid "0.00001" +#: C/keyboard.page:39(page/p) +msgid "" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." msgstr "" +"Per inserire numeri in apice usare " +"Ctrlnumbero, per numeri a pedice usare " +"Altnumbero." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:357(para) -msgid "For information about how to enter a number in exponential format, see ." -msgstr "" +#: C/logarithm.page:9(page/title) +#| msgid "Natural Logarithm" +msgid "Logarithms" +msgstr "Logaritmi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:360(title) -msgid "To Display a Separator in Large Numbers" +#: C/logarithm.page:11(page/p) +msgid "" +"Logarithms can be calculated using the log function." msgstr "" +"I logaritmi possono essere calcolati usando la function log." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:361(para) -msgid "To insert a separator between every three digits to the left of the numeric point in decimal base, choose ViewShow Thousands Separator." -msgstr "" +#: C/logarithm.page:15(example/p) +#| msgid "100" +msgid "log 100" +msgstr "log 100" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:364(para) -msgid "Different countries and cultures have varying conventions for how to communicate. These conventions include the language spoken and the character used as a numeric separator." +#: C/logarithm.page:19(page/p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." msgstr "" +"Per calcolare un logaritmo in una diversa base, usare un numero a pedice dopo la funzione." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:365(para) -msgid "mate-calc has been internationalized so user's can adapt to their own conventions. This is done by setting a specific locale. We can't determine what locales will exist, except for a standard one called the C locale." -msgstr "" +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:366(para) -msgid "When you use the C locale, the separator character is not displayed." -msgstr "" +#: C/logarithm.page:27(page/p) +#| msgid "" +#| "Calculates the natural logarithm of the current value in the display area." +msgid "To calculate a natural logarithm use the ln function." +msgstr "Per calcolare un logaritmo naturale usare la funzione ln." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:371(title) -msgid "To Copy and Paste in the Display Area" -msgstr "" +#: C/logarithm.page:31(example/p) +#| msgid "1.2" +msgid "ln 1.32" +msgstr "ln 1,32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:372(para) -msgid "To copy the result of a calculation, choose EditCopy. You can paste the value into another application." +#: C/logarithm.page:35(page/p) +msgid "" +"Euler's number can be entered by using the variable e." msgstr "" +"Il numero di Eulero può essere inserito usando la variabile e." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:374(para) -msgid "To paste a previously copied value into the display area, choose EditPaste." -msgstr "" +#: C/logarithm.page:39(example/p) +#| msgid "1.2" +msgid "e^1.32" +msgstr "e^1,32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:381(title) -msgid "To Perform Basic Calculations" -msgstr "" +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Divisione modulo" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:382(para) -msgid "Basic mode is displayed by default when you first start mate-calc. To explicitly invoke Basic mode, choose ViewBasic." -msgstr "" +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "La divisione modulo può essere eseguita usando l'operatore mod." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:383(para) -msgid "The calculator memory registers are unavailable in Basic Mode. In other words, ViewMemory Registers is inactive." -msgstr "" +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:385(title) -msgid "To Perform Simple Calculations" -msgstr "" +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Usare il mouse" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:386(para) -msgid "To perform simple calculations, use the buttons described in ." +#: C/mouse.page:11(page/p) +msgid "" +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the View menu." msgstr "" +"È possibile inserire tutte le equazioni matematiche usando il mouse. Per " +"accedere a tutti i pulsanti sono diponibili diverse modalità che possono " +"essere selezionate dal menù Modalità." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:388(title) -msgid "Performing Simple Calculations" -msgstr "" +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Base" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:398(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:485(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:584(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:689(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:804(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1278(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1322(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1361(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1400(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1438(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1552(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1606(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1913(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1959(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2043(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2230(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2299(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2620(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2715(para) -msgid "Function" +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" msgstr "" +"Fornisce pulsanti adatti per equazioni di base" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:400(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:487(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:586(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:691(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:806(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1280(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1324(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1363(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1402(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1440(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1554(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1608(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1961(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2045(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2228(para) -msgid "Button" -msgstr "" +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Avanzata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:402(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:489(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:588(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:693(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:742(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:808(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1282(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1326(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1365(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1404(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1442(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1556(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1610(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1812(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1963(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2012(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2047(para) -msgid "Description" -msgstr "" +#: C/mouse.page:22(td/p) +msgid "Provides buttons suitable for advanced mathematics" +msgstr "Fornisce pulsanti adatti per calcoli matematici avanzati" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:404(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:491(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:590(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:695(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:810(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1444(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1558(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1612(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1965(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2049(para) -msgid "Example" -msgstr "" +#: C/mouse.page:25(td/p) C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Scientifica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:406(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:493(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:592(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:697(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:812(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1246(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1446(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1560(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1614(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1967(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2051(para) -msgid "Result" +#: C/mouse.page:26(td/p) +msgid "" +"Provides buttons suitable for trigonometry" msgstr "" +"Fornisce pulsanti adatti per calcoli " +"trigonometrici" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:411(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2239(para) -msgid "Numerals" -msgstr "" +#: C/mouse.page:29(td/p) +msgid "Financial" +msgstr "Finanziaria" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:412(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2238(para) -msgid "0 to 9 inclusive" +#: C/mouse.page:30(td/p) +msgid "" +"Provides buttons suitable for financial equations" msgstr "" +"Fornisce pulsanti adatti per equazioni finanziarie" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:413(para) -msgid "In decimal and hexadecimal base, all numerals are available. In octal base, 8 and 9 are unavailable. In binary base, only 0 and 1 are available. The default base is decimal." -msgstr "" +#: C/mouse.page:33(td/p) +msgid "Programming" +msgstr "Programmazione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:414(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:415(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:421(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:443(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:515(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1483(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1511(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1569(para) -msgid "1" -msgstr "" +#: C/mouse.page:34(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Fornisce pulsanti adatti per i programmatori." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:418(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2497(para) -msgid "Numeric point" -msgstr "" +#: C/number-display.page:9(page/title) +#| msgid "Result" +msgid "Result Format" +msgstr "Formato dei risultati" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:419(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:421(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2495(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2496(guibutton) -msgid "." +#: C/number-display.page:11(page/p) +msgid "" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" +"Il formato usato per mostrare i risultati può essere cambiato dal menù " +"CalcolatricePreferenze " -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:420(para) -msgid "Starts the fractional part of a numeric entry." -msgstr "" +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Decimale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:422(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1252(para) -msgid "1.2" -msgstr "" +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "I risultati sono mostrati come numeri decimali." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:425(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2521(para) -msgid "Calculate a result" +#: C/number-display.page:21(td/p) +msgid "" +"Results are displayed in scientific notation" msgstr "" +"I risultati sono mostrati nella notazione " +"scientifica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:426(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2520(guibutton) -msgid "=" -msgstr "" +#: C/number-display.page:24(td/p) +#| msgid "Engineering Display Type" +msgid "Engineering" +msgstr "Ingegneristico" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:427(para) -msgid "Displays the result of the current calculation in the current base." +#: C/number-display.page:25(td/p) +msgid "" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" msgstr "" +"I risultati sono mostrati nella notazione scientifica, l'esponente è sempre " +"un multiplo di tre." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:428(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:435(para) -msgid "1 +2=" -msgstr "" +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binario" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:429(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:436(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:502(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:619(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1793(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1918(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2088(para) -msgid "3" +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" msgstr "" +"I risultati sono mostrati come numeri binari" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:432(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2485(para) -msgid "Addition" -msgstr "" +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Ottale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:433(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2483(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2484(guibutton) -msgid "+" -msgstr "" +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "Results are displayed as numeri ottali" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:434(para) -msgid "Adds the current value in the display area to the next number that you enter." -msgstr "" +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Esadecimale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:439(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2491(para) -msgid "Subtraction" -msgstr "" +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "Results are displayed as numeri esadecimali" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:440(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2489(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2490(guibutton) -msgid "-" +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." msgstr "" +"È anche possibile configurare il numero di posizioni decimali, gli zero " +"decimali e i separatori delle migliaia." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:441(para) -msgid "Subtracts from the current value in the display area the next number that you enter." -msgstr "" +#: C/percentage.page:9(page/title) +#| msgid "Percentage" +msgid "Percentages" +msgstr "Percentuali" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:442(para) -msgid "3 -2=" -msgstr "" +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Le percentuali sono calcolate usando il simbolo %." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:446(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2479(para) -msgid "Multiplication" +#: C/percentage.page:14(page/p) +msgid "" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" +"Quando aggiunto o sottratto, il simbolo percentuale viene calcolato come " +"l'uno percento del valore a cui si sta aggiungendo o sottraendo. La seguente " +"equazione calcola il prezzo di un prodotto da 140€ con il 21% di tasse (140 " +"+ (21÷100)×140)." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:447(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2477(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2478(guibutton) -msgid "*" -msgstr "" +#: C/percentage.page:19(example/p) +#| msgid "101" +msgid "140+15%" +msgstr "140+21%" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:448(para) -msgid "Multiplies the current value in the display area by the next number that you enter." +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." msgstr "" +"In tutti gli altri casi il simbolo percentuale viene calcolato come una " +"frazione di 100. La seguente equazione calcola un quarto di 80 mele ((25÷100)" +"×80)." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:449(para) -msgid "3 *2=" -msgstr "" +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:450(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:893(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1103(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1149(para) -msgid "6" +#: C/power.page:9(page/title) +msgid "Powers and Roots" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:453(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2503(para) -msgid "Division" +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:454(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2501(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2502(guibutton) -msgid "/" +#: C/power.page:15(example/p) +msgid "5²" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:455(para) -msgid "Divides the current value in the display area by the next number that you enter." +#: C/power.page:19(page/p) +msgid "" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:456(para) -msgid "6 /3=" +#: C/power.page:23(example/p) +msgid "3⁻¹" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:460(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2263(para) -msgid "Change the arithmetic sign" +#: C/power.page:27(page/p) +msgid "" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:461(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2262(guibutton) -msgid "+/-" +#: C/power.page:32(example/p) +msgid "5^(6−2)" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:462(para) -msgid "Changes a positive number to a negative number, or a negative number to a positive number." +#: C/power.page:36(page/p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:463(para) -msgid "8 +/-" +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:464(para) -msgid "-8" +#: C/power.page:43(example/p) +msgid "√2" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:472(title) -msgid "To Erase Characters" +#: C/power.page:47(page/p) +msgid "" +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:473(para) -msgid "To erase characters, use the buttons described in ." +#: C/power.page:51(example/p) +msgid "₃√2" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:475(title) -msgid "Erasing Characters" -msgstr "" +#: C/scientific.page:9(page/title) +#| msgid "Scientific" +msgid "Scientific Notation" +msgstr "Notazione scientifica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:498(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2585(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2587(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2592(keycap) -msgid "Backspace" +#: C/scientific.page:11(page/p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:499(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2586(guibutton) -msgid "Bksp" -msgstr "" +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:500(para) -msgid "Removes the rightmost character from the display area." +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:501(para) -msgid "1 +22Bksp=" +#: C/scientific.page:25(example/p) +msgid "2×10" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:505(para) -msgid "Clear Entry" +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:506(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2593(guibutton) -msgid "CE" +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:507(para) -msgid "Removes the current value from the display area." +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:508(para) -msgid "This is only really meaningful if the Calculator is not in Arithmetic Precedence mode." +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:509(para) -msgid "In Arithmetic Precedence mode, this operation is the same as Clr" -msgstr "" +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Apice e pedice" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:510(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:514(para) -msgid "If the calculator is not in Arithmetic Precedence mode:" +#: C/superscript.page:13(page/p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." msgstr "" +"Alcune equazioni potrebbero richiedere di inserire numeri ad apice o pedice, " +"per esempio" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:511(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:513(para) -msgid "1 +22CE=" -msgstr "" +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:512(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:516(para) -msgid "If the calculator is in Arithmetic Precedence mode:" +#: C/superscript.page:21(page/p) +msgid "" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." +msgstr "" +"Per inserire numeri ad apice con il mouse, selezionare la modalità numerica " +"usando i pulsanti ↑n e ↓n. Quando una di queste " +"modalità è attiva, fare clic sul pulsante del numero per inserire i numeri " +"ad apice o pedice. Per tornare alla modalità numerica normale fare clic sul " +"pulsante attivo." + +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." msgstr "" +"Per inserire i numeri ad apice con la tastiera tenere premuto Ctrl mentre si inserisce il numero. Premere Alt per i numeri a " +"pedice." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:517(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:524(para) -msgid "0" +#: C/superscript.page:30(page/p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." msgstr "" +"La modalità numerica torna normale quando si inserisce il successivo " +"carattere non numerico (per esempio +)." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:520(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2600(para) -msgid "Clear" +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:521(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2599(guibutton) -msgid "Clr" +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:522(para) -msgid "Resets the current value in the display area to zero and removes any previous calculation results. Clr also deselects the Hyp and Inv options in Scientific." +#: C/trigonometry.page:15(example/p) +msgid "sin 45" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:523(para) -msgid "1 +22Clr" +#: C/trigonometry.page:19(page/p) +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in scientific mode." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:538(title) -msgid "To Display ASCII Values" +#: C/trigonometry.page:23(page/p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:539(para) -msgid "To display the ASCII value of a character, choose EditInsert ASCII Value." +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:544(para) -msgid "The Insert ASCII Value dialog is displayed." +#: C/trigonometry.page:31(page/p) +msgid "" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:545(para) -msgid "Enter the required character in the Character field, then click Insert. The ASCII value of that character, in the current numeric base, appears in the display area. For example, the ASCII value of B in decimal base is 66." +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:550(title) -msgid "To Perform Advanced Calculations" +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:551(para) -msgid "To change to Advanced mode, choose ViewAdvanced." +#: C/trigonometry.page:43(page/p) +msgid "" +"To enter π with the keyboard use " +"CtrlP." msgstr "" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:557(para) -msgid "When you change to Advanced mode, the following buttons are displayed to the right of the Basic mode buttons:" -msgstr "" +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Variabili" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:560(title) -msgid "mate-calc Advanced Mode Buttons" +#: C/variables.page:11(page/p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." msgstr "" +"Per assegnare un valore a una variabile usare il simbolo = oppure scegliere " +"la variaile da assegnare con il pulsante x nella modalità avanzata. Un nome di variabile può contenere solo " +"lettere minuscole o maiuscole." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:567(phrase) -msgid "Shows Advanced mode buttons." -msgstr "" +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:574(title) -msgid "Performing Advanced Calculations" -msgstr "" +#: C/variables.page:19(example/p) +#| msgid "Value" +msgid "value=82" +msgstr "value=82" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:597(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2461(para) -msgid "Percentage" +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." msgstr "" +"È possibile usare le variabili in ogni equazione, ad esse verrà sostituito " +"il valore assegnato. È possibile inserire le variabili usando il pulsante " +"x." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:598(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2459(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2460(guibutton) -msgid "%" -msgstr "" +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:599(para) -msgid "Divides the current value by 100." -msgstr "" +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:600(para) -msgid "560 %=" -msgstr "" +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Le seguenti variabili sono sempre definite." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:601(para) -msgid "5.60" -msgstr "" +#: C/variables.page:40(td/p) +#| msgid "Tan" +msgid "ans" +msgstr "ans" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:604(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2389(para) -msgid "Reciprocal" -msgstr "" +#: C/variables.page:41(td/p) +#| msgid "Undo previous action" +msgid "Result of previous calculation" +msgstr "Risultato del calcolo precedente" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:605(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:623(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2071(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2078(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2388(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2442(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2448(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2538(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2555(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2687(keycap) -msgid "x" -msgstr "" +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Numero di Eulero" + +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Valore casuale nell'intervallo [0,1] (cambia ad ogni lettura)" + +#~ msgid "" +#~ "@@image: 'figures/mate-calc_basic_window.png'; " +#~ "md5=266c80591f59cde9e20068c49a908738" +#~ msgstr "" +#~ "@@image: 'figures/mate-calc_basic_window.png'; " +#~ "md5=266c80591f59cde9e20068c49a908738" + +#~ msgid "" +#~ "@@image: 'figures/mate-calc_menu_symbol.png'; " +#~ "md5=a42cef5d65cd53266cf369c9b7e426ff" +#~ msgstr "" +#~ "@@image: 'figures/mate-calc_menu_symbol.png'; " +#~ "md5=a42cef5d65cd53266cf369c9b7e426ff" + +#~ msgid "" +#~ "@@image: 'figures/mate-calc_advanced_window.png'; " +#~ "md5=214a8331330ef77730e2dd857eb3df20" +#~ msgstr "" +#~ "@@image: 'figures/mate-calc_advanced_window.png'; " +#~ "md5=214a8331330ef77730e2dd857eb3df20" + +#~ msgid "" +#~ "@@image: 'figures/mate-calc_financial_window.png'; " +#~ "md5=ab4c5866909a9e2e8f6e67aa950a1911" +#~ msgstr "" +#~ "@@image: 'figures/mate-calc_financial_window.png'; " +#~ "md5=ab4c5866909a9e2e8f6e67aa950a1911" + +#~ msgid "" +#~ "@@image: 'figures/mate-calc_scientific_window.png'; " +#~ "md5=61d2d1a4ffbc5e22635e0e75e5286d1e" +#~ msgstr "" +#~ "@@image: 'figures/mate-calc_scientific_window.png'; " +#~ "md5=61d2d1a4ffbc5e22635e0e75e5286d1e" + +#~ msgid "mate-calc Manual" +#~ msgstr "Manuale di mate-calc" + +#~ msgid "" +#~ "mate-calc is a calculator for MATE. It includes basic, advanced, " +#~ "financial, and scientific modes and uses a multiple precision package to " +#~ "do its arithmetic to give a high degree of accuracy." +#~ msgstr "" +#~ "mate-calc è una calcolatrice per MATE. Include modalità base, avanzata, " +#~ "finanziaria e scientifica e fa uso nei suoi calcoli di un pacchetto a " +#~ "precisione multipla in modo da fornire un alto grado di accuratezza." + +#~ msgid "2003" +#~ msgstr "2003" + +#~ msgid "2004" +#~ msgstr "2004" + +#~ msgid "2005" +#~ msgstr "2005" + +#~ msgid "Sun Microsystems" +#~ msgstr "Sun Microsystems" + +#~ msgid "MATE Documentation Project" +#~ msgstr "Progetto di documentazione di MATE" + +#~ msgid "" +#~ "Permission is granted to copy, distribute and/or modify this document " +#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 " +#~ "or any later version published by the Free Software Foundation with no " +#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You " +#~ "can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." +#~ msgstr "" +#~ "Il permesso è assegnato alla copia, distribuisci e/o modifica questo " +#~ "documento ai sensi della GNU Free Documentation License (GFDL), versione " +#~ "1.1, o successiva, della documentazione di GNU pubblicata da Free " +#~ "Software Foundation senza le sezioni invariabili, i testi front-cover e " +#~ "testi back-cover. Puoi trovare una copia della GDFL a questo indirizzo: " +#~ "link o nel file COPYING-" +#~ "DOCS distribuito con questo manuale." + +#~ msgid "" +#~ "This manual is part of a collection of MATE manuals distributed under " +#~ "the GFDL. If you want to distribute this manual separately from the " +#~ "collection, you can do so by adding a copy of the license to the manual, " +#~ "as described in section 6 of the license." +#~ msgstr "" +#~ "Questo manuale fa parte di una collezione di manuali di MATE distribuiti " +#~ "sotto il GFDL. Se volete distribuire questo manuale separatamente dalla " +#~ "collezione, potete farlo mediante l'aggiunta della copia " +#~ "dell'autorizzazione al manuale, come descritto nella parte 6 " +#~ "dell'autorizzazione." + +#~ msgid "" +#~ "Many of the names used by companies to distinguish their products and " +#~ "services are claimed as trademarks. Where those names appear in any MATE " +#~ "documentation, and the members of the MATE Documentation Project are " +#~ "made aware of those trademarks, then the names are in capital letters or " +#~ "initial capital letters." +#~ msgstr "" +#~ "Molti dei nomi usati dalle aziende per distinguere i loro prodotti e " +#~ "servizi sono rivendicati come marchi. Qualora tali nomi appaiano in una " +#~ "qualsiasi documentazione di MATE, e i membri del Progetto di " +#~ "Documentazione di MATE sono messi a conoscenza di tali marchi di " +#~ "fabbrica, allora i nomi sono in lettere maiuscole o lettere maiuscole " +#~ "iniziale." + +#~ msgid "" +#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " +#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES " +#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS " +#~ "DISCLAIMER; AND" +#~ msgstr "" +#~ " Il Documento viene fornito su un \\ 'è come \\', senza garanzie di alcun " +#~ "tipo, espressa o implicita, ivi incluse, senza limitazioni, le garanzie " +#~ "che il documento o la versione modificata del documento sia priva di " +#~ "difetti, adatte per un particolare scopo. L'intero rischio per quanto " +#~ "riguarda la qualità e l'accuratezza del documento o versione modificata " +#~ "di quest'ultimo, è vostro. Dovrebbe qualsiasi documento o versione " +#~ "modificata rivelarsi insufficiente, in ogni senso, voi (non il primo " +#~ "scrittore, autore o di qualsiasi contribuente) vi assumete il costo di " +#~ "eventuali manutenzioni, riparazioni o correzioni. Questa clausola di " +#~ "esclusione di responsabilità e garanzia costituisce una parte essenziale " +#~ "di questa licenza. Nessun utilizzo di qualsiasi documento o versione " +#~ "modificata del documento qui di seguito è autorizzato ad eccezione dei " +#~ "sensi della presente clausola di esclusione di responsabilità e" + +#~ msgid "" +#~ "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " +#~ "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " +#~ "WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE " +#~ "LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " +#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " +#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " +#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " +#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, " +#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH " +#~ "DAMAGES." +#~ msgstr "" +#~ " In nessun caso e sotto nessuna teoria giuridica, sia in caso di torto " +#~ "(inclusa la negligenza), di un contratto, o altrimenti, l'autore, " +#~ "scrittore iniziale, ogni contribuente, o di qualsiasi distributore del " +#~ "documento o la versione modificata del documento, o di qualsiasi " +#~ "fornitore di qualsiasi parte, potrà essere ritenuta responsabile per " +#~ "danni diretti, indiretti, speciali, incidentali o consequenziali, danni " +#~ "di qualsiasi carattere, compresi, senza limitazioni, danni per perdita di " +#~ "buona volontà, BLOCCO DEL LAVORO, computer guasto o malfunzionamento, o " +#~ "Qualsiasi e tutti gli altri danni o perdite derivanti da o relative " +#~ "all'uso del documento e le versioni modificate del" + +#~ msgid "" +#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE " +#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER " +#~ "UNDERSTANDING THAT: " +#~ msgstr "" +#~ "Documento e versioni modificate del documento sono forniti secondo i " +#~ "termini della GNU Free Documentation License con l'ulteriore comprensione " +#~ "che:" + +#~ msgid "Sun Microsystems Inc." +#~ msgstr "Sun Microsystems Inc." + +#~ msgid "Calculator Manual V2.9" +#~ msgstr "Manuale di Calcolatrive V2.9" + +#~ msgid "March 2005" +#~ msgstr "Marzo 2005" + +#~ msgid "Sun Java Desktop System Documentation Team" +#~ msgstr "Sun Java Desktop System Documentation Team" + +#~ msgid "Calculator Manual V2.8" +#~ msgstr "Manuale di Calcolatrive V2.8" + +#~ msgid "August 2004" +#~ msgstr "Agosto 2004" + +#~ msgid "mate-calc Manual V2.7" +#~ msgstr "Manuale di mate-calc V2.7" + +#~ msgid "February 2004" +#~ msgstr "Febbraio 2004" + +#~ msgid "Sun MATE Documentation Team" +#~ msgstr "Sun MATE Documentation Team" + +#~ msgid "mate-calc Manual V2.6" +#~ msgstr "Manuale di mate-calc V2.6" + +#~ msgid "October 2003" +#~ msgstr "Ottobre 2003" + +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "Manuale di mate-calc V2.5" + +#~ msgid "July 2003" +#~ msgstr "Luglio 2003" + +#~ msgid "mate-calc Manual V2.4" +#~ msgstr "Manuale di mate-calc V2.4" + +#~ msgid "June 2003" +#~ msgstr "Giugno 2003" + +#~ msgid "mate-calc Manual V2.3" +#~ msgstr "Manuale di mate-calc V2.3" + +#~ msgid "April 2003" +#~ msgstr "Aprile 2003" + +#~ msgid "mate-calc Manual V2.2" +#~ msgstr "Manuale di mate-calc V2.2" + +#~ msgid "mate-calc Manual V2.1" +#~ msgstr "Manuale di mate-calc V2.1" + +#~ msgid "March 2003" +#~ msgstr "Marzo 2003" + +#~ msgid "mate-calc Manual V2.0" +#~ msgstr "Manuale di mate-calc V2.0" + +#~ msgid "This manual describes version 5.5.37 of Calculator." +#~ msgstr "Questo manuale descrive la versione 5.5.37 di Calcolatrice." + +#~ msgid "Feedback" +#~ msgstr "Commenti" + +#~ msgid "" +#~ "To report a bug or make a suggestion regarding the " +#~ "mate-calc application or this manual, follow " +#~ "the directions in the MATE Feedback Page." +#~ msgstr "" +#~ "Per segnalare un problema o inviare suggerimenti sull'applicazione " +#~ "mate-calc o su questo manuale, seguire le " +#~ "istruzioni presenti alla Pagina di commenti su MATE." + +#~ msgid "Calculator" +#~ msgstr "Calcolatrice" + +#~ msgid "Introduction" +#~ msgstr "Introduzione" + +#~ msgid "" +#~ "The mate-calc application provides the " +#~ "following modes for different types of mathematical functionality:" +#~ msgstr "" +#~ "L'applicazione mate-calc dispone delle " +#~ "seguenti modalità per gestire diversi tipi di approcci matematici:" + +#~ msgid "" +#~ "The default mode. Provides standard calculator functions. You can perform " +#~ "standard addition, subtraction, division, and multiplication functions in " +#~ "Basic mode and you can use all of the Basic functions in each of the " +#~ "other modes." +#~ msgstr "" +#~ "La modalità predefinita. Fornisce le funzioni standard della " +#~ "calcolatrice. Nella modalità Base è possibile eseguire le tipiche " +#~ "funzioni di addizione, sottrazione, divisione e moltiplicazione; tutte le " +#~ "funzioni di questa modalità possono essere usate in ciascuna delle altre " +#~ "modalità." + +#~ msgid "" +#~ "Provides advanced calculator functions. You can store numbers in 10 " +#~ "different memory registers, and easily retrieve and replace the numbers " +#~ "in the memory registers. You can use all of the Advanced functions in " +#~ "Financial and Scientific modes." +#~ msgstr "" +#~ "Fornisce funzioni di calcolo avanzate. È possibile memorizzare numeri in " +#~ "dieci diversi registri di memoria e di richiamare e sostituire in modo " +#~ "semplice i numeri contenuti in questi registri. È possibile usare tutte " +#~ "le funzioni presenti in questa modalità nelle modalità Finanziaria e " +#~ "Scientifica." + +#~ msgid "Provides several complex financial functions." +#~ msgstr "Fornisce diverse funzioni finanziarie complesse." + +#~ msgid "" +#~ "Provides many additional mathematical functions, including trigonometric " +#~ "and bitwise functions. You can also store your own functions and " +#~ "constants, when you use Scientific mode." +#~ msgstr "" +#~ "Fornisce molte funzioni matematiche aggiuntive, incluse le funzioni " +#~ "trigonometriche e logiche. Nella modalità Scientifica è anche possibile " +#~ "memorizzare funzioni e costanti personalizzate." + +#~ msgid "" +#~ "You can use mate-calc in the following " +#~ "numbering systems:" +#~ msgstr "" +#~ "È possibile usare mate-calc nei seguenti " +#~ "sistemi numerici:" + +#~ msgid "Numbering System" +#~ msgstr "Sistema numerico" + +#~ msgid "Base" +#~ msgstr "Base" + +#~ msgid "8" +#~ msgstr "8" + +#~ msgid "10" +#~ msgstr "10" + +#~ msgid "16" +#~ msgstr "16" + +#~ msgid "Getting Started" +#~ msgstr "Per cominciare" + +#~ msgid "" +#~ "You can start mate-calc in the following ways:" +#~ msgstr "" +#~ "È possibile avviare mate-calc nei seguenti " +#~ "modi:" + +#~ msgid "Menu" +#~ msgstr "Menù" + +#~ msgid "" +#~ "Choose AccessoriesCalculator." +#~ msgstr "" +#~ "Scegliere AccessoriCalcolatrice." + +#~ msgid "Command line" +#~ msgstr "Riga di comando" + +#~ msgid "" +#~ "Execute the following command: mate-calculator" +#~ msgstr "" +#~ "Eseguire il seguente comando: mate-calculator" + +#~ msgid "" +#~ "When you start mate-calc, the following window " +#~ "is displayed:" +#~ msgstr "" +#~ "All'avvio di mate-calc viene visualizzata la " +#~ "finestra seguente." + +#~ msgid "mate-calc Basic Mode Window" +#~ msgstr "" +#~ "Finestra della modalità base di mate-calc" + +#~ msgid "Shows Basic mode window." +#~ msgstr "Mostra la finestra della modalità base di " + +#~ msgid "" +#~ "The mate-calc " +#~ "window contains the following elements:" +#~ msgstr "" +#~ "La finestra di mate-calc contiene i seguenti elementi:" + +#~ msgid "Menubar" +#~ msgstr "Barra menù" + +#~ msgid "" +#~ "The menus on the menubar contain all of the commands that you need to " +#~ "work with mate-calc." +#~ msgstr "" +#~ "I menù sulla barra menù contengono tutti i comandi che ti servono per " +#~ "lavorare con mate-calc." + +#~ msgid "Display area" +#~ msgstr "Area visualizzazione" + +#~ msgid "" +#~ "The display area shows the numbers that you enter, and the results of " +#~ "calculations. If you are not using arithmetic precedence, you can only " +#~ "enter numbers of up to forty digits." +#~ msgstr "" +#~ "L'area di visualizzazione mostra i numeri che hai inserito e i risultati " +#~ "del calcolo. Se non stai usando la precedenza aritmentica, puoi inserire " +#~ "solo numeri fino a quaranta cifre." + +#~ msgid "Mode area" +#~ msgstr "Tipo area" + +#~ msgid "" +#~ "The mode area displays the buttons for the current mode. The Basic mode " +#~ "buttons are always displayed. Advanced mode buttons are also available in " +#~ "Financial and Scientific modes." +#~ msgstr "" +#~ "La modalità normale visualizza i pulsanti per la modalità corrente. I " +#~ "pulsanti della modalità base sono sempre visualizzati. I pulsanti di " +#~ "modalità avanzata sono disponibili anche nel modo finanziaria e " +#~ "Scientifica." + +#~ msgid "Popup Menu" +#~ msgstr "Menù popup" + +#~ msgid "Shows popup-menu symbol." +#~ msgstr "Mostra il menù-popup simbolo" + +#~ msgid "" +#~ "The symbol on a mate-calc " +#~ "button indicates that a popup menu is displayed when you click on that " +#~ "button." +#~ msgstr "" +#~ "Il simbolo su un pulsante mate-calc indica che questo menù è visualizzato quando clicchi su tale " +#~ "pulsante." + +#~ msgid "Status Bar" +#~ msgstr "Barra di stato" + +#~ msgid "The status bar displays messages on the status of your calculations." +#~ msgstr "" +#~ "La barra di stato visualizza i messaggi di stato della tua calcolatrice." + +#~ msgid "Usage" +#~ msgstr "Uso" + +#~ msgid "To Use Calculator Functions" +#~ msgstr "Per usare le funzioni della calcolatrice" + +#~ msgid "To perform a calculation, use one of the following methods:" +#~ msgstr "Per eseguire un calcolo, usare uno dei seguenti metodi:" + +#~ msgid "" +#~ "Click on the mate-calc buttons to enter " +#~ "numbers and functions." +#~ msgstr "" +#~ "Premere sul pulsante mate-calc per immettere " +#~ "numeri e funzioni." + +#~ msgid "" +#~ "Give focus to the mate-calc window, then use " +#~ "the keyboard or numeric keypad to specify the calculation that you want " +#~ "to perform. For a complete list of keyboard shortcuts, see ." +#~ msgstr "" +#~ "Dare attenzione alla finestra mate-calc, " +#~ "quindi utilizzare la tastiera o il tastierino numerico per specificare il " +#~ "calcolo che si desidera eseguire. Per un elenco completo dei tasti di " +#~ "scelta rapida, vedere ." + +#~ msgid "" +#~ "The mate-calc application automatically " +#~ "displays numbers with more than 40 digits, and small numbers, as " +#~ "exponential numbers. For example, the following table shows the value " +#~ "that is displayed when you use the decimal numeric base with an accuracy " +#~ "of 2 significant places:" +#~ msgstr "" +#~ "mate-calc visualizza automaticamente i numeri " +#~ "con più di 40 cifre e numeri piccoli, come i numeri esponenziali. Ad " +#~ "esempio, la seguente tabella indica il valore che viene visualizzato " +#~ "quando si utilizza la base numerica decimale con una precisione di 2 " +#~ "posti significativi:" + +#~ msgid "Display" +#~ msgstr "Visualizzare" + +#~ msgid "Signifies" +#~ msgstr "Significa" + +#~ msgid "1.23e+37" +#~ msgstr "1.23e+37" + +#~ msgid "1.23 * 1037" +#~ msgstr "1.23 * 1037" + +#~ msgid "1e-5" +#~ msgstr "1e-5" + +#~ msgid "0.00001" +#~ msgstr "0.00001" + +#~ msgid "" +#~ "For information about how to enter a number in exponential format, see " +#~ "." +#~ msgstr "" +#~ "Per maggiori informazioni su come inserire un numero in formato " +#~ "esponenziale, vedere ." + +#~ msgid "To Display a Separator in Large Numbers" +#~ msgstr "Per visualizzare un separatore in gran numero" + +#~ msgid "" +#~ "To insert a separator between every three digits to the left of the " +#~ "numeric point in decimal base, choose ViewShow Thousands Separator." +#~ msgstr "" +#~ "Per inserire un separatore ogni tre cifre a sinistra del punto numerico " +#~ "in base decimale, scegli VediMostra separatore di migliaia." + +#~ msgid "" +#~ "Different countries and cultures have varying conventions for how to " +#~ "communicate. These conventions include the language spoken and the " +#~ "character used as a numeric separator." +#~ msgstr "" +#~ "Diversi paesi e culture hanno diverse convenzioni per il modo di " +#~ "comunicare. Queste convenzioni comprendono la lingua parlata e il " +#~ "carattere usato come separatore numerico." + +#~ msgid "" +#~ "mate-calc has been internationalized so user's " +#~ "can adapt to their own conventions. This is done by setting a specific " +#~ "locale. We can't determine what locales will exist, except for a standard " +#~ "one called the C locale." +#~ msgstr "" +#~ "mate-calc è stata internazionalizzata in modo " +#~ "tale che l'utente può adattarsi alle proprie rispettive convenzioni. " +#~ "Questo viene fatto impostando una specifica localizzazione. Non siamo in " +#~ "grado di determinare quali locali esisteranno, ad eccezione di uno " +#~ "standard chiamato C locale." + +#~ msgid "When you use the C locale, the separator character is not displayed." +#~ msgstr "" +#~ "Quando si utilizza il C locale, il carattere di separazione non è " +#~ "visualizzato." + +#~ msgid "To Copy and Paste in the Display Area" +#~ msgstr "Per copiare e incollare nell'area visualizzata" + +#~ msgid "" +#~ "To copy the result of a calculation, choose EditCopy. You can paste the " +#~ "value into another application." +#~ msgstr "" +#~ "Per copiare il risultato di un calcolo, scegliere " +#~ "ModificaCopia. È possibile incollare il valore in un'altra applicazione." + +#~ msgid "" +#~ "To paste a previously copied value into the display area, choose " +#~ "EditPaste." +#~ msgstr "" +#~ "Per incollare un valore precedentemente copiato nell'area visualizzata, " +#~ "scegliere ModificaIncolla." + +#~ msgid "To Perform Basic Calculations" +#~ msgstr "Per eseguire un calcolo di base" + +#~ msgid "" +#~ "Basic mode is displayed by default when you first start " +#~ "mate-calc. To explicitly invoke Basic mode, " +#~ "choose ViewBasic." +#~ msgstr "" +#~ "La modalità base è visualizzata di default al primo avvio di " +#~ "mate-calc. Per invocare esplicitamente la " +#~ "modalità base, scegli VisualizzazioneBase." + +#~ msgid "" +#~ "The calculator memory registers are unavailable in Basic Mode. In other " +#~ "words, ViewMemory Registers is inactive." +#~ msgstr "" +#~ "La memoria di registro della calcolatrice non è disponibile nelle " +#~ "modalità di base. In altre parole, VisualizzaRegistro Memoria è " +#~ "inattiva." + +#~ msgid "To Perform Simple Calculations" +#~ msgstr "Per l'esecuzione di calcoli semplici" + +#~ msgid "" +#~ "To perform simple calculations, use the buttons described in ." +#~ msgstr "" +#~ "Per l'esecuzione di calcoli semplici, usa i pulsanti descritti in ." + +#~ msgid "Performing Simple Calculations" +#~ msgstr "Eseguire calcoli semplici" + +#~ msgid "Button" +#~ msgstr "Pulsante" + +#~ msgid "Description" +#~ msgstr "Descrizione" + +#~ msgid "Example" +#~ msgstr "Esempio" + +#~ msgid "Numerals" +#~ msgstr "Numeri" + +#~ msgid "0 to 9 inclusive" +#~ msgstr "0 a 9 compreso" + +#~ msgid "" +#~ "In decimal and hexadecimal base, all numerals are available. In octal " +#~ "base, 8 and 9 are " +#~ "unavailable. In binary base, only 0 and " +#~ "1 are available. The default base is decimal." +#~ msgstr "" +#~ "In base decimale ed esadecimale, tutti i numeri sono disponibili. Nella " +#~ "base ottale, 8 e 9 non sono " +#~ "disponibili. Nella base binaria, solo 0e " +#~ "1 sono disponibili. Di default è impostata la base " +#~ "decimale." + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "Numeric point" +#~ msgstr "Punto numerico" + +#~ msgid "." +#~ msgstr "." + +#~ msgid "Starts the fractional part of a numeric entry." +#~ msgstr "Inizia la parte frazionaria di un ingresso numerico." + +#~ msgid "Calculate a result" +#~ msgstr "Calcola il risultato" + +#~ msgid "=" +#~ msgstr "=" + +#~ msgid "Displays the result of the current calculation in the current base." +#~ msgstr "Visualizza il risultato del calcolo attuale nella base attuale." + +#~ msgid "" +#~ "1 +2=" +#~ msgstr "" +#~ "1 +2=" + +#~ msgid "3" +#~ msgstr "3" + +#~ msgid "Addition" +#~ msgstr "Addizione" + +#~ msgid "+" +#~ msgstr "+" + +#~ msgid "" +#~ "Adds the current value in the display area to the next number that you " +#~ "enter." +#~ msgstr "" +#~ "Aggiunge al valore correntemente visualizzato, il numero che si immette." + +#~ msgid "-" +#~ msgstr "-" + +#~ msgid "" +#~ "Subtracts from the current value in the display area the next number that " +#~ "you enter." +#~ msgstr "Sottrae dal valore corrente visualizzato, il numero che si immette." + +#~ msgid "" +#~ "3 -2=" +#~ msgstr "" +#~ "3 -2=" + +#~ msgid "Multiplication" +#~ msgstr "Moltiplicazione" + +#~ msgid "*" +#~ msgstr "*" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:605(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2388(guibutton) -msgid "1/" -msgstr "" +#~ msgid "" +#~ "Multiplies the current value in the display area by the next number that " +#~ "you enter." +#~ msgstr "" +#~ "Moltiplica il valore correntemente visualizzato col prossimo numero che " +#~ "si immetterà." + +#~ msgid "" +#~ "3 *2=" +#~ msgstr "" +#~ "3 *2=" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:606(para) -msgid "Divides 1 by the current value in the display area." -msgstr "" +#~ msgid "Division" +#~ msgstr "Divisione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:607(para) -msgid "4 1/x" -msgstr "" +#~ msgid "/" +#~ msgstr "/" + +#~ msgid "" +#~ "Divides the current value in the display area by the next number that you " +#~ "enter." +#~ msgstr "" +#~ "Divide il valore correntemente visualizzato per il prossimo che si " +#~ "immetterà." + +#~ msgid "" +#~ "6 /3=" +#~ msgstr "" +#~ "6 /3=" + +#~ msgid "Change the arithmetic sign" +#~ msgstr "Cambia il segno aritmetico" + +#~ msgid "+/-" +#~ msgstr "+/-" + +#~ msgid "" +#~ "Changes a positive number to a negative number, or a negative number to a " +#~ "positive number." +#~ msgstr "Cambia un numero da positivo a negativo e viceversa." + +#~ msgid "8 +/-" +#~ msgstr "8 +/-" + +#~ msgid "-8" +#~ msgstr "-8" + +#~ msgid "To Erase Characters" +#~ msgstr "Per eliminare caratteri" + +#~ msgid "" +#~ "To erase characters, use the buttons described in ." +#~ msgstr "" +#~ "Per eliminare i caratteri, usa il pulsante descritto in ." + +#~ msgid "Backspace" +#~ msgstr "Barra Spaziatrice" + +#~ msgid "Bksp" +#~ msgstr "Bksp" + +#~ msgid "Removes the rightmost character from the display area." +#~ msgstr "Rimuove il carattere di estrema destra dall'area visualizzata." + +#~ msgid "" +#~ "1 +22Bksp=" +#~ msgstr "" +#~ "1 +22Bksp=" + +#~ msgid "Clear Entry" +#~ msgstr "Pulisci immissione" + +#~ msgid "CE" +#~ msgstr "CE" + +#~ msgid "Removes the current value from the display area." +#~ msgstr "Rimuove il valore correntemente visualizzato." + +#~ msgid "" +#~ "This is only really meaningful if the Calculator is not in Arithmetic " +#~ "Precedence mode." +#~ msgstr "" +#~ "Questo è significativo solamente se la calcolatrice non è nella modalità " +#~ "di Precedenza Aritmetica." + +#~ msgid "" +#~ "In Arithmetic Precedence mode, this operation is the same as " +#~ "Clr" +#~ msgstr "" +#~ "Nella modalità di Precedenza Aritmetica, questa operazione è la stessa di " +#~ "Clr" + +#~ msgid "If the calculator is not in Arithmetic Precedence mode:" +#~ msgstr "Se la calcolatrice non è nella modalità di Precedenza Aritmetica:" + +#~ msgid "" +#~ "1 +22CE=" +#~ msgstr "" +#~ "1 +22CE=" + +#~ msgid "If the calculator is in Arithmetic Precedence mode:" +#~ msgstr "Se la calcolatrice è nella modalità di Precedenza Aritmetica:" + +#~ msgid "Clear" +#~ msgstr "Pulire" + +#~ msgid "Clr" +#~ msgstr "Clr" + +#~ msgid "" +#~ "Resets the current value in the display area to zero and removes any " +#~ "previous calculation results. Clr also deselects " +#~ "the Hyp and Inv options in " +#~ "Scientific." +#~ msgstr "" +#~ "Azzera il valore correntemente visualizzato e cancella ogni precedente " +#~ "risultato." + +#~ msgid "" +#~ "1 +22Clr" +#~ msgstr "" +#~ "1 +22Clr" + +#~ msgid "To Display ASCII Values" +#~ msgstr "Per visualizzare valori ASCII" + +#~ msgid "" +#~ "To display the ASCII value of a character, choose " +#~ "EditInsert ASCII Value." +#~ msgstr "" +#~ "Per visualizzare il valore ASCII di un carattere, scegliere " +#~ "ModificaInserisci valore " +#~ "ASCII." + +#~ msgid "The Insert ASCII Value dialog is displayed." +#~ msgstr "Il valore ASCII inserito è visualizzato." + +#~ msgid "" +#~ "Enter the required character in the Character field, " +#~ "then click Insert. The ASCII value of that " +#~ "character, in the current numeric base, appears in the display area. For " +#~ "example, the ASCII value of B in decimal base is 66." +#~ msgstr "" +#~ "Immettere il carattere richiesto nel campo Carattere, poi clicca Inserisci. \tIl valore ASCII " +#~ "del carattere, nella base corrente, viene visualizzato. Ad esempio, il " +#~ "valore ASCII di B in base decimale è 66." + +#~ msgid "To Perform Advanced Calculations" +#~ msgstr "Per eseguire calcoli avanzati" + +#~ msgid "" +#~ "To change to Advanced mode, choose ViewAdvanced." +#~ msgstr "" +#~ "Per cambiare nella modalità avanzata, scegliere " +#~ "VisualizzaAvanzate." + +#~ msgid "" +#~ "When you change to Advanced mode, the following buttons are displayed to " +#~ "the right of the Basic mode buttons:" +#~ msgstr "" +#~ "Quando cambi nel modo Avanzato, i seguenti pulsanti sono visualizzati " +#~ "alla destra della modalità base:" + +#~ msgid "mate-calc Advanced Mode Buttons" +#~ msgstr "mate-calc Pulsanti modalità Avanzata" + +#~ msgid "Shows Advanced mode buttons." +#~ msgstr "Mostra Pulsanti modalità Avanzata." + +#~ msgid "Performing Advanced Calculations" +#~ msgstr "Eseguire Calcoli Avanzati" + +#~ msgid "%" +#~ msgstr "%" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:608(para) -msgid "0.25" -msgstr "" +#~ msgid "Divides the current value by 100." +#~ msgstr "Divide il valore corrente per 100" + +#~ msgid "560 %=" +#~ msgstr "560 %=" + +#~ msgid "5.60" +#~ msgstr "5.60" + +#~ msgid "Reciprocal" +#~ msgstr "Reciproco" + +#~ msgid "x" +#~ msgstr "x" + +#~ msgid "1/" +#~ msgstr "1/" + +#~ msgid "Divides 1 by the current value in the display area." +#~ msgstr "Divide per 1 il corrente valore visualizzato." + +#~ msgid "4 1/x" +#~ msgstr "4 1/x" + +#~ msgid "0.25" +#~ msgstr "0.25" + +#~ msgid "Square Root" +#~ msgstr "Radice quadrata" + +#~ msgid "Calculates the square root of the current value in the display area." +#~ msgstr "Calcola la radice quadrata del valore attualmente visualizzato" + +#~ msgid "For arithmetic precedence mode:" +#~ msgstr "Per la modalità di precedenza aritmetica:" + +#~ msgid "" +#~ "Sqrt 9 )=" +#~ msgstr "" +#~ "Sqrt 9 )=" + +#~ msgid "For non-arithmetic precedence mode:" +#~ msgstr "Per la modalità di non-precedenza aritmetica:" + +#~ msgid "9 Sqrt" +#~ msgstr "9 Sqrt" + +#~ msgid "Square" +#~ msgstr "Quadrato" + +#~ msgid "Calculates the square of the current value in the display area." +#~ msgstr "Calcola il quadrato del valore correntemente visualizzato." + +#~ msgid "3 x2" +#~ msgstr "3 x2" + +#~ msgid "9" +#~ msgstr "9" + +#~ msgid "" +#~ "Calculates the integer portion of the current value in the display area." +#~ msgstr "Calcola la porzione intera del valore correntemente visualizzato." + +#~ msgid "-23.45 Int" +#~ msgstr "-23.45 Int" + +#~ msgid "-23" +#~ msgstr "-23" + +#~ msgid "" +#~ "Calculates the fractional portion of the current value in the display " +#~ "area." +#~ msgstr "" +#~ "Calcola la porzione frazionale del valore correntemente visualizzato." + +#~ msgid "-23.45 Frac" +#~ msgstr "-23.45 Frac" + +#~ msgid "-0.45" +#~ msgstr "-0.45" + +#~ msgid "" +#~ "Calculates the absolute value of the current value in the display area." +#~ msgstr "" +#~ "Calcola il valore assoluto del valore corrente nell'area visualizzata." + +#~ msgid "-23.45 Abs" +#~ msgstr "-23.45 Abs" + +#~ msgid "23.45" +#~ msgstr "23.45" + +#~ msgid "Parentheses" +#~ msgstr "Parentesi" + +#~ msgid "( and )" +#~ msgstr "( e )" + +#~ msgid "" +#~ "Provide precedence in arithmetic calculations if you are not using " +#~ "Arithmetic Precedence. See also . Calculations within parentheses are performed first. You can nest " +#~ "parentheses to any level. When the last parenthesis is matched, the " +#~ "display area is updated." +#~ msgstr "" +#~ "Fornisce la precedenza aritmetica se non stai usando la stai usando. Vedi " +#~ "inoltre . I calcoli " +#~ "all'interno delle parentesi vengono eseguiti prima. È possibile " +#~ "nidificare le parentesi a qualsiasi livello. Quando l'ultima parentesi " +#~ "viene inserita, l'area visualizzata viene aggiornata." + +#~ msgid "" +#~ "2 +3*4=" +#~ msgstr "" +#~ "2 +3*4=" + +#~ msgid "" +#~ "2 +(3*4)" +#~ msgstr "" +#~ "2 +(3*4)" + +#~ msgid "20" +#~ msgstr "20" + +#~ msgid "14" +#~ msgstr "14" + +#~ msgid "To Use the Calculator Memory Registers" +#~ msgstr "Per usare i registri di memoria della calcolatrice" + +#~ msgid "" +#~ "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose " +#~ "ViewMemory Registers." +#~ msgstr "" +#~ "È possibile memorizzare i valori in uno dei dieci mate-calc registri di memoria R0 a R9. Per visualizzare un registro di memoria, scegliere " +#~ "VisualizzaRegistri memoria." + +#~ msgid "" +#~ "The memory registers can be dismissed by either choosing " +#~ "ViewMemory Registers again, or by clicking on the Close button in the memory register window." +#~ msgstr "" +#~ "I registri di memoria possono essere respinti da una scelta " +#~ "VisualizzaRegistri memoria di nuovo, o cliccando sul pulsante " +#~ "Chiudi nella finestra dei registri." + +#~ msgid "" +#~ " describes the memory functions " +#~ "that you can use." +#~ msgstr "" +#~ " descrive la funzione di memoria " +#~ "che puoi usare." + +#~ msgid "Memory Functions" +#~ msgstr "Funzione Memoria" + +#~ msgid "Store Value in Memory Register" +#~ msgstr "Salva i valore nei registri di memoria" + +#~ msgid "Sto" +#~ msgstr "Sto" + +#~ msgid "" +#~ "Stores the current contents of the display area in the specified memory " +#~ "register. Click Sto, then select a memory register " +#~ "from the popup menu." +#~ msgstr "" +#~ "Salva i correnti valori visualizzati nello specifico registro di " +#~ "memoria. Clicca Sto e poi seleziona un registro di " +#~ "memoria dal menù popup" + +#~ msgid "" +#~ "To clear a memory register during a mate-calc " +#~ "session:" +#~ msgstr "" +#~ "Per pulire un registro di memoria durante l'esecuzione di una sessione " +#~ "mate-calc:" + +#~ msgid "Click Clr." +#~ msgstr "Clicca Clr." + +#~ msgid "Click Sto." +#~ msgstr "Clicca Sto." + +#~ msgid "Select the memory register from the popup menu." +#~ msgstr "Seleziona la memoria di registro dal menù popup." + +#~ msgid "22 StoR2" +#~ msgstr "22 StoR2" + +#~ msgid "The value 22 is stored in memory register R2." +#~ msgstr "" +#~ "Il valore 22 è salvato nel registro di memoria R2." + +#~ msgid "Retrieve Value From Memory Register" +#~ msgstr "Recupera il valore da un registro di sistema" + +#~ msgid "Rcl" +#~ msgstr "Rcl" + +#~ msgid "" +#~ "Retrieves the contents of the specified memory register. Click " +#~ "Rcl, then select the memory register from the " +#~ "popup menu." +#~ msgstr "" +#~ "Recupare il contenuto di uno specifico registro di memoria. Clicca " +#~ "Rcl, e poi selezione il registro di memoria dal " +#~ "menù popup" + +#~ msgid "0 RclR2" +#~ msgstr "0 RclR2" + +#~ msgid "The value in the display area is 22." +#~ msgstr "Il valore visualizzato è 22." + +#~ msgid "Exchange Memory Register Value and Displayed Value" +#~ msgstr "Scambia i valori dei registri di memoria e i valore visualizzati" + +#~ msgid "Exch" +#~ msgstr "Exch" + +#~ msgid "" +#~ "Exchanges the contents of the specified memory register and the current " +#~ "value in the display area. Click Exch, then select " +#~ "the memory register from the popup menu." +#~ msgstr "" +#~ "Scambia i contenuti del specifico registro di memoria e il valore " +#~ "correntemente visualizzato. Clicca Exch e poi " +#~ "selezione il registro di memoria dal menù popup." + +#~ msgid "44 ExchR2" +#~ msgstr "44 ExchR2" + +#~ msgid "" +#~ "The value in the display area changes from 44 to 22, the value in R2 " +#~ "changes from 22 to 44." +#~ msgstr "" +#~ "Il valore visualizzato cambia da 44 a 22, il valore R2 cambia da 22 a 44." + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "memory register, as shown in the following examples:" +#~ msgstr "" +#~ "Se si utilizzano i tasti di scelta rapida, è possibile utilizzare la " +#~ "tastiera per specificare il registro di memoria, come mostrato negli " +#~ "esempi seguenti:" + +#~ msgid "Keyboard Entry" +#~ msgstr "Immissioni tastiera" + +#~ msgid "S" +#~ msgstr "S" + +#~ msgid "" +#~ "Stores the current contents of the display area in memory register " +#~ "R2." +#~ msgstr "" +#~ "Salva il contenuto correntemente visualizzato nel registro di memoria " +#~ "R2." + +#~ msgid "R" +#~ msgstr "R" + +#~ msgid "" +#~ "Retrieves the current contents of memory register R2 " +#~ "into the display area." +#~ msgstr "" +#~ "Recupera il contenuto corrente del registro di memoriaR2 nell'area visualizzata." + +#~ msgid "X" +#~ msgstr "X" + +#~ msgid "" +#~ "Exchanges the current value of the display area with the contents of " +#~ "memory register R2." +#~ msgstr "" +#~ "Scambia il valore correntemente visualizzato con il contenuto del " +#~ "registro di memoria R2." + +#~ msgid "" +#~ "To change to Financial mode, choose ViewFinancial." +#~ msgstr "" +#~ "Per cambiare nel modo Finanziario, scegliere " +#~ "VisualizzaFinanziario." + +#~ msgid "mate-calc Financial Mode Buttons" +#~ msgstr "mate-calc Pulsanti modalità finanziaria" + +#~ msgid "Shows Financial mode buttons." +#~ msgstr "Mostra pulsanti modalità finanziaria." + +#~ msgid "" +#~ "To perform financial calculations, use the buttons described in ." +#~ msgstr "" +#~ "Per eseguire calcoli finanziari, utilizzate i pulsanti descritti in ." + +#~ msgid "Performing Financial Calculations" +#~ msgstr "Eseguire calcoli finanziari" + +#~ msgid "Compounding Term" +#~ msgstr "Termine composizione" + +#~ msgid "This function uses the following memory registers:" +#~ msgstr "Questa funziona usa i seguenti registri di memoria:" + +#~ msgid "Register 0" +#~ msgstr "Registro 0" + +#~ msgid "int, the periodic interest rate" +#~ msgstr "int, il tasso di interesse periodico" + +#~ msgid "Register 1" +#~ msgstr "Registro 1" + +#~ msgid "fv, the future value" +#~ msgstr "fv, il valore futuro" + +#~ msgid "Register 2" +#~ msgstr "Registro 2" + +#~ msgid "pv, the present value" +#~ msgstr "pv, il valore presente" + +#~ msgid "" +#~ "You have just deposited $8000 in an account that pays an annual interest " +#~ "rate of 9%, compounded monthly. Given the annual interest rate, you " +#~ "determine that the simple monthly interest rate is 0.09 / 12 = 0.0075. To " +#~ "calculate the time period necessary to double your investment, put the " +#~ "following values into the first three memory registers:" +#~ msgstr "" +#~ "Lei ha appena depositato $8000 in un conto che paga un interesse annuo " +#~ "del 9%, aumentato mensilmente. \tDato il tasso d'interesse annuo, si " +#~ "determina che il semplice tasso di interesse mensile è 0.09 / 12 = " +#~ "0.0075. Per calcolare il periodo di tempo necessario per raddoppiare il " +#~ "vostro investimento, mettete i seguenti valori nei primi tre registri di " +#~ "memoria:" + +#~ msgid "0.0075" +#~ msgstr "0.0075" + +#~ msgid "16000" +#~ msgstr "16000" + +#~ msgid "8000" +#~ msgstr "8000" + +#~ msgid "Click Ctrm =" +#~ msgstr "Clicca Ctrm =" + +#~ msgid "92.77" +#~ msgstr "92.77" + +#~ msgid "The investment doubles in value in 92.77 months." +#~ msgstr "Raddoppia l'investimento in termini di valore in 92,77 mesi." + +#~ msgid "Double-Declining Depreciation" +#~ msgstr "Doppio declino di ammortamento" + +#~ msgid "cost, the amount paid for the asset" +#~ msgstr "cost, l'importo pagato per il bene" + +#~ msgid "" +#~ "salvage, the value of the asset at the end of " +#~ "its life" +#~ msgstr "" +#~ "salvataggio, il valore delle attività alla " +#~ "fine del ciclo di vita" + +#~ msgid "life, the useful life of the asset" +#~ msgstr " vita , la vita utile del bene" + +#~ msgid "Register 3" +#~ msgstr "Registro 3" + +#~ msgid "" +#~ "period, the time period for depreciation " +#~ "allowance" +#~ msgstr "" +#~ " periodo , il periodo di tempo di " +#~ "ammortamento per indennità" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the double-" +#~ "declining balance method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "Avete appena acquistato una macchina da ufficio per $ 8000. La vita utile " +#~ "di questa macchina è di sei anni. Il valore di salvataggio dopo sei anni " +#~ "è di $ 900. Per calcolare l'ammortamento spese per il quarto anno, " +#~ "utilizzando il metodo del doppio declino del bilancio, mettere i seguenti " +#~ "valori nei primi quattro registri di memoria:" + +#~ msgid "900" +#~ msgstr "900" + +#~ msgid "4" +#~ msgstr "4" + +#~ msgid "Click Ddb =" +#~ msgstr "Clicca Ddb =" + +#~ msgid "790.12" +#~ msgstr "790.12" + +#~ msgid "The depreciation expense for the fourth year is $790.12." +#~ msgstr "L'ammortamento spese per il quarto anno è di $ 790,12." + +#~ msgid "Future Value" +#~ msgstr "Valore futuro" + +#~ msgid "pmt, the periodic payment" +#~ msgstr "pmt, pagamento periodico" + +#~ msgid "n, the number of periods" +#~ msgstr "n, numero di periodi" + +#~ msgid "" +#~ "You plan to deposit $4000 in a bank account on the last day of each year " +#~ "for the next 20 years. The account pays 8% interest, compounded annually. " +#~ "Interest is paid on the last day of each year. To calculate the value of " +#~ "your account in 20 years, put the following values into the first three " +#~ "memory registers:" +#~ msgstr "" +#~ "Si prevede di depositare, l'ultimo giorno di ogni anno, $ 4000 in un " +#~ "conto bancario per i prossimi 20 anni. L'interesse è dell'8%, aumentato " +#~ "ogni anno. L'interesse è pagato l'ultimo giorno di ogni anno. Per " +#~ "calcolare il valore del tuo conto in 20 anni, metti i seguenti valori nei " +#~ "primi tre registri di memoria:" + +#~ msgid "4000" +#~ msgstr "4000" + +#~ msgid "0.08" +#~ msgstr "0.08" + +#~ msgid "Click Fv =" +#~ msgstr "Clicca Fv =" + +#~ msgid "183047.86" +#~ msgstr "183047.86" + +#~ msgid "At the end of 20 years, the value of the account is $183,047.86." +#~ msgstr "Alla fine dei 20 anni, il valore del conto sarà $183,047.86." + +#~ msgid "Periodic Payment" +#~ msgstr "Pagamento periodico" + +#~ msgid "prin, the principal" +#~ msgstr "prin, il principale" + +#~ msgid "n, the term" +#~ msgstr "n, il termine" + +#~ msgid "" +#~ "You are considering a $120,000 mortgage for 30 years at an annual " +#~ "interest rate of 11.0%. Given the annual interest rate, you determine " +#~ "that the simple monthly interest rate is 0.11 / 12 = 0.00917. The term is " +#~ "30 * 12 = 360 months. To calculate the monthly repayment for this " +#~ "mortgage, put the following values into the first three memory registers:" +#~ msgstr "" +#~ "Stai considerando di fare un ipoteca di $ 120000 per 30 anni ad un tasso " +#~ "d'interesse annuo del 11,0%. Dato il tasso d'interesse annuo, si " +#~ "determina che il semplice interesse mensile è 0,11 / 12 = 0,00917. Il " +#~ "termine è 30 * 12 = 360 mesi. Per il calcolo del rimborso mensile per " +#~ "questa ipoteca, mettete i seguenti valori nei primi tre registri di " +#~ "memoria:" + +#~ msgid "120000" +#~ msgstr "120000" + +#~ msgid "0.00917" +#~ msgstr "0.00917" + +#~ msgid "360" +#~ msgstr "360" + +#~ msgid "Click Pmt =" +#~ msgstr "Clicca Pmt =" + +#~ msgid "1143.15" +#~ msgstr "1143.15" + +#~ msgid "The monthly repayment is $1143.15." +#~ msgstr "Il pagamento mensile è di $1143.15." + +#~ msgid "Present Value" +#~ msgstr "Valore presente" + +#~ msgid "" +#~ "You have just won a million dollars. The prize is awarded in 20 annual " +#~ "payments of $50,000 each. Annual payments are received at the end of each " +#~ "year. If you were to accept the annual payments of $50,000, you would " +#~ "invest the money at a rate of 9%, compounded annually." +#~ msgstr "" +#~ "Hai appena vinto un milione di dollari. Il premio è concesso in 20 " +#~ "versamenti annuali di $ 50000 ciascuno. I pagamenti annuali sono ricevuti " +#~ "alla fine di ogni anno. Se hai accettato i pagamenti annuali di $ 50000, " +#~ "dovresti investire il denaro a un tasso del 9%, aumentato ogni anno." + +#~ msgid "" +#~ "However, you are given the option of receiving a single lump-sum payment " +#~ "of $400,000 instead of the million dollars annuity. To calculate which " +#~ "option is worth more in today's dollars, put the following values into " +#~ "the first three memory registers:" +#~ msgstr "" +#~ "Tuttavia, si è data la possibilità di ricevere un unico pagamento " +#~ "forfettario di 400000 dollari invece dei milioni di dollari di rendite. " +#~ "Per calcolare quale opzioni valga più dollari, mettete i seguenti valori " +#~ "nei primi tre registri di memoria:" + +#~ msgid "50000" +#~ msgstr "50000" + +#~ msgid "0.09" +#~ msgstr "0.09" + +#~ msgid "Click Pv =" +#~ msgstr "Clicca Pv =" + +#~ msgid "456427.28" +#~ msgstr "456427.28" + +#~ msgid "" +#~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." +#~ msgstr "" +#~ "Il 1'000'000 di dollari pagato in 20 anni vale 456,427.28 dollari attuali." + +#~ msgid "Periodic Interest Rate" +#~ msgstr "Tasso periodico di interesse" + +#~ msgid "" +#~ "You have invested $20,000 in a bond. The bond matures in five years, and " +#~ "has a maturity value of $30,000. Interest is compounded monthly. The term " +#~ "is 5 * 12 = 60 months. To calculate the periodic interest rate for this " +#~ "investment, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "Hai investito $ 20.000 in un bond. Il bond matura in cinque anni, ed ha " +#~ "una maturità di $ 30000. L'interesse è aumentato mensilmente. Il termine " +#~ "è 5 * 12 = 60 mesi. Per calcolare il tasso periodico di interesse per " +#~ "questo investimento, mettere i seguenti valori nei primi tre registri di " +#~ "memoria:" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:612(para) -msgid "Square Root" -msgstr "" +#~ msgid "30000" +#~ msgstr "30000" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:613(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2400(guibutton) -msgid "Sqrt" -msgstr "" +#~ msgid "20000" +#~ msgstr "20000" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:614(para) -msgid "Calculates the square root of the current value in the display area." -msgstr "" +#~ msgid "60" +#~ msgstr "60" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:615(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1636(para) -msgid "For arithmetic precedence mode:" -msgstr "" +#~ msgid "Click Rate =" +#~ msgstr "Clicca Rata =" + +#~ msgid ".00678" +#~ msgstr ".00678" + +#~ msgid "" +#~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " +#~ "12 = 8.14%." +#~ msgstr "" +#~ "Il tasso di interesse mensile è 0,678%. Il tasso d'interesse annuo è " +#~ "0,678% * 12 = 8,14%." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:616(para) -msgid "Sqrt 9 )=" -msgstr "" +#~ msgid "Straight-Line Depreciation" +#~ msgstr "Ammortamento lineare" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:617(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1638(para) -msgid "For non-arithmetic precedence mode:" -msgstr "" +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the yearly depreciation expense, using the straight-line " +#~ "method, put the following values into the first three memory registers:" +#~ msgstr "" +#~ "Hai appena acquistato un macchina per l'ufficio per $ 8000. La vita utile " +#~ "di questa macchina è di sei anni. Il valore di salvataggio dopo sei anni " +#~ "è di $ 900. Per calcolare la spesa annua di ammortamento, utilizzando il " +#~ "metodo di ammortamento lineare, mettere i seguenti valori nei primi tre " +#~ "registri di memoria:" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:618(para) -msgid "9 Sqrt" -msgstr "" +#~ msgid "Click Sln =" +#~ msgstr "Clicca Sln =" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:622(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2539(para) -msgid "Square" -msgstr "" +#~ msgid "1183.33" +#~ msgstr "1183.33" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:624(para) -msgid "Calculates the square of the current value in the display area." -msgstr "" +#~ msgid "The yearly depreciation expense is $1183.33." +#~ msgstr "La spesa annua di ammortamento è di € 1183,33." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:625(para) -msgid "3 x2" -msgstr "" +#~ msgid "Sum-Of-The-Years'-Digits Depreciation" +#~ msgstr "La somma degli anni delle cifre di ammortamento" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:626(para) -msgid "9" -msgstr "" +#~ msgid "Click Syd =" +#~ msgstr "Clicca Syd =" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:629(para) -msgid "Integer Portion" -msgstr "" +#~ msgid "1014.29" +#~ msgstr "1014.29" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:630(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2316(guibutton) -msgid "Int" -msgstr "" +#~ msgid "The depreciation expense for the fourth year is $1014.29." +#~ msgstr "L'ammortamento spese per il quarto anno è di € 1014,29." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:631(para) -msgid "Calculates the integer portion of the current value in the display area." -msgstr "" +#~ msgid "Payment Period" +#~ msgstr "Periodo pagamento" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:632(para) -msgid "-23.45 Int" -msgstr "" +#~ msgid "1800" +#~ msgstr "1800" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:633(para) -msgid "-23" -msgstr "" +#~ msgid "0.11" +#~ msgstr "0.11" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:636(para) -msgid "Fractional Portion" -msgstr "" +#~ msgid "Click Term =" +#~ msgstr "Clicca Termini =" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:637(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2508(guibutton) -msgid "Frac" -msgstr "" +#~ msgid "20.32" +#~ msgstr "20.32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:638(para) -msgid "Calculates the fractional portion of the current value in the display area." -msgstr "" +#~ msgid "$120,000 accumulates in the account in 20.32 years." +#~ msgstr "$ 120000 accumulati nel conto in 20,32 anni." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:639(para) -msgid "-23.45 Frac" -msgstr "" +#~ msgid "To Perform Scientific Calculations" +#~ msgstr "Per eseguire calcoli scientifici" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:640(para) -msgid "-0.45" -msgstr "" +#~ msgid "mate-calc Scientific Mode Buttons" +#~ msgstr "mate-calc Pulsanti modalità scientifica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:643(para) -msgid "Absolute Value" -msgstr "" +#~ msgid "Shows Scientific mode buttons." +#~ msgstr "Mostra Pulsanti modalità scientifica." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:644(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2418(guibutton) -msgid "Abs" -msgstr "" +#~ msgid "To Set the Accuracy" +#~ msgstr "Per impostare la precisione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:645(para) -msgid "Calculates the absolute value of the current value in the display area." -msgstr "" +#~ msgid "Accuracy" +#~ msgstr "Precisione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:646(para) -msgid "-23.45 Abs" -msgstr "" +#~ msgid "1 significant place" +#~ msgstr "1 posto significativo" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:647(para) -msgid "23.45" -msgstr "" +#~ msgid "2 significant places" +#~ msgstr "2 posti significativi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:650(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2473(para) -msgid "Parentheses" -msgstr "" +#~ msgid "1.25" +#~ msgstr "1.25" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:651(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2472(para) -msgid "( and )" -msgstr "" +#~ msgid "3 significant places" +#~ msgstr "3 posti significativi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:652(para) -msgid "Provide precedence in arithmetic calculations if you are not using Arithmetic Precedence. See also . Calculations within parentheses are performed first. You can nest parentheses to any level. When the last parenthesis is matched, the display area is updated." -msgstr "" +#~ msgid "1.250" +#~ msgstr "1.250" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:654(para) -msgid "2 +3*4=" -msgstr "" +#~ msgid "To Set the Numeric Base" +#~ msgstr "Per settare la base numerica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:655(para) -msgid "2 +(3*4)" -msgstr "" +#~ msgid "" +#~ "To set the numeric base, select one of the buttons described in ." +#~ msgstr "" +#~ "Per impostare la base numerica, selezionare uno dei pulsanti di cui al " +#~ "." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:657(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:938(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1020(para) -msgid "20" -msgstr "" +#~ msgid "Setting the Numeric Base" +#~ msgstr "Impostazione della base numerica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:658(para) -msgid "14" -msgstr "" +#~ msgid "Binary Base" +#~ msgstr "Base binaria" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:667(title) -msgid "To Use the Calculator Memory Registers" -msgstr "" +#~ msgid "Sets the numeric base to binary, that is, base 2." +#~ msgstr "Imposta la base numerica in binario, la quale base è 2." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:668(para) -msgid "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose ViewMemory Registers." -msgstr "" +#~ msgid "Octal Base" +#~ msgstr "Base ottale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:674(para) -msgid "The memory registers can be dismissed by either choosing ViewMemory Registers again, or by clicking on the Close button in the memory register window." -msgstr "" +#~ msgid "Oct" +#~ msgstr "Oct" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:677(para) -msgid " describes the memory functions that you can use." -msgstr "" +#~ msgid "Sets the numeric base to octal, that is, base 8." +#~ msgstr "Imposta la base numero in ottale, la quale base è 8." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:679(title) -msgid "Memory Functions" -msgstr "" +#~ msgid "Decimal Base" +#~ msgstr "Base decimale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:702(para) -msgid "Store Value in Memory Register" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:703(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2394(guibutton) -msgid "Sto" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:704(para) -msgid "Stores the current contents of the display area in the specified memory register. Click Sto, then select a memory register from the popup menu." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:705(para) -msgid "To clear a memory register during a mate-calc session:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:707(para) -msgid "Click Clr." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:708(para) -msgid "Click Sto." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:709(para) -msgid "Select the memory register from the popup menu." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:712(para) -msgid "22 StoR2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:713(para) -msgid "The value 22 is stored in memory register R2." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:716(para) -msgid "Retrieve Value From Memory Register" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:717(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2382(guibutton) -msgid "Rcl" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:718(para) -msgid "Retrieves the contents of the specified memory register. Click Rcl, then select the memory register from the popup menu." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:719(para) -msgid "0 RclR2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:720(para) -msgid "The value in the display area is 22." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:723(para) -msgid "Exchange Memory Register Value and Displayed Value" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:724(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2430(guibutton) -msgid "Exch" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:725(para) -msgid "Exchanges the contents of the specified memory register and the current value in the display area. Click Exch, then select the memory register from the popup menu." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:726(para) -msgid "44 ExchR2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:727(para) -msgid "The value in the display area changes from 44 to 22, the value in R2 changes from 22 to 44." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:732(para) -msgid "If you use keyboard shortcuts, you can use the keyboard to specify the memory register, as shown in the following examples:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:740(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1786(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1911(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2010(para) -msgid "Keyboard Entry" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:747(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2393(keycap) -msgid "S" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:748(para) -msgid "Stores the current contents of the display area in memory register R2." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:751(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2381(keycap) -msgid "R" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:752(para) -msgid "Retrieves the current contents of memory register R2 into the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:755(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2429(keycap) -msgid "X" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:756(para) -msgid "Exchanges the current value of the display area with the contents of memory register R2." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:767(title) -msgid "To Perform Financial Calculations" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:768(para) -msgid "To change to Financial mode, choose ViewFinancial." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:774(para) -msgid "When you change to Financial mode, the following buttons are displayed above the Basic and Advanced mode buttons:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:778(title) -msgid "mate-calc Financial Mode Buttons" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:785(phrase) -msgid "Shows Financial mode buttons." -msgstr "" - -#. ==== End of Figure ==== -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:791(para) -msgid "To perform financial calculations, use the buttons described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:794(title) -msgid "Performing Financial Calculations" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:817(para) -msgid "Compounding Term" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:818(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2352(guibutton) -msgid "Ctrm" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:819(para) -msgid "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." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:820(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:860(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:909(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:950(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:990(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1032(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1074(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1116(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1165(para) -msgid "This function uses the following memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:823(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:839(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:863(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:884(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:912(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:929(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:953(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:969(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:993(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1011(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1035(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1052(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1077(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1094(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1119(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1140(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1168(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1185(term) -msgid "Register 0" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:824(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:917(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:958(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:998(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1177(para) -msgid "int, the periodic interest rate" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:827(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:843(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:867(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:888(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:916(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:933(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:957(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:973(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:997(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1015(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1039(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1056(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1081(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1098(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1123(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1144(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1172(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1189(term) -msgid "Register 1" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:828(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1036(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1173(para) -msgid "fv, the future value" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:831(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:847(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:871(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:892(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:920(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:937(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:961(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:977(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1001(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1019(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1043(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1060(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1085(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1102(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1127(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1148(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1176(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1193(term) -msgid "Register 2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:832(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1040(para) -msgid "pv, the present value" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:836(para) -msgid "You have just deposited $8000 in an account that pays an annual interest rate of 9%, compounded monthly. Given the annual interest rate, you determine that the simple monthly interest rate is 0.09 / 12 = 0.0075. To calculate the time period necessary to double your investment, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:840(para) -msgid "0.0075" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:844(para) -msgid "16000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:848(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:885(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1095(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1141(para) -msgid "8000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:851(para) -msgid "Click Ctrm =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:852(para) -msgid "92.77" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:853(para) -msgid "The investment doubles in value in 92.77 months." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:856(para) -msgid "Double-Declining Depreciation" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:857(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2274(guibutton) -msgid "Ddb" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:858(para) -msgid "Calculates the depreciation allowance on an asset for a specified period of time, using the double-declining balance method." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:864(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1078(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1120(para) -msgid "cost, the amount paid for the asset" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:868(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1082(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1124(para) -msgid "salvage, the value of the asset at the end of its life" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:872(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1086(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1128(para) -msgid "life, the useful life of the asset" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:875(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:896(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1131(term) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1152(term) -msgid "Register 3" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:876(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1132(para) -msgid "period, the time period for depreciation allowance" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:880(para) -msgid "You have just purchased an office machine for $8000. The useful life of this machine is six years. The salvage value after six years is $900. To calculate the depreciation expense for the fourth year, using the double-declining balance method, put the following values into the first four memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:889(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1099(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1145(para) -msgid "900" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:897(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1153(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2017(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2021(keycap) -msgid "4" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:900(para) -msgid "Click Ddb =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:901(para) -msgid "790.12" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:902(para) -msgid "The depreciation expense for the fourth year is $790.12." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:905(para) -msgid "Future Value" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:906(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2424(guibutton) -msgid "Fv" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:907(para) -msgid "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." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:913(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:994(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1169(para) -msgid "pmt, the periodic payment" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:921(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1002(para) -msgid "n, the number of periods" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:925(para) -msgid "You plan to deposit $4000 in a bank account on the last day of each year for the next 20 years. The account pays 8% interest, compounded annually. Interest is paid on the last day of each year. To calculate the value of your account in 20 years, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:930(para) -msgid "4000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:934(para) -msgid "0.08" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:941(para) -msgid "Click Fv =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:942(para) -msgid "183047.86" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:943(para) -msgid "At the end of 20 years, the value of the account is $183,047.86." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:946(para) -msgid "Periodic Payment" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:947(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2370(guibutton) -msgid "Pmt" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:948(para) -msgid "Calculates the amount of the periodic payment of a loan, where payments are made at the end of each payment period." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:954(para) -msgid "prin, the principal" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:962(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1044(para) -msgid "n, the term" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:966(para) -msgid "You are considering a $120,000 mortgage for 30 years at an annual interest rate of 11.0%. Given the annual interest rate, you determine that the simple monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * 12 = 360 months. To calculate the monthly repayment for this mortgage, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:970(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1190(para) -msgid "120000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:974(para) -msgid "0.00917" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:978(para) -msgid "360" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:981(para) -msgid "Click Pmt =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:982(para) -msgid "1143.15" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:983(para) -msgid "The monthly repayment is $1143.15." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:986(para) -msgid "Present Value" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:987(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2376(guibutton) -msgid "Pv" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:988(para) -msgid "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." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1006(para) -msgid "You have just won a million dollars. The prize is awarded in 20 annual payments of $50,000 each. Annual payments are received at the end of each year. If you were to accept the annual payments of $50,000, you would invest the money at a rate of 9%, compounded annually." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1007(para) -msgid "However, you are given the option of receiving a single lump-sum payment of $400,000 instead of the million dollars annuity. To calculate which option is worth more in today's dollars, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1012(para) -msgid "50000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1016(para) -msgid "0.09" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1023(para) -msgid "Click Pv =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1024(para) -msgid "456427.28" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1025(para) -msgid "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1028(para) -msgid "Periodic Interest Rate" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1029(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2406(guibutton) -msgid "Rate" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1030(para) -msgid "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." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1048(para) -msgid "You have invested $20,000 in a bond. The bond matures in five years, and has a maturity value of $30,000. Interest is compounded monthly. The term is 5 * 12 = 60 months. To calculate the periodic interest rate for this investment, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1053(para) -msgid "30000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1057(para) -msgid "20000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1061(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1462(para) -msgid "60" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1064(para) -msgid "Click Rate =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1065(para) -msgid ".00678" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1066(para) -msgid "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * 12 = 8.14%." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1070(para) -msgid "Straight-Line Depreciation" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1071(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2340(guibutton) -msgid "Sln" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1072(para) -msgid "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." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1090(para) -msgid "You have just purchased an office machine for $8000. The useful life of this machine is six years. The salvage value after six years is $900. To calculate the yearly depreciation expense, using the straight-line method, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1106(para) -msgid "Click Sln =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1107(para) -msgid "1183.33" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1108(para) -msgid "The yearly depreciation expense is $1183.33." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1111(para) -msgid "Sum-Of-The-Years'-Digits Depreciation" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1112(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2436(guibutton) -msgid "Syd" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1113(para) -msgid "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. The depreciable cost is cost - salvage. The useful life is the number of periods, typically years, over which an asset is depreciated." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1136(para) -msgid "You have just purchased an office machine for $8000. The useful life of this machine is six years. The salvage value after six years is $900. To calculate the depreciation expense for the fourth year, using the sum-of-the-years'-digits method, put the following values into the first four memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1156(para) -msgid "Click Syd =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1157(para) -msgid "1014.29" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1158(para) -msgid "The depreciation expense for the fourth year is $1014.29." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1161(para) -msgid "Payment Period" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1162(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2412(guibutton) -msgid "Term" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1163(para) -msgid "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." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1181(para) -msgid "You plan to deposit $1800 in a bank account on the last day of each year. The account pays 11% interest, compounded annually. Interest is paid on the last day of each year. To calculate the time period necessary to accumulate $120,000, put the following values into the first three memory registers:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1186(para) -msgid "1800" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1194(para) -msgid "0.11" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1197(para) -msgid "Click Term =" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1198(para) -msgid "20.32" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1199(para) -msgid "$120,000 accumulates in the account in 20.32 years." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1207(title) -msgid "To Perform Scientific Calculations" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1208(para) -msgid "To change to Scientific mode, choose ViewScientific." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1214(para) -msgid "When you change to Scientific mode, the following buttons are displayed above the Basic and Advanced mode buttons:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1218(title) -msgid "mate-calc Scientific Mode Buttons" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1225(phrase) -msgid "Shows Scientific mode buttons." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1232(title) -msgid "To Set the Accuracy" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1233(para) -msgid "To set the accuracy of the display area and of the memory registers, click Acc, then select from the popup menu the accuracy level that you require. The current accuracy level is indicated by a preceding black circle in the popup menu. Up to 99 significant places can be displayed. The default accuracy is 9 significant places." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1234(para) -msgid "To set the accuracy level above 9, select Other (9) ..., then choose the accuracy level you require in the Set Precision popup." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1235(para) -msgid "By default, trailing zeroes are not shown. To display trailing zeroes, click Acc then select Show Trailing Zeroes from the popup menu, or choose ViewShow Trailing Zeroes. A preceding check mark in the Acc popup menu or View menu indicates that the Show Trailing Zeroes option has been selected. To hide trailing zeroes, choose ViewShow Trailing Zeroes again." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1236(para) -msgid "The examples in the following table show how the accuracy setting affects x in the display area, when you use decimal base, with the Show Trailing Zeroes option selected, for the 1 / 8 = x calculation:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1244(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2134(link) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2245(para) -msgid "Accuracy" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1251(para) -msgid "1 significant place" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1255(para) -msgid "2 significant places" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1256(para) -msgid "1.25" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1259(para) -msgid "3 significant places" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1260(para) -msgid "1.250" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1267(title) -msgid "To Set the Numeric Base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1268(para) -msgid "To set the numeric base, select one of the buttons described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1270(title) -msgid "Setting the Numeric Base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1287(para) -msgid "Binary Base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1288(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2634(guilabel) -msgid "Bin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1289(para) -msgid "Sets the numeric base to binary, that is, base 2." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1292(para) -msgid "Octal Base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1293(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2670(guilabel) -msgid "Oct" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1294(para) -msgid "Sets the numeric base to octal, that is, base 8." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1297(para) -msgid "Decimal Base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1298(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2640(guilabel) -msgid "Dec" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1299(para) -msgid "Sets the numeric base to decimal, that is, base 10. Decimal is the default numeric base. If you change from Scientific mode to another mode, mate-calc automatically sets the numeric base to decimal." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1302(para) -msgid "Hexadecimal Base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1303(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2688(guilabel) -msgid "Hex" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1304(para) -msgid "Sets the numeric base to hexadecimal, that is, base 16." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1311(title) -msgid "To Set the Display Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1312(para) -msgid "To set the display type, select one of the buttons described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1314(title) -msgid "Setting the Display Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1331(para) -msgid "Engineering Display Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1332(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2664(guilabel) -msgid "Eng" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1333(para) -msgid "Sets the display type to engineering format. Results are displayed in scientific notation. The exponent is always a multiple of three." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1336(para) -msgid "Fixed-Point Display Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1337(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2646(guilabel) -msgid "Fix" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1338(para) -msgid "Sets the display type to fixed-point format. Results are not displayed in scientific notation. Fixed-point is the default display type. If you change from scientific mode to either basic mode or financial mode, mate-calc automatically sets the display type to fixed-point format." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1341(para) -msgid "Scientific Display Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1342(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2682(guilabel) -msgid "Sci" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1343(para) -msgid "Sets the display type to scientific format. Results are displayed in scientific notation, with a fixed number of numeric digits." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1350(title) -msgid "To Set the Trigonometric Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1351(para) -msgid "To set the trigonometric type, select one of the buttons described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1353(title) -msgid "Setting the Trigonometric Type" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1370(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1371(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2652(guilabel) -msgid "Degrees" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1372(para) -msgid "Sets the trigonometric type to degrees. Degrees is the default trigonometric type." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1375(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1376(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2628(guilabel) -msgid "Gradians" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1377(para) -msgid "Sets the trigonometric type to gradians." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1380(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1381(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2676(guilabel) -msgid "Radians" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1382(para) -msgid "Sets the trigonometric type to radians." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1389(title) -msgid "To Set the Trigonometric Options" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1390(para) -msgid "To set the trigonometric options, use the options described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1392(title) -msgid "Setting the Trigonometric Options" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1409(para) -msgid "Hyperbolic Option Indicator" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1410(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2694(guilabel) -msgid "Hyp" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1411(para) -msgid "Selects the hyperbolic option for use with the trigonometric functions." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1414(para) -msgid "Inverse Option Indicator" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1415(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2658(guilabel) -msgid "Inv" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1416(para) -msgid "Selects the inverse option for use with the trigonometric functions." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1421(para) -msgid "By default, the options described in are not selected. Click Clr to deselect these options." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1425(title) -msgid "To Calculate Trigonometric Values" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1426(para) -msgid "To calculate trigonometric values, use the buttons described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1428(title) -msgid "Calculating Trigonometric Values" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1451(para) -msgid "Cosine cos" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1452(para) -msgid "Cos, Hyp option not selected, Inv option not selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1453(para) -msgid "Calculates the cosine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1454(para) -msgid "60 Cos" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1455(para) -msgid "0.5" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1458(para) -msgid "Arc Cosine acos" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1459(para) -msgid "Cos, Hyp option not selected, Inv option selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1460(para) -msgid "Calculates the arc cosine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1461(para) -msgid "0.5 InvCos" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1465(para) -msgid "Hyperbolic Cosine cosh" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1466(para) -msgid "Cos, Hyp option selected, Inv option not selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1467(para) -msgid "Calculates the hyperbolic cosine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1468(para) -msgid "0.4 HypCos" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1469(para) -msgid "1.081072372" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1472(para) -msgid "Arc Hyperbolic Cosine acosh" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1473(para) -msgid "Cos, Hyp option selected, Inv option selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1474(para) -msgid "Calculates the arc hyperbolic cosine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1475(para) -msgid "1.6 HypInvCos" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1476(para) -msgid "1.046967915" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1479(para) -msgid "Sine sin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1480(para) -msgid "Sin, Hyp option not selected, Inv option not selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1481(para) -msgid "Calculates the sine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1482(para) -msgid "90 Sin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1486(para) -msgid "Arc Sine asin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1487(para) -msgid "Sin, Hyp option not selected, Inv option selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1488(para) -msgid "Calculates the arc sine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1489(para) -msgid "1 InvSin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1490(para) -msgid "90" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1493(para) -msgid "Hyperbolic Sine sinh" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1494(para) -msgid "Sin, Hyp option selected, Inv option not selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1495(para) -msgid "Calculates the hyperbolic sine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1496(para) -msgid "0.4 HypSin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1497(para) -msgid "0.410752326" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1500(para) -msgid "Arc Hyperbolic Sine asinh" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1501(para) -msgid "Sin, Hyp option selected, Inv option selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1502(para) -msgid "Calculates the arc hyperbolic sine of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1503(para) -msgid "1.6 HypInvSin" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1504(para) -msgid "1.248983328" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1507(para) -msgid "Tangent tan" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1508(para) -msgid "Tan, Hyp option not selected, Inv option not selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1509(para) -msgid "Calculates the tangent of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1510(para) -msgid "45 Tan" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1514(para) -msgid "Arc Tangent atan" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1515(para) -msgid "Tan, Hyp option not selected, Inv option selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1516(para) -msgid "Calculates the arc tangent of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1517(para) -msgid "1 InvTan" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1518(para) -msgid "45" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1521(para) -msgid "Hyperbolic Tangent tanh" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1522(para) -msgid "Tan, Hyp option selected, Inv option not selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1523(para) -msgid "Calculates the hyperbolic tangent of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1524(para) -msgid "0.6 HypTan" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1525(para) -msgid "0.537049567" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1528(para) -msgid "Arc Hyperbolic Tangent atanh" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1529(para) -msgid "Tan, Hyp option selected, Inv option selected" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1530(para) -msgid "Calculates the arc hyperbolic tangent of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1531(para) -msgid "0.6 HypInvTan" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1532(para) -msgid "0.693147181" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1539(title) -msgid "To Calculate Logarithms" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1540(para) -msgid "To calculate logarithms, use the buttons described in ." -msgstr "" +#~ msgid "Dec" +#~ msgstr "Dec" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1542(title) -msgid "Calculating Logarithms" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1565(para) -msgid "Common Logarithm Base 10" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1566(para) -msgid "Log10" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1567(para) -msgid "Calculates the common logarithm (base 10) of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1568(para) -msgid "10 Log10" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1572(para) -msgid "Natural Logarithm" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1573(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2358(guibutton) -msgid "Ln" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1574(para) -msgid "Calculates the natural logarithm of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1575(para) -msgid "10 Ln" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1576(para) -msgid "2.30" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1579(para) -msgid "Common Logarithm Base 2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1580(para) -msgid "Log2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1581(para) -msgid "Calculates the common logarithm (base 2) of the current value in the display area." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1582(para) -msgid "10 Log2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1583(para) -msgid "3.32" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1589(para) -msgid "Common antilogarithm and natural antilogarithm are not supported in this version of mate-calc." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1593(title) -msgid "To Perform Bitwise Calculations" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1594(para) -msgid "To perform bitwise calculations, use the buttons described in ." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1596(title) -msgid "Performing Bitwise Calculations" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1619(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2569(para) -msgid "Bitwise OR" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1620(guibutton) -msgid "OR" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1621(para) -msgid "Performs a bitwise OR operation on the current value in the display area and the next number that you enter, treating both numbers as unsigned long integers." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1622(para) -msgid "10001000 OR 00010001" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1623(para) -msgid "10011001" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1626(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2467(para) -msgid "Bitwise AND" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1627(guibutton) -msgid "AND" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1628(para) -msgid "Performs a bitwise AND operation on the current value in the display area and the next number that you enter, treating both numbers as unsigned long integers." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1629(para) -msgid "10101010 AND 00110011" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1630(para) -msgid "100010" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1633(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2581(para) -msgid "Bitwise NOT" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1634(guibutton) -msgid "NOT" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1635(para) -msgid "Performs a bitwise NOT operation on the current value in the display area, treating the number as an unsigned long integer." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1637(para) -msgid "NOT 1357ACE" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1639(para) -msgid "1357ACE NOT" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1640(para) -msgid "FECA8531" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1643(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2557(para) -msgid "Bitwise XOR" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1644(guibutton) -msgid "XOR" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1645(para) -msgid "Performs a bitwise XOR operation on the current value in the display area and the next number that you enter, treating both numbers as unsigned long integers." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1646(para) -msgid "1100 XOR 1010" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1647(para) -msgid "110" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1650(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2365(para) -msgid "Bitwise XNOR" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1651(guibutton) -msgid "XNOR" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1652(para) -msgid "Performs a bitwise XNOR operation on the current value in the display area and the next number that you enter, treating both numbers as unsigned long integers." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1653(para) -msgid "1100 XNOR 1010" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1654(para) -msgid "11111111111111111111111111111001" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1661(title) -msgid "To Perform Bit Manipulations on Integers" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1662(para) -msgid "To change the values of individuals bits in integer values, choose ViewShow Bitcalculating Extension. This option is only available in Scientific mode." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1663(para) -msgid "If the calculator display shows an integer value, then each of the bits in that integer value is displayed as a collection of 0's and 1's. By clicking on any of these individual bits, their value can be toggled, causing the displayed integer value to be adjusted accordingly." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1666(title) -msgid "To Enter Exponential Numbers" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1667(para) -msgid "To enter exponential numbers, use the Exp button." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1668(para) -msgid "The Exp button enables you to enter numbers in scientific notation, that is, mantissa * baseexponent:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1672(replaceable) -msgid "mantissa" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1673(para) -msgid "Current non-zero value in the display area. If the current value in the display area is zero, the mantissa is 1.0." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1676(replaceable) -msgid "base" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1677(para) -msgid "2, 8, 10, or 16 for binary, octal, decimal, and hexadecimal numeric base respectively." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1680(replaceable) -msgid "exponent" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1681(para) -msgid "Next number that you enter." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1686(para) -msgid "When you click Exp, the calculator displays . + to represent base to the power of the next number that you enter." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1688(para) -msgid "To change the sign of the number, use the +/- button before the Exp button. How you change the sign of the exponent (the power to which the number is raised) depends on whether you are in arithmetic precedence mode or not. In arithmetic precedence mode, use - after the Exp button, otherwise use the +/- button after entering the exponent." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1694(para) -msgid "To enter a decimal number in exponential format, in arithmetic precedence mode, use the guidelines in the following table:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1702(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1742(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1808(para) -msgid "Number" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1704(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1744(para) -msgid "Enter" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1706(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1746(para) -msgid "Number Displayed" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1711(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1713(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1751(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1753(para) -msgid "1200000000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1712(para) -msgid "12 Exp+8=" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1716(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1718(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1756(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1758(para) -msgid "-1200000000" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1717(para) -msgid "- 12 Exp+8=" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1721(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1761(para) -msgid "0.00000012" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1722(para) -msgid "12 Exp-8=" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1723(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1763(para) -msgid "1.2e-7" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1726(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1766(para) -msgid "-0.00000012" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1727(para) -msgid "- 12 Exp-8=" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1728(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1768(para) -msgid "-1.2e-7" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1734(para) -msgid "To enter a decimal number in exponential format, in non-arithmetic precedence mode, use the guidelines in the following table:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1752(para) -msgid "12 Exp8=" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1757(para) -msgid "12 +/-Exp8=" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1762(para) -msgid "12 Exp8+/-" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1767(para) -msgid "12 +/-Exp8+/-" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1776(title) -msgid "To Use Constant Values" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1777(para) -msgid "Click Con to display the list of defined constant values. All constant values are specified in decimal numeric base, even if the current numeric base is not decimal." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1778(para) -msgid "Select a constant from the menu to enter its value in the display area. If you use the keyboard shortcut #, you can use the keyboard to specify the constant, as shown in the following example:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1788(para) -msgid "Constant" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1793(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2453(keycap) -msgid "#" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1794(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1834(para) -msgid "C3" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1799(para) -msgid "The mate-calc application provides ten default constant values, as described in the following table:" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1810(para) -msgid "Value" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1817(para) -msgid "C0" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1818(para) -msgid "0.621" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1819(para) -msgid "Kilometer-to-mile conversion factor" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1820(para) -msgid "Multiply the current value in the display area by this constant, to convert from kilometers per hour to miles per hour. For example, 8 * ConC0= 5." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1821(para) -msgid "Divide the current value in the display area by this constant, to convert from miles per hour to kilometers per hour. For example, 5 / ConC0= 8." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1824(para) -msgid "C1" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1825(para) -msgid "1.414213562" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1826(para) -msgid "Square root of 2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1829(para) -msgid "C2" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1830(para) -msgid "2.718281828" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1831(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2291(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2734(keycap) -msgid "e" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1835(para) -msgid "3.141592653" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1836(para) -msgid "pi" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1839(para) -msgid "C4" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1840(para) -msgid "0.3937007" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1841(para) -msgid "Centimeter-to-inch conversion factor" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1842(para) -msgid "Multiply the current value in the display area by this constant, to convert from centimeters to inches. For example, 30 * ConC4= 12." -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1843(para) -msgid "Divide the current value in the display area by this constant, to convert from inches to centimeters. For example, 12 / ConC4= 30." -msgstr "" +#~ msgid "" +#~ "Sets the numeric base to decimal, that is, base 10. Decimal is the " +#~ "default numeric base. If you change from Scientific mode to another mode, " +#~ "mate-calc automatically sets the numeric base " +#~ "to decimal." +#~ msgstr "" +#~ "Imposta la base numerica in decimale, la quale base è 10. La base " +#~ "decimale è impostata di default. Se cambiassi in modalità Scientifica o " +#~ "in un'altra modalità, mate-calc " +#~ "automaticamente imposterà la base numeri in decimale." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1846(para) -msgid "C5" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1847(para) -msgid "57.295779513" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1848(para) -msgid "Degrees in a radian" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1851(para) -msgid "C6" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1852(para) -msgid "1048576" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1853(para) -msgid "2 ^ 20" -msgstr "" - -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1856(para) -msgid "C7" -msgstr "" +#~ msgid "Hexadecimal Base" +#~ msgstr "Base esadecimale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1857(para) -msgid "0.0353" -msgstr "" +#~ msgid "Hex" +#~ msgstr "Hex" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1858(para) -msgid "Gram-to-ounce conversion factor" -msgstr "" +#~ msgid "Sets the numeric base to hexadecimal, that is, base 16." +#~ msgstr "Imposta la base numerica in esadecimale, la quale base è 16." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1859(para) -msgid "Multiply the current value in the display area by this constant, to convert from grams to ounces. For example, 500 * ConC7= 18." -msgstr "" +#~ msgid "To Set the Display Type" +#~ msgstr "Per impostare il tipo di visualizzazione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1860(para) -msgid "Divide the current value in the display area by this constant, to convert from ounces to grams. For example, 18 / ConC7= 500." -msgstr "" +#~ msgid "Setting the Display Type" +#~ msgstr "Impostare il tipo di visualizzazione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1863(para) -msgid "C8" -msgstr "" +#~ msgid "Eng" +#~ msgstr "Eng" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1864(para) -msgid "0.948" -msgstr "" +#~ msgid "Fixed-Point Display Type" +#~ msgstr "Tipo di visualizzazione a punto fisso" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1865(para) -msgid "Kilojoule-to-British-thermal-unit conversion factor" -msgstr "" +#~ msgid "Fix" +#~ msgstr "Fix" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1866(para) -msgid "Multiply the current value in the display area by this constant, to convert from kilojoules to British thermal units. For example, 10 * ConC8= 9.48." -msgstr "" +#~ msgid "Scientific Display Type" +#~ msgstr "Tipo di visualizzazione scientifica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1867(para) -msgid "Divide the current value in the display area by this constant, to convert from British thermal units to kilojoules. For example, 9.48 / ConC8= 10." -msgstr "" +#~ msgid "Sci" +#~ msgstr "Sci" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1870(para) -msgid "C9" -msgstr "" +#~ msgid "To Set the Trigonometric Type" +#~ msgstr "Per impostare il tipo trigonometrico" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1871(para) -msgid "0.061" -msgstr "" +#~ msgid "Setting the Trigonometric Type" +#~ msgstr "Impostare tipo trigonometrico" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1872(para) -msgid "Cubic-centimeter-to-cubic-inch conversion factor" -msgstr "" +#~ msgid "Degrees" +#~ msgstr "Gradi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1873(para) -msgid "Multiply the current value in the display area by this constant, to convert from cubic centimeters to cubic inches. For example, 100 * ConC9= 6.10." -msgstr "" +#~ msgid "Gradians" +#~ msgstr "Gradianti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1874(para) -msgid "Divide the current value in the display area by this constant, to convert from cubic inches to cubic centimeters. For example, 6.10 / ConC9= 100." -msgstr "" +#~ msgid "Sets the trigonometric type to gradians." +#~ msgstr "Imposta il tipo trigonometrico in gradianti." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1879(para) -msgid "You can overwrite the default constants to store your own constants." -msgstr "" +#~ msgid "Radians" +#~ msgstr "Radianti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1880(para) -msgid "To store a new constant or edit an existing constant, perform the following steps:" -msgstr "" +#~ msgid "Sets the trigonometric type to radians." +#~ msgstr "Imposta il tipo trigonometrico in radianti." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1883(para) -msgid "Click Con, then select Edit Constants from the popup menu." -msgstr "" +#~ msgid "To Set the Trigonometric Options" +#~ msgstr "Per impostare le Opzioni Trigonometriche" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1886(para) -msgid "In the Edit Constants dialog, select the constant that you want to overwrite or edit." -msgstr "" +#~ msgid "Setting the Trigonometric Options" +#~ msgstr "Impostare le Opzioni Trigonometriche" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1889(para) -msgid "Click on the Value field, then enter the new value." -msgstr "" +#~ msgid "Hyperbolic Option Indicator" +#~ msgstr "Indicatore di opzione iperbolico" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1892(para) -msgid "Click on the Description field, then enter the new description." -msgstr "" +#~ msgid "Hyp" +#~ msgstr "Hyp" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1895(para) -msgid "Click OK to save your changes and close the Edit Constants dialog." -msgstr "" +#~ msgid "Inverse Option Indicator" +#~ msgstr "Indicatore di opzione inversa" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1900(title) -msgid "To Use Functions" -msgstr "" +#~ msgid "Inv" +#~ msgstr "Inv" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1901(para) -msgid "To show the available functions, click Fun. A popup menu displays the list of defined functions. Select a function from the menu to run that function. If the function is not defined, the value zero is returned." -msgstr "" +#~ msgid "To Calculate Trigonometric Values" +#~ msgstr "Per calcolare valore trigonometrici" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1902(para) -msgid "If you use the keyboard shortcut F, you can use the keyboard to specify the function, as shown in the following example:" -msgstr "" +#~ msgid "" +#~ "To calculate trigonometric values, use the buttons described in ." +#~ msgstr "" +#~ "Per calcolare valori trigonometrici, usa i pulsanti descritti in ." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1918(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2297(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2304(guibutton) -msgid "F" -msgstr "" +#~ msgid "Calculating Trigonometric Values" +#~ msgstr "Calcola valori trigonometrici" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1919(para) -msgid "F3" -msgstr "" +#~ msgid "Cosine cos" +#~ msgstr "Coseno cos" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1925(para) -msgid "The mate-calc application does not provide any default functions. You can store up to ten functions." -msgstr "" +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "Cos, Hyp opzione non " +#~ "selezionata, Inv opzione non selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1926(para) -msgid "To store a new function or edit an existing function, perform the following steps:" -msgstr "" +#~ msgid "Calculates the cosine of the current value in the display area." +#~ msgstr "Calcola il coseno del valore correntemente visualizzato." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1929(para) -msgid "Click Fun, then select Edit Functions from the popup menu." -msgstr "" +#~ msgid "60 Cos" +#~ msgstr "60 Cos" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1932(para) -msgid "In the Edit Functions dialog, select a blank entry, or the function that you want to overwrite." -msgstr "" +#~ msgid "0.5" +#~ msgstr "0.5" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1935(para) -msgid "Click on the Value field, then enter the new value. Use the keyboard shortcuts to invoke a mate-calc button. For example, enter 90K to calculate sine(90)." -msgstr "" +#~ msgid "Arc Cosine acos" +#~ msgstr "Arcocoseno acos" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1938(para) -msgid "Click on the Description field, then enter the new description. For example, Sine 90." -msgstr "" +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "Cos, Hyp opzione non " +#~ "selezionata, Inv opzione selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1941(para) -msgid "Click OK to save your changes and close the Edit Functions dialog." -msgstr "" +#~ msgid "Calculates the arc cosine of the current value in the display area." +#~ msgstr "Calcola l'arcocoseno del valore correntemente visualizzato." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1946(title) -msgid "To Manipulate Binary Numbers" -msgstr "" +#~ msgid "0.5 InvCos" +#~ msgstr "0.5 InvCos" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1947(para) -msgid "To manipulate binary numbers, use the buttons described in ." -msgstr "" +#~ msgid "Hyperbolic Cosine cosh" +#~ msgstr "Coseno iperbolico cosh" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1949(title) -msgid "Manipulating Binary Numbers" -msgstr "" +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "Cos, Hyp opzione selezionata, " +#~ "Inv opzione non selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1972(para) -msgid "Left Shift n" -msgstr "" +#~ msgid "1.081072372" +#~ msgstr "1.081072372" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1973(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2017(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2513(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2514(guibutton) -msgid "<" -msgstr "" +#~ msgid "Arc Hyperbolic Cosine acosh" +#~ msgstr "Arcocoseno iperbolico acosh" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1974(para) -msgid "Shifts the current unsigned 32-bit binary value in the display area, the specified number of places to the left. Click <, then select the number of shift places from the popup menu. The number can be shifted up to 15 places left." -msgstr "" +#~ msgid "" +#~ "1.6 HypInvCos" +#~ msgstr "" +#~ "1.6 HypInvCos" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1975(para) -msgid "111 <1 place" -msgstr "" +#~ msgid "1.046967915" +#~ msgstr "1.046967915" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1976(para) -msgid "1110" -msgstr "" +#~ msgid "Sine sin" +#~ msgstr "Seno sin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1979(para) -msgid "Right Shift n" -msgstr "" +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "Sin, Hyp opzione non " +#~ "selezionata, Inv opzione non selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1980(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2021(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2525(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2526(guibutton) -msgid ">" -msgstr "" +#~ msgid "Calculates the sine of the current value in the display area." +#~ msgstr "Calcola il seno del valore correntemente visualizzato" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1981(para) -msgid "Shifts the current unsigned 32-bit binary value in the display area, the specified number of places to the right. Click >, then select the number of shift places from the popup menu. The number can be shifted up to 15 places right." -msgstr "" +#~ msgid "90 Sin" +#~ msgstr "90 Sin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1982(para) -msgid "1011 >1 place" -msgstr "" +#~ msgid "Arc Sine asin" +#~ msgstr "Arcoseno asin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1983(para) -msgid "101" -msgstr "" +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "Sin, Hyp opzione non " +#~ "selezionata, Inv opzione non selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1986(para) -msgid "Get a 16-Bit Unsigned Integer" -msgstr "" +#~ msgid "Calculates the arc sine of the current value in the display area." +#~ msgstr "Calcola l'arcoseno del valore correntemente visualizzato" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1987(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2550(guibutton) -msgid "&16" -msgstr "" +#~ msgid "1 InvSin" +#~ msgstr "1 InvSin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1988(para) -msgid "Truncates the current value in the display area and returns a 16-bit unsigned integer." -msgstr "" +#~ msgid "90" +#~ msgstr "90" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1989(para) -msgid "FFFFF &16" -msgstr "" +#~ msgid "Hyperbolic Sine sinh" +#~ msgstr "Seno iperbolico sinh" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1990(para) -msgid "FFFF" -msgstr "" +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "Sin, Hyp opzione selezionata, " +#~ "Inv opzione non selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1993(para) -msgid "Get a 32-Bit Unsigned Integer" -msgstr "" +#~ msgid "" +#~ "Calculates the hyperbolic sine of the current value in the display area." +#~ msgstr "Calcola il seno iperbolico del valore correntemente visualizzato." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1994(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2544(guibutton) -msgid "&32" -msgstr "" +#~ msgid "0.4 HypSin" +#~ msgstr "0.4 HypSin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1995(para) -msgid "Truncates the current value in the display area and returns a 32-bit unsigned integer." -msgstr "" +#~ msgid "0.410752326" +#~ msgstr "0.410752326" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1996(para) -msgid "FFFFFFFFFF &32" -msgstr "" +#~ msgid "Arc Hyperbolic Sine asinh" +#~ msgstr "Arcoseno iperbolico asinh" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:1997(para) -msgid "FFFFFFFF" -msgstr "" +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "Sin, Hyp opzione selezionata, " +#~ "Inv opzione selezionata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2002(para) -msgid "If you use keyboard shortcuts, you can use the keyboard to specify the number of places to shift, as shown in the following examples:" -msgstr "" +#~ msgid "" +#~ "Calculates the arc hyperbolic sine of the current value in the display " +#~ "area." +#~ msgstr "Calcola il seno iperbolico del valore correntemente visualizzato." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2018(para) -msgid "Shifts the current binary value in the display area 4 places to the left." -msgstr "" +#~ msgid "" +#~ "1.6 HypInvSin" +#~ msgstr "" +#~ "1.6 HypInvSin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2022(para) -msgid "Shifts the current binary value in the display area 4 places to the right." -msgstr "" +#~ msgid "1.248983328" +#~ msgstr "1.248983328" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2030(title) -msgid "To Perform Miscellaneous Scientific Calculations" -msgstr "" +#~ msgid "Tangent tan" +#~ msgstr "Tangente tan" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2031(para) -msgid "To perform miscellaneous scientific calculations, use the buttons described in ." -msgstr "" +#~ msgid "45 Tan" +#~ msgstr "45 Tan" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2033(title) -msgid "Performing Miscellaneous Scientific Calculations" -msgstr "" +#~ msgid "Arc Tangent atan" +#~ msgstr "Arcotangente atan" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2056(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2563(para) -msgid "e to the x power" -msgstr "" +#~ msgid "1 InvTan" +#~ msgstr "1 InvTan" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2057(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2562(para) -msgid "ex" -msgstr "" +#~ msgid "45" +#~ msgstr "45" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2058(para) -msgid "Calculates the value of e raised to the power of the current value in the display area." -msgstr "" +#~ msgid "Hyperbolic Tangent tanh" +#~ msgstr "Tangete iperbolica tanh" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2059(para) -msgid "2 ex" -msgstr "" +#~ msgid "0.537049567" +#~ msgstr "0.537049567" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2060(para) -msgid "7.39" -msgstr "" +#~ msgid "" +#~ "0.6 HypInvTan" +#~ msgstr "" +#~ "0.6 HypInvTan" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2063(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2575(para) -msgid "10 to the x power" -msgstr "" +#~ msgid "0.693147181" +#~ msgstr "0.693147181" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2064(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2574(para) -msgid "10x" -msgstr "" +#~ msgid "To Calculate Logarithms" +#~ msgstr "Per calcolare i logaritmi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2065(para) -msgid "Calculates the value of 10 raised to the power of the current value in the display area." -msgstr "" +#~ msgid "Calculating Logarithms" +#~ msgstr "Calcolo Logaritmi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2066(para) -msgid "2 10x" -msgstr "" +#~ msgid "Common Logarithm Base 10" +#~ msgstr "Logaritmo in base 10 comune" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2067(para) -msgid "100" -msgstr "" +#~ msgid "10 Log10" +#~ msgstr "10 Log10" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2070(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2443(para) -msgid "x to the y power" -msgstr "" +#~ msgid "Ln" +#~ msgstr "Ln" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2071(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2442(replaceable) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2693(keycap) -msgid "y" -msgstr "" +#~ msgid "10 Ln" +#~ msgstr "10 Ln" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2072(para) -msgid "Raises the current value in the display area to the power of the next value that you enter." -msgstr "" +#~ msgid "2.30" +#~ msgstr "2.30" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2073(para) -msgid "2 xy4=" -msgstr "" +#~ msgid "Common Logarithm Base 2" +#~ msgstr "Logaritmo in base 2 comune" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2077(para) -msgid "x Factorial" -msgstr "" +#~ msgid "3.32" +#~ msgstr "3.32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2078(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2448(guibutton) -msgid "!" -msgstr "" +#~ msgid "Bitwise OR" +#~ msgstr "Bit OR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2079(para) -msgid "Calculates the factorial of the current value in the display area. x factorial is x*(x-1)*(x-2)...*1. This function applies only to positive integers." -msgstr "" +#~ msgid "OR" +#~ msgstr "OR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2080(para) -msgid "4 x!" -msgstr "" +#~ msgid "10001000 OR 00010001" +#~ msgstr "10001000 OR 00010001" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2081(para) -msgid "24" -msgstr "" +#~ msgid "Bitwise AND" +#~ msgstr "Bit AND" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2084(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2347(para) -msgid "Modulus Division" -msgstr "" +#~ msgid "AND" +#~ msgstr "AND" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2085(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2346(guibutton) -msgid "Mod" -msgstr "" +#~ msgid "10101010 AND 00110011" +#~ msgstr "10101010 AND 00110011" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2086(para) -msgid "Divides the current integer value in the display area by the next integer number that you enter, displaying the remainder." -msgstr "" +#~ msgid "100010" +#~ msgstr "100010" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2087(para) -msgid "15 Mod4=" -msgstr "" +#~ msgid "Bitwise NOT" +#~ msgstr "Bit NOT" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2091(para) -msgid "Random Number Generator" -msgstr "" +#~ msgid "NOT" +#~ msgstr "NOT" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2092(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2094(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2532(guibutton) -msgid "Rand" -msgstr "" +#~ msgid "NOT 1357ACE" +#~ msgstr "NOT 1357ACE" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2093(para) -msgid "Generates a random number in the range 0.0 to 1.0 then displays the random number in the display area." -msgstr "" +#~ msgid "1357ACE NOT" +#~ msgstr "1357ACE NOT" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2095(para) -msgid "0.14" -msgstr "" +#~ msgid "FECA8531" +#~ msgstr "FECA8531" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2098(para) -msgid "Hexadecimal Numerals" -msgstr "" +#~ msgid "Bitwise XOR" +#~ msgstr "Bit XOR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2099(para) -msgid "A to F inclusive" -msgstr "" +#~ msgid "XOR" +#~ msgstr "XOR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2100(para) -msgid "These numerals are available in hexadecimal base only." -msgstr "" +#~ msgid "1100 XOR 1010" +#~ msgstr "1100 XOR 1010" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2101(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2102(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2256(guibutton) -msgid "B" -msgstr "" +#~ msgid "110" +#~ msgstr "110" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2111(title) -msgid "To Undo and Redo" -msgstr "" +#~ msgid "Bitwise XNOR" +#~ msgstr "Bit XNOR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2112(para) -msgid "To undo your previous action, choose EditUndo. You can undo up to 15 past actions." -msgstr "" +#~ msgid "XNOR" +#~ msgstr "XNOR" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2117(para) -msgid "If you want to redo an action you just undo'ed, choose EditRedo. You can redo up to 15 undo'ed actions." -msgstr "" +#~ msgid "1100 XNOR 1010" +#~ msgstr "1100 XNOR 1010" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2125(title) -msgid "To Quit" -msgstr "" +#~ msgid "11111111111111111111111111111001" +#~ msgstr "11111111111111111111111111111001" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2126(para) -msgid "To quit mate-calc, choose CalculatorQuit." -msgstr "" +#~ msgid "To Enter Exponential Numbers" +#~ msgstr "Per immettere numeri esponenziali" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2131(para) -msgid "When you quit mate-calc, the current values of the following settings are stored and automatically applied the next time you start mate-calc:" -msgstr "" +#~ msgid "mantissa" +#~ msgstr "mantissa" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2133(para) -msgid "Mode: Basic, Advanced, Financial, or Scientific" -msgstr "" +#~ msgid "base" +#~ msgstr "base" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2135(para) -msgid "Memory Registers window displayed or not displayed, plus the contents of each memory register" -msgstr "" +#~ msgid "" +#~ "2, 8, 10, or 16 for binary, octal, decimal, and hexadecimal numeric base " +#~ "respectively." +#~ msgstr "" +#~ "2, 8, 10 o 16 per le basi numeriche binarie, ottali, decimali ed " +#~ "esadecimali." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2136(link) -msgid "Numeric base" -msgstr "" +#~ msgid "exponent" +#~ msgstr "esponente" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2137(link) -msgid "Display type" -msgstr "" +#~ msgid "Next number that you enter." +#~ msgstr "Il prossimo numero che hai immesso." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2138(link) -msgid "Trigonometric type" -msgstr "" +#~ msgid "" +#~ "When you click Exp, the calculator displays " +#~ ". + to represent base to " +#~ "the power of the next number that you enter." +#~ msgstr "" +#~ "Quando clicchi Exp, la calcolatrice visualizza " +#~ ". + a rappresentare base " +#~ "per la potenza del prossimo numero che si immette." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2139(link) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2796(guimenuitem) -msgid "Show Trailing Zeroes" -msgstr "" +#~ msgid "Enter" +#~ msgstr "Immetti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2140(link) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2759(guimenuitem) -msgid "Show Thousands Separator" -msgstr "" +#~ msgid "Number Displayed" +#~ msgstr "Numeri visualizzati" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2146(title) -msgid "Technical Information" -msgstr "" +#~ msgid "1200000000" +#~ msgstr "1200000000" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2149(title) -msgid "Order of Operations" -msgstr "" +#~ msgid "-1200000000" +#~ msgstr "-1200000000" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2150(para) -msgid "By default, calculations are performed using arithmetic precedence. That is, the precedence of the arithmetic operators is taken into consideration and the result is only calculated when you click Return." -msgstr "" +#~ msgid "0.00000012" +#~ msgstr "0.00000012" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2151(para) -msgid "In the following example, the result of the calculation is 22 because the multiplication operator, *, has precedence over the addition operator, +." -msgstr "" +#~ msgid "1.2e-7" +#~ msgstr "1.2e-7" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2153(literal) -msgid "4 + 3 * 6 = 22" -msgstr "" +#~ msgid "-0.00000012" +#~ msgstr "-0.00000012" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2155(para) -msgid "If you do not wish to apply arithmetic precedence to your calculations, select ViewLeft-to-right Precedence." -msgstr "" +#~ msgid "-1.2e-7" +#~ msgstr "-1.2e-7" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2156(para) -msgid "If you choose not to apply arithmetic precedence, then the result the calculation in the example is 42 because the calculation is performed from left to right." -msgstr "" +#~ msgid "To Use Constant Values" +#~ msgstr "Per usare valore costanti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2160(title) -msgid "Error Conditions" -msgstr "" +#~ msgid "Constant" +#~ msgstr "Costante" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2163(para) -msgid "Displays the word Error in the display area." -msgstr "" +#~ msgid "#" +#~ msgstr "#" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2164(para) -msgid "Displays an error message in the status bar." -msgstr "" +#~ msgid "C3" +#~ msgstr "C3" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2165(para) -msgid "Makes all calculator buttons unavailable, except Clr." -msgstr "" +#~ msgid "C0" +#~ msgstr "C0" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2166(para) -msgid "Makes all calculator options unavailable." -msgstr "" +#~ msgid "0.621" +#~ msgstr "0.621" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2167(para) -msgid "Makes all calculator menu items unavailable, except CalculatorQuit and HelpContents." -msgstr "" +#~ msgid "Kilometer-to-mile conversion factor" +#~ msgstr "Fattore di conversione da Chilometri a miglia" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2161(para) -msgid "If you perform an invalid calculation, mate-calc indicates the error condition as follows: " -msgstr "" +#~ msgid "C1" +#~ msgstr "C1" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2170(para) -msgid "To clear the error condition, click Clr or press ShiftDelete." -msgstr "" +#~ msgid "1.414213562" +#~ msgstr "1.414213562" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2174(title) -msgid "Changing Modes" -msgstr "" +#~ msgid "Square root of 2" +#~ msgstr "Radice quadrata di 2" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2175(para) -msgid "If the user tries to change modes when a partial calculation is being displayed, a warning dialog is displayed, telling the user that the current calculation will be cleared, and the base will be reset to decimal." -msgstr "" +#~ msgid "C2" +#~ msgstr "C2" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2179(para) -msgid "There is a checkbox present, that if checked, prevents the dialog from being shown again." -msgstr "" +#~ msgid "2.718281828" +#~ msgstr "2.718281828" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2182(para) -msgid "Clears the display." -msgstr "" +#~ msgid "3.141592653" +#~ msgstr "3.141592653" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2183(para) -msgid "Sets the base to decimal." -msgstr "" +#~ msgid "pi" +#~ msgstr "pi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2184(para) -msgid "Sets the numeric display to fixed." -msgstr "" +#~ msgid "C4" +#~ msgstr "C4" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2185(para) -msgid "Sets the accuracy to nine places after the numeric point." -msgstr "" +#~ msgid "0.3937007" +#~ msgstr "0.3937007" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2186(para) -msgid "Clears the display of the thousands separator." -msgstr "" +#~ msgid "Centimeter-to-inch conversion factor" +#~ msgstr "Fattore di conversione da Centimetri a Pollici" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2187(para) -msgid "Clears the display of trailing zeroes after the numeric point." -msgstr "" +#~ msgid "C5" +#~ msgstr "C5" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2188(para) -msgid "Dismisses the register window if the new mode is Basic." -msgstr "" +#~ msgid "57.295779513" +#~ msgstr "57.295779513" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2180(para) -msgid "If the user presses the Cancel button, the change mode operation is cancelled. If the user presses the Change Mode button, the mode is changed and has the following side-effects: " -msgstr "" +#~ msgid "Degrees in a radian" +#~ msgstr "Gradi in radianti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2194(title) -msgid "Changing The Display Area" -msgstr "" +#~ msgid "C6" +#~ msgstr "C6" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2195(para) -msgid "In arithmetic precedence mode, it is possible to use the mouse to click on the display area and edit it." -msgstr "" +#~ msgid "1048576" +#~ msgstr "1048576" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2201(para) -msgid "CtrlDelete which will delete the character to the right of the text cursor" -msgstr "" +#~ msgid "2 ^ 20" +#~ msgstr "2 ^ 20" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2202(para) -msgid "Home which moves the text cursor to the beginning of the display area" -msgstr "" +#~ msgid "C7" +#~ msgstr "C7" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2203(para) -msgid "End which moves the text cursor to the end of the display area" -msgstr "" +#~ msgid "0.0353" +#~ msgstr "0.0353" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2198(para) -msgid "All the normal keyboard shortcuts will work, plus the addition of: " -msgstr "" +#~ msgid "Gram-to-ounce conversion factor" +#~ msgstr "Fatto di conversione da grammo ad once" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2211(title) -msgid "Quick Reference: Keyboard Shortcuts" -msgstr "" +#~ msgid "C8" +#~ msgstr "C8" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2212(para) -msgid ", , and provide a quick reference for all of the mate-calc keyboard shortcuts." -msgstr "" +#~ msgid "0.948" +#~ msgstr "0.948" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2213(para) -msgid "When you use the keyboard shortcut for any of the calculator buttons that have a menu associated with them, that menu is displayed. You can then use the arrow keys to select a menu item or the menu item's shortcut." -msgstr "" +#~ msgid "Kilojoule-to-British-thermal-unit conversion factor" +#~ msgstr "Fatto di conversione da kilojoule all'unità termica inglese" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2217(title) -msgid "Quick Reference for Keyboard Shortcuts of mate-calc Buttons" -msgstr "" +#~ msgid "C9" +#~ msgstr "C9" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2226(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2616(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2711(para) -msgid "Keyboard Shortcut" -msgstr "" +#~ msgid "0.061" +#~ msgstr "0.061" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2232(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2622(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2717(para) -msgid "See" -msgstr "" +#~ msgid "Cubic-centimeter-to-cubic-inch conversion factor" +#~ msgstr "Fattore di conversione da pollice cubo a centimetro cubo" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2237(para) -msgid "0 to 9 inclusive" -msgstr "" +#~ msgid "Click on the Value field, then enter the new value." +#~ msgstr "Fare clic sul campo Valore, quindi immettere il nuovo valore." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2243(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2250(guibutton) -msgid "A" -msgstr "" +#~ msgid "To Use Functions" +#~ msgstr "Per usare una funzione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2244(guibutton) -msgid "Acc" -msgstr "" +#~ msgid "F" +#~ msgstr "F" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2249(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2627(keycap) -msgid "a" -msgstr "" +#~ msgid "F3" +#~ msgstr "F3" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2251(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2257(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2269(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2281(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2293(para) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2305(para) -msgid "Hexadecimal numerals" -msgstr "" +#~ msgid "Manipulating Binary Numbers" +#~ msgstr "Manipolare numeri binari" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2255(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2633(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2722(keycap) -msgid "b" -msgstr "" +#~ msgid "<" +#~ msgstr "<" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2261(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2268(guibutton) -msgid "C" -msgstr "" +#~ msgid "1110" +#~ msgstr "1110" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2267(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2728(keycap) -msgid "c" -msgstr "" +#~ msgid ">" +#~ msgstr ">" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2273(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2280(guibutton) -msgid "D" -msgstr "" +#~ msgid "1011 >1 place" +#~ msgstr "1011 >1 posto" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2275(para) -msgid "Double-declining depreciation" -msgstr "" +#~ msgid "Get a 16-Bit Unsigned Integer" +#~ msgstr "Ottenere un intero non assegnato di 16-bit" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2279(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2639(keycap) -msgid "d" -msgstr "" +#~ msgid "&16" +#~ msgstr "&16" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2285(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2292(guibutton) -msgid "E" -msgstr "" +#~ msgid "FFFFF &16" +#~ msgstr "FFFFF &16" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2286(guibutton) -msgid "Exp" -msgstr "" +#~ msgid "FFFF" +#~ msgstr "FFFF" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2287(para) -msgid "Exponential" -msgstr "" +#~ msgid "Get a 32-Bit Unsigned Integer" +#~ msgstr "Ottenere un intero non assegnato di 32 bit" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2298(guibutton) -msgid "Fun" -msgstr "" +#~ msgid "&32" +#~ msgstr "&32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2303(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2645(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2740(keycap) -msgid "f" -msgstr "" +#~ msgid "FFFFFFFFFF &32" +#~ msgstr "FFFFFFFFFF &32" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2309(keycap) -msgid "G" -msgstr "" +#~ msgid "FFFFFFFF" +#~ msgstr "FFFFFFFF" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2310(guibutton) -msgid "Log" -msgstr "" +#~ msgid "e to the x power" +#~ msgstr "e fino a x potenza" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2311(para) -msgid "Common logarithm" -msgstr "" +#~ msgid "ex" +#~ msgstr "ex" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2315(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2657(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2752(keycap) -msgid "i" -msgstr "" +#~ msgid "2 ex" +#~ msgstr "2 ex" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2317(para) -msgid "Integer portion" -msgstr "" +#~ msgid "7.39" +#~ msgstr "7.39" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2321(keycap) -msgid "J" -msgstr "" +#~ msgid "10 to the x power" +#~ msgstr "10 fino a x potenza" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2322(guibutton) -msgid "Cos" -msgstr "" +#~ msgid "10x" +#~ msgstr "10x" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2323(para) -msgid "Cosine" -msgstr "" +#~ msgid "2 10x" +#~ msgstr "2 10x" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2327(keycap) -msgid "K" -msgstr "" +#~ msgid "y" +#~ msgstr "y" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2328(guibutton) -msgid "Sin" -msgstr "" +#~ msgid "" +#~ "2 xy4=" +#~ msgstr "" +#~ "2 xy4=" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2329(para) -msgid "Sine" -msgstr "" +#~ msgid "x Factorial" +#~ msgstr "x Fattoriale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2333(keycap) -msgid "L" -msgstr "" +#~ msgid "!" +#~ msgstr "!" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2334(guibutton) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2335(para) -msgid "Tan" -msgstr "" +#~ msgid "4 x!" +#~ msgstr "4 x!" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2339(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2765(keycap) -msgid "l" -msgstr "" +#~ msgid "24" +#~ msgstr "242" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2341(para) -msgid "Straight-line depreciation" -msgstr "" +#~ msgid "Mod" +#~ msgstr "Mod" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2345(keycap) -msgid "M" -msgstr "" +#~ msgid "" +#~ "15 Mod4=" +#~ msgstr "" +#~ "15 Mod4=" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2351(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2771(keycap) -msgid "m" -msgstr "" +#~ msgid "Random Number Generator" +#~ msgstr "Generatore casuale di numeri" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2353(para) -msgid "Compounding term" -msgstr "" +#~ msgid "0.14" +#~ msgstr "0.14" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2357(keycap) -msgid "N" -msgstr "" +#~ msgid "B" +#~ msgstr "B" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2359(para) -msgid "Natural logarithm" -msgstr "" +#~ msgid "To Quit" +#~ msgstr "Per uscire" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2363(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2663(keycap) -msgid "n" -msgstr "" +#~ msgid "Technical Information" +#~ msgstr "Informazioni tecniche" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2364(guibutton) -msgid "Xnor" -msgstr "" +#~ msgid "4 + 3 * 6 = 22" +#~ msgstr "4 + 3 * 6 = 22" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2369(keycap) -msgid "P" -msgstr "" +#~ msgid "Error Conditions" +#~ msgstr "Condizioni errore" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2371(para) -msgid "Periodic payment" -msgstr "" +#~ msgid "See" +#~ msgstr "Vedi" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2375(keycap) -msgid "p" -msgstr "" +#~ msgid "A" +#~ msgstr "A" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2377(para) -msgid "Present value" -msgstr "" +#~ msgid "Acc" +#~ msgstr "Acc" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2383(para) -msgid "Retrieve value from memory register" -msgstr "" +#~ msgid "a" +#~ msgstr "a" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2387(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2675(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2783(keycap) -msgid "r" -msgstr "" +#~ msgid "Hexadecimal numerals" +#~ msgstr "Numeri esadecimali" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2395(para) -msgid "Store value in memory register" -msgstr "" +#~ msgid "b" +#~ msgstr "b" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2399(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2681(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2789(keycap) -msgid "s" -msgstr "" +#~ msgid "C" +#~ msgstr "C" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2401(para) -msgid "Square root" -msgstr "" +#~ msgid "c" +#~ msgstr "c" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2405(keycap) -msgid "T" -msgstr "" +#~ msgid "D" +#~ msgstr "D" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2407(para) -msgid "Periodic interest rate" -msgstr "" +#~ msgid "d" +#~ msgstr "d" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2411(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2795(keycap) -msgid "t" -msgstr "" +#~ msgid "E" +#~ msgstr "E" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2413(para) -msgid "Payment period" -msgstr "" +#~ msgid "Exp" +#~ msgstr "Exp" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2417(keycap) -msgid "u" -msgstr "" +#~ msgid "Exponential" +#~ msgstr "Esponenziale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2419(para) -msgid "Absolute value" -msgstr "" +#~ msgid "f" +#~ msgstr "f" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2423(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2801(keycap) -msgid "v" -msgstr "" +#~ msgid "G" +#~ msgstr "G" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2425(para) -msgid "Future value" -msgstr "" +#~ msgid "i" +#~ msgstr "i" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2431(para) -msgid "Exchange memory register value and displayed value" -msgstr "" +#~ msgid "J" +#~ msgstr "J" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2435(keycap) -msgid "Y" -msgstr "" +#~ msgid "K" +#~ msgstr "K" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2437(para) -msgid "Sum-of-the-years'-digits depreciation" -msgstr "" +#~ msgid "Sin" +#~ msgstr "Sin" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2441(keycap) -msgid "^" -msgstr "" +#~ msgid "Sine" +#~ msgstr "Seno" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2447(keycap) -msgid "!" -msgstr "" +#~ msgid "L" +#~ msgstr "L" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2449(para) -msgid "x factorial" -msgstr "" +#~ msgid "l" +#~ msgstr "l" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2454(guibutton) -msgid "Con" -msgstr "" +#~ msgid "M" +#~ msgstr "M" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2455(para) -msgid "Constant value" -msgstr "" +#~ msgid "m" +#~ msgstr "m" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2465(keycap) -msgid "&" -msgstr "" +#~ msgid "N" +#~ msgstr "N" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2466(guibutton) -msgid "And" -msgstr "" +#~ msgid "Natural logarithm" +#~ msgstr "Logaritmo naturale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2471(para) -msgid "( and )" -msgstr "" +#~ msgid "n" +#~ msgstr "n" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2507(keycap) -msgid ":" -msgstr "" +#~ msgid "Xnor" +#~ msgstr "Xnor" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2509(para) -msgid "Fractional portion" -msgstr "" +#~ msgid "P" +#~ msgstr "p" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2515(para) -msgid "Left shift n" -msgstr "" +#~ msgid "Periodic payment" +#~ msgstr "Pagamento periodico" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2519(para) -msgid "= or Return" -msgstr "" +#~ msgid "p" +#~ msgstr "p" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2527(para) -msgid "Right shift n" -msgstr "" +#~ msgid "Present value" +#~ msgstr "Valore presente" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2531(keycap) -msgid "?" -msgstr "" +#~ msgid "r" +#~ msgstr "r" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2533(para) -msgid "Random number generator" -msgstr "" +#~ msgid "s" +#~ msgstr "s" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2537(keycap) -msgid "@" -msgstr "" +#~ msgid "Square root" +#~ msgstr "Radice quadrata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2543(keycap) -msgid "[" -msgstr "" +#~ msgid "T" +#~ msgstr "T" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2545(para) -msgid "Get a 32-bit unsigned integer" -msgstr "" +#~ msgid "t" +#~ msgstr "t" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2549(keycap) -msgid "]" -msgstr "" +#~ msgid "Payment period" +#~ msgstr "Periodo di pagamento" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2551(para) -msgid "Get a 16-bit unsigned integer" -msgstr "" +#~ msgid "u" +#~ msgstr "u" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2556(guibutton) -msgid "Xor" -msgstr "" +#~ msgid "Absolute value" +#~ msgstr "Valore assoluto" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2561(keycap) -msgid "{" -msgstr "" +#~ msgid "v" +#~ msgstr "v" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2567(keycap) -msgid "|" -msgstr "" +#~ msgid "Y" +#~ msgstr "Y" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2568(guibutton) -msgid "Or" -msgstr "" +#~ msgid "!" +#~ msgstr "!" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2573(keycap) -msgid "}" -msgstr "" +#~ msgid "x factorial" +#~ msgstr "x fattoriale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2579(keycap) -msgid "~" -msgstr "" +#~ msgid "Con" +#~ msgstr "Con" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2580(guibutton) -msgid "Not" -msgstr "" +#~ msgid "Constant value" +#~ msgstr "Valore costante" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2591(para) -msgid "Esc or" -msgstr "" +#~ msgid "And" +#~ msgstr "And" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2592(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2722(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2728(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2734(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2740(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2746(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2752(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2758(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2765(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2771(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2777(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2783(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2789(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2795(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2801(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2807(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2813(keycap) -msgid "Ctrl" -msgstr "" +#~ msgid ":" +#~ msgstr ":" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2594(para) -msgid "Clear entry" -msgstr "" +#~ msgid "?" +#~ msgstr "?" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2598(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2813(keycap) -msgid "Shift" -msgstr "" +#~ msgid "@" +#~ msgstr "@" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2598(keycap) -msgid "Delete" -msgstr "" +#~ msgid "[" +#~ msgstr "[" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2607(title) -msgid "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -msgstr "" +#~ msgid "]" +#~ msgstr "]" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2618(para) -msgid "Option" -msgstr "" +#~ msgid "Xor" +#~ msgstr "Xor" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2627(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2633(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2639(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2645(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2651(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2657(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2663(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2669(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2675(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2681(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2687(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2693(keycap) -msgid "Alt" -msgstr "" +#~ msgid "{" +#~ msgstr "{" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2629(para) -msgid "Set the trigonometric type to gradians." -msgstr "" +#~ msgid "|" +#~ msgstr "|" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2635(para) -msgid "Set the numeric base to binary." -msgstr "" +#~ msgid "Or" +#~ msgstr "Or" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2641(para) -msgid "Set the numeric base to decimal." -msgstr "" +#~ msgid "}" +#~ msgstr "}" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2647(para) -msgid "Set the display type to fixed-point format." -msgstr "" +#~ msgid "~" +#~ msgstr "~" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2651(keycap) -msgid "g" -msgstr "" +#~ msgid "Not" +#~ msgstr "Not" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2653(para) -msgid "Set the trigonometric type to degrees." -msgstr "" +#~ msgid "Ctrl" +#~ msgstr "Ctrl" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2659(para) -msgid "Select the inverse option for use with the trigonometric functions." -msgstr "" +#~ msgid "Clear entry" +#~ msgstr "Pulisci immissione" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2665(para) -msgid "Set the display type to engineering format." -msgstr "" +#~ msgid "Shift" +#~ msgstr "Shift" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2669(keycap) -msgid "o" -msgstr "" +#~ msgid "Delete" +#~ msgstr "Cancella" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2671(para) -msgid "Set the numeric base to octal." -msgstr "" +#~ msgid "Option" +#~ msgstr "Opzioni" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2677(para) -msgid "Set the trigonometric type to radians." -msgstr "" +#~ msgid "Alt" +#~ msgstr "Alt" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2683(para) -msgid "Set the display type to scientific format." -msgstr "" +#~ msgid "g" +#~ msgstr "g" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2689(para) -msgid "Set the numeric base to hexadecimal." -msgstr "" +#~ msgid "o" +#~ msgstr "o" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2695(para) -msgid "Select the hyperbolic option for use with the trigonometric functions." -msgstr "" +#~ msgid "Set the numeric base to octal." +#~ msgstr "Imposta la base numerica in ottale." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2702(title) -msgid "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" -msgstr "" +#~ msgid "Set the trigonometric type to radians." +#~ msgstr "Imposta il tipo trigonometrico in radianti." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2713(para) -msgid "Menu Item" -msgstr "" +#~ msgid "Set the display type to scientific format." +#~ msgstr "Imposta il tipo di visualizzazione nel formato scientifico." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2723(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2735(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2741(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2759(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2766(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2772(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2784(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2790(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2796(guimenu) -msgid "View" -msgstr "" +#~ msgid "Set the numeric base to hexadecimal." +#~ msgstr "Imposta la base numerica a esadecimale" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2724(para) -msgid "Change to Basic mode" -msgstr "" +#~ msgid "" +#~ "Select the hyperbolic option for use with the trigonometric functions." +#~ msgstr "" +#~ "Selezione l'opzione iperbolica per usarla con le funzioni trigonometriche." -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2729(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2753(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2802(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2808(guimenu) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2814(guimenu) -msgid "Edit" -msgstr "" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" +#~ msgstr "" +#~ "Riferimento rapido per le scorciatoie da tastiera delle voci di menù di " +#~ " mate-calc " -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2729(guimenuitem) -msgid "Copy" -msgstr "" +#~ msgid "Menu Item" +#~ msgstr "Voce di menu" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2730(para) -msgid "Copy the current value in the display area to the clipboard" -msgstr "" +#~ msgid "View" +#~ msgstr "Visualizza" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2735(guimenuitem) -msgid "Show Bitcalculating Extension" -msgstr "" +#~ msgid "Change to Basic mode" +#~ msgstr "Cambia al modo base" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2736(para) -msgid "Display the bitcalculation extension" -msgstr "" +#~ msgid "Edit" +#~ msgstr "Modifica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2742(para) -msgid "Change to Financial mode" -msgstr "" +#~ msgid "Copy" +#~ msgstr "Copia" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2746(keycap) -msgid "h" -msgstr "" +#~ msgid "Copy the current value in the display area to the clipboard" +#~ msgstr "Copia il valore correntemente visualizzato negli appunti" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2747(guimenu) -msgid "Help" -msgstr "" +#~ msgid "Show Bitcalculating Extension" +#~ msgstr "Mostra l'estensione calcolo per bit" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2747(guimenuitem) -msgid "Contents" -msgstr "" +#~ msgid "Display the bitcalculation extension" +#~ msgstr "Visualizza l'estensione di calcolo per bit" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2748(para) -msgid "Display the mate-calc online help" -msgstr "" +#~ msgid "Change to Financial mode" +#~ msgstr "Cambia al modo finanziario" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2753(guimenuitem) -msgid "Insert ASCII Value" -msgstr "" +#~ msgid "h" +#~ msgstr "h" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2754(para) -msgid "Display the Insert ASCII Value dialog" -msgstr "" +#~ msgid "Help" +#~ msgstr "Aiuto" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2758(keycap) -msgid "k" -msgstr "" +#~ msgid "Display the mate-calc online help" +#~ msgstr "Visualizza l'aiuto online di mate-calc" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2760(para) -msgid "Display the thousands separator" -msgstr "" +#~ msgid "Insert ASCII Value" +#~ msgstr "Inserisci il valore ASCII" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2766(guimenuitem) -msgid "Left-to-right Precedence" -msgstr "" +#~ msgid "Display the Insert ASCII Value dialog" +#~ msgstr "" +#~ "Visualizza la finestra di dialogo Inserisci valore ASCII" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2767(para) -msgid "Calculate results using left-to-right precedence" -msgstr "" +#~ msgid "k" +#~ msgstr "k" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2772(guimenuitem) -msgid "Memory Registers" -msgstr "" +#~ msgid "Display the thousands separator" +#~ msgstr "Visualizza il separatore delle migliaia" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2773(para) -msgid "Display the Memory Registers window" -msgstr "" +#~ msgid "Left-to-right Precedence" +#~ msgstr "Precedenza sinistra-a-destra" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2777(keycap) -msgid "q" -msgstr "" +#~ msgid "Calculate results using left-to-right precedence" +#~ msgstr "Calcolare i risultati utilizzando la precedenza sinistra-a-destra" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2778(guimenuitem) -msgid "Quit" -msgstr "" +#~ msgid "Memory Registers" +#~ msgstr "Registri di memoria" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2779(para) -msgid "Quit the mate-calc application" -msgstr "" +#~ msgid "Display the Memory Registers window" +#~ msgstr "Visualizza la finestra dei Registri di memoria" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2784(guimenuitem) -msgid "Arithmetic Precedence" -msgstr "" +#~ msgid "q" +#~ msgstr "q" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2785(para) -msgid "Calculate results using arithmetic precedence" -msgstr "" +#~ msgid "Quit" +#~ msgstr "Esci" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2791(para) -msgid "Change to Scientific mode" -msgstr "" +#~ msgid "Quit the mate-calc application" +#~ msgstr "Esci dall'applicazione mate-calc" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2797(para) -msgid "Show trailing zeroes" -msgstr "" +#~ msgid "Arithmetic Precedence" +#~ msgstr "Precedenza Aritmetica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2802(guimenuitem) -msgid "Paste" -msgstr "" +#~ msgid "Calculate results using arithmetic precedence" +#~ msgstr "Calcola il risultato usando la Precedenza Aritmetica" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2803(para) -msgid "Paste the current value in the clipboard to the display area" -msgstr "" +#~ msgid "Change to Scientific mode" +#~ msgstr "Cambiare al modo Scientifico" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2807(keycap) /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2813(keycap) -msgid "z" -msgstr "" +#~ msgid "Show trailing zeroes" +#~ msgstr "Visualizza gli zero trailing" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2808(guimenuitem) -msgid "Undo" -msgstr "" +#~ msgid "Paste" +#~ msgstr "Incolla" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2809(para) -msgid "Undo previous action" -msgstr "" +#~ msgid "Paste the current value in the clipboard to the display area" +#~ msgstr "Incolla il valore corrente negli appunti dell'area visualizzata" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2814(guimenuitem) -msgid "Redo" -msgstr "" +#~ msgid "z" +#~ msgstr "z" -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:2815(para) -msgid "Redo an undo'ed action" -msgstr "" +#~ msgid "Undo" +#~ msgstr "Indietro" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. -#: /home/luca/svn/mate2/mate-calc/help/C/mate-calc.xml:0(None) -msgid "translator-credits" -msgstr "" +#~ msgid "Redo" +#~ msgstr "Rifare" +#~ msgid "Redo an undo'ed action" +#~ msgstr "Rifare un'azione precedentemente annullata" diff --git a/help/ja/ja.po b/help/ja/ja.po index b2cb3c8..5203f40 100644 --- a/help/ja/ja.po +++ b/help/ja/ja.po @@ -1,4028 +1,3392 @@ msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2008-07-20 22:27+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: mate-calc master\n" +"POT-Creation-Date: 2011-12-25 17:59+0000\n" +"PO-Revision-Date: 2012-01-14 20:41+0900\n" +"Last-Translator: Jiro Matsuzawa \n" +"Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: mate-calc242.xml:22(title) -msgid "mate-calc Manual V2.5" -msgstr "電卓 のマニュアル V2.5.1" - -#: mate-calc242.xml:25(year) -msgid "2003" -msgstr "" - -#: mate-calc242.xml:26(holder) mate-calc242.xml:50(orgname) -msgid "Sun Microsystems" -msgstr "" - -#: mate-calc242.xml:37(publishername) mate-calc242.xml:76(para) -#: mate-calc242.xml:85(para) mate-calc242.xml:94(para) -#: mate-calc242.xml:103(para) mate-calc242.xml:112(para) -#: mate-calc242.xml:121(para) -msgid "MATE Documentation Project" -msgstr "MATE ドキュメンテーションプロジェクト" - -#: mate-calc242.xml:47(firstname) -msgid "Sun" -msgstr "" - -#: mate-calc242.xml:48(surname) -msgid "MATE Documentation Team" -msgstr "MATE ドキュメンテーションチーム" - -#: mate-calc242.xml:71(revnumber) -msgid "mate-calc Manual V2.5" -msgstr "電卓 マニュアル V2.5.1" - -#: mate-calc242.xml:74(para) mate-calc242.xml:83(para) -#: mate-calc242.xml:92(para) mate-calc242.xml:101(para) -#: mate-calc242.xml:110(para) mate-calc242.xml:119(para) -msgid "Sun MATE Documentation Team" -msgstr "Sun MATE ドキュメンテーションチーム" - -#: mate-calc242.xml:80(revnumber) -msgid "mate-calc Manual V2.4" -msgstr "mate-calc マニュアル V2.5" - -#: mate-calc242.xml:81(date) -msgid "June 2003" -msgstr "2003 年 7 月" - -#: mate-calc242.xml:89(revnumber) -msgid "mate-calc Manual V2.3" -msgstr "mate-calc マニュアル V2.4" - -#: mate-calc242.xml:90(date) mate-calc242.xml:99(date) -#, fuzzy -msgid "April 2003" -msgstr "" -"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" -"2003 年 6 月\n" -"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" -"2003 年 4 月" - -#: mate-calc242.xml:98(revnumber) -msgid "mate-calc Manual V2.2" -msgstr "mate-calc マニュアル V2.3" - -#: mate-calc242.xml:107(revnumber) -msgid "mate-calc Manual V2.1" -msgstr "mate-calc マニュアル V2.2" - -#: mate-calc242.xml:108(date) mate-calc242.xml:117(date) -#, fuzzy -msgid "March 2003" -msgstr "" -"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" -"2003 年 4 月\n" -"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" -"2003 年 3 月" - -#: mate-calc242.xml:116(revnumber) -msgid "mate-calc Manual V2.0" -msgstr "mate-calc マニュアル V2.1" - -#: mate-calc242.xml:126(releaseinfo) -msgid "" -"This manual describes version 4.2.100 of mate-calc." +#: C/variables.page:9(title) +msgid "Variables" msgstr "" -"このマニュアルは電卓のバージョン 4.2.103 について" -"説明します。" -#: mate-calc242.xml:129(title) -msgid "Feedback" -msgstr "フィードバック" - -#: mate-calc242.xml:130(para) +#: C/variables.page:11(p) msgid "" -"To report a bug or make a suggestion regarding the mate-calc application or this manual, follow the directions in the MATE Feedback Page." +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." msgstr "" -"電卓 アプリケーションまたはこのマニュアルに関して" -"バグやご意見をご報告いただく場合は、MATE フィードバックページ にある説明に従ってください。" -#: mate-calc242.xml:139(primary) -msgid "mate-calc" +#: C/variables.page:16(p) +msgid "x=5" msgstr "" -#: mate-calc242.xml:142(primary) mate-calc242.xml:2520(guimenu) +#: C/variables.page:19(p) #, fuzzy -msgid "Calculator" -msgstr "" -"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" -"電卓\n" -"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" -"「Calculator」" - -#: mate-calc242.xml:148(title) -msgid "Introduction" -msgstr "概要" - -#: mate-calc242.xml:149(para) -msgid "" -"The mate-calc application is multifunctional and " -"can handle different types of mathematical approaches." -msgstr "" -"電卓 アプリケーションは多機能で、複数の数学アプ" -"ローチを処理できます。" - -#: mate-calc242.xml:150(para) -msgid "" -"The mate-calc application has the following modes:" -msgstr "" -"電卓 アプリケーションのモードは、以下のとおりで" -"す。" - -#: mate-calc242.xml:153(link) -msgid "Basic Mode" -msgstr "基本モード" +#| msgid "Value" +msgid "value=82" +msgstr "値" -#: mate-calc242.xml:154(para) +#: C/variables.page:23(p) msgid "" -"Provides standard calculator functions. You can store numbers in 10 " -"different memory registers, and easily retrieve and replace the numbers in " -"the memory registers. Basic Mode is the default mode. You can use all of the " -"Basic Mode functions in each of the other modes." +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." msgstr "" -"標準的な電卓機能を提供します。数字を 10 個のメモリレジスタに保存し、メモリレ" -"ジスタ内の数字を簡単に検索、置換できます。基本モードは、デフォルトモードで" -"す。他の各モードでも、基本モード機能はすべて使用できます。" - -#: mate-calc242.xml:157(link) -msgid "Financial Mode" -msgstr "財務モード" - -#: mate-calc242.xml:158(para) -msgid "Provides several complex financial functions." -msgstr "複雑な財務機能を複数提供します。" - -#: mate-calc242.xml:161(link) -msgid "Scientific Mode" -msgstr "科学モード" -#: mate-calc242.xml:162(para) -msgid "" -"Provides many additional mathematical functions, including trigonometric and " -"logical functions. You can also store your own functions and constants, when " -"you use Scientific Mode." +#: C/variables.page:28(p) +msgid "6x+3" msgstr "" -"三角関数や論理機能など多くの数学機能を提供します。科学モードでは、ユーザが定" -"義した機能や定数も保存できます。" - -#: mate-calc242.xml:166(para) -msgid "" -"You can use mate-calc in the following numbering " -"systems:" -msgstr "電卓 は、以下の進法で使用できます。" - -#: mate-calc242.xml:174(para) -msgid "Numbering System" -msgstr "進法" - -#: mate-calc242.xml:176(para) -msgid "Base" -msgstr "基数" - -#: mate-calc242.xml:181(para) -msgid "Binary" -msgstr "2 進法" -#: mate-calc242.xml:182(para) mate-calc242.xml:366(guibutton) -#: mate-calc242.xml:402(para) mate-calc242.xml:623(keycap) -#: mate-calc242.xml:627(keycap) mate-calc242.xml:631(keycap) -#: mate-calc242.xml:1554(guibutton) -msgid "2" +#: C/variables.page:31(p) +msgid "xy−3x+7y−21" msgstr "" -#: mate-calc242.xml:185(para) -msgid "Octal" -msgstr "8 進法" - -#: mate-calc242.xml:186(para) -msgid "8" +#: C/variables.page:35(p) +msgid "The following variables are always defined." msgstr "" -#: mate-calc242.xml:189(para) -msgid "Decimal" -msgstr "10 進法" +#: C/variables.page:40(p) +#, fuzzy +#| msgid "Tan" +msgid "ans" +msgstr "正接" -#: mate-calc242.xml:190(para) -msgid "10" +#: C/variables.page:41(p) +msgid "Result of previous calculation" msgstr "" -#: mate-calc242.xml:193(para) -msgid "Hexadecimal" -msgstr "16 進法" - -#: mate-calc242.xml:194(para) mate-calc242.xml:1913(para) -msgid "16" +#: C/variables.page:44(p) +msgid "e" msgstr "" -#: mate-calc242.xml:205(title) -msgid "Getting Started" -msgstr "基本的な使用方法" +#: C/variables.page:45(link) +#, fuzzy +#| msgid "Number" +msgid "Euler's Number" +msgstr "番号" -#: mate-calc242.xml:208(para) -msgid "" -"When you start mate-calc, the following window is displayed:" +#: C/variables.page:48(p) C/keyboard.page:35(p) +msgid "π" msgstr "" -"電卓 の起動時には、次の" -"ウィンドウが表示されます。" - -#: mate-calc242.xml:212(title) -msgid "mate-calc Basic Mode Window" -msgstr "電卓 の基本モードウィンドウ" -#: mate-calc242.xml:219(phrase) -msgid "Shows mate-calc Basic Mode window." +#: C/variables.page:49(link) +msgid "Pi" msgstr "" -"電卓 の基本モード ウィンドウが表示されます。" -#: mate-calc242.xml:225(para) -msgid "" -"The mate-calc window " -"contains the following elements:" +#: C/variables.page:52(p) +msgid "rand" msgstr "" -"電卓 ウィンドウには、以" -"下の要素が含まれています。" - -#: mate-calc242.xml:228(term) -msgid "Menubar" -msgstr "メニューバー" -#: mate-calc242.xml:230(para) -msgid "" -"The menus on the menubar contain all of the commands that you need to work " -"with mate-calc." +#: C/variables.page:53(p) +msgid "Random value in the range [0,1] (changes on each read)" msgstr "" -"メニューバーのメニューには、電卓 で必要なコマンドがすべて含まれています。" -#: mate-calc242.xml:234(term) -msgid "Display area" -msgstr "表示領域" +#: C/trigonometry.page:9(title) +#, fuzzy +#| msgid "Trigonometric type" +msgid "Trigonometry" +msgstr "三角関数のタイプ" -#: mate-calc242.xml:236(para) +#: C/trigonometry.page:11(p) msgid "" -"The display area shows the numbers that you enter, and the results of " -"calculations. You can enter numbers of up to forty digits." +"Trigonometry can be performed using the sin, cos, and tan function." msgstr "" -"表示領域には、入力した数字および計算結果が表示されます。40 桁までの数字を入力" -"できます。" - -#: mate-calc242.xml:239(term) -msgid "Mode area" -msgstr "モード領域" -#: mate-calc242.xml:241(para) -msgid "" -"The mode area displays the buttons for the currently selected mode. The " -"Basic Mode buttons are always displayed. When you choose Financial Mode, the " -"Financial Mode buttons are displayed above the Basic Mode buttons. When you " -"choose Scientific Mode, the Scientific Mode buttons are displayed above the " -"Basic Mode Buttons." +#: C/trigonometry.page:15(p) +msgid "sin 45" msgstr "" -"モード領域では、現在選択されているモードのボタンが表示されます。基本モードボ" -"タンは、常に表示されています。財務モードを選択すると、 財務モードボタンが基本" -"モードボタンの上に表示されます。科学モードを選択すると、 科学モードボタンが基" -"本モードボタンの上に表示されます。" - -#: mate-calc242.xml:244(term) -msgid "Popup Menu" -msgstr "ポップアップメニュー" -#: mate-calc242.xml:252(phrase) -msgid "Shows popup-menu symbol." -msgstr "ポップアップメニューシンボルを表示" - -#: mate-calc242.xml:246(para) +#: C/trigonometry.page:19(p) msgid "" -"The symbol on a mate-calc button " -"indicates that a popup menu is displayed when you click on that button." +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in scientific mode." msgstr "" -"電卓 ボタンの シンボルは、そのボ" -"タンをクリックするとポップアップメニューが表示されることを表しています。" - -#: mate-calc242.xml:265(title) -msgid "Usage" -msgstr "使用方法" - -#: mate-calc242.xml:269(title) -msgid "To Use Calculator Functions" -msgstr "電卓機能を使用する" - -#: mate-calc242.xml:270(para) -msgid "To perform a calculation, use one of the following methods:" -msgstr "計算は、以下のどちらかの方法で行います。" -#: mate-calc242.xml:274(para) +#: C/trigonometry.page:23(p) msgid "" -"Click on the mate-calc buttons to enter numbers " -"and functions." +"Hyperbolic functions are available by adding \"h\" to the end of a function." msgstr "" -"電卓 ボタンをクリックして、数字と関数を入力しま" -"す。" -#: mate-calc242.xml:277(para) -msgid "" -"Give focus to the mate-calc window, then use the " -"keyboard or numeric keypad to specify the calculation that you want to " -"perform. For a complete list of keyboard shortcuts, see ." +#: C/trigonometry.page:27(p) +msgid "sinh 0.34" msgstr "" -"電卓 ウィンドウにフォーカスを移動し、キーボードま" -"たは数値入力キーで、実行する計算を指定します。キーボードのショートカットの全" -"リストについては、を参照してく" -"ださい。" -#: mate-calc242.xml:280(para) +#: C/trigonometry.page:31(p) msgid "" -"The mate-calc application automatically displays " -"numbers with more than 40 digits, and small numbers, as exponential numbers. " -"For example, the following table shows the value that is displayed when you " -"use the decimal numeric base with an accuracy of 2 significant places:" -msgstr "" -"電卓 アプリケーションは、40 桁以上の数字や小数を自" -"動的に指数として表示します。以下の表の例では、小数点以下 2 桁の 10 進数を使用" -"している場合に表示される値が示されています。" - -#: mate-calc242.xml:288(para) -msgid "Display" -msgstr "表示される情報" - -#: mate-calc242.xml:290(para) -msgid "Signifies" -msgstr "意味" - -#: mate-calc242.xml:295(para) -msgid "1.23e+37" -msgstr "" - -#: mate-calc242.xml:296(para) -msgid "1.23 * 1037" -msgstr "" - -#: mate-calc242.xml:299(para) -msgid "1e-5" -msgstr "" - -#: mate-calc242.xml:300(para) -msgid "0.00001" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." msgstr "" -#: mate-calc242.xml:306(para) -msgid "" -"For information about how to enter a number in exponential format, see ." +#: C/trigonometry.page:36(p) +msgid "sin⁻¹ 0.5" msgstr "" -"数字を指数形式で入力する方法については、を参照してください。" -#: mate-calc242.xml:307(para) -msgid "" -"To copy the result of a calculation, choose EditCopy. You can paste the " -"value into another application." +#: C/trigonometry.page:39(p) +msgid "asin 0.5" msgstr "" -"計算結果をコピーするには、「編集」「コピー」の順に選択します。 " -"値は、他のアプリケーションに張り付けることができます。" -#: mate-calc242.xml:314(para) +#: C/trigonometry.page:43(p) msgid "" -"To paste a previously copied value into the display area, choose " -"EditPaste." +"To enter π with the keyboard use " +"CtrlP." msgstr "" -"事前にコピーした値を表示領域に張り付けるには、「編集」「貼り付け」の順に選択しま" -"す。" - -#: mate-calc242.xml:322(title) -msgid "To Perform Basic Calculations" -msgstr "基本計算を実行する" -#: mate-calc242.xml:323(para) -msgid "" -"Basic Mode is displayed by default when you first start " -"mate-calc. To explicitly invoke Basic Mode, " -"choose ViewBasic Mode." +#. Place this at the end of the section +#: C/superscript.page:7(title) +msgid "_" msgstr "" -"電卓 を起動すると、デフォルトで基本モードが表示さ" -"れます。基本モードを明示的に呼び出すには、「表示」「Basic Mode」の順に選択しま" -"す。" - -#: mate-calc242.xml:330(title) -msgid "To Perform Simple Calculations" -msgstr "簡単な計算を実行する" -#: mate-calc242.xml:331(para) -msgid "" -"To perform simple calculations, use the buttons described in ." +#: C/superscript.page:11(title) +msgid "Superscript and Subscript" msgstr "" -"簡単な 計算を実行するには、 に説" -"明のあるボタンを使います。" - -#: mate-calc242.xml:333(title) -msgid "Performing Simple Calculations" -msgstr "簡単な計算の実行" - -#: mate-calc242.xml:343(para) mate-calc242.xml:422(para) -#: mate-calc242.xml:473(para) mate-calc242.xml:565(para) -#: mate-calc242.xml:689(para) mate-calc242.xml:1162(para) -#: mate-calc242.xml:1206(para) mate-calc242.xml:1245(para) -#: mate-calc242.xml:1284(para) mate-calc242.xml:1322(para) -#: mate-calc242.xml:1436(para) mate-calc242.xml:1483(para) -#: mate-calc242.xml:1739(para) mate-calc242.xml:1785(para) -#: mate-calc242.xml:1869(para) mate-calc242.xml:2010(para) -#: mate-calc242.xml:2079(para) mate-calc242.xml:2387(para) -#: mate-calc242.xml:2482(para) -msgid "Function" -msgstr "機能" -#: mate-calc242.xml:345(para) mate-calc242.xml:424(para) -#: mate-calc242.xml:475(para) mate-calc242.xml:567(para) -#: mate-calc242.xml:691(para) mate-calc242.xml:1164(para) -#: mate-calc242.xml:1208(para) mate-calc242.xml:1247(para) -#: mate-calc242.xml:1286(para) mate-calc242.xml:1324(para) -#: mate-calc242.xml:1438(para) mate-calc242.xml:1485(para) -#: mate-calc242.xml:1787(para) mate-calc242.xml:1871(para) -#: mate-calc242.xml:2008(para) -msgid "Button" -msgstr "ボタン" - -#: mate-calc242.xml:347(para) mate-calc242.xml:426(para) -#: mate-calc242.xml:477(para) mate-calc242.xml:569(para) -#: mate-calc242.xml:618(para) mate-calc242.xml:693(para) -#: mate-calc242.xml:1166(para) mate-calc242.xml:1210(para) -#: mate-calc242.xml:1249(para) mate-calc242.xml:1288(para) -#: mate-calc242.xml:1326(para) mate-calc242.xml:1440(para) -#: mate-calc242.xml:1487(para) mate-calc242.xml:1638(para) -#: mate-calc242.xml:1789(para) mate-calc242.xml:1838(para) -#: mate-calc242.xml:1873(para) -msgid "Description" -msgstr "説明" - -#: mate-calc242.xml:349(para) mate-calc242.xml:428(para) -#: mate-calc242.xml:479(para) mate-calc242.xml:571(para) -#: mate-calc242.xml:695(para) mate-calc242.xml:1328(para) -#: mate-calc242.xml:1442(para) mate-calc242.xml:1489(para) -#: mate-calc242.xml:1791(para) mate-calc242.xml:1875(para) -msgid "Example" -msgstr "例" - -#: mate-calc242.xml:351(para) mate-calc242.xml:430(para) -#: mate-calc242.xml:481(para) mate-calc242.xml:573(para) -#: mate-calc242.xml:697(para) mate-calc242.xml:1130(para) -#: mate-calc242.xml:1330(para) mate-calc242.xml:1444(para) -#: mate-calc242.xml:1491(para) mate-calc242.xml:1793(para) -#: mate-calc242.xml:1877(para) -msgid "Result" -msgstr "結果" - -#: mate-calc242.xml:356(para) mate-calc242.xml:2019(para) -msgid "Numerals" -msgstr "数値キー" - -#: mate-calc242.xml:357(para) mate-calc242.xml:2018(para) -msgid "0 to 9 inclusive" -msgstr "0から9" - -#: mate-calc242.xml:358(para) +#: C/superscript.page:13(p) msgid "" -"In decimal and hexadecimal base, all numerals are available. In octal base, " -"8 and 9 are unavailable. In " -"binary base, only 0 and 1 are " -"available. The default base is decimal." -msgstr "" -"10 進法と 16 進法では、すべての数値キーを使用できます。8 進法では、" -"「8」「9」 は使用できません。" -"2 進法では、「0」「1」だけを" -"使用できます。デフォルトは、10 進法です。" - -#: mate-calc242.xml:359(guibutton) mate-calc242.xml:360(para) -#: mate-calc242.xml:366(guibutton) mate-calc242.xml:388(para) -#: mate-calc242.xml:446(para) mate-calc242.xml:1367(para) -#: mate-calc242.xml:1395(para) mate-calc242.xml:1453(para) -msgid "1" -msgstr "" - -#: mate-calc242.xml:363(para) mate-calc242.xml:2265(para) -msgid "Numeric point" -msgstr "小数点" - -#: mate-calc242.xml:364(guibutton) mate-calc242.xml:366(guibutton) -#: mate-calc242.xml:2263(keycap) mate-calc242.xml:2264(guibutton) -msgid "." -msgstr "" - -#: mate-calc242.xml:365(para) -msgid "Starts the fractional part of a numeric entry." -msgstr "数字の小数部分の入力を開始します。" - -#: mate-calc242.xml:367(para) mate-calc242.xml:1136(para) -msgid "1.2" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." msgstr "" -#: mate-calc242.xml:370(para) mate-calc242.xml:2289(para) -msgid "Calculate a result" -msgstr "結果の計算" - -#: mate-calc242.xml:371(guibutton) mate-calc242.xml:1554(guibutton) -#: mate-calc242.xml:2288(guibutton) -msgid "=" +#: C/superscript.page:17(p) +msgid "x³+2x²−5" msgstr "" -#: mate-calc242.xml:372(para) -msgid "Displays the result of the current calculation in the current base." -msgstr "現在の計算結果が現在の進法で表示されます。" - -#: mate-calc242.xml:373(para) mate-calc242.xml:380(para) +#: C/superscript.page:21(p) msgid "" -"1 +2=" -msgstr "" - -#: mate-calc242.xml:374(para) mate-calc242.xml:381(para) -#: mate-calc242.xml:439(para) mate-calc242.xml:511(para) -#: mate-calc242.xml:1619(keycap) mate-calc242.xml:1744(keycap) -msgid "3" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." msgstr "" -#: mate-calc242.xml:377(para) mate-calc242.xml:2253(para) -msgid "Addition" -msgstr "足し算" - -#: mate-calc242.xml:378(guibutton) mate-calc242.xml:2251(keycap) -#: mate-calc242.xml:2252(guibutton) -msgid "+" -msgstr "" - -#: mate-calc242.xml:379(para) +#: C/superscript.page:26(p) msgid "" -"Adds the current value in the display area to the next number that you enter." -msgstr "表示領域内の値を次に入力する数字に加えます。" - -#: mate-calc242.xml:384(para) mate-calc242.xml:2259(para) -msgid "Subtraction" -msgstr "引き算" - -#: mate-calc242.xml:385(guibutton) mate-calc242.xml:2257(keycap) -#: mate-calc242.xml:2258(guibutton) -msgid "-" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." msgstr "" -#: mate-calc242.xml:386(para) -msgid "" -"Subtracts from the current value in the display area the next number that " -"you enter." -msgstr "表示領域内の値から次に入力する数字を引きます。" - -#: mate-calc242.xml:387(para) +#: C/superscript.page:30(p) msgid "" -"3 -2=" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." msgstr "" -#: mate-calc242.xml:391(para) mate-calc242.xml:2247(para) -msgid "Multiplication" -msgstr "掛け算" - -#: mate-calc242.xml:392(guibutton) mate-calc242.xml:2246(guibutton) -msgid "*" -msgstr "" - -#: mate-calc242.xml:393(para) -msgid "" -"Multiplies the current value in the display area by the next number that you " -"enter." -msgstr "表示領域内の値に次に入力する数字をかけます。" +#: C/scientific.page:9(title) +#, fuzzy +#| msgid "Scientific Mode" +msgid "Scientific Notation" +msgstr "科学モード" -#: mate-calc242.xml:394(para) +#: C/scientific.page:11(p) msgid "" -"3 *2=" -msgstr "" - -#: mate-calc242.xml:395(para) mate-calc242.xml:778(para) -#: mate-calc242.xml:988(para) mate-calc242.xml:1034(para) -msgid "6" -msgstr "" - -#: mate-calc242.xml:398(para) mate-calc242.xml:2271(para) -msgid "Division" -msgstr "割り算" - -#: mate-calc242.xml:399(guibutton) mate-calc242.xml:2269(keycap) -#: mate-calc242.xml:2270(guibutton) -msgid "/" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" msgstr "" -#: mate-calc242.xml:400(para) -msgid "" -"Divides the current value in the display area by the next number that you " -"enter." -msgstr "表示領域内の値を次に入力する数字で割ります。" - -#: mate-calc242.xml:401(para) -msgid "" -"6 /3=" +#: C/scientific.page:17(p) +msgid "2" msgstr "" -#: mate-calc242.xml:409(title) -msgid "To Erase Characters" -msgstr "文字を消去する" - -#: mate-calc242.xml:410(para) +#: C/scientific.page:21(p) msgid "" -"To erase characters, use the buttons described in ." +"Then press the scientific notation button (or press CtrlE):" msgstr "" -"文字を消去するには、 に説明のある" -"ボタンを使います。" - -#: mate-calc242.xml:412(title) -msgid "Erasing Characters" -msgstr "文字の消去" - -#: mate-calc242.xml:435(para) mate-calc242.xml:2353(keycap) -#: mate-calc242.xml:2355(para) mate-calc242.xml:2359(keycap) -msgid "Backspace" -msgstr "バックスペース" -#: mate-calc242.xml:436(guibutton) mate-calc242.xml:2354(guibutton) -msgid "Bsp" +#: C/scientific.page:25(p) +msgid "2×10" msgstr "" -#: mate-calc242.xml:437(para) -msgid "Removes the rightmost character from the display area." -msgstr "右端の文字を表示領域から削除します。" - -#: mate-calc242.xml:438(para) -msgid "" -"1 +22Bsp=" +#: C/scientific.page:29(p) +msgid "Then enter the exponent (100):" msgstr "" -#: mate-calc242.xml:442(para) mate-calc242.xml:2361(para) -msgid "Clear Entry" -msgstr "エントリの消去" - -#: mate-calc242.xml:443(guibutton) mate-calc242.xml:2360(guibutton) -msgid "CE" +#: C/scientific.page:33(p) +msgid "2×10¹⁰⁰" msgstr "" -#: mate-calc242.xml:444(para) -msgid "Removes the current value from the display area." -msgstr "現在の値を表示領域から削除します。" - -#: mate-calc242.xml:445(para) +#: C/scientific.page:37(p) msgid "" -"1 +22CE=" -msgstr "" - -#: mate-calc242.xml:449(para) mate-calc242.xml:2367(para) -msgid "Clear" -msgstr "平文" - -#: mate-calc242.xml:450(guibutton) mate-calc242.xml:2366(guibutton) -msgid "Clr" +"To show results in scientific form change the result format." msgstr "" -#: mate-calc242.xml:451(para) -msgid "" -"Resets the current value in the display area to zero. Clr also deselects the Hyp and Inv options in Scientific Mode." +#: C/power.page:9(title) +msgid "Powers and Roots" msgstr "" -"表示領域内の値を 0 にリセットします。「Clr」は、科学" -"モードでは「Hyp」「Inv」オプショ" -"ンの選択解除も行います。" -#: mate-calc242.xml:452(para) +#: C/power.page:11(p) msgid "" -"1 +22Clr=" +"Powers are entered by putting a superscript " +"number after the value." msgstr "" -#: mate-calc242.xml:453(para) -msgid "0" +#: C/power.page:15(p) +msgid "5²" msgstr "" -#: mate-calc242.xml:460(title) -msgid "To Perform Arithmetic Calculations" -msgstr "算術計算を実行する" - -#: mate-calc242.xml:461(para) +#: C/power.page:19(p) msgid "" -"To perform arithmetic calculations, use the buttons described in ." +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"算術計算を実行するには、 に説明の" -"あるボタンを使います。" -#: mate-calc242.xml:463(title) -msgid "Performing Arithmetic Calculations" -msgstr "算術計算の実行" - -#: mate-calc242.xml:486(para) mate-calc242.xml:2229(para) -msgid "Percentage" -msgstr "%" - -#: mate-calc242.xml:487(guibutton) mate-calc242.xml:2227(keycap) -#: mate-calc242.xml:2228(guibutton) -msgid "%" +#: C/power.page:23(p) +msgid "3⁻¹" msgstr "" -#: mate-calc242.xml:488(para) -msgid "" -"Uses the next number that you enter to calculate that percentage of the " -"current value in the display area." -msgstr "表示領域内の値の次に入力する数字のパーセンテージを計算します。" - -#: mate-calc242.xml:489(para) +#: C/power.page:27(p) msgid "" -"200 %2=" -msgstr "" - -#: mate-calc242.xml:490(para) mate-calc242.xml:782(para) -#: mate-calc242.xml:1038(para) mate-calc242.xml:1843(keycap) -#: mate-calc242.xml:1847(keycap) -msgid "4" -msgstr "" - -#: mate-calc242.xml:493(para) mate-calc242.xml:2157(para) -msgid "Reciprocal" -msgstr "逆数" - -#: mate-calc242.xml:494(guibutton) mate-calc242.xml:2156(guibutton) -msgid "1/x" -msgstr "" - -#: mate-calc242.xml:495(para) -msgid "Divides 1 by the current value in the display area." -msgstr "1を表示領域内の値で割ります。" - -#: mate-calc242.xml:496(para) -msgid "4 1/x" -msgstr "" - -#: mate-calc242.xml:497(para) -msgid "0.25" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." msgstr "" -#: mate-calc242.xml:500(para) mate-calc242.xml:2043(para) -msgid "Change the arithmetic sign" -msgstr "演算符号の変更" - -#: mate-calc242.xml:501(guibutton) mate-calc242.xml:1554(guibutton) -#: mate-calc242.xml:2042(guibutton) -msgid "+/-" +#: C/power.page:32(p) +msgid "5^(6−2)" msgstr "" -#: mate-calc242.xml:502(para) +#: C/power.page:36(p) msgid "" -"Changes a positive number to a negative number, or a negative number to a " -"positive number." -msgstr "正の数を負の数に、または負の数を正の数に変更します。" - -#: mate-calc242.xml:503(para) -msgid "8 +/-" -msgstr "" - -#: mate-calc242.xml:504(para) -msgid "-8" -msgstr "" - -#: mate-calc242.xml:507(para) mate-calc242.xml:2169(para) -msgid "Square Root" -msgstr "平方根" - -#: mate-calc242.xml:508(guibutton) mate-calc242.xml:2168(guibutton) -msgid "Sqrt" +"If your keyboard does not have a ^ key you can use * " +"twice." msgstr "" -#: mate-calc242.xml:509(para) -msgid "Calculates the square root of the current value in the display area." -msgstr "表示領域内の値の平方根を計算します。" - -#: mate-calc242.xml:510(para) -msgid "9 Sqrt" -msgstr "" - -#: mate-calc242.xml:514(para) mate-calc242.xml:2307(para) -msgid "Square" -msgstr "平方" - -#: mate-calc242.xml:515(para) mate-calc242.xml:2306(para) -msgid "x2" -msgstr "" - -#: mate-calc242.xml:516(para) -msgid "Calculates the square of the current value in the display area." -msgstr "表示領域内の値の平方を計算します。" - -#: mate-calc242.xml:517(para) -msgid "3 x2" -msgstr "" - -#: mate-calc242.xml:518(para) -msgid "9" -msgstr "" - -#: mate-calc242.xml:521(para) mate-calc242.xml:2091(para) -msgid "Integer Portion" -msgstr "整数部分" - -#: mate-calc242.xml:522(guibutton) mate-calc242.xml:2090(guibutton) -msgid "Int" -msgstr "" - -#: mate-calc242.xml:523(para) +#: C/power.page:39(p) msgid "" -"Calculates the integer portion of the current value in the display area." -msgstr "表示領域内の値の整数部分を計算します。" - -#: mate-calc242.xml:524(para) -msgid "-23.45 Int" +"Square roots can be calculated using the symbol (CtrlR)." msgstr "" -#: mate-calc242.xml:525(para) -msgid "-23" +#: C/power.page:43(p) +msgid "√2" msgstr "" -#: mate-calc242.xml:528(para) mate-calc242.xml:2277(para) -msgid "Fractional Portion" -msgstr "小数部分" - -#: mate-calc242.xml:529(guibutton) mate-calc242.xml:2276(guibutton) -msgid "Frac" -msgstr "" - -#: mate-calc242.xml:530(para) +#: C/power.page:47(p) msgid "" -"Calculates the fractional portion of the current value in the display area." -msgstr "表示領域内の値の小数部分を計算します。" - -#: mate-calc242.xml:531(para) -msgid "-23.45 Frac" -msgstr "" - -#: mate-calc242.xml:532(para) -msgid "-0.45" -msgstr "" - -#: mate-calc242.xml:535(para) mate-calc242.xml:2187(para) -msgid "Absolute Value" -msgstr "絶対値" - -#: mate-calc242.xml:536(guibutton) mate-calc242.xml:2186(guibutton) -msgid "Abs" +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -#: mate-calc242.xml:537(para) -msgid "Calculates the absolute value of the current value in the display area." -msgstr "表示領域内の値の絶対値を計算します。" - -#: mate-calc242.xml:538(para) -msgid "-23.45 Abs" -msgstr "" - -#: mate-calc242.xml:539(para) -msgid "23.45" +#: C/power.page:51(p) +msgid "₃√2" msgstr "" -#: mate-calc242.xml:546(title) -msgid "To Use the Calculator Memory Registers" -msgstr "電卓メモリレジスタを使用する" +#: C/percentage.page:9(title) +#, fuzzy +#| msgid "Percentage" +msgid "Percentages" +msgstr "%" -#: mate-calc242.xml:547(para) -msgid "" -"You can store values in any of the ten mate-calc " -"memory registers R0 to R9. To " -"display the memory registers, choose ViewMemory Registers." +#: C/percentage.page:11(p) +msgid "Percentages are calculated using the % symbol." msgstr "" -"10 個の 電卓 メモリレジスタ R0 から R9 のどこにでも値を保存できます。 メモリ" -"レジスタを表示するには、「表示」" -"「Memory Registers」の順に選択します。" -#: mate-calc242.xml:553(para) +#: C/percentage.page:14(p) msgid "" -" describes the memory functions " -"that you can use." -msgstr "" -" では、使用可能なメモリ機能が説明さ" -"れています。" - -#: mate-calc242.xml:555(title) -msgid "Memory Functions" -msgstr "メモリ機能" - -#: mate-calc242.xml:578(para) mate-calc242.xml:2163(para) -msgid "Store Value in Memory Register" -msgstr "メモリレジスタに値を保存" - -#: mate-calc242.xml:579(guibutton) mate-calc242.xml:2162(guibutton) -msgid "Sto" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" -#: mate-calc242.xml:580(para) -msgid "" -"Stores the current contents of the display area in the specified memory " -"register. Click on Sto, and select a memory register " -"from the popup menu." +#: C/percentage.page:19(p) +msgid "140+15%" msgstr "" -"指定されたメモリレジスタに表示領域の内容を保存します。「Sto」をクリックし、ポップアップメニューからメモリレジスタを選択します。" -#: mate-calc242.xml:581(para) +#: C/percentage.page:23(p) msgid "" -"To clear a memory register during a mate-calc " -"session:" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." msgstr "" -"電卓 のセッション中にメモリレジスタをクリアするに" -"は" - -#: mate-calc242.xml:583(para) -msgid "Click Clr." -msgstr "「Clr」をクリックします。" -#: mate-calc242.xml:584(para) -msgid "Click on Sto." -msgstr "「Sto」をクリックします。" - -#: mate-calc242.xml:585(para) -msgid "Select the memory register from the popup menu." -msgstr "ポップアップメニューからメモリレジスタを選択します。" - -#: mate-calc242.xml:588(para) -msgid "22 StoR2" +#: C/percentage.page:28(p) +msgid "25%×80" msgstr "" -#: mate-calc242.xml:589(para) -msgid "The value 22 is stored in memory register R2" -msgstr "値 22 がメモリレジスタ R2 に保存されました。" - -#: mate-calc242.xml:592(para) mate-calc242.xml:2151(para) -msgid "Retrieve Value From Memory Register" -msgstr "メモリレジスタの値を取り出し" - -#: mate-calc242.xml:593(guibutton) mate-calc242.xml:2150(guibutton) -msgid "Rcl" -msgstr "" +#: C/number-display.page:9(title) +#, fuzzy +#| msgid "Result" +msgid "Result Format" +msgstr "結果" -#: mate-calc242.xml:594(para) +#: C/number-display.page:11(p) msgid "" -"Retrieves the contents of the specified memory register. Click on " -"Rcl, and select the memory register from the popup " -"menu." +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" -"指定されたメモリレジスタの内容を取り出します。「Rcl」" -"をクリックし、ポップアップメニューからメモリレジスタを選択します。" -#: mate-calc242.xml:595(para) -msgid "0 RclR2" -msgstr "" +#: C/number-display.page:16(p) +msgid "Decimal" +msgstr "10 進法" -#: mate-calc242.xml:596(para) -msgid "22" +#: C/number-display.page:17(p) +msgid "Results are displayed as decimal numbers" msgstr "" -#: mate-calc242.xml:596(para) mate-calc242.xml:603(para) -msgid "where 22 is the value previously stored in memory register R2" -msgstr "22 は先ほどメモリレジスタ R2 に保存された値です。" - -#: mate-calc242.xml:599(para) mate-calc242.xml:2199(para) -msgid "Exchange Memory Register Value and Displayed Value" -msgstr "メモリレジスタの値と表示値を交換" - -#: mate-calc242.xml:600(guibutton) mate-calc242.xml:2198(guibutton) -msgid "Exch" -msgstr "" +#: C/number-display.page:20(p) C/mouse.page:25(p) +msgid "Scientific" +msgstr "「Scientific」" -#: mate-calc242.xml:601(para) +#: C/number-display.page:21(p) msgid "" -"Exchanges the contents of the specified memory register and the current " -"value in the display area. Click on Exch, and select " -"the memory register from the popup menu." -msgstr "" -"指定されたメモリレジスタの内容と表示領域内の値を交換します。" -"「Exch」をクリックし、ポップアップメニューからメモリレジスタを選" -"択します。" - -#: mate-calc242.xml:602(para) -msgid "44 ExchR2" +"Results are displayed in scientific notation" msgstr "" -#: mate-calc242.xml:603(para) -msgid "" -"Value in display area changes from 44 to 22, value in R2 changes from 22 to " -"44" -msgstr "表示領域内の値が 44 から 22 に、R2 の値が 22 から 44 に変わります。" +#: C/number-display.page:24(p) +#, fuzzy +#| msgid "Engineering Display Type" +msgid "Engineering" +msgstr "エンジニアリング用表示タイプ" -#: mate-calc242.xml:608(para) +#: C/number-display.page:25(p) +#, fuzzy +#| msgid "" +#| "Sets the display type to Engineering format. Results are displayed in " +#| "scientific notation. The exponent is always a multiple of three." msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"memory register, as shown in the following examples:" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" msgstr "" -"キーボードのショートカットを使用する場合は、以下の例のようにキーボードで メモ" -"リレジスタを指定します。" +"表示タイプをエンジニアリング形式に設定します。結果は、科学的表記で表示されま" +"す。指数は常に 3 の倍数になります。" -#: mate-calc242.xml:616(para) mate-calc242.xml:1612(para) -#: mate-calc242.xml:1737(para) mate-calc242.xml:1836(para) -msgid "Keyboard Entry" -msgstr "キーボードの入力" +#: C/number-display.page:28(p) +msgid "Binary" +msgstr "2 進法" -#: mate-calc242.xml:623(keycap) mate-calc242.xml:2161(keycap) -#: mate-calc242.xml:2448(keycap) mate-calc242.xml:2525(keycap) -msgid "S" +#: C/number-display.page:29(p) +msgid "Results are displayed as binary numbers" msgstr "" -#: mate-calc242.xml:624(para) -msgid "" -"Stores the current contents of the display area in memory register " -"R2." -msgstr "メモリレジスタ R2 に表示領域の内容を保存します。" +#: C/number-display.page:32(p) +msgid "Octal" +msgstr "8 進法" -#: mate-calc242.xml:627(keycap) mate-calc242.xml:2149(keycap) -#: mate-calc242.xml:2442(keycap) -msgid "R" +#: C/number-display.page:33(p) +msgid "Results are displayed as octal numbers" msgstr "" -#: mate-calc242.xml:628(para) -msgid "" -"Retrieves the current contents of memory register R2 " -"into the display area." -msgstr "" -"メモリレジスタ R2 の内容を表示領域に取り出します。" +#: C/number-display.page:36(p) +msgid "Hexadecimal" +msgstr "16 進法" -#: mate-calc242.xml:631(keycap) mate-calc242.xml:2197(keycap) -msgid "X" +#: C/number-display.page:37(p) +msgid "Results are displayed as hexadecimal numbers" msgstr "" -#: mate-calc242.xml:632(para) +#: C/number-display.page:40(p) msgid "" -"Exchanges the current value of the display area with the contents of memory " -"register R2." +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." msgstr "" -"表示領域内の値とメモリレジスタ R2 の内容を交換します。" - -#: mate-calc242.xml:640(title) -msgid "To Display ASCII Values" -msgstr "ASCII 値を表示する" -#: mate-calc242.xml:641(para) -msgid "" -"To display the ASCII value of a character, choose EditInsert ASCII Value." +#: C/mouse.page:9(title) +msgid "Using the Mouse" msgstr "" -"文字の ASCII 値を表示するには、「編集」「Insert ASCII Value」の順に" -"選択します。" - -#: mate-calc242.xml:646(para) -msgid "The Insert ASCII Value dialog is displayed." -msgstr "「Insert ASCII Value」ダイアログが表示されます。" -#: mate-calc242.xml:647(para) +#: C/mouse.page:11(p) msgid "" -"Enter the required character in the Character field, " -"and click on Insert. The ASCII value of that " -"character, in the current numeric base, appears in the display area. For " -"example, the ASCII value of B in decimal base is 66." +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the View menu." msgstr "" -"ASCII 値を表示する文字を「Character」フィールドに入力" -"し、「Insert」をクリックします。 指定した文字の ASCII " -"値が、現在の進法で表示領域に表示されます。 たとえば、B の ASCII 値は、10 進法" -"では 66 です。" -#: mate-calc242.xml:652(title) -msgid "To Perform Financial Calculations" -msgstr "財務上の計算の実行" +#: C/mouse.page:17(p) +msgid "Basic" +msgstr "「Basic」" -#: mate-calc242.xml:653(para) +#: C/mouse.page:18(p) msgid "" -"To change to Financial Mode, choose ViewFinancial Mode." -msgstr "" -"財務モードを変更するには、「表示」「Financial Mode」の順に選択" -"します。" - -#: mate-calc242.xml:659(para) -msgid "" -"When you change to Financial Mode, the following Financial Mode buttons are " -"displayed above the Basic Mode buttons:" -msgstr "" -"財務モードに変更すると、以下の 財務モードボタンが基本モードボタンの上に表示さ" -"れます。" - -#: mate-calc242.xml:663(title) -msgid "mate-calc Financial Mode Buttons" -msgstr "電卓 の財務モードボタン" - -#: mate-calc242.xml:670(phrase) -msgid "Shows mate-calc Financial Mode buttons." -msgstr "電卓 の財務モードボタンを表示します。" - -#: mate-calc242.xml:676(para) -msgid "" -"To perform financial calculations, use the buttons described in ." -msgstr "" -"財務上の計算を実行するには、 " -"に説明のあるボタンを使います。" - -#: mate-calc242.xml:679(title) -msgid "Performing Financial Calculations" -msgstr "財務上の計算の実行" - -#: mate-calc242.xml:702(para) mate-calc242.xml:2121(para) -msgid "Compounding Term" -msgstr "複利計算期" - -#: mate-calc242.xml:703(guibutton) mate-calc242.xml:2120(guibutton) -msgid "Ctrm" -msgstr "" - -#: mate-calc242.xml:704(para) -msgid "" -"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." -msgstr "" -"投資した現在価値 pv を複利計算期ごとの固定利率 " -"int で将来価値 fv に増" -"やすために必要な複利計算期を計算します。" - -#: mate-calc242.xml:705(para) mate-calc242.xml:745(para) -#: mate-calc242.xml:794(para) mate-calc242.xml:835(para) -#: mate-calc242.xml:875(para) mate-calc242.xml:917(para) -#: mate-calc242.xml:959(para) mate-calc242.xml:1001(para) -#: mate-calc242.xml:1050(para) -msgid "This function uses the following memory registers:" -msgstr "この機能は、以下のメモリレジスタを使用します。" - -#: mate-calc242.xml:708(term) mate-calc242.xml:724(term) -#: mate-calc242.xml:748(term) mate-calc242.xml:769(term) -#: mate-calc242.xml:797(term) mate-calc242.xml:814(term) -#: mate-calc242.xml:838(term) mate-calc242.xml:854(term) -#: mate-calc242.xml:878(term) mate-calc242.xml:896(term) -#: mate-calc242.xml:920(term) mate-calc242.xml:937(term) -#: mate-calc242.xml:962(term) mate-calc242.xml:979(term) -#: mate-calc242.xml:1004(term) mate-calc242.xml:1025(term) -#: mate-calc242.xml:1053(term) mate-calc242.xml:1070(term) -msgid "Register 0" -msgstr "レジスタ 0" - -#: mate-calc242.xml:709(para) mate-calc242.xml:802(para) -#: mate-calc242.xml:843(para) mate-calc242.xml:883(para) -#: mate-calc242.xml:1062(para) -msgid "int, the periodic interest rate" -msgstr "int。定期利率" - -#: mate-calc242.xml:712(term) mate-calc242.xml:728(term) -#: mate-calc242.xml:752(term) mate-calc242.xml:773(term) -#: mate-calc242.xml:801(term) mate-calc242.xml:818(term) -#: mate-calc242.xml:842(term) mate-calc242.xml:858(term) -#: mate-calc242.xml:882(term) mate-calc242.xml:900(term) -#: mate-calc242.xml:924(term) mate-calc242.xml:941(term) -#: mate-calc242.xml:966(term) mate-calc242.xml:983(term) -#: mate-calc242.xml:1008(term) mate-calc242.xml:1029(term) -#: mate-calc242.xml:1057(term) mate-calc242.xml:1074(term) -msgid "Register 1" -msgstr "レジスタ 1" - -#: mate-calc242.xml:713(para) mate-calc242.xml:921(para) -#: mate-calc242.xml:1058(para) -msgid "fv, the future value" -msgstr "fv。将来価値" - -#: mate-calc242.xml:716(term) mate-calc242.xml:732(term) -#: mate-calc242.xml:756(term) mate-calc242.xml:777(term) -#: mate-calc242.xml:805(term) mate-calc242.xml:822(term) -#: mate-calc242.xml:846(term) mate-calc242.xml:862(term) -#: mate-calc242.xml:886(term) mate-calc242.xml:904(term) -#: mate-calc242.xml:928(term) mate-calc242.xml:945(term) -#: mate-calc242.xml:970(term) mate-calc242.xml:987(term) -#: mate-calc242.xml:1012(term) mate-calc242.xml:1033(term) -#: mate-calc242.xml:1061(term) mate-calc242.xml:1078(term) -msgid "Register 2" -msgstr "レジスタ 2" - -#: mate-calc242.xml:717(para) mate-calc242.xml:925(para) -msgid "pv, the present value" -msgstr "pv。現在価値" - -#: mate-calc242.xml:721(para) -msgid "" -"You have just deposited $8000 in an account that pays an annual interest " -"rate of 9%, compounded monthly. Given the annual interest rate, you " -"determine that the monthly interest rate is 0.09 / 12 = 0.0075. To calculate " -"the time period necessary to double your investment, put the following " -"values into the first three memory registers:" -msgstr "" -"$8000 を年利 9% で毎月利率のつく口座に預けたとします。年利から計算すると、月" -"利は 0.09 / 12 = 0.0075 となります。投資額が 2 倍になるまでの期間を計算するに" -"は、以下の値を最初の 3 つのメモリレジスタに入力します。" - -#: mate-calc242.xml:725(para) -msgid "0.0075" -msgstr "" - -#: mate-calc242.xml:729(para) -msgid "16000" -msgstr "" - -#: mate-calc242.xml:733(para) mate-calc242.xml:770(para) -#: mate-calc242.xml:980(para) mate-calc242.xml:1026(para) -msgid "8000" -msgstr "" - -#: mate-calc242.xml:736(para) -msgid "Click on Ctrm." -msgstr "「Ctrm」をクリックします。" - -#: mate-calc242.xml:737(para) -msgid "92.77" -msgstr "" - -#: mate-calc242.xml:738(para) -msgid "The investment doubles in value in 92.77 months." -msgstr "投資は、92.77 か月後に倍になります。" - -#: mate-calc242.xml:741(para) mate-calc242.xml:2055(para) -msgid "Double-Declining Depreciation" -msgstr "2 倍定率法による減価償却" - -#: mate-calc242.xml:742(guibutton) mate-calc242.xml:2054(guibutton) -msgid "Ddb" -msgstr "" - -#: mate-calc242.xml:743(para) -msgid "" -"Calculates the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "2 倍定率法を使用した場合の指定期間内の資産の減価償却費を計算します。" - -#: mate-calc242.xml:749(para) mate-calc242.xml:963(para) -#: mate-calc242.xml:1005(para) -msgid "cost, the amount paid for the asset" -msgstr "cost。その資産に支払った金額" - -#: mate-calc242.xml:753(para) mate-calc242.xml:967(para) -#: mate-calc242.xml:1009(para) -msgid "" -"salvage, the value of the asset at the end of its " -"life" -msgstr "" -"salvage。耐用年数が終わったときのその資産の価値" - -#: mate-calc242.xml:757(para) mate-calc242.xml:971(para) -#: mate-calc242.xml:1013(para) -msgid "life, the useful life of the asset" -msgstr "life。その資産の耐用年数" - -#: mate-calc242.xml:760(term) mate-calc242.xml:781(term) -#: mate-calc242.xml:1016(term) mate-calc242.xml:1037(term) -msgid "Register 3" -msgstr "レジスタ 3" - -#: mate-calc242.xml:761(para) mate-calc242.xml:1017(para) -msgid "" -"period, the time period for depreciation allowance" -msgstr "period。減価償却費を計算する期間" - -#: mate-calc242.xml:765(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the double-" -"declining balance method, put the following values into the first four " -"memory registers:" -msgstr "" -"$8000 のオフィス機器を購入したとします。 このマシンの耐用年数は、6 年です。6 " -"年後の残存価額は、$900 です。 2 倍定率法を使用して、4 年目の減価償却費を計算" -"するには、以下の値を最初の 4 つのメモリレジスタに入力します。" - -#: mate-calc242.xml:774(para) mate-calc242.xml:984(para) -#: mate-calc242.xml:1030(para) -msgid "900" -msgstr "" - -#: mate-calc242.xml:785(para) -msgid "Click on Ddb." -msgstr "「Ddb」をクリックします。" - -#: mate-calc242.xml:786(para) -msgid "790.12" -msgstr "" - -#: mate-calc242.xml:787(para) -msgid "The depreciation expense for the fourth year is $790.12." -msgstr "4 年目の減価償却費は、 $790.12 です。" - -#: mate-calc242.xml:790(para) mate-calc242.xml:2193(para) -msgid "Future Value" -msgstr "将来値" - -#: mate-calc242.xml:791(guibutton) mate-calc242.xml:2192(guibutton) -msgid "Fv" -msgstr "" - -#: mate-calc242.xml:792(para) -msgid "" -"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." -msgstr "" -"pmt ずつ、定期利率 int " -"で、契約の支払回数、元利均等支払方式で支払った投資の将来価値を計算します。" - -#: mate-calc242.xml:798(para) mate-calc242.xml:879(para) -#: mate-calc242.xml:1054(para) -msgid "pmt, the periodic payment" -msgstr "pmt。定期支払額" - -#: mate-calc242.xml:806(para) mate-calc242.xml:887(para) -msgid "n, the number of periods" -msgstr "n。回数" - -#: mate-calc242.xml:810(para) -msgid "" -"You plan to deposit $4000 in a bank account on the last day of each year for " -"the next 20 years. The account pays 8% interest, compounded annually. " -"Interest is paid on the last day of each year. To calculate the value of " -"your account in 20 years, put the following values into the first three " -"memory registers:" -msgstr "" -"これから 20 年間、毎年末に $4000 を銀行口座に預ける計画だとします。口座の利率" -"は 8% で、毎年足されていきます。Interest is paid on the last day of each " -"year. 20 年後の口座の価値を計算するには、以下の値を最初の 3 つのメモリレジス" -"タに入力します。" - -#: mate-calc242.xml:815(para) -msgid "4000" -msgstr "" - -#: mate-calc242.xml:819(para) -msgid "0.08" -msgstr "" - -#: mate-calc242.xml:823(para) mate-calc242.xml:905(para) -#: mate-calc242.xml:1890(para) -msgid "20" -msgstr "" - -#: mate-calc242.xml:826(para) -msgid "Click on Fv." -msgstr "「Fv」をクリックします。" - -#: mate-calc242.xml:827(para) -msgid "183047.86" -msgstr "" - -#: mate-calc242.xml:828(para) -msgid "At the end of 20 years, the value of the account is $183,047.86." -msgstr "20 年後の口座の価値は、$183,047.86 になります。" - -#: mate-calc242.xml:831(para) mate-calc242.xml:2139(para) -msgid "Periodic Payment" -msgstr "定期払い込み" - -#: mate-calc242.xml:832(guibutton) mate-calc242.xml:2138(guibutton) -msgid "Pmt" -msgstr "" - -#: mate-calc242.xml:833(para) -msgid "" -"Calculates the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "各返済期間の末日に支払が行われるローンの定期払い込み額を計算します。" - -#: mate-calc242.xml:839(para) -msgid "prin, the principal" -msgstr "prin。元金" - -#: mate-calc242.xml:847(para) mate-calc242.xml:929(para) -msgid "n, the term" -msgstr "n。期間" - -#: mate-calc242.xml:851(para) -msgid "" -"You are considering a $120,000 mortgage for 30 years at an annual interest " -"rate of 11.0%. Given the annual interest rate, you determine that the " -"monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * 12 = 360 " -"months. To calculate the monthly repayment for this mortgage, put the " -"following values into the first three memory registers:" -msgstr "" -"年利 11.0% で 30 年間の $120,000 のローンを考えているとします。年利から計算す" -"ると、月利は 0.11 / 12 = 0.00917 となります。期間は、30 * 12 = 360 か月です。" -"このローンの毎月の支払額を計算するには、以下の値を最初の 3 つのメモリレジスタ" -"に入力します。" - -#: mate-calc242.xml:855(para) mate-calc242.xml:1075(para) -msgid "120000" -msgstr "" - -#: mate-calc242.xml:859(para) -msgid "0.00917" -msgstr "" - -#: mate-calc242.xml:863(para) -msgid "360" -msgstr "" - -#: mate-calc242.xml:866(para) -msgid "Click on Pmt." -msgstr "「Pmt」をクリックします。" - -#: mate-calc242.xml:867(para) -msgid "1143.15" -msgstr "" - -#: mate-calc242.xml:868(para) -msgid "The monthly repayment is $1143.15." -msgstr "毎月の返済金は、$1143.15 です。" - -#: mate-calc242.xml:871(para) mate-calc242.xml:2145(para) -msgid "Present Value" -msgstr "現在値" - -#: mate-calc242.xml:872(guibutton) mate-calc242.xml:2144(guibutton) -msgid "Pv" -msgstr "" - -#: mate-calc242.xml:873(para) -msgid "" -"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." -msgstr "" -"pmt ずつ、契約の支払回数、元利均等支払方式で支払わ" -"れ、定期利率 int が差し引かれる投資の現在価値を計" -"算します。" - -#: mate-calc242.xml:891(para) -msgid "" -"You have just won a million dollars. The prize is awarded in 20 annual " -"payments of $50,000 each. Annual payments are received at the end of each " -"year. If you were to accept the annual payments of $50,000, you would invest " -"the money at a rate of 9%, compounded annually." -msgstr "" -"100 万ドルが当たったとします。賞金は、毎年 $50,000、20 年払いで支払われます。" -"その年の支払額は、毎年末に受け取ります。毎年 $50,000 を受け取る場合は、そのお" -"金を毎年足されていく利率 9% の投資に使います。" - -#: mate-calc242.xml:892(para) -msgid "" -"However, you are given the option of receiving a single lump-sum payment of " -"$400,000 instead of the million dollars annuity. To calculate which option " -"is worth more in today's dollars, put the following values into the first " -"three memory registers:" -msgstr "" -"100 万ドルではなく、$400,000 を一括で受け取るオプションもあります。 現在の価" -"値ではどちらのオプションが得かを計算するには、以下の値を最初の 3 つのメモリレ" -"ジスタに入力します。" - -#: mate-calc242.xml:897(para) -msgid "50000" -msgstr "" - -#: mate-calc242.xml:901(para) -msgid "0.09" -msgstr "" - -#: mate-calc242.xml:908(para) -msgid "Click on Pv." -msgstr "" - -#: mate-calc242.xml:909(para) -msgid "456427.28" -msgstr "" - -#: mate-calc242.xml:910(para) -msgid "" -"The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -msgstr "20 年間で支払われる $1,000,000 の今の価値は、$456,427.28 です。" - -#: mate-calc242.xml:913(para) mate-calc242.xml:2175(para) -msgid "Periodic Interest Rate" -msgstr "定期利率" - -#: mate-calc242.xml:914(guibutton) mate-calc242.xml:2174(guibutton) -msgid "Rate" -msgstr "" - -#: mate-calc242.xml:915(para) -msgid "" -"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." -msgstr "" -"現在価値 pv の投資を term 内の複利計算期で将来価値 fv に増やす" -"ために必要な定期利率を計算します。" - -#: mate-calc242.xml:933(para) -msgid "" -"You have invested $20,000 in a bond. The bond matures in five years, and has " -"a maturity value of $30,000. Interest is compounded monthly. The term is 5 * " -"12 = 60 months. To calculate the periodic interest rate for this investment, " -"put the following values into the first three memory registers:" -msgstr "" -"$20,000 を公債に投資したとします。満期は 5 年後で、満期における価額は " -"$30,000 です。 利息は毎月足されていきます。期間は、5 * 12 = 60 か月です。 こ" -"の投資の定期利率を計算するには、以下の値を最初の 3 つのメモリレジスタに入力し" -"ます。" - -#: mate-calc242.xml:938(para) -msgid "30000" -msgstr "" - -#: mate-calc242.xml:942(para) -msgid "20000" -msgstr "" - -#: mate-calc242.xml:946(para) mate-calc242.xml:1346(para) -msgid "60" -msgstr "" - -#: mate-calc242.xml:949(para) -msgid "Click on Rate." -msgstr "「Rate」をクリックします。" - -#: mate-calc242.xml:950(para) -msgid ".00678" -msgstr "" - -#: mate-calc242.xml:951(para) -msgid "" -"The monthly interest rate is 0.678%. The annual interest rate is 0.678% * 12 " -"= 8.14%." -msgstr "月利は、0.678% です。 年利は、0.678% * 12 = 8.14% です。" - -#: mate-calc242.xml:955(para) mate-calc242.xml:2115(para) -msgid "Straight-Line Depreciation" -msgstr "定額償却" - -#: mate-calc242.xml:956(guibutton) mate-calc242.xml:2114(guibutton) -msgid "Sln" -msgstr "" - -#: mate-calc242.xml:957(para) -msgid "" -"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." -msgstr "" -"ある期間の資産の定額償却を計算します。定額償却費は、cost - salvage です。 定額償却方式では、減" -"価償却資産原価を資産の耐用年数間で均等に割ります。耐用年数は、資産が減価償却" -"が行われる期間で、年数の場合が一般的です。" - -#: mate-calc242.xml:975(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the yearly depreciation expense, using the straight-line method, " -"put the following values into the first three memory registers:" -msgstr "" -"$8000 のオフィス機器を購入したとします。 このマシンの耐用年数は、6 年です。6 " -"年後の残存価額は、$900 です。 直線法を用いて年間の減価償却費を計算するには、" -"以下の値を最初の 3 つのメモリレジスタに入力します。" - -#: mate-calc242.xml:991(para) -msgid "Click on Sln." -msgstr "「Sln」をクリックします。" - -#: mate-calc242.xml:992(para) -msgid "1183.33" -msgstr "" - -#: mate-calc242.xml:993(para) -msgid "The yearly depreciation expense is $1183.33." -msgstr "毎年の償却費は、$1183.33 です。" - -#: mate-calc242.xml:996(para) mate-calc242.xml:2205(para) -msgid "Sum-Of-The-Years'-Digits Depreciation" -msgstr "算術級数法による減価償却" - -#: mate-calc242.xml:997(guibutton) mate-calc242.xml:2204(guibutton) -msgid "Syd" -msgstr "" - -#: mate-calc242.xml:998(para) -msgid "" -"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. The depreciable cost is " -"cost - salvage. The " -"useful life is the number of periods, typically years, over which an asset " -"is depreciated." -msgstr "" -"算術級数法を使用した場合の指定期間内の資産の減価償却費を計算します。この減価" -"償却法では、初期により多くの償却を行うことで、償却を速めることができます。 定" -"額償却費は、cost - salvage です。 耐用年数は、資産が減価償却が行われる期間で、年数の場合が" -"一般的です。" - -#: mate-calc242.xml:1021(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the sum-of-the-" -"years'-digits method, put the following values into the first four memory " -"registers:" -msgstr "" -"$8000 のオフィス機器を購入したとします。 このマシンの耐用年数は、6 年です。6 " -"年後の残存価額は、$900 です。 算術級数法を使用して、4 年目の減価償却費を計算" -"するには、以下の値を最初の 4 つのメモリレジスタに入力します。" - -#: mate-calc242.xml:1041(para) -msgid "Click on Syd." -msgstr "「Syd」をクリックします。" - -#: mate-calc242.xml:1042(para) -msgid "1014.29" -msgstr "" - -#: mate-calc242.xml:1043(para) -msgid "The depreciation expense for the fourth year is $1014.29." -msgstr "4 年目の減価償却費は、 $1014.29 です。" - -#: mate-calc242.xml:1046(para) mate-calc242.xml:2181(para) -msgid "Payment Period" -msgstr "支払期間" - -#: mate-calc242.xml:1047(guibutton) mate-calc242.xml:2180(guibutton) -msgid "Term" -msgstr "" - -#: mate-calc242.xml:1048(para) -msgid "" -"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." -msgstr "" -"定期利率 int で、将来価値 fv を達成するために、普通年金期間内で必要な支払期間を計算します。各" -"回の支払額は、pmt です。" - -#: mate-calc242.xml:1066(para) -msgid "" -"You plan to deposit $1800 in a bank account on the last day of each year. " -"The account pays 11% interest, compounded annually. Interest is paid on the " -"last day of each year. To calculate the time period necessary to accumulate " -"$120,000, put the following values into the first three memory registers:" -msgstr "" -"毎年の最後の日に、銀行口座に1800 ドル貯金します。口座の利率は 11% で、毎年足" -"されていきます。利子は毎年の再度の日に支払われます。 $120,000 貯まるまでの期" -"間を計算するには、以下の値を最初の 3 つのメモリレジスタに入力します。" - -#: mate-calc242.xml:1071(para) -msgid "1800" -msgstr "" - -#: mate-calc242.xml:1079(para) -msgid "0.11" -msgstr "" - -#: mate-calc242.xml:1082(para) -msgid "Click on Term." -msgstr "「Term」をクリックします。" - -#: mate-calc242.xml:1083(para) -msgid "20.32" -msgstr "" - -#: mate-calc242.xml:1084(para) -msgid "$120,000 accumulates in the account in 20.32 years." -msgstr "口座に $120,000 貯まるのは、20.32 年後です。" - -#: mate-calc242.xml:1092(title) -msgid "To Perform Scientific Calculations" -msgstr "科学技術計算を実行する" - -#: mate-calc242.xml:1093(para) -msgid "" -"To change to Scientific Mode, choose ViewScientific Mode." -msgstr "" -"科学モードを変更するには、「表示」「Scientific Mode」の順に選択" -"します。" - -#: mate-calc242.xml:1099(para) -msgid "" -"When you change to Scientific Mode, the following Scientific Mode buttons " -"are displayed above the Basic Mode buttons:" -msgstr "" -"科学モードに変更すると、以下の科学モードボタンが基本モードボタンの上に表示さ" -"れます。" - -#: mate-calc242.xml:1103(title) -msgid "mate-calc Scientific Mode Buttons" -msgstr "電卓 の科学モードボタン" - -#: mate-calc242.xml:1110(phrase) -msgid "Shows mate-calc Scientific Mode buttons." -msgstr "電卓 科学モードボタンを表示します。" - -#: mate-calc242.xml:1117(title) -msgid "To Set the Accuracy" -msgstr "精度を設定する" - -#: mate-calc242.xml:1118(para) -msgid "" -"To set the accuracy of the display area and of the memory registers, click " -"on Acc, and select from the popup menu the accuracy " -"level that you require. The current accuracy level is indicated by a " -"preceding black circle in the popup menu. Up to 9 significant places can be " -"displayed. The default accuracy is 9 significant places." -msgstr "" -"表示領域およびメモリレジスタの精度を設定するには、「Acc」をクリックし、ポップアップメニューから精度レベルを選択します。ポッ" -"プアップメニューの現在の精度レベルの前には、黒い丸がつけられています。小数点" -"以下 9 桁までを表示できます。デフォルトの精度は、小数点以下 9 桁です。" - -#: mate-calc242.xml:1119(para) -msgid "" -"By default, trailing zeroes are not shown. To display trailing zeroes, click " -"on Acc and select Show Trailing Zeroes from the popup menu, or choose ViewShow Trailing Zeroes. A " -"preceding tick in the Acc popup menu or " -"View menu indicates that the Show Trailing " -"Zeroes option has been selected. To hide trailing zeroes, choose " -"ViewShow Trailing Zeroes again." -msgstr "" -"デフォルトでは、後続の 0 は表示されていません。後続の 0 を表示するには、" -"「Acc」 をクリックし、ポップアップメニューから" -"「Show Trailing Zeroes」を選択するか、または" -"「表示」「Show Trailing Zeroes」" -"の順に選択します。 「Acc」" -"ポップアップメニューまたは「表示」メニューの前のチェック" -"は、「Show Trailing Zeroes」オプションが選択されているこ" -"とを表しています。後続の 0 を非表示にするには、再度「表" -"示」「Show Trailing Zeroes」の順に選択します。" - -#: mate-calc242.xml:1120(para) -msgid "" -"The examples in the following table show how the accuracy setting affects " -"x in the display area, when you use decimal base, " -"with the Show Trailing Zeroes option selected, " -"for the 1 / 8 = x calculation:" -msgstr "" -"以下の表の例は、10 進法を使用し、「Show Trailing Zeroes」オプションを選択している場合に、1 / 8 = x の計算で、精度設定がどのように表示領域の " -"x に影響するかを例示しています。" - -#: mate-calc242.xml:1128(para) mate-calc242.xml:1952(link) -#: mate-calc242.xml:2025(para) -msgid "Accuracy" -msgstr "精度" - -#: mate-calc242.xml:1135(para) -msgid "1 significant place" -msgstr "小数点以下 1 桁" - -#: mate-calc242.xml:1139(para) -msgid "2 significant places" -msgstr "小数点以下 2 桁" - -#: mate-calc242.xml:1140(para) -msgid "1.25" -msgstr "" - -#: mate-calc242.xml:1143(para) -msgid "3 significant places" -msgstr "小数点以下 3 桁" - -#: mate-calc242.xml:1144(para) -msgid "1.250" -msgstr "" - -#: mate-calc242.xml:1151(title) -msgid "To Set the Numeric Base" -msgstr "基数を設定する" - -#: mate-calc242.xml:1152(para) -msgid "" -"To set the numeric base, select one of the buttons described in ." -msgstr "" -"基数を選択するには、 に説明のあるボ" -"タンの 1 つを選択します。" - -#: mate-calc242.xml:1154(title) -msgid "Setting the Numeric Base" -msgstr "基数の設定" - -#: mate-calc242.xml:1171(para) -msgid "Binary Base" -msgstr "基数 2" - -#: mate-calc242.xml:1172(guibutton) mate-calc242.xml:2401(para) -msgid "Bin" -msgstr "" - -#: mate-calc242.xml:1173(para) -msgid "Sets the numeric base to binary, that is, base 2." -msgstr "基数が 2 の 2 進数に設定します。" - -#: mate-calc242.xml:1176(para) -msgid "Octal Base" -msgstr "基数 8" - -#: mate-calc242.xml:1177(guibutton) mate-calc242.xml:2437(para) -msgid "Oct" -msgstr "" - -#: mate-calc242.xml:1178(para) -msgid "Sets the numeric base to octal, that is, base 8." -msgstr "基数が 8 の 8 進数に設定します。" - -#: mate-calc242.xml:1181(para) -msgid "Decimal Base" -msgstr "基数 10" - -#: mate-calc242.xml:1182(guibutton) mate-calc242.xml:2407(para) -msgid "Dec" -msgstr "" - -#: mate-calc242.xml:1183(para) -msgid "" -"Sets the numeric base to decimal, that is, base 10. Decimal is the default " -"numeric base. If you change from Scientific Mode to either Basic Mode or " -"Financial Mode, mate-calc automatically sets the " -"numeric base to decimal." -msgstr "" -"基数が 10 の 10 進数に設定します。デフォルトの基数は、10 です。科学モードから" -"基本モードまたは財務モードに変更すると、基数は 電卓 によって自動的に 10 進数に設定されます。" - -#: mate-calc242.xml:1186(para) -msgid "Hexadecimal Base" -msgstr "16 進数" - -#: mate-calc242.xml:1187(guibutton) mate-calc242.xml:2455(para) -msgid "Hex" -msgstr "" - -#: mate-calc242.xml:1188(para) -msgid "Sets the numeric base to hexadecimal, that is, base 16." -msgstr "基数が 16 の 16 進数に設定します。" - -#: mate-calc242.xml:1195(title) -msgid "To Set the Display Type" -msgstr "表示タイプを設定する" - -#: mate-calc242.xml:1196(para) -msgid "" -"To set the display type, select one of the buttons described in ." -msgstr "" -"表示タイプを設定するには、 に説" -"明のあるボタンの 1 つを選択します。" - -#: mate-calc242.xml:1198(title) -msgid "Setting the Display Type" -msgstr "表示タイプの設定" - -#: mate-calc242.xml:1215(para) -msgid "Engineering Display Type" -msgstr "エンジニアリング用表示タイプ" - -#: mate-calc242.xml:1216(guibutton) mate-calc242.xml:2431(para) -msgid "Eng" -msgstr "" - -#: mate-calc242.xml:1217(para) -msgid "" -"Sets the display type to Engineering format. Results are displayed in " -"scientific notation. The exponent is always a multiple of three." -msgstr "" -"表示タイプをエンジニアリング形式に設定します。結果は、科学的表記で表示されま" -"す。指数は常に 3 の倍数になります。" - -#: mate-calc242.xml:1220(para) -msgid "Fixed-Point Display Type" -msgstr "固定小数点表示タイプ" - -#: mate-calc242.xml:1221(guibutton) mate-calc242.xml:2413(para) -msgid "Fix" -msgstr "" - -#: mate-calc242.xml:1222(para) -msgid "" -"Sets the display type to Fixed-Point format. Results are not displayed in " -"scientific notation. Fixed-Point is the default display type. If you change " -"from Scientific Mode to either Basic Mode or Financial Mode, " -"mate-calc automatically sets the display type to " -"Fixed-Point format." -msgstr "" -"表示タイプを固定小数点形式に設定します。結果は、科学的表記では表示されませ" -"ん。デフォルトは、固定小数点表示タイプです。科学モードから基本モードまたは財" -"務モードに変更すると、表示タイプは 電卓 によって自" -"動的に固定小数点形式に設定されます。" - -#: mate-calc242.xml:1225(para) -msgid "Scientific Display Type" -msgstr "科学的表示タイプ" - -#: mate-calc242.xml:1226(guibutton) mate-calc242.xml:2449(para) -msgid "Sci" -msgstr "" - -#: mate-calc242.xml:1227(para) -msgid "" -"Sets the display type to Scientific format. Results are displayed in " -"scientific notation, with a fixed number of numeric digits." -msgstr "" -"表示タイプを科学的形式に設定します。結果は科学的表記で表示され、数値の桁数は" -"固定されています。" - -#: mate-calc242.xml:1234(title) -msgid "To Set the Trigonometric Type" -msgstr "三角関数のタイプを設定する" - -#: mate-calc242.xml:1235(para) -msgid "" -"To set the trigonometric type, select one of the buttons described in ." -msgstr "" -"三角関数のタイプを選択するには、 " -"に説明のあるボタンの 1 つを選択します。" - -#: mate-calc242.xml:1237(title) -msgid "Setting the Trigonometric Type" -msgstr "三角関数のタイプの設定" - -#: mate-calc242.xml:1254(para) mate-calc242.xml:1255(guibutton) -#: mate-calc242.xml:2419(para) -msgid "Degrees" -msgstr "度数" - -#: mate-calc242.xml:1256(para) -msgid "" -"Sets the trigonometric type to Degrees. Degrees is the default trigonometric " -"type." -msgstr "" -"三角関数のタイプを度数に設定します。デフォルトの三角関数のタイプは、度数で" -"す。" - -#: mate-calc242.xml:1259(para) mate-calc242.xml:1260(guibutton) -#: mate-calc242.xml:2395(para) -msgid "Gradients" -msgstr "傾斜" - -#: mate-calc242.xml:1261(para) -msgid "Sets the trigonometric type to Gradients." -msgstr "三角関数のタイプを傾斜に設定します。" - -#: mate-calc242.xml:1264(para) mate-calc242.xml:1265(guibutton) -#: mate-calc242.xml:2443(para) -msgid "Radians" -msgstr "ラジアン" - -#: mate-calc242.xml:1266(para) -msgid "Sets the trigonometric type to Radians." -msgstr "三角関数のタイプをラジアンに設定します。" - -#: mate-calc242.xml:1273(title) -msgid "To Set the Trigonometric Options" -msgstr "三角関数オプションを設定する" - -#: mate-calc242.xml:1274(para) -msgid "" -"To set the trigonometric options, use the options described in ." -msgstr "" -"三角関数オプションを設定するには、 に説明のあるオプションを使います。" - -#: mate-calc242.xml:1276(title) -msgid "Setting the Trigonometric Options" -msgstr "三角関数オプションの設定" - -#: mate-calc242.xml:1293(para) -msgid "Hyperbolic Option Indicator" -msgstr "双曲線オプションインジケータ" - -#: mate-calc242.xml:1294(guibutton) mate-calc242.xml:2461(para) -msgid "Hyp" -msgstr "" - -#: mate-calc242.xml:1295(para) -msgid "Selects the hyperbolic option for use with the trigonometric functions." -msgstr "三角関数機能と一緒に双曲線オプションを使用します。" - -#: mate-calc242.xml:1298(para) -msgid "Inverse Option Indicator" -msgstr "反転オプションインジケータ" - -#: mate-calc242.xml:1299(guibutton) mate-calc242.xml:2425(para) -msgid "Inv" -msgstr "" - -#: mate-calc242.xml:1300(para) -msgid "Selects the inverse option for use with the trigonometric functions." -msgstr "三角関数機能と一緒に反転オプションを使用します。" - -#: mate-calc242.xml:1305(para) -msgid "" -"By default, the options described in are not selected. Click Clr to deselect " -"these options." -msgstr "" -"デフォルトでは、 に説明のあるオ" -"プションは選択されていません。これらのオプションの選択を解除するには、" -"「Clr」をクリックします。" - -#: mate-calc242.xml:1309(title) -msgid "To Calculate Trigonometric Values" -msgstr "三角関数を計算する" - -#: mate-calc242.xml:1310(para) -msgid "" -"To calculate trigonometric values, use the buttons described in ." -msgstr "" -"三角関数の値を計算するには、 に説" -"明のあるボタンを使います。" - -#: mate-calc242.xml:1312(title) -msgid "Calculating Trigonometric Values" -msgstr "三角関数の計算" - -#: mate-calc242.xml:1335(para) -msgid "Cosine cos" -msgstr "余弦曲線cos" - -#: mate-calc242.xml:1336(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"「Cos」「Hyp」" -"「Inv」オプションは選択されていません。" - -#: mate-calc242.xml:1337(para) -msgid "Calculates the cosine of the current value in the display area." -msgstr "表示領域内の値の余弦曲線を計算します。" - -#: mate-calc242.xml:1338(para) -msgid "60 Cos" -msgstr "" - -#: mate-calc242.xml:1339(para) -msgid "0.5" -msgstr "" - -#: mate-calc242.xml:1342(para) -msgid "Arc Cosine acos" -msgstr "余弦曲線弧acos" - -#: mate-calc242.xml:1343(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option selected" -msgstr "" -"「Cos」「Hyp」オプションは選択" -"されておらず、「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1344(para) -msgid "Calculates the arc cosine of the current value in the display area." -msgstr "表示領域内の値の余弦曲線弧を計算します。" - -#: mate-calc242.xml:1345(para) -msgid "0.5 InvCos" -msgstr "" - -#: mate-calc242.xml:1349(para) -msgid "Hyperbolic Cosine cosh" -msgstr "双曲線余弦曲線cosh" - -#: mate-calc242.xml:1350(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option not selected" -msgstr "" -"「Cos」「Hyp」オプションは選択" -"されておらず、「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1351(para) -msgid "" -"Calculates the hyperbolic cosine of the current value in the display area." -msgstr "表示領域内の値の双曲線余弦曲線を計算します。" - -#: mate-calc242.xml:1352(para) -msgid "0.4 HypCos" -msgstr "" - -#: mate-calc242.xml:1353(para) -msgid "1.081072372" -msgstr "" - -#: mate-calc242.xml:1356(para) -msgid "Arc Hyperbolic Cosine acosh" -msgstr "双曲線余弦曲線弧acosh" - -#: mate-calc242.xml:1357(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option selected" -msgstr "" -"「Cos」「Hyp」オプションと" -"「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1358(para) -msgid "" -"Calculates the arc hyperbolic cosine of the current value in the display " -"area." -msgstr "表示領域内の値の双曲線余弦曲線弧を計算します。" - -#: mate-calc242.xml:1359(para) -msgid "" -"1.6 HypInvCos" -msgstr "" - -#: mate-calc242.xml:1360(para) -msgid "1.046967915" -msgstr "" - -#: mate-calc242.xml:1363(para) -msgid "Sine sin" -msgstr "正弦曲線sin" - -#: mate-calc242.xml:1364(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"「Sin」「Hyp」" -"「Inv」オプションは選択されていません。" - -#: mate-calc242.xml:1365(para) -msgid "Calculates the sine of the current value in the display area." -msgstr "表示領域内の値の正弦曲線を計算します。" - -#: mate-calc242.xml:1366(para) -msgid "90 Sin" -msgstr "" - -#: mate-calc242.xml:1370(para) -msgid "Arc Sine asin" -msgstr "正弦曲線弧asin" - -#: mate-calc242.xml:1371(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option selected" -msgstr "" -"「Sin」「Hyp」オプションは選択" -"されておらず、「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1372(para) -msgid "Calculates the arc sine of the current value in the display area." -msgstr "表示領域内の値の正弦曲線弧を計算します。" - -#: mate-calc242.xml:1373(para) -msgid "1 InvSin" -msgstr "" - -#: mate-calc242.xml:1374(para) -msgid "90" -msgstr "" - -#: mate-calc242.xml:1377(para) -msgid "Hyperbolic Sine sinh" -msgstr "双曲線正弦曲線sinh" - -#: mate-calc242.xml:1378(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option not selected" -msgstr "" -"「Sin」「Hyp」オプションは選択" -"されておらず、「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1379(para) -msgid "" -"Calculates the hyperbolic sine of the current value in the display area." -msgstr "表示領域内の値の双曲線正弦曲線を計算します。" - -#: mate-calc242.xml:1380(para) -msgid "0.4 HypSin" -msgstr "" - -#: mate-calc242.xml:1381(para) -msgid "0.410752326" -msgstr "" - -#: mate-calc242.xml:1384(para) -msgid "Arc Hyperbolic Sine asinh" -msgstr "双曲線正弦曲線弧asinh" - -#: mate-calc242.xml:1385(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option selected" -msgstr "" -"「Sin」「Hyp」オプションと" -"「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1386(para) -msgid "" -"Calculates the arc hyperbolic sine of the current value in the display area." -msgstr "表示領域内の値の双曲線正弦曲線弧を計算します。" - -#: mate-calc242.xml:1387(para) -msgid "" -"1.6 HypInvSin" -msgstr "" - -#: mate-calc242.xml:1388(para) -msgid "1.248983328" -msgstr "" - -#: mate-calc242.xml:1391(para) -msgid "Tangent tan" -msgstr "正接曲線tan" - -#: mate-calc242.xml:1392(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"「Tan」「Hyp」" -"「Inv」オプションは選択されていません。" - -#: mate-calc242.xml:1393(para) -msgid "Calculates the tangent of the current value in the display area." -msgstr "表示領域内の値の正接曲線を計算します。" - -#: mate-calc242.xml:1394(para) -msgid "45 Tan" -msgstr "" - -#: mate-calc242.xml:1398(para) -msgid "Arc Tangent atan" -msgstr "正接曲線弧atan" - -#: mate-calc242.xml:1399(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option selected" -msgstr "" -"「Tan」「Hyp」オプションは選択" -"されておらず、「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1400(para) -msgid "Calculates the arc tangent of the current value in the display area." -msgstr "表示領域内の値の正接曲線弧を計算します。" - -#: mate-calc242.xml:1401(para) -msgid "1 InvTan" -msgstr "" - -#: mate-calc242.xml:1402(para) -msgid "45" -msgstr "" - -#: mate-calc242.xml:1405(para) -msgid "Hyperbolic Tangent tanh" -msgstr "双曲線正接曲線tanh" - -#: mate-calc242.xml:1406(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option not selected" -msgstr "" -"「Tan」「Hyp」オプションは選択" -"されておらず、「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1407(para) -msgid "" -"Calculates the hyperbolic tangent of the current value in the display area." -msgstr "表示領域内の値の双曲線正接曲線を計算します。" - -#: mate-calc242.xml:1408(para) -msgid "0.6 HypTan" -msgstr "" - -#: mate-calc242.xml:1409(para) -msgid "0.537049567" -msgstr "" - -#: mate-calc242.xml:1412(para) -msgid "Arc Hyperbolic Tangent atanh" -msgstr "双曲線正接曲線弧atanh" - -#: mate-calc242.xml:1413(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option selected" -msgstr "" -"「Tan」「Hyp」オプションと" -"「Inv」オプションは選択されています。" - -#: mate-calc242.xml:1414(para) -msgid "" -"Calculates the arc hyperbolic tangent of the current value in the display " -"area." -msgstr "表示領域内の値の双曲線正接曲線弧を計算します。" - -#: mate-calc242.xml:1415(para) -msgid "" -"0.6 HypInvTan" -msgstr "" - -#: mate-calc242.xml:1416(para) -msgid "0.693147181" -msgstr "" - -#: mate-calc242.xml:1423(title) -msgid "To Calculate Logarithms" -msgstr "対数を計算する" - -#: mate-calc242.xml:1424(para) -msgid "" -"To calculate logarithms, use the buttons described in ." -msgstr "" -"対数を計算するには、 に説明のある" -"ボタンを使います。" - -#: mate-calc242.xml:1426(title) -msgid "Calculating Logarithms" -msgstr "対数の計算" - -#: mate-calc242.xml:1449(para) -msgid "Common Logarithm Base 10" -msgstr "常用対数の底 10" - -#: mate-calc242.xml:1450(guibutton) mate-calc242.xml:2084(guibutton) -msgid "Log" -msgstr "" - -#: mate-calc242.xml:1451(para) -msgid "" -"Calculates the common logarithm of the current value in the display area." -msgstr "表示領域内の値の常用対数を計算します。" - -#: mate-calc242.xml:1452(para) -msgid "10 Log" -msgstr "" - -#: mate-calc242.xml:1456(para) mate-calc242.xml:2127(para) -msgid "Natural Logarithm" -msgstr "自然対数" - -#: mate-calc242.xml:1457(guibutton) mate-calc242.xml:2126(guibutton) -msgid "Ln" -msgstr "" - -#: mate-calc242.xml:1458(para) -msgid "" -"Calculates the natural logarithm of the current value in the display area." -msgstr "表示領域内の値の自然対数を計算します。" - -#: mate-calc242.xml:1459(para) -msgid "10 Ln" -msgstr "" - -#: mate-calc242.xml:1460(para) -msgid "2.30" -msgstr "" - -#: mate-calc242.xml:1466(para) -msgid "" -"Common antilogarithm and natural antilogarithm are not supported in this " -"version of mate-calc." -msgstr "" -"一般真数と自然真数は 電卓 のこのバージョンではサ" -"ポートしていません。" - -#: mate-calc242.xml:1470(title) -msgid "To Perform Logical Calculations" -msgstr "論理演算を実行する" - -#: mate-calc242.xml:1471(para) -msgid "" -"To perform logical calculations, use the buttons described in ." -msgstr "" -"論理演算を実行するには、 に説明の" -"あるボタンを使います。" - -#: mate-calc242.xml:1473(title) -msgid "Performing Logical Calculations" -msgstr "論理演算の実行" - -#: mate-calc242.xml:1496(para) mate-calc242.xml:2337(para) -msgid "Logical OR" -msgstr "論理和" - -#: mate-calc242.xml:1497(guibutton) mate-calc242.xml:2336(guibutton) -msgid "Or" -msgstr "" - -#: mate-calc242.xml:1498(para) -msgid "" -"Performs a logical OR operation on the current value in the display area and " -"the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これらの" -"論理和をとります。" - -#: mate-calc242.xml:1499(para) -msgid "10001000 Or 00010001" -msgstr "" - -#: mate-calc242.xml:1500(para) -msgid "10011001" -msgstr "" - -#: mate-calc242.xml:1503(para) mate-calc242.xml:2235(para) -msgid "Logical AND" -msgstr "論理積" - -#: mate-calc242.xml:1504(guibutton) mate-calc242.xml:2234(guibutton) -msgid "And" -msgstr "" - -#: mate-calc242.xml:1505(para) -msgid "" -"Performs a logical AND operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これらの" -"論理積をとります。" - -#: mate-calc242.xml:1506(para) -msgid "10101010 And 00110011" -msgstr "" - -#: mate-calc242.xml:1507(para) -msgid "00110011" -msgstr "" - -#: mate-calc242.xml:1510(para) mate-calc242.xml:2349(para) -msgid "Logical NOT" -msgstr "論理否定" - -#: mate-calc242.xml:1511(guibutton) mate-calc242.xml:2348(guibutton) -msgid "Not" -msgstr "" - -#: mate-calc242.xml:1512(para) -msgid "" -"Performs a logical NOT operation on the current value in the display area, " -"treating the number as an unsigned long integer." -msgstr "表示領域内の値を符号なしロング整数として扱い、この否定をとります。" - -#: mate-calc242.xml:1513(para) -msgid "1357ace Not" -msgstr "" - -#: mate-calc242.xml:1514(para) -msgid "FECA8531" -msgstr "" - -#: mate-calc242.xml:1517(para) mate-calc242.xml:2325(para) -msgid "Logical XOR" -msgstr "排他論理和" - -#: mate-calc242.xml:1518(guibutton) mate-calc242.xml:2324(guibutton) -msgid "Xor" -msgstr "" - -#: mate-calc242.xml:1519(para) -msgid "" -"Performs a logical XOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これらの" -"排他論理和をとります。" - -#: mate-calc242.xml:1520(para) -msgid "1100 Xor 1010" -msgstr "" - -#: mate-calc242.xml:1521(para) -msgid "110" -msgstr "" - -#: mate-calc242.xml:1524(para) mate-calc242.xml:2133(para) -msgid "Logical XNOR" -msgstr "排他的論理和の否定" - -#: mate-calc242.xml:1525(guibutton) mate-calc242.xml:2132(guibutton) -msgid "Xnor" -msgstr "" - -#: mate-calc242.xml:1526(para) -msgid "" -"Performs a logical XNOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これらの" -"排他論理和の否定をとります。" - -#: mate-calc242.xml:1527(para) -msgid "1100 Xnor 1010" -msgstr "" - -#: mate-calc242.xml:1528(para) -msgid "11111111111111111111111111111001" -msgstr "" - -#: mate-calc242.xml:1535(title) -msgid "To Enter Exponential Numbers" -msgstr "指数を入力する" - -#: mate-calc242.xml:1536(para) -msgid "" -"To enter exponential numbers, use the Exp button." -msgstr "指数を入力するには、「Exp」ボタンを使用します。" - -#: mate-calc242.xml:1537(para) -msgid "" -"The Exp button enables you to enter numbers in " -"scientific notation, that is, mantissa * " -"10exponent. The " -"current non-zero value in the display area is the mantissa. If the current " -"value in the display area is zero, the mantissa is 1.0. The next number that " -"you enter is the exponent." -msgstr "" -"「Exp」ボタンを使用すると、数字を科学的表記 " -"(仮数 * 10指数) で入力できます。 現在の表示領域の 0 以外の値が、" -"仮数です。表示領域内の値が 0 の場合、仮数は 1.0 です。 次に入力する数字が、指" -"数になります。" - -#: mate-calc242.xml:1538(para) -msgid "" -"When you click on Exp, the calculator displays " -". + to represent 10 to the power of the next number that " -"you enter. To change the sign of the number, use the +/- button in the last action of the operation, as shown in the " -"following example:" -msgstr "" -"「Exp」をクリックすると、次に入力した数字分 10 の累乗" -"となることを表すために、電卓に .+が、表示されます。数字の" -"符号を変更するには、以下の例のように操作の最後に「+/-」ボタンを使用します。" - -#: mate-calc242.xml:1547(para) -msgid "Keypad Entry" -msgstr "キーパッドの入力" - -#: mate-calc242.xml:1549(para) -msgid "Calculator Display" -msgstr "電卓の表示" - -#: mate-calc242.xml:1554(guibutton) -msgid "5" -msgstr "" - -#: mate-calc242.xml:1554(guibutton) mate-calc242.xml:2066(guibutton) -msgid "Exp" -msgstr "" - -#: mate-calc242.xml:1555(para) -msgid "-500" -msgstr "" - -#: mate-calc242.xml:1561(para) -msgid "" -"To enter a number in exponential format, use the guidelines in the following " -"table:" -msgstr "指数形式で数字を入力するには、以下の表のガイドラインを使用します。" - -#: mate-calc242.xml:1569(para) mate-calc242.xml:1634(para) -msgid "Number" -msgstr "番号" - -#: mate-calc242.xml:1571(para) -msgid "Enter" -msgstr "入力" - -#: mate-calc242.xml:1573(para) -msgid "Number Displayed" -msgstr "表示される数値" - -#: mate-calc242.xml:1578(para) mate-calc242.xml:1580(para) -msgid "1200000000" -msgstr "" - -#: mate-calc242.xml:1579(para) -msgid "" -"12 Exp8=" -msgstr "" - -#: mate-calc242.xml:1583(para) mate-calc242.xml:1585(para) -msgid "-1200000000" -msgstr "" - -#: mate-calc242.xml:1584(para) -msgid "" -"12 Exp8=+/-" -msgstr "" - -#: mate-calc242.xml:1588(para) -msgid "0.0000000012" -msgstr "" - -#: mate-calc242.xml:1589(para) -msgid "" -"12 Exp8+/-" -msgstr "" - -#: mate-calc242.xml:1590(para) -msgid "1.2e-7" -msgstr "" - -#: mate-calc242.xml:1593(para) -msgid "-0.0000000012" -msgstr "" - -#: mate-calc242.xml:1594(para) -msgid "" -"12 Exp8+/-+/-" -msgstr "" - -#: mate-calc242.xml:1595(para) -msgid "-1.2e-7" -msgstr "" - -#: mate-calc242.xml:1602(title) -msgid "To Use Constant Values" -msgstr "定数値を使用する" - -#: mate-calc242.xml:1603(para) -msgid "" -"Click on Con to display the list of defined constant " -"values. All constant values are specified in decimal numeric base, even if " -"the current numeric base is not decimal." -msgstr "" -"定義された定数値のリストを表示するには、「Con」をク" -"リックします。現在の進数が 10 進数ではない場合も、定数値はすべて 10 進数で指" -"定されます。" - -#: mate-calc242.xml:1604(para) -msgid "" -"Select a constant from the menu to enter its value in the display area. If " -"you use the keyboard shortcut #, you can use the keyboard " -"to specify the constant, as shown in the following example:" -msgstr "" -"メニューから定数を選択し、表示領域に値を入力します。 キーボードのショートカッ" -"ト # を使用する場合は、以下の例のようにキーボードで定数を指" -"定します。" - -#: mate-calc242.xml:1614(para) -msgid "Constant" -msgstr "「定数」" - -#: mate-calc242.xml:1619(keycap) mate-calc242.xml:2221(keycap) -msgid "#" -msgstr "" - -#: mate-calc242.xml:1620(para) mate-calc242.xml:1660(para) -msgid "C3" -msgstr "" - -#: mate-calc242.xml:1625(para) -msgid "" -"The mate-calc application provides ten default " -"constant values, as described in the following table:" -msgstr "" -"電卓 アプリケーションには、以下の表に示されている " -"10 個のデフォルト定数値があります。" - -#: mate-calc242.xml:1636(para) -msgid "Value" -msgstr "値" - -#: mate-calc242.xml:1643(para) -msgid "C0" -msgstr "" - -#: mate-calc242.xml:1644(para) -msgid "0.621" -msgstr "" - -#: mate-calc242.xml:1645(para) -msgid "kilometers per hour or miles per hour" -msgstr "キロメータ毎時またはマイル毎時" - -#: mate-calc242.xml:1646(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilometers per hour to miles per hour. For example, 8 * ConC0= 5." -msgstr "" -"表示領域内の値にこの定数をかけると、キロメータ毎時がマイル毎時に変換されま" -"す。たとえば、8 * ConC0= 5 のようになります。" - -#: mate-calc242.xml:1647(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from miles per hour to kilometers per hour. For example, 5 / ConC0= 8." -msgstr "" -"表示領域内の値をこの定数で割ると、マイル毎時がキロメータ毎時に変換されます。" -"たとえば、5 / ConC0= 8 のようになります。" - -#: mate-calc242.xml:1650(para) -msgid "C1" -msgstr "" - -#: mate-calc242.xml:1651(para) -msgid "1.414213562" -msgstr "" - -#: mate-calc242.xml:1652(para) -msgid "square root of 2" -msgstr "2 の平方根" - -#: mate-calc242.xml:1655(para) -msgid "C2" -msgstr "" - -#: mate-calc242.xml:1656(para) -msgid "2.718281828" -msgstr "" - -#: mate-calc242.xml:1657(para) mate-calc242.xml:2071(keycap) -msgid "e" -msgstr "" - -#: mate-calc242.xml:1661(para) -msgid "3.141592653" -msgstr "" - -#: mate-calc242.xml:1662(para) -msgid "pi" -msgstr "パイ" - -#: mate-calc242.xml:1665(para) -msgid "C4" -msgstr "" - -#: mate-calc242.xml:1666(para) -msgid "0.3937007" -msgstr "" - -#: mate-calc242.xml:1667(para) -msgid "centimeters or inches" -msgstr "センチメータまたはインチ" - -#: mate-calc242.xml:1668(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from centimeters to inches. For example, 30 * ConC4= 12." -msgstr "" -"表示領域内の値にこの定数をかけると、センチメータがインチに変換されます。たと" -"えば、30 * ConC4= 12 のようになります。" - -#: mate-calc242.xml:1669(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from inches to centimeters. For example, 12 / ConC4= 30." -msgstr "" -"表示領域内の値をこの定数で割ると、インチがセンチメータに変換されます。たとえ" -"ば、12 / ConC4= " -"30 のようになります。" - -#: mate-calc242.xml:1672(para) -msgid "C5" -msgstr "" - -#: mate-calc242.xml:1673(para) -msgid "57.295779513" -msgstr "" - -#: mate-calc242.xml:1674(para) -msgid "degrees in a radian" -msgstr "ラジアンでの度数" - -#: mate-calc242.xml:1677(para) -msgid "C6" -msgstr "パイ" - -#: mate-calc242.xml:1678(para) -msgid "1048576" +"Provides buttons suitable for basic equations" msgstr "" -#: mate-calc242.xml:1679(para) -msgid "2 ^ 20" +#: C/mouse.page:21(p) +msgid "Advanced" msgstr "" -#: mate-calc242.xml:1682(para) -msgid "C7" +#: C/mouse.page:22(p) +msgid "Provides buttons suitable for advanced mathematics" msgstr "" -#: mate-calc242.xml:1683(para) -msgid "0.0353" +#: C/mouse.page:26(p) +msgid "" +"Provides buttons suitable for trigonometry" msgstr "" -#: mate-calc242.xml:1684(para) -msgid "grams or ounces" -msgstr "グラムまたはオンス" +#: C/mouse.page:29(p) +msgid "Financial" +msgstr "「Financial」" -#: mate-calc242.xml:1685(para) +#: C/mouse.page:30(p) msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from grams to ounces. For example, 500 * ConC7= 18." +"Provides buttons suitable for financial equations" msgstr "" -"表示領域内の値にこの定数をかけると、グラムがオンスに変換されます。たとえば、" -"500 * ConC7= 18 " -"のようになります。" -#: mate-calc242.xml:1686(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from ounces to grams. For example, 18 / ConC7= 500." +#: C/mouse.page:33(p) +msgid "Programming" msgstr "" -"表示領域内の値をこの定数で割ると、オンスがグラムに変換されます。たとえば、" -"18 / ConC7= 500 " -"のようになります。" -#: mate-calc242.xml:1689(para) -msgid "C8" +#: C/mouse.page:34(p) +msgid "Provides buttons suitable for computer programmers" +msgstr "" + +#: C/modulus.page:9(title) +#, fuzzy +#| msgid "Division" +msgid "Modulus Division" +msgstr "割り算" + +#: C/modulus.page:11(p) +msgid "Modulus division is performed using the mod operator." msgstr "" -#: mate-calc242.xml:1690(para) -msgid "0.948" +#: C/modulus.page:15(p) +msgid "9 mod 5" msgstr "" -#: mate-calc242.xml:1691(para) -msgid "kilojoules or British thermal units" -msgstr "キロジュールと英国熱単位" +#: C/logarithm.page:9(title) +#, fuzzy +#| msgid "Natural Logarithm" +msgid "Logarithms" +msgstr "自然対数" -#: mate-calc242.xml:1692(para) +#: C/logarithm.page:11(p) msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilojoules to British thermal units. For example, 10 * ConC8= 9.48." +"Logarithms can be calculated using the log function." msgstr "" -"表示領域内の値にこの定数をかけると、キロジュールが英国熱単位に変換されます。" -"たとえば、10 * ConC8= 9.48。" -#: mate-calc242.xml:1693(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from British thermal units to kilojoules. For example, 9.48 / " -"ConC8= 10." +#: C/logarithm.page:15(p) +msgid "log 100" msgstr "" -"表示領域内の値をこの定数で割ると、英国熱単位がキロジュールに変換されます。た" -"とえば、9.48 / ConC8= 10 のようになります。" -#: mate-calc242.xml:1696(para) -msgid "C9" +#: C/logarithm.page:19(p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." msgstr "" -#: mate-calc242.xml:1697(para) -msgid "0.061" +#: C/logarithm.page:23(p) +msgid "log₂ 32" msgstr "" -#: mate-calc242.xml:1698(para) -msgid "cubic centimeters or cubic inches" -msgstr "立方センチメータまたは立方インチ" +#: C/logarithm.page:27(p) +#, fuzzy +#| msgid "" +#| "Calculates the natural logarithm of the current value in the display area." +msgid "To calculate a natural logarithm use the ln function." +msgstr "表示領域内の値の自然対数を計算します。" -#: mate-calc242.xml:1699(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from cubic centimeters to cubic inches. For example, 100 * ConC9= 6.10." +#: C/logarithm.page:31(p) +msgid "ln 1.32" msgstr "" -"表示領域内の値にこの定数をかけると、立方センチメータが立方インチに変換されま" -"す。たとえば、100 * ConC9= 6.10 のようになります。" -#: mate-calc242.xml:1700(para) +#: C/logarithm.page:35(p) msgid "" -"Divide the current value in the display area by this constant, to convert " -"from cubic inches to cubic centimeters. For example, 6.10 / ConC9= 100." +"Euler's number can be entered by using the variable e." msgstr "" -"表示領域内の値をこの定数で割ると、立方インチが立方センチメータに変換されま" -"す。たとえば、6.10 / ConC9= 100 のようになります。" -#: mate-calc242.xml:1705(para) -msgid "" -"You cannot add new constants in this version of mate-calc. However, you can overwrite the default constants to store your " -"own constants." +#: C/logarithm.page:39(p) +msgid "e^1.32" msgstr "" -"電卓 の本バージョンでは、新しい定数を追加すること" -"はできません。 ただし、デフォルトの定数を上書きして、ユーザ独自の定数を保存す" -"ることは可能です。" -#: mate-calc242.xml:1706(para) -msgid "" -"To store a new constant or edit an existing constant, perform the following " -"steps:" +#: C/keyboard.page:9(title) +msgid "Using the Keyboard" msgstr "" -"新しい定数の保存または既存の定数の編集を行うには、以下の手順を実行します。" -#: mate-calc242.xml:1709(para) -msgid "" -"Click on Con and select Edit Constants from the popup menu." +#: C/keyboard.page:11(p) +msgid "All mathematical equations can be entered using the keyboard." msgstr "" -"「Con」をクリックし、ポップアップメニューから" -"「Edit Constants」を選択します。" -#: mate-calc242.xml:1712(para) +#: C/keyboard.page:14(p) msgid "" -"In the Edit Constants window, select the constant that " -"you want to overwrite or edit." +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." msgstr "" -"「Edit Constants」ウィンドウで、上書きまたは編集する定数" -"を選択します。" -#: mate-calc242.xml:1715(para) -msgid "Click on the Value field, and enter the new value." -msgstr "「Value」項目をクリックし、新しい値を入力します。" +#: C/keyboard.page:19(p) +msgid "×" +msgstr "" -#: mate-calc242.xml:1718(para) -msgid "Click on the Description field, and enter the new description." -msgstr "「Description」項目をクリックし、新しい説明を入力します" +#: C/keyboard.page:20(key) +msgid "*" +msgstr "" -#: mate-calc242.xml:1721(para) -msgid "" -"Click OK to save your changes and close the " -"Edit Constants window." +#: C/keyboard.page:23(p) +msgid "÷" msgstr "" -"「OK」をクリックして変更を保存し、「Edit " -"Constants」ウィンドウを閉じます。" -#: mate-calc242.xml:1726(title) -msgid "To Use Functions" -msgstr "関数を使用する" +#: C/keyboard.page:24(key) +msgid "/" +msgstr "" -#: mate-calc242.xml:1727(para) -msgid "" -"To show the available functions, click on Fun. A " -"popup menu displays the list of defined functions. Select a function from " -"the menu to run that function. If the function is not defined, the value " -"zero is returned." +#: C/keyboard.page:27(p) +msgid "^" msgstr "" -"使用可能な関数を表示するには、「Fun」をクリックしま" -"す。ポップアップメニューが、定義されている関数のリストを表示します。メニュー" -"から関数を選択し、実行します。関数が定義されていない場合は、値 0 が返されま" -"す。" -#: mate-calc242.xml:1728(para) -msgid "" -"If you use the keyboard shortcut F, you can use the " -"keyboard to specify the function, as shown in the following example:" +#: C/keyboard.page:28(p) +msgid "* twice" msgstr "" -"キーボードのショートカット F を使用する場合は、以下の例のよ" -"うにキーボードで関数を指定します。" -#: mate-calc242.xml:1744(keycap) mate-calc242.xml:2077(keycap) -#: mate-calc242.xml:2412(keycap) mate-calc242.xml:2501(keycap) -msgid "F" +#: C/keyboard.page:31(p) +msgid "√" msgstr "" -#: mate-calc242.xml:1745(para) -msgid "F3" +#: C/keyboard.page:32(key) C/keyboard.page:36(key) +msgid "Ctrl" msgstr "" -#: mate-calc242.xml:1751(para) -msgid "" -"The mate-calc application does not provide any " -"default functions. You can store up to ten functions." +#: C/keyboard.page:32(key) +msgid "R" msgstr "" -"電卓 アプリケーションには、デフォルトの関数はあり" -"ません。関数は 10 個まで保存できます。" -#: mate-calc242.xml:1752(para) -msgid "" -"To store a new function or edit an existing function, perform the following " -"steps:" +#: C/keyboard.page:36(key) +msgid "P" msgstr "" -"新しい関数の保存または既存の関数の編集を行うには、以下の手順を実行します。" -#: mate-calc242.xml:1755(para) +#: C/keyboard.page:39(p) msgid "" -"Click on Fun and select Edit Functions from the popup menu." +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." msgstr "" -"「Fun」をクリックし、ポップアップメニューから" -"「Edit Functions」を選択します。" -#: mate-calc242.xml:1758(para) -msgid "" -"In the Edit Functions window, select a blank entry, or " -"the function that you want to overwrite." +#: C/index.page:7(name) +msgid "Robert Ancell" msgstr "" -"「Edit Constants」ウィンドウで、空のエントリまたは上書き" -"する関数を選択します。" -#: mate-calc242.xml:1761(para) -msgid "" -"Click on the Value field, and enter the new value. Use the keyboard " -"shortcuts to invoke a mate-calc button. For " -"example, enter 90K to calculate sine(90)." +#: C/index.page:8(email) +msgid "robert.ancell@gmail.com" msgstr "" -"「Value」項目をクリックし、新しい値を入力します。電卓 ボタンを起動するキーボードのショートカットを使用します。たとえ" -"ば、正弦 (90) を計算するには 90K を入力します。" -#: mate-calc242.xml:1764(para) -msgid "" -"Click on the Description field, and enter the new description. For example, " -"Sine 90." +#: C/index.page:13(title) +msgid "GCalctool Help" msgstr "" -"「Description」項目をクリックし、新しい説明を入力しますたとえば、" -"Sine 90 となります。" -#: mate-calc242.xml:1767(para) -msgid "" -"Click OK to save your changes and close the " -"Edit Functions window." +#: C/index.page:16(title) +msgid "User Interface" msgstr "" -"「OK」をクリックして変更を保存し、「Edit " -"Functions」ウィンドウを閉じます。" -#: mate-calc242.xml:1772(title) -msgid "To Manipulate Binary Numbers" -msgstr "2 進数の数字を処理する" +#: C/index.page:20(title) +#, fuzzy +#| msgid "Subtraction" +msgid "Equations" +msgstr "引き算" -#: mate-calc242.xml:1773(para) -msgid "" -"To manipulate binary numbers, use the buttons described in ." -msgstr "" -"2 進法の数字を扱うには、 に説明の" -"あるボタンを使います。" +#: C/index.page:24(title) +#, fuzzy +#| msgid "Number" +msgid "Numbers" +msgstr "番号" -#: mate-calc242.xml:1775(title) -msgid "Manipulating Binary Numbers" -msgstr "2 進数の数字の処理" +#: C/index.page:28(title) +#, fuzzy +#| msgid "Contents" +msgid "Conversions" +msgstr "「Contents」" -#: mate-calc242.xml:1798(para) mate-calc242.xml:2283(para) -msgid "Left Shift n" -msgstr "n 左にシフト" +#: C/index.page:32(title) +#, fuzzy +#| msgid "To Perform Financial Calculations" +msgid "Financial Calculations" +msgstr "財務上の計算の実行" -#: mate-calc242.xml:1799(guibutton) mate-calc242.xml:1843(keycap) -#: mate-calc242.xml:2281(keycap) mate-calc242.xml:2282(guibutton) -msgid "<" -msgstr "" +#: C/functions.page:9(title) +#, fuzzy +#| msgid "Function" +msgid "Functions" +msgstr "機能" -#: mate-calc242.xml:1800(para) +#: C/functions.page:11(p) msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the left. Click on <, and select the number of shift places from the popup menu. The " -"number can be shifted up to 15 places left." +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." msgstr "" -"表示領域の 32 ビット符号なし 2 進数値を、指定された桁数左にシフトします。" -"「<」をクリックし、ポップアップメニューからシフト桁" -"数を選択します。数字は、15 桁まで左にシフトできます。" -#: mate-calc242.xml:1801(para) -msgid "111 <1 place" -msgstr "111 <1 桁" +#: C/functions.page:16(p) +msgid "sin 30" +msgstr "" -#: mate-calc242.xml:1802(para) -msgid "1110" +#: C/functions.page:19(p) +msgid "abs (5−9)" msgstr "" -#: mate-calc242.xml:1805(para) mate-calc242.xml:2295(para) -msgid "Right Shift n" -msgstr "n右にシフト" +#: C/functions.page:23(p) +msgid "The following functions are defined." +msgstr "" -#: mate-calc242.xml:1806(guibutton) mate-calc242.xml:1847(keycap) -#: mate-calc242.xml:2293(keycap) mate-calc242.xml:2294(guibutton) -msgid ">" +#: C/functions.page:28(p) +msgid "abs" msgstr "" -#: mate-calc242.xml:1807(para) -msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the right. Click on >, and select the number of shift places from the popup menu. The " -"number can be shifted up to 15 places right." +#: C/functions.page:29(link) +msgid "Absolute Value" +msgstr "絶対値" + +#: C/functions.page:32(p) +msgid "cos" msgstr "" -"表示領域の 32 ビット符号なし 2 進数値を、指定された桁数右にシフトします。" -"「>」をクリックし、ポップアップメニューからシフト桁" -"数を選択します。数字は、15 桁まで右にシフトできます。" -#: mate-calc242.xml:1808(para) -msgid "1011 >1 place" -msgstr "1011 >1 桁" +#: C/functions.page:33(link) +msgid "Cosine" +msgstr "余弦" -#: mate-calc242.xml:1809(para) -msgid "101" +#: C/functions.page:36(p) +msgid "cosh" msgstr "" -#: mate-calc242.xml:1812(para) mate-calc242.xml:2319(para) -msgid "Get a 16-Bit Unsigned Integer" -msgstr "16 ビット符号なし整数の取得" +#: C/functions.page:37(link) +msgid "Hyperbolic Cosine" +msgstr "" -#: mate-calc242.xml:1813(guibutton) mate-calc242.xml:2318(guibutton) -msgid "&16" +#: C/functions.page:40(p) +msgid "frac" msgstr "" -#: mate-calc242.xml:1814(para) -msgid "" -"Truncates the current value in the display area and returns a 16-bit " -"unsigned integer." -msgstr "表示領域内の値を切り捨て、16 ビットの符号なし整数を返します。" +#: C/functions.page:41(p) +#, fuzzy +#| msgid "Fractional Portion" +msgid "Fractional Component" +msgstr "小数部分" -#: mate-calc242.xml:1815(para) -msgid "FFFFF &16" +#: C/functions.page:44(p) +msgid "int" msgstr "" -#: mate-calc242.xml:1816(para) -msgid "FFFF" +#: C/functions.page:45(p) +#, fuzzy +#| msgid "Integer Portion" +msgid "Integer Component" +msgstr "整数部分" + +#: C/functions.page:48(p) +msgid "ln" msgstr "" -#: mate-calc242.xml:1819(para) mate-calc242.xml:2313(para) -msgid "Get a 32-Bit Unsigned Integer" -msgstr "32 ビット符号なし整数の取得" +#: C/functions.page:49(link) +msgid "Natural Logarithm" +msgstr "自然対数" -#: mate-calc242.xml:1820(guibutton) mate-calc242.xml:2312(guibutton) -msgid "&32" +#: C/functions.page:52(p) +msgid "log" msgstr "" -#: mate-calc242.xml:1821(para) -msgid "" -"Truncates the current value in the display area and returns a 32-bit " -"unsigned integer." -msgstr "表示領域内の値を切り捨て、32 ビットの符号なし整数を返します。" +#: C/functions.page:53(link) +#, fuzzy +#| msgid "Natural Logarithm" +msgid "Logarithm" +msgstr "自然対数" -#: mate-calc242.xml:1822(para) -msgid "FFFFFFFFFF &32" +#: C/functions.page:56(p) +msgid "not" msgstr "" -#: mate-calc242.xml:1823(para) -msgid "FFFFFFFF" +#: C/functions.page:57(link) +msgid "Boolean NOT" msgstr "" -#: mate-calc242.xml:1828(para) -msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"number of places to shift, as shown in the following examples:" +#: C/functions.page:60(p) +#, fuzzy +#| msgid "Contents" +msgid "ones" +msgstr "「Contents」" + +#: C/functions.page:61(p) +msgid "Ones complement" msgstr "" -"キーボードのショートカットを使用する場合は、以下の例のようにキーボードで シフ" -"トする桁数を指定します。" -#: mate-calc242.xml:1844(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the left." -msgstr "表示領域内の 2 進数値を左に 4 桁シフトします。" +#: C/functions.page:64(p) +#, fuzzy +#| msgid "Cosine" +msgid "sin" +msgstr "余弦" -#: mate-calc242.xml:1848(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the right." -msgstr "表示領域内の 2 進数値を右に 4 桁シフトします。" +#: C/functions.page:65(link) +msgid "Sine" +msgstr "正弦" -#: mate-calc242.xml:1856(title) -msgid "To Perform Miscellaneous Scientific Calculations" -msgstr "その他の科学技術計算を実行する" +#: C/functions.page:68(p) +#, fuzzy +#| msgid "Cosine" +msgid "sinh" +msgstr "余弦" -#: mate-calc242.xml:1857(para) -msgid "" -"To calculate miscellaneous scientific calculations, use the buttons " -"described in ." +#: C/functions.page:69(link) +#, fuzzy +#| msgid "Hyperbolic Option Indicator" +msgid "Hyperbolic Sine" +msgstr "双曲線オプションインジケーター" + +#: C/functions.page:72(p) +msgid "sqrt" msgstr "" -"その他科学技術計算を実行するには、 に説明のあるボタンを使います。" -#: mate-calc242.xml:1859(title) -msgid "Performing Miscellaneous Scientific Calculations" -msgstr "その他の科学技術計算の実行" +#: C/functions.page:73(link) +msgid "Square Root" +msgstr "平方根" -#: mate-calc242.xml:1882(para) mate-calc242.xml:2241(para) -msgid "Parentheses" -msgstr "括弧" +#: C/functions.page:76(p) +#, fuzzy +#| msgid "Tan" +msgid "tan" +msgstr "正接" -#: mate-calc242.xml:1883(para) mate-calc242.xml:2240(para) -msgid "( and )" -msgstr "( および )" +#: C/functions.page:77(link) +#, fuzzy +#| msgid "Tan" +msgid "Tangent" +msgstr "正接" -#: mate-calc242.xml:1884(para) -msgid "" -"Provide precedence in arithmetic calculations. Calculations within " -"parentheses are performed first. If parentheses are not used, arithmetic " -"calculations are performed from left to right with no arithmetic precedence. " -"Parentheses can be nested to any level. When the last parenthesis is " -"matched, the display area is updated." +#: C/functions.page:80(p) +msgid "tanh" msgstr "" -"算術計算の優先順位を指定します。 括弧内の計算が先に行われます。括弧がない場" -"合、算術計算は数学上の優先順位なしで左から右に計算されます。括弧は何層でも入" -"れ子にすることができます。最後の括弧が一致すると、表示領域が更新されます。" -#: mate-calc242.xml:1886(para) -msgid "" -"2 +3*4=" -msgstr "" +#: C/functions.page:81(link) +#, fuzzy +#| msgid "Hyperbolic Option Indicator" +msgid "Hyperbolic Tangent" +msgstr "双曲線オプションインジケーター" -#: mate-calc242.xml:1887(para) -msgid "" -"2 +(3*4)" +#: C/functions.page:84(p) +msgid "twos" msgstr "" -#: mate-calc242.xml:1891(para) -msgid "14" +#: C/functions.page:85(p) +msgid "Twos complement" msgstr "" -#: mate-calc242.xml:1895(para) mate-calc242.xml:2331(para) -msgid "e to the x Power" -msgstr "e x の累乗" - -#: mate-calc242.xml:1896(para) mate-calc242.xml:2330(para) -msgid "ex" +#: C/functions.page:88(p) +msgid "GCalctool does not support user-defined functions." msgstr "" -#: mate-calc242.xml:1897(para) -msgid "" -"Calculates the value of e raised to the power of the " -"current value in the display area." -msgstr "表示領域内の値分、e を累乗します。" +#: C/financial.page:9(title) +#, fuzzy +#| msgid "Financial Mode" +msgid "Financial Functions" +msgstr "財務モード" -#: mate-calc242.xml:1898(para) -msgid "2 ex" +#: C/financial.page:10(p) +msgid "When in financial mode the following buttons are available." msgstr "" -#: mate-calc242.xml:1899(para) -msgid "7.39" +#: C/financial.page:15(p) +msgid "Ctrm" msgstr "" -#: mate-calc242.xml:1902(para) mate-calc242.xml:2343(para) -msgid "10 to the x Power" -msgstr "10 x の累乗" +#: C/financial.page:16(p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "" +"投資した現在価値 pv を複利計算期ごとの固定利率 " +"int で将来価値 fv に増" +"やすために必要な複利計算期を計算します。" -#: mate-calc242.xml:1903(para) mate-calc242.xml:2342(para) -msgid "10x" +#: C/financial.page:19(p) +msgid "Ddb" msgstr "" -#: mate-calc242.xml:1904(para) +#: C/financial.page:20(p) +#, fuzzy +#| msgid "" +#| "Calculates the depreciation allowance on an asset for a specified period " +#| "of time, using the double-declining balance method." msgid "" -"Calculates the value of 10 raised to the power of the current value in the " -"display area." -msgstr "表示領域内の値分、10 を累乗します。" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "2 倍定率法を使用した場合の指定期間内の資産の減価償却費を計算します。" -#: mate-calc242.xml:1905(para) -msgid "2 10x" +#: C/financial.page:23(p) +msgid "Fv" msgstr "" -#: mate-calc242.xml:1906(para) -msgid "100" +#: C/financial.page:24(p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." msgstr "" +"pmt ずつ、定期利率 int " +"で、契約の支払回数、元利均等支払方式で支払った投資の将来価値を計算します。" -#: mate-calc242.xml:1909(para) mate-calc242.xml:2211(para) -msgid "y to the x Power" -msgstr "y x の累乗" - -#: mate-calc242.xml:1910(para) mate-calc242.xml:2210(para) -msgid "yx" +#: C/financial.page:27(p) +msgid "Gpm" msgstr "" -#: mate-calc242.xml:1911(para) -msgid "" -"Raises the current value in the display area to the power of the next value " -"that you enter." -msgstr "次に入力した値分、表示領域内の値を累乗します。" - -#: mate-calc242.xml:1912(para) +#: C/financial.page:28(p) msgid "" -"2 yx4=" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." msgstr "" -#: mate-calc242.xml:1916(para) mate-calc242.xml:2217(para) -msgid "x Factorial" -msgstr "x の階乗" - -#: mate-calc242.xml:1917(guibutton) mate-calc242.xml:2216(guibutton) -msgid "x!" +#: C/financial.page:31(p) +msgid "Pmt" msgstr "" -#: mate-calc242.xml:1918(para) +#: C/financial.page:32(p) +#, fuzzy +#| msgid "" +#| "Calculates the amount of the periodic payment of a loan, where payments " +#| "are made at the end of each payment period." msgid "" -"Calculates the factorial of the current value in the display area. " -"x factorial is x*" -"(x-1)*(x-2)...*1. This " -"function applies only to positive integers." -msgstr "" -"表示領域内の値の階乗を計算します。x の階乗は、" -"x*(x-1)*" -"(x-2)...*1 となります。この関数は、正の整数にのみ" -"使用できます。" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "各返済期間の末日に支払が行われるローンの定期払い込み額を計算します。" -#: mate-calc242.xml:1919(para) -msgid "4 x!" +#: C/financial.page:35(p) +msgid "Pv" msgstr "" -#: mate-calc242.xml:1920(para) -msgid "24" +#: C/financial.page:36(p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." msgstr "" +"pmt ずつ、契約の支払回数、元利均等支払方式で支払わ" +"れ、定期利率 int が差し引かれる投資の現在価値を計" +"算します。" -#: mate-calc242.xml:1923(para) mate-calc242.xml:2301(para) -msgid "Random Number Generator" -msgstr "乱数発生関数" - -#: mate-calc242.xml:1924(guibutton) mate-calc242.xml:1926(guibutton) -#: mate-calc242.xml:2300(guibutton) -msgid "Rand" +#: C/financial.page:39(p) +msgid "Rate" msgstr "" -#: mate-calc242.xml:1925(para) +#: C/financial.page:40(p) +#, fuzzy +#| msgid "" +#| "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." msgid "" -"Generates a random number in the range 0.0 to 1.0 and displays the random " -"number in the display area." -msgstr "0.0 から 1.0 の範囲で乱数を発生し、その乱数を表示領域に表示します。" - -#: mate-calc242.xml:1927(para) -msgid "0.14" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." msgstr "" +"現在価値 pv の投資を term 内の複利計算期で将来価値 fv に増やす" +"ために必要な定期利率を計算します。" -#: mate-calc242.xml:1930(para) mate-calc242.xml:2031(para) -#: mate-calc242.xml:2037(para) mate-calc242.xml:2049(para) -#: mate-calc242.xml:2061(para) mate-calc242.xml:2073(para) -msgid "Hexadecimal Numerals" -msgstr "16 進数キー" - -#: mate-calc242.xml:1931(para) -msgid "A to E inclusive" -msgstr "A から E" - -#: mate-calc242.xml:1932(para) -msgid "These numerals are available in hexadecimal base only." -msgstr "これらの数字は、16 進法でのみ使用できます。" - -#: mate-calc242.xml:1933(guibutton) mate-calc242.xml:1934(para) -#: mate-calc242.xml:2036(guibutton) mate-calc242.xml:2400(keycap) -#: mate-calc242.xml:2489(keycap) -msgid "B" +#: C/financial.page:43(p) +msgid "Sln" msgstr "" -#: mate-calc242.xml:1943(title) -msgid "To Quit" -msgstr "終了する" +#: C/financial.page:44(p) +#, fuzzy +#| msgid "" +#| "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." +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" +"ある期間の資産の定額償却を計算します。定額償却費は、cost - salvage です。 定額償却方式では、減" +"価償却資産原価を資産の耐用年数間で均等に割ります。耐用年数は、資産が減価償却" +"が行われる期間で、年数の場合が一般的です。" -#: mate-calc242.xml:1944(para) -msgid "" -"To quit mate-calc, choose " -"CalculatorQuit." +#: C/financial.page:47(p) +msgid "Syd" msgstr "" -"電卓 を終了するには、" -"「Calculator」「Quit」の順" -"に選択します。" -#: mate-calc242.xml:1949(para) -msgid "" -"When you quit mate-calc, the current values of " -"the following settings are stored and automatically applied the next time " -"you start mate-calc:" +#: C/financial.page:48(p) +#, fuzzy +#| msgid "" +#| "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. The " +#| "depreciable cost is cost - " +#| "salvage. The useful life is the number of " +#| "periods, typically years, over which an asset is depreciated." +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." msgstr "" -"電卓 を終了すると、以下の設定の現在値が保存され、" -"次に 電卓 を起動した際に自動的に適用されます。" +"算術級数法を使用した場合の指定期間内の資産の減価償却費を計算します。この減価" +"償却法では、初期により多くの償却を行うことで、償却を速めることができます。 定" +"額償却費は、cost - salvage です。 耐用年数は、資産が減価償却が行われる期間で、年数の場合が" +"一般的です。" -#: mate-calc242.xml:1951(para) -msgid "" -"Mode: Basic, Financial, or Scientific" +#: C/financial.page:51(p) +msgid "Term" msgstr "" -"モード基本、財務、または科学" -#: mate-calc242.xml:1953(para) +#: C/financial.page:52(p) +#, fuzzy +#| msgid "" +#| "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." msgid "" -"Memory Registers window displayed " -"or not displayed" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" -"メモリレジスタ ウィンドウの表示ま" -"たは非表示" - -#: mate-calc242.xml:1954(link) -msgid "Numeric base" -msgstr "進数" - -#: mate-calc242.xml:1955(link) -msgid "Display type" -msgstr "表示タイプ" - -#: mate-calc242.xml:1956(link) -msgid "Trigonometric type" -msgstr "三角関数のタイプ" +"定期利率 int で、将来価値 fv を達成するために、普通年金期間内で必要な支払期間を計算します。各" +"回の支払額は、pmt です。" -#: mate-calc242.xml:1962(title) -msgid "Technical Information" -msgstr "技術情報" +#: C/financial.page:56(p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "" -#: mate-calc242.xml:1964(title) -msgid "Order of Operations" -msgstr "演算の順序" +#: C/factorize.page:9(title) +#, fuzzy +#| msgid "Fractional Portion" +msgid "Factorization" +msgstr "小数部分" -#: mate-calc242.xml:1965(para) +#: C/factorize.page:11(p) msgid "" -"Calculations are performed from left to right with no arithmetic precedence. " -"To apply arithmetic precedence, use parentheses." +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." msgstr "" -"計算は、数学上の優先順位を考慮せず、左から右に実行されます。数学上の優先順位" -"を適用するには、括弧を使ってください。" -#: mate-calc242.xml:1969(para) +#: C/factorial.page:9(title) +#, fuzzy +#| msgid "Financial" +msgid "Factorials" +msgstr "「Financial」" + +#: C/factorial.page:11(p) msgid "" -"For example, without parentheses: 2 + 3 * 4 = 20 " +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." msgstr "" -"たとえば、括弧なしでは 2 + 3 * 4 = 20 と" -"なり、" -#: mate-calc242.xml:1971(para) -msgid "With parentheses: 2 + (3 * 4) = 14" +#: C/factorial.page:16(p) +msgid "6!" msgstr "" -"括弧があると、 2 + (3 * 4) = 14 となりま" -"す。" -#: mate-calc242.xml:1975(title) -msgid "Error Conditions" -msgstr "エラー状態" +#. Place this at the start of the section +#: C/equation.page:7(title) +msgid "0" +msgstr "" -#: mate-calc242.xml:1978(para) -msgid "Displays the word Error in the display area." -msgstr "Error という文字を表示領域に表示します。" +#: C/equation.page:11(title) +msgid "Basic Equations" +msgstr "" -#: mate-calc242.xml:1979(para) +#: C/equation.page:13(p) msgid "" -"Makes all calculator buttons unavailable, except Clr." +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" msgstr "" -"「Clr」以外のすべてのボタンを使用できなくなります。" -#: mate-calc242.xml:1980(para) -msgid "Makes all calculator options unavailable." -msgstr "また、すべての電卓オプションも使用できなくなります。" - -#: mate-calc242.xml:1981(para) -msgid "" -"Makes all calculator menu items unavailable, except " -"CalculatorQuit and HelpContents." +#: C/equation.page:18(p) +msgid "7+2" msgstr "" -"さらに、 「Calculator」「Quit」「Help」「Contents」以外のすべての電" -"卓メニュー項目も使用できなくなります。" -#: mate-calc242.xml:1976(para) +#: C/equation.page:22(p) msgid "" -"If you perform an invalid calculation, mate-calc " -"indicates the error condition as follows: " +"To solve, press the = button with your mouse or the Enter key on your keyboard." msgstr "" -"無効な計算を行うと、電卓 が以下のようにエラー状態" -"を示します。 " -#: mate-calc242.xml:1984(para) +#: C/equation.page:25(p) msgid "" -"To clear the error condition, click Clr or press " -"Delete." +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" -"エラー状態をクリアするには、「Clr」をクリックするか、" -"Delete キーを押します。" -#: mate-calc242.xml:1987(title) -msgid "To Change the Input Mode" -msgstr "入力モードを変更する" +#: C/equation.page:30(p) +msgid "7−3×2" +msgstr "" -#: mate-calc242.xml:1988(para) +#: C/equation.page:34(p) msgid "" -"To change the input mode, right-click in the text window, then select " -"Input Methods." +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." msgstr "" -"入力モードを変更するには、テキストウィンドウ内を右クリックし、" -"「入力方法」を選択します。" - -#: mate-calc242.xml:1994(title) -msgid "Quick Reference: Keyboard Shortcuts" -msgstr "クイックリファレンス: キーボードのショートカット" -#: mate-calc242.xml:1995(para) -msgid "" -", , and provide a quick reference for all " -"of the mate-calc keyboard shortcuts." +#: C/equation.page:39(p) +msgid "(7−3)×2" msgstr "" -" および は、電卓 のキーボードショートカットすべてのクイックリファレンスを提供しま" -"す。" -#: mate-calc242.xml:1997(title) +#: C/equation.page:43(p) +#, fuzzy +#| msgid "" +#| "To clear the error condition, click Clr or press " +#| "Delete." msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Buttons" +"To clear the display press the Clr button or Escape." msgstr "" -"電卓 ボタンのキーボードのショートカットのクイック" -"リファレンス" - -#: mate-calc242.xml:2006(para) mate-calc242.xml:2383(para) -#: mate-calc242.xml:2478(para) -msgid "Keyboard Shortcut" -msgstr "キーボードのショートカット" - -#: mate-calc242.xml:2012(para) mate-calc242.xml:2389(para) -#: mate-calc242.xml:2484(para) -msgid "See" -msgstr "参照" - -#: mate-calc242.xml:2017(para) -msgid "0 to 9 inclusive" -msgstr "0 から 9" +"エラー状態をクリアするには、「Clr」をクリックするか、" +"Delete キーを押します。" -#: mate-calc242.xml:2023(keycap) mate-calc242.xml:2030(guibutton) -msgid "A" +#: C/conv-weight.page:9(title) +msgid "Mass" msgstr "" -#: mate-calc242.xml:2024(guibutton) -msgid "Acc" +#: C/conv-weight.page:11(p) +msgid "To convert between mass use the in operator." msgstr "" -#: mate-calc242.xml:2029(keycap) mate-calc242.xml:2394(keycap) -msgid "a" +#: C/conv-weight.page:15(p) +msgid "1kg in pounds" msgstr "" -#: mate-calc242.xml:2035(keycap) -msgid "b" +#: C/conv-weight.page:20(p) +msgid "Mass conversions must be performed using the keyboard." msgstr "" -#: mate-calc242.xml:2041(keycap) mate-calc242.xml:2048(guibutton) -#: mate-calc242.xml:2495(keycap) -msgid "C" +#: C/conv-time.page:9(title) +msgid "Time" msgstr "" -#: mate-calc242.xml:2047(keycap) -msgid "c" +#: C/conv-time.page:11(p) +msgid "To convert between time use the in operator." msgstr "" -#: mate-calc242.xml:2053(keycap) mate-calc242.xml:2060(guibutton) -#: mate-calc242.xml:2406(keycap) -msgid "D" +#: C/conv-time.page:15(p) +msgid "3 years in hours" msgstr "" -#: mate-calc242.xml:2059(keycap) -msgid "d" +#: C/conv-time.page:20(p) +msgid "Time conversions must be performed using the keyboard." msgstr "" -#: mate-calc242.xml:2065(keycap) mate-calc242.xml:2072(guibutton) -msgid "E" +#: C/conv-length.page:9(title) +msgid "Length/Area/Volume" msgstr "" -#: mate-calc242.xml:2067(para) -msgid "Exponential" +#: C/conv-length.page:11(p) +msgid "" +"To convert between length, area and volume units use the in " +"operator." msgstr "" -#: mate-calc242.xml:2078(guibutton) -msgid "Fun" -msgstr "" +#: C/conv-length.page:15(p) +#, fuzzy +#| msgid "centimeters or inches" +msgid "6 meters in inches" +msgstr "センチメートルまたはインチ" -#: mate-calc242.xml:2083(keycap) -msgid "G" +#: C/conv-length.page:18(p) +msgid "1 acre in cm²" msgstr "" -#: mate-calc242.xml:2085(para) -msgid "Common Logarithm" +#: C/conv-length.page:21(p) +msgid "1 pint in mL" msgstr "" -#: mate-calc242.xml:2089(keycap) -msgid "i" +#: C/conv-length.page:26(p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." msgstr "" -#: mate-calc242.xml:2095(keycap) -msgid "J" +#: C/conv-currency.page:9(title) +msgid "Currency" msgstr "" -#: mate-calc242.xml:2096(guibutton) -msgid "Cos" +#: C/conv-currency.page:11(p) +msgid "" +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -#: mate-calc242.xml:2097(para) -msgid "Cosine" -msgstr "余弦" - -#: mate-calc242.xml:2101(keycap) -msgid "K" +#: C/conv-currency.page:14(p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." msgstr "" -#: mate-calc242.xml:2102(guibutton) -msgid "Sin" +#: C/conv-currency.page:18(p) +msgid "13.65 USD in GBP" msgstr "" -#: mate-calc242.xml:2103(para) -msgid "Sine" -msgstr "正弦" - -#: mate-calc242.xml:2107(keycap) -msgid "L" +#: C/conv-currency.page:23(p) +msgid "" +"Currency information is approximate and should not be used for making " +"financial decisions." msgstr "" -#: mate-calc242.xml:2108(guibutton) mate-calc242.xml:2109(para) -msgid "Tan" -msgstr "正接" +#: C/conv-character.page:9(title) +#, fuzzy +#| msgid "Erasing Characters" +msgid "Character Codes" +msgstr "文字の消去" -#: mate-calc242.xml:2113(keycap) -msgid "l" +#: C/conv-character.page:11(p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." msgstr "" -#: mate-calc242.xml:2119(keycap) -msgid "m" +#: C/conv-character.page:15(p) +msgid "Characters cannot be converted using the keyboard." msgstr "" -#: mate-calc242.xml:2125(keycap) -msgid "N" -msgstr "" +#: C/conv-base.page:9(title) C/base.page:9(title) +#, fuzzy +#| msgid "Numeric base" +msgid "Number Bases" +msgstr "進数" -#: mate-calc242.xml:2131(keycap) mate-calc242.xml:2430(keycap) -msgid "n" +#: C/conv-base.page:11(p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." msgstr "" -#: mate-calc242.xml:2137(keycap) -msgid "P" +#: C/complex.page:9(title) +msgid "Complex Numbers" msgstr "" -#: mate-calc242.xml:2143(keycap) -msgid "p" +#: C/complex.page:11(p) +msgid "Complex numbers are not supported in GCalctool." msgstr "" -#: mate-calc242.xml:2155(keycap) -msgid "r" +#: C/boolean.page:9(title) +msgid "Boolean Algebra" msgstr "" -#: mate-calc242.xml:2167(keycap) -msgid "s" +#: C/boolean.page:11(p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." msgstr "" -#: mate-calc242.xml:2173(keycap) mate-calc242.xml:2531(keycap) -msgid "T" +#: C/boolean.page:15(p) +msgid "010011₂ AND 110101₂" msgstr "" -#: mate-calc242.xml:2179(keycap) -msgid "t" +#: C/boolean.page:19(p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." msgstr "" -#: mate-calc242.xml:2185(keycap) -msgid "u" +#: C/boolean.page:22(p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." msgstr "" -#: mate-calc242.xml:2191(keycap) -msgid "v" +#: C/boolean.page:27(p) +msgid "NOT 010011₂" msgstr "" -#: mate-calc242.xml:2203(keycap) -msgid "Y" +#: C/base.page:11(p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." msgstr "" -#: mate-calc242.xml:2209(keycap) mate-calc242.xml:2460(keycap) -msgid "y" +#: C/base.page:16(p) +msgid "1001011₂" msgstr "" -#: mate-calc242.xml:2215(keycap) -msgid "!" +#: C/base.page:19(p) +msgid "113₈" msgstr "" -#: mate-calc242.xml:2222(guibutton) -msgid "Con" +#: C/base.page:22(p) +msgid "75" msgstr "" -#: mate-calc242.xml:2223(para) -msgid "Constant Value" -msgstr "一定値" - -#: mate-calc242.xml:2233(keycap) -msgid "&" +#: C/base.page:25(p) +msgid "4B₁₆" msgstr "" -#: mate-calc242.xml:2239(para) -msgid "( and )" -msgstr "( および )" - -#: mate-calc242.xml:2245(para) -msgid "* or x" -msgstr "* または x" - -#: mate-calc242.xml:2275(keycap) -msgid ":" +#: C/base.page:29(p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." msgstr "" -#: mate-calc242.xml:2287(para) -msgid "= or Return" -msgstr "= または Return" - -#: mate-calc242.xml:2299(keycap) -msgid "?" +#: C/base.page:32(p) +msgid "" +"To set the base that results are shown in change the result format." msgstr "" -#: mate-calc242.xml:2305(keycap) -msgid "@" +#: C/base.page:35(p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." msgstr "" -#: mate-calc242.xml:2311(keycap) -msgid "[" -msgstr "" +#: C/absolute.page:9(title) +#, fuzzy +#| msgid "Absolute Value" +msgid "Absolute Values" +msgstr "絶対値" -#: mate-calc242.xml:2317(keycap) -msgid "]" +#: C/absolute.page:11(p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." msgstr "" -#: mate-calc242.xml:2323(keycap) -msgid "^" +#: C/absolute.page:15(p) +msgid "|−1|" msgstr "" -#: mate-calc242.xml:2329(keycap) -msgid "{" +#: C/absolute.page:18(p) +msgid "abs (−1)" msgstr "" -#: mate-calc242.xml:2335(keycap) -msgid "|" +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: C/index.page:0(None) +msgid "translator-credits" msgstr "" -#: mate-calc242.xml:2341(keycap) -msgid "}" -msgstr "" +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "電卓 のマニュアル V2.5.1" -#: mate-calc242.xml:2347(keycap) -msgid "~" -msgstr "N" +#~ msgid "MATE Documentation Project" +#~ msgstr "MATE ドキュメンテーションプロジェクト" -#: mate-calc242.xml:2359(keycap) mate-calc242.xml:2489(keycap) -#: mate-calc242.xml:2495(keycap) mate-calc242.xml:2501(keycap) -#: mate-calc242.xml:2507(keycap) mate-calc242.xml:2513(keycap) -#: mate-calc242.xml:2519(keycap) mate-calc242.xml:2525(keycap) -#: mate-calc242.xml:2531(keycap) mate-calc242.xml:2537(keycap) -msgid "Ctrl" -msgstr "" +#~ msgid "MATE Documentation Team" +#~ msgstr "MATE ドキュメンテーションチーム" -#: mate-calc242.xml:2365(keycap) -msgid "Delete" -msgstr "" +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "電卓 マニュアル V2.5.1" -#: mate-calc242.xml:2374(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -msgstr "" -"電卓 科学モードオプションに関するキーボードの" -"ショートカットのクイックリファレンス" +#~ msgid "Sun MATE Documentation Team" +#~ msgstr "Sun MATE ドキュメンテーションチーム" -#: mate-calc242.xml:2385(para) -msgid "Option" -msgstr "オプション" +#~ msgid "mate-calc Manual V2.4" +#~ msgstr "mate-calc マニュアル V2.5" -#: mate-calc242.xml:2394(keycap) mate-calc242.xml:2400(keycap) -#: mate-calc242.xml:2406(keycap) mate-calc242.xml:2412(keycap) -#: mate-calc242.xml:2418(keycap) mate-calc242.xml:2424(keycap) -#: mate-calc242.xml:2430(keycap) mate-calc242.xml:2436(keycap) -#: mate-calc242.xml:2442(keycap) mate-calc242.xml:2448(keycap) -#: mate-calc242.xml:2454(keycap) mate-calc242.xml:2460(keycap) -msgid "Alt" -msgstr "" +#~ msgid "June 2003" +#~ msgstr "2003 年 7 月" -#: mate-calc242.xml:2396(para) -msgid "Set the trigonometric type to Gradients." -msgstr "三角関数のタイプを傾斜に設定します。" +#~ msgid "mate-calc Manual V2.3" +#~ msgstr "mate-calc マニュアル V2.4" -#: mate-calc242.xml:2402(para) -msgid "Set the numeric base to binary." -msgstr "2 進数に設定" +#, fuzzy +#~ msgid "April 2003" +#~ msgstr "" +#~ "#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "2003 年 6 月\n" +#~ "#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "2003 年 4 月" -#: mate-calc242.xml:2408(para) -msgid "Set the numeric base to decimal." -msgstr "10 進数に設定" +#~ msgid "mate-calc Manual V2.2" +#~ msgstr "mate-calc マニュアル V2.3" -#: mate-calc242.xml:2414(para) -msgid "Set the display type to Fixed-Point format." -msgstr "表示タイプを固定小数点形式に設定" +#~ msgid "mate-calc Manual V2.1" +#~ msgstr "mate-calc マニュアル V2.2" -#: mate-calc242.xml:2418(keycap) -msgid "g" -msgstr "" +#, fuzzy +#~ msgid "March 2003" +#~ msgstr "" +#~ "#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "2003 年 4 月\n" +#~ "#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "2003 年 3 月" + +#~ msgid "mate-calc Manual V2.0" +#~ msgstr "mate-calc マニュアル V2.1" + +#~ msgid "" +#~ "This manual describes version 4.2.100 of mate-calc." +#~ msgstr "" +#~ "このマニュアルは電卓のバージョン 4.2.103 につい" +#~ "て説明します。" + +#~ msgid "Feedback" +#~ msgstr "フィードバック" + +#~ msgid "" +#~ "To report a bug or make a suggestion regarding the " +#~ "mate-calc application or this manual, follow " +#~ "the directions in the MATE Feedback Page." +#~ msgstr "" +#~ "電卓 アプリケーションまたはこのマニュアルに関し" +#~ "てバグやご意見をご報告いただく場合は、MATE フィードバックページ にある説明に従ってくださ" +#~ "い。" -#: mate-calc242.xml:2420(para) -msgid "Set the trigonometric type to Degrees." -msgstr "三角関数のタイプを度数に設定" +#, fuzzy +#~ msgid "Calculator" +#~ msgstr "" +#~ "#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "電卓\n" +#~ "#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "「Calculator」" + +#~ msgid "Introduction" +#~ msgstr "概要" + +#~ msgid "" +#~ "The mate-calc application is multifunctional " +#~ "and can handle different types of mathematical approaches." +#~ msgstr "" +#~ "電卓 アプリケーションは多機能で、複数の数学アプ" +#~ "ローチを処理できます。" + +#~ msgid "" +#~ "The mate-calc application has the following " +#~ "modes:" +#~ msgstr "" +#~ "電卓 アプリケーションのモードは、以下のとおりで" +#~ "す。" + +#~ msgid "Basic Mode" +#~ msgstr "基本モード" + +#~ msgid "" +#~ "Provides standard calculator functions. You can store numbers in 10 " +#~ "different memory registers, and easily retrieve and replace the numbers " +#~ "in the memory registers. Basic Mode is the default mode. You can use all " +#~ "of the Basic Mode functions in each of the other modes." +#~ msgstr "" +#~ "標準的な電卓機能を提供します。数字を 10 個のメモリレジスタに保存し、メモリ" +#~ "レジスタ内の数字を簡単に検索、置換できます。基本モードは、デフォルトモード" +#~ "です。他の各モードでも、基本モード機能はすべて使用できます。" + +#~ msgid "Provides several complex financial functions." +#~ msgstr "複雑な財務機能を複数提供します。" + +#~ msgid "" +#~ "Provides many additional mathematical functions, including trigonometric " +#~ "and logical functions. You can also store your own functions and " +#~ "constants, when you use Scientific Mode." +#~ msgstr "" +#~ "三角関数や論理機能など多くの数学機能を提供します。科学モードでは、ユーザが" +#~ "定義した機能や定数も保存できます。" + +#~ msgid "" +#~ "You can use mate-calc in the following " +#~ "numbering systems:" +#~ msgstr "電卓 は、以下の進法で使用できます。" + +#~ msgid "Numbering System" +#~ msgstr "進法" + +#~ msgid "Base" +#~ msgstr "基数" + +#~ msgid "Getting Started" +#~ msgstr "基本的な使用方法" + +#~ msgid "" +#~ "When you start mate-calc, the " +#~ "following window is displayed:" +#~ msgstr "" +#~ "電卓 の起動時には、次のウィンドウ" +#~ "が表示されます。" + +#~ msgid "mate-calc Basic Mode Window" +#~ msgstr "電卓 の基本モードウィンドウ" + +#~ msgid "Shows mate-calc Basic Mode window." +#~ msgstr "" +#~ "電卓 の基本モード ウィンドウが表示されます。" + +#~ msgid "" +#~ "The mate-calc window contains " +#~ "the following elements:" +#~ msgstr "" +#~ "電卓 ウィンドウには、以下の要素が" +#~ "含まれています。" + +#~ msgid "Menubar" +#~ msgstr "メニューバー" + +#~ msgid "" +#~ "The menus on the menubar contain all of the commands that you need to " +#~ "work with mate-calc." +#~ msgstr "" +#~ "メニューバーのメニューには、電卓 " +#~ "で必要なコマンドがすべて含まれています。" + +#~ msgid "Display area" +#~ msgstr "表示領域" + +#~ msgid "" +#~ "The display area shows the numbers that you enter, and the results of " +#~ "calculations. You can enter numbers of up to forty digits." +#~ msgstr "" +#~ "表示領域には、入力した数字および計算結果が表示されます。40 桁までの数字を" +#~ "入力できます。" + +#~ msgid "Mode area" +#~ msgstr "モード領域" + +#~ msgid "" +#~ "The mode area displays the buttons for the currently selected mode. The " +#~ "Basic Mode buttons are always displayed. When you choose Financial Mode, " +#~ "the Financial Mode buttons are displayed above the Basic Mode buttons. " +#~ "When you choose Scientific Mode, the Scientific Mode buttons are " +#~ "displayed above the Basic Mode Buttons." +#~ msgstr "" +#~ "モード領域では、現在選択されているモードのボタンが表示されます。基本モード" +#~ "ボタンは、常に表示されています。財務モードを選択すると、 財務モードボタン" +#~ "が基本モードボタンの上に表示されます。科学モードを選択すると、 科学モード" +#~ "ボタンが基本モードボタンの上に表示されます。" + +#~ msgid "Popup Menu" +#~ msgstr "ポップアップメニュー" + +#~ msgid "Shows popup-menu symbol." +#~ msgstr "ポップアップメニューシンボルを表示" + +#~ msgid "" +#~ "The symbol on a mate-calc " +#~ "button indicates that a popup menu is displayed when you click on that " +#~ "button." +#~ msgstr "" +#~ "電卓 ボタンの シンボルは、その" +#~ "ボタンをクリックするとポップアップメニューが表示されることを表しています。" + +#~ msgid "Usage" +#~ msgstr "使用方法" + +#~ msgid "To Use Calculator Functions" +#~ msgstr "電卓機能を使用する" + +#~ msgid "To perform a calculation, use one of the following methods:" +#~ msgstr "計算は、以下のどちらかの方法で行います。" + +#~ msgid "" +#~ "Click on the mate-calc buttons to enter " +#~ "numbers and functions." +#~ msgstr "" +#~ "電卓 ボタンをクリックして、数字と関数を入力しま" +#~ "す。" + +#~ msgid "" +#~ "Give focus to the mate-calc window, then use " +#~ "the keyboard or numeric keypad to specify the calculation that you want " +#~ "to perform. For a complete list of keyboard shortcuts, see ." +#~ msgstr "" +#~ "電卓 ウィンドウにフォーカスを移動し、キーボード" +#~ "または数値入力キーで、実行する計算を指定します。キーボードのショートカット" +#~ "の全リストについては、を参" +#~ "照してください。" + +#~ msgid "" +#~ "The mate-calc application automatically " +#~ "displays numbers with more than 40 digits, and small numbers, as " +#~ "exponential numbers. For example, the following table shows the value " +#~ "that is displayed when you use the decimal numeric base with an accuracy " +#~ "of 2 significant places:" +#~ msgstr "" +#~ "電卓 アプリケーションは、40 桁以上の数字や小数" +#~ "を自動的に指数として表示します。以下の表の例では、小数点以下 2 桁の 10 進" +#~ "数を使用している場合に表示される値が示されています。" + +#~ msgid "Display" +#~ msgstr "表示される情報" + +#~ msgid "Signifies" +#~ msgstr "意味" + +#~ msgid "" +#~ "For information about how to enter a number in exponential format, see " +#~ "." +#~ msgstr "" +#~ "数字を指数形式で入力する方法については、を参照してください。" + +#~ msgid "" +#~ "To copy the result of a calculation, choose EditCopy. You can paste the " +#~ "value into another application." +#~ msgstr "" +#~ "計算結果をコピーするには、「編集」「コピー」の順に選択しま" +#~ "す。 値は、他のアプリケーションに張り付けることができます。" + +#~ msgid "" +#~ "To paste a previously copied value into the display area, choose " +#~ "EditPaste." +#~ msgstr "" +#~ "事前にコピーした値を表示領域に張り付けるには、「編" +#~ "集」「貼り付け」の順に選" +#~ "択します。" + +#~ msgid "To Perform Basic Calculations" +#~ msgstr "基本計算を実行する" + +#~ msgid "" +#~ "Basic Mode is displayed by default when you first start " +#~ "mate-calc. To explicitly invoke Basic Mode, " +#~ "choose ViewBasic Mode." +#~ msgstr "" +#~ "電卓 を起動すると、デフォルトで基本モードが表示" +#~ "されます。基本モードを明示的に呼び出すには、「表示」" +#~ "「Basic Mode」の順に選択" +#~ "します。" + +#~ msgid "To Perform Simple Calculations" +#~ msgstr "簡単な計算を実行する" + +#~ msgid "" +#~ "To perform simple calculations, use the buttons described in ." +#~ msgstr "" +#~ "簡単な 計算を実行するには、 " +#~ "に説明のあるボタンを使います。" + +#~ msgid "Performing Simple Calculations" +#~ msgstr "簡単な計算の実行" + +#~ msgid "Button" +#~ msgstr "ボタン" + +#~ msgid "Description" +#~ msgstr "説明" + +#~ msgid "Example" +#~ msgstr "例" + +#~ msgid "Numerals" +#~ msgstr "数値キー" + +#~ msgid "0 to 9 inclusive" +#~ msgstr "0から9" + +#~ msgid "" +#~ "In decimal and hexadecimal base, all numerals are available. In octal " +#~ "base, 8 and 9 are " +#~ "unavailable. In binary base, only 0 and " +#~ "1 are available. The default base is decimal." +#~ msgstr "" +#~ "10 進法と 16 進法では、すべての数値キーを使用できます。8 進法では、" +#~ "「8」「9」 は使用できませ" +#~ "ん。2 進法では、「0」「1」" +#~ "だけを使用できます。デフォルトは、10 進法です。" + +#~ msgid "Numeric point" +#~ msgstr "小数点" + +#~ msgid "Starts the fractional part of a numeric entry." +#~ msgstr "数字の小数部分の入力を開始します。" + +#~ msgid "Calculate a result" +#~ msgstr "結果の計算" + +#~ msgid "Displays the result of the current calculation in the current base." +#~ msgstr "現在の計算結果が現在の進法で表示されます。" + +#~ msgid "Addition" +#~ msgstr "足し算" + +#~ msgid "" +#~ "Adds the current value in the display area to the next number that you " +#~ "enter." +#~ msgstr "表示領域内の値を次に入力する数字に加えます。" + +#~ msgid "" +#~ "Subtracts from the current value in the display area the next number that " +#~ "you enter." +#~ msgstr "表示領域内の値から次に入力する数字を引きます。" + +#~ msgid "Multiplication" +#~ msgstr "掛け算" + +#~ msgid "" +#~ "Multiplies the current value in the display area by the next number that " +#~ "you enter." +#~ msgstr "表示領域内の値に次に入力する数字をかけます。" + +#~ msgid "" +#~ "Divides the current value in the display area by the next number that you " +#~ "enter." +#~ msgstr "表示領域内の値を次に入力する数字で割ります。" + +#~ msgid "To Erase Characters" +#~ msgstr "文字を消去する" + +#~ msgid "" +#~ "To erase characters, use the buttons described in ." +#~ msgstr "" +#~ "文字を消去するには、 に説明の" +#~ "あるボタンを使います。" + +#~ msgid "Backspace" +#~ msgstr "バックスペース" + +#~ msgid "Removes the rightmost character from the display area." +#~ msgstr "右端の文字を表示領域から削除します。" + +#~ msgid "Clear Entry" +#~ msgstr "エントリの消去" + +#~ msgid "Removes the current value from the display area." +#~ msgstr "現在の値を表示領域から削除します。" + +#~ msgid "Clear" +#~ msgstr "平文" + +#~ msgid "" +#~ "Resets the current value in the display area to zero. Clr also deselects the Hyp and Inv options in Scientific Mode." +#~ msgstr "" +#~ "表示領域内の値を 0 にリセットします。「Clr」は、科" +#~ "学モードでは「Hyp」「Inv」オプ" +#~ "ションの選択解除も行います。" + +#~ msgid "To Perform Arithmetic Calculations" +#~ msgstr "算術計算を実行する" + +#~ msgid "" +#~ "To perform arithmetic calculations, use the buttons described in ." +#~ msgstr "" +#~ "算術計算を実行するには、 に説" +#~ "明のあるボタンを使います。" + +#~ msgid "Performing Arithmetic Calculations" +#~ msgstr "算術計算の実行" + +#~ msgid "" +#~ "Uses the next number that you enter to calculate that percentage of the " +#~ "current value in the display area." +#~ msgstr "表示領域内の値の次に入力する数字のパーセンテージを計算します。" + +#~ msgid "Reciprocal" +#~ msgstr "逆数" + +#~ msgid "Divides 1 by the current value in the display area." +#~ msgstr "1を表示領域内の値で割ります。" + +#~ msgid "Change the arithmetic sign" +#~ msgstr "演算符号の変更" + +#~ msgid "" +#~ "Changes a positive number to a negative number, or a negative number to a " +#~ "positive number." +#~ msgstr "正の数を負の数に、または負の数を正の数に変更します。" + +#~ msgid "Calculates the square root of the current value in the display area." +#~ msgstr "表示領域内の値の平方根を計算します。" + +#~ msgid "Square" +#~ msgstr "平方" + +#~ msgid "Calculates the square of the current value in the display area." +#~ msgstr "表示領域内の値の平方を計算します。" + +#~ msgid "" +#~ "Calculates the integer portion of the current value in the display area." +#~ msgstr "表示領域内の値の整数部分を計算します。" + +#~ msgid "" +#~ "Calculates the fractional portion of the current value in the display " +#~ "area." +#~ msgstr "表示領域内の値の小数部分を計算します。" + +#~ msgid "" +#~ "Calculates the absolute value of the current value in the display area." +#~ msgstr "表示領域内の値の絶対値を計算します。" + +#~ msgid "To Use the Calculator Memory Registers" +#~ msgstr "電卓メモリレジスタを使用する" + +#~ msgid "" +#~ "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose " +#~ "ViewMemory Registers." +#~ msgstr "" +#~ "10 個の 電卓 メモリレジスタ R0 から R9 のどこにでも値を保存できます。 メモ" +#~ "リレジスタを表示するには、「表示」「Memory Registers」の順に" +#~ "選択します。" + +#~ msgid "" +#~ " describes the memory functions " +#~ "that you can use." +#~ msgstr "" +#~ " では、使用可能なメモリ機能が説明" +#~ "されています。" + +#~ msgid "Memory Functions" +#~ msgstr "メモリ機能" + +#~ msgid "Store Value in Memory Register" +#~ msgstr "メモリレジスタに値を保存" + +#~ msgid "" +#~ "Stores the current contents of the display area in the specified memory " +#~ "register. Click on Sto, and select a memory " +#~ "register from the popup menu." +#~ msgstr "" +#~ "指定されたメモリレジスタに表示領域の内容を保存します。「Sto」をクリックし、ポップアップメニューからメモリレジスタを選択しま" +#~ "す。" + +#~ msgid "" +#~ "To clear a memory register during a mate-calc " +#~ "session:" +#~ msgstr "" +#~ "電卓 のセッション中にメモリレジスタをクリアする" +#~ "には" + +#~ msgid "Click Clr." +#~ msgstr "「Clr」をクリックします。" + +#~ msgid "Click on Sto." +#~ msgstr "「Sto」をクリックします。" + +#~ msgid "Select the memory register from the popup menu." +#~ msgstr "ポップアップメニューからメモリレジスタを選択します。" + +#~ msgid "The value 22 is stored in memory register R2" +#~ msgstr "値 22 がメモリレジスタ R2 に保存されました。" + +#~ msgid "Retrieve Value From Memory Register" +#~ msgstr "メモリレジスタの値を取り出し" + +#~ msgid "" +#~ "Retrieves the contents of the specified memory register. Click on " +#~ "Rcl, and select the memory register from the popup " +#~ "menu." +#~ msgstr "" +#~ "指定されたメモリレジスタの内容を取り出します。「Rcl」をクリックし、ポップアップメニューからメモリレジスタを選択しま" +#~ "す。" + +#~ msgid "where 22 is the value previously stored in memory register R2" +#~ msgstr "22 は先ほどメモリレジスタ R2 に保存された値です。" + +#~ msgid "Exchange Memory Register Value and Displayed Value" +#~ msgstr "メモリレジスタの値と表示値を交換" + +#~ msgid "" +#~ "Exchanges the contents of the specified memory register and the current " +#~ "value in the display area. Click on Exch, and " +#~ "select the memory register from the popup menu." +#~ msgstr "" +#~ "指定されたメモリレジスタの内容と表示領域内の値を交換します。" +#~ "「Exch」をクリックし、ポップアップメニューからメモリレジスタを" +#~ "選択します。" + +#~ msgid "" +#~ "Value in display area changes from 44 to 22, value in R2 changes from 22 " +#~ "to 44" +#~ msgstr "表示領域内の値が 44 から 22 に、R2 の値が 22 から 44 に変わります。" + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "memory register, as shown in the following examples:" +#~ msgstr "" +#~ "キーボードのショートカットを使用する場合は、以下の例のようにキーボードで " +#~ "メモリレジスタを指定します。" + +#~ msgid "Keyboard Entry" +#~ msgstr "キーボードの入力" + +#~ msgid "" +#~ "Stores the current contents of the display area in memory register " +#~ "R2." +#~ msgstr "" +#~ "メモリレジスタ R2 に表示領域の内容を保存します。" + +#~ msgid "" +#~ "Retrieves the current contents of memory register R2 " +#~ "into the display area." +#~ msgstr "" +#~ "メモリレジスタ R2 の内容を表示領域に取り出します。" + +#~ msgid "" +#~ "Exchanges the current value of the display area with the contents of " +#~ "memory register R2." +#~ msgstr "" +#~ "表示領域内の値とメモリレジスタ R2 の内容を交換しま" +#~ "す。" + +#~ msgid "To Display ASCII Values" +#~ msgstr "ASCII 値を表示する" + +#~ msgid "" +#~ "To display the ASCII value of a character, choose " +#~ "EditInsert ASCII Value." +#~ msgstr "" +#~ "文字の ASCII 値を表示するには、「編集」「Insert ASCII Value」の順" +#~ "に選択します。" + +#~ msgid "The Insert ASCII Value dialog is displayed." +#~ msgstr "「Insert ASCII Value」ダイアログが表示されます。" + +#~ msgid "" +#~ "Enter the required character in the Character field, " +#~ "and click on Insert. The ASCII value of that " +#~ "character, in the current numeric base, appears in the display area. For " +#~ "example, the ASCII value of B in decimal base is 66." +#~ msgstr "" +#~ "ASCII 値を表示する文字を「Character」フィールドに入力" +#~ "し、「Insert」をクリックします。 指定した文字の " +#~ "ASCII 値が、現在の進法で表示領域に表示されます。 たとえば、B の ASCII 値" +#~ "は、10 進法では 66 です。" + +#~ msgid "" +#~ "To change to Financial Mode, choose ViewFinancial Mode." +#~ msgstr "" +#~ "財務モードを変更するには、「表示」「Financial Mode」の順に選" +#~ "択します。" + +#~ msgid "" +#~ "When you change to Financial Mode, the following Financial Mode buttons " +#~ "are displayed above the Basic Mode buttons:" +#~ msgstr "" +#~ "財務モードに変更すると、以下の 財務モードボタンが基本モードボタンの上に表" +#~ "示されます。" + +#~ msgid "mate-calc Financial Mode Buttons" +#~ msgstr "電卓 の財務モードボタン" + +#~ msgid "Shows mate-calc Financial Mode buttons." +#~ msgstr "電卓 の財務モードボタンを表示します。" + +#~ msgid "" +#~ "To perform financial calculations, use the buttons described in ." +#~ msgstr "" +#~ "財務上の計算を実行するには、 に説明のあるボタンを使います。" + +#~ msgid "Performing Financial Calculations" +#~ msgstr "財務上の計算の実行" + +#~ msgid "Compounding Term" +#~ msgstr "複利計算期" + +#~ msgid "This function uses the following memory registers:" +#~ msgstr "この機能は、以下のメモリレジスタを使用します。" + +#~ msgid "Register 0" +#~ msgstr "レジスタ 0" + +#~ msgid "int, the periodic interest rate" +#~ msgstr "int。定期利率" + +#~ msgid "Register 1" +#~ msgstr "レジスタ 1" + +#~ msgid "fv, the future value" +#~ msgstr "fv。将来価値" + +#~ msgid "Register 2" +#~ msgstr "レジスタ 2" + +#~ msgid "pv, the present value" +#~ msgstr "pv。現在価値" + +#~ msgid "" +#~ "You have just deposited $8000 in an account that pays an annual interest " +#~ "rate of 9%, compounded monthly. Given the annual interest rate, you " +#~ "determine that the monthly interest rate is 0.09 / 12 = 0.0075. To " +#~ "calculate the time period necessary to double your investment, put the " +#~ "following values into the first three memory registers:" +#~ msgstr "" +#~ "$8000 を年利 9% で毎月利率のつく口座に預けたとします。年利から計算すると、" +#~ "月利は 0.09 / 12 = 0.0075 となります。投資額が 2 倍になるまでの期間を計算" +#~ "するには、以下の値を最初の 3 つのメモリレジスタに入力します。" + +#~ msgid "Click on Ctrm." +#~ msgstr "「Ctrm」をクリックします。" + +#~ msgid "The investment doubles in value in 92.77 months." +#~ msgstr "投資は、92.77 か月後に倍になります。" + +#~ msgid "Double-Declining Depreciation" +#~ msgstr "2 倍定率法による減価償却" + +#~ msgid "cost, the amount paid for the asset" +#~ msgstr "cost。その資産に支払った金額" + +#~ msgid "" +#~ "salvage, the value of the asset at the end of " +#~ "its life" +#~ msgstr "" +#~ "salvage。耐用年数が終わったときのその資産の価値" + +#~ msgid "life, the useful life of the asset" +#~ msgstr "life。その資産の耐用年数" + +#~ msgid "Register 3" +#~ msgstr "レジスタ 3" + +#~ msgid "" +#~ "period, the time period for depreciation " +#~ "allowance" +#~ msgstr "period。減価償却費を計算する期間" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the double-" +#~ "declining balance method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "$8000 のオフィス機器を購入したとします。 このマシンの耐用年数は、6 年で" +#~ "す。6 年後の残存価額は、$900 です。 2 倍定率法を使用して、4 年目の減価償却" +#~ "費を計算するには、以下の値を最初の 4 つのメモリレジスタに入力します。" + +#~ msgid "Click on Ddb." +#~ msgstr "「Ddb」をクリックします。" + +#~ msgid "The depreciation expense for the fourth year is $790.12." +#~ msgstr "4 年目の減価償却費は、 $790.12 です。" + +#~ msgid "Future Value" +#~ msgstr "将来値" + +#~ msgid "pmt, the periodic payment" +#~ msgstr "pmt。定期支払額" + +#~ msgid "n, the number of periods" +#~ msgstr "n。回数" + +#~ msgid "" +#~ "You plan to deposit $4000 in a bank account on the last day of each year " +#~ "for the next 20 years. The account pays 8% interest, compounded annually. " +#~ "Interest is paid on the last day of each year. To calculate the value of " +#~ "your account in 20 years, put the following values into the first three " +#~ "memory registers:" +#~ msgstr "" +#~ "これから 20 年間、毎年末に $4000 を銀行口座に預ける計画だとします。口座の" +#~ "利率は 8% で、毎年足されていきます。Interest is paid on the last day of " +#~ "each year. 20 年後の口座の価値を計算するには、以下の値を最初の 3 つのメモ" +#~ "リレジスタに入力します。" + +#~ msgid "Click on Fv." +#~ msgstr "「Fv」をクリックします。" + +#~ msgid "At the end of 20 years, the value of the account is $183,047.86." +#~ msgstr "20 年後の口座の価値は、$183,047.86 になります。" + +#~ msgid "Periodic Payment" +#~ msgstr "定期払い込み" + +#~ msgid "prin, the principal" +#~ msgstr "prin。元金" + +#~ msgid "n, the term" +#~ msgstr "n。期間" + +#~ msgid "" +#~ "You are considering a $120,000 mortgage for 30 years at an annual " +#~ "interest rate of 11.0%. Given the annual interest rate, you determine " +#~ "that the monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * " +#~ "12 = 360 months. To calculate the monthly repayment for this mortgage, " +#~ "put the following values into the first three memory registers:" +#~ msgstr "" +#~ "年利 11.0% で 30 年間の $120,000 のローンを考えているとします。年利から計" +#~ "算すると、月利は 0.11 / 12 = 0.00917 となります。期間は、30 * 12 = 360 か" +#~ "月です。このローンの毎月の支払額を計算するには、以下の値を最初の 3 つのメ" +#~ "モリレジスタに入力します。" + +#~ msgid "Click on Pmt." +#~ msgstr "「Pmt」をクリックします。" + +#~ msgid "The monthly repayment is $1143.15." +#~ msgstr "毎月の返済金は、$1143.15 です。" + +#~ msgid "Present Value" +#~ msgstr "現在値" + +#~ msgid "" +#~ "You have just won a million dollars. The prize is awarded in 20 annual " +#~ "payments of $50,000 each. Annual payments are received at the end of each " +#~ "year. If you were to accept the annual payments of $50,000, you would " +#~ "invest the money at a rate of 9%, compounded annually." +#~ msgstr "" +#~ "100 万ドルが当たったとします。賞金は、毎年 $50,000、20 年払いで支払われま" +#~ "す。その年の支払額は、毎年末に受け取ります。毎年 $50,000 を受け取る場合" +#~ "は、そのお金を毎年足されていく利率 9% の投資に使います。" + +#~ msgid "" +#~ "However, you are given the option of receiving a single lump-sum payment " +#~ "of $400,000 instead of the million dollars annuity. To calculate which " +#~ "option is worth more in today's dollars, put the following values into " +#~ "the first three memory registers:" +#~ msgstr "" +#~ "100 万ドルではなく、$400,000 を一括で受け取るオプションもあります。 現在の" +#~ "価値ではどちらのオプションが得かを計算するには、以下の値を最初の 3 つのメ" +#~ "モリレジスタに入力します。" + +#~ msgid "" +#~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." +#~ msgstr "20 年間で支払われる $1,000,000 の今の価値は、$456,427.28 です。" + +#~ msgid "Periodic Interest Rate" +#~ msgstr "定期利率" + +#~ msgid "" +#~ "You have invested $20,000 in a bond. The bond matures in five years, and " +#~ "has a maturity value of $30,000. Interest is compounded monthly. The term " +#~ "is 5 * 12 = 60 months. To calculate the periodic interest rate for this " +#~ "investment, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "$20,000 を公債に投資したとします。満期は 5 年後で、満期における価額は " +#~ "$30,000 です。 利息は毎月足されていきます。期間は、5 * 12 = 60 か月です。 " +#~ "この投資の定期利率を計算するには、以下の値を最初の 3 つのメモリレジスタに" +#~ "入力します。" + +#~ msgid "Click on Rate." +#~ msgstr "「Rate」をクリックします。" + +#~ msgid "" +#~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " +#~ "12 = 8.14%." +#~ msgstr "月利は、0.678% です。 年利は、0.678% * 12 = 8.14% です。" + +#~ msgid "Straight-Line Depreciation" +#~ msgstr "定額償却" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the yearly depreciation expense, using the straight-line " +#~ "method, put the following values into the first three memory registers:" +#~ msgstr "" +#~ "$8000 のオフィス機器を購入したとします。 このマシンの耐用年数は、6 年で" +#~ "す。6 年後の残存価額は、$900 です。 直線法を用いて年間の減価償却費を計算す" +#~ "るには、以下の値を最初の 3 つのメモリレジスタに入力します。" + +#~ msgid "Click on Sln." +#~ msgstr "「Sln」をクリックします。" + +#~ msgid "The yearly depreciation expense is $1183.33." +#~ msgstr "毎年の償却費は、$1183.33 です。" + +#~ msgid "Sum-Of-The-Years'-Digits Depreciation" +#~ msgstr "算術級数法による減価償却" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the sum-of-" +#~ "the-years'-digits method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "$8000 のオフィス機器を購入したとします。 このマシンの耐用年数は、6 年で" +#~ "す。6 年後の残存価額は、$900 です。 算術級数法を使用して、4 年目の減価償却" +#~ "費を計算するには、以下の値を最初の 4 つのメモリレジスタに入力します。" + +#~ msgid "Click on Syd." +#~ msgstr "「Syd」をクリックします。" + +#~ msgid "The depreciation expense for the fourth year is $1014.29." +#~ msgstr "4 年目の減価償却費は、 $1014.29 です。" + +#~ msgid "Payment Period" +#~ msgstr "支払期間" + +#~ msgid "" +#~ "You plan to deposit $1800 in a bank account on the last day of each year. " +#~ "The account pays 11% interest, compounded annually. Interest is paid on " +#~ "the last day of each year. To calculate the time period necessary to " +#~ "accumulate $120,000, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "毎年の最後の日に、銀行口座に1800 ドル貯金します。口座の利率は 11% で、毎年" +#~ "足されていきます。利子は毎年の再度の日に支払われます。 $120,000 貯まるまで" +#~ "の期間を計算するには、以下の値を最初の 3 つのメモリレジスタに入力します。" + +#~ msgid "Click on Term." +#~ msgstr "「Term」をクリックします。" + +#~ msgid "$120,000 accumulates in the account in 20.32 years." +#~ msgstr "口座に $120,000 貯まるのは、20.32 年後です。" + +#~ msgid "To Perform Scientific Calculations" +#~ msgstr "科学技術計算を実行する" + +#~ msgid "" +#~ "To change to Scientific Mode, choose ViewScientific Mode." +#~ msgstr "" +#~ "科学モードを変更するには、「表示」「Scientific Mode」の順に" +#~ "選択します。" + +#~ msgid "" +#~ "When you change to Scientific Mode, the following Scientific Mode buttons " +#~ "are displayed above the Basic Mode buttons:" +#~ msgstr "" +#~ "科学モードに変更すると、以下の科学モードボタンが基本モードボタンの上に表示" +#~ "されます。" + +#~ msgid "mate-calc Scientific Mode Buttons" +#~ msgstr "電卓 の科学モードボタン" + +#~ msgid "Shows mate-calc Scientific Mode buttons." +#~ msgstr "電卓 科学モードボタンを表示します。" + +#~ msgid "To Set the Accuracy" +#~ msgstr "精度を設定する" + +#~ msgid "" +#~ "To set the accuracy of the display area and of the memory registers, " +#~ "click on Acc, and select from the popup menu the " +#~ "accuracy level that you require. The current accuracy level is indicated " +#~ "by a preceding black circle in the popup menu. Up to 9 significant places " +#~ "can be displayed. The default accuracy is 9 significant places." +#~ msgstr "" +#~ "表示領域およびメモリレジスタの精度を設定するには、「Acc」をクリックし、ポップアップメニューから精度レベルを選択します。" +#~ "ポップアップメニューの現在の精度レベルの前には、黒い丸がつけられています。" +#~ "小数点以下 9 桁までを表示できます。デフォルトの精度は、小数点以下 9 桁で" +#~ "す。" + +#~ msgid "" +#~ "By default, trailing zeroes are not shown. To display trailing zeroes, " +#~ "click on Acc and select Show Trailing " +#~ "Zeroes from the popup menu, or choose " +#~ "ViewShow Trailing Zeroes. A preceding tick in the Acc popup menu or View menu indicates that the " +#~ "Show Trailing Zeroes option has been selected. To " +#~ "hide trailing zeroes, choose ViewShow Trailing Zeroes " +#~ "again." +#~ msgstr "" +#~ "デフォルトでは、後続の 0 は表示されていません。後続の 0 を表示するには、" +#~ "「Acc」 をクリックし、ポップアップメニューから" +#~ "「Show Trailing Zeroes」を選択するか、または" +#~ "「表示」「Show Trailing " +#~ "Zeroes」の順に選択します。 「Acc」ポップアップメニューまたは「表示」メニューの" +#~ "前のチェックは、「Show Trailing Zeroes」オプションが" +#~ "選択されていることを表しています。後続の 0 を非表示にするには、再度" +#~ "「表示」「Show Trailing " +#~ "Zeroes」の順に選択します。" + +#~ msgid "" +#~ "The examples in the following table show how the accuracy setting affects " +#~ "x in the display area, when you use decimal " +#~ "base, with the Show Trailing Zeroes option " +#~ "selected, for the 1 / 8 = x " +#~ "calculation:" +#~ msgstr "" +#~ "以下の表の例は、10 進法を使用し、「Show Trailing Zeroes」オプションを選択している場合に、1 / 8 = " +#~ "x の計算で、精度設定がどのように表示" +#~ "領域の x に影響するかを例示しています。" + +#~ msgid "Accuracy" +#~ msgstr "精度" + +#~ msgid "1 significant place" +#~ msgstr "小数点以下 1 桁" + +#~ msgid "2 significant places" +#~ msgstr "小数点以下 2 桁" + +#~ msgid "3 significant places" +#~ msgstr "小数点以下 3 桁" + +#~ msgid "To Set the Numeric Base" +#~ msgstr "基数を設定する" + +#~ msgid "" +#~ "To set the numeric base, select one of the buttons described in ." +#~ msgstr "" +#~ "基数を選択するには、 に説明のあ" +#~ "るボタンの 1 つを選択します。" + +#~ msgid "Setting the Numeric Base" +#~ msgstr "基数の設定" + +#~ msgid "Binary Base" +#~ msgstr "基数 2" + +#~ msgid "Sets the numeric base to binary, that is, base 2." +#~ msgstr "基数が 2 の 2 進数に設定します。" + +#~ msgid "Octal Base" +#~ msgstr "基数 8" + +#~ msgid "Sets the numeric base to octal, that is, base 8." +#~ msgstr "基数が 8 の 8 進数に設定します。" + +#~ msgid "Decimal Base" +#~ msgstr "基数 10" + +#~ msgid "" +#~ "Sets the numeric base to decimal, that is, base 10. Decimal is the " +#~ "default numeric base. If you change from Scientific Mode to either Basic " +#~ "Mode or Financial Mode, mate-calc " +#~ "automatically sets the numeric base to decimal." +#~ msgstr "" +#~ "基数が 10 の 10 進数に設定します。デフォルトの基数は、10 です。科学モード" +#~ "から基本モードまたは財務モードに変更すると、基数は 電卓 によって自動的に 10 進数に設定されます。" + +#~ msgid "Hexadecimal Base" +#~ msgstr "16 進数" + +#~ msgid "Sets the numeric base to hexadecimal, that is, base 16." +#~ msgstr "基数が 16 の 16 進数に設定します。" + +#~ msgid "To Set the Display Type" +#~ msgstr "表示タイプを設定する" + +#~ msgid "" +#~ "To set the display type, select one of the buttons described in ." +#~ msgstr "" +#~ "表示タイプを設定するには、 " +#~ "に説明のあるボタンの 1 つを選択します。" + +#~ msgid "Setting the Display Type" +#~ msgstr "表示タイプの設定" + +#~ msgid "Fixed-Point Display Type" +#~ msgstr "固定小数点表示タイプ" + +#~ msgid "" +#~ "Sets the display type to Fixed-Point format. Results are not displayed in " +#~ "scientific notation. Fixed-Point is the default display type. If you " +#~ "change from Scientific Mode to either Basic Mode or Financial Mode, " +#~ "mate-calc automatically sets the display type " +#~ "to Fixed-Point format." +#~ msgstr "" +#~ "表示タイプを固定小数点形式に設定します。結果は、科学的表記では表示されませ" +#~ "ん。デフォルトは、固定小数点表示タイプです。科学モードから基本モードまたは" +#~ "財務モードに変更すると、表示タイプは 電卓 に" +#~ "よって自動的に固定小数点形式に設定されます。" + +#~ msgid "Scientific Display Type" +#~ msgstr "科学的表示タイプ" + +#~ msgid "" +#~ "Sets the display type to Scientific format. Results are displayed in " +#~ "scientific notation, with a fixed number of numeric digits." +#~ msgstr "" +#~ "表示タイプを科学的形式に設定します。結果は科学的表記で表示され、数値の桁数" +#~ "は固定されています。" + +#~ msgid "To Set the Trigonometric Type" +#~ msgstr "三角関数のタイプを設定する" + +#~ msgid "" +#~ "To set the trigonometric type, select one of the buttons described in " +#~ "." +#~ msgstr "" +#~ "三角関数のタイプを選択するには、 に説明のあるボタンの 1 つを選択します。" + +#~ msgid "Setting the Trigonometric Type" +#~ msgstr "三角関数のタイプの設定" + +#~ msgid "Degrees" +#~ msgstr "度数" + +#~ msgid "" +#~ "Sets the trigonometric type to Degrees. Degrees is the default " +#~ "trigonometric type." +#~ msgstr "" +#~ "三角関数のタイプを度数に設定します。デフォルトの三角関数のタイプは、度数で" +#~ "す。" + +#~ msgid "Gradients" +#~ msgstr "傾斜" + +#~ msgid "Sets the trigonometric type to Gradients." +#~ msgstr "三角関数のタイプを傾斜に設定します。" + +#~ msgid "Radians" +#~ msgstr "ラジアン" + +#~ msgid "Sets the trigonometric type to Radians." +#~ msgstr "三角関数のタイプをラジアンに設定します。" + +#~ msgid "To Set the Trigonometric Options" +#~ msgstr "三角関数オプションを設定する" + +#~ msgid "" +#~ "To set the trigonometric options, use the options described in ." +#~ msgstr "" +#~ "三角関数オプションを設定するには、 に説明のあるオプションを使います。" + +#~ msgid "Setting the Trigonometric Options" +#~ msgstr "三角関数オプションの設定" + +#~ msgid "" +#~ "Selects the hyperbolic option for use with the trigonometric functions." +#~ msgstr "三角関数機能と一緒に双曲線オプションを使用します。" + +#~ msgid "Inverse Option Indicator" +#~ msgstr "反転オプションインジケータ" + +#~ msgid "Selects the inverse option for use with the trigonometric functions." +#~ msgstr "三角関数機能と一緒に反転オプションを使用します。" + +#~ msgid "" +#~ "By default, the options described in are not selected. Click Clr to " +#~ "deselect these options." +#~ msgstr "" +#~ "デフォルトでは、 に説明のあ" +#~ "るオプションは選択されていません。これらのオプションの選択を解除するには、" +#~ "「Clr」をクリックします。" + +#~ msgid "To Calculate Trigonometric Values" +#~ msgstr "三角関数を計算する" + +#~ msgid "" +#~ "To calculate trigonometric values, use the buttons described in ." +#~ msgstr "" +#~ "三角関数の値を計算するには、 に" +#~ "説明のあるボタンを使います。" + +#~ msgid "Calculating Trigonometric Values" +#~ msgstr "三角関数の計算" + +#~ msgid "Cosine cos" +#~ msgstr "余弦曲線cos" + +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "「Cos」「Hyp」" +#~ "「Inv」オプションは選択されていません。" + +#~ msgid "Calculates the cosine of the current value in the display area." +#~ msgstr "表示領域内の値の余弦曲線を計算します。" + +#~ msgid "Arc Cosine acos" +#~ msgstr "余弦曲線弧acos" + +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "「Cos」「Hyp」オプションは選" +#~ "択されておらず、「Inv」オプションは選択されています。" + +#~ msgid "Calculates the arc cosine of the current value in the display area." +#~ msgstr "表示領域内の値の余弦曲線弧を計算します。" + +#~ msgid "Hyperbolic Cosine cosh" +#~ msgstr "双曲線余弦曲線cosh" + +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "「Cos」「Hyp」オプションは選" +#~ "択されておらず、「Inv」オプションは選択されています。" + +#~ msgid "" +#~ "Calculates the hyperbolic cosine of the current value in the display area." +#~ msgstr "表示領域内の値の双曲線余弦曲線を計算します。" + +#~ msgid "Arc Hyperbolic Cosine acosh" +#~ msgstr "双曲線余弦曲線弧acosh" + +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "「Cos」「Hyp」オプションと" +#~ "「Inv」オプションは選択されています。" + +#~ msgid "" +#~ "Calculates the arc hyperbolic cosine of the current value in the display " +#~ "area." +#~ msgstr "表示領域内の値の双曲線余弦曲線弧を計算します。" + +#~ msgid "Sine sin" +#~ msgstr "正弦曲線sin" + +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "「Sin」「Hyp」" +#~ "「Inv」オプションは選択されていません。" + +#~ msgid "Calculates the sine of the current value in the display area." +#~ msgstr "表示領域内の値の正弦曲線を計算します。" + +#~ msgid "Arc Sine asin" +#~ msgstr "正弦曲線弧asin" + +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "「Sin」「Hyp」オプションは選" +#~ "択されておらず、「Inv」オプションは選択されています。" + +#~ msgid "Calculates the arc sine of the current value in the display area." +#~ msgstr "表示領域内の値の正弦曲線弧を計算します。" + +#~ msgid "Hyperbolic Sine sinh" +#~ msgstr "双曲線正弦曲線sinh" + +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "「Sin」「Hyp」オプションは選" +#~ "択されておらず、「Inv」オプションは選択されています。" + +#~ msgid "" +#~ "Calculates the hyperbolic sine of the current value in the display area." +#~ msgstr "表示領域内の値の双曲線正弦曲線を計算します。" + +#~ msgid "Arc Hyperbolic Sine asinh" +#~ msgstr "双曲線正弦曲線弧asinh" + +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "「Sin」「Hyp」オプションと" +#~ "「Inv」オプションは選択されています。" + +#~ msgid "" +#~ "Calculates the arc hyperbolic sine of the current value in the display " +#~ "area." +#~ msgstr "表示領域内の値の双曲線正弦曲線弧を計算します。" + +#~ msgid "Tangent tan" +#~ msgstr "正接曲線tan" + +#~ msgid "" +#~ "Tan, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "「Tan」「Hyp」" +#~ "「Inv」オプションは選択されていません。" + +#~ msgid "Calculates the tangent of the current value in the display area." +#~ msgstr "表示領域内の値の正接曲線を計算します。" + +#~ msgid "Arc Tangent atan" +#~ msgstr "正接曲線弧atan" + +#~ msgid "" +#~ "Tan, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "「Tan」「Hyp」オプションは選" +#~ "択されておらず、「Inv」オプションは選択されています。" + +#~ msgid "Calculates the arc tangent of the current value in the display area." +#~ msgstr "表示領域内の値の正接曲線弧を計算します。" + +#~ msgid "Hyperbolic Tangent tanh" +#~ msgstr "双曲線正接曲線tanh" + +#~ msgid "" +#~ "Tan, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "「Tan」「Hyp」オプションは選" +#~ "択されておらず、「Inv」オプションは選択されています。" + +#~ msgid "" +#~ "Calculates the hyperbolic tangent of the current value in the display " +#~ "area." +#~ msgstr "表示領域内の値の双曲線正接曲線を計算します。" + +#~ msgid "Arc Hyperbolic Tangent atanh" +#~ msgstr "双曲線正接曲線弧atanh" + +#~ msgid "" +#~ "Tan, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "「Tan」「Hyp」オプションと" +#~ "「Inv」オプションは選択されています。" + +#~ msgid "" +#~ "Calculates the arc hyperbolic tangent of the current value in the display " +#~ "area." +#~ msgstr "表示領域内の値の双曲線正接曲線弧を計算します。" + +#~ msgid "To Calculate Logarithms" +#~ msgstr "対数を計算する" + +#~ msgid "" +#~ "To calculate logarithms, use the buttons described in ." +#~ msgstr "" +#~ "対数を計算するには、 に説明のあ" +#~ "るボタンを使います。" + +#~ msgid "Calculating Logarithms" +#~ msgstr "対数の計算" + +#~ msgid "Common Logarithm Base 10" +#~ msgstr "常用対数の底 10" + +#~ msgid "" +#~ "Calculates the common logarithm of the current value in the display area." +#~ msgstr "表示領域内の値の常用対数を計算します。" + +#~ msgid "" +#~ "Common antilogarithm and natural antilogarithm are not supported in this " +#~ "version of mate-calc." +#~ msgstr "" +#~ "一般真数と自然真数は 電卓 のこのバージョンでは" +#~ "サポートしていません。" + +#~ msgid "To Perform Logical Calculations" +#~ msgstr "論理演算を実行する" + +#~ msgid "" +#~ "To perform logical calculations, use the buttons described in ." +#~ msgstr "" +#~ "論理演算を実行するには、 に説" +#~ "明のあるボタンを使います。" + +#~ msgid "Performing Logical Calculations" +#~ msgstr "論理演算の実行" + +#~ msgid "Logical OR" +#~ msgstr "論理和" + +#~ msgid "" +#~ "Performs a logical OR operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これら" +#~ "の論理和をとります。" + +#~ msgid "Logical AND" +#~ msgstr "論理積" + +#~ msgid "" +#~ "Performs a logical AND operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これら" +#~ "の論理積をとります。" + +#~ msgid "Logical NOT" +#~ msgstr "論理否定" + +#~ msgid "" +#~ "Performs a logical NOT operation on the current value in the display " +#~ "area, treating the number as an unsigned long integer." +#~ msgstr "表示領域内の値を符号なしロング整数として扱い、この否定をとります。" + +#~ msgid "Logical XOR" +#~ msgstr "排他論理和" + +#~ msgid "" +#~ "Performs a logical XOR operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これら" +#~ "の排他論理和をとります。" + +#~ msgid "Logical XNOR" +#~ msgstr "排他的論理和の否定" + +#~ msgid "" +#~ "Performs a logical XNOR operation on the current value in the display " +#~ "area and the next number that you enter, treating both numbers as " +#~ "unsigned long integers." +#~ msgstr "" +#~ "表示領域内の値と次に入力する数字を両方符号なしロング整数として扱い、これら" +#~ "の排他論理和の否定をとります。" + +#~ msgid "To Enter Exponential Numbers" +#~ msgstr "指数を入力する" + +#~ msgid "" +#~ "To enter exponential numbers, use the Exp button." +#~ msgstr "" +#~ "指数を入力するには、「Exp」ボタンを使用します。" + +#~ msgid "" +#~ "The Exp button enables you to enter numbers in " +#~ "scientific notation, that is, mantissa * " +#~ "10exponent. The " +#~ "current non-zero value in the display area is the mantissa. If the " +#~ "current value in the display area is zero, the mantissa is 1.0. The next " +#~ "number that you enter is the exponent." +#~ msgstr "" +#~ "「Exp」ボタンを使用すると、数字を科学的表記 " +#~ "(仮数 * 10指数) で入力できます。 現在の表示領域の 0 以外の値" +#~ "が、仮数です。表示領域内の値が 0 の場合、仮数は 1.0 です。 次に入力する数" +#~ "字が、指数になります。" + +#~ msgid "" +#~ "When you click on Exp, the calculator displays " +#~ ". + to represent 10 to the power of the next number " +#~ "that you enter. To change the sign of the number, use the +/- button in the last action of the operation, as shown in the " +#~ "following example:" +#~ msgstr "" +#~ "「Exp」をクリックすると、次に入力した数字分 10 の累" +#~ "乗となることを表すために、電卓に .+が、表示されます。数" +#~ "字の符号を変更するには、以下の例のように操作の最後に「+/-」ボタンを使用します。" + +#~ msgid "Keypad Entry" +#~ msgstr "キーパッドの入力" + +#~ msgid "Calculator Display" +#~ msgstr "電卓の表示" + +#~ msgid "" +#~ "To enter a number in exponential format, use the guidelines in the " +#~ "following table:" +#~ msgstr "指数形式で数字を入力するには、以下の表のガイドラインを使用します。" + +#~ msgid "Enter" +#~ msgstr "入力" + +#~ msgid "Number Displayed" +#~ msgstr "表示される数値" + +#~ msgid "To Use Constant Values" +#~ msgstr "定数値を使用する" + +#~ msgid "" +#~ "Click on Con to display the list of defined " +#~ "constant values. All constant values are specified in decimal numeric " +#~ "base, even if the current numeric base is not decimal." +#~ msgstr "" +#~ "定義された定数値のリストを表示するには、「Con」をク" +#~ "リックします。現在の進数が 10 進数ではない場合も、定数値はすべて 10 進数で" +#~ "指定されます。" + +#~ msgid "" +#~ "Select a constant from the menu to enter its value in the display area. " +#~ "If you use the keyboard shortcut #, you can use the " +#~ "keyboard to specify the constant, as shown in the following example:" +#~ msgstr "" +#~ "メニューから定数を選択し、表示領域に値を入力します。 キーボードのショート" +#~ "カット # を使用する場合は、以下の例のようにキーボードで定" +#~ "数を指定します。" + +#~ msgid "Constant" +#~ msgstr "「定数」" + +#~ msgid "" +#~ "The mate-calc application provides ten default " +#~ "constant values, as described in the following table:" +#~ msgstr "" +#~ "電卓 アプリケーションには、以下の表に示されてい" +#~ "る 10 個のデフォルト定数値があります。" + +#~ msgid "kilometers per hour or miles per hour" +#~ msgstr "キロメータ毎時またはマイル毎時" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from kilometers per hour to miles per hour. For example, 8 * " +#~ "ConC0= 5." +#~ msgstr "" +#~ "表示領域内の値にこの定数をかけると、キロメータ毎時がマイル毎時に変換されま" +#~ "す。たとえば、8 * ConC0= 5 のようになります。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from miles per hour to kilometers per hour. For example, 5 / " +#~ "ConC0= 8." +#~ msgstr "" +#~ "表示領域内の値をこの定数で割ると、マイル毎時がキロメータ毎時に変換されま" +#~ "す。たとえば、5 / ConC0= 8 のようになります。" + +#~ msgid "square root of 2" +#~ msgstr "2 の平方根" + +#~ msgid "pi" +#~ msgstr "パイ" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from centimeters to inches. For example, 30 * ConC4= 12." +#~ msgstr "" +#~ "表示領域内の値にこの定数をかけると、センチメータがインチに変換されます。た" +#~ "とえば、30 * ConC4= 12 のようになります。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from inches to centimeters. For example, 12 / ConC4= 30." +#~ msgstr "" +#~ "表示領域内の値をこの定数で割ると、インチがセンチメータに変換されます。たと" +#~ "えば、12 / ConC4= 30 のようになります。" + +#~ msgid "degrees in a radian" +#~ msgstr "ラジアンでの度数" + +#~ msgid "C6" +#~ msgstr "パイ" + +#~ msgid "grams or ounces" +#~ msgstr "グラムまたはオンス" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from grams to ounces. For example, 500 * ConC7= 18." +#~ msgstr "" +#~ "表示領域内の値にこの定数をかけると、グラムがオンスに変換されます。たとえ" +#~ "ば、500 * ConC7= 18 のようになります。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from ounces to grams. For example, 18 / ConC7= 500." +#~ msgstr "" +#~ "表示領域内の値をこの定数で割ると、オンスがグラムに変換されます。たとえば、" +#~ "18 / ConC7= " +#~ "500 のようになります。" + +#~ msgid "kilojoules or British thermal units" +#~ msgstr "キロジュールと英国熱単位" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from kilojoules to British thermal units. For example, 10 * " +#~ "ConC8= 9.48." +#~ msgstr "" +#~ "表示領域内の値にこの定数をかけると、キロジュールが英国熱単位に変換されま" +#~ "す。たとえば、10 * ConC8= 9.48。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from British thermal units to kilojoules. For example, 9.48 / " +#~ "ConC8= 10." +#~ msgstr "" +#~ "表示領域内の値をこの定数で割ると、英国熱単位がキロジュールに変換されます。" +#~ "たとえば、9.48 / ConC8= 10 のようになります。" + +#~ msgid "cubic centimeters or cubic inches" +#~ msgstr "立方センチメータまたは立方インチ" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from cubic centimeters to cubic inches. For example, 100 * " +#~ "ConC9= 6.10." +#~ msgstr "" +#~ "表示領域内の値にこの定数をかけると、立方センチメータが立方インチに変換され" +#~ "ます。たとえば、100 * ConC9= 6.10 のようになります。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from cubic inches to cubic centimeters. For example, 6.10 / " +#~ "ConC9= 100." +#~ msgstr "" +#~ "表示領域内の値をこの定数で割ると、立方インチが立方センチメータに変換されま" +#~ "す。たとえば、6.10 / ConC9= 100 のようになります。" + +#~ msgid "" +#~ "You cannot add new constants in this version of mate-calc. However, you can overwrite the default constants to store " +#~ "your own constants." +#~ msgstr "" +#~ "電卓 の本バージョンでは、新しい定数を追加するこ" +#~ "とはできません。 ただし、デフォルトの定数を上書きして、ユーザ独自の定数を" +#~ "保存することは可能です。" + +#~ msgid "" +#~ "To store a new constant or edit an existing constant, perform the " +#~ "following steps:" +#~ msgstr "" +#~ "新しい定数の保存または既存の定数の編集を行うには、以下の手順を実行します。" + +#~ msgid "" +#~ "Click on Con and select Edit Constants from the popup menu." +#~ msgstr "" +#~ "「Con」をクリックし、ポップアップメニューから" +#~ "「Edit Constants」を選択します。" + +#~ msgid "" +#~ "In the Edit Constants window, select the constant " +#~ "that you want to overwrite or edit." +#~ msgstr "" +#~ "「Edit Constants」ウィンドウで、上書きまたは編集する" +#~ "定数を選択します。" + +#~ msgid "Click on the Value field, and enter the new value." +#~ msgstr "「Value」項目をクリックし、新しい値を入力します。" + +#~ msgid "Click on the Description field, and enter the new description." +#~ msgstr "「Description」項目をクリックし、新しい説明を入力します" + +#~ msgid "" +#~ "Click OK to save your changes and close the " +#~ "Edit Constants window." +#~ msgstr "" +#~ "「OK」をクリックして変更を保存し、「Edit " +#~ "Constants」ウィンドウを閉じます。" + +#~ msgid "To Use Functions" +#~ msgstr "関数を使用する" + +#~ msgid "" +#~ "To show the available functions, click on Fun. A " +#~ "popup menu displays the list of defined functions. Select a function from " +#~ "the menu to run that function. If the function is not defined, the value " +#~ "zero is returned." +#~ msgstr "" +#~ "使用可能な関数を表示するには、「Fun」をクリックしま" +#~ "す。ポップアップメニューが、定義されている関数のリストを表示します。メ" +#~ "ニューから関数を選択し、実行します。関数が定義されていない場合は、値 0 が" +#~ "返されます。" + +#~ msgid "" +#~ "If you use the keyboard shortcut F, you can use the " +#~ "keyboard to specify the function, as shown in the following example:" +#~ msgstr "" +#~ "キーボードのショートカット F を使用する場合は、以下の例の" +#~ "ようにキーボードで関数を指定します。" + +#~ msgid "" +#~ "The mate-calc application does not provide any " +#~ "default functions. You can store up to ten functions." +#~ msgstr "" +#~ "電卓 アプリケーションには、デフォルトの関数はあ" +#~ "りません。関数は 10 個まで保存できます。" + +#~ msgid "" +#~ "To store a new function or edit an existing function, perform the " +#~ "following steps:" +#~ msgstr "" +#~ "新しい関数の保存または既存の関数の編集を行うには、以下の手順を実行します。" + +#~ msgid "" +#~ "Click on Fun and select Edit Functions from the popup menu." +#~ msgstr "" +#~ "「Fun」をクリックし、ポップアップメニューから" +#~ "「Edit Functions」を選択します。" + +#~ msgid "" +#~ "In the Edit Functions window, select a blank entry, " +#~ "or the function that you want to overwrite." +#~ msgstr "" +#~ "「Edit Constants」ウィンドウで、空のエントリまたは上" +#~ "書きする関数を選択します。" + +#~ msgid "" +#~ "Click on the Value field, and enter the new value. Use the keyboard " +#~ "shortcuts to invoke a mate-calc button. For " +#~ "example, enter 90K to calculate sine(90)." +#~ msgstr "" +#~ "「Value」項目をクリックし、新しい値を入力します。電卓 ボタンを起動するキーボードのショートカットを使用します。たと" +#~ "えば、正弦 (90) を計算するには 90K を入力します。" + +#~ msgid "" +#~ "Click on the Description field, and enter the new description. For " +#~ "example, Sine 90." +#~ msgstr "" +#~ "「Description」項目をクリックし、新しい説明を入力しますたとえば、" +#~ "Sine 90 となります。" + +#~ msgid "" +#~ "Click OK to save your changes and close the " +#~ "Edit Functions window." +#~ msgstr "" +#~ "「OK」をクリックして変更を保存し、「Edit " +#~ "Functions」ウィンドウを閉じます。" + +#~ msgid "To Manipulate Binary Numbers" +#~ msgstr "2 進数の数字を処理する" + +#~ msgid "" +#~ "To manipulate binary numbers, use the buttons described in ." +#~ msgstr "" +#~ "2 進法の数字を扱うには、 に説明" +#~ "のあるボタンを使います。" + +#~ msgid "Manipulating Binary Numbers" +#~ msgstr "2 進数の数字の処理" + +#~ msgid "Left Shift n" +#~ msgstr "n 左にシフト" + +#~ msgid "" +#~ "Shifts the current unsigned 32-bit binary value in the display area, the " +#~ "specified number of places to the left. Click on <, and select the number of shift places from the popup menu. " +#~ "The number can be shifted up to 15 places left." +#~ msgstr "" +#~ "表示領域の 32 ビット符号なし 2 進数値を、指定された桁数左にシフトします。" +#~ "「<」をクリックし、ポップアップメニューからシフ" +#~ "ト桁数を選択します。数字は、15 桁まで左にシフトできます。" + +#~ msgid "111 <1 place" +#~ msgstr "111 <1 桁" + +#~ msgid "Right Shift n" +#~ msgstr "n右にシフト" + +#~ msgid "" +#~ "Shifts the current unsigned 32-bit binary value in the display area, the " +#~ "specified number of places to the right. Click on >, and select the number of shift places from the popup menu. " +#~ "The number can be shifted up to 15 places right." +#~ msgstr "" +#~ "表示領域の 32 ビット符号なし 2 進数値を、指定された桁数右にシフトします。" +#~ "「>」をクリックし、ポップアップメニューからシフ" +#~ "ト桁数を選択します。数字は、15 桁まで右にシフトできます。" + +#~ msgid "1011 >1 place" +#~ msgstr "1011 >1 桁" + +#~ msgid "Get a 16-Bit Unsigned Integer" +#~ msgstr "16 ビット符号なし整数の取得" + +#~ msgid "" +#~ "Truncates the current value in the display area and returns a 16-bit " +#~ "unsigned integer." +#~ msgstr "表示領域内の値を切り捨て、16 ビットの符号なし整数を返します。" + +#~ msgid "Get a 32-Bit Unsigned Integer" +#~ msgstr "32 ビット符号なし整数の取得" + +#~ msgid "" +#~ "Truncates the current value in the display area and returns a 32-bit " +#~ "unsigned integer." +#~ msgstr "表示領域内の値を切り捨て、32 ビットの符号なし整数を返します。" + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "number of places to shift, as shown in the following examples:" +#~ msgstr "" +#~ "キーボードのショートカットを使用する場合は、以下の例のようにキーボードで " +#~ "シフトする桁数を指定します。" + +#~ msgid "" +#~ "Shifts the current binary value in the display area 4 places to the left." +#~ msgstr "表示領域内の 2 進数値を左に 4 桁シフトします。" + +#~ msgid "" +#~ "Shifts the current binary value in the display area 4 places to the right." +#~ msgstr "表示領域内の 2 進数値を右に 4 桁シフトします。" + +#~ msgid "To Perform Miscellaneous Scientific Calculations" +#~ msgstr "その他の科学技術計算を実行する" + +#~ msgid "" +#~ "To calculate miscellaneous scientific calculations, use the buttons " +#~ "described in ." +#~ msgstr "" +#~ "その他科学技術計算を実行するには、 に説明のあるボタンを使います。" + +#~ msgid "Performing Miscellaneous Scientific Calculations" +#~ msgstr "その他の科学技術計算の実行" + +#~ msgid "Parentheses" +#~ msgstr "括弧" + +#~ msgid "( and )" +#~ msgstr "( および )" + +#~ msgid "" +#~ "Provide precedence in arithmetic calculations. Calculations within " +#~ "parentheses are performed first. If parentheses are not used, arithmetic " +#~ "calculations are performed from left to right with no arithmetic " +#~ "precedence. Parentheses can be nested to any level. When the last " +#~ "parenthesis is matched, the display area is updated." +#~ msgstr "" +#~ "算術計算の優先順位を指定します。 括弧内の計算が先に行われます。括弧がない" +#~ "場合、算術計算は数学上の優先順位なしで左から右に計算されます。括弧は何層で" +#~ "も入れ子にすることができます。最後の括弧が一致すると、表示領域が更新されま" +#~ "す。" + +#~ msgid "e to the x Power" +#~ msgstr "e x の累乗" + +#~ msgid "" +#~ "Calculates the value of e raised to the power of the " +#~ "current value in the display area." +#~ msgstr "表示領域内の値分、e を累乗します。" + +#~ msgid "10 to the x Power" +#~ msgstr "10 x の累乗" + +#~ msgid "" +#~ "Calculates the value of 10 raised to the power of the current value in " +#~ "the display area." +#~ msgstr "表示領域内の値分、10 を累乗します。" + +#~ msgid "y to the x Power" +#~ msgstr "y x の累乗" + +#~ msgid "" +#~ "Raises the current value in the display area to the power of the next " +#~ "value that you enter." +#~ msgstr "次に入力した値分、表示領域内の値を累乗します。" + +#~ msgid "x Factorial" +#~ msgstr "x の階乗" + +#~ msgid "" +#~ "Calculates the factorial of the current value in the display area. " +#~ "x factorial is x*" +#~ "(x-1)*(x-2)...*1. " +#~ "This function applies only to positive integers." +#~ msgstr "" +#~ "表示領域内の値の階乗を計算します。x の階乗は、" +#~ "x*(x-1)*" +#~ "(x-2)...*1 となります。この関数は、正の整数にの" +#~ "み使用できます。" + +#~ msgid "Random Number Generator" +#~ msgstr "乱数発生関数" + +#~ msgid "" +#~ "Generates a random number in the range 0.0 to 1.0 and displays the random " +#~ "number in the display area." +#~ msgstr "0.0 から 1.0 の範囲で乱数を発生し、その乱数を表示領域に表示します。" + +#~ msgid "Hexadecimal Numerals" +#~ msgstr "16 進数キー" + +#~ msgid "A to E inclusive" +#~ msgstr "A から E" + +#~ msgid "These numerals are available in hexadecimal base only." +#~ msgstr "これらの数字は、16 進法でのみ使用できます。" + +#~ msgid "To Quit" +#~ msgstr "終了する" + +#~ msgid "" +#~ "To quit mate-calc, choose " +#~ "CalculatorQuit." +#~ msgstr "" +#~ "電卓 を終了するには、" +#~ "「Calculator」「Quit」の" +#~ "順に選択します。" + +#~ msgid "" +#~ "When you quit mate-calc, the current values of " +#~ "the following settings are stored and automatically applied the next time " +#~ "you start mate-calc:" +#~ msgstr "" +#~ "電卓 を終了すると、以下の設定の現在値が保存さ" +#~ "れ、次に 電卓 を起動した際に自動的に適用されま" +#~ "す。" + +#~ msgid "" +#~ "Mode: Basic, Financial, or Scientific" +#~ msgstr "" +#~ "モード基本、財務、または科学" + +#~ msgid "" +#~ "Memory Registers window " +#~ "displayed or not displayed" +#~ msgstr "" +#~ "メモリレジスタ ウィンドウの表示" +#~ "または非表示" + +#~ msgid "Display type" +#~ msgstr "表示タイプ" + +#~ msgid "Technical Information" +#~ msgstr "技術情報" + +#~ msgid "Order of Operations" +#~ msgstr "演算の順序" + +#~ msgid "" +#~ "Calculations are performed from left to right with no arithmetic " +#~ "precedence. To apply arithmetic precedence, use parentheses." +#~ msgstr "" +#~ "計算は、数学上の優先順位を考慮せず、左から右に実行されます。数学上の優先順" +#~ "位を適用するには、括弧を使ってください。" + +#~ msgid "" +#~ "For example, without parentheses: 2 + 3 * 4 = 20 " +#~ msgstr "" +#~ "たとえば、括弧なしでは 2 + 3 * 4 = 20 となり、" + +#~ msgid "" +#~ "With parentheses: 2 + (3 * 4) = 14" +#~ msgstr "" +#~ "括弧があると、 2 + (3 * 4) = 14 となり" +#~ "ます。" + +#~ msgid "Error Conditions" +#~ msgstr "エラー状態" + +#~ msgid "Displays the word Error in the display area." +#~ msgstr "Error という文字を表示領域に表示します。" + +#~ msgid "" +#~ "Makes all calculator buttons unavailable, except Clr." +#~ msgstr "" +#~ "「Clr」以外のすべてのボタンを使用できなくなります。" + +#~ msgid "Makes all calculator options unavailable." +#~ msgstr "また、すべての電卓オプションも使用できなくなります。" + +#~ msgid "" +#~ "Makes all calculator menu items unavailable, except " +#~ "CalculatorQuit and HelpContents." +#~ msgstr "" +#~ "さらに、 「Calculator」" +#~ "「Quit」「Help」「Contents」以外のすべての" +#~ "電卓メニュー項目も使用できなくなります。" + +#~ msgid "" +#~ "If you perform an invalid calculation, mate-calc indicates the error condition as follows: " +#~ msgstr "" +#~ "無効な計算を行うと、電卓 が以下のようにエラー状" +#~ "態を示します。 " + +#~ msgid "To Change the Input Mode" +#~ msgstr "入力モードを変更する" + +#~ msgid "" +#~ "To change the input mode, right-click in the text window, then select " +#~ "Input Methods." +#~ msgstr "" +#~ "入力モードを変更するには、テキストウィンドウ内を右クリックし、" +#~ "「入力方法」を選択します。" + +#~ msgid "Quick Reference: Keyboard Shortcuts" +#~ msgstr "クイックリファレンス: キーボードのショートカット" + +#~ msgid "" +#~ ", , and provide a quick reference for " +#~ "all of the mate-calc keyboard shortcuts." +#~ msgstr "" +#~ " および は、電卓 のキーボードショートカットすべてのクイックリファレンスを提供" +#~ "します。" + +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Buttons" +#~ msgstr "" +#~ "電卓 ボタンのキーボードのショートカットのクイッ" +#~ "クリファレンス" + +#~ msgid "Keyboard Shortcut" +#~ msgstr "キーボードのショートカット" + +#~ msgid "See" +#~ msgstr "参照" -#: mate-calc242.xml:2424(keycap) mate-calc242.xml:2507(keycap) -msgid "I" -msgstr "" +#~ msgid "0 to 9 inclusive" +#~ msgstr "0 から 9" -#: mate-calc242.xml:2426(para) -msgid "Select the inverse option for use with the trigonometric functions." -msgstr "三角関数機能と一緒に反転オプションを使用" +#~ msgid "Constant Value" +#~ msgstr "一定値" -#: mate-calc242.xml:2432(para) -msgid "Set the display type to Engineering format." -msgstr "表示タイプをエンジニアリング形式に設定" +#~ msgid "( and )" +#~ msgstr "( および )" -#: mate-calc242.xml:2436(keycap) -msgid "O" -msgstr "" +#~ msgid "* or x" +#~ msgstr "* または x" -#: mate-calc242.xml:2438(para) -msgid "Set the numeric base to octal." -msgstr "8 進数に設定" +#~ msgid "= or Return" +#~ msgstr "= または Return" -#: mate-calc242.xml:2444(para) -msgid "Set the trigonometric type to Radians." -msgstr "三角関数のタイプをラジアンに設定" +#~ msgid "~" +#~ msgstr "N" -#: mate-calc242.xml:2450(para) -msgid "Set the display type to Scientific format." -msgstr "表示タイプを科学的形式に設定" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" +#~ msgstr "" +#~ "電卓 科学モードオプションに関するキーボードの" +#~ "ショートカットのクイックリファレンス" -#: mate-calc242.xml:2454(keycap) -msgid "x" -msgstr "" +#~ msgid "Option" +#~ msgstr "オプション" -#: mate-calc242.xml:2456(para) -msgid "Set the numeric base to hexadecimal." -msgstr "16 進数に設定" +#~ msgid "Set the trigonometric type to Gradients." +#~ msgstr "三角関数のタイプを傾斜に設定します。" -#: mate-calc242.xml:2462(para) -msgid "Select the hyperbolic option for use with the trigonometric functions." -msgstr "三角関数機能と一緒に双曲線オプションを使用" +#~ msgid "Set the numeric base to binary." +#~ msgstr "2 進数に設定" -#: mate-calc242.xml:2469(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" -msgstr "" -"電卓 メニュー項目のキーボードのショートカットのク" -"イックリファレンス" +#~ msgid "Set the numeric base to decimal." +#~ msgstr "10 進数に設定" -#: mate-calc242.xml:2480(para) -msgid "Menu Item" -msgstr "メニュー項目" +#~ msgid "Set the display type to Fixed-Point format." +#~ msgstr "表示タイプを固定小数点形式に設定" -#: mate-calc242.xml:2490(guimenu) mate-calc242.xml:2502(guimenu) -#: mate-calc242.xml:2514(guimenu) mate-calc242.xml:2526(guimenu) -#: mate-calc242.xml:2532(guimenu) -msgid "View" -msgstr "「表示」" +#~ msgid "Set the trigonometric type to Degrees." +#~ msgstr "三角関数のタイプを度数に設定" -#: mate-calc242.xml:2490(guimenuitem) -msgid "Basic" -msgstr "「Basic」" +#~ msgid "Select the inverse option for use with the trigonometric functions." +#~ msgstr "三角関数機能と一緒に反転オプションを使用" -#: mate-calc242.xml:2491(para) -msgid "Change to Basic Mode" -msgstr "基本モードへ変更" +#~ msgid "Set the display type to Engineering format." +#~ msgstr "表示タイプをエンジニアリング形式に設定" -#: mate-calc242.xml:2496(guimenu) mate-calc242.xml:2508(guimenu) -#: mate-calc242.xml:2538(guimenu) -msgid "Edit" -msgstr "「編集」" +#~ msgid "Set the numeric base to octal." +#~ msgstr "8 進数に設定" -#: mate-calc242.xml:2496(guimenuitem) -msgid "Copy" -msgstr "「コピー」" +#~ msgid "Set the trigonometric type to Radians." +#~ msgstr "三角関数のタイプをラジアンに設定" -#: mate-calc242.xml:2497(para) -msgid "Copy the current value in the display area to the clipboard" -msgstr "表示領域内の値をクリップボードへコピー" +#~ msgid "Set the display type to Scientific format." +#~ msgstr "表示タイプを科学的形式に設定" -#: mate-calc242.xml:2502(guimenuitem) -msgid "Financial" -msgstr "「Financial」" +#~ msgid "Set the numeric base to hexadecimal." +#~ msgstr "16 進数に設定" -#: mate-calc242.xml:2503(para) -msgid "Change to Financial Mode" -msgstr "財務モードへ変更" +#~ msgid "" +#~ "Select the hyperbolic option for use with the trigonometric functions." +#~ msgstr "三角関数機能と一緒に双曲線オプションを使用" -#: mate-calc242.xml:2508(guimenuitem) -msgid "Insert ASCII Values" -msgstr "「Insert ASCII Values」" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" +#~ msgstr "" +#~ "電卓 メニュー項目のキーボードのショートカットの" +#~ "クイックリファレンス" -#: mate-calc242.xml:2509(para) -msgid "Display the Insert ASCII Values window" -msgstr "「Insert ASCII Values」ウィンドウを表示" +#~ msgid "Menu Item" +#~ msgstr "メニュー項目" -#: mate-calc242.xml:2513(keycap) -msgid "M" -msgstr "" +#~ msgid "View" +#~ msgstr "「表示」" -#: mate-calc242.xml:2514(guimenuitem) -msgid "Memory Registers" -msgstr "「Memory Registers」" +#~ msgid "Change to Basic Mode" +#~ msgstr "基本モードへ変更" -#: mate-calc242.xml:2515(para) -msgid "Display the Memory Registers window" -msgstr "「Memory Registers」ウィンドウを表示" +#~ msgid "Edit" +#~ msgstr "「編集」" -#: mate-calc242.xml:2519(keycap) -msgid "Q" -msgstr "" +#~ msgid "Copy" +#~ msgstr "「コピー」" -#: mate-calc242.xml:2520(guimenuitem) -msgid "Quit" -msgstr "「Quit」" +#~ msgid "Copy the current value in the display area to the clipboard" +#~ msgstr "表示領域内の値をクリップボードへコピー" -#: mate-calc242.xml:2521(para) -msgid "Quit the mate-calc application" -msgstr "電卓 アプリケーションを終了" +#~ msgid "Change to Financial Mode" +#~ msgstr "財務モードへ変更" -#: mate-calc242.xml:2526(guimenuitem) -msgid "Scientific" -msgstr "「Scientific」" +#~ msgid "Insert ASCII Values" +#~ msgstr "「Insert ASCII Values」" -#: mate-calc242.xml:2527(para) -msgid "Change to Scientific Mode" -msgstr "科学モードへ変更" +#~ msgid "Display the Insert ASCII Values window" +#~ msgstr "「Insert ASCII Values」ウィンドウを表示" -#: mate-calc242.xml:2532(guimenuitem) -msgid "Show Trailing Zeroes" -msgstr "「Show Trailing Zeroes」" +#~ msgid "Memory Registers" +#~ msgstr "「Memory Registers」" -#: mate-calc242.xml:2533(para) -msgid "Show trailing zeroes" -msgstr "後続の 0 を表示" +#~ msgid "Display the Memory Registers window" +#~ msgstr "「Memory Registers」ウィンドウを表示" -#: mate-calc242.xml:2537(keycap) -msgid "V" -msgstr "" +#~ msgid "Quit" +#~ msgstr "「Quit」" -#: mate-calc242.xml:2538(guimenuitem) -msgid "Paste" -msgstr "「Paste」" +#~ msgid "Quit the mate-calc application" +#~ msgstr "電卓 アプリケーションを終了" -#: mate-calc242.xml:2539(para) -msgid "Paste the current value in the clipboard to the display area" -msgstr "クリップボードの現在の値を表示領域へ張り付け" +#~ msgid "Change to Scientific Mode" +#~ msgstr "科学モードへ変更" -#: mate-calc242.xml:2543(keycap) -msgid "F1" -msgstr "" +#~ msgid "Show Trailing Zeroes" +#~ msgstr "「Show Trailing Zeroes」" -#: mate-calc242.xml:2544(guimenu) -msgid "Help" -msgstr "「Help」" +#~ msgid "Show trailing zeroes" +#~ msgstr "後続の 0 を表示" -#: mate-calc242.xml:2544(guimenuitem) -msgid "Contents" -msgstr "「Contents」" +#~ msgid "Paste" +#~ msgstr "「Paste」" + +#~ msgid "Paste the current value in the clipboard to the display area" +#~ msgstr "クリップボードの現在の値を表示領域へ張り付け" + +#~ msgid "Help" +#~ msgstr "「Help」" -#: mate-calc242.xml:2545(para) -msgid "Display the mate-calc online help" -msgstr "電卓 のオンラインヘルプを表示" +#~ msgid "Display the mate-calc online help" +#~ msgstr "電卓 のオンラインヘルプを表示" diff --git a/help/lv/lv.po b/help/lv/lv.po new file mode 100644 index 0000000..e4344f7 --- /dev/null +++ b/help/lv/lv.po @@ -0,0 +1,1303 @@ +# Latvian translation for mate-calc. +# Copyright (C) 2012 Viesturs Ružāns, Rūdolfs Mazurs +# This file is distributed under the same license as the mate-calc package. +# +# Viesturs Ružāns , 2012. +# Rūdolfs Mazurs , 2012. +msgid "" +msgstr "" +"Project-Id-Version: mate-calc master\n" +"POT-Creation-Date: 2012-09-25 11:37+0000\n" +"PO-Revision-Date: 2012-10-15 19:39+0300\n" +"Last-Translator: Rūdolfs Mazurs \n" +"Language-Team: Latvian \n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" +"X-Generator: Lokalize 1.5\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Viesturs Ružāns; viesty@exs.lv; December, 2011." + +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" + +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "GCalctool palīdzība" + +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Lietotāja saskarne" + +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Vienādojumi" + +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Skaitļi" + +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Konversijas" + +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Finanšu aprēķini" + +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Absolūtās vērtības" + +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" +"Absolūto vērtību var aprēķināt, izmantojot | simbolu vai abs funkciju." + +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" + +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" + +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Skaitļu bāzes" + +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" +"Lai ievadītu skaitļus noteiktā skaitļu bāzē, izmanto apakšraksta skaitļus. Sekojošie skaitļi ir vienādi." + +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" + +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" + +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" + +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" + +#: C/base.page:29(page/p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." +msgstr "" +"Programmēšanas režīmāir pogas binārajam " +"(CtrlB), oktālajam " +"(CtrlO) un heksadecimālajam " +"(CtrlH) režīmam." + +#: C/base.page:32(page/p) +msgid "" +"To set the base that results are shown in change the result format." +msgstr "" +"Lai iestatītu bāzi, kādā tiek attēloti rezultāti, pamaini rezultātu formātu." + +#: C/base.page:35(page/p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "" +"Lai mainītu bāzi, kurā rezultāts tiek attēlots, izmanto attiecīgo pogu vai " +"CtrlD, lai rezultātu parādītu " +"decimālā formātā." + +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Loģiskā algebra" + +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "" +"Loģiskajā algebrā aprēķinus veic, izmantojot AND, OR un XOR operatorus." + +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" + +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Šo simbolu pogas ir pieejamas programmēšanas režīmā." + +#: C/boolean.page:22(page/p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "" +"NOT funkcija apgriež bitus skaitļos. Vārda " +"izmērs var tikt iestatīts KalkulatorsIestatījumi izvēlnē." + +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" + +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Kompleksie skaitļi" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "GCalctool neatbalsta kompleksos skaitļus." + +#: C/conv-base.page:11(page/p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." +msgstr "" +"Lai konvertētu skaitļus starp bāzēm, ievadi skaitli (vai atrisini izteiksi) " +"un pamaini rezultāta formātu no " +"KalkulatorsIestatījumi izvēlnes." + +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Rakstzīmju kodi" + +#: C/conv-character.page:11(page/p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "" +"Atrodoties programmēšanas režīmā, á " +"poga atvērs logu, lai konvertētu rakstzīmes uz zīmju kodiem." + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "Rakstzīmes nevar konvertēt, izmantojot tastatūru." + +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Valūta" + +#: C/conv-currency.page:11(page/p) +msgid "" +"To convert currencies, enter the financial mode, and use the currency controls." +msgstr "" +"Lai konvertētu valūtas, izvēlies finanšu režīmu un izmanto valūtu vadīklas." + +#: C/conv-currency.page:14(page/p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "" +"Valūtas var arī konvertēt, izmantojot tastatūru un in operatoru." + +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" + +#: C/conv-currency.page:23(note/p) +msgid "" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "" +"Valūtu informācija ir aptuvena un to nevajadzētu izmantot finanšu lēmumu " +"veikšanā." + +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Garums/laukums/tilpums" + +#: C/conv-length.page:11(page/p) +msgid "" +"To convert between length, area and volume units use the in " +"operator." +msgstr "" +"Lai konvertētu garuma, laukuma un tilpuma vienības, izmanto in " +"operatoru." + +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 meters in inches" + +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" + +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint in mL" + +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "Garuma/laukuma/tilpuma konvertēšanu var izpildīt tikai ar tastatūru." + +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Laiks" + +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Lai konvertētu laika vienības, izmanto in operatoru." + +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 gadi stundās" + +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Laika konvertēšanu jāveic, izmantojot tastatūru." + +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Masa" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Lai konvertētu masas, izmanto in operatoru." + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1kg mārciņās" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Masas konvertēšanu jāveic, izmantojot tastatūru." + +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" + +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Pamata izteiksmes" + +#: C/equation.page:13(page/p) +msgid "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "" +"Izteiksmes tiek ievadītas pamata matemātiskā formā, piemēram, lai pie 7 " +"pievienotu 2, ieraksti sekojošo:" + +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" + +#: C/equation.page:22(page/p) +msgid "" +"To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "" +"Lai atrisinātu, nospied = pogu ar savu peli, vai nospied " +"Enter uz tastatūras." + +#: C/equation.page:25(page/p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "" +"Aprēķini tiek veikti matemātiskā secībā - reizināšana un dalīšana notiek " +"pirms saskaitīšanas un atņemšanas. Sekojošās darbības rezultāts ir 1 (3×2 = " +"6, 7−6 = 1)." + +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" + +#: C/equation.page:34(page/p) +msgid "" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "" +"Lai mainītu rēķināšanas kartību, izmanto iekavas. Sekojošās darbības " +"atrisinājums ir 8 (7−3 = 4, 4×2 = 8)." + +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" + +#: C/equation.page:43(page/p) +msgid "" +"To clear the display press the Clr button or Escape." +msgstr "" +"Lai notīrītu ekrānu, spied Clr pogu vai nospied Escape." + +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Faktoriāļi" + +#: C/factorial.page:11(page/p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "" +"Faktoriāļi ievada, izmantojot ! simbolu. Lai aprēķinātu skaitļa 6 " +"faktoriāli, ieraksti sekojošo." + +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" + +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Dalīšana reizinātājos" + +#: C/factorize.page:11(page/p) +msgid "" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." +msgstr "" +"Skaitli var sadalīt reizinātājos, nospiežot fact pogu. Šī poga ir " +"redzama programmēšanas režīmā." + +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Finanšu funkcijas" + +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Atrodoties finanšu režīmā, ir pieejamas sekojošās pogas." + +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" + +#: C/financial.page:16(td/p) +msgid "" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "" +"Aprēķina nepieciešamo salikto periodu skaitu, lai palielinātu pašreizējās " +"vērtībās ieguldījumu līdz nākotnes vērtībai, ar fiksēto procentu " +"likmimaisījuma periodā." + +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" + +#: C/financial.page:20(td/p) +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "" +"Aprēķina nolietojuma pabalstu aktīvam noteikta laika periodā, izmantojot " +"paātrināto norakstīšanas metodi." + +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" + +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." +msgstr "" +"Aprēķina nākotnes vērtību ieguldījumam, pamatojoties uz vairāku " +"vienādumaksājumu sēriju ar periodisku procentu likmi vairākos periodos " +"termiņā." + +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Gpm" + +#: C/financial.page:28(td/p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." +msgstr "" +"Aprēķina tālākpārdošanas produkta cenu, pamatojoties uz ražošanas izmaksām " +"un vēlamo bruto peļņas normu." + +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" + +#: C/financial.page:32(td/p) +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "" +"Aprēķina aizņēmuma periodiskās apmaksas apjomu, kur maksājumi tiek veikti " +"katra maksājumu perioda beigās." + +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" + +#: C/financial.page:36(td/p) +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "" +"Aprēķina tagadnes vērtību ieguldījumam, pamatojoties uz vairāku " +"vienādudiskontēto maksājumu sēriju ar periodisku procentu likmi vairākos " +"periodos termiņā." + +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Tarifs" + +#: C/financial.page:40(td/p) +msgid "" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." +msgstr "" +"Aprēķina periodisku procentu, kas vajadzīgs, lai palielinātu ieguldījumus " +"nākotnes vērtībai, vairāku salikto periodu laikā." + +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" + +#: C/financial.page:44(td/p) +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" +"Aprēķini lineāro aktīvu amortizāciju vienā periodā. Lineāro metode sadala " +"nolietojama izmaksas vienmērīgi aktīva lietderīgās lietošanas laikā. " +"Lietderīgās lietošanas laiks ir periodu skaits, parasti gadi, pa kuru aktīvi " +"tiek amortizēti." + +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" + +#: C/financial.page:48(td/p) +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "" +"Aprēķina nolietojuma pabalstu aktīvam noteikta laika periodā, izmantojot " +"gada dienu skaita metodi. Šī amortizācijas metode paātrina vērtības " +"samazinājuma koeficientu, lai vairāk nolietojuma izmaksas notiktu agrākos " +"periodos, nekā vēlākos. Lietderīgās lietošanas laiks ir vairāki periodi, " +"parasti gadi, pa kuru aktīvi tiek amortizēti." + +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Termiņš" + +#: C/financial.page:52(td/p) +msgid "" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." +msgstr "" +"Aprēķini maksājumu periodu skaitu, kas ir nepieciešami parastas rentes " +"darbības laikā, lai uzkrātu nākotnes vērtību ar periodisku procentu likmi." + +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "Finanšu funkcijas nevar veikt, izmantojot tastatūru." + +#: C/functions.page:9(page/title) +msgid "Functions" +msgstr "Funkcijas" + +#: C/functions.page:11(page/p) +msgid "" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "" +"Funkcijas var tikt izmantotas, ievadot funkcijas nosaukumu, tam sekojot " +"funkcijas argumentam. Ja arguments nav skaitlis vai mainīgais, izmanto iekavas ap argumentu." + +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" + +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" + +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "Sekojošās funkcijas ir noteiktas." + +#: C/functions.page:28(td/p) +msgid "abs" +msgstr "abs" + +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Absolūtā vērtība" + +#: C/functions.page:32(td/p) +msgid "cos" +msgstr "cos" + +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Kosinuss" + +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" + +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Hiperboliskais kosinuss" + +#: C/functions.page:40(td/p) +msgid "frac" +msgstr "frac" + +#: C/functions.page:41(td/p) +msgid "Fractional Component" +msgstr "Daļveida daļa" + +#: C/functions.page:44(td/p) +msgid "int" +msgstr "int" + +#: C/functions.page:45(td/p) +msgid "Integer Component" +msgstr "Veselā daļa" + +#: C/functions.page:48(td/p) +msgid "ln" +msgstr "ln" + +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Naturālais logaritms" + +#: C/functions.page:52(td/p) +msgid "log" +msgstr "log" + +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritms" + +#: C/functions.page:56(td/p) +msgid "not" +msgstr "not" + +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "Loģiskais NE" + +#: C/functions.page:60(td/p) +msgid "ones" +msgstr "ones" + +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "Vieninieku papildkods" + +#: C/functions.page:64(td/p) +msgid "sin" +msgstr "sin" + +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Sinuss" + +#: C/functions.page:68(td/p) +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Hiperboliskais sinuss" + +#: C/functions.page:72(td/p) +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Kvadrātsakne" + +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" + +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangenss" + +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" + +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Hiperboliskais tangenss" + +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "twos" + +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Divnieku papildkods" + +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool neatbalsta lietotāja definētas funkcijas." + +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Tastatūras izmantošana" + +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "Visas matemātiskās vienādības var ievadīt, izmantojot tastatūru." + +#: C/keyboard.page:14(page/p) +msgid "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." +msgstr "" +"Sekojošās kombinācijas var tikt izmantotas, lai ievadītu zīmes, kuras var " +"būt nepieejamas uz tastatūras." + +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" + +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" + +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" + +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" + +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" + +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* divreiz" + +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" + +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" + +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" + +#: C/keyboard.page:39(page/p) +msgid "" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." +msgstr "" +"Lai ievadītu augšraksta skaitļus, izmanto " +"Ctrlskaitlis, apakšrakstam izmanto " +"Altskaitlis." + +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "Creative Commons Attribution-Share Alike 3.0 neportētā licence" + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Šis darbs ir licencēts zem <_:link-1/>." + +#: C/legal.xml:6(license/p) +msgid "" +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." +msgstr "" +"Kā īpašs izņēmums, autortiesību turētāji var dot jums atļauju kopēt, " +"modificēt un izplatīt parauga kodu, kas ir šajā dokumentā, ar jums vēlamiem " +"nosacījumiem, bez ierobežojumiem." + +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logaritmi" + +#: C/logarithm.page:11(page/p) +msgid "" +"Logarithms can be calculated using the log function." +msgstr "" +"Logaritmus var aprēķināt, izmantojot log funkciju." + +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" + +#: C/logarithm.page:19(page/p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." +msgstr "" +"Lai aprēķināti logaritmu citā bāzē, izmanto apakšraksta skaitli pēc funkcijas." + +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" + +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Lai aprēķinātu naturālo logaritmu, izmanto ln funkciju." + +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1,32" + +#: C/logarithm.page:35(page/p) +msgid "" +"Euler's number can be entered by using the variable e." +msgstr "" +"Eilera skaitli var ievadīt, izmantojot mainīgo e." + +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1,32" + +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Moduļu dalīšana" + +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "Moduļu dalīšanu veic, izmantojot mod operatoru." + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Peles izmantošana" + +#: C/mouse.page:11(page/p) +msgid "" +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the Mode menu." +msgstr "" +"Visas vienādības var tikt ievadītas, izmantojot peli. Lai piekļūtu visām " +"pogām, ir vairāki režīmi, kuri var tikt izvēlēti no Režīms " +"izvēlnes." + +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Vienkāršais" + +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" +msgstr "" +"Dod pogas, piemērotas vienkāršiem vienādojumiem" + +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Paplašinātais" + +#: C/mouse.page:22(td/p) +#| msgid "Provides buttons suitable for advanced mathematics" +msgid "" +"Provides buttons suitable for advanced mathematics such as " +msgstr "" +"Dod pogas, piemērotas augstākai matemātikai, piemēram, " + +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Finanšu" + +#: C/mouse.page:26(td/p) +msgid "" +"Provides buttons suitable for financial equations" +msgstr "" +"Dod pogas, piemērotas finanšu vienādojumiem" + +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Programmēšanas" + +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Dod pogas, kas ir piemērotas programmētājiem" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Rezultāta formāts" + +#: C/number-display.page:11(page/p) +msgid "" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." +msgstr "" +"Formātu, kurš tiek izmantots rezultātu attēlošanai, var nomainīt " +"KalkulatorsIestatījumi izvēlnē." + +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Decimāls" + +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Rezultāti tiek attēloti kā decimālskaitļi" + +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Zinātnisks" + +#: C/number-display.page:21(td/p) +msgid "" +"Results are displayed in scientific notation" +msgstr "" +"Rezultāti tiek attēloti zinātniskā notācijā" + +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Inženierijas" + +#: C/number-display.page:25(td/p) +msgid "" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" +msgstr "" +"Rezultāts tiek attēlots zinātniskā apzīmējumā, izņemot to, ka eksponente " +"vienmēr ir skaitlis, kas dalās ar 3" + +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binārs" + +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "Rezultāti tiek attēloti kā binārie skaitļi" + +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Oktāls" + +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "Rezultāti tiek attēloti kā oktāli skaitļi" + +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Heksadecimāls" + +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" +"Rezultāti tiek attēloti kā heksadecimāli skaitļi" + +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" +"Var konfigurēt arī zīmes aiz komata, ja tiek rādīti tūkstošu atdalītāji un " +"beigu nulles." + +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Procenti" + +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Procentus aprēķina, izmantojot % simbolu." + +#: C/percentage.page:14(page/p) +msgid "" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "" +"Kad tiek pievienota vai atņemta, procentu zīme kļūst par vienu procentu no " +"vērtības, no kuras tā tiek atņemta vai pieskaitīta. Sekojošā vienādība " +"aprēķina 140 latus vērtu preci ar 15% nodokli (140 + (15÷100)×140)." + +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" + +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "" +"Jebkurā citā gadījumā, procentu zīme atbilst daļai no 100. Sekojošā darbība " +"atrisina vienu ceturto daļu no 80 āboliem ((25÷100)×80)." + +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" + +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Pakāpes un kvadrātsaknes" + +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." +msgstr "" +"Pakāpes var pievienot, pēc vērtības ievadot augšraksta skaitli." + +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" + +#: C/power.page:19(page/p) +msgid "" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." +msgstr "" +"Apgrieztais skaitlis var tikt iegūts, izmantojot apgriezto simbolu ⁻¹ " +"(CtrlI)." + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" + +#: C/power.page:27(page/p) +msgid "" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." +msgstr "" +"Pakāpes arī var aprēķināt, izmantojot ^ simbolu. Tas ļauj pakāpei būt kā " +"vienādojumam." + +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" + +#: C/power.page:36(page/p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." +msgstr "" +"Ja tavai tastatūrai nav ^ taustiņa, vari izmantot * " +"divas reizes." + +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "" +"Kvadrātsaknes var tikt aprēķinātas, izmantojot atbilstošo simbolu " +"(CtrlR)." + +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" + +#: C/power.page:47(page/p) +msgid "" +"n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "" +"n-tās kvadrātsaknes var tikt aprēķinātas, ievietojot apakšraksta skaitli pirms kvadrātsaknes zīmes." + +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" + +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Zinātniskā notācija" + +#: C/scientific.page:11(page/p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "" +"Lai ierakstītu skaitļus zinātniskā notācijā, izmanto ×10x pogu " +"(CtrlE). Skaitļu režīms automātiski nomainīsies uz augšrakstu. Lai ievadītu " +"2×10¹⁰⁰, sāc, ierakstot mantisu (2):" + +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" + +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "" +"Tad nospied zinātniskās notācijas pogu (vai nospied CtrlE):" + +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" + +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Tad ieraksti eksponenti (100):" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" + +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." +msgstr "" +"Lai rezultātus parādītu zinātniskā notācijā, pamaini rezultāta formātu." + +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" + +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Augšraksts un apakšraksts" + +#: C/superscript.page:13(page/p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "" +"Dažas vienādības var pieprasīt skaitļu ierakstīšanu augšrakstā vai " +"apakšrakstā, piemēram," + +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" + +#: C/superscript.page:21(page/p) +msgid "" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." +msgstr "" +"Lai ievadītu skaitļus augšrakstā, ar peli izvēlies skaitļu režīmu, " +"izmantojot ↑n and ↓n pogas. Kad viens no šiem " +"režīmiem būs aktīvs, skaitļu pogu spiešanas ierakstīs tos augšrakstā vai " +"apakšrakstā. Lai atgrieztos uz normālu skaitļu rakstīšanu, spied uz aktīvās " +"pogas." + +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" +"Lai ievadītu augšraksta skaitļus ar tastatūru, turi nospiestu Ctrl taustiņu, ierakstot skaitli. Turi Alt, lai ievadītu " +"apakšrakstā." + +#: C/superscript.page:30(page/p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." +msgstr "" +"Skaitļu ievades režīms atgriežas uz parastu, ierakstot zīmi, kas nav " +"skaitlis (piemēram, +)." + +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometrija" + +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "" +"Trigonometrija var tikt pielietota, izmantojot sin, cos un tan funkcijas." + +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" + +#: C/trigonometry.page:19(page/p) +#| msgid "" +#| "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are " +#| "visible when in scientific mode." +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in Advanced mode." +msgstr "" +"Grādu mērvienības var tikt mainītas no KalkulatorsIestatījumi izvēlnes. Trigonometrijas pogas ir " +"pieejamas paplašinātajā režīmā." + +#: C/trigonometry.page:23(page/p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "" +"Hiperboliskās funkcijas ir pieejamas, funkcijas beigās pievienojot \"h\"." + +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0,34" + +#: C/trigonometry.page:31(page/p) +msgid "" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." +msgstr "" +"Apgrieztās funkcijas ir pievienotas vai nu izmantojot apgriešanas simbolu " +"⁻¹ (CtrlI) vai \"a\" funkcijas " +"formu. Sekojošās divas izteiksmes ir vienlīdzīgas." + +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0,5" + +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0,5" + +#: C/trigonometry.page:43(page/p) +msgid "" +"To enter π with the keyboard use " +"CtrlP." +msgstr "" +"Lai ievadītu π ar tastatūru, spied " +"CtrlP." + +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Mainīgie" + +#: C/variables.page:11(page/p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." +msgstr "" +"Lai mainīgajam piešķirtu vērtību, izmanto = simbolu vai izvēlies mainīgo, " +"kuram piešķirt vērtību ar x pogu paplašinātajā režīmā . Mainīgā nosaukumam jāsatur tikai lielie vai " +"mazie burti." + +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" + +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "value=82" + +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" +"Mainīgie var tikt izmantoti jebkurā darbībā un tiek aizvietoti ar tiem " +"piešķirtajām vērtībām. Mainīgie var tikt pievienoti, izmantojot x " +"pogu." + +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" + +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" + +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Sekojošie mainīgie ir vienmēr definēti." + +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" + +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Iepriekšējā aprēķina rezultāts" + +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Eilera skaitlis" + +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pī" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Nejauša vērtība starp [0,1] (mainās pēc katra lasījuma)" + +#~ msgid "" +#~ "Provides buttons suitable for trigonometry" +#~ msgstr "" +#~ "Dod pogas, piemērotas trigonometrijai" diff --git a/help/pt_BR/pt_BR.po b/help/pt_BR/pt_BR.po index 1bd29cb..6dae083 100644 --- a/help/pt_BR/pt_BR.po +++ b/help/pt_BR/pt_BR.po @@ -1,6 +1,6 @@ # Brazilian Portuguese translation of the MATE Calculator # This file is distributed under the same license as the mate-calc package. -# Copyright (C) 2007 +# Copyright (C) 2007 # Irapuan Pascoal de Menezes Júnior , 2007. # msgid "" diff --git a/help/ro/ro.po b/help/ro/ro.po new file mode 100644 index 0000000..f4a0a8c --- /dev/null +++ b/help/ro/ro.po @@ -0,0 +1,1376 @@ +# Nichita Utiu , 2010. +# Daniel Șerbănescu , 2012. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2012-04-17 05:30+0000\n" +"PO-Revision-Date: 2012-07-31 18:18+0200\n" +"Last-Translator: Daniel Șerbănescu \n" +"Language-Team: Mate Romanian Translation Team\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Virtaal 0.7.0\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +#| msgid "translator-credits" +msgctxt "_" +msgid "translator-credits" +msgstr "Nichita Uțiu , 2010" + +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" + +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Ajutor GCalctool" + +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Interfața utilizatorului" + +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Ecuații" + +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Numere" + +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Conversii" + +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Calcule financiare" + +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Valori absolute" + +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" +"Valorile absolute sunt calculate utilizând simbolul | sau funcția abs." + +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" + +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" + +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Baze de numerație" + +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" +"Pentru a introduce numere într-o anume bază de numerație utilizați indici. Următoarele numere sunt echivalente." + +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" + +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" + +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" + +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" + +#: C/base.page:29(page/p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." +msgstr "" +"În modul de programare există butoane pentru " +"binar (CtrlB), octal " +"(CtrlO) și hexazecimal " +"(CtrlH)." + +#: C/base.page:32(page/p) +msgid "" +"To set the base that results are shown in change the result format." +msgstr "" +"Pentru a defini baza în care sunt afișate rezultatele modificați formatul rezultatului." + +#: C/base.page:35(page/p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "" +"Pentru a modifica baza rezultatului curent utilizați un buton pentru bază " +"sau CtrlD pentru a afișa în formă " +"zecimală." + +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Algebră booleană" + +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "" +"Operațiile logice pot fi calculate utilizând operatorii AND, OR și XOR." + +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" + +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" +"Butoanele pentru aceste simboluri sunt disponibile în modul de programare." + +#: C/boolean.page:22(page/p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "" +"Funcția NOT inversează biți dintr-un număr. " +"Dimensiunea unui cuvânt este definită în meniul CalculatorPreferințe." + +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" + +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Numere complexe" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "Numerele complexe nu sunt suportate în GCalctool." + +#: C/conv-base.page:11(page/p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." +msgstr "" +"Pentru a converti între baze de numerație introduceți un număr (sau " +"rezolvați o ecuație) și modificați formatul " +"rezultatului din meniul CalculatorPreferințe." + +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Coduri de caractere" + +#: C/conv-character.page:11(page/p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "" +"În modul de programare butonul á " +"deschide un dialog pentru a converti caractere în coduri de caractere." + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "Caracterele nu pot fi convertite utilizând tastatura." + +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Monede" + +#: C/conv-currency.page:11(page/p) +msgid "" +"To convert currencies, enter the financial mode, and use the currency controls." +msgstr "" +"Pentru a converti monede, porniți modul financiar, și utilizați controalele pentru monede." + +#: C/conv-currency.page:14(page/p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "" +"Puteți de asemenea converti monede utilizând tastatura și operatorul in." + +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" + +#: C/conv-currency.page:23(note/p) +msgid "" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "" +"Informațiile despre monede sunt aproximative și nu ar trebui utilizate " +"pentru decizii financiare." + +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Lungime/Arie/Volum" + +#: C/conv-length.page:11(page/p) +msgid "" +"To convert between length, area and volume units use the in " +"operator." +msgstr "" +"Pentru a convertii între unități de lungime, arie și volum utilizați " +"operatorul in." + +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 meters in inches" + +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" + +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pint in mL" + +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "" +"Conversiile de lungime/arie/volum trebuie efectuate utilizând tastatura." + +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Timp" + +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "" +"Pentru a converti între unități de timp utilizați operatorul in." + +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 years in hours" + +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Conversiile de timp trebuie efectuate utilizând tastatura." + +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Masă" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "" +"Pentru a converti între între unități de masă utilizați operatorul in." + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1kg in pounds" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Conversiile de masă trebuie efectuate utilizând tastatura." + +#: C/equation.page:7(info/title) +#| msgid "0" +msgctxt "sort" +msgid "0" +msgstr "0" + +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Ecuații de bază" + +#: C/equation.page:13(page/p) +msgid "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "" +"Ecuațiile sunt introduse în formă metamatematică standard. De exemplu pentru " +"a aduna 7 și 2 introduceți următoarele:" + +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" + +#: C/equation.page:22(page/p) +msgid "" +"To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "" +"Pentru a rezolva, apăsați butonul = cu mausul sau tasta " +"Enter de pe tastatură." + +#: C/equation.page:25(page/p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "" +"Calculele sunt efectuate în ordine matematică - înmulțirea și împărțirea " +"sunt efectuate înaintea adunării și scăderii. Următoarea ecuație rezultă 1 " +"(3×2 = 6, 7−6 = 1)." + +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" + +#: C/equation.page:34(page/p) +msgid "" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "" +"Pentru a modifica ordinea calculării utilizați paranteze. Următoarea ecuație " +"rezultă 8 (7−3 = 4, 4×2 = 8)." + +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" + +#: C/equation.page:43(page/p) +msgid "" +"To clear the display press the Clr button or Escape." +msgstr "" +"Pentru a curăța afișajul apăsați butonul Clr sau Escape." + +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Factorial" + +#: C/factorial.page:11(page/p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "" +"Factorialul este introdus utilizând simbolul !. Pentru a calcula factorialul " +"lui 6 introduceți următoarele." + +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" + +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Factorizare" + +#: C/factorize.page:11(page/p) +msgid "" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." +msgstr "" +"Puteți factoriza numărul afișat apăsând butonul fact. Acest buton " +"este vizibil în modul de programare." + +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Funcții financiare" + +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "În modul financiar sunt disponibile următoarele butoane." + +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "TrmC" + +#: C/financial.page:16(td/p) +msgid "" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "" + +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Amd" + +#: C/financial.page:20(td/p) +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "" + +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Vv" + +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." +msgstr "" + +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Mpb" + +#: C/financial.page:28(td/p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." +msgstr "" + +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pp" + +#: C/financial.page:32(td/p) +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "" + +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Vp" + +#: C/financial.page:36(td/p) +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "" + +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Rată" + +#: C/financial.page:40(td/p) +msgid "" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." +msgstr "" + +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Ald" + +#: C/financial.page:44(td/p) +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" + +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Sca" + +#: C/financial.page:48(td/p) +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "" + +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "TrmR" + +#: C/financial.page:52(td/p) +msgid "" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." +msgstr "" + +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "Funcțiile financiare nu pot fi efectuate utilizând tastatura." + +#: C/functions.page:9(page/title) +msgid "Functions" +msgstr "Funcții" + +#: C/functions.page:11(page/p) +msgid "" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "" +"Funcțiile pot fi introduse inserând numele funcției urmat de argumentul " +"acesteia. Dacă argumentul nu este un număr sau o variabilă atunci puneți-l între paranteze." + +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" + +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" + +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "Următoarele funcții sunt definite." + +#: C/functions.page:28(td/p) +msgid "abs" +msgstr "abs" + +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Valoare absolută" + +#: C/functions.page:32(td/p) +msgid "cos" +msgstr "cos" + +#: C/functions.page:33(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Cosine" +msgstr "Cosinus" + +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" + +#: C/functions.page:37(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Hyperbolic Cosine" +msgstr "" + +#: C/functions.page:40(td/p) +msgid "frac" +msgstr "frac" + +#: C/functions.page:41(td/p) +msgid "Fractional Component" +msgstr "Partea fracționară" + +#: C/functions.page:44(td/p) +msgid "int" +msgstr "int" + +#: C/functions.page:45(td/p) +msgid "Integer Component" +msgstr "Partea întreagă" + +#: C/functions.page:48(td/p) +msgid "ln" +msgstr "ln" + +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Logaritm natural" + +#: C/functions.page:52(td/p) +msgid "log" +msgstr "log" + +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritm" + +#: C/functions.page:56(td/p) +msgid "not" +msgstr "not" + +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "NU logic" + +#: C/functions.page:60(td/p) +msgid "ones" +msgstr "ones" + +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "Complement față de unu" + +#: C/functions.page:64(td/p) +msgid "sin" +msgstr "sin" + +#: C/functions.page:65(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Sine" +msgstr "Sinus" + +#: C/functions.page:68(td/p) +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Hyperbolic Sine" +msgstr "" + +#: C/functions.page:72(td/p) +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Radical" + +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" + +#: C/functions.page:77(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Tangent" +msgstr "Tangentă" + +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" + +#: C/functions.page:81(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Hyperbolic Tangent" +msgstr "" + +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "twos" + +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Complement față de doi" + +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool nu suportă funcții definite de utilizator." + +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Utilizarea tastaturii" + +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "Toate ecuațiile matematice pot fi introduse utilizând tastatura." + +#: C/keyboard.page:14(page/p) +msgid "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." +msgstr "" +"Următoarele combinații de taste pot fi utilizate pentru a introduce taste " +"care nu sunt disponibile pe tastatură." + +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" + +#: C/keyboard.page:20(td/p) +#| msgid "* twice" +msgid "*" +msgstr "*" + +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" + +#: C/keyboard.page:24(td/p) +#| msgid "* twice" +msgid "/" +msgstr "/" + +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" + +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* de două ori" + +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" + +#: C/keyboard.page:32(td/p) +#| msgid "" +#| "Square roots can be calculated using the symbol (CtrlR)." +msgid "CtrlR" +msgstr "CtrlR" + +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +#| msgid "" +#| "Square roots can be calculated using the symbol (CtrlR)." +msgid "CtrlP" +msgstr "CtrlP" + +#: C/keyboard.page:39(page/p) +msgid "" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." +msgstr "" +"Pentru a introduce exponenți utilizați " +"Ctrlnumăr, pentru indici utilizați " +"Altnumăr." + +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "" + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "Această lucrare este licențiată sub o <_:link-1/>." + +#: C/legal.xml:6(license/p) +msgid "" +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." +msgstr "" + +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logaritmi" + +#: C/logarithm.page:11(page/p) +msgid "" +"Logarithms can be calculated using the log function." +msgstr "" +"Logaritmii pot fi calculați utilizând funcția " +"log." + +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" + +#: C/logarithm.page:19(page/p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." +msgstr "" +"Pentru a calcula un logaritm într-o bază diferită utilizați un indice după funcție." + +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" + +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Pentru a calcula logaritmul natural utilizați funcția ln." + +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" + +#: C/logarithm.page:35(page/p) +msgid "" +"Euler's number can be entered by using the variable e." +msgstr "" +"Numărul lui Euler poate fi introdus utilizând variabila e." + +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" + +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Împărțire modulo" + +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "Împărțirea modulo este efectuată utilizând operatorul mod." + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Utilizarea mausului" + +#: C/mouse.page:11(page/p) +#| msgid "" +#| "All equations can be entered using the mouse. To access all buttons there " +#| "are a number of modes that can be selected from the View menu." +msgid "" +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the Mode menu." +msgstr "" +"Toate ecuațiile pot fi introduse utilizând mausul. Pentru a accesa toate " +"butoanele există un număr de moduri care pot fi selectate din meniul " +"Mod." + +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Standard" + +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" +msgstr "" +"Furnizează butoane adecvate pentru operațiile de " +"bază" + +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Avansat" + +#: C/mouse.page:22(td/p) +#, fuzzy +#| msgid "Provides buttons suitable for advanced mathematics" +msgid "" +"Provides buttons suitable for advanced mathematics such as " +msgstr "" +"Furnizează butoane adecvate pentru matematică avansată cum ar fi " + +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Financiar" + +#: C/mouse.page:26(td/p) +msgid "" +"Provides buttons suitable for financial equations" +msgstr "" +"Furnizează butoane adecvate pentru ecuațiile " +"financiare" + +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Programare" + +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Furnizează butoane adecvate pentru programatorii de calculatoare" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Formatul rezultatului" + +#: C/number-display.page:11(page/p) +msgid "" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." +msgstr "" +"Formatul utilizat pentru afișarea rezultatelor poate fi modificat din meniul " +"CalculatorPreferințe." + +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Zecimal" + +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Rezultatele sunt afișate ca numere zecimale" + +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Științific" + +#: C/number-display.page:21(td/p) +msgid "" +"Results are displayed in scientific notation" +msgstr "" +"Rezultatele sunt afișate în notație științifică" + +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Ingineresc" + +#: C/number-display.page:25(td/p) +msgid "" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" +msgstr "" +"Rezultatele sunt afișate în notație științifică cu excepția exponentul, care " +"este întotdeauna un multiplu de trei" + +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Binar" + +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "Rezultatele sunt afișate ca numere binare" + +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Octal" + +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "Rezultatele sunt afișate ca numere octale" + +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Hexazecimal" + +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" +"Rezultatele sunt afișate ca numere hexazecimale" + +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" +"Numărul de zecimale, dacă zerourile din coadă și separatorii miilor sunt " +"afișate, poate fi de asemenea configurat." + +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Procente" + +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Procentele sunt calculate utilizând simbolul %." + +#: C/percentage.page:14(page/p) +msgid "" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "" +"Când este adunat sau scăzut, simbolul de procent devine un procent din " +"valoarea din care se scade sau adună. Următoare ecuație calculează prețul " +"unui obiect de $140 cu o taxă de 15% (140 + (15÷100)×140)." + +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" + +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "" +"În toate celelalte cazuri simbolul de procent devine o sutime. Următoarea " +"ecuație calculează un sfert din 80 de mere ((25÷100)×80)." + +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" + +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Puteri și rădăcini" + +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." +msgstr "" +"Puterile sunt introduse prin punerea unui exponent după valoare." + +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" + +#: C/power.page:19(page/p) +msgid "" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." +msgstr "" +"Inversul unui număr poate fi introdus utilizând simbolul pentru invers ⁻¹ " +"(CtrlI)." + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" + +#: C/power.page:27(page/p) +msgid "" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." +msgstr "" +"Puterile pot fi de asemenea calculate utilizând simbolul ^. Acesta permite " +"puterii să fie o ecuație." + +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" + +#: C/power.page:36(page/p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." +msgstr "" +"Dacă tastatura nu are o tastă ^ puteți utiliza tasta * " +"de două ori." + +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "" +"Rădăcinile pătrate pot fi calculate utilizând simbolul (CtrlR)." + +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" + +#: C/power.page:47(page/p) +msgid "" +"n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "" +"Rădăcinile de grad n pot fi calculate punând un indice înaintea semnului de radical." + +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" + +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Notație științifică" + +#: C/scientific.page:11(page/p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "" +"Pentru a introduce numere în format științific utilizați butonul ×10x(CtrlE). Modul numeric se schimbă automat în exponent. Pentru a introduce " +"2×10¹⁰⁰, începeți prin a introduce mantisa (2):" + +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" + +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "" +"Apoi apăsați butonul pentru notație științifică (sau apăsați " +"CtrlE):" + +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2x10" + +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Apoi introduceți exponentul (100):" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" + +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." +msgstr "" +"Pentru a afișa rezultate în formă științifică modificați formatul rezultatului." + +#: C/superscript.page:7(info/title) +#| msgid "_" +msgctxt "sort" +msgid "_" +msgstr "_" + +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Exponent și indice" + +#: C/superscript.page:13(page/p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "" +"Unele ecuații pot necesita introducerea de numere sub forma de exponent sau " +"indice. ex." + +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" + +#: C/superscript.page:21(page/p) +msgid "" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." +msgstr "" +"Pentru a introduce exponenți selectați cu mausul modul numeric utilizând " +"butoanele ↑n și ↓n. Când unul dintre aceste moduri " +"este activ apăsarea butoanelor numerice cu mausul va introduce numere ca " +"exponenți sau indici. Pentru întoarcerea la modul normal apăsați butonul " +"activ." + +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" +"Pentru a introduce numere ca exponenți cu tastatura țineți apăsat Ctrl în timpul introducerii numărul. Țineți Alt pentru indice." + +#: C/superscript.page:30(page/p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." +msgstr "" +"Modul numeric revine la normal când se introduce următorul caracter non-" +"numeric (ex. +)." + +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometrie" + +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "" +"Funcțiile trigonometrice pot fi efectuate utilizând funcțiile sin, cos și tan." + +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" + +#: C/trigonometry.page:19(page/p) +#, fuzzy +#| msgid "" +#| "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are " +#| "visible when in scientific mode." +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in Advanced mode." +msgstr "" +"Unitățile de unghi utilizate pot fi modificate din meniul " +"CalculatorPreferințe. Butoanele " +"pentru trigonometrie sunt vizibile în modul " +"științific." + +#: C/trigonometry.page:23(page/p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "" +"Funcțiile hiperbolice sunt disponibile prin adăugarea lui „h” la sfârșitul " +"unei funcții." + +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" + +#: C/trigonometry.page:31(page/p) +msgid "" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." +msgstr "" +"Funcțiile inverse sunt introduse utilizând fie simbolul ⁻¹ " +"(CtrlI) fie forma „a” a funcției. " +"Următoarele două ecuații sunt echivalente." + +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" + +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" + +#: C/trigonometry.page:43(page/p) +msgid "" +"To enter π with the keyboard use " +"CtrlP." +msgstr "" +"Pentru a introduce Π cu ajutorul tastaturii " +"utilizați CtrlP." + +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Variabile" + +#: C/variables.page:11(page/p) +#| msgid "" +#| "To assign a value to a variable use the = symbol or choose the variable " +#| "to assign to with the →R button in advanced mode. A variable name must only contain upper or lower " +#| "characters." +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." +msgstr "" +"Pentru a atribui o valoare unei variabile utilizați simbolul = sau alegeți " +"variabila căreia să-i atribuiți valoarea cu butonul x din modul avansat. O variabilă trebuie să conțină numai " +"majuscule sau minuscule." + +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" + +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "valoare=82" + +#: C/variables.page:23(page/p) +#, fuzzy +#| msgid "" +#| "Variables can be used in any equation and are substituted for their " +#| "assigned value. Variables can be inserted using the ←R button." +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" +"Variabilele pot fi utilizate în orice ecuație și sunt substituite cu valoare " +"care le este atribuită. Variabilele pot fi inserate utilizând butonul " +"x." + +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" + +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy-3x+7y-21" + +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Următoarele variabile sunt întotdeauna definite." + +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" + +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Rezultatul calculului anterior." + +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Numărul lui Euler" + +#: C/variables.page:49(td/p) +#| msgid "" +#| "Provides buttons suitable for trigonometry" +msgid "Pi" +msgstr "Pi" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "" +"O valoare aleatoarea în intervalul [0,1] (se modifică la fiecare citire)" + +#~ msgid "Euler's Number" +#~ msgstr "Numărul lui Euler" + +#~ msgid "Pi" +#~ msgstr "Pi" + +#~ msgid "*" +#~ msgstr "*" + +#~ msgid "/" +#~ msgstr "/" + +#~ msgid "Ctrl" +#~ msgstr "Ctrl" + +#~ msgid "R" +#~ msgstr "R" + +#~ msgid "P" +#~ msgstr "P" + +#~ msgid "robert.ancell@gmail.com" +#~ msgstr "Robert.ancell@gmail.com" + +#~ msgid "Absolute Value" +#~ msgstr "Valoarea absolută" + +#~ msgid "Cosine" +#~ msgstr "Cosinus" + +#~ msgid "Hyperbolic Cosine" +#~ msgstr "Cosinus hiperbolic" + +#~ msgid "Natural Logarithm" +#~ msgstr "Logaritm natural" + +#~ msgid "Logarithm" +#~ msgstr "Logaritm" + +#~ msgid "Boolean NOT" +#~ msgstr "NU logic" + +#~ msgid "Sine" +#~ msgstr "Sinus" + +#~ msgid "Hyperbolic Sine" +#~ msgstr "Sinus hiperbolic" + +#~ msgid "Square Root" +#~ msgstr "Rădăcină pătrată" + +#~ msgid "Tangent" +#~ msgstr "Tangentă" + +#~ msgid "Hyperbolic Tangent" +#~ msgstr "Tangentă hiperbolică" diff --git a/help/sl/sl.po b/help/sl/sl.po new file mode 100644 index 0000000..af41b96 --- /dev/null +++ b/help/sl/sl.po @@ -0,0 +1,1035 @@ +# Slovenian translations for mate-calc help. +# Copyright (C) 2009 mate-calc COPYRIGHT HOLDER +# This file is distributed under the same license as the mate-calcpackage. +# +# Andrej Žnidaršič , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: mate-calc help master\n" +"POT-Creation-Date: 2012-04-06 10:46+0000\n" +"PO-Revision-Date: 2012-04-09 13:12+0200\n" +"Last-Translator: Andrej Žnidaršič \n" +"Language-Team: Slovenian MATE Translation Team \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Poedit-Country: SLOVENIA\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Andrej Žnidaršič" + +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "Robert Ancell" + +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "Pomoč GCalctool" + +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "Uporabniški vmesnik " + +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "Enačbe" + +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "Števila" + +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "Pretvorbe" + +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "Finančni izračuni" + +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "Absolutne vrednosti" + +#: C/absolute.page:11(page/p) +msgid "Absolute values are calculated using the | symbol or abs function." +msgstr "Absolutne vrednosti se izračunajo s simbolom | ali abs function." + +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" + +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" + +#: C/base.page:9(page/title) +#: C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "Osnove števil" + +#: C/base.page:11(page/p) +msgid "To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "Za vnos števil v določeni osnovi uporabite podpisana števila. Naslednja števila so enakovredna." + +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" + +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" + +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" + +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" + +#: C/base.page:29(page/p) +msgid "When in programming mode there are buttons for binary (CtrlB), octal (CtrlO) and hexadecimal (CtrlH)." +msgstr "Ko je računalo v programerskem načinu so na voljo gumbi za binarni (CtrlB), osmiški (CtrlO) in šestnajstiški (CtrlH) prikaz." + +#: C/base.page:32(page/p) +msgid "To set the base that results are shown in change the result format." +msgstr "Za nastavitev osnove v kateri so prikazani rezultati spremenite obliko rezultatov." + +#: C/base.page:35(page/p) +msgid "To change the base of the current result use a base button or CtrlD to show in decimal form." +msgstr "Za spremembo osnove trenutnega rezultata uporabite gumb osnove ali CtrlD za prikaz v decimalni obliki." + +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "Logična algebra" + +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "Logično algebro je mogoče izračunati z operatorji AND, OR in XOR." + +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" + +#: C/boolean.page:19(page/p) +msgid "Buttons for these symbols are available in programming mode." +msgstr "Gumbi za te simbole so na voljo v programerskem načinu." + +#: C/boolean.page:22(page/p) +msgid "The NOT function inverts the bits in a number. The word size is set from the CalculatorPreferences menu." +msgstr "Funkcija NOT function obrne bite v številu. Velikost besede lahko nastavite v meniju RačunaloMožnosti." + +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" + +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "Kompleksa števila" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "Kompleksna števila v programu GCalctool niso podprta." + +#: C/conv-base.page:11(page/p) +msgid "To convert between number bases enter a number (or solve an equation) and change the result format from the CalculatorPreferences menu." +msgstr "Za pretvarjanje med različnimi osnovami vnesite število (ali rešite enačbo) in spremenite obliko rezultata v meniju RačunaloMožnosti." + +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "Znakovne kode" + +#: C/conv-character.page:11(page/p) +msgid "When in programming mode the á button opens a dialog to convert characters to character codes." +msgstr "Ko ste v programerskem načinu, gumb á odpre pogovorno okno za pretvorbo znakov z znakovne kode." + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "S tipkovnico znakov ni mogoče pretvoriti." + +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "Valuta" + +#: C/conv-currency.page:11(page/p) +msgid "To convert currencies, enter the financial mode, and use the currency controls." +msgstr "Za pretvarjanje valut vstopite v finančni način in uporabite nadzornike valut." + +#: C/conv-currency.page:14(page/p) +msgid "You can also convert currencies using the keyboard and the in operator." +msgstr "Med valutami lahko pretvarjate tudi s tipkovnico in operatorjem in." + +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" + +#: C/conv-currency.page:23(note/p) +msgid "Currency information is approximate and should not be used for making financial decisions." +msgstr "Podati valut so približni in jih ne uporabljajte za finančne odločitve." + +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "Dolžina/površina/prostornina" + +#: C/conv-length.page:11(page/p) +msgid "To convert between length, area and volume units use the in operator." +msgstr "Za pretvarjanje med dolžino, površino in prostornino uporabite operator in." + +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "6 metrov v palcih" + +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "1 aker v cm²" + +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "1 pinta v ml" + +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "Pretvarjanja dolžina/površina/prostornina je treba izvesti s tipkovnico." + +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "Čas" + +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "Za pretvarjanje med časom uporabite operator in." + +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "3 leta v urah" + +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "Pretvorbe časa je treba izvesti s tipkovnico." + +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "Masa" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "Za obsežno pretvarjanje uporabite operator in." + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "1kg v funtih" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "Obsežne pretvorbe je treba izvesti s tipkovnico." + +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" + +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "Osnovne enačbe" + +#: C/equation.page:13(page/p) +msgid "Equations are entered in standard mathematical form. For example to add 7 and 2 enter the following:" +msgstr "Enačbe se vnašajo v običajni matematični obliki. Za seštevanje 7 in 2 vnesite naslednje:" + +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" + +#: C/equation.page:22(page/p) +msgid "To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "Za rešitev z miško pritisnite na gumb = ali pa na tipkovnici pritisnite Enter." + +#: C/equation.page:25(page/p) +msgid "Calculations are performed in mathematical order - multiplication and division are performed before addition and subtraction. The following equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "Izračuni so izvedeni v matematičnem redu - množenje in deljenje sta izvedena pred seštevanjem in odštevanje. Rezultat naslednjega izračuna je 1 (3×2 = 6, 7−6 = 1)." + +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" + +#: C/equation.page:34(page/p) +msgid "To change the order of calculation use parenthesis. The following equation solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "Za spremembo vrstnega reda izračuna uporabite oklepaje. Rezultat naslednjega izračuna je 8 (7−3 = 4, 4×2 = 8)." + +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "(7−3)×2" + +#: C/equation.page:43(page/p) +msgid "To clear the display press the Clr button or Escape." +msgstr "Ta čiščenje prikaza pritisnite gumb Clr ali Ubežno tipko." + +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "Fakultete" + +#: C/factorial.page:11(page/p) +msgid "Factorials are entered using the ! symbol. To calculate the factorial of 6 enter the following." +msgstr "Fakultete vnesite s simbolom !. Za izračun fakultete števila 6 vnesite naslednje." + +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" + +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "Faktorizacija" + +#: C/factorize.page:11(page/p) +msgid "You can factorize the number currently displayed by pressing the fact button. This button is visible in programming mode." +msgstr "Trenutno prikazano število lahko faktorizirate s pritiskom gumba fact. Ta gumb je viden v programerskem načinu." + +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "Finančne funkcije" + +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "Ko ste v finančnem načinu, so na voljo naslednji gumbi." + +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" + +#: C/financial.page:16(td/p) +msgid "Calculate the number of compounding periods necessary to increase an investment of present value to a future value, at a fixed interest rate per compounding period." +msgstr "Izračuna število obrestnih obdobij, ki morajo preteči za povečanje vrednosti investicije s sedanje na prihodnjo vrednost po stalni obrestni meri za obrestno obdobje. " + +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" + +#: C/financial.page:20(td/p) +msgid "Calculate the depreciation allowance on an asset for a specified period of time, using the double-declining balance method." +msgstr "Izračuna amortizacijo osnovnega sredstva v določenem časovnem obdobju z metodo dvojno padajočega ." + +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" + +#: C/financial.page:24(td/p) +msgid "Calculate the future value of an investment based on a series of equal payments at a periodic interest rate over the number of payment periods in the term." +msgstr "Izračuna prihodnjo vrednost investicije na podlagi enakih vplačil po periodični obrestni meri v določenem številu plačilnih obdobij." + +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Dobičkonosnost" + +#: C/financial.page:28(td/p) +msgid "Calculate the resale price of a product, based on the product cost and the wanted gross profit margin." +msgstr "Izračuna prodajno ceno izdelka na osnovi stroškov izdelka in želene dobičkonosnosti od prodaje." + +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" + +#: C/financial.page:32(td/p) +msgid "Calculate the amount of the periodic payment of a loan, where payments are made at the end of each payment period." +msgstr "Izračuna vrednost obročnega plačevanja posojila, kjer se plačila izvajajo ob koncu vsakega obročnega obdobja." + +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" + +#: C/financial.page:36(td/p) +msgid "Calculate the present value of an investment based on a series of equal payments discounted at a periodic interest rate over the number of payment periods in the term." +msgstr "Izračuna sedanjo vrednost investicije na podlagi niza enakih plačil, diskontiranih po periodični obrestni meri v določenem številu plačilnih obdobij." + +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "Obrestna mera" + +#: C/financial.page:40(td/p) +msgid "Calculate the periodic interest necessary to increase an investment to a future value, over the number of compounding periods." +msgstr "Izračuna periodične obrestne mere za povečanje investicije na prihodnjo vrednost v določenem številu obrestnih obdobij." + +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" + +#: C/financial.page:44(td/p) +msgid "Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "Izračuna način enakomernega časovnega amortiziranja v določenem obdobju. Ta način enakomerno razdeli strošek skozi vso uporabno življenjsko dobo sredstva. Za uporabno življenjsko dobo šteje vsota obdobij, navadno let, v katerih se sredstvo amortizira." + +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" + +#: C/financial.page:48(td/p) +msgid "Calculate 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. The useful life is the number of periods, typically years, over which an asset is depreciated." +msgstr "Izračuna amortizacijo osnovnega sredstva v določenem časovnem obdobju z metodo vsote letnih številk (SYD). Pri tem načinu je raven amortizacije hitrejša, saj je strošek amortizacije večji na začetku. Za uporabno življenjsko dobo šteje vsota obdobij, navadno let, v katerih se sredstvo amortizira. " + +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "Izraz" + +#: C/financial.page:52(td/p) +msgid "Calculate the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value, at a periodic interest rate." +msgstr "Izračuna število plačilnih obdobij, ki morajo preteči v obdobju običajne anuitete za akumulacijo prihodnje vrednosti po periodični obrestni meri." + +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "Finančnih funkcij ni mogoče izvesti s tipkovnico." + +#: C/functions.page:9(page/title) +msgid "Functions" +msgstr "Funkcije" + +#: C/functions.page:11(page/p) +msgid "Functions can be used by inserting the name of the function followed by the function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "Funkcije je mogoče uporabiti z vstavljanjem imena funkcije, ki mu sledi njen argument. V primeru, da argument ni število ali spremenljivka okoli arguemnta uporabite oklepaje." + +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" + +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" + +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "Določene so naslednje funkcije." + +#: C/functions.page:28(td/p) +msgid "abs" +msgstr "abs" + +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "Absolutna vrednost" + +#: C/functions.page:32(td/p) +msgid "cos" +msgstr "cos" + +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "Kosinus" + +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" + +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "Hiperbolični kosinus" + +#: C/functions.page:40(td/p) +msgid "frac" +msgstr "ulom" + +#: C/functions.page:41(td/p) +msgid "Fractional Component" +msgstr "Enota ulomka" + +#: C/functions.page:44(td/p) +msgid "int" +msgstr "int" + +#: C/functions.page:45(td/p) +msgid "Integer Component" +msgstr "Celoštevilčna enota" + +#: C/functions.page:48(td/p) +msgid "ln" +msgstr "ln" + +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "Naravni logaritem" + +#: C/functions.page:52(td/p) +msgid "log" +msgstr "log" + +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "Logaritem" + +#: C/functions.page:56(td/p) +msgid "not" +msgstr "ne" + +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "Logični NOT" + +#: C/functions.page:60(td/p) +msgid "ones" +msgstr "Enojni" + +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "Enojni komplement" + +#: C/functions.page:64(td/p) +msgid "sin" +msgstr "sin" + +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "Sinus" + +#: C/functions.page:68(td/p) +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "Hiperbolični sinus" + +#: C/functions.page:72(td/p) +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "Kvadratni koren" + +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" + +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "Tangens" + +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" + +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "Hiperbolični tangens" + +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "dvojni komplement" + +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "Dvojni komplement" + +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool ne podpira uporabniško določenih funkcij." + +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "Uporaba tipkovnice" + +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "Vse matematične enačbe lahko vnesete s tipkovnico." + +#: C/keyboard.page:14(page/p) +msgid "The following key combinations can be used to enter keys that may not be available on your keyboard." +msgstr "Naslednje kombinacije tipk je mogoče uporabiti skupaj za vnos tipk, ki morda niso na voljo na vaši tipkovnici." + +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" + +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" + +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" + +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" + +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" + +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* dvakrat" + +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" + +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" + +#: C/keyboard.page:35(td/p) +#: C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" + +#: C/keyboard.page:39(page/p) +msgid "To enter superscript numbers use Ctrlnumber, for subscript use Altnumber." +msgstr "Za vnos nadpisanih števil uporabite Ctrlštevilo, za podpisana števila uporabite Altštevilo." + +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "Creative Commons priznanje avtorstva deljenje pod enakimi pogoji 3.0 neprenosljivo" + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "To delo je licencirano pod <_:link-1/>." + +#: C/legal.xml:6(license/p) +msgid "As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction." +msgstr "Kot posebno izjemo vam dajejo lastniki avtorskih pravic dovoljenje za kopiranje, spreminjanje in distribuiranje kode primerov, ki jo vsebuje ta dokument pod vašimi pogoji, brez omejitev." + +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "Logaritmi" + +#: C/logarithm.page:11(page/p) +msgid "Logarithms can be calculated using the log function." +msgstr "Logaritme je mogoče izračunati s funkcijo log. " + +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" + +#: C/logarithm.page:19(page/p) +msgid "To calculate a logarithm in a different base use a subscript number after the function." +msgstr "Za izračun logaritma v drugačni osnovi za funkcijo uporabite podpisano število." + +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" + +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "Za izračun naravnega logaritma uporabite funkcijo ln." + +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" + +#: C/logarithm.page:35(page/p) +msgid "Euler's number can be entered by using the variable e." +msgstr "Eulerjeva števila lahko vnesete z uporabo spremenljivke e." + +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" + +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "Deljenje modulov" + +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "Deljenje modulov je izvedeno z operatorjem mod." + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "Uporaba miške" + +#: C/mouse.page:11(page/p) +msgid "All equations can be entered using the mouse. To access all buttons there are a number of modes that can be selected from the Mode menu." +msgstr "Vse enačbe je mogoče vnesti z miško. Za dostop do vseh gumbov je na voljo več načinov, ki jih je mogoče izbrati iz menija Način." + +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "Osnovno" + +#: C/mouse.page:18(td/p) +msgid "Provides buttons suitable for basic equations" +msgstr "Zagotavlja gumbe primerne za osnovne enačbe" + +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "Napredno" + +#: C/mouse.page:22(td/p) +msgid "Provides buttons suitable for advanced mathematics such as " +msgstr "Zagotavlja gumbe primerne za napredno matematiko kot je " + +#: C/mouse.page:25(td/p) +msgid "Financial" +msgstr "Finančno" + +#: C/mouse.page:26(td/p) +msgid "Provides buttons suitable for financial equations" +msgstr "Zagotavlja gumbe primerne za finančne enačbe" + +#: C/mouse.page:29(td/p) +msgid "Programming" +msgstr "Programiranje" + +#: C/mouse.page:30(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "Zagotavlja gumbe primerne za računalniške programerje" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "Oblika rezultata" + +#: C/number-display.page:11(page/p) +msgid "The format used to display results can be changed from the CalculatorPreferences menu." +msgstr "Obliko za prikaz rezultatov lahko spremenite v meniju RačunaloMožnosti." + +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "Desetiško" + +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "Razultati so prikazani kot decimalna števila" + +#: C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "Znanstven" + +#: C/number-display.page:21(td/p) +msgid "Results are displayed in scientific notation" +msgstr "Razultati so prikazani kot znanstvenem zapisu" + +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "Inženirstvo" + +#: C/number-display.page:25(td/p) +msgid "Results are displayed in scientific notation except the exponent is always a multiple of three" +msgstr "Rezultati so prikazani v znanstvenem zapisu z izjemo potence, ki je vedno večkratnik števila tri" + +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "Dvojiško" + +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "Razultati so prikazani kot binarna števila" + +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "Osmiško" + +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "Razultati so prikazani kot osmiška števila" + +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "Šestnajstiško" + +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "Razultati so prikazani kot šestnajstiška števila" + +#: C/number-display.page:40(page/p) +msgid "The number of decimal places, if trailing zeroes and if thousands separators are shown can also be configured." +msgstr "Mogoče je nastaviti število decimalnih števil in sledeče ničle ter ločnice tisočic (če so prikazane)." + +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "Odstotki" + +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "Odstotke lahko izračunate s simbolom %." + +#: C/percentage.page:14(page/p) +msgid "When added or subtracted the percentage symbol resolves to one percent of the value being added or subtracted from. The following equation calculates the price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "V primeru dodajanja ali seštevanja znak za odstotek pomeni odstotek vrednosti, ki se prišteje ali odšteje. Naslednja enačba izračuna ceno predmeta vrednega 140€ s 15% davkom (140 + (15÷100)×140)." + +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" + +#: C/percentage.page:23(page/p) +msgid "In all other cases the percentage symbol resolves to a fraction out of 100. The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "V vseh ostalih primerih znak za odstotek pomeni delež od 100. Naslednja enačba izračuna četrtino od 80 jabolk ((25÷100)×80)." + +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" + +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "Potence in koreni" + +#: C/power.page:11(page/p) +msgid "Powers are entered by putting a superscript number after the value." +msgstr "Potence lahko vnesete z nadpisanim številom za vrednostjo." + +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" + +#: C/power.page:19(page/p) +msgid "The inverse of a number can be entered using the inverse symbol ⁻¹ (CtrlI)." +msgstr "Obratno vrednost lahko vnesete s simbolom ⁻¹ (CtrlI)." + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" + +#: C/power.page:27(page/p) +msgid "Powers can also be calculated using the ^ symbol. This allows the power to be an equation." +msgstr "Potence lahko izračunate s simbolom ^. To omogoča izračun potence enačbe." + +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" + +#: C/power.page:36(page/p) +msgid "If your keyboard does not have a ^ key you can use * twice." +msgstr "V primeru da vaša tipkovnica nima tipke ^ lahko dvakrat pritisnete **." + +#: C/power.page:39(page/p) +msgid "Square roots can be calculated using the symbol (CtrlR)." +msgstr "Kvadratne korene lahko izračunate s simbolom (CtrlR)." + +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" + +#: C/power.page:47(page/p) +msgid "n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "n-te korene lahko izračunate s podpisanim številom pred znakom korena." + +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" + +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "Znanstveni zapis" + +#: C/scientific.page:11(page/p) +msgid "To enter numbers in scientific format use the ×10x button (CtrlE). The number mode automatically changes to superscript. To enter 2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "Za vnos števil v znanstveni obliki uporabite gumb ×10x (CtrlE). Način števila se semodejno spremeni v nadpisana. Za vnos 2×10¹⁰⁰ začnite z vnosom osnove (2):" + +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" + +#: C/scientific.page:21(page/p) +msgid "Then press the scientific notation button (or press CtrlE):" +msgstr "Nato pritisnite gumb znanstvenega zapisa (ali pritisnite CtrlE):" + +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" + +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "Nato vnesite eksponent (100):" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" + +#: C/scientific.page:37(page/p) +msgid "To show results in scientific form change the result format." +msgstr "Za prikaz rezultatov v znanstveno obliko spremenite obliko rezultata." + +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "_" + +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "Nadpisano in podpisano" + +#: C/superscript.page:13(page/p) +msgid "Some equations may require numbers to be entered in superscript or subscript form. e.g." +msgstr "Nekatere enačbe zahtevajo vnos števil v nadpisani ali podpisani obliki. Na primer" + +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" + +#: C/superscript.page:21(page/p) +msgid "To enter superscript numbers with the mouse select the number mode using the the ↑n and ↓n buttons. When one of these modes is active clicking the number buttons will enter numbers in superscript or subscript. To return to normal number mode click the active button." +msgstr "Za vnos nadpisanih števil z miško izberite način števila z uporabo gumbov ↑n in ↓n. Ko je en od teh načinov dejaven bo klik na miškin gumb števila vnesel nadpisano ali podpisano. Za vrnitev v način običajnih števil kliknite dejavni gumb." + +#: C/superscript.page:26(page/p) +msgid "To enter superscript numbers with the keyboard hold down Ctrl while entering the number. Hold Alt for subscript." +msgstr "Za vnos nadpisanega števila med vnašanjem števila držite Ctrl. Za podpisana števila držite Alt." + +#: C/superscript.page:30(page/p) +msgid "The number mode returns to normal when entering the next non-number character (e.g. +)." +msgstr "Način števila se vrne v običajnega ob vnosu znaka, ki ni število (na primer +)." + +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "Trigonometrija" + +#: C/trigonometry.page:11(page/p) +msgid "Trigonometry can be performed using the sin, cos, and tan function." +msgstr "Trigonometrijo je mogoče izvesti z uporabo funkcij sin, cos in tan." + +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" + +#: C/trigonometry.page:19(page/p) +msgid "The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible when in Advanced mode." +msgstr "Enote kota je mogoče spremeniti v meniju RačunaloMožnosti. Gumbi trigonometrije so na voljo v Naprednem načinu." + +#: C/trigonometry.page:23(page/p) +msgid "Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "Hiperbolične funkcije so na voljo z dodajanjem \"h\" koncu funkcije." + +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" + +#: C/trigonometry.page:31(page/p) +msgid "Inverse functions are entered either using the inverse symbol ⁻¹ (CtrlI) or the \"a\" form of the function. The following two equations are equivalent." +msgstr "Obratne funkcije lahko vnesete s simbolom ⁻¹ (CtrlI) ali \"a\" obliko funkcije. Naslednji dve enačbi sta enakovredni." + +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" + +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" + +#: C/trigonometry.page:43(page/p) +msgid "To enter π with the keyboard use CtrlP." +msgstr "Za vnos π s tipkovnico uporabite CtrlP." + +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "Spremenljivke" + +#: C/variables.page:11(page/p) +msgid "To assign a value to a variable use the = symbol or choose the variable to assign to with the x button in advanced mode. A variable name must only contain upper or lower characters." +msgstr "Za dodelitev vrednosti spremenljivki uporabite simbol = ali izberite spremenljivko za dodelitev z gumbom x v naprednem načinu. Ime spremenljivke vsebuje le majhne ali velike črke." + +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" + +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "value=82" + +#: C/variables.page:23(page/p) +msgid "Variables can be used in any equation and are substituted for their assigned value. Variables can be inserted using the x button." +msgstr "Spremenljivke je mogoče uporabiti v katerikoli enačbi. Zamenjane so z njihovo dodeljeno vrednostjo. Spremenljivke je mogoče vstaviti z gumbom x." + +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" + +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" + +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "Naslednje spremenljivke so vedno določene." + +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" + +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "Rezultat predhodnega izračuna" + +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "Eulerjevo število" + +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "Pi" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "Naključna vrednost v obsegu [0,1] (spremenii se ob vsakem branju)" + +#~ msgid "Euler's Number" +#~ msgstr "Eulerjevo število" + +#~ msgid "Pi" +#~ msgstr "Pi" + +#~ msgid "*" +#~ msgstr "*" + +#~ msgid "/" +#~ msgstr "/" + +#~ msgid "Ctrl" +#~ msgstr "Ctrl" + +#~ msgid "R" +#~ msgstr "R" + +#~ msgid "P" +#~ msgstr "P" + +#~ msgid "robert.ancell@gmail.com" +#~ msgstr "robert.ancell@gmail.com" + +#~ msgid "Absolute Value" +#~ msgstr "Absolutna vrednost" + +#~ msgid "Cosine" +#~ msgstr "Kosinus" + +#~ msgid "Hyperbolic Cosine" +#~ msgstr "Hiperbolični kosinus" + +#~ msgid "Natural Logarithm" +#~ msgstr "Naravni logaritem" + +#~ msgid "Logarithm" +#~ msgstr "Logaritem" + +#~ msgid "Boolean NOT" +#~ msgstr "Logični NOT" + +#~ msgid "Sine" +#~ msgstr "Sinus" + +#~ msgid "Hyperbolic Sine" +#~ msgstr "Hiperbolični sinus" + +#~ msgid "Square Root" +#~ msgstr "Kvadratni koren" + +#~ msgid "Tangent" +#~ msgstr "Tangens" + +#~ msgid "Hyperbolic Tangent" +#~ msgstr "Hiperbolični tangens" diff --git a/help/te/te.po b/help/te/te.po new file mode 100644 index 0000000..831baac --- /dev/null +++ b/help/te/te.po @@ -0,0 +1,1130 @@ +# Telugu translation for mate-calc. +# Copyright (C) 2011, 2012 Swecha Telugu Localisation Team +# This file is distributed under the same license as the mate-calc package. +# Bhuvan Krishna , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: mate-calc master\n" +"POT-Creation-Date: 2012-03-24 09:04+0000\n" +"PO-Revision-Date: 2012-03-25 16:01+0530\n" +"Last-Translator: Bhuvan Krishna \n" +"Language-Team: Telugu \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "అనువాదకుల-పరపతులు" + +#: C/index.page:7(credit/name) +msgid "Robert Ancell" +msgstr "" + +#: C/index.page:13(page/title) +msgid "GCalctool Help" +msgstr "" + +#: C/index.page:16(section/title) +msgid "User Interface" +msgstr "వినియోగదారు సంవిధానం" + +#: C/index.page:20(section/title) +msgid "Equations" +msgstr "సమీకరణ" + +#: C/index.page:24(section/title) +msgid "Numbers" +msgstr "సంఖ్యలు" + +#: C/index.page:28(section/title) +msgid "Conversions" +msgstr "" + +#: C/index.page:32(section/title) +msgid "Financial Calculations" +msgstr "" + +#: C/absolute.page:9(page/title) +msgid "Absolute Values" +msgstr "" + +#: C/absolute.page:11(page/p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "" + +#: C/absolute.page:15(example/p) +msgid "|−1|" +msgstr "|−1|" + +#: C/absolute.page:18(example/p) +msgid "abs (−1)" +msgstr "abs (−1)" + +#: C/base.page:9(page/title) C/conv-base.page:9(page/title) +msgid "Number Bases" +msgstr "" + +#: C/base.page:11(page/p) +msgid "" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "" + +#: C/base.page:16(example/p) +msgid "1001011₂" +msgstr "1001011₂" + +#: C/base.page:19(example/p) +msgid "113₈" +msgstr "113₈" + +#: C/base.page:22(example/p) +msgid "75" +msgstr "75" + +#: C/base.page:25(example/p) +msgid "4B₁₆" +msgstr "4B₁₆" + +#: C/base.page:29(page/p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." +msgstr "" + +#: C/base.page:32(page/p) +msgid "" +"To set the base that results are shown in change the result format." +msgstr "" + +#: C/base.page:35(page/p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "" + +#: C/boolean.page:9(page/title) +msgid "Boolean Algebra" +msgstr "" + +#: C/boolean.page:11(page/p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "" + +#: C/boolean.page:15(example/p) +msgid "010011₂ AND 110101₂" +msgstr "" + +#: C/boolean.page:19(page/p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "" + +#: C/boolean.page:22(page/p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "" + +#: C/boolean.page:27(example/p) +msgid "NOT 010011₂" +msgstr "010011₂ కాదా" + +#: C/complex.page:9(page/title) +msgid "Complex Numbers" +msgstr "" + +#: C/complex.page:11(page/p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "" + +#: C/conv-base.page:11(page/p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." +msgstr "" + +#: C/conv-character.page:9(page/title) +msgid "Character Codes" +msgstr "" + +#: C/conv-character.page:11(page/p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "" + +#: C/conv-character.page:15(note/p) +msgid "Characters cannot be converted using the keyboard." +msgstr "" + +#: C/conv-currency.page:9(page/title) +msgid "Currency" +msgstr "ద్రవ్యం" + +#: C/conv-currency.page:11(page/p) +msgid "" +"To convert currencies, enter the financial mode, and use the currency controls." +msgstr "" + +#: C/conv-currency.page:14(page/p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "" + +#: C/conv-currency.page:18(example/p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD లో GBP" + +#: C/conv-currency.page:23(note/p) +msgid "" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "" + +#: C/conv-length.page:9(page/title) +msgid "Length/Area/Volume" +msgstr "" + +#: C/conv-length.page:11(page/p) +msgid "" +"To convert between length, area and volume units use the in " +"operator." +msgstr "" + +#: C/conv-length.page:15(example/p) +msgid "6 meters in inches" +msgstr "" + +#: C/conv-length.page:18(example/p) +msgid "1 acre in cm²" +msgstr "" + +#: C/conv-length.page:21(example/p) +msgid "1 pint in mL" +msgstr "" + +#: C/conv-length.page:26(note/p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "" + +#: C/conv-time.page:9(page/title) +msgid "Time" +msgstr "సమయం" + +#: C/conv-time.page:11(page/p) +msgid "To convert between time use the in operator." +msgstr "" + +#: C/conv-time.page:15(example/p) +msgid "3 years in hours" +msgstr "" + +#: C/conv-time.page:20(note/p) +msgid "Time conversions must be performed using the keyboard." +msgstr "" + +#: C/conv-weight.page:9(page/title) +msgid "Mass" +msgstr "రాశి" + +#: C/conv-weight.page:11(page/p) +msgid "To convert between mass use the in operator." +msgstr "" + +#: C/conv-weight.page:15(example/p) +msgid "1kg in pounds" +msgstr "" + +#: C/conv-weight.page:20(note/p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "" + +#: C/equation.page:7(info/title) +msgctxt "sort" +msgid "0" +msgstr "0" + +#: C/equation.page:11(page/title) +msgid "Basic Equations" +msgstr "" + +#: C/equation.page:13(page/p) +msgid "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "" + +#: C/equation.page:18(example/p) +msgid "7+2" +msgstr "7+2" + +#: C/equation.page:22(page/p) +msgid "" +"To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "" + +#: C/equation.page:25(page/p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "" + +#: C/equation.page:30(example/p) +msgid "7−3×2" +msgstr "7−3×2" + +#: C/equation.page:34(page/p) +msgid "" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "" + +#: C/equation.page:39(example/p) +msgid "(7−3)×2" +msgstr "" + +#: C/equation.page:43(page/p) +msgid "" +"To clear the display press the Clr button or Escape." +msgstr "" + +#: C/factorial.page:9(page/title) +msgid "Factorials" +msgstr "క్రమగుణితలు" + +#: C/factorial.page:11(page/p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "" + +#: C/factorial.page:16(example/p) +msgid "6!" +msgstr "6!" + +#: C/factorize.page:9(page/title) +msgid "Factorization" +msgstr "కారణాంకీకరణంగా" + +#: C/factorize.page:11(page/p) +msgid "" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." +msgstr "" + +#: C/financial.page:9(page/title) +msgid "Financial Functions" +msgstr "" + +#: C/financial.page:10(page/p) +msgid "When in financial mode the following buttons are available." +msgstr "" + +#: C/financial.page:15(td/p) +msgid "Ctrm" +msgstr "Ctrm" + +#: C/financial.page:16(td/p) +msgid "" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "" + +#: C/financial.page:19(td/p) +msgid "Ddb" +msgstr "Ddb" + +#: C/financial.page:20(td/p) +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "" + +#: C/financial.page:23(td/p) +msgid "Fv" +msgstr "Fv" + +#: C/financial.page:24(td/p) +msgid "" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." +msgstr "" + +#: C/financial.page:27(td/p) +msgid "Gpm" +msgstr "Gpm" + +#: C/financial.page:28(td/p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." +msgstr "" + +#: C/financial.page:31(td/p) +msgid "Pmt" +msgstr "Pmt" + +#: C/financial.page:32(td/p) +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "" + +#: C/financial.page:35(td/p) +msgid "Pv" +msgstr "Pv" + +#: C/financial.page:36(td/p) +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "" + +#: C/financial.page:39(td/p) +msgid "Rate" +msgstr "శాతం" + +#: C/financial.page:40(td/p) +msgid "" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." +msgstr "" + +#: C/financial.page:43(td/p) +msgid "Sln" +msgstr "Sln" + +#: C/financial.page:44(td/p) +msgid "" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "" + +#: C/financial.page:47(td/p) +msgid "Syd" +msgstr "Syd" + +#: C/financial.page:48(td/p) +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "" + +#: C/financial.page:51(td/p) +msgid "Term" +msgstr "కాల" + +#: C/financial.page:52(td/p) +msgid "" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." +msgstr "" + +#: C/financial.page:56(note/p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "" + +#: C/functions.page:9(page/title) +msgid "Functions" +msgstr "" + +#: C/functions.page:11(page/p) +msgid "" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "" + +#: C/functions.page:16(example/p) +msgid "sin 30" +msgstr "sin 30" + +#: C/functions.page:19(example/p) +msgid "abs (5−9)" +msgstr "abs (5−9)" + +#: C/functions.page:23(page/p) +msgid "The following functions are defined." +msgstr "" + +#: C/functions.page:28(td/p) +msgid "abs" +msgstr "abs" + +#: C/functions.page:29(td/p) +msgid "Absolute Value" +msgstr "" + +#: C/functions.page:32(td/p) +msgid "cos" +msgstr "cos" + +#: C/functions.page:33(td/p) +msgid "Cosine" +msgstr "" + +#: C/functions.page:36(td/p) +msgid "cosh" +msgstr "cosh" + +#: C/functions.page:37(td/p) +msgid "Hyperbolic Cosine" +msgstr "" + +#: C/functions.page:40(td/p) +msgid "frac" +msgstr "frac" + +#: C/functions.page:41(td/p) +msgid "Fractional Component" +msgstr "" + +#: C/functions.page:44(td/p) +msgid "int" +msgstr "int" + +#: C/functions.page:45(td/p) +msgid "Integer Component" +msgstr "" + +#: C/functions.page:48(td/p) +msgid "ln" +msgstr "ln" + +#: C/functions.page:49(td/p) +msgid "Natural Logarithm" +msgstr "" + +#: C/functions.page:52(td/p) +msgid "log" +msgstr "log" + +#: C/functions.page:53(td/p) +msgid "Logarithm" +msgstr "" + +#: C/functions.page:56(td/p) +msgid "not" +msgstr "కాదు" + +#: C/functions.page:57(td/p) +msgid "Boolean NOT" +msgstr "" + +#: C/functions.page:60(td/p) +msgid "ones" +msgstr "ఒకట్లు" + +#: C/functions.page:61(td/p) +msgid "Ones complement" +msgstr "" + +#: C/functions.page:64(td/p) +msgid "sin" +msgstr "sin" + +#: C/functions.page:65(td/p) +msgid "Sine" +msgstr "" + +#: C/functions.page:68(td/p) +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(td/p) +msgid "Hyperbolic Sine" +msgstr "" + +#: C/functions.page:72(td/p) +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(td/p) +msgid "Square Root" +msgstr "" + +#: C/functions.page:76(td/p) +msgid "tan" +msgstr "tan" + +#: C/functions.page:77(td/p) +msgid "Tangent" +msgstr "" + +#: C/functions.page:80(td/p) +msgid "tanh" +msgstr "tanh" + +#: C/functions.page:81(td/p) +msgid "Hyperbolic Tangent" +msgstr "" + +#: C/functions.page:84(td/p) +msgid "twos" +msgstr "రెండ్లు" + +#: C/functions.page:85(td/p) +msgid "Twos complement" +msgstr "" + +#: C/functions.page:88(page/p) +msgid "GCalctool does not support user-defined functions." +msgstr "" + +#: C/keyboard.page:9(page/title) +msgid "Using the Keyboard" +msgstr "" + +#: C/keyboard.page:11(page/p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "" + +#: C/keyboard.page:14(page/p) +msgid "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." +msgstr "" + +#: C/keyboard.page:19(td/p) +msgid "×" +msgstr "×" + +#: C/keyboard.page:20(td/p) +msgid "*" +msgstr "*" + +#: C/keyboard.page:23(td/p) +msgid "÷" +msgstr "÷" + +#: C/keyboard.page:24(td/p) +msgid "/" +msgstr "/" + +#: C/keyboard.page:27(td/p) +msgid "^" +msgstr "^" + +#: C/keyboard.page:28(td/p) +msgid "* twice" +msgstr "* రెండుసార్లు" + +#: C/keyboard.page:31(td/p) +msgid "√" +msgstr "√" + +#: C/keyboard.page:32(td/p) +msgid "CtrlR" +msgstr "CtrlR" + +#: C/keyboard.page:35(td/p) C/variables.page:48(td/p) +msgid "π" +msgstr "π" + +#: C/keyboard.page:36(td/p) +msgid "CtrlP" +msgstr "CtrlP" + +#: C/keyboard.page:39(page/p) +msgid "" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." +msgstr "" + +#: C/legal.xml:4(p/link) +msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "" + +#: C/legal.xml:3(license/p) +msgid "This work is licensed under a <_:link-1/>." +msgstr "" + +#: C/legal.xml:6(license/p) +msgid "" +"As a special exception, the copyright holders give you permission to copy, " +"modify, and distribute the example code contained in this document under the " +"terms of your choosing, without restriction." +msgstr "" + +#: C/logarithm.page:9(page/title) +msgid "Logarithms" +msgstr "సంవర్గమానాలు" + +#: C/logarithm.page:11(page/p) +msgid "" +"Logarithms can be calculated using the log function." +msgstr "" + +#: C/logarithm.page:15(example/p) +msgid "log 100" +msgstr "log 100" + +#: C/logarithm.page:19(page/p) +msgid "" +"To calculate a logarithm in a different base use a subscript number after the function." +msgstr "" + +#: C/logarithm.page:23(example/p) +msgid "log₂ 32" +msgstr "log₂ 32" + +#: C/logarithm.page:27(page/p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "" + +#: C/logarithm.page:31(example/p) +msgid "ln 1.32" +msgstr "ln 1.32" + +#: C/logarithm.page:35(page/p) +msgid "" +"Euler's number can be entered by using the variable e." +msgstr "" + +#: C/logarithm.page:39(example/p) +msgid "e^1.32" +msgstr "e^1.32" + +#: C/modulus.page:9(page/title) +msgid "Modulus Division" +msgstr "" + +#: C/modulus.page:11(page/p) +msgid "Modulus division is performed using the mod operator." +msgstr "" + +#: C/modulus.page:15(example/p) +msgid "9 mod 5" +msgstr "9 mod 5" + +#: C/mouse.page:9(page/title) +msgid "Using the Mouse" +msgstr "" + +#: C/mouse.page:11(page/p) +msgid "" +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the Mode menu." +msgstr "" + +#: C/mouse.page:17(td/p) +msgid "Basic" +msgstr "మూల" + +#: C/mouse.page:18(td/p) +msgid "" +"Provides buttons suitable for basic equations" +msgstr "" + +#: C/mouse.page:21(td/p) +msgid "Advanced" +msgstr "అధునాతన" + +#: C/mouse.page:22(td/p) +msgid "Provides buttons suitable for advanced mathematics" +msgstr "" + +#: C/mouse.page:25(td/p) C/number-display.page:20(td/p) +msgid "Scientific" +msgstr "శాస్త్రీయ" + +#: C/mouse.page:26(td/p) +msgid "" +"Provides buttons suitable for trigonometry" +msgstr "" + +#: C/mouse.page:29(td/p) +msgid "Financial" +msgstr "ఆర్థిక" + +#: C/mouse.page:30(td/p) +msgid "" +"Provides buttons suitable for financial equations" +msgstr "" + +#: C/mouse.page:33(td/p) +msgid "Programming" +msgstr "ప్రోగ్రామింగ్" + +#: C/mouse.page:34(td/p) +msgid "Provides buttons suitable for computer programmers" +msgstr "" + +#: C/number-display.page:9(page/title) +msgid "Result Format" +msgstr "" + +#: C/number-display.page:11(page/p) +msgid "" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." +msgstr "" + +#: C/number-display.page:16(td/p) +msgid "Decimal" +msgstr "దశాంశమైన" + +#: C/number-display.page:17(td/p) +msgid "Results are displayed as decimal numbers" +msgstr "" + +#: C/number-display.page:21(td/p) +msgid "" +"Results are displayed in scientific notation" +msgstr "" + +#: C/number-display.page:24(td/p) +msgid "Engineering" +msgstr "సాంకేతిక" + +#: C/number-display.page:25(td/p) +msgid "" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" +msgstr "" + +#: C/number-display.page:28(td/p) +msgid "Binary" +msgstr "ద్విసంఖ్యా" + +#: C/number-display.page:29(td/p) +msgid "Results are displayed as binary numbers" +msgstr "" + +#: C/number-display.page:32(td/p) +msgid "Octal" +msgstr "అష్టాంశమానం" + +#: C/number-display.page:33(td/p) +msgid "Results are displayed as octal numbers" +msgstr "" + +#: C/number-display.page:36(td/p) +msgid "Hexadecimal" +msgstr "షోడశాంశము" + +#: C/number-display.page:37(td/p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "" + +#: C/number-display.page:40(page/p) +msgid "" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "" + +#: C/percentage.page:9(page/title) +msgid "Percentages" +msgstr "శాతాలు" + +#: C/percentage.page:11(page/p) +msgid "Percentages are calculated using the % symbol." +msgstr "" + +#: C/percentage.page:14(page/p) +msgid "" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "" + +#: C/percentage.page:19(example/p) +msgid "140+15%" +msgstr "140+15%" + +#: C/percentage.page:23(page/p) +msgid "" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "" + +#: C/percentage.page:28(example/p) +msgid "25%×80" +msgstr "25%×80" + +#: C/power.page:9(page/title) +msgid "Powers and Roots" +msgstr "" + +#: C/power.page:11(page/p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." +msgstr "" + +#: C/power.page:15(example/p) +msgid "5²" +msgstr "5²" + +#: C/power.page:19(page/p) +msgid "" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." +msgstr "" + +#: C/power.page:23(example/p) +msgid "3⁻¹" +msgstr "3⁻¹" + +#: C/power.page:27(page/p) +msgid "" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." +msgstr "" + +#: C/power.page:32(example/p) +msgid "5^(6−2)" +msgstr "5^(6−2)" + +#: C/power.page:36(page/p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." +msgstr "" + +#: C/power.page:39(page/p) +msgid "" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "" + +#: C/power.page:43(example/p) +msgid "√2" +msgstr "√2" + +#: C/power.page:47(page/p) +msgid "" +"n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "" + +#: C/power.page:51(example/p) +msgid "₃√2" +msgstr "₃√2" + +#: C/scientific.page:9(page/title) +msgid "Scientific Notation" +msgstr "" + +#: C/scientific.page:11(page/p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "" + +#: C/scientific.page:17(example/p) +msgid "2" +msgstr "2" + +#: C/scientific.page:21(page/p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "" + +#: C/scientific.page:25(example/p) +msgid "2×10" +msgstr "2×10" + +#: C/scientific.page:29(page/p) +msgid "Then enter the exponent (100):" +msgstr "" + +#: C/scientific.page:33(example/p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" + +#: C/scientific.page:37(page/p) +msgid "" +"To show results in scientific form change the result format." +msgstr "" + +#: C/superscript.page:7(info/title) +msgctxt "sort" +msgid "_" +msgstr "-" + +#: C/superscript.page:11(page/title) +msgid "Superscript and Subscript" +msgstr "" + +#: C/superscript.page:13(page/p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "" + +#: C/superscript.page:17(example/p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" + +#: C/superscript.page:21(page/p) +msgid "" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." +msgstr "" + +#: C/superscript.page:26(page/p) +msgid "" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" + +#: C/superscript.page:30(page/p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." +msgstr "" + +#: C/trigonometry.page:9(page/title) +msgid "Trigonometry" +msgstr "త్రికోణమితి" + +#: C/trigonometry.page:11(page/p) +msgid "" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "" + +#: C/trigonometry.page:15(example/p) +msgid "sin 45" +msgstr "sin 45" + +#: C/trigonometry.page:19(page/p) +msgid "" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in scientific mode." +msgstr "" + +#: C/trigonometry.page:23(page/p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "" + +#: C/trigonometry.page:27(example/p) +msgid "sinh 0.34" +msgstr "sinh 0.34" + +#: C/trigonometry.page:31(page/p) +msgid "" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." +msgstr "" + +#: C/trigonometry.page:36(example/p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" + +#: C/trigonometry.page:39(example/p) +msgid "asin 0.5" +msgstr "asin 0.5" + +#: C/trigonometry.page:43(page/p) +msgid "" +"To enter π with the keyboard use " +"CtrlP." +msgstr "" + +#: C/variables.page:9(page/title) +msgid "Variables" +msgstr "చరరాశులు" + +#: C/variables.page:11(page/p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." +msgstr "" + +#: C/variables.page:16(example/p) +msgid "x=5" +msgstr "x=5" + +#: C/variables.page:19(example/p) +msgid "value=82" +msgstr "" + +#: C/variables.page:23(page/p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "" + +#: C/variables.page:28(example/p) +msgid "6x+3" +msgstr "6x+3" + +#: C/variables.page:31(example/p) +msgid "xy−3x+7y−21" +msgstr "xy−3x+7y−21" + +#: C/variables.page:35(page/p) +msgid "The following variables are always defined." +msgstr "" + +#: C/variables.page:40(td/p) +msgid "ans" +msgstr "ans" + +#: C/variables.page:41(td/p) +msgid "Result of previous calculation" +msgstr "" + +#: C/variables.page:44(td/p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(td/p) +msgid "Euler's Number" +msgstr "" + +#: C/variables.page:49(td/p) +msgid "Pi" +msgstr "" + +#: C/variables.page:52(td/p) +msgid "rand" +msgstr "rand" + +#: C/variables.page:53(td/p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "" diff --git a/help/zh_CN/zh_CN.po b/help/zh_CN/zh_CN.po index 2cbada7..2b3ed37 100644 --- a/help/zh_CN/zh_CN.po +++ b/help/zh_CN/zh_CN.po @@ -1,33 +1,20 @@ +# +# YunQiang Su , 2011. +# msgid "" msgstr "" "Project-Id-Version: mate-calc-help\n" -"POT-Creation-Date: 2010-07-16 07:12+0000\n" -"PO-Revision-Date: 2010-07-16 18:25+0800\n" +"POT-Creation-Date: 2011-02-21 23:26+0000\n" +"PO-Revision-Date: 2011-02-24 21:54+0800\n" "Last-Translator: YunQiang Su \n" "Language-Team: Chinese (simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: CHINA\n" - -#: C/legal.xml:3(p) -msgid "" -"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported " -"License." -msgstr "" -"本文采用 知识共" -"享署名-相同方式共享 3.0 Unported 许可协议。" - -#: C/legal.xml:6(p) -msgid "" -"As a special exception, the copyright holders give you permission to copy, " -"modify, and distribute the example code contained in this document under the " -"terms of your choosing, without restriction." -msgstr "" -"作为一个特殊的例外,著作权人允许您使用自己的许可协议复制、修改和分发包含在本" -"文档中的范例代码,不受约束。" +"Plural-Forms: nplurals=1; plural=0;\n" #: C/variables.page:9(title) msgid "Variables" @@ -36,11 +23,11 @@ msgstr "变量" #: C/variables.page:11(p) msgid "" "To assign a value to a variable use the = symbol or choose the variable to " -"assign to with the →R button in advanced " +"assign to with the x button in advanced " "mode. A variable name must only contain upper or lower characters." msgstr "" "要赋值给一个变量,请使用 = 或在 高级模式 中,选择" -"一个变量用 →R 按钮赋值。变量名只能用大小写字母。" +"一个变量用 x 按钮赋值。变量名只能包含大小写字母。" #: C/variables.page:16(p) msgid "x=5" @@ -53,8 +40,9 @@ msgstr "value=82" #: C/variables.page:23(p) msgid "" "Variables can be used in any equation and are substituted for their assigned " -"value. Variables can be inserted using the ←R button." -msgstr "变量可以用在等式中替代数值,变量可以用 ←R 按钮插入。" +"value. Variables can be inserted using the x button." +msgstr "" +"变量可以用在任何等式中,用来替代所赋数值。变量可以用 x 按钮插入。" #: C/variables.page:28(p) msgid "6x+3" @@ -90,7 +78,7 @@ msgstr "π" #: C/variables.page:49(link) msgid "Pi" -msgstr "Pi" +msgstr "Pi(圆周率)" #: C/variables.page:52(p) msgid "rand" @@ -121,12 +109,12 @@ msgid "" "when in scientific mode." msgstr "" "角度单位可以在 计算器首选项 菜单中更" -"改。当进入 科学模式 时,三角函数按钮可见。" +"改。当进入 科学模式 时,可以看到三角函数按钮。" #: C/trigonometry.page:23(p) msgid "" "Hyperbolic functions are available by adding \"h\" to the end of a function." -msgstr "在函数的最后添加“h”,则双曲线函数可用。" +msgstr "在函数的最后添加“h”,则为双曲线函数。" #: C/trigonometry.page:27(p) msgid "sinh 0.34" @@ -138,8 +126,8 @@ msgid "" "(CtrlI) or the \"a\" form of the " "function. The following two equations are equivalent." msgstr "" -"反函数是将输入使用反函数符号 ⁻¹ (CtrlI) 或在一个函数前面加“a”。下面两个式子是等价的。" +"反函数是既可以输入使用反函数符号 ⁻¹ (CtrlI) 也可以在一个函数前面加“a”。下面两个式子是等价的。" #: C/trigonometry.page:36(p) msgid "sin⁻¹ 0.5" @@ -364,7 +352,7 @@ msgstr "结果显示为十进制数" #: C/number-display.page:20(p) C/mouse.page:25(p) msgid "Scientific" -msgstr "“科学”" +msgstr "“科学”" #: C/number-display.page:21(p) msgid "" @@ -425,7 +413,7 @@ msgstr "" #: C/mouse.page:17(p) msgid "Basic" -msgstr "“基本”" +msgstr "“基本”" #: C/mouse.page:18(p) msgid "" @@ -592,8 +580,8 @@ msgid "robert.ancell@gmail.com" msgstr "robert.ancell@gmail.com" #: C/index.page:13(title) -msgid "mate-calc Help" -msgstr "mate-calc 帮助" +msgid "GCalctool Help" +msgstr "GCalctool 帮助" #: C/index.page:16(title) msgid "User Interface" @@ -708,10 +696,12 @@ msgstr "逻辑非" msgid "ones" msgstr "ones" +#   一的补码(one's complement) 指的是正数=原码,负数=反码 +#   而二的补码(two's complement) 指的就是通常所指的补码。 +# 具体计算见http://www.tomzap.com/notes/DigitalSystemsEngEE316/1sAnd2sComplement.pdf #: C/functions.page:61(p) -#, fuzzy msgid "Ones complement" -msgstr "Ones complement" +msgstr "反码" #: C/functions.page:64(p) msgid "sin" @@ -758,12 +748,11 @@ msgid "twos" msgstr "twos" #: C/functions.page:85(p) -#, fuzzy msgid "Twos complement" -msgstr "Twos complement" +msgstr "补码" #: C/functions.page:88(p) -msgid "mate-calc does not support user-defined functions." +msgid "GCalctool does not support user-defined functions." msgstr "计算器不支持用户自定义函数。" #: C/financial.page:9(title) @@ -771,22 +760,19 @@ msgid "Financial Functions" msgstr "财务函数" #: C/financial.page:10(p) -msgid "" -"When in financial mode the following " -"buttons are available." -msgstr "在 财务 模式中,下列按钮可用:" +msgid "When in financial mode the following buttons are available." +msgstr "在财务模式中下列按钮可用。" #: C/financial.page:15(p) msgid "Ctrm" -msgstr "Ctrm" +msgstr "复利" #: C/financial.page:16(p) msgid "" "Calculate the number of compounding periods necessary to increase an " "investment of present value to a future value, at a fixed interest rate per " "compounding period." -msgstr "" -"计算复利周期需要增加投资将现值投资从当前值到将来值,在每个复利期的固定利率。" +msgstr "计算投资增值一定量需要的复利周期数,每个复利期的利率固定。" #: C/financial.page:19(p) msgid "Ddb" @@ -796,7 +782,7 @@ msgstr "Ddb" msgid "" "Calculate the depreciation allowance on an asset for a specified period of " "time, using the double-declining balance method." -msgstr "使用双倍余额递减法计算资产在指定时间期间内的折旧额。" +msgstr "使用双倍余额递减法计算资产在指定时间内的折旧额。" #: C/financial.page:23(p) msgid "Fv" @@ -817,7 +803,7 @@ msgstr "Gpm" msgid "" "Calculate the resale price of a product, based on the product cost and the " "wanted gross profit margin." -msgstr "计算某产品的转售价格,按产品成本及期望的毛利润。" +msgstr "按产品成本及期望的毛利润率,计算某产品的转售价格。" #: C/financial.page:31(p) msgid "Pmt" @@ -881,7 +867,7 @@ msgstr "" #: C/financial.page:51(p) msgid "Term" -msgstr "Term" +msgstr "期数" #: C/financial.page:52(p) msgid "" @@ -952,7 +938,8 @@ msgid "" "division are performed before addition and subtraction. The following " "equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" -"计算按数学运算法则 - 先乘除后加减。下面的式子结果为 1 (3×2 = 6,7−6 = 1)。" +"计算顺序遵守数学运算法则 - 先乘除后加减。下面的式子结果为 1 (3×2 = 6,7−6 = " +"1)。" #: C/equation.page:30(p) msgid "7−3×2" @@ -1037,11 +1024,11 @@ msgstr "货币" #: C/conv-currency.page:11(p) msgid "" -"To convert currencies press the ¤$€ button in financial mode." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"要转换货币,请在 财务模式 中点 ¤$€ 按钮。" +"要转换货币,请在 财务模式 中使用货币相关控" +"件。" #: C/conv-currency.page:14(p) msgid "" @@ -1093,7 +1080,7 @@ msgid "Complex Numbers" msgstr "复数" #: C/complex.page:11(p) -msgid "Complex numbers are not supported in mate-calc." +msgid "Complex numbers are not supported in GCalctool." msgstr "计算器 不支持复数。" #: C/boolean.page:9(title) @@ -1201,6 +1188,22 @@ msgstr "abs (−1)" msgid "translator-credits" msgstr "TeliuTe , 2010" +#~ msgid "" +#~ "This work is licensed under a Creative Commons Attribution-Share Alike 3.0 " +#~ "Unported License." +#~ msgstr "" +#~ "本文采用 知" +#~ "识共享署名-相同方式共享 3.0 Unported 许可协议。" + +#~ msgid "" +#~ "As a special exception, the copyright holders give you permission to " +#~ "copy, modify, and distribute the example code contained in this document " +#~ "under the terms of your choosing, without restriction." +#~ msgstr "" +#~ "作为一个特殊的例外,著作权人允许您使用自己的许可协议复制、修改和分发包含在" +#~ "本文档中的范例代码,不受约束。" + #~ msgid "mate-calc Manual V2.5" #~ msgstr "Calculator 手册 V2.5" @@ -1255,7 +1258,7 @@ msgstr "TeliuTe , 2010" #~ "#-#-#-#-# zh_CN-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" #~ "计算器\n" #~ "#-#-#-#-# zh_CN-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" -#~ "“计算器”" +#~ "“计算器”" #~ msgid "Introduction" #~ msgstr "简介" @@ -1282,8 +1285,8 @@ msgstr "TeliuTe , 2010" #~ "of the Basic Mode functions in each of the other modes." #~ msgstr "" #~ "提供标准计算器功能。您可以将数字存储于 10 个不同的存储寄存器中,并可以方便" -#~ "的检索和替换存储寄存器中的数字。“基本模式”是默认模式。在所有其" -#~ "它模式中您都可以使用所有“基本模式”功能。" +#~ "的检索和替换存储寄存器中的数字。“基本模式”是默认模式。在所有其" +#~ "它模式中您都可以使用所有“基本模式”功能。" #~ msgid "Provides several complex financial functions." #~ msgstr "提供若干复杂的财务功能。" @@ -1293,8 +1296,8 @@ msgstr "TeliuTe , 2010" #~ "and logical functions. You can also store your own functions and " #~ "constants, when you use Scientific Mode." #~ msgstr "" -#~ "提供许多附加的数学函数,包括三角函数和逻辑函数。在使用“科学模式" -#~ "”时,您还可以存储自己的函数和常量。" +#~ "提供许多附加的数学函数,包括三角函数和逻辑函数。在使用“科学模式" +#~ "”时,您还可以存储自己的函数和常量。" #~ msgid "" #~ "You can use mate-calc in the following " @@ -1324,11 +1327,11 @@ msgstr "TeliuTe , 2010" #~ "following window is displayed:" #~ msgid "mate-calc Basic Mode Window" -#~ msgstr "Calculator“基本模式”窗口" +#~ msgstr "Calculator“基本模式”窗口" #~ msgid "Shows mate-calc Basic Mode window." #~ msgstr "" -#~ "显示 Calculator“基本模式”窗口。" +#~ "显示 Calculator“基本模式”窗口。" #~ msgid "" #~ "The mate-calc window contains " @@ -1364,10 +1367,10 @@ msgstr "TeliuTe , 2010" #~ "When you choose Scientific Mode, the Scientific Mode buttons are " #~ "displayed above the Basic Mode Buttons." #~ msgstr "" -#~ "模式区域显示的是当前所选模式的按钮。“基本模式”按钮是始终显示" -#~ "的。选择“财务模式”时,“财务模式”按钮显示在“" -#~ "基本模式”按钮的上方。选择“科学模式”时,“科学模式" -#~ "”按钮显示在“基本模式”按钮的上方。" +#~ "模式区域显示的是当前所选模式的按钮。“基本模式”按钮是始终显示" +#~ "的。选择“财务模式”时,“财务模式”按钮显示在“" +#~ "基本模式”按钮的上方。选择“科学模式”时,“科学模式" +#~ "”按钮显示在“基本模式”按钮的上方。" #~ msgid "Popup Menu" #~ msgstr "弹出菜单" @@ -1436,8 +1439,8 @@ msgstr "TeliuTe , 2010" #~ "guimenu>Copy. You can paste the " #~ "value into another application." #~ msgstr "" -#~ "要复制运算结果,请选择 “编辑”“复制”。 您可" +#~ "要复制运算结果,请选择 “编辑”“复制”。 您可" #~ "以将该值粘贴到其它应用程序中。" #~ msgid "" @@ -1445,8 +1448,8 @@ msgstr "TeliuTe , 2010" #~ "EditPaste." #~ msgstr "" -#~ "要将以前复制过的值粘贴到显示区域,请选择 “编辑" -#~ "”“粘贴”“编辑" +#~ "”“粘贴”。" #~ msgid "To Perform Basic Calculations" @@ -1458,10 +1461,10 @@ msgstr "TeliuTe , 2010" #~ "choose ViewBasic Mode." #~ msgstr "" -#~ "首次启动 Calculator 时,默认显示的是“基本" -#~ "模式”。要明确调用“基本模式”,请选择 " -#~ "“视图”“基本" -#~ "模式”。" +#~ "首次启动 Calculator 时,默认显示的是“基本" +#~ "模式”。要明确调用“基本模式”,请选择 " +#~ "“视图”“基本" +#~ "模式”。" #~ msgid "To Perform Simple Calculations" #~ msgstr "执行简单运算" @@ -1490,7 +1493,7 @@ msgstr "TeliuTe , 2010" #~ msgid "0 to 9 inclusive" #~ msgstr "" -#~ "“0”“9”“0”“9”" #~ msgid "" @@ -1500,9 +1503,9 @@ msgstr "TeliuTe , 2010" #~ "1 are available. The default base is decimal." #~ msgstr "" #~ "在使用十进制和十六进制时,所有数字都可用。在使用八进制时," -#~ "“8”“9”不可用。在使用二进制时,仅“0”" -#~ "和“1”可用。默认进制为十进制。" +#~ "“8”“9”不可用。在使用二进制时,仅“0”" +#~ "和“1”可用。默认进制为十进制。" #~ msgid "Numeric point" #~ msgstr "小数点" @@ -1586,9 +1589,9 @@ msgstr "TeliuTe , 2010" #~ "guibutton> also deselects the Hyp and Inv options in Scientific Mode." #~ msgstr "" -#~ "将显示区域中的当前值复位为零。在“科学模式”中," -#~ "“Clr”还取消对“" -#~ "Hyp”“Inv”选项的选择。" +#~ "将显示区域中的当前值复位为零。在“科学模式”中," +#~ "“Clr”还取消对“" +#~ "Hyp”“Inv”选项的选择。" #~ msgid "To Perform Arithmetic Calculations" #~ msgstr "执行算术运算" @@ -1659,10 +1662,10 @@ msgstr "TeliuTe , 2010" #~ "ViewMemory Registers." #~ msgstr "" -#~ "您可以将值存储于“R0”“" -#~ "R9”这十个 Calculator 存储寄存" -#~ "器中的任何一个中。要显示存储寄存器,请选择 “视" -#~ "图”“存储寄存器”“R0”“" +#~ "R9”这十个 Calculator 存储寄存" +#~ "器中的任何一个中。要显示存储寄存器,请选择 “视" +#~ "图”“存储寄存器”。" #~ msgid "" @@ -1682,8 +1685,8 @@ msgstr "TeliuTe , 2010" #~ "register. Click on Sto, and select a memory " #~ "register from the popup menu." #~ msgstr "" -#~ "将显示区域中的当前内容存储于指定的存储寄存器中。单击“" -#~ "Sto”,然后从弹出菜单中选择一个存储寄存器。" +#~ "将显示区域中的当前内容存储于指定的存储寄存器中。单击“" +#~ "Sto”,然后从弹出菜单中选择一个存储寄存器。" #~ msgid "" #~ "To clear a memory register during a mate-calc " @@ -1692,16 +1695,16 @@ msgstr "TeliuTe , 2010" #~ "在 Calculator 会话运行期间清除存储寄存器:" #~ msgid "Click Clr." -#~ msgstr "单击“Clr”。" +#~ msgstr "单击“Clr”。" #~ msgid "Click on Sto." -#~ msgstr "单击“Sto”。" +#~ msgstr "单击“Sto”。" #~ msgid "Select the memory register from the popup menu." #~ msgstr "从弹出菜单中选择该存储寄存器。" #~ msgid "The value 22 is stored in memory register R2" -#~ msgstr "将值 22 存储于存储寄存器“R2”中" +#~ msgstr "将值 22 存储于存储寄存器“R2”中" #~ msgid "Retrieve Value From Memory Register" #~ msgstr "从存储寄存器中检索值" @@ -1711,7 +1714,7 @@ msgstr "TeliuTe , 2010" #~ "Rcl, and select the memory register from the popup " #~ "menu." #~ msgstr "" -#~ "检索指定存储寄存器中的内容。单击“Rcl”," +#~ "检索指定存储寄存器中的内容。单击“Rcl”," #~ "然后从弹出菜单中选择该存储寄存器。" #, fuzzy @@ -1730,8 +1733,8 @@ msgstr "TeliuTe , 2010" #~ "value in the display area. Click on Exch, and " #~ "select the memory register from the popup menu." #~ msgstr "" -#~ "将指定存储寄存器的内容与显示区域中的当前值进行交换。单击“" -#~ "Exch”,然后从弹出菜单中选择该存储寄存器。" +#~ "将指定存储寄存器的内容与显示区域中的当前值进行交换。单击“" +#~ "Exch”,然后从弹出菜单中选择该存储寄存器。" #~ msgid "" #~ "Value in display area changes from 44 to 22, value in R2 changes from 22 " @@ -1751,21 +1754,21 @@ msgstr "TeliuTe , 2010" #~ "Stores the current contents of the display area in memory register " #~ "R2." #~ msgstr "" -#~ "将显示区域的当前内容存储于存储寄存器“R2”" +#~ "将显示区域的当前内容存储于存储寄存器“R2”" #~ "中。" #~ msgid "" #~ "Retrieves the current contents of memory register R2 " #~ "into the display area." #~ msgstr "" -#~ "将存储寄存器“R2”中的当前内容检索到显示区" +#~ "将存储寄存器“R2”中的当前内容检索到显示区" #~ "域中。" #~ msgid "" #~ "Exchanges the current value of the display area with the contents of " #~ "memory register R2." #~ msgstr "" -#~ "将显示区域的当前内容与存储寄存器“R2”的内" +#~ "将显示区域的当前内容与存储寄存器“R2”的内" #~ "容进行交换。" #~ msgid "To Display ASCII Values" @@ -1776,12 +1779,12 @@ msgstr "TeliuTe , 2010" #~ "EditInsert ASCII Value." #~ msgstr "" -#~ "要显示字符的 ASCII 值,请选择 “编辑”“插入 ASCII 值”“编辑”“插入 ASCII 值”。" #~ msgid "The Insert ASCII Value dialog is displayed." -#~ msgstr "即可显示“插入 ASCII 值”对话框。" +#~ msgstr "即可显示“插入 ASCII 值”对话框。" #~ msgid "" #~ "Enter the required character in the Character field, " @@ -1789,31 +1792,31 @@ msgstr "TeliuTe , 2010" #~ "character, in the current numeric base, appears in the display area. For " #~ "example, the ASCII value of B in decimal base is 66." #~ msgstr "" -#~ "在“字符”字段中输入所需字符,然后单击" -#~ "“插入”。该字符的 ASCII 值将以当前数值进" -#~ "制显示在显示区域中。例如,“B”的 ASCII 值以十进制显示为 66。" +#~ "在“字符”字段中输入所需字符,然后单击" +#~ "“插入”。该字符的 ASCII 值将以当前数值进" +#~ "制显示在显示区域中。例如,“B”的 ASCII 值以十进制显示为 66。" #~ msgid "" #~ "To change to Financial Mode, choose ViewFinancial Mode." #~ msgstr "" -#~ "要更改为“财务模式”,请选择 “视图" -#~ "”“财务模式”“视图" +#~ "”“财务模式”。" #~ msgid "" #~ "When you change to Financial Mode, the following Financial Mode buttons " #~ "are displayed above the Basic Mode buttons:" #~ msgstr "" -#~ "更改为“财务模式”后,下列“财务模式”按钮将显示在" -#~ "“基本模式”按钮的上方:" +#~ "更改为“财务模式”后,下列“财务模式”按钮将显示在" +#~ "“基本模式”按钮的上方:" #~ msgid "mate-calc Financial Mode Buttons" -#~ msgstr "Calculator“财务模式”按钮" +#~ msgstr "Calculator“财务模式”按钮" #~ msgid "Shows mate-calc Financial Mode buttons." #~ msgstr "" -#~ "显示 Calculator“财务模式”按钮。" +#~ "显示 Calculator“财务模式”按钮。" #~ msgid "" #~ "To perform financial calculations, use the buttons described in , 2010" #~ "间,请将下列值放入前三个存储寄存器中:" #~ msgid "Click on Ctrm." -#~ msgstr "单击“Ctrm”。" +#~ msgstr "单击“Ctrm”。" #~ msgid "The investment doubles in value in 92.77 months." #~ msgstr "投资变为原来的两倍需要 92.77 个月的时间。" @@ -1907,7 +1910,7 @@ msgstr "TeliuTe , 2010" #~ "四个存储寄存器中:" #~ msgid "Click on Ddb." -#~ msgstr "单击“Ddb”。" +#~ msgstr "单击“Ddb”。" #~ msgid "The depreciation expense for the fourth year is $790.12." #~ msgstr "第四年的折旧额为 $790.12。" @@ -1933,7 +1936,7 @@ msgstr "TeliuTe , 2010" #~ "下列值放入前三个存储寄存器中:" #~ msgid "Click on Fv." -#~ msgstr "单击“Fv”。" +#~ msgstr "单击“Fv”。" #~ msgid "At the end of 20 years, the value of the account is $183,047.86." #~ msgstr "在第 20 年末,您的帐户余额为 $183,047.86。" @@ -1959,7 +1962,7 @@ msgstr "TeliuTe , 2010" #~ "个月。要计算这笔抵押贷款的月支付额,请将下列值放入前三个存储寄存器中:" #~ msgid "Click on Pmt." -#~ msgstr "单击“Pmt”。" +#~ msgstr "单击“Pmt”。" #~ msgid "The monthly repayment is $1143.15." #~ msgstr "月支付额为 $1143.15。" @@ -1987,7 +1990,7 @@ msgstr "TeliuTe , 2010" #~ "哪种做法按现值美元计算更加合算,请将下列值放入前三个存储寄存器中:" #~ msgid "Click on Pv." -#~ msgstr "单击“Pv”。" +#~ msgstr "单击“Pv”。" #~ msgid "" #~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." @@ -2008,7 +2011,7 @@ msgstr "TeliuTe , 2010" #~ "三个存储寄存器中:" #~ msgid "Click on Rate." -#~ msgstr "单击“Rate”。" +#~ msgstr "单击“Rate”。" #~ msgid "" #~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " @@ -2029,7 +2032,7 @@ msgstr "TeliuTe , 2010" #~ "存器中:" #~ msgid "Click on Sln." -#~ msgstr "单击“Sln”。" +#~ msgstr "单击“Sln”。" #~ msgid "The yearly depreciation expense is $1183.33." #~ msgstr "年折旧额为 $1183.33。" @@ -2049,7 +2052,7 @@ msgstr "TeliuTe , 2010" #~ "存储寄存器中:" #~ msgid "Click on Syd." -#~ msgstr "单击“Syd”。" +#~ msgstr "单击“Syd”。" #~ msgid "The depreciation expense for the fourth year is $1014.29." #~ msgstr "第四年的折旧额为 $1014.29。" @@ -2069,7 +2072,7 @@ msgstr "TeliuTe , 2010" #~ "请将下列值放入前三个存储寄存器中:" #~ msgid "Click on Term." -#~ msgstr "单击“Term”。" +#~ msgstr "单击“Term”。" #~ msgid "$120,000 accumulates in the account in 20.32 years." #~ msgstr "20.32 年后帐户中会累积到 $120,000。" @@ -2081,23 +2084,23 @@ msgstr "TeliuTe , 2010" #~ "To change to Scientific Mode, choose ViewScientific Mode." #~ msgstr "" -#~ "要更改为“科学模式”,请选择 “视图" -#~ "”“科学模式”“视图" +#~ "”“科学模式”。" #~ msgid "" #~ "When you change to Scientific Mode, the following Scientific Mode buttons " #~ "are displayed above the Basic Mode buttons:" #~ msgstr "" -#~ "更改为“科学模式”后,下列“科学模式”按钮将显示在" -#~ "“基本模式”按钮的上方:" +#~ "更改为“科学模式”后,下列“科学模式”按钮将显示在" +#~ "“基本模式”按钮的上方:" #~ msgid "mate-calc Scientific Mode Buttons" -#~ msgstr "Calculator“科学模式”按钮" +#~ msgstr "Calculator“科学模式”按钮" #~ msgid "Shows mate-calc Scientific Mode buttons." #~ msgstr "" -#~ "显示 Calculator“科学模式”按钮。" +#~ "显示 Calculator“科学模式”按钮。" #~ msgid "To Set the Accuracy" #~ msgstr "设置精度" @@ -2109,7 +2112,7 @@ msgstr "TeliuTe , 2010" #~ "by a preceding black circle in the popup menu. Up to 9 significant places " #~ "can be displayed. The default accuracy is 9 significant places." #~ msgstr "" -#~ "要设置显示区域和存储寄存器的精度,请单击“Acc”“Acc”,然后从弹出菜单中选择所需的精度级别。当前的精度级别在弹出菜单中" #~ "以前置的黑色圆圈指示。最多可显示 9 个小数位。默认精度为 9 个小数位。" @@ -2125,15 +2128,15 @@ msgstr "TeliuTe , 2010" #~ "guimenu>Show Trailing Zeroes " #~ "again." #~ msgstr "" -#~ "默认情况下,末尾不补零。要在末尾补零,请单击“Acc”,然后从弹出菜单中选择“末尾补零”,或者选择“视图”“末尾补零”。" -#~ "“Acc”弹出菜单或“视图" -#~ "”菜单中的前置记号指示“末尾补零”“Acc”,然后从弹出菜单中选择“末尾补零”,或者选择“视图”“末尾补零”。" +#~ "“Acc”弹出菜单或“视图" +#~ "”菜单中的前置记号指示“末尾补零”选项已经选中。要隐藏末尾的零,请再次选择" -#~ "“视图”“末尾" -#~ "补零”。" +#~ "“视图”“末尾" +#~ "补零”。" #~ msgid "" #~ "The examples in the following table show how the accuracy setting affects " @@ -2143,7 +2146,7 @@ msgstr "TeliuTe , 2010" #~ "calculation:" #~ msgstr "" #~ "下表中的示例显示了精度设置对显示区域中的 x 的影" -#~ "响,当使用十进制并选中了“末尾补零”" +#~ "响,当使用十进制并选中了“末尾补零”" #~ "选项时,对于运算 1 / 8 = x:" #~ msgid "Accuracy" @@ -2192,8 +2195,8 @@ msgstr "TeliuTe , 2010" #~ "Mode or Financial Mode, mate-calc " #~ "automatically sets the numeric base to decimal." #~ msgstr "" -#~ "将数值进制设置为十进制,即以 10 为底数。十进制为默认数值进制。在从“" -#~ "科学模式”更改为“基本模式”或“财务模式”时," +#~ "将数值进制设置为十进制,即以 10 为底数。十进制为默认数值进制。在从“" +#~ "科学模式”更改为“基本模式”或“财务模式”时," #~ "Calculator 会将数值进制自动设置为十进制。" #~ msgid "Hexadecimal Base" @@ -2216,7 +2219,7 @@ msgstr "TeliuTe , 2010" #~ msgstr "设置显示类型" #~ msgid "Fixed-Point Display Type" -#~ msgstr "“定点”显示类型" +#~ msgstr "“定点”显示类型" #~ msgid "" #~ "Sets the display type to Fixed-Point format. Results are not displayed in " @@ -2225,19 +2228,19 @@ msgstr "TeliuTe , 2010" #~ "mate-calc automatically sets the display type " #~ "to Fixed-Point format." #~ msgstr "" -#~ "将显示类型设置为“定点”格式。结果不以科学计数法显示。“定" -#~ "点”为默认显示类型。在从“科学模式”更改为“基本模式" -#~ "”或“财务模式”时,Calculator " -#~ "会将显示类型自动设置为“定点”格式。" +#~ "将显示类型设置为“定点”格式。结果不以科学计数法显示。“定" +#~ "点”为默认显示类型。在从“科学模式”更改为“基本模式" +#~ "”或“财务模式”时,Calculator " +#~ "会将显示类型自动设置为“定点”格式。" #~ msgid "Scientific Display Type" -#~ msgstr "“科学”显示类型" +#~ msgstr "“科学”显示类型" #~ msgid "" #~ "Sets the display type to Scientific format. Results are displayed in " #~ "scientific notation, with a fixed number of numeric digits." #~ msgstr "" -#~ "将显示类型设置为“科学”格式。结果以科学计数法显示,数字位数固" +#~ "将显示类型设置为“科学”格式。结果以科学计数法显示,数字位数固" #~ "定。" #~ msgid "To Set the Trigonometric Type" @@ -2260,19 +2263,19 @@ msgstr "TeliuTe , 2010" #~ "Sets the trigonometric type to Degrees. Degrees is the default " #~ "trigonometric type." #~ msgstr "" -#~ "将三角类型设置为“角度”。“角度”为默认的三角类型。" +#~ "将三角类型设置为“角度”。“角度”为默认的三角类型。" #~ msgid "Gradients" #~ msgstr "梯度" #~ msgid "Sets the trigonometric type to Gradients." -#~ msgstr "将三角类型设置为“梯度”。" +#~ msgstr "将三角类型设置为“梯度”。" #~ msgid "Radians" #~ msgstr "弧度" #~ msgid "Sets the trigonometric type to Radians." -#~ msgstr "将三角类型设置为“弧度”。" +#~ msgstr "将三角类型设置为“弧度”。" #~ msgid "To Set the Trigonometric Options" #~ msgstr "设置三角选项" @@ -2303,7 +2306,7 @@ msgstr "TeliuTe , 2010" #~ "deselect these options." #~ msgstr "" #~ "默认情况下, 中介绍的选项处" -#~ "于非选中状态。单击“Clr”可取消对这些选项" +#~ "于非选中状态。单击“Clr”可取消对这些选项" #~ "的选择。" #~ msgid "To Calculate Trigonometric Values" @@ -2326,8 +2329,8 @@ msgstr "TeliuTe , 2010" #~ "Cos, Hyp option not selected, " #~ "Inv option not selected" #~ msgstr "" -#~ "“Cos”“Hyp” 选项处于非选中状态,“Inv”选项处" +#~ "“Cos”“Hyp” 选项处于非选中状态,“Inv”选项处" #~ "于非选中状态" #~ msgid "Calculates the cosine of the current value in the display area." @@ -2340,8 +2343,8 @@ msgstr "TeliuTe , 2010" #~ "Cos, Hyp option not selected, " #~ "Inv option selected" #~ msgstr "" -#~ "“Cos”“Hyp” 选项处于非选中状态,“Inv”选项处" +#~ "“Cos”“Hyp” 选项处于非选中状态,“Inv”选项处" #~ "于选中状态" #~ msgid "Calculates the arc cosine of the current value in the display area." @@ -2354,8 +2357,8 @@ msgstr "TeliuTe , 2010" #~ "Cos, Hyp option selected, " #~ "Inv option not selected" #~ msgstr "" -#~ "“Cos”“Hyp” 选项处于选中状态,“Inv”选项处于" +#~ "“Cos”“Hyp” 选项处于选中状态,“Inv”选项处于" #~ "非选中状态" #~ msgid "" @@ -2369,8 +2372,8 @@ msgstr "TeliuTe , 2010" #~ "Cos, Hyp option selected, " #~ "Inv option selected" #~ msgstr "" -#~ "“Cos”“Hyp” 选项处于选中状态,“Inv”选项处于" +#~ "“Cos”“Hyp” 选项处于选中状态,“Inv”选项处于" #~ "选中状态" #~ msgid "" @@ -2385,8 +2388,8 @@ msgstr "TeliuTe , 2010" #~ "Sin, Hyp option not selected, " #~ "Inv option not selected" #~ msgstr "" -#~ "“Sin”“Hyp” 选项处于非选中状态,“Inv”选项处" +#~ "“Sin”“Hyp” 选项处于非选中状态,“Inv”选项处" #~ "于非选中状态" #~ msgid "Calculates the sine of the current value in the display area." @@ -2399,8 +2402,8 @@ msgstr "TeliuTe , 2010" #~ "Sin, Hyp option not selected, " #~ "Inv option selected" #~ msgstr "" -#~ "“Sin”“Hyp” 选项处于非选中状态,“Inv”选项处" +#~ "“Sin”“Hyp” 选项处于非选中状态,“Inv”选项处" #~ "于选中状态" #~ msgid "Calculates the arc sine of the current value in the display area." @@ -2413,8 +2416,8 @@ msgstr "TeliuTe , 2010" #~ "Sin, Hyp option selected, " #~ "Inv option not selected" #~ msgstr "" -#~ "“Sin”“Hyp” 选项处于选中状态,“Inv”选项处于" +#~ "“Sin”“Hyp” 选项处于选中状态,“Inv”选项处于" #~ "非选中状态" #~ msgid "" @@ -2428,8 +2431,8 @@ msgstr "TeliuTe , 2010" #~ "Sin, Hyp option selected, " #~ "Inv option selected" #~ msgstr "" -#~ "“Sin”“Hyp” 选项处于选中状态,“Inv”选项处于" +#~ "“Sin”“Hyp” 选项处于选中状态,“Inv”选项处于" #~ "选中状态" #~ msgid "" @@ -2444,8 +2447,8 @@ msgstr "TeliuTe , 2010" #~ "Tan, Hyp option not selected, " #~ "Inv option not selected" #~ msgstr "" -#~ "“Tan”“Hyp” 选项处于非选中状态,“Inv”选项处" +#~ "“Tan”“Hyp” 选项处于非选中状态,“Inv”选项处" #~ "于非选中状态" #~ msgid "Calculates the tangent of the current value in the display area." @@ -2458,8 +2461,8 @@ msgstr "TeliuTe , 2010" #~ "Tan, Hyp option not selected, " #~ "Inv option selected" #~ msgstr "" -#~ "“Tan”“Hyp” 选项处于非选中状态,“Inv”选项处" +#~ "“Tan”“Hyp” 选项处于非选中状态,“Inv”选项处" #~ "于选中状态" #~ msgid "Calculates the arc tangent of the current value in the display area." @@ -2472,8 +2475,8 @@ msgstr "TeliuTe , 2010" #~ "Tan, Hyp option selected, " #~ "Inv option not selected" #~ msgstr "" -#~ "“Tan”“Hyp” 选项处于选中状态,“Inv”选项处于" +#~ "“Tan”“Hyp” 选项处于选中状态,“Inv”选项处于" #~ "非选中状态" #~ msgid "" @@ -2488,8 +2491,8 @@ msgstr "TeliuTe , 2010" #~ "Tan, Hyp option selected, " #~ "Inv option selected" #~ msgstr "" -#~ "“Tan”“Hyp” 选项处于选中状态,“Inv”选项处于" +#~ "“Tan”“Hyp” 选项处于选中状态,“Inv”选项处于" #~ "选中状态" #~ msgid "" @@ -2594,7 +2597,7 @@ msgstr "TeliuTe , 2010" #~ msgid "" #~ "To enter exponential numbers, use the Exp button." -#~ msgstr "要输入幂指数,请使用“Exp”按钮。" +#~ msgstr "要输入幂指数,请使用“Exp”按钮。" #~ msgid "" #~ "The Exp button enables you to enter numbers in " @@ -2604,7 +2607,7 @@ msgstr "TeliuTe , 2010" #~ "current value in the display area is zero, the mantissa is 1.0. The next " #~ "number that you enter is the exponent." #~ msgstr "" -#~ "“Exp”按钮使您可以以科学计数法输入数字," +#~ "“Exp”按钮使您可以以科学计数法输入数字," #~ "即尾数 * 10指数。显示区域中当前的非零值为尾数。如果显示区域中的" #~ "当前值为零,则尾数为 1.0。您输入的下一个数字为指数。" @@ -2616,9 +2619,9 @@ msgstr "TeliuTe , 2010" #~ "guibutton> button in the last action of the operation, as shown in the " #~ "following example:" #~ msgstr "" -#~ "单击“Exp”后,计算器显示 。+“Exp”后,计算器显示 。+,代表以 10 为底、以输入的下一个数字为幂的幂指数。要更改数字的符" -#~ "号,请在运算的最后一步操作中使用“+/-”按" +#~ "号,请在运算的最后一步操作中使用“+/-”按" #~ "钮,如下面的示例所示:" #~ msgid "Keypad Entry" @@ -2646,7 +2649,7 @@ msgstr "TeliuTe , 2010" #~ "constant values. All constant values are specified in decimal numeric " #~ "base, even if the current numeric base is not decimal." #~ msgstr "" -#~ "单击“Con”显示定义的常数值的列表。所有常" +#~ "单击“Con”显示定义的常数值的列表。所有常" #~ "数值都以十进制指定,即使当前数值进制不是十进制亦如此。" #~ msgid "" @@ -2782,28 +2785,28 @@ msgstr "TeliuTe , 2010" #~ "Click on Con and select Edit Constants from the popup menu." #~ msgstr "" -#~ "单击“Con”,然后从弹出菜单中选择" -#~ "“编辑常数”。" +#~ "单击“Con”,然后从弹出菜单中选择" +#~ "“编辑常数”。" #~ msgid "" #~ "In the Edit Constants window, select the constant " #~ "that you want to overwrite or edit." #~ msgstr "" -#~ "在“编辑常数”窗口中,选择要覆盖或编辑的常" +#~ "在“编辑常数”窗口中,选择要覆盖或编辑的常" #~ "数。" #~ msgid "Click on the Value field, and enter the new value." -#~ msgstr "单击“值”字段,然后输入新值。" +#~ msgstr "单击“值”字段,然后输入新值。" #~ msgid "Click on the Description field, and enter the new description." -#~ msgstr "单击“说明”字段,然后输入新的说明。" +#~ msgstr "单击“说明”字段,然后输入新的说明。" #~ msgid "" #~ "Click OK to save your changes and close the " #~ "Edit Constants window." #~ msgstr "" -#~ "单击“确定”,保存所作的更改并关闭" -#~ "“编辑常数”窗口。" +#~ "单击“确定”,保存所作的更改并关闭" +#~ "“编辑常数”窗口。" #~ msgid "To Use Functions" #~ msgstr "使用函数" @@ -2814,7 +2817,7 @@ msgstr "TeliuTe , 2010" #~ "the menu to run that function. If the function is not defined, the value " #~ "zero is returned." #~ msgstr "" -#~ "要显示可用函数,请单击“Fun”。在一个弹出" +#~ "要显示可用函数,请单击“Fun”。在一个弹出" #~ "菜单中会显示已定义函数的列表。从菜单中选择一个函数以运行该函数。如果该函数" #~ "未定义,将返回值 0。" @@ -2844,14 +2847,14 @@ msgstr "TeliuTe , 2010" #~ "Click on Fun and select Edit Functions from the popup menu." #~ msgstr "" -#~ "单击“Fun”,然后从弹出菜单中选择" -#~ "“编辑函数”。" +#~ "单击“Fun”,然后从弹出菜单中选择" +#~ "“编辑函数”。" #~ msgid "" #~ "In the Edit Functions window, select a blank entry, " #~ "or the function that you want to overwrite." #~ msgstr "" -#~ "在“编辑函数”窗口中,选择一个空项,或者选" +#~ "在“编辑函数”窗口中,选择一个空项,或者选" #~ "择要覆盖的函数。" #~ msgid "" @@ -2859,7 +2862,7 @@ msgstr "TeliuTe , 2010" #~ "shortcuts to invoke a mate-calc button. For " #~ "example, enter 90K to calculate sine(90)." #~ msgstr "" -#~ "单击“值”字段,然后输入新值。使用键盘快捷键调用 " +#~ "单击“值”字段,然后输入新值。使用键盘快捷键调用 " #~ "Calculator 按钮。例如,输入 90K 计算 sine(90)。" @@ -2867,15 +2870,15 @@ msgstr "TeliuTe , 2010" #~ "Click on the Description field, and enter the new description. For " #~ "example, Sine 90." #~ msgstr "" -#~ "单击“说明”字段,然后输入新的说明。例如,Sine 90Sine 90。" #~ msgid "" #~ "Click OK to save your changes and close the " #~ "Edit Functions window." #~ msgstr "" -#~ "单击“确定”,保存所作的更改并关闭" -#~ "“编辑函数”窗口。" +#~ "单击“确定”,保存所作的更改并关闭" +#~ "“编辑函数”窗口。" #~ msgid "To Manipulate Binary Numbers" #~ msgstr "处理二进制数字" @@ -2970,7 +2973,7 @@ msgstr "TeliuTe , 2010" #~ msgid "( and )" #~ msgstr "" -#~ "“(”“)”“(”“)”" #~ msgid "" @@ -3048,8 +3051,8 @@ msgstr "TeliuTe , 2010" #~ "menuchoice>." #~ msgstr "" #~ "要退出 Calculator,请选择 " -#~ "“计算器”“退" -#~ "出”。" +#~ "“计算器”“退" +#~ "出”。" #~ msgid "" #~ "When you quit mate-calc, the current values of " @@ -3064,15 +3067,15 @@ msgstr "TeliuTe , 2010" #~ "\"mate-calc-financial-mode\">Financial, or Scientific" #~ msgstr "" -#~ "模式:“基本”、" -#~ "“财务”或" -#~ "“科学”" +#~ "模式:“基本”、" +#~ "“财务”或" +#~ "“科学”" #~ msgid "" #~ "Memory Registers window " #~ "displayed or not displayed" #~ msgstr "" -#~ "显示和不显示的“存储寄存器”" +#~ "显示和不显示的“存储寄存器”" #~ "窗口" #~ msgid "Display type" @@ -3110,7 +3113,7 @@ msgstr "TeliuTe , 2010" #~ "Makes all calculator buttons unavailable, except Clr." #~ msgstr "" -#~ "使所有计算器按钮不可用(“Clr”按钮除" +#~ "使所有计算器按钮不可用(“Clr”按钮除" #~ "外)。" #~ msgid "Makes all calculator options unavailable." @@ -3122,10 +3125,10 @@ msgstr "TeliuTe , 2010" #~ "menuchoice> and HelpContents." #~ msgstr "" -#~ "使所有计算器菜单项不可用(以下按钮除外:“计算器" -#~ "”“退出”“帮助”“内容”。" +#~ "使所有计算器菜单项不可用(以下按钮除外:“计算器" +#~ "”“退出”“帮助”“内容”。" #~ msgid "" #~ "If you perform an invalid calculation, mate-calc, 2010" #~ "To change the input mode, right-click in the text window, then select " #~ "Input Methods." #~ msgstr "" -#~ "要更改输入模式,请右击文本窗口,然后选择“Input " -#~ "Methods”。" +#~ "要更改输入模式,请右击文本窗口,然后选择“Input " +#~ "Methods”。" #~ msgid "Quick Reference: Keyboard Shortcuts" #~ msgstr "快速参考:键盘快捷键" @@ -3194,14 +3197,14 @@ msgstr "TeliuTe , 2010" #~ "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" #~ msgstr "" -#~ "Calculator“科学模式”选项键盘快捷键" +#~ "Calculator“科学模式”选项键盘快捷键" #~ "快速参考" #~ msgid "Option" #~ msgstr "选项" #~ msgid "Set the trigonometric type to Gradients." -#~ msgstr "将三角类型设置为“梯度”。" +#~ msgstr "将三角类型设置为“梯度”。" #~ msgid "Set the numeric base to binary." #~ msgstr "将数值进制设置为二进制。" @@ -3210,25 +3213,25 @@ msgstr "TeliuTe , 2010" #~ msgstr "将数值进制设置为十进制。" #~ msgid "Set the display type to Fixed-Point format." -#~ msgstr "将显示类型设置为“定点”格式。" +#~ msgstr "将显示类型设置为“定点”格式。" #~ msgid "Set the trigonometric type to Degrees." -#~ msgstr "将三角类型设置为“角度”。" +#~ msgstr "将三角类型设置为“角度”。" #~ msgid "Select the inverse option for use with the trigonometric functions." #~ msgstr "选择用于三角函数的反转选项。" #~ msgid "Set the display type to Engineering format." -#~ msgstr "将显示类型设置为“工程”格式。" +#~ msgstr "将显示类型设置为“工程”格式。" #~ msgid "Set the numeric base to octal." #~ msgstr "将数值进制设置为八进制。" #~ msgid "Set the trigonometric type to Radians." -#~ msgstr "将三角类型设置为“弧度”。" +#~ msgstr "将三角类型设置为“弧度”。" #~ msgid "Set the display type to Scientific format." -#~ msgstr "将显示类型设置为“科学”格式。" +#~ msgstr "将显示类型设置为“科学”格式。" #~ msgid "Set the numeric base to hexadecimal." #~ msgstr "将数值进制设置为十六进制。" @@ -3246,58 +3249,58 @@ msgstr "TeliuTe , 2010" #~ msgstr "菜单项" #~ msgid "View" -#~ msgstr "“视图”" +#~ msgstr "“视图”" #~ msgid "Change to Basic Mode" -#~ msgstr "更改为“基本模式”" +#~ msgstr "更改为“基本模式”" #~ msgid "Edit" -#~ msgstr "“编辑”" +#~ msgstr "“编辑”" #~ msgid "Copy" -#~ msgstr "“复制”" +#~ msgstr "“复制”" #~ msgid "Copy the current value in the display area to the clipboard" #~ msgstr "将显示区域中的当前值复制到剪贴板上" #~ msgid "Change to Financial Mode" -#~ msgstr "更改为“财务模式”" +#~ msgstr "更改为“财务模式”" #~ msgid "Insert ASCII Values" -#~ msgstr "“插入 ASCII 值”" +#~ msgstr "“插入 ASCII 值”" #~ msgid "Display the Insert ASCII Values window" -#~ msgstr "显示“插入 ASCII 值”窗口" +#~ msgstr "显示“插入 ASCII 值”窗口" #~ msgid "Memory Registers" -#~ msgstr "“存储寄存器”" +#~ msgstr "“存储寄存器”" #~ msgid "Display the Memory Registers window" -#~ msgstr "显示“存储寄存器”窗口" +#~ msgstr "显示“存储寄存器”窗口" #~ msgid "Quit" -#~ msgstr "“退出”" +#~ msgstr "“退出”" #~ msgid "Quit the mate-calc application" #~ msgstr "退出 Calculator 应用程序" #~ msgid "Change to Scientific Mode" -#~ msgstr "更改为“科学模式”" +#~ msgstr "更改为“科学模式”" #~ msgid "Show Trailing Zeroes" -#~ msgstr "“末尾补零”" +#~ msgstr "“末尾补零”" #~ msgid "Show trailing zeroes" #~ msgstr "末尾补零" #~ msgid "Paste" -#~ msgstr "“粘贴”" +#~ msgstr "“粘贴”" #~ msgid "Paste the current value in the clipboard to the display area" #~ msgstr "将剪贴板中的当前值粘贴到显示区域中" #~ msgid "Help" -#~ msgstr "“帮助”" +#~ msgstr "“帮助”" #~ msgid "Display the mate-calc online help" #~ msgstr "显示 Calculator 联机帮助" diff --git a/help/zh_HK/zh_HK.po b/help/zh_HK/zh_HK.po index e4b7e04..3e195b4 100644 --- a/help/zh_HK/zh_HK.po +++ b/help/zh_HK/zh_HK.po @@ -1,3956 +1,3230 @@ msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2008-08-04 16:12+1000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: mate-calc-help master\n" +"POT-Creation-Date: 2011-06-23 21:02+0000\n" +"PO-Revision-Date: 2011-06-24 20:00+0800\n" +"Last-Translator: Pin-hsien Li \n" +"Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: base.xml:22(title) -msgid "mate-calc Manual V2.5" -msgstr "Calculator 手冊 V2.5" +#: C/variables.page:9(title) +msgid "Variables" +msgstr "變數" -#: base.xml:25(year) -msgid "2003" -msgstr "2003 年" +#: C/variables.page:11(p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." +msgstr "要將一個值指定為變數,使用「=」符號,或者用 進階模式 下的 x 按鈕來選擇欲指定的變數。變數名稱只能包含大小寫字母。" -#: base.xml:26(year) -msgid "2004" -msgstr "" +#: C/variables.page:16(p) +msgid "x=5" +msgstr "x=5" -#: base.xml:27(holder) base.xml:51(orgname) -msgid "Sun Microsystems" -msgstr "" +#: C/variables.page:19(p) +msgid "value=82" +msgstr "value=82" -#: base.xml:38(publishername) base.xml:77(para) base.xml:86(para) -#: base.xml:95(para) base.xml:104(para) base.xml:113(para) base.xml:122(para) -msgid "MATE Documentation Project" -msgstr "MATE 文件專案" +#: C/variables.page:23(p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." +msgstr "變數可以在任何方程式下使用,替代指定給它們的值。插入變數可以使用 x 按鈕。" -#: base.xml:48(firstname) -msgid "Sun" -msgstr "" +#: C/variables.page:28(p) +msgid "6x+3" +msgstr "6x+3" -#: base.xml:49(surname) -msgid "MATE Documentation Team" -msgstr "MATE 文件小組" +#: C/variables.page:31(p) +msgid "xy−3x+7y−21" +msgstr "xy-3x+7y-21" -#: base.xml:72(revnumber) -msgid "mate-calc Manual V2.5" -msgstr "mate-calc 手冊 V2.5" +#: C/variables.page:35(p) +msgid "The following variables are always defined." +msgstr "下面是預先定義好的變數。" -#: base.xml:75(para) base.xml:84(para) base.xml:93(para) base.xml:102(para) -#: base.xml:111(para) base.xml:120(para) -msgid "Sun MATE Documentation Team" -msgstr "Sun MATE 文件小組" +#: C/variables.page:40(p) +msgid "ans" +msgstr "ans" -#: base.xml:81(revnumber) -msgid "mate-calc Manual V2.4" -msgstr "mate-calc 手冊 V2.4" +#: C/variables.page:41(p) +msgid "Result of previous calculation" +msgstr "上次的計算結果" -#: base.xml:82(date) -msgid "June 2003" -msgstr "2003 年 6 月" +#: C/variables.page:44(p) +msgid "e" +msgstr "e" -#: base.xml:90(revnumber) -msgid "mate-calc Manual V2.3" -msgstr "mate-calc 手冊 V2.3" +#: C/variables.page:45(link) +msgid "Euler's Number" +msgstr "歐拉數" -#: base.xml:91(date) base.xml:100(date) -msgid "April 2003" -msgstr "2003 年 4 月" +#: C/variables.page:48(p) C/keyboard.page:35(p) +msgid "π" +msgstr "π" -#: base.xml:99(revnumber) -msgid "mate-calc Manual V2.2" -msgstr "mate-calc 手冊 V2.2" +#: C/variables.page:49(link) +msgid "Pi" +msgstr "Pi (圓周率)" -#: base.xml:108(revnumber) -msgid "mate-calc Manual V2.1" -msgstr "mate-calc 手冊 V2.1" +#: C/variables.page:52(p) +msgid "rand" +msgstr "rand" -#: base.xml:109(date) base.xml:118(date) -msgid "March 2003" -msgstr "2003 年 3 月" +#: C/variables.page:53(p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "範圍 [0,1] 內的任意值 (在每次讀取時改變)" -#: base.xml:117(revnumber) -msgid "mate-calc Manual V2.0" -msgstr "mate-calc 手冊 V2.0" +#: C/trigonometry.page:9(title) +msgid "Trigonometry" +msgstr "三角函數" -#: base.xml:127(releaseinfo) +#: C/trigonometry.page:11(p) msgid "" -"This manual describes version 4.2.100 of mate-calc." -msgstr "" -"本手冊的內容是說明 4.2.103 版的 Calculator。" +"Trigonometry can be performed using the sin, cos, and tan function." +msgstr "三角函數運算可以使用 sin、cos,以及 tan 函數。" -#: base.xml:130(title) -msgid "Feedback" -msgstr "回饋" +#: C/trigonometry.page:15(p) +msgid "sin 45" +msgstr "sin 45" -#: base.xml:131(para) +#: C/trigonometry.page:19(p) msgid "" -"To report a bug or make a suggestion regarding the mate-calc application or this manual, follow the directions in the MATE Feedback Page." -msgstr "" -"關於本 Calculator 應用程式或 手冊,如果要報告錯誤" -"或提出建議,請遵照 MATE " -"Feedback Page 的指示。" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in scientific mode." +msgstr "角的單位可在 計數機偏好設定 選單內更改。科學模式 下有三角函數按鈕。" -#: base.xml:140(primary) base.xml:211(command) -msgid "mate-calc" -msgstr "" - -#: base.xml:143(primary) base.xml:2526(guimenu) -msgid "Calculator" -msgstr "計算機" +#: C/trigonometry.page:23(p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "在函數尾端加上「h」後,便可使用雙曲函數。" -#: base.xml:149(title) -msgid "Introduction" -msgstr "介紹" +#: C/trigonometry.page:27(p) +msgid "sinh 0.34" +msgstr "sinh 0.34" -#: base.xml:150(para) +#: C/trigonometry.page:31(p) msgid "" -"The mate-calc application is multifunctional and " -"can handle different types of mathematical approaches." -msgstr "" -"Calculator 應用程式含有多種函數可以處理不同類型的" -"數學問題。" +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." +msgstr "要輸入反函數,可以使用反函數符號「⁻¹」(CtrlI),或是在函數前加上「a」。下面的兩個方程式是相同的。" -#: base.xml:151(para) -msgid "" -"The mate-calc application has the following modes:" -msgstr "Calculator 應用程式具有下列的模式:" +#: C/trigonometry.page:36(p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" -#: base.xml:154(link) -msgid "Basic Mode" -msgstr "基本模式" +#: C/trigonometry.page:39(p) +msgid "asin 0.5" +msgstr "asin 0.5" -#: base.xml:155(para) +#: C/trigonometry.page:43(p) msgid "" -"Provides standard calculator functions. You can store numbers in 10 " -"different memory registers, and easily retrieve and replace the numbers in " -"the memory registers. Basic Mode is the default mode. You can use all of the " -"Basic Mode functions in each of the other modes." -msgstr "" -"提供標準的計算機函數。您可以將數字儲存於 10 個不同的記憶體註冊,並且可以輕易" -"地擷取和取代記憶體註冊中的數字。基本模式為預設的模式。您可以在其他每一種模式" -"中使用所有的基本模式函數。" +"To enter π with the keyboard use " +"CtrlP." +msgstr "若要用鍵盤輸入 π,使用 CtrlP。" -#: base.xml:158(link) -msgid "Financial Mode" -msgstr "財務模式" +#. Place this at the end of the section +#: C/superscript.page:7(title) +msgid "_" +msgstr "_" -#: base.xml:159(para) -msgid "Provides several complex financial functions." -msgstr "提供一些複雜的財務函數。" +#: C/superscript.page:11(title) +msgid "Superscript and Subscript" +msgstr "上標和下標" + +#: C/superscript.page:13(p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "有些方程式可能需要輸入以上、下標型式顯示的數字。例如:" -#: base.xml:162(link) -msgid "Scientific Mode" -msgstr "科學模式" +#: C/superscript.page:17(p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: base.xml:163(para) +#: C/superscript.page:21(p) msgid "" -"Provides many additional mathematical functions, including trigonometric and " -"logical functions. You can also store your own functions and constants, when " -"you use Scientific Mode." -msgstr "" -"提供許多額外的數學函數,包括三角函數和邏輯函數。您也可以在使用科學模式時儲存" -"您自己的函數和常數。" +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." +msgstr "若要使用滑鼠輸入上標數,按下 ↑n 以及 ↓n 按鈕選擇數字模式。當其中一個模式啟動之後,點擊數字按鈕將會輸入上標或下標型式的數字。若要回到正常的數字模式,點選被啟動的按鈕。" -#: base.xml:167(para) +#: C/superscript.page:26(p) msgid "" -"You can use mate-calc in the following numbering " -"systems:" -msgstr "您可以在下列的數值系統中使用 Calculator:" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "若要使用鍵盤輸入上標數,在輸入數字的時候按住 Ctrl 鍵。下標數則按住 Alt 鍵。" -#: base.xml:175(para) -msgid "Numbering System" -msgstr "數值系統" +#: C/superscript.page:30(p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." +msgstr "在輸入非數字的字符後 (如「+」),數字模式會回復正常。" -#: base.xml:177(para) -msgid "Base" -msgstr "基礎" +#: C/scientific.page:9(title) +msgid "Scientific Notation" +msgstr "科學記號" -#: base.xml:182(para) -msgid "Binary" -msgstr "二進制" +#: C/scientific.page:11(p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "若要輸入以科學記號表示的數字,使用 ×10x 按鈕 (CtrlE)。數字模式 會自動變成上標型式。若要輸入「2×10¹⁰⁰」,從尾數 (2) 開始輸入:" -#: base.xml:183(para) base.xml:372(guibutton) base.xml:408(para) -#: base.xml:629(keycap) base.xml:633(keycap) base.xml:637(keycap) -#: base.xml:1560(guibutton) +#: C/scientific.page:17(p) msgid "2" -msgstr "" +msgstr "2" -#: base.xml:186(para) -msgid "Octal" -msgstr "八進制" +#: C/scientific.page:21(p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" +msgstr "然後按下科學記號按鈕 (或是按下 CtrlE):" -#: base.xml:187(para) -msgid "8" -msgstr "" +#: C/scientific.page:25(p) +msgid "2×10" +msgstr "2×10" -#: base.xml:190(para) -msgid "Decimal" -msgstr "十進制" +#: C/scientific.page:29(p) +msgid "Then enter the exponent (100):" +msgstr "接着輸入指數 (100):" -#: base.xml:191(para) -msgid "10" -msgstr "" +#: C/scientific.page:33(p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" -#: base.xml:194(para) -msgid "Hexadecimal" -msgstr "十六進制" +#: C/scientific.page:37(p) +msgid "" +"To show results in scientific form change the result format." +msgstr "若要以科學記號顯示結果,請改變 結果格式。" -#: base.xml:195(para) base.xml:1919(para) -msgid "16" -msgstr "" +#: C/power.page:9(title) +msgid "Powers and Roots" +msgstr "冪與方根" -#: base.xml:206(title) -msgid "Getting Started" -msgstr "" +#: C/power.page:11(p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." +msgstr "要輸入冪,在值後放入 上標數字。" + +#: C/power.page:15(p) +msgid "5²" +msgstr "5²" -#: base.xml:208(para) +#: C/power.page:19(p) msgid "" -"To start mate-calc " -"from a command line, type the following command, then press Return:" -msgstr "" -"To start Calculator " -"from a command line, type the following command, then press Return:" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." +msgstr "要輸入一個數字的倒數,可以使用倒數符號「⁻¹」(CtrlI) 。" + +#: C/power.page:23(p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: base.xml:214(para) +#: C/power.page:27(p) msgid "" -"When you start mate-calc, the following window is displayed:" -msgstr "" -"When you start Calculator, the following window is displayed:" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." +msgstr "冪運算也可以使用「^」符號。這會使冪成為一個方程式。" -#: base.xml:218(title) -msgid "mate-calc Basic Mode Window" -msgstr "Calculator 基本模式視窗" +#: C/power.page:32(p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: base.xml:225(phrase) -msgid "Shows mate-calc Basic Mode window." -msgstr "顯示 Calculator 基本模式視窗。" +#: C/power.page:36(p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." +msgstr "如果你的鍵盤上沒有 ^ 鍵的話,也可以按兩次 * 鍵。" -#: base.xml:231(para) +#: C/power.page:39(p) msgid "" -"The mate-calc window " -"contains the following elements:" -msgstr "" -"Calculator 視窗包含下列" -"的 元素:" +"Square roots can be calculated using the symbol (CtrlR)." +msgstr "要計算平方根,使用符號「√」(CtrlR) 。" -#: base.xml:234(term) -msgid "Menubar" -msgstr "功能表列" +#: C/power.page:43(p) +msgid "√2" +msgstr "√2" -#: base.xml:236(para) +#: C/power.page:47(p) msgid "" -"The menus on the menubar contain all of the commands that you need to work " -"with mate-calc." -msgstr "" -"功能表列上的功能表包含所有 使用 Calculator 所需的指令。" +"n-th roots can be calculated by putting a subscript number before the root sign." +msgstr "要計算 n 次方根,可在根號符號前放入 下標數字 。" + +#: C/power.page:51(p) +msgid "₃√2" +msgstr "₃√2" + +#: C/percentage.page:9(title) +msgid "Percentages" +msgstr "百分比" -#: base.xml:240(term) -msgid "Display area" -msgstr "顯示區域" +#: C/percentage.page:11(p) +msgid "Percentages are calculated using the % symbol." +msgstr "計算百分比時會使用「%」符號。" -#: base.xml:242(para) +#: C/percentage.page:14(p) msgid "" -"The display area shows the numbers that you enter, and the results of " -"calculations. You can enter numbers of up to forty digits." -msgstr "" -"顯示區域可以顯示您輸入的數字,以及計算的結果。可以輸入的數字最多為 40 位數。" +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." +msgstr "當使用加減時,代表加減該值的百分比。下面的方程式計算了 $140 的物品加上 15% 稅率的價錢 (140 + (15÷100)×140)。" -#: base.xml:245(term) -msgid "Mode area" -msgstr "模式區域" +#: C/percentage.page:19(p) +msgid "140+15%" +msgstr "140+15%" -#: base.xml:247(para) +#: C/percentage.page:23(p) msgid "" -"The mode area displays the buttons for the currently selected mode. The " -"Basic Mode buttons are always displayed. When you choose Financial Mode, the " -"Financial Mode buttons are displayed above the Basic Mode buttons. When you " -"choose Scientific Mode, the Scientific Mode buttons are displayed above the " -"Basic Mode Buttons." -msgstr "" -"模式區域可以顯示目前選取模式的按鈕。基本模式按鈕永遠會顯示。當您選擇財務模式" -"時,財務模式按鈕將會顯示在基本模式按鈕之上。當您選擇科學模式時,科學模式按鈕" -"將會顯示在基本模式按鈕之上 。" +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." +msgstr "在其他情況下,百分比符號代表分母為 100 的分數 (除以 100)。下列的方程式計算了 80 顆蘋果的四分之一 ((25÷100)×80)。" -#: base.xml:250(term) -msgid "Popup Menu" -msgstr "即現式功能表" +#: C/percentage.page:28(p) +msgid "25%×80" +msgstr "25%×80" -#: base.xml:258(phrase) -msgid "Shows popup-menu symbol." -msgstr "顯示即現式功能表符號。" +#: C/number-display.page:9(title) +msgid "Result Format" +msgstr "結果格式" -#: base.xml:252(para) +#: C/number-display.page:11(p) msgid "" -"The symbol on a mate-calc button " -"indicates that a popup menu is displayed when you click on that button." -msgstr "" -"Calculator 按鈕上的符號表示按一下" -"該按鈕後即會顯示即現式功能表。" +"The format used to display results can be changed from the " +"CalculatorPreferences menu." +msgstr "顯示結果的格式可從 計數機偏好設定 選單內更改。" -#: base.xml:271(title) -msgid "Usage" -msgstr "使用" +#: C/number-display.page:16(p) +msgid "Decimal" +msgstr "十進制" -#: base.xml:275(title) -msgid "To Use Calculator Functions" -msgstr "使用計算機函數" +#: C/number-display.page:17(p) +msgid "Results are displayed as decimal numbers" +msgstr "結果會以十進位數字顯示" -#: base.xml:276(para) -msgid "To perform a calculation, use one of the following methods:" -msgstr "如果要執行計算,請使用下列任一種 方法:" +#: C/number-display.page:20(p) C/mouse.page:25(p) +msgid "Scientific" +msgstr "科學" -#: base.xml:280(para) +#: C/number-display.page:21(p) msgid "" -"Click on the mate-calc buttons to enter numbers " -"and functions." -msgstr "按一下 Calculator 按鈕可以輸入數字和函數。" +"Results are displayed in scientific notation" +msgstr "結果會以 科學記號 顯示" -#: base.xml:283(para) -msgid "" -"Give focus to the mate-calc window, then use the " -"keyboard or numeric keypad to specify the calculation that you want to " -"perform. For a complete list of keyboard shortcuts, see ." -msgstr "" -"給予 Calculator 視窗焦點,然後使用鍵盤或數字鍵組來" -"指定您要執行的計算。若需鍵盤捷徑的完整清單,請參閱 。" +#: C/number-display.page:24(p) +msgid "Engineering" +msgstr "工程" -#: base.xml:286(para) +#: C/number-display.page:25(p) msgid "" -"The mate-calc application automatically displays " -"numbers with more than 40 digits, and small numbers, as exponential numbers. " -"For example, the following table shows the value that is displayed when you " -"use the decimal numeric base with an accuracy of 2 significant places:" -msgstr "" -"Calculator 應用程式會自動以 40 位數以上和小型字 " -"(如指數) 來顯示數字。例如,下列表格將顯示當使用十進制數值基礎且設定 2 位數的" -"精準度時所顯示的值:" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" +msgstr "結果會以科學記號顯示,指數永遠是 3 的倍數" -#: base.xml:294(para) -msgid "Display" -msgstr "顯示" +#: C/number-display.page:28(p) +msgid "Binary" +msgstr "二進制" -#: base.xml:296(para) -msgid "Signifies" -msgstr "意義" +#: C/number-display.page:29(p) +msgid "Results are displayed as binary numbers" +msgstr "結果會以 二進位數字 顯示" -#: base.xml:301(para) -msgid "1.23e+37" -msgstr "" +#: C/number-display.page:32(p) +msgid "Octal" +msgstr "八進制" -#: base.xml:302(para) -msgid "1.23 * 1037" -msgstr "" +#: C/number-display.page:33(p) +msgid "Results are displayed as octal numbers" +msgstr "結果會以 八進位數字 顯示" -#: base.xml:305(para) -msgid "1e-5" -msgstr "" +#: C/number-display.page:36(p) +msgid "Hexadecimal" +msgstr "十六進制" -#: base.xml:306(para) -msgid "0.00001" -msgstr "" +#: C/number-display.page:37(p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "結果會以 十六進位數字 顯示" -#: base.xml:312(para) +#: C/number-display.page:40(p) msgid "" -"For information about how to enter a number in exponential format, see ." -msgstr "" -"若需如何輸入指數的詳細資訊,請參閱 。" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "十進位制的數字也可以設定:是否小數點後面補零、是否顯示千分位分隔。" -#: base.xml:313(para) -msgid "" -"To copy the result of a calculation, choose EditCopy. You can paste the " -"value into another application." -msgstr "" -"如果要複製計算的結果,請選擇 編輯" -"複製。 您可以將值貼入其他的應用程式。" +#: C/mouse.page:9(title) +msgid "Using the Mouse" +msgstr "使用滑鼠" -#: base.xml:320(para) +#: C/mouse.page:11(p) msgid "" -"To paste a previously copied value into the display area, choose " -"EditPaste." -msgstr "" -"如果要將上一次複製的值貼入顯示區域,請選擇 編輯貼上。" +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the View menu." +msgstr "所有方程式可從滑鼠輸入。若要存取所有按鈕,檢視選單內有各種模式可供選擇。" -#: base.xml:328(title) -msgid "To Perform Basic Calculations" -msgstr "執行基本計算" +#: C/mouse.page:17(p) +msgid "Basic" +msgstr "基本" -#: base.xml:329(para) +#: C/mouse.page:18(p) msgid "" -"Basic Mode is displayed by default when you first start " -"mate-calc. To explicitly invoke Basic Mode, " -"choose ViewBasic Mode." -msgstr "" -"當您第一次啟動 Calculator 時,預設為顯示基本模式。" -"如果要確定啟動的是基本模式,請選擇 檢視基本模式。" +"Provides buttons suitable for basic equations" +msgstr "提供適合 基本方程 的按鈕" -#: base.xml:336(title) -msgid "To Perform Simple Calculations" -msgstr "執行簡單的計算" +#: C/mouse.page:21(p) +msgid "Advanced" +msgstr "進階" -#: base.xml:337(para) +#: C/mouse.page:22(p) +msgid "Provides buttons suitable for advanced mathematics" +msgstr "提供適合進階數學的按鈕" + +#: C/mouse.page:26(p) msgid "" -"To perform simple calculations, use the buttons described in ." -msgstr "" -"如果要執行簡單的計算,請使用 中" -"所述的按鈕。" - -#: base.xml:339(title) -msgid "Performing Simple Calculations" -msgstr "執行簡單的計算" - -#: base.xml:349(para) base.xml:428(para) base.xml:479(para) base.xml:571(para) -#: base.xml:695(para) base.xml:1168(para) base.xml:1212(para) -#: base.xml:1251(para) base.xml:1290(para) base.xml:1328(para) -#: base.xml:1442(para) base.xml:1489(para) base.xml:1745(para) -#: base.xml:1791(para) base.xml:1875(para) base.xml:2016(para) -#: base.xml:2085(para) base.xml:2393(para) base.xml:2488(para) -msgid "Function" -msgstr "功能" - -#: base.xml:351(para) base.xml:430(para) base.xml:481(para) base.xml:573(para) -#: base.xml:697(para) base.xml:1170(para) base.xml:1214(para) -#: base.xml:1253(para) base.xml:1292(para) base.xml:1330(para) -#: base.xml:1444(para) base.xml:1491(para) base.xml:1793(para) -#: base.xml:1877(para) base.xml:2014(para) -msgid "Button" -msgstr "按鈕" - -#: base.xml:353(para) base.xml:432(para) base.xml:483(para) base.xml:575(para) -#: base.xml:624(para) base.xml:699(para) base.xml:1172(para) -#: base.xml:1216(para) base.xml:1255(para) base.xml:1294(para) -#: base.xml:1332(para) base.xml:1446(para) base.xml:1493(para) -#: base.xml:1644(para) base.xml:1795(para) base.xml:1844(para) -#: base.xml:1879(para) -msgid "Description" -msgstr "說明" - -#: base.xml:355(para) base.xml:434(para) base.xml:485(para) base.xml:577(para) -#: base.xml:701(para) base.xml:1334(para) base.xml:1448(para) -#: base.xml:1495(para) base.xml:1797(para) base.xml:1881(para) -msgid "Example" -msgstr "範例" - -#: base.xml:357(para) base.xml:436(para) base.xml:487(para) base.xml:579(para) -#: base.xml:703(para) base.xml:1136(para) base.xml:1336(para) -#: base.xml:1450(para) base.xml:1497(para) base.xml:1799(para) -#: base.xml:1883(para) -msgid "Result" -msgstr "結果" - -#: base.xml:362(para) base.xml:2025(para) -msgid "Numerals" -msgstr "數字" +"Provides buttons suitable for trigonometry" +msgstr "提供適合 三角函數 的按鈕" -#: base.xml:363(para) base.xml:2024(para) -msgid "0 to 9 inclusive" -msgstr "09 以內的數字" +#: C/mouse.page:29(p) +msgid "Financial" +msgstr "財務" -#: base.xml:364(para) +#: C/mouse.page:30(p) msgid "" -"In decimal and hexadecimal base, all numerals are available. In octal base, " -"8 and 9 are unavailable. In " -"binary base, only 0 and 1 are " -"available. The default base is decimal." -msgstr "" -"在十進制和十六進制基礎中,可以使用所有的數字。在八進制中,不可以使用 " -"89。在二進制中,只能使用 " -"01。預設基礎為十進制。" - -#: base.xml:365(guibutton) base.xml:366(para) base.xml:372(guibutton) -#: base.xml:394(para) base.xml:452(para) base.xml:1373(para) -#: base.xml:1401(para) base.xml:1459(para) -msgid "1" -msgstr "" +"Provides buttons suitable for financial equations" +msgstr "提供適合 財務方程 的按鈕" -#: base.xml:369(para) base.xml:2271(para) -msgid "Numeric point" -msgstr "數字點" +#: C/mouse.page:33(p) +msgid "Programming" +msgstr "軟件開發" -#: base.xml:370(guibutton) base.xml:372(guibutton) base.xml:2269(keycap) -#: base.xml:2270(guibutton) -msgid "." -msgstr "。" +#: C/mouse.page:34(p) +msgid "Provides buttons suitable for computer programmers" +msgstr "提供適合電腦程式設計師的按鈕" -#: base.xml:371(para) -msgid "Starts the fractional part of a numeric entry." -msgstr "開始輸入數字的分數部份。" +#: C/modulus.page:9(title) +msgid "Modulus Division" +msgstr "餘數除法" -#: base.xml:373(para) base.xml:1142(para) -msgid "1.2" -msgstr "" +#: C/modulus.page:11(p) +msgid "Modulus division is performed using the mod operator." +msgstr "計算餘數除法會使用 mod 運算子。" -#: base.xml:376(para) base.xml:2295(para) -msgid "Calculate a result" -msgstr "計算結果" +#: C/modulus.page:15(p) +msgid "9 mod 5" +msgstr "9 mod 5" -#: base.xml:377(guibutton) base.xml:1560(guibutton) base.xml:2294(guibutton) -msgid "=" -msgstr "" +#: C/logarithm.page:9(title) +msgid "Logarithms" +msgstr "對數" + +#: C/logarithm.page:11(p) +msgid "" +"Logarithms can be calculated using the log function." +msgstr "計算對數可以使用 log 函數 。" -#: base.xml:378(para) -msgid "Displays the result of the current calculation in the current base." -msgstr "顯示以目前基礎求得的計算結果。" +#: C/logarithm.page:15(p) +msgid "log 100" +msgstr "log 100" -#: base.xml:379(para) base.xml:386(para) +#: C/logarithm.page:19(p) msgid "" -"1 +2=" -msgstr "" +"To calculate a logarithm in a different base use a subscript number after the function." +msgstr "若要計算使用不同底數的對數,在函數後面使用 下標數字。" -#: base.xml:380(para) base.xml:387(para) base.xml:445(para) base.xml:517(para) -#: base.xml:1625(keycap) base.xml:1750(keycap) -msgid "3" -msgstr "" +#: C/logarithm.page:23(p) +msgid "log₂ 32" +msgstr "log₂ 32" -#: base.xml:383(para) base.xml:2259(para) -msgid "Addition" -msgstr "加" +#: C/logarithm.page:27(p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "若要計算自然對數,使用 ln 函數。" -#: base.xml:384(guibutton) base.xml:2257(keycap) base.xml:2258(guibutton) -msgid "+" -msgstr "" +#: C/logarithm.page:31(p) +msgid "ln 1.32" +msgstr "ln 1.32" -#: base.xml:385(para) +#: C/logarithm.page:35(p) msgid "" -"Adds the current value in the display area to the next number that you enter." -msgstr "將顯示區域的目前值加上下一個您輸入的數字。" +"Euler's number can be entered by using the variable e." +msgstr "要輸入歐拉數,使用 變數 e。" -#: base.xml:390(para) base.xml:2265(para) -msgid "Subtraction" -msgstr "減" +#: C/logarithm.page:39(p) +msgid "e^1.32" +msgstr "e^1.32" -#: base.xml:391(guibutton) base.xml:2263(keycap) base.xml:2264(guibutton) -msgid "-" -msgstr "" +#: C/keyboard.page:9(title) +msgid "Using the Keyboard" +msgstr "使用鍵盤" -#: base.xml:392(para) -msgid "" -"Subtracts from the current value in the display area the next number that " -"you enter." -msgstr "將顯示區域的目前值減去下一個您輸入的數字。" +#: C/keyboard.page:11(p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "所有數學方程式都可以從鍵盤輸入。" -#: base.xml:393(para) +#: C/keyboard.page:14(p) msgid "" -"3 -2=" -msgstr "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." +msgstr "下面的組合鍵可供輸入那些你的鍵盤上可能沒有的按鍵。" -#: base.xml:397(para) base.xml:2253(para) -msgid "Multiplication" -msgstr "乘" +#: C/keyboard.page:19(p) +msgid "×" +msgstr "×" -#: base.xml:398(guibutton) base.xml:2252(guibutton) +#: C/keyboard.page:20(key) msgid "*" -msgstr "" +msgstr "*" -#: base.xml:399(para) -msgid "" -"Multiplies the current value in the display area by the next number that you " -"enter." -msgstr "將顯示區域的目前值乘上下一個您輸入的數字。" +#: C/keyboard.page:23(p) +msgid "÷" +msgstr "÷" -#: base.xml:400(para) -msgid "" -"3 *2=" -msgstr "" +#: C/keyboard.page:24(key) +msgid "/" +msgstr "/" -#: base.xml:401(para) base.xml:784(para) base.xml:994(para) -#: base.xml:1040(para) -msgid "6" -msgstr "" +#: C/keyboard.page:27(p) +msgid "^" +msgstr "^" -#: base.xml:404(para) base.xml:2277(para) -msgid "Division" -msgstr "除" +#: C/keyboard.page:28(p) +msgid "* twice" +msgstr "* 兩次" -#: base.xml:405(guibutton) base.xml:2275(keycap) base.xml:2276(guibutton) -msgid "/" -msgstr "" +#: C/keyboard.page:31(p) +msgid "√" +msgstr "√" -#: base.xml:406(para) -msgid "" -"Divides the current value in the display area by the next number that you " -"enter." -msgstr "將顯示區域的目前值除以下一個您輸入的數字。" +#: C/keyboard.page:32(key) C/keyboard.page:36(key) +msgid "Ctrl" +msgstr "Ctrl" -#: base.xml:407(para) -msgid "" -"6 /3=" -msgstr "" +#: C/keyboard.page:32(key) +msgid "R" +msgstr "R" -#: base.xml:415(title) -msgid "To Erase Characters" -msgstr "消除字元" +#: C/keyboard.page:36(key) +msgid "P" +msgstr "P" -#: base.xml:416(para) +#: C/keyboard.page:39(p) msgid "" -"To erase characters, use the buttons described in ." -msgstr "" -"如果要消除字元,請使用 中所述的" -"按鈕。" +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." +msgstr "若要輸入 上標數字,使用 Ctrl數字,下標數字則使用 Alt數字。" -#: base.xml:418(title) -msgid "Erasing Characters" -msgstr "消除字元" +#: C/index.page:7(name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: base.xml:441(para) base.xml:2359(keycap) base.xml:2361(para) -#: base.xml:2365(keycap) -msgid "Backspace" -msgstr "" +#: C/index.page:8(email) +msgid "robert.ancell@gmail.com" +msgstr "robert.ancell@gmail.com" -#: base.xml:442(guibutton) base.xml:2360(guibutton) -msgid "Bsp" -msgstr "" +#: C/index.page:13(title) +msgid "GCalctool Help" +msgstr "GCalctool 計數機說明" -#: base.xml:443(para) -msgid "Removes the rightmost character from the display area." -msgstr "移除顯示區域最右邊的字元。" +#: C/index.page:16(title) +msgid "User Interface" +msgstr "使用者介面" -#: base.xml:444(para) -msgid "" -"1 +22Bsp=" -msgstr "" +#: C/index.page:20(title) +msgid "Equations" +msgstr "方程式" + +#: C/index.page:24(title) +msgid "Numbers" +msgstr "數字" -#: base.xml:448(para) base.xml:2367(para) -msgid "Clear Entry" -msgstr "清除輸入" +#: C/index.page:28(title) +msgid "Conversions" +msgstr "轉換" -#: base.xml:449(guibutton) base.xml:2366(guibutton) -msgid "CE" -msgstr "" +#: C/index.page:32(title) +msgid "Financial Calculations" +msgstr "財務計算" -#: base.xml:450(para) -msgid "Removes the current value from the display area." -msgstr "移除顯示區域的目前值。" +#: C/functions.page:9(title) +msgid "Functions" +msgstr "函數" -#: base.xml:451(para) +#: C/functions.page:11(p) msgid "" -"1 +22CE=" -msgstr "" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." +msgstr "要使用函數,輸入函數的名稱,後面再加上參數。如果參數不是數字或 變數,在參數兩旁使用括號。" -#: base.xml:455(para) base.xml:2373(para) -msgid "Clear" -msgstr "清除" +#: C/functions.page:16(p) +msgid "sin 30" +msgstr "sin 30" -#: base.xml:456(guibutton) base.xml:2372(guibutton) -msgid "Clr" -msgstr "" +#: C/functions.page:19(p) +msgid "abs (5−9)" +msgstr "abs (5−9)" -#: base.xml:457(para) -msgid "" -"Resets the current value in the display area to zero. Clr also deselects the Hyp and Inv options in Scientific Mode." -msgstr "" -"將顯示區域的目前值重設為零。Clr 也會取消選取科學模式中" -"的 HypInv 選項 。" +#: C/functions.page:23(p) +msgid "The following functions are defined." +msgstr "下面是預先定義的函數。" -#: base.xml:458(para) -msgid "" -"1 +22Clr=" -msgstr "" +#: C/functions.page:28(p) +msgid "abs" +msgstr "abs" -#: base.xml:459(para) -msgid "0" -msgstr "" +#: C/functions.page:29(link) +msgid "Absolute Value" +msgstr "絕對值" -#: base.xml:466(title) -msgid "To Perform Arithmetic Calculations" -msgstr "執行算術計算" +#: C/functions.page:32(p) +msgid "cos" +msgstr "cos" -#: base.xml:467(para) -msgid "" -"To perform arithmetic calculations, use the buttons described in ." -msgstr "" -"如果要執行算術計算,請使用 中所" -"述的按鈕。" +#: C/functions.page:33(link) +msgid "Cosine" +msgstr "餘弦函數" -#: base.xml:469(title) -msgid "Performing Arithmetic Calculations" -msgstr "執行算術計算" +#: C/functions.page:36(p) +msgid "cosh" +msgstr "cosh" -#: base.xml:492(para) base.xml:2235(para) -msgid "Percentage" -msgstr "百分比" +#: C/functions.page:37(link) +msgid "Hyperbolic Cosine" +msgstr "雙曲餘弦函數" -#: base.xml:493(guibutton) base.xml:2233(keycap) base.xml:2234(guibutton) -msgid "%" -msgstr "" +#: C/functions.page:40(p) +msgid "frac" +msgstr "frac" -#: base.xml:494(para) -msgid "" -"Uses the next number that you enter to calculate that percentage of the " -"current value in the display area." -msgstr "使用您輸入的下一個數字來計算顯示區域中目前值的百分比。" +#: C/functions.page:41(p) +msgid "Fractional Component" +msgstr "小數部分" -#: base.xml:495(para) -msgid "" -"200 %2=" -msgstr "" +#: C/functions.page:44(p) +msgid "int" +msgstr "int" -#: base.xml:496(para) base.xml:788(para) base.xml:1044(para) -#: base.xml:1849(keycap) base.xml:1853(keycap) -msgid "4" -msgstr "" +#: C/functions.page:45(p) +msgid "Integer Component" +msgstr "整數部分" -#: base.xml:499(para) base.xml:2163(para) -msgid "Reciprocal" -msgstr "倒數" +#: C/functions.page:48(p) +msgid "ln" +msgstr "ln" -#: base.xml:500(guibutton) base.xml:2162(guibutton) -msgid "1/x" -msgstr "" +#: C/functions.page:49(link) +msgid "Natural Logarithm" +msgstr "自然對數" -#: base.xml:501(para) -msgid "Divides 1 by the current value in the display area." -msgstr "將顯示區域的目前值除1。" +#: C/functions.page:52(p) +msgid "log" +msgstr "log" -#: base.xml:502(para) -msgid "4 1/x" -msgstr "" +#: C/functions.page:53(link) +msgid "Logarithm" +msgstr "對數" -#: base.xml:503(para) -msgid "0.25" -msgstr "" +#: C/functions.page:56(p) +msgid "not" +msgstr "not" -#: base.xml:506(para) base.xml:2049(para) -msgid "Change the arithmetic sign" -msgstr "變更算術符號" +#: C/functions.page:57(link) +msgid "Boolean NOT" +msgstr "邏輯 NOT" -#: base.xml:507(guibutton) base.xml:1560(guibutton) base.xml:2048(guibutton) -msgid "+/-" -msgstr "" +#: C/functions.page:60(p) +msgid "ones" +msgstr "ones" -#: base.xml:508(para) -msgid "" -"Changes a positive number to a negative number, or a negative number to a " -"positive number." -msgstr "將正數變為負數,或將負數變為正數。" +#: C/functions.page:61(p) +msgid "Ones complement" +msgstr "1 的補數" -#: base.xml:509(para) -msgid "8 +/-" -msgstr "" +#: C/functions.page:64(p) +msgid "sin" +msgstr "sin" -#: base.xml:510(para) -msgid "-8" -msgstr "" +#: C/functions.page:65(link) +msgid "Sine" +msgstr "正弦函數" + +#: C/functions.page:68(p) +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(link) +msgid "Hyperbolic Sine" +msgstr "雙曲正弦函數" -#: base.xml:513(para) base.xml:2175(para) +#: C/functions.page:72(p) +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(link) msgid "Square Root" msgstr "平方根" -#: base.xml:514(guibutton) base.xml:2174(guibutton) -msgid "Sqrt" -msgstr "" +#: C/functions.page:76(p) +msgid "tan" +msgstr "tan" -#: base.xml:515(para) -msgid "Calculates the square root of the current value in the display area." -msgstr "計算顯示區域之目前值的平方根。" +#: C/functions.page:77(link) +msgid "Tangent" +msgstr "正切函數" -#: base.xml:516(para) -msgid "9 Sqrt" -msgstr "" +#: C/functions.page:80(p) +msgid "tanh" +msgstr "tanh" -#: base.xml:520(para) base.xml:2313(para) -msgid "Square" -msgstr "平方" +#: C/functions.page:81(link) +msgid "Hyperbolic Tangent" +msgstr "雙曲正切函數" -#: base.xml:521(para) base.xml:2312(para) -msgid "x2" -msgstr "" +#: C/functions.page:84(p) +msgid "twos" +msgstr "twos" -#: base.xml:522(para) -msgid "Calculates the square of the current value in the display area." -msgstr "計算顯示區域之目前值的平方。" +#: C/functions.page:85(p) +msgid "Twos complement" +msgstr "2 的補數" -#: base.xml:523(para) -msgid "3 x2" -msgstr "" +#: C/functions.page:88(p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool 不支援使用者自定義的函數。" -#: base.xml:524(para) -msgid "9" -msgstr "" +#: C/financial.page:9(title) +msgid "Financial Functions" +msgstr "財務函數" -#: base.xml:527(para) base.xml:2097(para) -msgid "Integer Portion" -msgstr "整數部份" +#: C/financial.page:10(p) +msgid "When in financial mode the following buttons are available." +msgstr "下面是財務模式下可以使用的按鈕。" -#: base.xml:528(guibutton) base.xml:2096(guibutton) -msgid "Int" -msgstr "" +#: C/financial.page:15(p) +msgid "Ctrm" +msgstr "Ctrm" -#: base.xml:529(para) +#: C/financial.page:16(p) msgid "" -"Calculates the integer portion of the current value in the display area." -msgstr "計算顯示區域之目前值的整數部份。" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." +msgstr "計算增加現值的投資使其等於未來值所需的複利週期數,每一複利週期使用定期利率。" -#: base.xml:530(para) -msgid "-23.45 Int" -msgstr "" - -#: base.xml:531(para) -msgid "-23" -msgstr "" +#: C/financial.page:19(p) +msgid "Ddb" +msgstr "Ddb" -#: base.xml:534(para) base.xml:2283(para) -msgid "Fractional Portion" -msgstr "分數部份" +#: C/financial.page:20(p) +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "計算在指定的期間中某資產的折舊免稅額,使用雙倍餘額遞減法。" -#: base.xml:535(guibutton) base.xml:2282(guibutton) -msgid "Frac" -msgstr "" +#: C/financial.page:23(p) +msgid "Fv" +msgstr "Fv" -#: base.xml:536(para) +#: C/financial.page:24(p) msgid "" -"Calculates the fractional portion of the current value in the display area." -msgstr "計算顯示區域之目前值的分數部份。" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." +msgstr "根據定期等額付款計算投資的未來值,按照約定付款期數的定期利率。" -#: base.xml:537(para) -msgid "-23.45 Frac" -msgstr "" - -#: base.xml:538(para) -msgid "-0.45" -msgstr "" +#: C/financial.page:27(p) +msgid "Gpm" +msgstr "Gpm" -#: base.xml:541(para) base.xml:2193(para) -msgid "Absolute Value" -msgstr "絕對值" +#: C/financial.page:28(p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." +msgstr "計算產品的轉售價格,以產品成本與期望的毛利率決定。" -#: base.xml:542(guibutton) base.xml:2192(guibutton) -msgid "Abs" -msgstr "" +#: C/financial.page:31(p) +msgid "Pmt" +msgstr "Pmt" -#: base.xml:543(para) -msgid "Calculates the absolute value of the current value in the display area." -msgstr "計算顯示區域之目前值的絕對值。" +#: C/financial.page:32(p) +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "計算貸款每期付款的金額,其中付款日期為每一個付款週期的最後一天。" -#: base.xml:544(para) -msgid "-23.45 Abs" -msgstr "" +#: C/financial.page:35(p) +msgid "Pv" +msgstr "Pv" -#: base.xml:545(para) -msgid "23.45" -msgstr "" +#: C/financial.page:36(p) +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "根據定期等額付款計算投資的現值,按照約定付款期數的定期利率下進行折現。" -#: base.xml:552(title) -msgid "To Use the Calculator Memory Registers" -msgstr "使用計算機記憶體註冊" +#: C/financial.page:39(p) +msgid "Rate" +msgstr "Rate" -#: base.xml:553(para) +#: C/financial.page:40(p) msgid "" -"You can store values in any of the ten mate-calc " -"memory registers R0 to R9. To " -"display the memory registers, choose ViewMemory Registers." -msgstr "" -"您可以將值儲存於 10 個 Calculator 記憶體註冊 " -"R0R9 中的任一個記憶體註冊。如果" -"要顯示記憶體註冊,請選擇 檢視記憶" -"體註冊。" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." +msgstr "計算投資增加到未來值所需的定期利率,按照複利期數。" + +#: C/financial.page:43(p) +msgid "Sln" +msgstr "Sln" -#: base.xml:559(para) +#: C/financial.page:44(p) msgid "" -" describes the memory functions " -"that you can use." -msgstr "" -" 將說明您可以使用的記憶體函數。" +"Calculate the straight-line depreciation of an asset for one period. 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." +msgstr "計算一期間內資產的直線折舊。直線折舊法在資產可用年限內將折舊花費平均分攤。可用年限指資產折舊的期數,典型狀況下為年。" -#: base.xml:561(title) -msgid "Memory Functions" -msgstr "記憶體函數" +#: C/financial.page:47(p) +msgid "Syd" +msgstr "Syd" -#: base.xml:584(para) base.xml:2169(para) -msgid "Store Value in Memory Register" -msgstr "將值儲存於記憶體註冊" +#: C/financial.page:48(p) +msgid "" +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." +msgstr "計算在指定的期間中某資產的折舊免稅額,使用年數總和法。這個折舊方式會加速折舊率,所以前期會比後期有更多折舊費用。可用年限是指該資產折舊的週期數 (通常為年)。" -#: base.xml:585(guibutton) base.xml:2168(guibutton) -msgid "Sto" -msgstr "" +#: C/financial.page:51(p) +msgid "Term" +msgstr "Term" -#: base.xml:586(para) +#: C/financial.page:52(p) msgid "" -"Stores the current contents of the display area in the specified memory " -"register. Click on Sto, and select a memory register " -"from the popup menu." -msgstr "" -"將顯示區域的目前內容儲存於指定的記憶體註冊。按一下 Sto,然後選取即現式功能表上的記憶體註冊。" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." +msgstr "計算普通年金期間累積至未來值所需的付款期數,按照某一定期利率。" -#: base.xml:587(para) -msgid "" -"To clear a memory register during a mate-calc " -"session:" -msgstr "" -"如果要在 Calculator 階段作業期間清除記憶體註冊:" +#: C/financial.page:56(p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "財務函數無法使用鍵盤進行。" -#: base.xml:589(para) -msgid "Click Clr." -msgstr "按一下 Clr。" +#: C/factorize.page:9(title) +msgid "Factorization" +msgstr "因數分解" -#: base.xml:590(para) -msgid "Click on Sto." -msgstr "按一下 Sto。" +#: C/factorize.page:11(p) +msgid "" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." +msgstr "你可以按下 fact 按鈕,將目前顯示的數字作因數分解。這個按鈕在 軟件開發模式 裏面。" -#: base.xml:591(para) -msgid "Select the memory register from the popup menu." -msgstr "選取即現式功能表上的記憶體註冊。" +#: C/factorial.page:9(title) +msgid "Factorials" +msgstr "階乘" -#: base.xml:594(para) -msgid "22 StoR2" -msgstr "" +#: C/factorial.page:11(p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "階乘使用「!」符號來作輸入。若要計算 6 的階乘,輸入如下。" -#: base.xml:595(para) -msgid "The value 22 is stored in memory register R2" -msgstr "值 22 已儲存於記憶體註冊 R2" +#: C/factorial.page:16(p) +msgid "6!" +msgstr "6!" -#: base.xml:598(para) base.xml:2157(para) -msgid "Retrieve Value From Memory Register" -msgstr "擷取記憶體註冊的值" +#. Place this at the start of the section +#: C/equation.page:7(title) +msgid "0" +msgstr "0" -#: base.xml:599(guibutton) base.xml:2156(guibutton) -msgid "Rcl" -msgstr "" +#: C/equation.page:11(title) +msgid "Basic Equations" +msgstr "基本方程" -#: base.xml:600(para) +#: C/equation.page:13(p) msgid "" -"Retrieves the contents of the specified memory register. Click on " -"Rcl, and select the memory register from the popup " -"menu." -msgstr "" -"擷取指定記憶體註冊的內容。按一下 Rcl,然後選取即現式功" -"能表上的記憶體註冊。" - -#: base.xml:601(para) -msgid "0 RclR2" -msgstr "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "方程式以標準的數學模式來作輸入。舉例來說,要將 7 和 2 相加,輸入如下:" -#: base.xml:602(para) -msgid "22" -msgstr "" +#: C/equation.page:18(p) +msgid "7+2" +msgstr "7+2" -#: base.xml:602(para) base.xml:609(para) -msgid "where 22 is the value previously stored in memory register R2" -msgstr "其中 22 是上一次儲存於記憶體註冊 R2 的值" +#: C/equation.page:22(p) +msgid "" +"To solve, press the = button with your mouse or the Enter key on your keyboard." +msgstr "若要得到結果,用你的滑鼠按下 = 按鈕,或是用你的鍵盤按下 Enter 鍵。" -#: base.xml:605(para) base.xml:2205(para) -msgid "Exchange Memory Register Value and Displayed Value" -msgstr "將記憶體註冊值與顯示的值交換" +#: C/equation.page:25(p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." +msgstr "計算會根據數學規則來進行 (先乘除後加減)。下面方程式的解為 1 (3×2 = 6, 7−6 = 1)。" -#: base.xml:606(guibutton) base.xml:2204(guibutton) -msgid "Exch" -msgstr "" +#: C/equation.page:30(p) +msgid "7−3×2" +msgstr "7−3×2" -#: base.xml:607(para) +#: C/equation.page:34(p) msgid "" -"Exchanges the contents of the specified memory register and the current " -"value in the display area. Click on Exch, and select " -"the memory register from the popup menu." -msgstr "" -"將指定記憶體註冊的內容與顯示區域的目前值交換。按一下 Exch,然後選取即現式功能表上的記憶體註冊。" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "要更改計算的次序,使用括弧。下面方程式的解為 8 (7−3 = 4, 4×2 = 8)。" -#: base.xml:608(para) -msgid "44 ExchR2" -msgstr "" +#: C/equation.page:39(p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: base.xml:609(para) +#: C/equation.page:43(p) msgid "" -"Value in display area changes from 44 to 22, value in R2 changes from 22 to " -"44" -msgstr "顯示區域的值從 44 變為 22,而 R2 的值則從 22 變為 44" +"To clear the display press the Clr button or Escape." +msgstr "若要清除顯示,按下 Clr 按鈕或是 Escape 鍵。" -#: base.xml:614(para) -msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"memory register, as shown in the following examples:" -msgstr "如果您是使用鍵盤捷徑,您可以使用鍵盤來指定記憶體註冊,如下列範例所示:" +#: C/conv-weight.page:9(title) +msgid "Mass" +msgstr "質量" -#: base.xml:622(para) base.xml:1618(para) base.xml:1743(para) -#: base.xml:1842(para) -msgid "Keyboard Entry" -msgstr "鍵盤輸入" +#: C/conv-weight.page:11(p) +msgid "To convert between mass use the in operator." +msgstr "若要轉換質量單位,使用 in 運算子。" -#: base.xml:629(keycap) base.xml:2167(keycap) base.xml:2454(keycap) -#: base.xml:2531(keycap) -msgid "S" -msgstr "" +#: C/conv-weight.page:15(p) +msgid "1kg in pounds" +msgstr "1kg in pounds" -#: base.xml:630(para) -msgid "" -"Stores the current contents of the display area in memory register " -"R2." -msgstr "將顯示區域的目前內容儲存於記憶體註冊 R2。" +#: C/conv-weight.page:20(p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "質量轉換必須使用鍵盤進行。" -#: base.xml:633(keycap) base.xml:2155(keycap) base.xml:2448(keycap) -msgid "R" -msgstr "" +#: C/conv-time.page:9(title) +msgid "Time" +msgstr "時間" -#: base.xml:634(para) -msgid "" -"Retrieves the current contents of memory register R2 " -"into the display area." -msgstr "擷取記憶體註冊 R2 的目前內容並放入顯示區域。" +#: C/conv-time.page:11(p) +msgid "To convert between time use the in operator." +msgstr "若要轉換時間單位,使用 in 運算子。" -#: base.xml:637(keycap) base.xml:2203(keycap) -msgid "X" -msgstr "" +#: C/conv-time.page:15(p) +msgid "3 years in hours" +msgstr "3 years in hours" -#: base.xml:638(para) -msgid "" -"Exchanges the current value of the display area with the contents of memory " -"register R2." -msgstr "將顯示區域的目前值與記憶體註冊 R2 的內容交換。" +#: C/conv-time.page:20(p) +msgid "Time conversions must be performed using the keyboard." +msgstr "時間轉換必須使用鍵盤進行。" -#: base.xml:646(title) -msgid "To Display ASCII Values" -msgstr "顯示 ASCII 值" +#: C/conv-length.page:9(title) +msgid "Length/Area/Volume" +msgstr "長度/面積/體積" -#: base.xml:647(para) +#: C/conv-length.page:11(p) msgid "" -"To display the ASCII value of a character, choose EditInsert ASCII Value." -msgstr "" -"如果要顯示字元的 ASCII 值,請選擇 編輯插入 ASCII 值。" +"To convert between length, area and volume units use the in " +"operator." +msgstr "若要轉換長度、面積與體積單位,使用 in 運算子。" -#: base.xml:652(para) -msgid "The Insert ASCII Value dialog is displayed." -msgstr "此時會顯示插入 ASCII 值對話方塊。" +#: C/conv-length.page:15(p) +msgid "6 meters in inches" +msgstr "6 meters in inches" -#: base.xml:653(para) -msgid "" -"Enter the required character in the Character field, " -"and click on Insert. The ASCII value of that " -"character, in the current numeric base, appears in the display area. For " -"example, the ASCII value of B in decimal base is 66." -msgstr "" -"在字元欄位中輸入您需要的字元,然後按一下插入" -"。顯示區域即會出現以目前數值基礎求得的該字元 ASCII 值。例如,使用" -"十進制基礎 B 的 ASCII 值為 66。" +#: C/conv-length.page:18(p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: base.xml:658(title) -msgid "To Perform Financial Calculations" -msgstr "執行財務計算" +#: C/conv-length.page:21(p) +msgid "1 pint in mL" +msgstr "1 pint in mL" -#: base.xml:659(para) -msgid "" -"To change to Financial Mode, choose ViewFinancial Mode." -msgstr "" -"如果要變更為財務模式,請選擇 檢視" -"財務模式。" +#: C/conv-length.page:26(p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "長度/面積/體積轉換必須使用鍵盤進行。" -#: base.xml:665(para) +#: C/conv-currency.page:9(title) +msgid "Currency" +msgstr "貨幣" + +#: C/conv-currency.page:11(p) msgid "" -"When you change to Financial Mode, the following Financial Mode buttons are " -"displayed above the Basic Mode buttons:" -msgstr "當您變更為財務模式時,下列的財務模式按鈕將會顯示在基本模式按鈕之上:" +"To convert currencies, enter the financial mode, and use the currency controls." +msgstr "若要轉換貨幣單位,進入 財務模式 並使用貨幣控制。" -#: base.xml:669(title) -msgid "mate-calc Financial Mode Buttons" -msgstr "Calculator 財務模式按鈕" +#: C/conv-currency.page:14(p) +msgid "" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "你也可以使用鍵盤和 in 運算子來轉換貨幣單位。" -#: base.xml:676(phrase) -msgid "Shows mate-calc Financial Mode buttons." -msgstr "顯示 Calculator 財務模式按鈕。" +#: C/conv-currency.page:18(p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" -#: base.xml:682(para) +#: C/conv-currency.page:23(p) msgid "" -"To perform financial calculations, use the buttons described in ." -msgstr "" -"如果要執行財務計算,請使用 " -"中所述的按鈕。" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "貨幣資訊只是一個大概值,不應該用於財務決策。" + +#: C/conv-character.page:9(title) +msgid "Character Codes" +msgstr "字符碼" -#: base.xml:685(title) -msgid "Performing Financial Calculations" -msgstr "執行財務計算" +#: C/conv-character.page:11(p) +msgid "" +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." +msgstr "在 軟件開發模式 下,á 按鈕會開啟對話框,將字符轉換成字符碼。" -#: base.xml:708(para) base.xml:2127(para) -msgid "Compounding Term" -msgstr "複利期間" +#: C/conv-character.page:15(p) +msgid "Characters cannot be converted using the keyboard." +msgstr "字符無法使用鍵盤轉換。" -#: base.xml:709(guibutton) base.xml:2126(guibutton) -msgid "Ctrm" -msgstr "" +#: C/conv-base.page:9(title) C/base.page:9(title) +msgid "Number Bases" +msgstr "數基" -#: base.xml:710(para) +#: C/conv-base.page:11(p) msgid "" -"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." -msgstr "" -"計算增加現值 pv 的投資使其等於 fv 期約值所需的複利週期數 (每一複利週期使用 int 的固定利率)。" - -#: base.xml:711(para) base.xml:751(para) base.xml:800(para) base.xml:841(para) -#: base.xml:881(para) base.xml:923(para) base.xml:965(para) -#: base.xml:1007(para) base.xml:1056(para) -msgid "This function uses the following memory registers:" -msgstr "這個函數會使用下列的記憶體註冊:" - -#: base.xml:714(term) base.xml:730(term) base.xml:754(term) base.xml:775(term) -#: base.xml:803(term) base.xml:820(term) base.xml:844(term) base.xml:860(term) -#: base.xml:884(term) base.xml:902(term) base.xml:926(term) base.xml:943(term) -#: base.xml:968(term) base.xml:985(term) base.xml:1010(term) -#: base.xml:1031(term) base.xml:1059(term) base.xml:1076(term) -msgid "Register 0" -msgstr "註冊 0" - -#: base.xml:715(para) base.xml:808(para) base.xml:849(para) base.xml:889(para) -#: base.xml:1068(para) -msgid "int, the periodic interest rate" -msgstr "int,定期利率" - -#: base.xml:718(term) base.xml:734(term) base.xml:758(term) base.xml:779(term) -#: base.xml:807(term) base.xml:824(term) base.xml:848(term) base.xml:864(term) -#: base.xml:888(term) base.xml:906(term) base.xml:930(term) base.xml:947(term) -#: base.xml:972(term) base.xml:989(term) base.xml:1014(term) -#: base.xml:1035(term) base.xml:1063(term) base.xml:1080(term) -msgid "Register 1" -msgstr "註冊 1" - -#: base.xml:719(para) base.xml:927(para) base.xml:1064(para) -msgid "fv, the future value" -msgstr "fv,期約值" - -#: base.xml:722(term) base.xml:738(term) base.xml:762(term) base.xml:783(term) -#: base.xml:811(term) base.xml:828(term) base.xml:852(term) base.xml:868(term) -#: base.xml:892(term) base.xml:910(term) base.xml:934(term) base.xml:951(term) -#: base.xml:976(term) base.xml:993(term) base.xml:1018(term) -#: base.xml:1039(term) base.xml:1067(term) base.xml:1084(term) -msgid "Register 2" -msgstr "註冊 2" - -#: base.xml:723(para) base.xml:931(para) -msgid "pv, the present value" -msgstr "pv,現值" - -#: base.xml:727(para) -msgid "" -"You have just deposited $8000 in an account that pays an annual interest " -"rate of 9%, compounded monthly. Given the annual interest rate, you " -"determine that the monthly interest rate is 0.09 / 12 = 0.0075. To calculate " -"the time period necessary to double your investment, put the following " -"values into the first three memory registers:" -msgstr "" -"您已經在帳戶中存入 $8000,利率為年利率 9% 每月複利計算。依據年利率,您求得的" -"月利率為 0.09 / 12 = 0.0075。如果要計算使投資倍增所需的時間週期,請將下列的值" -"放前三個記憶體註冊:" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." +msgstr "若要轉換數基 (進位制),輸入一個數字 (或是為一個方程式求解),並從 計數機偏好設定 選單改變 結果格式。" -#: base.xml:731(para) -msgid "0.0075" -msgstr "" +#: C/complex.page:9(title) +msgid "Complex Numbers" +msgstr "複數" -#: base.xml:735(para) -msgid "16000" -msgstr "" +#: C/complex.page:11(p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "GCalctool 並不支援複數。" -#: base.xml:739(para) base.xml:776(para) base.xml:986(para) -#: base.xml:1032(para) -msgid "8000" -msgstr "" +#: C/boolean.page:9(title) +msgid "Boolean Algebra" +msgstr "邏輯代數" -#: base.xml:742(para) -msgid "Click on Ctrm." -msgstr "按一下 Ctrm。" +#: C/boolean.page:11(p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "邏輯代數 (邏輯代數) 可以使用 AND、OR、XOR 運算子來作計算。" -#: base.xml:743(para) -msgid "92.77" -msgstr "" +#: C/boolean.page:15(p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: base.xml:744(para) -msgid "The investment doubles in value in 92.77 months." -msgstr "投資金額倍增所需的時間為 92.77 個月。" +#: C/boolean.page:19(p) +msgid "" +"Buttons for these symbols are available in programming " +"mode." +msgstr "這些符號按鈕可以從 軟件開發模式 中選取。" -#: base.xml:747(para) base.xml:2061(para) -msgid "Double-Declining Depreciation" -msgstr "倍數餘額折舊" +#: C/boolean.page:22(p) +msgid "" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "NOT 函數 會將數字內的位元倒置。文字大小是在 計數機偏好設定 選單內設置。" -#: base.xml:748(guibutton) base.xml:2060(guibutton) -msgid "Ddb" -msgstr "" +#: C/boolean.page:27(p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: base.xml:749(para) +#: C/base.page:11(p) msgid "" -"Calculates the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "使用倍數餘額法計算資產在指定時間週期內的折舊額。" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." +msgstr "若要輸入使用特定數基 (進位制) 的數字,使用 下標數字。下面的數字都是一樣的。" -#: base.xml:755(para) base.xml:969(para) base.xml:1011(para) -msgid "cost, the amount paid for the asset" -msgstr "成本,購買資產的金額" +#: C/base.page:16(p) +msgid "1001011₂" +msgstr "1001011₂" -#: base.xml:759(para) base.xml:973(para) base.xml:1015(para) -msgid "" -"salvage, the value of the asset at the end of its " -"life" -msgstr "剩餘價值,資產在到達使用年限後的價值" +#: C/base.page:19(p) +msgid "113₈" +msgstr "113₈" -#: base.xml:763(para) base.xml:977(para) base.xml:1019(para) -msgid "life, the useful life of the asset" -msgstr "年限,資產的使用年限" +#: C/base.page:22(p) +msgid "75" +msgstr "75" -#: base.xml:766(term) base.xml:787(term) base.xml:1022(term) -#: base.xml:1043(term) -msgid "Register 3" -msgstr "註冊 3" +#: C/base.page:25(p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: base.xml:767(para) base.xml:1023(para) +#: C/base.page:29(p) msgid "" -"period, the time period for depreciation allowance" -msgstr "週期,提列折舊的時間週期" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." +msgstr "在 軟件開發模式 下有二進制 (CtrlB)、八進制 (CtrlO) 以及十六進制 (CtrlH) 的按鈕。" -#: base.xml:771(para) +#: C/base.page:32(p) msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the double-" -"declining balance method, put the following values into the first four " -"memory registers:" -msgstr "" -"您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " -"$900。 如果要計算第 4 年的折舊額,請使用倍數餘額法將下列的值放入前四個記憶體" -"註冊:" +"To set the base that results are shown in change the result format." +msgstr "若要改變結果的進制顯示,請改變 結果格式。" -#: base.xml:780(para) base.xml:990(para) base.xml:1036(para) -msgid "900" -msgstr "" +#: C/base.page:35(p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "若要改變目前結果的數基 (進位制),使用進位制按鈕或是 CtrlD 以十進制格式顯示。" -#: base.xml:791(para) -msgid "Click on Ddb." -msgstr "按一下 Ddb。" +#: C/absolute.page:9(title) +msgid "Absolute Values" +msgstr "絕對值" -#: base.xml:792(para) -msgid "790.12" -msgstr "" +#: C/absolute.page:11(p) +msgid "" +"Absolute values are calculated using the | symbol or abs function." +msgstr "計算絕對值可以使用「|」符號或是 abs 函數。" -#: base.xml:793(para) -msgid "The depreciation expense for the fourth year is $790.12." -msgstr "第 4 年的折舊額為 $790.12。" +#: C/absolute.page:15(p) +msgid "|−1|" +msgstr "|−1|" -#: base.xml:796(para) base.xml:2199(para) -msgid "Future Value" -msgstr "期約值" +#: C/absolute.page:18(p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: base.xml:797(guibutton) base.xml:2198(guibutton) -msgid "Fv" +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: C/index.page:0(None) +msgid "translator-credits" msgstr "" +"如對翻譯有任何意見,請送一封電子郵件給\n" +"以下地址,MATE 翻譯隊伍會盡快回覆你:\n" +"zh-l10n@lists.linux.org.tw\n" +"\n" +"Pin-hsien Li , 2011." -#: base.xml:798(para) -msgid "" -"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." -msgstr "" -"依據定期固定金額付款計算投資的期約值,每期付款金額 pmt 在付款期間內支付的利率為 int 定期利" -"率。" +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "Calculator 手冊 V2.5" -#: base.xml:804(para) base.xml:885(para) base.xml:1060(para) -msgid "pmt, the periodic payment" -msgstr "pmt,分期付款" +#~ msgid "2003" +#~ msgstr "2003 年" -#: base.xml:812(para) base.xml:893(para) -msgid "n, the number of periods" -msgstr "n,週期數" +#~ msgid "MATE Documentation Project" +#~ msgstr "MATE 文件專案" -#: base.xml:816(para) -msgid "" -"You plan to deposit $4000 in a bank account on the last day of each year for " -"the next 20 years. The account pays 8% interest, compounded annually. " -"Interest is paid on the last day of each year. To calculate the value of " -"your account in 20 years, put the following values into the first three " -"memory registers:" -msgstr "" -"您計劃在未來 20 年內每年的最後一天在銀行帳戶存入 $4000。帳戶支付 8% 利息,每" -"年複利計算。利息的支付日期為每年的最後一天。 如果要計算帳戶 20 年後的價值,請" -"將下列的值放入前三個記憶體註冊:" +#~ msgid "MATE Documentation Team" +#~ msgstr "MATE 文件小組" -#: base.xml:821(para) -msgid "4000" -msgstr "" +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "計算機手冊 V2.5" -#: base.xml:825(para) -msgid "0.08" -msgstr "" +#~ msgid "Sun MATE Documentation Team" +#~ msgstr "Sun MATE 文件小組" -#: base.xml:829(para) base.xml:911(para) base.xml:1896(para) -msgid "20" -msgstr "" +#~ msgid "mate-calc Manual V2.4" +#~ msgstr "mate-calc 手冊 V2.4" + +#~ msgid "June 2003" +#~ msgstr "2003 年 6 月" + +#~ msgid "mate-calc Manual V2.3" +#~ msgstr "mate-calc 手冊 V2.3" + +#~ msgid "April 2003" +#~ msgstr "2003 年 4 月" + +#~ msgid "mate-calc Manual V2.2" +#~ msgstr "mate-calc 手冊 V2.2" + +#~ msgid "mate-calc Manual V2.1" +#~ msgstr "mate-calc 手冊 V2.1" + +#~ msgid "March 2003" +#~ msgstr "2003 年 3 月" + +#~ msgid "mate-calc Manual V2.0" +#~ msgstr "mate-calc 手冊 V2.0" + +#~ msgid "" +#~ "This manual describes version 4.2.100 of mate-calc." +#~ msgstr "" +#~ "本手冊的內容是說明 4.2.103 版的 Calculator。" + +#~ msgid "Feedback" +#~ msgstr "回饋" + +#~ msgid "" +#~ "To report a bug or make a suggestion regarding the " +#~ "mate-calc application or this manual, follow " +#~ "the directions in the MATE Feedback Page." +#~ msgstr "" +#~ "關於本 Calculator 應用程式或 手冊,如果要報告錯" +#~ "誤或提出建議,請遵照 MATE Feedback Page 的指示。" + +#~ msgid "Calculator" +#~ msgstr "計算機" + +#~ msgid "Introduction" +#~ msgstr "介紹" + +#~ msgid "" +#~ "The mate-calc application is multifunctional " +#~ "and can handle different types of mathematical approaches." +#~ msgstr "" +#~ "Calculator 應用程式含有多種函數可以處理不同類型" +#~ "的數學問題。" + +#~ msgid "" +#~ "The mate-calc application has the following " +#~ "modes:" +#~ msgstr "Calculator 應用程式具有下列的模式:" + +#~ msgid "Basic Mode" +#~ msgstr "基本模式" + +#~ msgid "" +#~ "Provides standard calculator functions. You can store numbers in 10 " +#~ "different memory registers, and easily retrieve and replace the numbers " +#~ "in the memory registers. Basic Mode is the default mode. You can use all " +#~ "of the Basic Mode functions in each of the other modes." +#~ msgstr "" +#~ "提供標準的計算機函數。您可以將數字儲存於 10 個不同的記憶體註冊,並且可以輕" +#~ "易地擷取和取代記憶體註冊中的數字。基本模式為預設的模式。您可以在其他每一種" +#~ "模式中使用所有的基本模式函數。" + +#~ msgid "Provides several complex financial functions." +#~ msgstr "提供一些複雜的財務函數。" + +#~ msgid "" +#~ "Provides many additional mathematical functions, including trigonometric " +#~ "and logical functions. You can also store your own functions and " +#~ "constants, when you use Scientific Mode." +#~ msgstr "" +#~ "提供許多額外的數學函數,包括三角函數和邏輯函數。您也可以在使用科學模式時儲" +#~ "存您自己的函數和常數。" + +#~ msgid "" +#~ "You can use mate-calc in the following " +#~ "numbering systems:" +#~ msgstr "" +#~ "您可以在下列的數值系統中使用 Calculator:" + +#~ msgid "Numbering System" +#~ msgstr "數值系統" + +#~ msgid "Base" +#~ msgstr "基礎" + +#~ msgid "" +#~ "To start mate-calc from a " +#~ "command line, type the following command, then press Return:" +#~ msgstr "" +#~ "To start Calculator from a " +#~ "command line, type the following command, then press Return:" + +#~ msgid "" +#~ "When you start mate-calc, the " +#~ "following window is displayed:" +#~ msgstr "" +#~ "當您啟動 Calculator 後,會顯示下" +#~ "面的視窗:" + +#~ msgid "mate-calc Basic Mode Window" +#~ msgstr "Calculator 基本模式視窗" + +#~ msgid "Shows mate-calc Basic Mode window." +#~ msgstr "顯示 Calculator 基本模式視窗。" + +#~ msgid "" +#~ "The mate-calc window contains " +#~ "the following elements:" +#~ msgstr "" +#~ "Calculator 視窗包含下列的 元素:" + +#~ msgid "Menubar" +#~ msgstr "功能表列" + +#~ msgid "" +#~ "The menus on the menubar contain all of the commands that you need to " +#~ "work with mate-calc." +#~ msgstr "" +#~ "功能表列上的功能表包含所有 使用 Calculator 所需的指令。" + +#~ msgid "Display area" +#~ msgstr "顯示區域" + +#~ msgid "" +#~ "The display area shows the numbers that you enter, and the results of " +#~ "calculations. You can enter numbers of up to forty digits." +#~ msgstr "" +#~ "顯示區域可以顯示您輸入的數字,以及計算的結果。可以輸入的數字最多為 40 位" +#~ "數。" + +#~ msgid "Mode area" +#~ msgstr "模式區域" + +#~ msgid "" +#~ "The mode area displays the buttons for the currently selected mode. The " +#~ "Basic Mode buttons are always displayed. When you choose Financial Mode, " +#~ "the Financial Mode buttons are displayed above the Basic Mode buttons. " +#~ "When you choose Scientific Mode, the Scientific Mode buttons are " +#~ "displayed above the Basic Mode Buttons." +#~ msgstr "" +#~ "模式區域可以顯示目前選取模式的按鈕。基本模式按鈕永遠會顯示。當您選擇財務模" +#~ "式時,財務模式按鈕將會顯示在基本模式按鈕之上。當您選擇科學模式時,科學模式" +#~ "按鈕將會顯示在基本模式按鈕之上 。" + +#~ msgid "Popup Menu" +#~ msgstr "即現式功能表" + +#~ msgid "Shows popup-menu symbol." +#~ msgstr "顯示即現式功能表符號。" + +#~ msgid "" +#~ "The symbol on a mate-calc " +#~ "button indicates that a popup menu is displayed when you click on that " +#~ "button." +#~ msgstr "" +#~ "Calculator 按鈕上的符號表示按一" +#~ "下該按鈕後即會顯示即現式功能表。" + +#~ msgid "Usage" +#~ msgstr "使用" + +#~ msgid "To Use Calculator Functions" +#~ msgstr "使用計算機函數" + +#~ msgid "To perform a calculation, use one of the following methods:" +#~ msgstr "如果要執行計算,請使用下列任一種 方法:" + +#~ msgid "" +#~ "Click on the mate-calc buttons to enter " +#~ "numbers and functions." +#~ msgstr "" +#~ "按一下 Calculator 按鈕可以輸入數字和函數。" + +#~ msgid "" +#~ "Give focus to the mate-calc window, then use " +#~ "the keyboard or numeric keypad to specify the calculation that you want " +#~ "to perform. For a complete list of keyboard shortcuts, see ." +#~ msgstr "" +#~ "給予 Calculator 視窗焦點,然後使用鍵盤或數字鍵" +#~ "組來指定您要執行的計算。若需鍵盤捷徑的完整清單,請參閱 。" + +#~ msgid "" +#~ "The mate-calc application automatically " +#~ "displays numbers with more than 40 digits, and small numbers, as " +#~ "exponential numbers. For example, the following table shows the value " +#~ "that is displayed when you use the decimal numeric base with an accuracy " +#~ "of 2 significant places:" +#~ msgstr "" +#~ "Calculator 應用程式會自動以 40 位數以上和小型" +#~ "字 (如指數) 來顯示數字。例如,下列表格將顯示當使用十進制數值基礎且設定 2 " +#~ "位數的精準度時所顯示的值:" + +#~ msgid "Display" +#~ msgstr "顯示" + +#~ msgid "Signifies" +#~ msgstr "意義" + +#~ msgid "" +#~ "For information about how to enter a number in exponential format, see " +#~ "." +#~ msgstr "" +#~ "若需如何輸入指數的詳細資訊,請參閱 。" + +#~ msgid "" +#~ "To copy the result of a calculation, choose EditCopy. You can paste the " +#~ "value into another application." +#~ msgstr "" +#~ "如果要複製計算的結果,請選擇 編輯複製。 您可以將值貼入其他" +#~ "的應用程式。" + +#~ msgid "" +#~ "To paste a previously copied value into the display area, choose " +#~ "EditPaste." +#~ msgstr "" +#~ "如果要將上一次複製的值貼入顯示區域,請選擇 編輯貼上。" + +#~ msgid "To Perform Basic Calculations" +#~ msgstr "執行基本計算" + +#~ msgid "" +#~ "Basic Mode is displayed by default when you first start " +#~ "mate-calc. To explicitly invoke Basic Mode, " +#~ "choose ViewBasic Mode." +#~ msgstr "" +#~ "當您第一次啟動 Calculator 時,預設為顯示基本模" +#~ "式。如果要確定啟動的是基本模式,請選擇 檢視基本模式。" + +#~ msgid "To Perform Simple Calculations" +#~ msgstr "執行簡單的計算" + +#~ msgid "" +#~ "To perform simple calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行簡單的計算,請使用 中所述的按鈕。" + +#~ msgid "Performing Simple Calculations" +#~ msgstr "執行簡單的計算" + +#~ msgid "Button" +#~ msgstr "按鈕" + +#~ msgid "Description" +#~ msgstr "說明" + +#~ msgid "Example" +#~ msgstr "範例" + +#~ msgid "Numerals" +#~ msgstr "數字" + +#~ msgid "0 to 9 inclusive" +#~ msgstr "09 以內的數字" + +#~ msgid "" +#~ "In decimal and hexadecimal base, all numerals are available. In octal " +#~ "base, 8 and 9 are " +#~ "unavailable. In binary base, only 0 and " +#~ "1 are available. The default base is decimal." +#~ msgstr "" +#~ "在十進制和十六進制基礎中,可以使用所有的數字。在八進制中,不可以使用 " +#~ "89。在二進制中,只能使" +#~ "用 01。預設基礎為十進" +#~ "制。" + +#~ msgid "Numeric point" +#~ msgstr "數字點" + +#~ msgid "." +#~ msgstr "。" + +#~ msgid "Starts the fractional part of a numeric entry." +#~ msgstr "開始輸入數字的分數部份。" + +#~ msgid "Calculate a result" +#~ msgstr "計算結果" + +#~ msgid "Displays the result of the current calculation in the current base." +#~ msgstr "顯示以目前基礎求得的計算結果。" + +#~ msgid "Addition" +#~ msgstr "加" + +#~ msgid "" +#~ "Adds the current value in the display area to the next number that you " +#~ "enter." +#~ msgstr "將顯示區域的目前值加上下一個您輸入的數字。" + +#~ msgid "" +#~ "Subtracts from the current value in the display area the next number that " +#~ "you enter." +#~ msgstr "將顯示區域的目前值減去下一個您輸入的數字。" + +#~ msgid "Multiplication" +#~ msgstr "乘" + +#~ msgid "" +#~ "Multiplies the current value in the display area by the next number that " +#~ "you enter." +#~ msgstr "將顯示區域的目前值乘上下一個您輸入的數字。" + +#~ msgid "" +#~ "Divides the current value in the display area by the next number that you " +#~ "enter." +#~ msgstr "將顯示區域的目前值除以下一個您輸入的數字。" + +#~ msgid "To Erase Characters" +#~ msgstr "消除字元" + +#~ msgid "" +#~ "To erase characters, use the buttons described in ." +#~ msgstr "" +#~ "如果要消除字元,請使用 中所述" +#~ "的按鈕。" + +#~ msgid "Removes the rightmost character from the display area." +#~ msgstr "移除顯示區域最右邊的字元。" + +#~ msgid "Clear Entry" +#~ msgstr "清除輸入" + +#~ msgid "Removes the current value from the display area." +#~ msgstr "移除顯示區域的目前值。" + +#~ msgid "Clear" +#~ msgstr "清除" + +#~ msgid "" +#~ "Resets the current value in the display area to zero. Clr also deselects the Hyp and Inv options in Scientific Mode." +#~ msgstr "" +#~ "將顯示區域的目前值重設為零。Clr 也會取消選取科學模" +#~ "式中的 HypInv 選項 。" + +#~ msgid "To Perform Arithmetic Calculations" +#~ msgstr "執行算術計算" + +#~ msgid "" +#~ "To perform arithmetic calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行算術計算,請使用 中" +#~ "所述的按鈕。" + +#~ msgid "Performing Arithmetic Calculations" +#~ msgstr "執行算術計算" + +#~ msgid "" +#~ "Uses the next number that you enter to calculate that percentage of the " +#~ "current value in the display area." +#~ msgstr "使用您輸入的下一個數字來計算顯示區域中目前值的百分比。" + +#~ msgid "Reciprocal" +#~ msgstr "倒數" + +#~ msgid "Divides 1 by the current value in the display area." +#~ msgstr "將顯示區域的目前值除1。" + +#~ msgid "Change the arithmetic sign" +#~ msgstr "變更算術符號" + +#~ msgid "" +#~ "Changes a positive number to a negative number, or a negative number to a " +#~ "positive number." +#~ msgstr "將正數變為負數,或將負數變為正數。" + +#~ msgid "Calculates the square root of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的平方根。" + +#~ msgid "Square" +#~ msgstr "平方" + +#~ msgid "Calculates the square of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的平方。" + +#~ msgid "" +#~ "Calculates the integer portion of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的整數部份。" + +#~ msgid "" +#~ "Calculates the fractional portion of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的分數部份。" + +#~ msgid "" +#~ "Calculates the absolute value of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的絕對值。" + +#~ msgid "To Use the Calculator Memory Registers" +#~ msgstr "使用計算機記憶體註冊" + +#~ msgid "" +#~ "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose " +#~ "ViewMemory Registers." +#~ msgstr "" +#~ "您可以將值儲存於 10 個 Calculator 記憶體註冊 " +#~ "R0R9 中的任一個記憶體註冊。" +#~ "如果要顯示記憶體註冊,請選擇 檢視記憶體註冊。" + +#~ msgid "" +#~ " describes the memory functions " +#~ "that you can use." +#~ msgstr "" +#~ " 將說明您可以使用的記憶體函數。" + +#~ msgid "Memory Functions" +#~ msgstr "記憶體函數" + +#~ msgid "Store Value in Memory Register" +#~ msgstr "將值儲存於記憶體註冊" + +#~ msgid "" +#~ "Stores the current contents of the display area in the specified memory " +#~ "register. Click on Sto, and select a memory " +#~ "register from the popup menu." +#~ msgstr "" +#~ "將顯示區域的目前內容儲存於指定的記憶體註冊。按一下 Sto,然後選取即現式功能表上的記憶體註冊。" + +#~ msgid "" +#~ "To clear a memory register during a mate-calc " +#~ "session:" +#~ msgstr "" +#~ "如果要在 Calculator 階段作業期間清除記憶體註" +#~ "冊:" + +#~ msgid "Click Clr." +#~ msgstr "按一下 Clr。" + +#~ msgid "Click on Sto." +#~ msgstr "按一下 Sto。" + +#~ msgid "Select the memory register from the popup menu." +#~ msgstr "選取即現式功能表上的記憶體註冊。" + +#~ msgid "The value 22 is stored in memory register R2" +#~ msgstr "值 22 已儲存於記憶體註冊 R2" + +#~ msgid "Retrieve Value From Memory Register" +#~ msgstr "擷取記憶體註冊的值" + +#~ msgid "" +#~ "Retrieves the contents of the specified memory register. Click on " +#~ "Rcl, and select the memory register from the popup " +#~ "menu." +#~ msgstr "" +#~ "擷取指定記憶體註冊的內容。按一下 Rcl,然後選取即現" +#~ "式功能表上的記憶體註冊。" + +#~ msgid "where 22 is the value previously stored in memory register R2" +#~ msgstr "其中 22 是上一次儲存於記憶體註冊 R2 的值" + +#~ msgid "Exchange Memory Register Value and Displayed Value" +#~ msgstr "將記憶體註冊值與顯示的值交換" + +#~ msgid "" +#~ "Exchanges the contents of the specified memory register and the current " +#~ "value in the display area. Click on Exch, and " +#~ "select the memory register from the popup menu." +#~ msgstr "" +#~ "將指定記憶體註冊的內容與顯示區域的目前值交換。按一下 Exch,然後選取即現式功能表上的記憶體註冊。" + +#~ msgid "" +#~ "Value in display area changes from 44 to 22, value in R2 changes from 22 " +#~ "to 44" +#~ msgstr "顯示區域的值從 44 變為 22,而 R2 的值則從 22 變為 44" + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "memory register, as shown in the following examples:" +#~ msgstr "" +#~ "如果您是使用鍵盤捷徑,您可以使用鍵盤來指定記憶體註冊,如下列範例所示:" + +#~ msgid "Keyboard Entry" +#~ msgstr "鍵盤輸入" + +#~ msgid "" +#~ "Stores the current contents of the display area in memory register " +#~ "R2." +#~ msgstr "將顯示區域的目前內容儲存於記憶體註冊 R2。" + +#~ msgid "" +#~ "Retrieves the current contents of memory register R2 " +#~ "into the display area." +#~ msgstr "擷取記憶體註冊 R2 的目前內容並放入顯示區域。" + +#~ msgid "" +#~ "Exchanges the current value of the display area with the contents of " +#~ "memory register R2." +#~ msgstr "將顯示區域的目前值與記憶體註冊 R2 的內容交換。" + +#~ msgid "To Display ASCII Values" +#~ msgstr "顯示 ASCII 值" + +#~ msgid "" +#~ "To display the ASCII value of a character, choose " +#~ "EditInsert ASCII Value." +#~ msgstr "" +#~ "如果要顯示字元的 ASCII 值,請選擇 編輯插入 ASCII 值。" + +#~ msgid "The Insert ASCII Value dialog is displayed." +#~ msgstr "此時會顯示插入 ASCII 值對話方塊。" + +#~ msgid "" +#~ "Enter the required character in the Character field, " +#~ "and click on Insert. The ASCII value of that " +#~ "character, in the current numeric base, appears in the display area. For " +#~ "example, the ASCII value of B in decimal base is 66." +#~ msgstr "" +#~ "在字元欄位中輸入您需要的字元,然後按一下插" +#~ "入。顯示區域即會出現以目前數值基礎求得的該字元 ASCII 值。例" +#~ "如,使用十進制基礎 B 的 ASCII 值為 66。" + +#~ msgid "" +#~ "To change to Financial Mode, choose ViewFinancial Mode." +#~ msgstr "" +#~ "如果要變更為財務模式,請選擇 檢視財務模式。" + +#~ msgid "" +#~ "When you change to Financial Mode, the following Financial Mode buttons " +#~ "are displayed above the Basic Mode buttons:" +#~ msgstr "" +#~ "當您變更為財務模式時,下列的財務模式按鈕將會顯示在基本模式按鈕之上:" + +#~ msgid "mate-calc Financial Mode Buttons" +#~ msgstr "Calculator 財務模式按鈕" + +#~ msgid "Shows mate-calc Financial Mode buttons." +#~ msgstr "顯示 Calculator 財務模式按鈕。" + +#~ msgid "" +#~ "To perform financial calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行財務計算,請使用 中所述的按鈕。" + +#~ msgid "Performing Financial Calculations" +#~ msgstr "執行財務計算" + +#~ msgid "Compounding Term" +#~ msgstr "複利期間" + +#~ msgid "This function uses the following memory registers:" +#~ msgstr "這個函數會使用下列的記憶體註冊:" + +#~ msgid "Register 0" +#~ msgstr "註冊 0" + +#~ msgid "int, the periodic interest rate" +#~ msgstr "int,定期利率" + +#~ msgid "Register 1" +#~ msgstr "註冊 1" + +#~ msgid "fv, the future value" +#~ msgstr "fv,期約值" + +#~ msgid "Register 2" +#~ msgstr "註冊 2" + +#~ msgid "pv, the present value" +#~ msgstr "pv,現值" + +#~ msgid "" +#~ "You have just deposited $8000 in an account that pays an annual interest " +#~ "rate of 9%, compounded monthly. Given the annual interest rate, you " +#~ "determine that the monthly interest rate is 0.09 / 12 = 0.0075. To " +#~ "calculate the time period necessary to double your investment, put the " +#~ "following values into the first three memory registers:" +#~ msgstr "" +#~ "您已經在帳戶中存入 $8000,利率為年利率 9% 每月複利計算。依據年利率,您求得" +#~ "的月利率為 0.09 / 12 = 0.0075。如果要計算使投資倍增所需的時間週期,請將下" +#~ "列的值放前三個記憶體註冊:" + +#~ msgid "Click on Ctrm." +#~ msgstr "按一下 Ctrm。" + +#~ msgid "The investment doubles in value in 92.77 months." +#~ msgstr "投資金額倍增所需的時間為 92.77 個月。" + +#~ msgid "Double-Declining Depreciation" +#~ msgstr "倍數餘額折舊" + +#~ msgid "cost, the amount paid for the asset" +#~ msgstr "成本,購買資產的金額" + +#~ msgid "" +#~ "salvage, the value of the asset at the end of " +#~ "its life" +#~ msgstr "剩餘價值,資產在到達使用年限後的價值" + +#~ msgid "life, the useful life of the asset" +#~ msgstr "年限,資產的使用年限" + +#~ msgid "Register 3" +#~ msgstr "註冊 3" + +#~ msgid "" +#~ "period, the time period for depreciation " +#~ "allowance" +#~ msgstr "週期,提列折舊的時間週期" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the double-" +#~ "declining balance method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " +#~ "$900。 如果要計算第 4 年的折舊額,請使用倍數餘額法將下列的值放入前四個記憶" +#~ "體註冊:" + +#~ msgid "Click on Ddb." +#~ msgstr "按一下 Ddb。" + +#~ msgid "The depreciation expense for the fourth year is $790.12." +#~ msgstr "第 4 年的折舊額為 $790.12。" + +#~ msgid "Future Value" +#~ msgstr "期約值" + +#~ msgid "pmt, the periodic payment" +#~ msgstr "pmt,分期付款" + +#~ msgid "n, the number of periods" +#~ msgstr "n,週期數" + +#~ msgid "" +#~ "You plan to deposit $4000 in a bank account on the last day of each year " +#~ "for the next 20 years. The account pays 8% interest, compounded annually. " +#~ "Interest is paid on the last day of each year. To calculate the value of " +#~ "your account in 20 years, put the following values into the first three " +#~ "memory registers:" +#~ msgstr "" +#~ "您計劃在未來 20 年內每年的最後一天在銀行帳戶存入 $4000。帳戶支付 8% 利息," +#~ "每年複利計算。利息的支付日期為每年的最後一天。 如果要計算帳戶 20 年後的價" +#~ "值,請將下列的值放入前三個記憶體註冊:" + +#~ msgid "Click on Fv." +#~ msgstr "按一下 Fv。" + +#~ msgid "At the end of 20 years, the value of the account is $183,047.86." +#~ msgstr "當 20 年到期後,帳戶的價值為 $183,047.86。" + +#~ msgid "Periodic Payment" +#~ msgstr "分期付款" + +#~ msgid "prin, the principal" +#~ msgstr "prin,本金" + +#~ msgid "n, the term" +#~ msgstr "n,期間" + +#~ msgid "" +#~ "You are considering a $120,000 mortgage for 30 years at an annual " +#~ "interest rate of 11.0%. Given the annual interest rate, you determine " +#~ "that the monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * " +#~ "12 = 360 months. To calculate the monthly repayment for this mortgage, " +#~ "put the following values into the first three memory registers:" +#~ msgstr "" +#~ "您正考慮一項 30 年 $120,000 年利率 11.0%的扺押貸款。依據年利率,您求得的月" +#~ "利率為 0.11 / 12 = 0.00917。期間為 30 * 12 = 360 個月。如果要計算這個扺押" +#~ "貸款每月償還的金額,請將下列的值放入前三個記憶體註冊:" + +#~ msgid "Click on Pmt." +#~ msgstr "按一下 Pmt。" + +#~ msgid "The monthly repayment is $1143.15." +#~ msgstr "每月償還的金額為 $1143.15。" + +#~ msgid "Present Value" +#~ msgstr "現值" + +#~ msgid "" +#~ "You have just won a million dollars. The prize is awarded in 20 annual " +#~ "payments of $50,000 each. Annual payments are received at the end of each " +#~ "year. If you were to accept the annual payments of $50,000, you would " +#~ "invest the money at a rate of 9%, compounded annually." +#~ msgstr "" +#~ "您剛嬴得了一佰萬元。獎金將分 20 年領取每年領取 $50,000。每年的最後一天領取" +#~ "獎金。如果您想接受每年領取 $50,000,即表示您的投資為年利率 9% 每年複利計" +#~ "算。" + +#~ msgid "" +#~ "However, you are given the option of receiving a single lump-sum payment " +#~ "of $400,000 instead of the million dollars annuity. To calculate which " +#~ "option is worth more in today's dollars, put the following values into " +#~ "the first three memory registers:" +#~ msgstr "" +#~ "但是,您也可以選擇一次領取 $400,000,而不是一佰萬的年金。 如果要計算那一種" +#~ "比較符合現值,請將下列的值放入前三個記憶體註冊:" + +#~ msgid "Click on Pv." +#~ msgstr "按一下 Pv。" + +#~ msgid "" +#~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." +#~ msgstr "$1,000,000 分20 年領取相當於現值 $456,427.28。" + +#~ msgid "Periodic Interest Rate" +#~ msgstr "定期利率" + +#~ msgid "" +#~ "You have invested $20,000 in a bond. The bond matures in five years, and " +#~ "has a maturity value of $30,000. Interest is compounded monthly. The term " +#~ "is 5 * 12 = 60 months. To calculate the periodic interest rate for this " +#~ "investment, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "您已經投資了 $20,000 的債券。債券為 5 年期,到期值為 $30,000。利息為每月複" +#~ "利計算。期間為 5 * 12 = 60 個月。 如果要計算這項投資的定期利率,請將下列的" +#~ "值放入前三個記憶體註冊:" + +#~ msgid "Click on Rate." +#~ msgstr "按一下 利率。" + +#~ msgid "" +#~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " +#~ "12 = 8.14%." +#~ msgstr "月利率為 0.678%。年利率為 0.678% * 12 = 8.14%。" + +#~ msgid "Straight-Line Depreciation" +#~ msgstr "直線折舊" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the yearly depreciation expense, using the straight-line " +#~ "method, put the following values into the first three memory registers:" +#~ msgstr "" +#~ "您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " +#~ "$900。 如果要計算每年的折舊額,請使用直線折舊法將下列的值放入前三個記憶體" +#~ "註冊:" + +#~ msgid "Click on Sln." +#~ msgstr "按一下 Sln。" + +#~ msgid "The yearly depreciation expense is $1183.33." +#~ msgstr "每年的折舊額為 $1183.33。" + +#~ msgid "Sum-Of-The-Years'-Digits Depreciation" +#~ msgstr "年數合計折舊" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the sum-of-" +#~ "the-years'-digits method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " +#~ "$900。 如果要計算第 4 年的折舊額,請使用年數合計折舊法將下列的值放入前四個" +#~ "記憶體註冊:" + +#~ msgid "Click on Syd." +#~ msgstr "按一下 Syd。" + +#~ msgid "The depreciation expense for the fourth year is $1014.29." +#~ msgstr "第 4 年的折舊額為 $1014.29。" + +#~ msgid "Payment Period" +#~ msgstr "付款週期" + +#~ msgid "" +#~ "You plan to deposit $1800 in a bank account on the last day of each year. " +#~ "The account pays 11% interest, compounded annually. Interest is paid on " +#~ "the last day of each year. To calculate the time period necessary to " +#~ "accumulate $120,000, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "您計劃在每年的最後一天將 $1800 存入銀行帳戶。帳戶支付 11% 利息,每年複利計" +#~ "算。利息的支付日期為每年的最後一天。 如果要計算累積到 $120,000 所需的時間" +#~ "週期,請將下列的值放前三個記憶體註冊:" + +#~ msgid "Click on Term." +#~ msgstr "按一下 期間。" + +#~ msgid "$120,000 accumulates in the account in 20.32 years." +#~ msgstr "帳戶會在 20.32 年內累積到 $120,000。" + +#~ msgid "To Perform Scientific Calculations" +#~ msgstr "執行科學計算" + +#~ msgid "" +#~ "To change to Scientific Mode, choose ViewScientific Mode." +#~ msgstr "" +#~ "如果要變更為科學模式,請選擇 檢視科學模式。" + +#~ msgid "" +#~ "When you change to Scientific Mode, the following Scientific Mode buttons " +#~ "are displayed above the Basic Mode buttons:" +#~ msgstr "" +#~ "當您變更為科學模式時,下列的科學模式按鈕將會顯示在基本模式按鈕之上:" + +#~ msgid "mate-calc Scientific Mode Buttons" +#~ msgstr "Calculator 科學模式按鈕" + +#~ msgid "Shows mate-calc Scientific Mode buttons." +#~ msgstr "顯示 Calculator 科學模式按鈕。" + +#~ msgid "To Set the Accuracy" +#~ msgstr "設定精確度" + +#~ msgid "" +#~ "To set the accuracy of the display area and of the memory registers, " +#~ "click on Acc, and select from the popup menu the " +#~ "accuracy level that you require. The current accuracy level is indicated " +#~ "by a preceding black circle in the popup menu. Up to 9 significant places " +#~ "can be displayed. The default accuracy is 9 significant places." +#~ msgstr "" +#~ "如果要設定顯示區域和記憶體註冊的精確度,請按一下 Acc,然後選取即現式功能表上您需要的精確度等級。即現式功能表上目前的" +#~ "精確度等級之前會加上黑色圓圈。最多可以顯示 9 位數。預設的精確度為 9 位數。" + +#~ msgid "" +#~ "By default, trailing zeroes are not shown. To display trailing zeroes, " +#~ "click on Acc and select Show Trailing " +#~ "Zeroes from the popup menu, or choose " +#~ "ViewShow Trailing Zeroes. A preceding tick in the Acc popup menu or View menu indicates that the " +#~ "Show Trailing Zeroes option has been selected. To " +#~ "hide trailing zeroes, choose ViewShow Trailing Zeroes " +#~ "again." +#~ msgstr "" +#~ "依據預設,不顯示尾隨的零。如果要顯示尾隨的零,請按一下 Acc,然後選取即現式功能表上的顯示尾隨的零,或" +#~ "選擇檢視顯示尾隨的零。在 Acc 即現式功能表上或" +#~ "檢視功能表上前置的標記表示已選取顯示尾隨的零" +#~ "選項。如果要隱藏尾隨的零,請再選擇一次檢視" +#~ "顯示尾隨的零。" + +#~ msgid "" +#~ "The examples in the following table show how the accuracy setting affects " +#~ "x in the display area, when you use decimal " +#~ "base, with the Show Trailing Zeroes option " +#~ "selected, for the 1 / 8 = x " +#~ "calculation:" +#~ msgstr "" +#~ "下列表格中的範例將說明精確度設定對顯示區域中 x " +#~ "的影響 (使用十進制基礎並選取顯示尾隨的零選項來" +#~ "計算 1 / 8 = x):" + +#~ msgid "Accuracy" +#~ msgstr "精確度" + +#~ msgid "1 significant place" +#~ msgstr "1 位數" + +#~ msgid "2 significant places" +#~ msgstr "2 位數" + +#~ msgid "3 significant places" +#~ msgstr "3 位數" + +#~ msgid "To Set the Numeric Base" +#~ msgstr "設定數值基礎" + +#~ msgid "" +#~ "To set the numeric base, select one of the buttons described in ." +#~ msgstr "" +#~ "如果要設定數值基礎,請選取 中所" +#~ "述的按鈕。" + +#~ msgid "Setting the Numeric Base" +#~ msgstr "設定數值基礎" + +#~ msgid "Binary Base" +#~ msgstr "二進制基礎" + +#~ msgid "Sets the numeric base to binary, that is, base 2." +#~ msgstr "將數值基礎設為二進制,即基底為 2。" + +#~ msgid "Octal Base" +#~ msgstr "八進制基礎" + +#~ msgid "Sets the numeric base to octal, that is, base 8." +#~ msgstr "將數值基礎設為八進制,即基底為 8。" + +#~ msgid "Decimal Base" +#~ msgstr "十進制基礎" + +#~ msgid "" +#~ "Sets the numeric base to decimal, that is, base 10. Decimal is the " +#~ "default numeric base. If you change from Scientific Mode to either Basic " +#~ "Mode or Financial Mode, mate-calc " +#~ "automatically sets the numeric base to decimal." +#~ msgstr "" +#~ "將數值基礎設為十進制,即基底為 10。十進制為預設的數值基礎。如果您是從科學" +#~ "模式變為基本模式或財務模式,Calculator 會自動將" +#~ "數值基礎設為十進制。" + +#~ msgid "Hexadecimal Base" +#~ msgstr "十六進制基礎" + +#~ msgid "Sets the numeric base to hexadecimal, that is, base 16." +#~ msgstr "將數值基礎設為十六進制,即基底為 16。" + +#~ msgid "To Set the Display Type" +#~ msgstr "設定顯示類型" + +#~ msgid "" +#~ "To set the display type, select one of the buttons described in ." +#~ msgstr "" +#~ "如果要設定顯示類型,請選取 " +#~ "中所述的按鈕。" + +#~ msgid "Setting the Display Type" +#~ msgstr "設定顯示類型" + +#~ msgid "Fixed-Point Display Type" +#~ msgstr "定點顯示類型" + +#~ msgid "" +#~ "Sets the display type to Fixed-Point format. Results are not displayed in " +#~ "scientific notation. Fixed-Point is the default display type. If you " +#~ "change from Scientific Mode to either Basic Mode or Financial Mode, " +#~ "mate-calc automatically sets the display type " +#~ "to Fixed-Point format." +#~ msgstr "" +#~ "將顯示類型設為定點格式。結果將不以科學記號顯示。定點是預設的顯示類型。 如" +#~ "果您是從科學模式變為基本模式或財務模式,Calculator 會自動將顯示類型設為定點格式。" + +#~ msgid "Scientific Display Type" +#~ msgstr "科學顯示類型" + +#~ msgid "" +#~ "Sets the display type to Scientific format. Results are displayed in " +#~ "scientific notation, with a fixed number of numeric digits." +#~ msgstr "將顯示類型設為科學格式。結果將以位數固定的科學記號顯示。" + +#~ msgid "To Set the Trigonometric Type" +#~ msgstr "設定三角類型" + +#~ msgid "" +#~ "To set the trigonometric type, select one of the buttons described in " +#~ "." +#~ msgstr "" +#~ "如果要設定三角類型,請選取 中" +#~ "所述的按鈕。" + +#~ msgid "Setting the Trigonometric Type" +#~ msgstr "設定三角類型" + +#~ msgid "Degrees" +#~ msgstr "角度" + +#~ msgid "" +#~ "Sets the trigonometric type to Degrees. Degrees is the default " +#~ "trigonometric type." +#~ msgstr "將三角類型設為角度。角度是預設的三角類型。" + +#~ msgid "Gradients" +#~ msgstr "斜度" + +#~ msgid "Sets the trigonometric type to Gradients." +#~ msgstr "將三角類型設為斜度。" + +#~ msgid "Radians" +#~ msgstr "弧度" + +#~ msgid "Sets the trigonometric type to Radians." +#~ msgstr "將三角類型設為弧度。" + +#~ msgid "To Set the Trigonometric Options" +#~ msgstr "設定三角選項" + +#~ msgid "" +#~ "To set the trigonometric options, use the options described in ." +#~ msgstr "" +#~ "如果要設定三角選項,請使用 " +#~ "中所述的選項。" + +#~ msgid "Setting the Trigonometric Options" +#~ msgstr "設定三角選項" + +#~ msgid "" +#~ "Selects the hyperbolic option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的雙曲線選項。" + +#~ msgid "Inverse Option Indicator" +#~ msgstr "反三角選項指示器" + +#~ msgid "Selects the inverse option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的反三角選項。" + +#~ msgid "" +#~ "By default, the options described in are not selected. Click Clr to " +#~ "deselect these options." +#~ msgstr "" +#~ "依據預設,不會選取 中所述的" +#~ "選項。按一下 Clr 可以取消選取這些選項。" + +#~ msgid "To Calculate Trigonometric Values" +#~ msgstr "計算三角值" + +#~ msgid "" +#~ "To calculate trigonometric values, use the buttons described in ." +#~ msgstr "" +#~ "如果要計算三角值,請使用 中所" +#~ "述的按鈕。" + +#~ msgid "Calculating Trigonometric Values" +#~ msgstr "計算三角值" + +#~ msgid "Cosine cos" +#~ msgstr "餘弦 cos" + +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the cosine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的餘弦。" + +#~ msgid "Arc Cosine acos" +#~ msgstr "反餘弦 acos" + +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the arc cosine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的反餘弦。" + +#~ msgid "Hyperbolic Cosine cosh" +#~ msgstr "雙曲餘弦 cosh" + +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the hyperbolic cosine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的雙曲餘弦。" + +#~ msgid "Arc Hyperbolic Cosine acosh" +#~ msgstr "反雙曲餘弦 acosh" + +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the arc hyperbolic cosine of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的反雙曲餘弦。" + +#~ msgid "Sine sin" +#~ msgstr "正弦 sin" + +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the sine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的正弦。" + +#~ msgid "Arc Sine asin" +#~ msgstr "反正弦 asin" + +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the arc sine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的反正弦。" + +#~ msgid "Hyperbolic Sine sinh" +#~ msgstr "雙曲正弦 sinh" + +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the hyperbolic sine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的雙曲正弦。" + +#~ msgid "Arc Hyperbolic Sine asinh" +#~ msgstr "反雙曲正弦 asinh" + +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the arc hyperbolic sine of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的反雙曲正弦。" + +#~ msgid "Tangent tan" +#~ msgstr "正切 tan" + +#~ msgid "" +#~ "Tan, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the tangent of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的正切。" + +#~ msgid "Arc Tangent atan" +#~ msgstr "反正切 atan" + +#~ msgid "" +#~ "Tan, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the arc tangent of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的反正切。" + +#~ msgid "Hyperbolic Tangent tanh" +#~ msgstr "雙曲正切 tanh" + +#~ msgid "" +#~ "Tan, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the hyperbolic tangent of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的雙曲正切。" + +#~ msgid "Arc Hyperbolic Tangent atanh" +#~ msgstr "反雙曲正切 atanh" + +#~ msgid "" +#~ "Tan, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the arc hyperbolic tangent of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的反雙曲正切。" + +#~ msgid "To Calculate Logarithms" +#~ msgstr "計算對數" + +#~ msgid "" +#~ "To calculate logarithms, use the buttons described in ." +#~ msgstr "" +#~ "如果要計算對數,請使用 中所述" +#~ "的按鈕。" + +#~ msgid "Calculating Logarithms" +#~ msgstr "計算對數" + +#~ msgid "Common Logarithm Base 10" +#~ msgstr "常用對數基礎 10" + +#~ msgid "" +#~ "Calculates the common logarithm of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的常用對數。" + +#~ msgid "" +#~ "Common antilogarithm and natural antilogarithm are not supported in this " +#~ "version of mate-calc." +#~ msgstr "" +#~ "這一版的 Calculator 不支援常用對數和自然對數。" + +#~ msgid "To Perform Logical Calculations" +#~ msgstr "執行邏輯計算" + +#~ msgid "" +#~ "To perform logical calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行邏輯計算,請使用 中" +#~ "所述的按鈕。" + +#~ msgid "Performing Logical Calculations" +#~ msgstr "執行邏輯計算" + +#~ msgid "Logical OR" +#~ msgstr "邏輯 OR" + +#~ msgid "" +#~ "Performs a logical OR operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 OR 運算,兩者皆視為無符號長" +#~ "整數。" + +#~ msgid "Logical AND" +#~ msgstr "邏輯 AND" + +#~ msgid "" +#~ "Performs a logical AND operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 AND 運算,兩者皆視為無符號" +#~ "長整數。" + +#~ msgid "Logical NOT" +#~ msgstr "邏輯 NOT" + +#~ msgid "" +#~ "Performs a logical NOT operation on the current value in the display " +#~ "area, treating the number as an unsigned long integer." +#~ msgstr "對顯示區域的目前值執行邏輯 NOT 運算,並將數字視為無符號長整數。" + +#~ msgid "Logical XOR" +#~ msgstr "邏輯 XOR" + +#~ msgid "" +#~ "Performs a logical XOR operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 XOR 運算,兩者皆視為無符號" +#~ "長整數。" + +#~ msgid "Logical XNOR" +#~ msgstr "邏輯 XNOR" + +#~ msgid "" +#~ "Performs a logical XNOR operation on the current value in the display " +#~ "area and the next number that you enter, treating both numbers as " +#~ "unsigned long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 XNOR 運算,兩者皆視為無符號" +#~ "長整數。" + +#~ msgid "To Enter Exponential Numbers" +#~ msgstr "輸入指數" + +#~ msgid "" +#~ "To enter exponential numbers, use the Exp button." +#~ msgstr "如果要輸入指數字,請使用 Exp 按鈕。" + +#~ msgid "" +#~ "The Exp button enables you to enter numbers in " +#~ "scientific notation, that is, mantissa * " +#~ "10exponent. The " +#~ "current non-zero value in the display area is the mantissa. If the " +#~ "current value in the display area is zero, the mantissa is 1.0. The next " +#~ "number that you enter is the exponent." +#~ msgstr "" +#~ "Exp 按鈕可以讓您使用科學記號輸入數字,即" +#~ "假數 * 10指數。顯示區域中目前的非零值為假數。如果顯示區域的目" +#~ "前值為零,假數即為 1.0。您輸入的下一個數字則為指數。" + +#~ msgid "" +#~ "When you click on Exp, the calculator displays " +#~ ". + to represent 10 to the power of the next number " +#~ "that you enter. To change the sign of the number, use the +/- button in the last action of the operation, as shown in the " +#~ "following example:" +#~ msgstr "" +#~ "當您按一下 Exp 時,計算機會顯示 。+ 來表示 10 是您輸入之下一個數字的次方。如果要變更數字的符號,請在" +#~ "運算的最後一個步驟使用 +/- 按鈕,如下列範例所示:" + +#~ msgid "Keypad Entry" +#~ msgstr "數字鍵組輸入" + +#~ msgid "Calculator Display" +#~ msgstr "計算機顯示" + +#~ msgid "" +#~ "To enter a number in exponential format, use the guidelines in the " +#~ "following table:" +#~ msgstr "如果要以指數格式輸入數字,請按照下列表格的指示:" + +#~ msgid "Enter" +#~ msgstr "輸入" + +#~ msgid "Number Displayed" +#~ msgstr "顯示的數字" + +#~ msgid "To Use Constant Values" +#~ msgstr "使用定值" + +#~ msgid "" +#~ "Click on Con to display the list of defined " +#~ "constant values. All constant values are specified in decimal numeric " +#~ "base, even if the current numeric base is not decimal." +#~ msgstr "" +#~ "按一下 Con 以顯示已定義定值的清單。所有定值都使用十" +#~ "進制數值基礎,即使目前的數值基礎並不是十進制。" + +#~ msgid "" +#~ "Select a constant from the menu to enter its value in the display area. " +#~ "If you use the keyboard shortcut #, you can use the " +#~ "keyboard to specify the constant, as shown in the following example:" +#~ msgstr "" +#~ "請從功能表上選取一個常數,將它的值輸入顯示區域。如果您是使用鍵盤捷徑 " +#~ "#,您可以使用鍵盤來指定常數,如下列範例所示:" + +#~ msgid "Constant" +#~ msgstr "常數" + +#~ msgid "" +#~ "The mate-calc application provides ten default " +#~ "constant values, as described in the following table:" +#~ msgstr "" +#~ "Calculator 應用程式提供 10 個預設定值,如下列表" +#~ "格所示:" + +#~ msgid "kilometers per hour or miles per hour" +#~ msgstr "每小時公里數或每小時英里數" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from kilometers per hour to miles per hour. For example, 8 * " +#~ "ConC0= 5." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將每小時公里數轉換為每小時英里數。例如,8 " +#~ "* ConC0= 5。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from miles per hour to kilometers per hour. For example, 5 / " +#~ "ConC0= 8." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將每小時英里數轉換為每小時公里數。例如,5 / " +#~ "ConC0= 8。" + +#~ msgid "square root of 2" +#~ msgstr "2 的平方根" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from centimeters to inches. For example, 30 * ConC4= 12." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將公分轉換為英吋。例如,30 * " +#~ "ConC4= 12。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from inches to centimeters. For example, 12 / ConC4= 30." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將英吋轉換為公分。例如,12 / " +#~ "ConC4= 30。" + +#~ msgid "degrees in a radian" +#~ msgstr "弧度角度" + +#~ msgid "grams or ounces" +#~ msgstr "克或盎司" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from grams to ounces. For example, 500 * ConC7= 18." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將克轉換為盎司。例如,500 * " +#~ "ConC7= 18。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from ounces to grams. For example, 18 / ConC7= 500." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將盎司轉換為克。例如,18 / ConC7= 500。" + +#~ msgid "kilojoules or British thermal units" +#~ msgstr "千焦耳或英國熱量單位" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from kilojoules to British thermal units. For example, 10 * " +#~ "ConC8= 9.48." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將千焦耳轉換為英國熱量單位。例如,10 * " +#~ "ConC8= 9.48。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from British thermal units to kilojoules. For example, 9.48 / " +#~ "ConC8= 10." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將英國熱量單位轉換為千焦耳。例如,9.48 / " +#~ "ConC8= 10。" + +#~ msgid "cubic centimeters or cubic inches" +#~ msgstr "立方厘米或立方英吋" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from cubic centimeters to cubic inches. For example, 100 * " +#~ "ConC9= 6.10." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將立方厘米轉換為立方英吋。例如,100 * " +#~ "ConC9= 6.10。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from cubic inches to cubic centimeters. For example, 6.10 / " +#~ "ConC9= 100." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將立方厘米轉換為立方英吋。例如,6.10 / " +#~ "ConC9= 100。" + +#~ msgid "" +#~ "You cannot add new constants in this version of mate-calc. However, you can overwrite the default constants to store " +#~ "your own constants." +#~ msgstr "" +#~ "您不可以在這一版的 Calculator 中增加新的常數。" +#~ "但是,您可以覆寫預設常數來儲存您自己的常數。" + +#~ msgid "" +#~ "To store a new constant or edit an existing constant, perform the " +#~ "following steps:" +#~ msgstr "如果要儲存新常數或編輯現有的常數,請執行下列的步驟:" + +#~ msgid "" +#~ "Click on Con and select Edit Constants from the popup menu." +#~ msgstr "" +#~ "按一下 Con,然後選取即現式功能表上的編輯" +#~ "常數。" + +#~ msgid "" +#~ "In the Edit Constants window, select the constant " +#~ "that you want to overwrite or edit." +#~ msgstr "在編輯常數視窗中,選取您要覆寫或編輯的常數。" + +#~ msgid "Click on the Value field, and enter the new value." +#~ msgstr "按一下值欄位,然後輸入新的值。" + +#~ msgid "Click on the Description field, and enter the new description." +#~ msgstr "按一下說明欄位,然後輸入新的說明。" + +#~ msgid "" +#~ "Click OK to save your changes and close the " +#~ "Edit Constants window." +#~ msgstr "" +#~ "按一下確定以儲存您所作的變更並關閉編輯常" +#~ "數視窗。" + +#~ msgid "To Use Functions" +#~ msgstr "使用函數" + +#~ msgid "" +#~ "To show the available functions, click on Fun. A " +#~ "popup menu displays the list of defined functions. Select a function from " +#~ "the menu to run that function. If the function is not defined, the value " +#~ "zero is returned." +#~ msgstr "" +#~ "如果要顯示可用的函數,請按一下 Fun。即現式功能表會" +#~ "顯示已定義函數的清單。請從功能表選取函數以執行該函數。如果這個函數尚未定" +#~ "義,則會傳回零值。" + +#~ msgid "" +#~ "If you use the keyboard shortcut F, you can use the " +#~ "keyboard to specify the function, as shown in the following example:" +#~ msgstr "" +#~ "如果您是使用鍵盤捷徑 F,您可以使用鍵盤來指定函數,如下列" +#~ "範例所示:" + +#~ msgid "" +#~ "The mate-calc application does not provide any " +#~ "default functions. You can store up to ten functions." +#~ msgstr "" +#~ "Calculator 應用程式不提供任何預設函數。您最多可" +#~ "以儲存 10 個函數。" + +#~ msgid "" +#~ "To store a new function or edit an existing function, perform the " +#~ "following steps:" +#~ msgstr "如果要儲存新的函數或編輯現有的函數,請執行下列的步驟:" + +#~ msgid "" +#~ "Click on Fun and select Edit Functions from the popup menu." +#~ msgstr "" +#~ "按一下 Fun,然後選取即現式功能表上的 編輯" +#~ "函數。" + +#~ msgid "" +#~ "In the Edit Functions window, select a blank entry, " +#~ "or the function that you want to overwrite." +#~ msgstr "" +#~ "在編輯函數視窗中,選取空的項目或是您要覆寫的函數。" + +#~ msgid "" +#~ "Click on the Value field, and enter the new value. Use the keyboard " +#~ "shortcuts to invoke a mate-calc button. For " +#~ "example, enter 90K to calculate sine(90)." +#~ msgstr "" +#~ "按一下值欄位,然後輸入新的值。使用鍵盤捷徑可以啟動 " +#~ "Calculator 按鈕。例如,輸入 90K 可以計算 sine(90)。" + +#~ msgid "" +#~ "Click on the Description field, and enter the new description. For " +#~ "example, Sine 90." +#~ msgstr "" +#~ "按一下說明欄位,然後輸入新的說明。例如,Sine 90。" + +#~ msgid "" +#~ "Click OK to save your changes and close the " +#~ "Edit Functions window." +#~ msgstr "" +#~ "按一下確定以儲存您所作的變更並關閉編輯函" +#~ "數視窗。" + +#~ msgid "To Manipulate Binary Numbers" +#~ msgstr "處理二進制數字" + +#~ msgid "" +#~ "To manipulate binary numbers, use the buttons described in ." +#~ msgstr "" +#~ "如果要處理二進制數字,請使用 " +#~ "中所述的按鈕。" + +#~ msgid "Manipulating Binary Numbers" +#~ msgstr "處理二進制數字" + +#~ msgid "Left Shift n" +#~ msgstr "左移 n" + +#~ msgid "" +#~ "Shifts the current unsigned 32-bit binary value in the display area, the " +#~ "specified number of places to the left. Click on <, and select the number of shift places from the popup menu. " +#~ "The number can be shifted up to 15 places left." +#~ msgstr "" +#~ "將顯示區域中目前的無符號 32 位元二進制值依指定的位數向左移。按一下 " +#~ "<,然後選取即現式功能表上的移動位數。數字最多可" +#~ "以左移 15 位數。" + +#~ msgid "111 <1 place" +#~ msgstr "111 <1 位數" + +#~ msgid "Right Shift n" +#~ msgstr "右移 n" + +#~ msgid "" +#~ "Shifts the current unsigned 32-bit binary value in the display area, the " +#~ "specified number of places to the right. Click on >, and select the number of shift places from the popup menu. " +#~ "The number can be shifted up to 15 places right." +#~ msgstr "" +#~ "將顯示區域中目前的無符號 32 位元二進制值依指定的位數向右移。按一下 " +#~ ">,然後選取即現式功能表上的移動位數。數字最多可" +#~ "以右移 15 位數。" + +#~ msgid "1011 >1 place" +#~ msgstr "1011 >1 位數" + +#~ msgid "Get a 16-Bit Unsigned Integer" +#~ msgstr "取得 16 位元無符號整數" + +#~ msgid "" +#~ "Truncates the current value in the display area and returns a 16-bit " +#~ "unsigned integer." +#~ msgstr "將顯示區域的目前值截斷並傳回一個 16 位元無符號整數。" + +#~ msgid "Get a 32-Bit Unsigned Integer" +#~ msgstr "取得 32 位元無符號整數" + +#~ msgid "" +#~ "Truncates the current value in the display area and returns a 32-bit " +#~ "unsigned integer." +#~ msgstr "將顯示區域的目前值截斷並傳回一個 32 位元無符號整數。" + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "number of places to shift, as shown in the following examples:" +#~ msgstr "" +#~ "如果您是使用鍵盤捷徑,您可以使用鍵盤來指定要移動的位數,如下列範例所示:" + +#~ msgid "" +#~ "Shifts the current binary value in the display area 4 places to the left." +#~ msgstr "將顯示區域中目前的二進制值左移 4 位數。" + +#~ msgid "" +#~ "Shifts the current binary value in the display area 4 places to the right." +#~ msgstr "將顯示區域中目前的二進制值右移 4 位數。" + +#~ msgid "To Perform Miscellaneous Scientific Calculations" +#~ msgstr "執行其他的科學計算" + +#~ msgid "" +#~ "To calculate miscellaneous scientific calculations, use the buttons " +#~ "described in ." +#~ msgstr "" +#~ "如果要計算其他的科學計算,請使用 中所述的按鈕。" + +#~ msgid "Performing Miscellaneous Scientific Calculations" +#~ msgstr "執行其他的科學計算" + +#~ msgid "Parentheses" +#~ msgstr "括號" + +#~ msgid "" +#~ "Provide precedence in arithmetic calculations. Calculations within " +#~ "parentheses are performed first. If parentheses are not used, arithmetic " +#~ "calculations are performed from left to right with no arithmetic " +#~ "precedence. Parentheses can be nested to any level. When the last " +#~ "parenthesis is matched, the display area is updated." +#~ msgstr "" +#~ "提供算術計算中的優先順序。括號內的算式會優先執行。如果沒有使用括號,算術計" +#~ "算將從左至右執行沒有優先順序。括號可以嵌套的層數不限。當最後一個括號相符" +#~ "時,即更新顯示區域。" + +#~ msgid "e to the x Power" +#~ msgstr "e 的 x 次方" + +#~ msgid "" +#~ "Calculates the value of e raised to the power of the " +#~ "current value in the display area." +#~ msgstr "計算顯示區域之目前值其 e 的次方值。" -#: base.xml:832(para) -msgid "Click on Fv." -msgstr "按一下 Fv。" +#, fuzzy +#~ msgid "10 to the x Power" +#~ msgstr "" +#~ "#-#-#-#-# zh_TW-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "10 的 x 次方\n" +#~ "#-#-#-#-# zh_TW-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "10 是 x 次方" + +#~ msgid "" +#~ "Calculates the value of 10 raised to the power of the current value in " +#~ "the display area." +#~ msgstr "計算顯示區域之目前值其 10 的次方值。" + +#~ msgid "y to the x Power" +#~ msgstr "y 的 x 次方" + +#~ msgid "" +#~ "Raises the current value in the display area to the power of the next " +#~ "value that you enter." +#~ msgstr "將顯示區域的目前值作為您輸入之下一個值的次方。" + +#~ msgid "x Factorial" +#~ msgstr "x 階乘" + +#~ msgid "" +#~ "Calculates the factorial of the current value in the display area. " +#~ "x factorial is x*" +#~ "(x-1)*(x-2)...*1. " +#~ "This function applies only to positive integers." +#~ msgstr "" +#~ "計算顯示區域之目前值的階乘。x 階乘為 " +#~ "x*(x-1)*" +#~ "(x-2)...*1。這個函數只可套用於正整數。" + +#~ msgid "Random Number Generator" +#~ msgstr "亂數產生器" + +#~ msgid "" +#~ "Generates a random number in the range 0.0 to 1.0 and displays the random " +#~ "number in the display area." +#~ msgstr "隨機產生一個 0.0 到 1.0 範圍之間的數字並在顯示區域中顯示該數字。" + +#~ msgid "Hexadecimal Numerals" +#~ msgstr "十六進制數字" + +#~ msgid "A to E inclusive" +#~ msgstr "AE 以內的數值" + +#~ msgid "These numerals are available in hexadecimal base only." +#~ msgstr "這些數字只可用於十六進制基礎。" + +#~ msgid "To Quit" +#~ msgstr "結束" + +#~ msgid "" +#~ "To quit mate-calc, choose " +#~ "CalculatorQuit." +#~ msgstr "" +#~ "如果要結束 Calculator,請選擇 " +#~ "計算機結束。" + +#~ msgid "" +#~ "When you quit mate-calc, the current values of " +#~ "the following settings are stored and automatically applied the next time " +#~ "you start mate-calc:" +#~ msgstr "" +#~ "當您結束 Calculator 時,即會儲存下列設定目前的" +#~ "值並在下次啟動 Calculator 時自動套用:" + +#~ msgid "" +#~ "Mode: Basic, Financial, or Scientific" +#~ msgstr "" +#~ "模式:基本、財務或科學" + +#~ msgid "" +#~ "Memory Registers window " +#~ "displayed or not displayed" +#~ msgstr "" +#~ "記憶體註冊視窗顯示或未顯示" + +#~ msgid "Display type" +#~ msgstr "顯示類型" + +#~ msgid "Technical Information" +#~ msgstr "技術資訊" + +#~ msgid "Order of Operations" +#~ msgstr "運算順序" + +#~ msgid "" +#~ "Calculations are performed from left to right with no arithmetic " +#~ "precedence. To apply arithmetic precedence, use parentheses." +#~ msgstr "" +#~ "從左至右執行計算,沒有算術 優先順序。如果要套用算術 優先順序,請使用括號。" + +#~ msgid "" +#~ "For example, without parentheses: 2 + 3 * 4 = 20 " +#~ msgstr "" +#~ "例如,當沒有使用括號時: 2 + 3 * 4 = 20 " + +#~ msgid "" +#~ "With parentheses: 2 + (3 * 4) = 14" +#~ msgstr "使用括號時: 2 + (3 * 4) = 14" + +#~ msgid "Error Conditions" +#~ msgstr "錯誤狀況" + +#~ msgid "Displays the word Error in the display area." +#~ msgstr "在顯示區域中顯示 Error 一字。" + +#~ msgid "" +#~ "Makes all calculator buttons unavailable, except Clr." +#~ msgstr "使所有的計算機按鈕無法使用,Clr 除外。" + +#~ msgid "Makes all calculator options unavailable." +#~ msgstr "使所有的計算機選項無法使用。" + +#~ msgid "" +#~ "Makes all calculator menu items unavailable, except " +#~ "CalculatorQuit and HelpContents." +#~ msgstr "" +#~ "使所有的計算機功能表項目無法使用,計算機結束和" +#~ "說明內容 除外。" + +#~ msgid "" +#~ "If you perform an invalid calculation, mate-calc indicates the error condition as follows: " +#~ msgstr "" +#~ "如果您執行一個無效的計算,Calculator 會指出下列" +#~ "的錯誤狀況: " + +#~ msgid "To Change the Input Mode" +#~ msgstr "變更輸入模式" + +#~ msgid "" +#~ "To change the input mode, right-click in the text window, then select " +#~ "Input Methods." +#~ msgstr "" +#~ "如果要變更輸入模式,請在文字視窗上按滑鼠右鍵,然後選取 輸入方" +#~ "法。" + +#~ msgid "Quick Reference: Keyboard Shortcuts" +#~ msgstr "快速參考:鍵盤捷徑" + +#~ msgid "" +#~ ", , and provide a quick reference for " +#~ "all of the mate-calc keyboard shortcuts." +#~ msgstr "" +#~ " 提供了所有 " +#~ "Calculator 鍵盤捷徑的快速參考。" + +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Buttons" +#~ msgstr "Calculator 按鈕之鍵盤捷徑的快速參考" -#: base.xml:833(para) -msgid "183047.86" -msgstr "" +#~ msgid "Keyboard Shortcut" +#~ msgstr "鍵盤捷徑" -#: base.xml:834(para) -msgid "At the end of 20 years, the value of the account is $183,047.86." -msgstr "當 20 年到期後,帳戶的價值為 $183,047.86。" +#~ msgid "See" +#~ msgstr "請參閱" -#: base.xml:837(para) base.xml:2145(para) -msgid "Periodic Payment" -msgstr "分期付款" +#~ msgid "0 to 9 inclusive" +#~ msgstr "09 以內的數字" -#: base.xml:838(guibutton) base.xml:2144(guibutton) -msgid "Pmt" -msgstr "" +#~ msgid "Exponential" +#~ msgstr "指數" -#: base.xml:839(para) -msgid "" -"Calculates the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "計算貸款每期付款的金額,其中付款日期為每一個付款週期的最後一天。" - -#: base.xml:845(para) -msgid "prin, the principal" -msgstr "prin,本金" - -#: base.xml:853(para) base.xml:935(para) -msgid "n, the term" -msgstr "n,期間" - -#: base.xml:857(para) -msgid "" -"You are considering a $120,000 mortgage for 30 years at an annual interest " -"rate of 11.0%. Given the annual interest rate, you determine that the " -"monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * 12 = 360 " -"months. To calculate the monthly repayment for this mortgage, put the " -"following values into the first three memory registers:" -msgstr "" -"您正考慮一項 30 年 $120,000 年利率 11.0%的扺押貸款。依據年利率,您求得的月利" -"率為 0.11 / 12 = 0.00917。期間為 30 * 12 = 360 個月。如果要計算這個扺押貸款每" -"月償還的金額,請將下列的值放入前三個記憶體註冊:" - -#: base.xml:861(para) base.xml:1081(para) -msgid "120000" -msgstr "" - -#: base.xml:865(para) -msgid "0.00917" -msgstr "" - -#: base.xml:869(para) -msgid "360" -msgstr "" - -#: base.xml:872(para) -msgid "Click on Pmt." -msgstr "按一下 Pmt。" - -#: base.xml:873(para) -msgid "1143.15" -msgstr "" - -#: base.xml:874(para) -msgid "The monthly repayment is $1143.15." -msgstr "每月償還的金額為 $1143.15。" - -#: base.xml:877(para) base.xml:2151(para) -msgid "Present Value" -msgstr "現值" - -#: base.xml:878(guibutton) base.xml:2150(guibutton) -msgid "Pv" -msgstr "" - -#: base.xml:879(para) -msgid "" -"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." -msgstr "" -"依據定期固定金額付款計算投資的現值,每期的金額 pmt 在付款期間內的利率為 int 定期貼現率。" - -#: base.xml:897(para) -msgid "" -"You have just won a million dollars. The prize is awarded in 20 annual " -"payments of $50,000 each. Annual payments are received at the end of each " -"year. If you were to accept the annual payments of $50,000, you would invest " -"the money at a rate of 9%, compounded annually." -msgstr "" -"您剛嬴得了一佰萬元。獎金將分 20 年領取每年領取 $50,000。每年的最後一天領取獎" -"金。如果您想接受每年領取 $50,000,即表示您的投資為年利率 9% 每年複利計算。" - -#: base.xml:898(para) -msgid "" -"However, you are given the option of receiving a single lump-sum payment of " -"$400,000 instead of the million dollars annuity. To calculate which option " -"is worth more in today's dollars, put the following values into the first " -"three memory registers:" -msgstr "" -"但是,您也可以選擇一次領取 $400,000,而不是一佰萬的年金。 如果要計算那一種比" -"較符合現值,請將下列的值放入前三個記憶體註冊:" - -#: base.xml:903(para) -msgid "50000" -msgstr "" - -#: base.xml:907(para) -msgid "0.09" -msgstr "" - -#: base.xml:914(para) -msgid "Click on Pv." -msgstr "按一下 Pv。" - -#: base.xml:915(para) -msgid "456427.28" -msgstr "" - -#: base.xml:916(para) -msgid "" -"The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -msgstr "$1,000,000 分20 年領取相當於現值 $456,427.28。" - -#: base.xml:919(para) base.xml:2181(para) -msgid "Periodic Interest Rate" -msgstr "定期利率" - -#: base.xml:920(guibutton) base.xml:2180(guibutton) -msgid "Rate" -msgstr "利率" - -#: base.xml:921(para) -msgid "" -"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." -msgstr "" -"計算增加現值pv 的投資使其等於 fv 期約值所需的定期利率 (在期間內的複利" -"週期數)。" - -#: base.xml:939(para) -msgid "" -"You have invested $20,000 in a bond. The bond matures in five years, and has " -"a maturity value of $30,000. Interest is compounded monthly. The term is 5 * " -"12 = 60 months. To calculate the periodic interest rate for this investment, " -"put the following values into the first three memory registers:" -msgstr "" -"您已經投資了 $20,000 的債券。債券為 5 年期,到期值為 $30,000。利息為每月複利" -"計算。期間為 5 * 12 = 60 個月。 如果要計算這項投資的定期利率,請將下列的值放" -"入前三個記憶體註冊:" - -#: base.xml:944(para) -msgid "30000" -msgstr "" - -#: base.xml:948(para) -msgid "20000" -msgstr "" - -#: base.xml:952(para) base.xml:1352(para) -msgid "60" -msgstr "" - -#: base.xml:955(para) -msgid "Click on Rate." -msgstr "按一下 利率。" - -#: base.xml:956(para) -msgid ".00678" -msgstr "" - -#: base.xml:957(para) -msgid "" -"The monthly interest rate is 0.678%. The annual interest rate is 0.678% * 12 " -"= 8.14%." -msgstr "月利率為 0.678%。年利率為 0.678% * 12 = 8.14%。" - -#: base.xml:961(para) base.xml:2121(para) -msgid "Straight-Line Depreciation" -msgstr "直線折舊" - -#: base.xml:962(guibutton) base.xml:2120(guibutton) -msgid "Sln" -msgstr "" - -#: base.xml:963(para) -msgid "" -"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." -msgstr "" -"計算資產在指定期間內的直線折舊額。折舊額為成本 - " -"剩餘價值。直線折舊法是將折舊額平均分攤於資產的使用" -"年限。使用年限是資產的折舊期間,通常為年。" - -#: base.xml:981(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the yearly depreciation expense, using the straight-line method, " -"put the following values into the first three memory registers:" -msgstr "" -"您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " -"$900。 如果要計算每年的折舊額,請使用直線折舊法將下列的值放入前三個記憶體註" -"冊:" - -#: base.xml:997(para) -msgid "Click on Sln." -msgstr "按一下 Sln。" - -#: base.xml:998(para) -msgid "1183.33" -msgstr "" - -#: base.xml:999(para) -msgid "The yearly depreciation expense is $1183.33." -msgstr "每年的折舊額為 $1183.33。" - -#: base.xml:1002(para) base.xml:2211(para) -msgid "Sum-Of-The-Years'-Digits Depreciation" -msgstr "年數合計折舊" - -#: base.xml:1003(guibutton) base.xml:2210(guibutton) -msgid "Syd" -msgstr "" - -#: base.xml:1004(para) -msgid "" -"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. The depreciable cost is " -"cost - salvage. The " -"useful life is the number of periods, typically years, over which an asset " -"is depreciated." -msgstr "" -"使用年數合計折舊法計算資產在指定時間週期內的折舊額。這種折舊法會加速折舊率," -"因此早期的折舊額會遠大於後期的折舊額。 折舊額為成本 - 剩餘價值。使用年限是資產的折舊期" -"間,通常為年。" - -#: base.xml:1027(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the sum-of-the-" -"years'-digits method, put the following values into the first four memory " -"registers:" -msgstr "" -"您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " -"$900。 如果要計算第 4 年的折舊額,請使用年數合計折舊法將下列的值放入前四個記" -"憶體註冊:" - -#: base.xml:1047(para) -msgid "Click on Syd." -msgstr "按一下 Syd。" - -#: base.xml:1048(para) -msgid "1014.29" -msgstr "" - -#: base.xml:1049(para) -msgid "The depreciation expense for the fourth year is $1014.29." -msgstr "第 4 年的折舊額為 $1014.29。" - -#: base.xml:1052(para) base.xml:2187(para) -msgid "Payment Period" -msgstr "付款週期" - -#: base.xml:1053(guibutton) base.xml:2186(guibutton) -msgid "Term" -msgstr "期間" - -#: base.xml:1054(para) -msgid "" -"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." -msgstr "" -"計算在一般年金期間內將期約值累積到 fv 所需的付款週" -"期數 (以定期利率 int 計算)。每次付款金額等於金額 " -"pmt。" - -#: base.xml:1072(para) -msgid "" -"You plan to deposit $1800 in a bank account on the last day of each year. " -"The account pays 11% interest, compounded annually. Interest is paid on the " -"last day of each year. To calculate the time period necessary to accumulate " -"$120,000, put the following values into the first three memory registers:" -msgstr "" -"您計劃在每年的最後一天將 $1800 存入銀行帳戶。帳戶支付 11% 利息,每年複利計" -"算。利息的支付日期為每年的最後一天。 如果要計算累積到 $120,000 所需的時間週" -"期,請將下列的值放前三個記憶體註冊:" - -#: base.xml:1077(para) -msgid "1800" -msgstr "" - -#: base.xml:1085(para) -msgid "0.11" -msgstr "" - -#: base.xml:1088(para) -msgid "Click on Term." -msgstr "按一下 期間。" - -#: base.xml:1089(para) -msgid "20.32" -msgstr "" - -#: base.xml:1090(para) -msgid "$120,000 accumulates in the account in 20.32 years." -msgstr "帳戶會在 20.32 年內累積到 $120,000。" - -#: base.xml:1098(title) -msgid "To Perform Scientific Calculations" -msgstr "執行科學計算" - -#: base.xml:1099(para) -msgid "" -"To change to Scientific Mode, choose ViewScientific Mode." -msgstr "" -"如果要變更為科學模式,請選擇 檢視" -"科學模式。" - -#: base.xml:1105(para) -msgid "" -"When you change to Scientific Mode, the following Scientific Mode buttons " -"are displayed above the Basic Mode buttons:" -msgstr "當您變更為科學模式時,下列的科學模式按鈕將會顯示在基本模式按鈕之上:" - -#: base.xml:1109(title) -msgid "mate-calc Scientific Mode Buttons" -msgstr "Calculator 科學模式按鈕" - -#: base.xml:1116(phrase) -msgid "Shows mate-calc Scientific Mode buttons." -msgstr "顯示 Calculator 科學模式按鈕。" - -#: base.xml:1123(title) -msgid "To Set the Accuracy" -msgstr "設定精確度" - -#: base.xml:1124(para) -msgid "" -"To set the accuracy of the display area and of the memory registers, click " -"on Acc, and select from the popup menu the accuracy " -"level that you require. The current accuracy level is indicated by a " -"preceding black circle in the popup menu. Up to 9 significant places can be " -"displayed. The default accuracy is 9 significant places." -msgstr "" -"如果要設定顯示區域和記憶體註冊的精確度,請按一下 Acc," -"然後選取即現式功能表上您需要的精確度等級。即現式功能表上目前的精確度等級之前" -"會加上黑色圓圈。最多可以顯示 9 位數。預設的精確度為 9 位數。" - -#: base.xml:1125(para) -msgid "" -"By default, trailing zeroes are not shown. To display trailing zeroes, click " -"on Acc and select Show Trailing Zeroes from the popup menu, or choose ViewShow Trailing Zeroes. A " -"preceding tick in the Acc popup menu or " -"View menu indicates that the Show Trailing " -"Zeroes option has been selected. To hide trailing zeroes, choose " -"ViewShow Trailing Zeroes again." -msgstr "" -"依據預設,不顯示尾隨的零。如果要顯示尾隨的零,請按一下 Acc,然後選取即現式功能表上的顯示尾隨的零,或選擇" -"檢視顯示尾隨的零。在 Acc 即現式功能表上或檢視功能表上前置的標記表示已選取顯示尾隨的零選項。如" -"果要隱藏尾隨的零,請再選擇一次檢視顯示尾隨的零。" - -#: base.xml:1126(para) -msgid "" -"The examples in the following table show how the accuracy setting affects " -"x in the display area, when you use decimal base, " -"with the Show Trailing Zeroes option selected, " -"for the 1 / 8 = x calculation:" -msgstr "" -"下列表格中的範例將說明精確度設定對顯示區域中 x 的" -"影響 (使用十進制基礎並選取顯示尾隨的零選項來計算 " -"1 / 8 = x):" - -#: base.xml:1134(para) base.xml:1958(link) base.xml:2031(para) -msgid "Accuracy" -msgstr "精確度" - -#: base.xml:1141(para) -msgid "1 significant place" -msgstr "1 位數" - -#: base.xml:1145(para) -msgid "2 significant places" -msgstr "2 位數" - -#: base.xml:1146(para) -msgid "1.25" -msgstr "" - -#: base.xml:1149(para) -msgid "3 significant places" -msgstr "3 位數" - -#: base.xml:1150(para) -msgid "1.250" -msgstr "" - -#: base.xml:1157(title) -msgid "To Set the Numeric Base" -msgstr "設定數值基礎" - -#: base.xml:1158(para) -msgid "" -"To set the numeric base, select one of the buttons described in ." -msgstr "" -"如果要設定數值基礎,請選取 中所述" -"的按鈕。" - -#: base.xml:1160(title) -msgid "Setting the Numeric Base" -msgstr "設定數值基礎" - -#: base.xml:1177(para) -msgid "Binary Base" -msgstr "二進制基礎" - -#: base.xml:1178(guibutton) base.xml:2407(para) -msgid "Bin" -msgstr "" - -#: base.xml:1179(para) -msgid "Sets the numeric base to binary, that is, base 2." -msgstr "將數值基礎設為二進制,即基底為 2。" - -#: base.xml:1182(para) -msgid "Octal Base" -msgstr "八進制基礎" - -#: base.xml:1183(guibutton) base.xml:2443(para) -msgid "Oct" -msgstr "" - -#: base.xml:1184(para) -msgid "Sets the numeric base to octal, that is, base 8." -msgstr "將數值基礎設為八進制,即基底為 8。" - -#: base.xml:1187(para) -msgid "Decimal Base" -msgstr "十進制基礎" - -#: base.xml:1188(guibutton) base.xml:2413(para) -msgid "Dec" -msgstr "" - -#: base.xml:1189(para) -msgid "" -"Sets the numeric base to decimal, that is, base 10. Decimal is the default " -"numeric base. If you change from Scientific Mode to either Basic Mode or " -"Financial Mode, mate-calc automatically sets the " -"numeric base to decimal." -msgstr "" -"將數值基礎設為十進制,即基底為 10。十進制為預設的數值基礎。如果您是從科學模式" -"變為基本模式或財務模式,Calculator 會自動將數值基" -"礎設為十進制。" - -#: base.xml:1192(para) -msgid "Hexadecimal Base" -msgstr "十六進制基礎" - -#: base.xml:1193(guibutton) base.xml:2461(para) -msgid "Hex" -msgstr "" - -#: base.xml:1194(para) -msgid "Sets the numeric base to hexadecimal, that is, base 16." -msgstr "將數值基礎設為十六進制,即基底為 16。" - -#: base.xml:1201(title) -msgid "To Set the Display Type" -msgstr "設定顯示類型" - -#: base.xml:1202(para) -msgid "" -"To set the display type, select one of the buttons described in ." -msgstr "" -"如果要設定顯示類型,請選取 中" -"所述的按鈕。" - -#: base.xml:1204(title) -msgid "Setting the Display Type" -msgstr "設定顯示類型" - -#: base.xml:1221(para) -msgid "Engineering Display Type" -msgstr "工程顯示類型" - -#: base.xml:1222(guibutton) base.xml:2437(para) -msgid "Eng" -msgstr "" - -#: base.xml:1223(para) -msgid "" -"Sets the display type to Engineering format. Results are displayed in " -"scientific notation. The exponent is always a multiple of three." -msgstr "將顯示類型設為工程格式。結果將以科學記號顯示。指數永遠是 3 的位數。" - -#: base.xml:1226(para) -msgid "Fixed-Point Display Type" -msgstr "定點顯示類型" - -#: base.xml:1227(guibutton) base.xml:2419(para) -msgid "Fix" -msgstr "" - -#: base.xml:1228(para) -msgid "" -"Sets the display type to Fixed-Point format. Results are not displayed in " -"scientific notation. Fixed-Point is the default display type. If you change " -"from Scientific Mode to either Basic Mode or Financial Mode, " -"mate-calc automatically sets the display type to " -"Fixed-Point format." -msgstr "" -"將顯示類型設為定點格式。結果將不以科學記號顯示。定點是預設的顯示類型。 如果您" -"是從科學模式變為基本模式或財務模式,Calculator 會" -"自動將顯示類型設為定點格式。" - -#: base.xml:1231(para) -msgid "Scientific Display Type" -msgstr "科學顯示類型" - -#: base.xml:1232(guibutton) base.xml:2455(para) -msgid "Sci" -msgstr "" - -#: base.xml:1233(para) -msgid "" -"Sets the display type to Scientific format. Results are displayed in " -"scientific notation, with a fixed number of numeric digits." -msgstr "將顯示類型設為科學格式。結果將以位數固定的科學記號顯示。" - -#: base.xml:1240(title) -msgid "To Set the Trigonometric Type" -msgstr "設定三角類型" - -#: base.xml:1241(para) -msgid "" -"To set the trigonometric type, select one of the buttons described in ." -msgstr "" -"如果要設定三角類型,請選取 中所述" -"的按鈕。" - -#: base.xml:1243(title) -msgid "Setting the Trigonometric Type" -msgstr "設定三角類型" - -#: base.xml:1260(para) base.xml:1261(guibutton) base.xml:2425(para) -msgid "Degrees" -msgstr "角度" - -#: base.xml:1262(para) -msgid "" -"Sets the trigonometric type to Degrees. Degrees is the default trigonometric " -"type." -msgstr "將三角類型設為角度。角度是預設的三角類型。" - -#: base.xml:1265(para) base.xml:1266(guibutton) base.xml:2401(para) -msgid "Gradients" -msgstr "斜度" - -#: base.xml:1267(para) -msgid "Sets the trigonometric type to Gradients." -msgstr "將三角類型設為斜度。" - -#: base.xml:1270(para) base.xml:1271(guibutton) base.xml:2449(para) -msgid "Radians" -msgstr "弧度" - -#: base.xml:1272(para) -msgid "Sets the trigonometric type to Radians." -msgstr "將三角類型設為弧度。" - -#: base.xml:1279(title) -msgid "To Set the Trigonometric Options" -msgstr "設定三角選項" - -#: base.xml:1280(para) -msgid "" -"To set the trigonometric options, use the options described in ." -msgstr "" -"如果要設定三角選項,請使用 中" -"所述的選項。" - -#: base.xml:1282(title) -msgid "Setting the Trigonometric Options" -msgstr "設定三角選項" - -#: base.xml:1299(para) -msgid "Hyperbolic Option Indicator" -msgstr "雙曲線選項指示器" - -#: base.xml:1300(guibutton) base.xml:2467(para) -msgid "Hyp" -msgstr "" - -#: base.xml:1301(para) -msgid "Selects the hyperbolic option for use with the trigonometric functions." -msgstr "選取三角函數使用的雙曲線選項。" - -#: base.xml:1304(para) -msgid "Inverse Option Indicator" -msgstr "反三角選項指示器" - -#: base.xml:1305(guibutton) base.xml:2431(para) -msgid "Inv" -msgstr "" - -#: base.xml:1306(para) -msgid "Selects the inverse option for use with the trigonometric functions." -msgstr "選取三角函數使用的反三角選項。" - -#: base.xml:1311(para) -msgid "" -"By default, the options described in are not selected. Click Clr to deselect " -"these options." -msgstr "" -"依據預設,不會選取 中所述的選" -"項。按一下 Clr 可以取消選取這些選項。" - -#: base.xml:1315(title) -msgid "To Calculate Trigonometric Values" -msgstr "計算三角值" - -#: base.xml:1316(para) -msgid "" -"To calculate trigonometric values, use the buttons described in ." -msgstr "" -"如果要計算三角值,請使用 中所述的" -"按鈕。" - -#: base.xml:1318(title) -msgid "Calculating Trigonometric Values" -msgstr "計算三角值" - -#: base.xml:1341(para) -msgid "Cosine cos" -msgstr "餘弦 cos" - -#: base.xml:1342(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1343(para) -msgid "Calculates the cosine of the current value in the display area." -msgstr "計算顯示區域之目前值的餘弦。" - -#: base.xml:1344(para) -msgid "60 Cos" -msgstr "" - -#: base.xml:1345(para) -msgid "0.5" -msgstr "" - -#: base.xml:1348(para) -msgid "Arc Cosine acos" -msgstr "反餘弦 acos" - -#: base.xml:1349(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1350(para) -msgid "Calculates the arc cosine of the current value in the display area." -msgstr "計算顯示區域之目前值的反餘弦。" - -#: base.xml:1351(para) -msgid "0.5 InvCos" -msgstr "" - -#: base.xml:1355(para) -msgid "Hyperbolic Cosine cosh" -msgstr "雙曲餘弦 cosh" - -#: base.xml:1356(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option not selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1357(para) -msgid "" -"Calculates the hyperbolic cosine of the current value in the display area." -msgstr "計算顯示區域之目前值的雙曲餘弦。" - -#: base.xml:1358(para) -msgid "0.4 HypCos" -msgstr "" - -#: base.xml:1359(para) -msgid "1.081072372" -msgstr "" - -#: base.xml:1362(para) -msgid "Arc Hyperbolic Cosine acosh" -msgstr "反雙曲餘弦 acosh" - -#: base.xml:1363(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1364(para) -msgid "" -"Calculates the arc hyperbolic cosine of the current value in the display " -"area." -msgstr "計算顯示區域之目前值的反雙曲餘弦。" - -#: base.xml:1365(para) -msgid "" -"1.6 HypInvCos" -msgstr "" - -#: base.xml:1366(para) -msgid "1.046967915" -msgstr "" - -#: base.xml:1369(para) -msgid "Sine sin" -msgstr "正弦 sin" - -#: base.xml:1370(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1371(para) -msgid "Calculates the sine of the current value in the display area." -msgstr "計算顯示區域之目前值的正弦。" - -#: base.xml:1372(para) -msgid "90 Sin" -msgstr "" - -#: base.xml:1376(para) -msgid "Arc Sine asin" -msgstr "反正弦 asin" - -#: base.xml:1377(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1378(para) -msgid "Calculates the arc sine of the current value in the display area." -msgstr "計算顯示區域之目前值的反正弦。" - -#: base.xml:1379(para) -msgid "1 InvSin" -msgstr "" - -#: base.xml:1380(para) -msgid "90" -msgstr "" - -#: base.xml:1383(para) -msgid "Hyperbolic Sine sinh" -msgstr "雙曲正弦 sinh" - -#: base.xml:1384(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option not selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1385(para) -msgid "" -"Calculates the hyperbolic sine of the current value in the display area." -msgstr "計算顯示區域之目前值的雙曲正弦。" - -#: base.xml:1386(para) -msgid "0.4 HypSin" -msgstr "" - -#: base.xml:1387(para) -msgid "0.410752326" -msgstr "" - -#: base.xml:1390(para) -msgid "Arc Hyperbolic Sine asinh" -msgstr "反雙曲正弦 asinh" - -#: base.xml:1391(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1392(para) -msgid "" -"Calculates the arc hyperbolic sine of the current value in the display area." -msgstr "計算顯示區域之目前值的反雙曲正弦。" - -#: base.xml:1393(para) -msgid "" -"1.6 HypInvSin" -msgstr "" - -#: base.xml:1394(para) -msgid "1.248983328" -msgstr "" - -#: base.xml:1397(para) -msgid "Tangent tan" -msgstr "正切 tan" - -#: base.xml:1398(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1399(para) -msgid "Calculates the tangent of the current value in the display area." -msgstr "計算顯示區域之目前值的正切。" - -#: base.xml:1400(para) -msgid "45 Tan" -msgstr "" - -#: base.xml:1404(para) -msgid "Arc Tangent atan" -msgstr "反正切 atan" - -#: base.xml:1405(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1406(para) -msgid "Calculates the arc tangent of the current value in the display area." -msgstr "計算顯示區域之目前值的反正切。" - -#: base.xml:1407(para) -msgid "1 InvTan" -msgstr "" - -#: base.xml:1408(para) -msgid "45" -msgstr "" - -#: base.xml:1411(para) -msgid "Hyperbolic Tangent tanh" -msgstr "雙曲正切 tanh" - -#: base.xml:1412(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option not selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1413(para) -msgid "" -"Calculates the hyperbolic tangent of the current value in the display area." -msgstr "計算顯示區域之目前值的雙曲正切。" - -#: base.xml:1414(para) -msgid "0.6 HypTan" -msgstr "" - -#: base.xml:1415(para) -msgid "0.537049567" -msgstr "" - -#: base.xml:1418(para) -msgid "Arc Hyperbolic Tangent atanh" -msgstr "反雙曲正切 atanh" - -#: base.xml:1419(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1420(para) -msgid "" -"Calculates the arc hyperbolic tangent of the current value in the display " -"area." -msgstr "計算顯示區域之目前值的反雙曲正切。" - -#: base.xml:1421(para) -msgid "" -"0.6 HypInvTan" -msgstr "" - -#: base.xml:1422(para) -msgid "0.693147181" -msgstr "" - -#: base.xml:1429(title) -msgid "To Calculate Logarithms" -msgstr "計算對數" - -#: base.xml:1430(para) -msgid "" -"To calculate logarithms, use the buttons described in ." -msgstr "" -"如果要計算對數,請使用 中所述的按" -"鈕。" - -#: base.xml:1432(title) -msgid "Calculating Logarithms" -msgstr "計算對數" - -#: base.xml:1455(para) -msgid "Common Logarithm Base 10" -msgstr "常用對數基礎 10" - -#: base.xml:1456(guibutton) base.xml:2090(guibutton) -msgid "Log" -msgstr "" - -#: base.xml:1457(para) -msgid "" -"Calculates the common logarithm of the current value in the display area." -msgstr "計算顯示區域之目前值的常用對數。" - -#: base.xml:1458(para) -msgid "10 Log" -msgstr "" - -#: base.xml:1462(para) base.xml:2133(para) -msgid "Natural Logarithm" -msgstr "自然對數" - -#: base.xml:1463(guibutton) base.xml:2132(guibutton) -msgid "Ln" -msgstr "" - -#: base.xml:1464(para) -msgid "" -"Calculates the natural logarithm of the current value in the display area." -msgstr "計算顯示區域之目前值的自然對數。" - -#: base.xml:1465(para) -msgid "10 Ln" -msgstr "" - -#: base.xml:1466(para) -msgid "2.30" -msgstr "" - -#: base.xml:1472(para) -msgid "" -"Common antilogarithm and natural antilogarithm are not supported in this " -"version of mate-calc." -msgstr "" -"這一版的 Calculator 不支援常用對數和自然對數。" - -#: base.xml:1476(title) -msgid "To Perform Logical Calculations" -msgstr "執行邏輯計算" - -#: base.xml:1477(para) -msgid "" -"To perform logical calculations, use the buttons described in ." -msgstr "" -"如果要執行邏輯計算,請使用 中所" -"述的按鈕。" - -#: base.xml:1479(title) -msgid "Performing Logical Calculations" -msgstr "執行邏輯計算" - -#: base.xml:1502(para) base.xml:2343(para) -msgid "Logical OR" -msgstr "邏輯 OR" - -#: base.xml:1503(guibutton) base.xml:2342(guibutton) -msgid "Or" -msgstr "" - -#: base.xml:1504(para) -msgid "" -"Performs a logical OR operation on the current value in the display area and " -"the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 OR 運算,兩者皆視為無符號長整" -"數。" - -#: base.xml:1505(para) -msgid "10001000 Or 00010001" -msgstr "" - -#: base.xml:1506(para) -msgid "10011001" -msgstr "" - -#: base.xml:1509(para) base.xml:2241(para) -msgid "Logical AND" -msgstr "邏輯 AND" - -#: base.xml:1510(guibutton) base.xml:2240(guibutton) -msgid "And" -msgstr "" - -#: base.xml:1511(para) -msgid "" -"Performs a logical AND operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 AND 運算,兩者皆視為無符號長整" -"數。" - -#: base.xml:1512(para) -msgid "10101010 And 00110011" -msgstr "" - -#: base.xml:1513(para) -msgid "00110011" -msgstr "" - -#: base.xml:1516(para) base.xml:2355(para) -msgid "Logical NOT" -msgstr "邏輯 NOT" - -#: base.xml:1517(guibutton) base.xml:2354(guibutton) -msgid "Not" -msgstr "" - -#: base.xml:1518(para) -msgid "" -"Performs a logical NOT operation on the current value in the display area, " -"treating the number as an unsigned long integer." -msgstr "對顯示區域的目前值執行邏輯 NOT 運算,並將數字視為無符號長整數。" - -#: base.xml:1519(para) -msgid "1357ace Not" -msgstr "" - -#: base.xml:1520(para) -msgid "FECA8531" -msgstr "" - -#: base.xml:1523(para) base.xml:2331(para) -msgid "Logical XOR" -msgstr "邏輯 XOR" - -#: base.xml:1524(guibutton) base.xml:2330(guibutton) -msgid "Xor" -msgstr "" - -#: base.xml:1525(para) -msgid "" -"Performs a logical XOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 XOR 運算,兩者皆視為無符號長整" -"數。" - -#: base.xml:1526(para) -msgid "1100 Xor 1010" -msgstr "" - -#: base.xml:1527(para) -msgid "110" -msgstr "" - -#: base.xml:1530(para) base.xml:2139(para) -msgid "Logical XNOR" -msgstr "邏輯 XNOR" - -#: base.xml:1531(guibutton) base.xml:2138(guibutton) -msgid "Xnor" -msgstr "" - -#: base.xml:1532(para) -msgid "" -"Performs a logical XNOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 XNOR 運算,兩者皆視為無符號長" -"整數。" - -#: base.xml:1533(para) -msgid "1100 Xnor 1010" -msgstr "" - -#: base.xml:1534(para) -msgid "11111111111111111111111111111001" -msgstr "" - -#: base.xml:1541(title) -msgid "To Enter Exponential Numbers" -msgstr "輸入指數" - -#: base.xml:1542(para) -msgid "" -"To enter exponential numbers, use the Exp button." -msgstr "如果要輸入指數字,請使用 Exp 按鈕。" - -#: base.xml:1543(para) -msgid "" -"The Exp button enables you to enter numbers in " -"scientific notation, that is, mantissa * " -"10exponent. The " -"current non-zero value in the display area is the mantissa. If the current " -"value in the display area is zero, the mantissa is 1.0. The next number that " -"you enter is the exponent." -msgstr "" -"Exp 按鈕可以讓您使用科學記號輸入數字,即" -"假數 * 10指數。顯示區域中目前的非零值為假數。如果顯示區域的目前值為零,假數即" -"為 1.0。您輸入的下一個數字則為指數。" - -#: base.xml:1544(para) -msgid "" -"When you click on Exp, the calculator displays " -". + to represent 10 to the power of the next number that " -"you enter. To change the sign of the number, use the +/- button in the last action of the operation, as shown in the " -"following example:" -msgstr "" -"當您按一下 Exp 時,計算機會顯示 。+ 來表示 10 是您輸入之下一個數字的次方。如果要變更數字的符號,請在運算" -"的最後一個步驟使用 +/- 按鈕,如下列範例所示:" - -#: base.xml:1553(para) -msgid "Keypad Entry" -msgstr "數字鍵組輸入" - -#: base.xml:1555(para) -msgid "Calculator Display" -msgstr "計算機顯示" - -#: base.xml:1560(guibutton) -msgid "5" -msgstr "" - -#: base.xml:1560(guibutton) base.xml:2072(guibutton) -msgid "Exp" -msgstr "" - -#: base.xml:1561(para) -msgid "-500" -msgstr "" - -#: base.xml:1567(para) -msgid "" -"To enter a number in exponential format, use the guidelines in the following " -"table:" -msgstr "如果要以指數格式輸入數字,請按照下列表格的指示:" - -#: base.xml:1575(para) base.xml:1640(para) -msgid "Number" -msgstr "數字" - -#: base.xml:1577(para) -msgid "Enter" -msgstr "輸入" - -#: base.xml:1579(para) -msgid "Number Displayed" -msgstr "顯示的數字" - -#: base.xml:1584(para) base.xml:1586(para) -msgid "1200000000" -msgstr "" - -#: base.xml:1585(para) -msgid "" -"12 Exp8=" -msgstr "" - -#: base.xml:1589(para) base.xml:1591(para) -msgid "-1200000000" -msgstr "" - -#: base.xml:1590(para) -msgid "" -"12 Exp8=+/-" -msgstr "" - -#: base.xml:1594(para) -msgid "0.0000000012" -msgstr "" - -#: base.xml:1595(para) -msgid "" -"12 Exp8+/-" -msgstr "" - -#: base.xml:1596(para) -msgid "1.2e-7" -msgstr "" - -#: base.xml:1599(para) -msgid "-0.0000000012" -msgstr "" - -#: base.xml:1600(para) -msgid "" -"12 Exp8+/-+/-" -msgstr "" - -#: base.xml:1601(para) -msgid "-1.2e-7" -msgstr "" - -#: base.xml:1608(title) -msgid "To Use Constant Values" -msgstr "使用定值" - -#: base.xml:1609(para) -msgid "" -"Click on Con to display the list of defined constant " -"values. All constant values are specified in decimal numeric base, even if " -"the current numeric base is not decimal." -msgstr "" -"按一下 Con 以顯示已定義定值的清單。所有定值都使用十進" -"制數值基礎,即使目前的數值基礎並不是十進制。" - -#: base.xml:1610(para) -msgid "" -"Select a constant from the menu to enter its value in the display area. If " -"you use the keyboard shortcut #, you can use the keyboard " -"to specify the constant, as shown in the following example:" -msgstr "" -"請從功能表上選取一個常數,將它的值輸入顯示區域。如果您是使用鍵盤捷徑 " -"#,您可以使用鍵盤來指定常數,如下列範例所示:" - -#: base.xml:1620(para) -msgid "Constant" -msgstr "常數" - -#: base.xml:1625(keycap) base.xml:2227(keycap) -msgid "#" -msgstr "" - -#: base.xml:1626(para) base.xml:1666(para) -msgid "C3" -msgstr "" - -#: base.xml:1631(para) -msgid "" -"The mate-calc application provides ten default " -"constant values, as described in the following table:" -msgstr "" -"Calculator 應用程式提供 10 個預設定值,如下列表格" -"所示:" - -#: base.xml:1642(para) -msgid "Value" -msgstr "值" - -#: base.xml:1649(para) -msgid "C0" -msgstr "" - -#: base.xml:1650(para) -msgid "0.621" -msgstr "" - -#: base.xml:1651(para) -msgid "kilometers per hour or miles per hour" -msgstr "每小時公里數或每小時英里數" - -#: base.xml:1652(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilometers per hour to miles per hour. For example, 8 * ConC0= 5." -msgstr "" -"將顯示區域的目前值乘上這個常數,將每小時公里數轉換為每小時英里數。例如,8 * " -"ConC0= 5。" - -#: base.xml:1653(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from miles per hour to kilometers per hour. For example, 5 / ConC0= 8." -msgstr "" -"將顯示區域的目前值除這個常數,將每小時英里數轉換為每小時公里數。例如,5 / " -"ConC0= 8。" - -#: base.xml:1656(para) -msgid "C1" -msgstr "" - -#: base.xml:1657(para) -msgid "1.414213562" -msgstr "" - -#: base.xml:1658(para) -msgid "square root of 2" -msgstr "2 的平方根" - -#: base.xml:1661(para) -msgid "C2" -msgstr "" - -#: base.xml:1662(para) -msgid "2.718281828" -msgstr "" - -#: base.xml:1663(para) base.xml:2077(keycap) -msgid "e" -msgstr "" - -#: base.xml:1667(para) -msgid "3.141592653" -msgstr "" - -#: base.xml:1668(para) -msgid "pi" -msgstr "" - -#: base.xml:1671(para) -msgid "C4" -msgstr "" - -#: base.xml:1672(para) -msgid "0.3937007" -msgstr "" - -#: base.xml:1673(para) -msgid "centimeters or inches" -msgstr "公分或英吋" - -#: base.xml:1674(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from centimeters to inches. For example, 30 * ConC4= 12." -msgstr "" -"將顯示區域的目前值乘上這個常數,將公分轉換為英吋。例如,30 * ConC4= 12。" - -#: base.xml:1675(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from inches to centimeters. For example, 12 / ConC4= 30." -msgstr "" -"將顯示區域的目前值除這個常數,將英吋轉換為公分。例如,12 / ConC4= 30。" - -#: base.xml:1678(para) -msgid "C5" -msgstr "" - -#: base.xml:1679(para) -msgid "57.295779513" -msgstr "" - -#: base.xml:1680(para) -msgid "degrees in a radian" -msgstr "弧度角度" - -#: base.xml:1683(para) -msgid "C6" -msgstr "" - -#: base.xml:1684(para) -msgid "1048576" -msgstr "" - -#: base.xml:1685(para) -msgid "2 ^ 20" -msgstr "" - -#: base.xml:1688(para) -msgid "C7" -msgstr "" - -#: base.xml:1689(para) -msgid "0.0353" -msgstr "" - -#: base.xml:1690(para) -msgid "grams or ounces" -msgstr "克或盎司" - -#: base.xml:1691(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from grams to ounces. For example, 500 * ConC7= 18." -msgstr "" -"將顯示區域的目前值乘上這個常數,將克轉換為盎司。例如,500 * ConC7= 18。" - -#: base.xml:1692(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from ounces to grams. For example, 18 / ConC7= 500." -msgstr "" -"將顯示區域的目前值除這個常數,將盎司轉換為克。例如,18 / ConC7= 500。" - -#: base.xml:1695(para) -msgid "C8" -msgstr "" - -#: base.xml:1696(para) -msgid "0.948" -msgstr "" - -#: base.xml:1697(para) -msgid "kilojoules or British thermal units" -msgstr "千焦耳或英國熱量單位" - -#: base.xml:1698(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilojoules to British thermal units. For example, 10 * ConC8= 9.48." -msgstr "" -"將顯示區域的目前值乘上這個常數,將千焦耳轉換為英國熱量單位。例如,10 * " -"ConC8= 9.48。" - -#: base.xml:1699(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from British thermal units to kilojoules. For example, 9.48 / " -"ConC8= 10." -msgstr "" -"將顯示區域的目前值除這個常數,將英國熱量單位轉換為千焦耳。例如,9.48 / " -"ConC8= 10。" - -#: base.xml:1702(para) -msgid "C9" -msgstr "" - -#: base.xml:1703(para) -msgid "0.061" -msgstr "" - -#: base.xml:1704(para) -msgid "cubic centimeters or cubic inches" -msgstr "立方厘米或立方英吋" - -#: base.xml:1705(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from cubic centimeters to cubic inches. For example, 100 * ConC9= 6.10." -msgstr "" -"將顯示區域的目前值乘上這個常數,將立方厘米轉換為立方英吋。例如,100 * " -"ConC9= 6.10。" - -#: base.xml:1706(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from cubic inches to cubic centimeters. For example, 6.10 / ConC9= 100." -msgstr "" -"將顯示區域的目前值除這個常數,將立方厘米轉換為立方英吋。例如,6.10 / " -"ConC9= 100。" - -#: base.xml:1711(para) -msgid "" -"You cannot add new constants in this version of mate-calc. However, you can overwrite the default constants to store your " -"own constants." -msgstr "" -"您不可以在這一版的 Calculator 中增加新的常數。但" -"是,您可以覆寫預設常數來儲存您自己的常數。" - -#: base.xml:1712(para) -msgid "" -"To store a new constant or edit an existing constant, perform the following " -"steps:" -msgstr "如果要儲存新常數或編輯現有的常數,請執行下列的步驟:" - -#: base.xml:1715(para) -msgid "" -"Click on Con and select Edit Constants from the popup menu." -msgstr "" -"按一下 Con,然後選取即現式功能表上的編輯常數" -"。" - -#: base.xml:1718(para) -msgid "" -"In the Edit Constants window, select the constant that " -"you want to overwrite or edit." -msgstr "在編輯常數視窗中,選取您要覆寫或編輯的常數。" - -#: base.xml:1721(para) -msgid "Click on the Value field, and enter the new value." -msgstr "按一下值欄位,然後輸入新的值。" - -#: base.xml:1724(para) -msgid "Click on the Description field, and enter the new description." -msgstr "按一下說明欄位,然後輸入新的說明。" - -#: base.xml:1727(para) -msgid "" -"Click OK to save your changes and close the " -"Edit Constants window." -msgstr "" -"按一下確定以儲存您所作的變更並關閉編輯常數視窗。" - -#: base.xml:1732(title) -msgid "To Use Functions" -msgstr "使用函數" - -#: base.xml:1733(para) -msgid "" -"To show the available functions, click on Fun. A " -"popup menu displays the list of defined functions. Select a function from " -"the menu to run that function. If the function is not defined, the value " -"zero is returned." -msgstr "" -"如果要顯示可用的函數,請按一下 Fun。即現式功能表會顯示" -"已定義函數的清單。請從功能表選取函數以執行該函數。如果這個函數尚未定義,則會" -"傳回零值。" - -#: base.xml:1734(para) -msgid "" -"If you use the keyboard shortcut F, you can use the " -"keyboard to specify the function, as shown in the following example:" -msgstr "" -"如果您是使用鍵盤捷徑 F,您可以使用鍵盤來指定函數,如下列範例" -"所示:" - -#: base.xml:1750(keycap) base.xml:2083(keycap) base.xml:2418(keycap) -#: base.xml:2507(keycap) -msgid "F" -msgstr "" - -#: base.xml:1751(para) -msgid "F3" -msgstr "" - -#: base.xml:1757(para) -msgid "" -"The mate-calc application does not provide any " -"default functions. You can store up to ten functions." -msgstr "" -"Calculator 應用程式不提供任何預設函數。您最多可以" -"儲存 10 個函數。" - -#: base.xml:1758(para) -msgid "" -"To store a new function or edit an existing function, perform the following " -"steps:" -msgstr "如果要儲存新的函數或編輯現有的函數,請執行下列的步驟:" - -#: base.xml:1761(para) -msgid "" -"Click on Fun and select Edit Functions from the popup menu." -msgstr "" -"按一下 Fun,然後選取即現式功能表上的 編輯函" -"數。" - -#: base.xml:1764(para) -msgid "" -"In the Edit Functions window, select a blank entry, or " -"the function that you want to overwrite." -msgstr "" -"在編輯函數視窗中,選取空的項目或是您要覆寫的函數。" - -#: base.xml:1767(para) -msgid "" -"Click on the Value field, and enter the new value. Use the keyboard " -"shortcuts to invoke a mate-calc button. For " -"example, enter 90K to calculate sine(90)." -msgstr "" -"按一下值欄位,然後輸入新的值。使用鍵盤捷徑可以啟動 Calculator 按鈕。例如,輸入 90K 可以計算 sine(90)。" - -#: base.xml:1770(para) -msgid "" -"Click on the Description field, and enter the new description. For example, " -"Sine 90." -msgstr "按一下說明欄位,然後輸入新的說明。例如,Sine 90。" - -#: base.xml:1773(para) -msgid "" -"Click OK to save your changes and close the " -"Edit Functions window." -msgstr "" -"按一下確定以儲存您所作的變更並關閉編輯函數視窗。" - -#: base.xml:1778(title) -msgid "To Manipulate Binary Numbers" -msgstr "處理二進制數字" - -#: base.xml:1779(para) -msgid "" -"To manipulate binary numbers, use the buttons described in ." -msgstr "" -"如果要處理二進制數字,請使用 中所" -"述的按鈕。" - -#: base.xml:1781(title) -msgid "Manipulating Binary Numbers" -msgstr "處理二進制數字" - -#: base.xml:1804(para) base.xml:2289(para) -msgid "Left Shift n" -msgstr "左移 n" - -#: base.xml:1805(guibutton) base.xml:1849(keycap) base.xml:2287(keycap) -#: base.xml:2288(guibutton) -msgid "<" -msgstr "" - -#: base.xml:1806(para) -msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the left. Click on <, and select the number of shift places from the popup menu. The " -"number can be shifted up to 15 places left." -msgstr "" -"將顯示區域中目前的無符號 32 位元二進制值依指定的位數向左移。按一下 " -"<,然後選取即現式功能表上的移動位數。數字最多可以左" -"移 15 位數。" - -#: base.xml:1807(para) -msgid "111 <1 place" -msgstr "111 <1 位數" - -#: base.xml:1808(para) -msgid "1110" -msgstr "" - -#: base.xml:1811(para) base.xml:2301(para) -msgid "Right Shift n" -msgstr "右移 n" - -#: base.xml:1812(guibutton) base.xml:1853(keycap) base.xml:2299(keycap) -#: base.xml:2300(guibutton) -msgid ">" -msgstr "" - -#: base.xml:1813(para) -msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the right. Click on >, and select the number of shift places from the popup menu. The " -"number can be shifted up to 15 places right." -msgstr "" -"將顯示區域中目前的無符號 32 位元二進制值依指定的位數向右移。按一下 " -">,然後選取即現式功能表上的移動位數。數字最多可以右" -"移 15 位數。" - -#: base.xml:1814(para) -msgid "1011 >1 place" -msgstr "1011 >1 位數" - -#: base.xml:1815(para) -msgid "101" -msgstr "" - -#: base.xml:1818(para) base.xml:2325(para) -msgid "Get a 16-Bit Unsigned Integer" -msgstr "取得 16 位元無符號整數" - -#: base.xml:1819(guibutton) base.xml:2324(guibutton) -msgid "&16" -msgstr "" - -#: base.xml:1820(para) -msgid "" -"Truncates the current value in the display area and returns a 16-bit " -"unsigned integer." -msgstr "將顯示區域的目前值截斷並傳回一個 16 位元無符號整數。" - -#: base.xml:1821(para) -msgid "FFFFF &16" -msgstr "" - -#: base.xml:1822(para) -msgid "FFFF" -msgstr "" - -#: base.xml:1825(para) base.xml:2319(para) -msgid "Get a 32-Bit Unsigned Integer" -msgstr "取得 32 位元無符號整數" - -#: base.xml:1826(guibutton) base.xml:2318(guibutton) -msgid "&32" -msgstr "" - -#: base.xml:1827(para) -msgid "" -"Truncates the current value in the display area and returns a 32-bit " -"unsigned integer." -msgstr "將顯示區域的目前值截斷並傳回一個 32 位元無符號整數。" - -#: base.xml:1828(para) -msgid "FFFFFFFFFF &32" -msgstr "" - -#: base.xml:1829(para) -msgid "FFFFFFFF" -msgstr "" - -#: base.xml:1834(para) -msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"number of places to shift, as shown in the following examples:" -msgstr "" -"如果您是使用鍵盤捷徑,您可以使用鍵盤來指定要移動的位數,如下列範例所示:" - -#: base.xml:1850(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the left." -msgstr "將顯示區域中目前的二進制值左移 4 位數。" - -#: base.xml:1854(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the right." -msgstr "將顯示區域中目前的二進制值右移 4 位數。" - -#: base.xml:1862(title) -msgid "To Perform Miscellaneous Scientific Calculations" -msgstr "執行其他的科學計算" - -#: base.xml:1863(para) -msgid "" -"To calculate miscellaneous scientific calculations, use the buttons " -"described in ." -msgstr "" -"如果要計算其他的科學計算,請使用 " -"中所述的按鈕。" - -#: base.xml:1865(title) -msgid "Performing Miscellaneous Scientific Calculations" -msgstr "執行其他的科學計算" - -#: base.xml:1888(para) base.xml:2247(para) -msgid "Parentheses" -msgstr "括號" - -#: base.xml:1889(para) base.xml:2246(para) -msgid "( and )" -msgstr "" - -#: base.xml:1890(para) -msgid "" -"Provide precedence in arithmetic calculations. Calculations within " -"parentheses are performed first. If parentheses are not used, arithmetic " -"calculations are performed from left to right with no arithmetic precedence. " -"Parentheses can be nested to any level. When the last parenthesis is " -"matched, the display area is updated." -msgstr "" -"提供算術計算中的優先順序。括號內的算式會優先執行。如果沒有使用括號,算術計算" -"將從左至右執行沒有優先順序。括號可以嵌套的層數不限。當最後一個括號相符時,即" -"更新顯示區域。" - -#: base.xml:1892(para) -msgid "" -"2 +3*4=" -msgstr "" - -#: base.xml:1893(para) -msgid "" -"2 +(3*4)" -msgstr "" - -#: base.xml:1897(para) -msgid "14" -msgstr "" - -#: base.xml:1901(para) base.xml:2337(para) -msgid "e to the x Power" -msgstr "e 的 x 次方" - -#: base.xml:1902(para) base.xml:2336(para) -msgid "ex" -msgstr "" - -#: base.xml:1903(para) -msgid "" -"Calculates the value of e raised to the power of the " -"current value in the display area." -msgstr "計算顯示區域之目前值其 e 的次方值。" - -#: base.xml:1904(para) -msgid "2 ex" -msgstr "" +#~ msgid "Constant Value" +#~ msgstr "定值" -#: base.xml:1905(para) -msgid "7.39" -msgstr "" - -#: base.xml:1908(para) base.xml:2349(para) -#, fuzzy -msgid "10 to the x Power" -msgstr "" -"#-#-#-#-# zh_HK-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" -"10 的 x 次方\n" -"#-#-#-#-# zh_HK-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" -"10 是 x 次方" - -#: base.xml:1909(para) base.xml:2348(para) -msgid "10x" -msgstr "" - -#: base.xml:1910(para) -msgid "" -"Calculates the value of 10 raised to the power of the current value in the " -"display area." -msgstr "計算顯示區域之目前值其 10 的次方值。" - -#: base.xml:1911(para) -msgid "2 10x" -msgstr "" - -#: base.xml:1912(para) -msgid "100" -msgstr "" - -#: base.xml:1915(para) base.xml:2217(para) -msgid "y to the x Power" -msgstr "y 的 x 次方" - -#: base.xml:1916(para) base.xml:2216(para) -msgid "yx" -msgstr "" - -#: base.xml:1917(para) -msgid "" -"Raises the current value in the display area to the power of the next value " -"that you enter." -msgstr "將顯示區域的目前值作為您輸入之下一個值的次方。" - -#: base.xml:1918(para) -msgid "" -"2 yx4=" -msgstr "" - -#: base.xml:1922(para) base.xml:2223(para) -msgid "x Factorial" -msgstr "x 階乘" - -#: base.xml:1923(guibutton) base.xml:2222(guibutton) -msgid "x!" -msgstr "" - -#: base.xml:1924(para) -msgid "" -"Calculates the factorial of the current value in the display area. " -"x factorial is x*" -"(x-1)*(x-2)...*1. This " -"function applies only to positive integers." -msgstr "" -"計算顯示區域之目前值的階乘。x 階乘為 " -"x*(x-1)*" -"(x-2)...*1。這個函數只可套用於正整數。" - -#: base.xml:1925(para) -msgid "4 x!" -msgstr "" - -#: base.xml:1926(para) -msgid "24" -msgstr "" - -#: base.xml:1929(para) base.xml:2307(para) -msgid "Random Number Generator" -msgstr "亂數產生器" - -#: base.xml:1930(guibutton) base.xml:1932(guibutton) base.xml:2306(guibutton) -msgid "Rand" -msgstr "" - -#: base.xml:1931(para) -msgid "" -"Generates a random number in the range 0.0 to 1.0 and displays the random " -"number in the display area." -msgstr "隨機產生一個 0.0 到 1.0 範圍之間的數字並在顯示區域中顯示該數字。" - -#: base.xml:1933(para) -msgid "0.14" -msgstr "" - -#: base.xml:1936(para) base.xml:2037(para) base.xml:2043(para) -#: base.xml:2055(para) base.xml:2067(para) base.xml:2079(para) -msgid "Hexadecimal Numerals" -msgstr "十六進制數字" - -#: base.xml:1937(para) -msgid "A to E inclusive" -msgstr "AE 以內的數值" - -#: base.xml:1938(para) -msgid "These numerals are available in hexadecimal base only." -msgstr "這些數字只可用於十六進制基礎。" - -#: base.xml:1939(guibutton) base.xml:1940(para) base.xml:2042(guibutton) -#: base.xml:2406(keycap) base.xml:2495(keycap) -msgid "B" -msgstr "" - -#: base.xml:1949(title) -msgid "To Quit" -msgstr "結束" - -#: base.xml:1950(para) -msgid "" -"To quit mate-calc, choose " -"CalculatorQuit." -msgstr "" -"如果要結束 Calculator,請選擇 " -"計算機結束。" - -#: base.xml:1955(para) -msgid "" -"When you quit mate-calc, the current values of " -"the following settings are stored and automatically applied the next time " -"you start mate-calc:" -msgstr "" -"當您結束 Calculator 時,即會儲存下列設定目前的值並" -"在下次啟動 Calculator 時自動套用:" - -#: base.xml:1957(para) -msgid "" -"Mode: Basic, Financial, or Scientific" -msgstr "" -"模式:基本、財務或科學" - -#: base.xml:1959(para) -msgid "" -"Memory Registers window displayed " -"or not displayed" -msgstr "記憶體註冊視窗顯示或未顯示" - -#: base.xml:1960(link) -msgid "Numeric base" -msgstr "數值基礎" - -#: base.xml:1961(link) -msgid "Display type" -msgstr "顯示類型" - -#: base.xml:1962(link) -msgid "Trigonometric type" -msgstr "三角類型" - -#: base.xml:1968(title) -msgid "Technical Information" -msgstr "技術資訊" - -#: base.xml:1970(title) -msgid "Order of Operations" -msgstr "運算順序" - -#: base.xml:1971(para) -msgid "" -"Calculations are performed from left to right with no arithmetic precedence. " -"To apply arithmetic precedence, use parentheses." -msgstr "" -"從左至右執行計算,沒有算術 優先順序。如果要套用算術 優先順序,請使用括號。" - -#: base.xml:1975(para) -msgid "" -"For example, without parentheses: 2 + 3 * 4 = 20 " -msgstr "" -"例如,當沒有使用括號時: 2 + 3 * 4 = 20 " - -#: base.xml:1977(para) -msgid "With parentheses: 2 + (3 * 4) = 14" -msgstr "使用括號時: 2 + (3 * 4) = 14" - -#: base.xml:1981(title) -msgid "Error Conditions" -msgstr "錯誤狀況" - -#: base.xml:1984(para) -msgid "Displays the word Error in the display area." -msgstr "在顯示區域中顯示 Error 一字。" - -#: base.xml:1985(para) -msgid "" -"Makes all calculator buttons unavailable, except Clr." -msgstr "使所有的計算機按鈕無法使用,Clr 除外。" - -#: base.xml:1986(para) -msgid "Makes all calculator options unavailable." -msgstr "使所有的計算機選項無法使用。" - -#: base.xml:1987(para) -msgid "" -"Makes all calculator menu items unavailable, except " -"CalculatorQuit and HelpContents." -msgstr "" -"使所有的計算機功能表項目無法使用,計算機結束說" -"明內容 除外。" - -#: base.xml:1982(para) -msgid "" -"If you perform an invalid calculation, mate-calc " -"indicates the error condition as follows: " -msgstr "" -"如果您執行一個無效的計算,Calculator 會指出下列的" -"錯誤狀況: " - -#: base.xml:1990(para) -msgid "" -"To clear the error condition, click Clr or press " -"Delete." -msgstr "" -"如果要清除錯誤狀況,請按一下 Clr 或按下 " -"Delete。" - -#: base.xml:1993(title) -msgid "To Change the Input Mode" -msgstr "變更輸入模式" - -#: base.xml:1994(para) -msgid "" -"To change the input mode, right-click in the text window, then select " -"Input Methods." -msgstr "" -"如果要變更輸入模式,請在文字視窗上按滑鼠右鍵,然後選取 輸入方法" -"。" - -#: base.xml:2000(title) -msgid "Quick Reference: Keyboard Shortcuts" -msgstr "快速參考:鍵盤捷徑" - -#: base.xml:2001(para) -msgid "" -", , and provide a quick reference for all " -"of the mate-calc keyboard shortcuts." -msgstr "" -" 提供了所有 " -"Calculator 鍵盤捷徑的快速參考。" - -#: base.xml:2003(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Buttons" -msgstr "Calculator 按鈕之鍵盤捷徑的快速參考" - -#: base.xml:2012(para) base.xml:2389(para) base.xml:2484(para) -msgid "Keyboard Shortcut" -msgstr "鍵盤捷徑" - -#: base.xml:2018(para) base.xml:2395(para) base.xml:2490(para) -msgid "See" -msgstr "請參閱" - -#: base.xml:2023(para) -msgid "0 to 9 inclusive" -msgstr "09 以內的數字" - -#: base.xml:2029(keycap) base.xml:2036(guibutton) -msgid "A" -msgstr "" - -#: base.xml:2030(guibutton) -msgid "Acc" -msgstr "" - -#: base.xml:2035(keycap) base.xml:2400(keycap) -msgid "a" -msgstr "" - -#: base.xml:2041(keycap) -msgid "b" -msgstr "" - -#: base.xml:2047(keycap) base.xml:2054(guibutton) base.xml:2501(keycap) -msgid "C" -msgstr "" - -#: base.xml:2053(keycap) -msgid "c" -msgstr "" - -#: base.xml:2059(keycap) base.xml:2066(guibutton) base.xml:2412(keycap) -msgid "D" -msgstr "" - -#: base.xml:2065(keycap) -msgid "d" -msgstr "" - -#: base.xml:2071(keycap) base.xml:2078(guibutton) -msgid "E" -msgstr "" - -#: base.xml:2073(para) -msgid "Exponential" -msgstr "指數" - -#: base.xml:2084(guibutton) -msgid "Fun" -msgstr "" - -#: base.xml:2089(keycap) -msgid "G" -msgstr "" - -#: base.xml:2091(para) -msgid "Common Logarithm" -msgstr "常用對數" - -#: base.xml:2095(keycap) -msgid "i" -msgstr "" - -#: base.xml:2101(keycap) -msgid "J" -msgstr "" - -#: base.xml:2102(guibutton) -msgid "Cos" -msgstr "" - -#: base.xml:2103(para) -msgid "Cosine" -msgstr "餘弦" - -#: base.xml:2107(keycap) -msgid "K" -msgstr "" - -#: base.xml:2108(guibutton) -msgid "Sin" -msgstr "" - -#: base.xml:2109(para) -msgid "Sine" -msgstr "正弦" - -#: base.xml:2113(keycap) -msgid "L" -msgstr "" - -#: base.xml:2114(guibutton) base.xml:2115(para) -msgid "Tan" -msgstr "正切" - -#: base.xml:2119(keycap) -msgid "l" -msgstr "" - -#: base.xml:2125(keycap) -msgid "m" -msgstr "" - -#: base.xml:2131(keycap) -msgid "N" -msgstr "" - -#: base.xml:2137(keycap) base.xml:2436(keycap) -msgid "n" -msgstr "" - -#: base.xml:2143(keycap) -msgid "P" -msgstr "" - -#: base.xml:2149(keycap) -msgid "p" -msgstr "" - -#: base.xml:2161(keycap) -msgid "r" -msgstr "" - -#: base.xml:2173(keycap) -msgid "s" -msgstr "" - -#: base.xml:2179(keycap) base.xml:2537(keycap) -msgid "T" -msgstr "" - -#: base.xml:2185(keycap) -msgid "t" -msgstr "" - -#: base.xml:2191(keycap) -msgid "u" -msgstr "" - -#: base.xml:2197(keycap) -msgid "v" -msgstr "" - -#: base.xml:2209(keycap) -msgid "Y" -msgstr "" - -#: base.xml:2215(keycap) base.xml:2466(keycap) -msgid "y" -msgstr "" - -#: base.xml:2221(keycap) -msgid "!" -msgstr "" - -#: base.xml:2228(guibutton) -msgid "Con" -msgstr "" - -#: base.xml:2229(para) -msgid "Constant Value" -msgstr "定值" - -#: base.xml:2239(keycap) -msgid "&" -msgstr "" - -#: base.xml:2245(para) -msgid "( and )" -msgstr "" - -#: base.xml:2251(para) -msgid "* or x" -msgstr "" - -#: base.xml:2281(keycap) -msgid ":" -msgstr ":" - -#: base.xml:2293(para) -msgid "= or Return" -msgstr "=Return" - -#: base.xml:2305(keycap) -msgid "?" -msgstr "" - -#: base.xml:2311(keycap) -msgid "@" -msgstr "" - -#: base.xml:2317(keycap) -msgid "[" -msgstr "" - -#: base.xml:2323(keycap) -msgid "]" -msgstr "" - -#: base.xml:2329(keycap) -msgid "^" -msgstr "" - -#: base.xml:2335(keycap) -msgid "{" -msgstr "" - -#: base.xml:2341(keycap) -msgid "|" -msgstr "" - -#: base.xml:2347(keycap) -msgid "}" -msgstr "" - -#: base.xml:2365(keycap) base.xml:2495(keycap) base.xml:2501(keycap) -#: base.xml:2507(keycap) base.xml:2513(keycap) base.xml:2519(keycap) -#: base.xml:2525(keycap) base.xml:2531(keycap) base.xml:2537(keycap) -#: base.xml:2543(keycap) -msgid "Ctrl" -msgstr "" - -#: base.xml:2371(keycap) -msgid "Delete" -msgstr "" - -#: base.xml:2380(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -msgstr "Calculator 科學模式選項之鍵盤捷徑的快速參考" - -#: base.xml:2391(para) -msgid "Option" -msgstr "選項" - -#: base.xml:2400(keycap) base.xml:2406(keycap) base.xml:2412(keycap) -#: base.xml:2418(keycap) base.xml:2424(keycap) base.xml:2430(keycap) -#: base.xml:2436(keycap) base.xml:2442(keycap) base.xml:2448(keycap) -#: base.xml:2454(keycap) base.xml:2460(keycap) base.xml:2466(keycap) -msgid "Alt" -msgstr "" - -#: base.xml:2402(para) -msgid "Set the trigonometric type to Gradients." -msgstr "將三角類型設為斜度。" - -#: base.xml:2408(para) -msgid "Set the numeric base to binary." -msgstr "將數值基礎設為二進制。" - -#: base.xml:2414(para) -msgid "Set the numeric base to decimal." -msgstr "將數值基礎設為十進制。" - -#: base.xml:2420(para) -msgid "Set the display type to Fixed-Point format." -msgstr "將顯示類型設為定點格式。" - -#: base.xml:2424(keycap) -msgid "g" -msgstr "" - -#: base.xml:2426(para) -msgid "Set the trigonometric type to Degrees." -msgstr "將三角類型設為角度。" - -#: base.xml:2430(keycap) base.xml:2513(keycap) -msgid "I" -msgstr "" - -#: base.xml:2432(para) -msgid "Select the inverse option for use with the trigonometric functions." -msgstr "選取三角函數使用的反三角選項。" - -#: base.xml:2438(para) -msgid "Set the display type to Engineering format." -msgstr "將顯示類型設為工程格式。" - -#: base.xml:2442(keycap) -msgid "O" -msgstr "" - -#: base.xml:2444(para) -msgid "Set the numeric base to octal." -msgstr "將數值基礎設為八進制。" - -#: base.xml:2450(para) -msgid "Set the trigonometric type to Radians." -msgstr "將三角類型設為弧度。" - -#: base.xml:2456(para) -msgid "Set the display type to Scientific format." -msgstr "將顯示類型設為科學格式。" - -#: base.xml:2460(keycap) -msgid "x" -msgstr "" - -#: base.xml:2462(para) -msgid "Set the numeric base to hexadecimal." -msgstr "將數值基礎設為十六進制。" - -#: base.xml:2468(para) -msgid "Select the hyperbolic option for use with the trigonometric functions." -msgstr "選取三角函數使用的雙曲線選項。" - -#: base.xml:2475(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" -msgstr "Calculator 功能表項目之鍵盤捷徑的快速參考" - -#: base.xml:2486(para) -msgid "Menu Item" -msgstr "功能表項目" - -#: base.xml:2496(guimenu) base.xml:2508(guimenu) base.xml:2520(guimenu) -#: base.xml:2532(guimenu) base.xml:2538(guimenu) -msgid "View" -msgstr "檢視" - -#: base.xml:2496(guimenuitem) -msgid "Basic" -msgstr "基本" - -#: base.xml:2497(para) -msgid "Change to Basic Mode" -msgstr "變更為基本模式" - -#: base.xml:2502(guimenu) base.xml:2514(guimenu) base.xml:2544(guimenu) -msgid "Edit" -msgstr "編輯" - -#: base.xml:2502(guimenuitem) -msgid "Copy" -msgstr "複製" - -#: base.xml:2503(para) -msgid "Copy the current value in the display area to the clipboard" -msgstr "將顯示區域的目前值複製到剪貼簿。" - -#: base.xml:2508(guimenuitem) -msgid "Financial" -msgstr "財務" - -#: base.xml:2509(para) -msgid "Change to Financial Mode" -msgstr "變更為財務模式" - -#: base.xml:2514(guimenuitem) -msgid "Insert ASCII Values" -msgstr "插入 ASCII 值" - -#: base.xml:2515(para) -msgid "Display the Insert ASCII Values window" -msgstr "顯示插入 ASCII 值視窗" +#~ msgid ":" +#~ msgstr ":" -#: base.xml:2519(keycap) -msgid "M" -msgstr "" - -#: base.xml:2520(guimenuitem) -msgid "Memory Registers" -msgstr "記憶體註冊" +#~ msgid "= or Return" +#~ msgstr "=Return" -#: base.xml:2521(para) -msgid "Display the Memory Registers window" -msgstr "顯示記憶體註冊視窗" - -#: base.xml:2525(keycap) -msgid "Q" -msgstr "" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" +#~ msgstr "" +#~ "Calculator 科學模式選項之鍵盤捷徑的快速參考" -#: base.xml:2526(guimenuitem) -msgid "Quit" -msgstr "結束" +#~ msgid "Option" +#~ msgstr "選項" -#: base.xml:2527(para) -msgid "Quit the mate-calc application" -msgstr "結束 Calculator 應用程式" +#~ msgid "Set the trigonometric type to Gradients." +#~ msgstr "將三角類型設為斜度。" -#: base.xml:2532(guimenuitem) -msgid "Scientific" -msgstr "科學" +#~ msgid "Set the numeric base to binary." +#~ msgstr "將數值基礎設為二進制。" -#: base.xml:2533(para) -msgid "Change to Scientific Mode" -msgstr "變更為科學模式" +#~ msgid "Set the numeric base to decimal." +#~ msgstr "將數值基礎設為十進制。" -#: base.xml:2538(guimenuitem) -msgid "Show Trailing Zeroes" -msgstr "顯示尾隨的零" +#~ msgid "Set the display type to Fixed-Point format." +#~ msgstr "將顯示類型設為定點格式。" -#: base.xml:2539(para) -msgid "Show trailing zeroes" -msgstr "顯示尾隨的零" +#~ msgid "Set the trigonometric type to Degrees." +#~ msgstr "將三角類型設為角度。" -#: base.xml:2543(keycap) -msgid "V" -msgstr "" +#~ msgid "Select the inverse option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的反三角選項。" -#: base.xml:2544(guimenuitem) -msgid "Paste" -msgstr "貼上" +#~ msgid "Set the display type to Engineering format." +#~ msgstr "將顯示類型設為工程格式。" -#: base.xml:2545(para) -msgid "Paste the current value in the clipboard to the display area" -msgstr "將顯示區域的目前值貼入剪貼簿" +#~ msgid "Set the numeric base to octal." +#~ msgstr "將數值基礎設為八進制。" -#: base.xml:2549(keycap) -msgid "F1" -msgstr "" +#~ msgid "Set the trigonometric type to Radians." +#~ msgstr "將三角類型設為弧度。" -#: base.xml:2550(guimenu) -msgid "Help" -msgstr "說明" +#~ msgid "Set the display type to Scientific format." +#~ msgstr "將顯示類型設為科學格式。" -#: base.xml:2550(guimenuitem) -msgid "Contents" -msgstr "內容" +#~ msgid "Set the numeric base to hexadecimal." +#~ msgstr "將數值基礎設為十六進制。" -#: base.xml:2551(para) -msgid "Display the mate-calc online help" -msgstr "顯示 Calculator 線上說明" +#~ msgid "" +#~ "Select the hyperbolic option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的雙曲線選項。" -#: ../C/legal.xml:2(para) -msgid "" -"Permission is granted to copy, distribute and/or modify this document under " -"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " -"later version published by the Free Software Foundation with no Invariant " -"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy " -"of the GFDL at this link or " -"in the file COPYING-DOCS distributed with this manual." -msgstr "" -"根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 " -"(GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散" -"佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如" -"要取得 GFDL 的副本,請參閱 此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" - -#: ../C/legal.xml:12(para) -msgid "" -"This manual is part of a collection of MATE manuals distributed under the " -"GFDL. If you want to distribute this manual separately from the collection, " -"you can do so by adding a copy of the license to the manual, as described in " -"section 6 of the license." -msgstr "" -"本手冊是屬於依 GFDL 授權所發佈之 MATE 手冊集中的一部份。 如果您只要單獨散佈" -"本手冊,依據授權聲明第六節之敘述, 您必須另外將授權聲明加入本手冊中。" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" +#~ msgstr "" +#~ "Calculator 功能表項目之鍵盤捷徑的快速參考" -#: ../C/legal.xml:19(para) -msgid "" -"Many of the names used by companies to distinguish their products and " -"services are claimed as trademarks. Where those names appear in any MATE " -"documentation, and the members of the MATE Documentation Project are made " -"aware of those trademarks, then the names are in capital letters or initial " -"capital letters." -msgstr "" -"許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些 名稱為其商標。當" -"這些名稱出現在 MATE 文件中,同時 MATE 文件 專案小組成員亦明白這些名稱為商標" -"時, 這些名稱會以大寫字母或是首字母大寫表示。" - -#: ../C/legal.xml:35(para) -msgid "" -"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " -"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "" -"文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何 保證,包括 (但不限於) " -"文件或修正版毫無錯誤、可販售、 具特殊用途,或不侵權。 關於本文件與修正版文件" -"之品質、正確性及功用, 其風險您必須自行承擔。 若本文件或修正版有任何缺陷,任" -"何必須之保養,修理及更正, 應由您自行承擔,原始作者、作者或任何散佈者無須負" -"責。 本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或 修正版的授" -"權,皆須在同意本免責聲明的情況下進行;同時" - -#: ../C/legal.xml:55(para) -msgid "" -"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING " -"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " -"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " -"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " -"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " -"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " -"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES " -"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " -"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE " -"POSSIBILITY OF SUCH DAMAGES." -msgstr "" -"在任何情況或法律理論下,亦即不管是在侵權 (包括疏忽)、契約或 其他情形,或是已" -"預先告知會有下列損害之可能時,本文件 或修正版的任何作者、原始作者、投稿人以及" -"散佈者,或是 任何提供單位,對於因使用本文件及修正版,或與本文件及 修正版使用" -"相關所造成的任何直接、間接、特殊、偶然或必 然之損害,包括 (但不限於) 信譽受" -"損、工作停止、電腦當 機或不正常運作,或任何所有其他損害,上述人等皆不需負 任" -"何責任。" - -#: ../C/legal.xml:28(para) -msgid "" -"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " -"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -"" -msgstr "" -"本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明 的條款,同時亦有下列共" -"識: " +#~ msgid "Menu Item" +#~ msgstr "功能表項目" + +#~ msgid "View" +#~ msgstr "檢視" + +#~ msgid "Change to Basic Mode" +#~ msgstr "變更為基本模式" + +#~ msgid "Edit" +#~ msgstr "編輯" + +#~ msgid "Copy" +#~ msgstr "複製" + +#~ msgid "Copy the current value in the display area to the clipboard" +#~ msgstr "將顯示區域的目前值複製到剪貼簿。" + +#~ msgid "Change to Financial Mode" +#~ msgstr "變更為財務模式" + +#~ msgid "Insert ASCII Values" +#~ msgstr "插入 ASCII 值" + +#~ msgid "Display the Insert ASCII Values window" +#~ msgstr "顯示插入 ASCII 值視窗" + +#~ msgid "Memory Registers" +#~ msgstr "記憶體註冊" + +#~ msgid "Display the Memory Registers window" +#~ msgstr "顯示記憶體註冊視窗" + +#~ msgid "Quit" +#~ msgstr "結束" + +#~ msgid "Quit the mate-calc application" +#~ msgstr "結束 Calculator 應用程式" + +#~ msgid "Change to Scientific Mode" +#~ msgstr "變更為科學模式" + +#~ msgid "Show Trailing Zeroes" +#~ msgstr "顯示尾隨的零" + +#~ msgid "Show trailing zeroes" +#~ msgstr "顯示尾隨的零" + +#~ msgid "Paste" +#~ msgstr "貼上" + +#~ msgid "Paste the current value in the clipboard to the display area" +#~ msgstr "將顯示區域的目前值貼入剪貼簿" + +#~ msgid "Help" +#~ msgstr "說明" + +#~ msgid "Display the mate-calc online help" +#~ msgstr "顯示 Calculator 線上說明" + +#~ msgid "" +#~ "Permission is granted to copy, distribute and/or modify this document " +#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 " +#~ "or any later version published by the Free Software Foundation with no " +#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You " +#~ "can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." +#~ msgstr "" +#~ "根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 " +#~ "(GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複" +#~ "製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底" +#~ "文字。 如要取得 GFDL 的副本,請參閱 此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" + +#~ msgid "" +#~ "This manual is part of a collection of MATE manuals distributed under " +#~ "the GFDL. If you want to distribute this manual separately from the " +#~ "collection, you can do so by adding a copy of the license to the manual, " +#~ "as described in section 6 of the license." +#~ msgstr "" +#~ "本手冊是屬於依 GFDL 授權所發佈之 MATE 手冊集中的一部份。 如果您只要單獨散" +#~ "佈本手冊,依據授權聲明第六節之敘述, 您必須另外將授權聲明加入本手冊中。" + +#~ msgid "" +#~ "Many of the names used by companies to distinguish their products and " +#~ "services are claimed as trademarks. Where those names appear in any MATE " +#~ "documentation, and the members of the MATE Documentation Project are " +#~ "made aware of those trademarks, then the names are in capital letters or " +#~ "initial capital letters." +#~ msgstr "" +#~ "許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些 名稱為其商" +#~ "標。當這些名稱出現在 MATE 文件中,同時 MATE 文件 專案小組成員亦明白這些" +#~ "名稱為商標時, 這些名稱會以大寫字母或是首字母大寫表示。" + +#~ msgid "" +#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " +#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES " +#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS " +#~ "DISCLAIMER; AND" +#~ msgstr "" +#~ "文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何 保證,包括 (但不限" +#~ "於) 文件或修正版毫無錯誤、可販售、 具特殊用途,或不侵權。 關於本文件與修正" +#~ "版文件之品質、正確性及功用, 其風險您必須自行承擔。 若本文件或修正版有任何" +#~ "缺陷,任何必須之保養,修理及更正, 應由您自行承擔,原始作者、作者或任何散" +#~ "佈者無須負責。 本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或 " +#~ "修正版的授權,皆須在同意本免責聲明的情況下進行;同時" + +#~ msgid "" +#~ "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " +#~ "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " +#~ "WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE " +#~ "LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " +#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " +#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " +#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " +#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, " +#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH " +#~ "DAMAGES." +#~ msgstr "" +#~ "在任何情況或法律理論下,亦即不管是在侵權 (包括疏忽)、契約或 其他情形,或是" +#~ "已預先告知會有下列損害之可能時,本文件 或修正版的任何作者、原始作者、投稿" +#~ "人以及散佈者,或是 任何提供單位,對於因使用本文件及修正版,或與本文件及 修" +#~ "正版使用相關所造成的任何直接、間接、特殊、偶然或必 然之損害,包括 (但不限" +#~ "於) 信譽受損、工作停止、電腦當 機或不正常運作,或任何所有其他損害,上述人" +#~ "等皆不需負 任何責任。" + +#~ msgid "" +#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE " +#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER " +#~ "UNDERSTANDING THAT: " +#~ msgstr "" +#~ "本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明 的條款,同時亦有下列" +#~ "共識: " diff --git a/help/zh_TW/zh_TW.po b/help/zh_TW/zh_TW.po index c47ce6a..407d944 100644 --- a/help/zh_TW/zh_TW.po +++ b/help/zh_TW/zh_TW.po @@ -1,3956 +1,3304 @@ msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2008-08-04 16:17+1000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: mate-calc-help master\n" +"POT-Creation-Date: 2011-06-23 21:02+0000\n" +"PO-Revision-Date: 2011-06-24 12:40+0800\n" +"Last-Translator: Pin-hsien Li \n" +"Language-Team: Chinese (Taiwan) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: base.xml:22(title) -msgid "mate-calc Manual V2.5" -msgstr "Calculator 手冊 V2.5" +#: C/variables.page:9(title) +msgid "Variables" +msgstr "變數" -#: base.xml:25(year) -msgid "2003" -msgstr "2003 年" - -#: base.xml:26(year) -msgid "2004" +#: C/variables.page:11(p) +msgid "" +"To assign a value to a variable use the = symbol or choose the variable to " +"assign to with the x button in advanced " +"mode. A variable name must only contain upper or lower characters." msgstr "" +"要將一個值指定為變數,使用「=」符號,或者用 進階模式 下的 x 按鈕來選擇欲指定的變數。變數名稱只能包含大小寫字母。" -#: base.xml:27(holder) base.xml:51(orgname) -msgid "Sun Microsystems" -msgstr "" +#: C/variables.page:16(p) +msgid "x=5" +msgstr "x=5" -#: base.xml:38(publishername) base.xml:77(para) base.xml:86(para) -#: base.xml:95(para) base.xml:104(para) base.xml:113(para) base.xml:122(para) -msgid "MATE Documentation Project" -msgstr "MATE 文件專案" +#: C/variables.page:19(p) +msgid "value=82" +msgstr "value=82" -#: base.xml:48(firstname) -msgid "Sun" +#: C/variables.page:23(p) +msgid "" +"Variables can be used in any equation and are substituted for their assigned " +"value. Variables can be inserted using the x button." msgstr "" +"變數可以在任何方程式下使用,替代指定給它們的值。插入變數可以使用 x 按鈕。" -#: base.xml:49(surname) -msgid "MATE Documentation Team" -msgstr "MATE 文件小組" +#: C/variables.page:28(p) +msgid "6x+3" +msgstr "6x+3" -#: base.xml:72(revnumber) -msgid "mate-calc Manual V2.5" -msgstr "計算機手冊 V2.5" +#: C/variables.page:31(p) +msgid "xy−3x+7y−21" +msgstr "xy-3x+7y-21" -#: base.xml:75(para) base.xml:84(para) base.xml:93(para) base.xml:102(para) -#: base.xml:111(para) base.xml:120(para) -msgid "Sun MATE Documentation Team" -msgstr "Sun MATE 文件小組" +#: C/variables.page:35(p) +msgid "The following variables are always defined." +msgstr "下面是預先定義好的變數。" -#: base.xml:81(revnumber) -msgid "mate-calc Manual V2.4" -msgstr "mate-calc 手冊 V2.4" +#: C/variables.page:40(p) +msgid "ans" +msgstr "ans" -#: base.xml:82(date) -msgid "June 2003" -msgstr "2003 年 6 月" +#: C/variables.page:41(p) +msgid "Result of previous calculation" +msgstr "上次的計算結果" -#: base.xml:90(revnumber) -msgid "mate-calc Manual V2.3" -msgstr "mate-calc 手冊 V2.3" +#: C/variables.page:44(p) +msgid "e" +msgstr "e" + +#: C/variables.page:45(link) +msgid "Euler's Number" +msgstr "歐拉數" -#: base.xml:91(date) base.xml:100(date) -msgid "April 2003" -msgstr "2003 年 4 月" +#: C/variables.page:48(p) C/keyboard.page:35(p) +msgid "π" +msgstr "π" -#: base.xml:99(revnumber) -msgid "mate-calc Manual V2.2" -msgstr "mate-calc 手冊 V2.2" +#: C/variables.page:49(link) +msgid "Pi" +msgstr "Pi (圓周率)" -#: base.xml:108(revnumber) -msgid "mate-calc Manual V2.1" -msgstr "mate-calc 手冊 V2.1" +#: C/variables.page:52(p) +msgid "rand" +msgstr "rand" -#: base.xml:109(date) base.xml:118(date) -msgid "March 2003" -msgstr "2003 年 3 月" +#: C/variables.page:53(p) +msgid "Random value in the range [0,1] (changes on each read)" +msgstr "範圍 [0,1] 內的任意值 (在每次讀取時改變)" -#: base.xml:117(revnumber) -msgid "mate-calc Manual V2.0" -msgstr "mate-calc 手冊 V2.0" +#: C/trigonometry.page:9(title) +msgid "Trigonometry" +msgstr "三角函數" -#: base.xml:127(releaseinfo) +#: C/trigonometry.page:11(p) msgid "" -"This manual describes version 4.2.100 of mate-calc." +"Trigonometry can be performed using the sin, cos, and tan function." msgstr "" -"本手冊的內容是說明 4.2.103 版的 Calculator。" +"三角函數運算可以使用 sin、cos,以及 tan 函數。" -#: base.xml:130(title) -msgid "Feedback" -msgstr "回饋" +#: C/trigonometry.page:15(p) +msgid "sin 45" +msgstr "sin 45" -#: base.xml:131(para) +#: C/trigonometry.page:19(p) msgid "" -"To report a bug or make a suggestion regarding the mate-calc application or this manual, follow the directions in the MATE Feedback Page." -msgstr "" -"關於本 Calculator 應用程式或 手冊,如果要報告錯誤" -"或提出建議,請遵照 MATE " -"Feedback Page 的指示。" - -#: base.xml:140(primary) base.xml:211(command) -msgid "mate-calc" +"The angle units used can be changed from the CalculatorPreferences menu. Trigonometry buttons are visible " +"when in scientific mode." msgstr "" +"角的單位可在 計算機偏好設定 選單內更" +"改。科學模式 下有三角函數按鈕。" -#: base.xml:143(primary) base.xml:2526(guimenu) -msgid "Calculator" -msgstr "計算機" +#: C/trigonometry.page:23(p) +msgid "" +"Hyperbolic functions are available by adding \"h\" to the end of a function." +msgstr "在函數尾端加上「h」後,便可使用雙曲函數。" -#: base.xml:149(title) -msgid "Introduction" -msgstr "介紹" +#: C/trigonometry.page:27(p) +msgid "sinh 0.34" +msgstr "sinh 0.34" -#: base.xml:150(para) +#: C/trigonometry.page:31(p) msgid "" -"The mate-calc application is multifunctional and " -"can handle different types of mathematical approaches." +"Inverse functions are entered either using the inverse symbol ⁻¹ " +"(CtrlI) or the \"a\" form of the " +"function. The following two equations are equivalent." msgstr "" -"Calculator 應用程式含有多種函數可以處理不同類型的" -"數學問題。" +"要輸入反函數,可以使用反函數符號「⁻¹」(CtrlI),或是在函數前加上「a」。下面的兩個方程式是相同的。" -#: base.xml:151(para) -msgid "" -"The mate-calc application has the following modes:" -msgstr "Calculator 應用程式具有下列的模式:" +#: C/trigonometry.page:36(p) +msgid "sin⁻¹ 0.5" +msgstr "sin⁻¹ 0.5" -#: base.xml:154(link) -msgid "Basic Mode" -msgstr "基本模式" +#: C/trigonometry.page:39(p) +msgid "asin 0.5" +msgstr "asin 0.5" -#: base.xml:155(para) +#: C/trigonometry.page:43(p) msgid "" -"Provides standard calculator functions. You can store numbers in 10 " -"different memory registers, and easily retrieve and replace the numbers in " -"the memory registers. Basic Mode is the default mode. You can use all of the " -"Basic Mode functions in each of the other modes." +"To enter π with the keyboard use " +"CtrlP." msgstr "" -"提供標準的計算機函數。您可以將數字儲存於 10 個不同的記憶體註冊,並且可以輕易" -"地擷取和取代記憶體註冊中的數字。基本模式為預設的模式。您可以在其他每一種模式" -"中使用所有的基本模式函數。" +"若要用鍵盤輸入 π,使用 CtrlP。" -#: base.xml:158(link) -msgid "Financial Mode" -msgstr "財務模式" +#. Place this at the end of the section +#: C/superscript.page:7(title) +msgid "_" +msgstr "_" -#: base.xml:159(para) -msgid "Provides several complex financial functions." -msgstr "提供一些複雜的財務函數。" +#: C/superscript.page:11(title) +msgid "Superscript and Subscript" +msgstr "上標和下標" + +#: C/superscript.page:13(p) +msgid "" +"Some equations may require numbers to be entered in superscript or subscript " +"form. e.g." +msgstr "有些方程式可能需要輸入以上、下標型式顯示的數字。例如:" -#: base.xml:162(link) -msgid "Scientific Mode" -msgstr "科學模式" +#: C/superscript.page:17(p) +msgid "x³+2x²−5" +msgstr "x³+2x²−5" -#: base.xml:163(para) +#: C/superscript.page:21(p) msgid "" -"Provides many additional mathematical functions, including trigonometric and " -"logical functions. You can also store your own functions and constants, when " -"you use Scientific Mode." +"To enter superscript numbers with the mouse select the number mode using the " +"the ↑n and ↓n buttons. When one of these modes is " +"active clicking the number buttons will enter numbers in superscript or " +"subscript. To return to normal number mode click the active button." msgstr "" -"提供許多額外的數學函數,包括三角函數和邏輯函數。您也可以在使用科學模式時儲存" -"您自己的函數和常數。" +"若要使用滑鼠輸入上標數,按下 ↑n 以及 ↓n 按鈕選擇數字模" +"式。當其中一個模式啟動之後,點擊數字按鈕將會輸入上標或下標型式的數字。若要回" +"到正常的數字模式,點選被啟動的按鈕。" -#: base.xml:167(para) +#: C/superscript.page:26(p) msgid "" -"You can use mate-calc in the following numbering " -"systems:" -msgstr "您可以在下列的數值系統中使用 Calculator:" +"To enter superscript numbers with the keyboard hold down Ctrl " +"while entering the number. Hold Alt for subscript." +msgstr "" +"若要使用鍵盤輸入上標數,在輸入數字的時候按住 Ctrl 鍵。下標數則按" +"住 Alt 鍵。" -#: base.xml:175(para) -msgid "Numbering System" -msgstr "數值系統" +#: C/superscript.page:30(p) +msgid "" +"The number mode returns to normal when entering the next non-number " +"character (e.g. +)." +msgstr "在輸入非數字的字元後 (如「+」),數字模式會回復正常。" -#: base.xml:177(para) -msgid "Base" -msgstr "基礎" +#: C/scientific.page:9(title) +msgid "Scientific Notation" +msgstr "科學記號" -#: base.xml:182(para) -msgid "Binary" -msgstr "二進制" +#: C/scientific.page:11(p) +msgid "" +"To enter numbers in scientific format use the ×10x button " +"(CtrlE). The number mode automatically changes to superscript. To enter " +"2×10¹⁰⁰, start by entering the mantissa (2):" +msgstr "" +"若要輸入以科學記號表示的數字,使用 ×10x 按鈕 (CtrlE)。數字模式 會自動" +"變成上標型式。若要輸入「2×10¹⁰⁰」,從尾數 (2) 開始輸入:" -#: base.xml:183(para) base.xml:372(guibutton) base.xml:408(para) -#: base.xml:629(keycap) base.xml:633(keycap) base.xml:637(keycap) -#: base.xml:1560(guibutton) +#: C/scientific.page:17(p) msgid "2" +msgstr "2" + +#: C/scientific.page:21(p) +msgid "" +"Then press the scientific notation button (or press CtrlE):" msgstr "" +"然後按下科學記號按鈕 (或是按下 CtrlE):" -#: base.xml:186(para) -msgid "Octal" -msgstr "八進制" +#: C/scientific.page:25(p) +msgid "2×10" +msgstr "2×10" -#: base.xml:187(para) -msgid "8" -msgstr "" +#: C/scientific.page:29(p) +msgid "Then enter the exponent (100):" +msgstr "接著輸入指數 (100):" -#: base.xml:190(para) -msgid "Decimal" -msgstr "十進制" +#: C/scientific.page:33(p) +msgid "2×10¹⁰⁰" +msgstr "2×10¹⁰⁰" -#: base.xml:191(para) -msgid "10" +#: C/scientific.page:37(p) +msgid "" +"To show results in scientific form change the result format." msgstr "" +"若要以科學記號顯示結果,請改變 結果格式。" -#: base.xml:194(para) -msgid "Hexadecimal" -msgstr "十六進制" +#: C/power.page:9(title) +msgid "Powers and Roots" +msgstr "冪與方根" -#: base.xml:195(para) base.xml:1919(para) -msgid "16" -msgstr "" +#: C/power.page:11(p) +msgid "" +"Powers are entered by putting a superscript " +"number after the value." +msgstr "要輸入冪,在值後放入 上標數字。" -#: base.xml:206(title) -msgid "Getting Started" -msgstr "" +#: C/power.page:15(p) +msgid "5²" +msgstr "5²" -#: base.xml:208(para) +#: C/power.page:19(p) msgid "" -"To start mate-calc " -"from a command line, type the following command, then press Return:" +"The inverse of a number can be entered using the inverse symbol ⁻¹ " +"(CtrlI)." msgstr "" -"To start Calculator " -"from a command line, type the following command, then press Return:" +"要輸入一個數字的倒數,可以使用倒數符號「⁻¹」(CtrlI) 。" + +#: C/power.page:23(p) +msgid "3⁻¹" +msgstr "3⁻¹" -#: base.xml:214(para) +#: C/power.page:27(p) msgid "" -"When you start mate-calc, the following window is displayed:" -msgstr "" -"當您啟動 Calculator " -"後,會顯示下面的視窗:" +"Powers can also be calculated using the ^ symbol. This allows the power to " +"be an equation." +msgstr "冪運算也可以使用「^」符號。這會使冪成為一個方程式。" -#: base.xml:218(title) -msgid "mate-calc Basic Mode Window" -msgstr "Calculator 基本模式視窗" +#: C/power.page:32(p) +msgid "5^(6−2)" +msgstr "5^(6−2)" -#: base.xml:225(phrase) -msgid "Shows mate-calc Basic Mode window." -msgstr "顯示 Calculator 基本模式視窗。" +#: C/power.page:36(p) +msgid "" +"If your keyboard does not have a ^ key you can use * " +"twice." +msgstr "如果您的鍵盤上沒有 ^ 鍵的話,也可以按兩次 * 鍵。" -#: base.xml:231(para) +#: C/power.page:39(p) msgid "" -"The mate-calc window " -"contains the following elements:" +"Square roots can be calculated using the symbol (CtrlR)." msgstr "" -"Calculator 視窗包含下列" -"的 元素:" +"要計算平方根,使用符號「√」(CtrlR) 。" -#: base.xml:234(term) -msgid "Menubar" -msgstr "功能表列" +#: C/power.page:43(p) +msgid "√2" +msgstr "√2" -#: base.xml:236(para) +#: C/power.page:47(p) msgid "" -"The menus on the menubar contain all of the commands that you need to work " -"with mate-calc." +"n-th roots can be calculated by putting a subscript number before the root sign." msgstr "" -"功能表列上的功能表包含所有 使用 Calculator 所需的指令。" +"要計算 n 次方根,可在根號符號前放入 下標數字 。" + +#: C/power.page:51(p) +msgid "₃√2" +msgstr "₃√2" + +#: C/percentage.page:9(title) +msgid "Percentages" +msgstr "百分比" -#: base.xml:240(term) -msgid "Display area" -msgstr "顯示區域" +#: C/percentage.page:11(p) +msgid "Percentages are calculated using the % symbol." +msgstr "計算百分比時會使用「%」符號。" -#: base.xml:242(para) +#: C/percentage.page:14(p) msgid "" -"The display area shows the numbers that you enter, and the results of " -"calculations. You can enter numbers of up to forty digits." +"When added or subtracted the percentage symbol resolves to one percent of " +"the value being added or subtracted from. The following equation calculates " +"the price of a $140 item with 15% tax (140 + (15÷100)×140)." msgstr "" -"顯示區域可以顯示您輸入的數字,以及計算的結果。可以輸入的數字最多為 40 位數。" +"當使用加減時,代表加減該值的百分比。下面的方程式計算了 $140 的物品加上 15% 稅" +"率的價錢 (140 + (15÷100)×140)。" -#: base.xml:245(term) -msgid "Mode area" -msgstr "模式區域" +#: C/percentage.page:19(p) +msgid "140+15%" +msgstr "140+15%" -#: base.xml:247(para) +#: C/percentage.page:23(p) msgid "" -"The mode area displays the buttons for the currently selected mode. The " -"Basic Mode buttons are always displayed. When you choose Financial Mode, the " -"Financial Mode buttons are displayed above the Basic Mode buttons. When you " -"choose Scientific Mode, the Scientific Mode buttons are displayed above the " -"Basic Mode Buttons." +"In all other cases the percentage symbol resolves to a fraction out of 100. " +"The following equation calculates one quarter of 80 apples ((25÷100)×80)." msgstr "" -"模式區域可以顯示目前選取模式的按鈕。基本模式按鈕永遠會顯示。當您選擇財務模式" -"時,財務模式按鈕將會顯示在基本模式按鈕之上。當您選擇科學模式時,科學模式按鈕" -"將會顯示在基本模式按鈕之上 。" +"在其他情況下,百分比符號代表分母為 100 的分數 (除以 100)。下列的方程式計算了 " +"80 顆蘋果的四分之一 ((25÷100)×80)。" -#: base.xml:250(term) -msgid "Popup Menu" -msgstr "即現式功能表" +#: C/percentage.page:28(p) +msgid "25%×80" +msgstr "25%×80" -#: base.xml:258(phrase) -msgid "Shows popup-menu symbol." -msgstr "顯示即現式功能表符號。" +#: C/number-display.page:9(title) +msgid "Result Format" +msgstr "結果格式" -#: base.xml:252(para) +#: C/number-display.page:11(p) msgid "" -"The symbol on a mate-calc button " -"indicates that a popup menu is displayed when you click on that button." +"The format used to display results can be changed from the " +"CalculatorPreferences menu." msgstr "" -"Calculator 按鈕上的符號表示按一下" -"該按鈕後即會顯示即現式功能表。" +"顯示結果的格式可從 計算機偏好設定 選單" +"內更改。" -#: base.xml:271(title) -msgid "Usage" -msgstr "使用" +#: C/number-display.page:16(p) +msgid "Decimal" +msgstr "十進制" -#: base.xml:275(title) -msgid "To Use Calculator Functions" -msgstr "使用計算機函數" +#: C/number-display.page:17(p) +msgid "Results are displayed as decimal numbers" +msgstr "結果會以十進位數字顯示" -#: base.xml:276(para) -msgid "To perform a calculation, use one of the following methods:" -msgstr "如果要執行計算,請使用下列任一種 方法:" +#: C/number-display.page:20(p) C/mouse.page:25(p) +msgid "Scientific" +msgstr "科學" -#: base.xml:280(para) +#: C/number-display.page:21(p) msgid "" -"Click on the mate-calc buttons to enter numbers " -"and functions." -msgstr "按一下 Calculator 按鈕可以輸入數字和函數。" +"Results are displayed in scientific notation" +msgstr "結果會以 科學記號 顯示" -#: base.xml:283(para) -msgid "" -"Give focus to the mate-calc window, then use the " -"keyboard or numeric keypad to specify the calculation that you want to " -"perform. For a complete list of keyboard shortcuts, see ." -msgstr "" -"給予 Calculator 視窗焦點,然後使用鍵盤或數字鍵組來" -"指定您要執行的計算。若需鍵盤捷徑的完整清單,請參閱 。" +#: C/number-display.page:24(p) +msgid "Engineering" +msgstr "工程" -#: base.xml:286(para) +#: C/number-display.page:25(p) msgid "" -"The mate-calc application automatically displays " -"numbers with more than 40 digits, and small numbers, as exponential numbers. " -"For example, the following table shows the value that is displayed when you " -"use the decimal numeric base with an accuracy of 2 significant places:" -msgstr "" -"Calculator 應用程式會自動以 40 位數以上和小型字 " -"(如指數) 來顯示數字。例如,下列表格將顯示當使用十進制數值基礎且設定 2 位數的" -"精準度時所顯示的值:" +"Results are displayed in scientific notation except the exponent is always a " +"multiple of three" +msgstr "結果會以科學記號顯示,指數永遠是 3 的倍數" -#: base.xml:294(para) -msgid "Display" -msgstr "顯示" +#: C/number-display.page:28(p) +msgid "Binary" +msgstr "二進制" -#: base.xml:296(para) -msgid "Signifies" -msgstr "意義" +#: C/number-display.page:29(p) +msgid "Results are displayed as binary numbers" +msgstr "結果會以 二進位數字 顯示" -#: base.xml:301(para) -msgid "1.23e+37" -msgstr "" +#: C/number-display.page:32(p) +msgid "Octal" +msgstr "八進制" -#: base.xml:302(para) -msgid "1.23 * 1037" -msgstr "" +#: C/number-display.page:33(p) +msgid "Results are displayed as octal numbers" +msgstr "結果會以 八進位數字 顯示" -#: base.xml:305(para) -msgid "1e-5" -msgstr "" +#: C/number-display.page:36(p) +msgid "Hexadecimal" +msgstr "十六進制" -#: base.xml:306(para) -msgid "0.00001" -msgstr "" +#: C/number-display.page:37(p) +msgid "Results are displayed as hexadecimal numbers" +msgstr "結果會以 十六進位數字 顯示" -#: base.xml:312(para) +#: C/number-display.page:40(p) msgid "" -"For information about how to enter a number in exponential format, see ." -msgstr "" -"若需如何輸入指數的詳細資訊,請參閱 。" +"The number of decimal places, if trailing zeroes and if thousands separators " +"are shown can also be configured." +msgstr "十進位制的數字也可以設定:是否小數點後面補零、是否顯示千分位分隔。" -#: base.xml:313(para) -msgid "" -"To copy the result of a calculation, choose EditCopy. You can paste the " -"value into another application." -msgstr "" -"如果要複製計算的結果,請選擇 編輯" -"複製。 您可以將值貼入其他的應用程式。" +#: C/mouse.page:9(title) +msgid "Using the Mouse" +msgstr "使用滑鼠" -#: base.xml:320(para) +#: C/mouse.page:11(p) msgid "" -"To paste a previously copied value into the display area, choose " -"EditPaste." +"All equations can be entered using the mouse. To access all buttons there " +"are a number of modes that can be selected from the View menu." msgstr "" -"如果要將上一次複製的值貼入顯示區域,請選擇 編輯貼上。" +"所有方程式可從滑鼠輸入。若要存取所有按鈕,檢視選單內有各種模式可供" +"選擇。" -#: base.xml:328(title) -msgid "To Perform Basic Calculations" -msgstr "執行基本計算" +#: C/mouse.page:17(p) +msgid "Basic" +msgstr "基本" -#: base.xml:329(para) +#: C/mouse.page:18(p) msgid "" -"Basic Mode is displayed by default when you first start " -"mate-calc. To explicitly invoke Basic Mode, " -"choose ViewBasic Mode." -msgstr "" -"當您第一次啟動 Calculator 時,預設為顯示基本模式。" -"如果要確定啟動的是基本模式,請選擇 檢視基本模式。" +"Provides buttons suitable for basic equations" +msgstr "提供適合 基本方程 的按鈕" -#: base.xml:336(title) -msgid "To Perform Simple Calculations" -msgstr "執行簡單的計算" +#: C/mouse.page:21(p) +msgid "Advanced" +msgstr "進階" -#: base.xml:337(para) +#: C/mouse.page:22(p) +msgid "Provides buttons suitable for advanced mathematics" +msgstr "提供適合進階數學的按鈕" + +#: C/mouse.page:26(p) msgid "" -"To perform simple calculations, use the buttons described in ." -msgstr "" -"如果要執行簡單的計算,請使用 中" -"所述的按鈕。" - -#: base.xml:339(title) -msgid "Performing Simple Calculations" -msgstr "執行簡單的計算" - -#: base.xml:349(para) base.xml:428(para) base.xml:479(para) base.xml:571(para) -#: base.xml:695(para) base.xml:1168(para) base.xml:1212(para) -#: base.xml:1251(para) base.xml:1290(para) base.xml:1328(para) -#: base.xml:1442(para) base.xml:1489(para) base.xml:1745(para) -#: base.xml:1791(para) base.xml:1875(para) base.xml:2016(para) -#: base.xml:2085(para) base.xml:2393(para) base.xml:2488(para) -msgid "Function" -msgstr "功能" - -#: base.xml:351(para) base.xml:430(para) base.xml:481(para) base.xml:573(para) -#: base.xml:697(para) base.xml:1170(para) base.xml:1214(para) -#: base.xml:1253(para) base.xml:1292(para) base.xml:1330(para) -#: base.xml:1444(para) base.xml:1491(para) base.xml:1793(para) -#: base.xml:1877(para) base.xml:2014(para) -msgid "Button" -msgstr "按鈕" - -#: base.xml:353(para) base.xml:432(para) base.xml:483(para) base.xml:575(para) -#: base.xml:624(para) base.xml:699(para) base.xml:1172(para) -#: base.xml:1216(para) base.xml:1255(para) base.xml:1294(para) -#: base.xml:1332(para) base.xml:1446(para) base.xml:1493(para) -#: base.xml:1644(para) base.xml:1795(para) base.xml:1844(para) -#: base.xml:1879(para) -msgid "Description" -msgstr "說明" - -#: base.xml:355(para) base.xml:434(para) base.xml:485(para) base.xml:577(para) -#: base.xml:701(para) base.xml:1334(para) base.xml:1448(para) -#: base.xml:1495(para) base.xml:1797(para) base.xml:1881(para) -msgid "Example" -msgstr "範例" - -#: base.xml:357(para) base.xml:436(para) base.xml:487(para) base.xml:579(para) -#: base.xml:703(para) base.xml:1136(para) base.xml:1336(para) -#: base.xml:1450(para) base.xml:1497(para) base.xml:1799(para) -#: base.xml:1883(para) -msgid "Result" -msgstr "結果" - -#: base.xml:362(para) base.xml:2025(para) -msgid "Numerals" -msgstr "數字" +"Provides buttons suitable for trigonometry" +msgstr "提供適合 三角函數 的按鈕" -#: base.xml:363(para) base.xml:2024(para) -msgid "0 to 9 inclusive" -msgstr "09 以內的數字" +#: C/mouse.page:29(p) +msgid "Financial" +msgstr "財務" -#: base.xml:364(para) +#: C/mouse.page:30(p) msgid "" -"In decimal and hexadecimal base, all numerals are available. In octal base, " -"8 and 9 are unavailable. In " -"binary base, only 0 and 1 are " -"available. The default base is decimal." -msgstr "" -"在十進制和十六進制基礎中,可以使用所有的數字。在八進制中,不可以使用 " -"89。在二進制中,只能使用 " -"01。預設基礎為十進制。" - -#: base.xml:365(guibutton) base.xml:366(para) base.xml:372(guibutton) -#: base.xml:394(para) base.xml:452(para) base.xml:1373(para) -#: base.xml:1401(para) base.xml:1459(para) -msgid "1" -msgstr "" +"Provides buttons suitable for financial equations" +msgstr "提供適合 財務方程 的按鈕" -#: base.xml:369(para) base.xml:2271(para) -msgid "Numeric point" -msgstr "數字點" +#: C/mouse.page:33(p) +msgid "Programming" +msgstr "軟體開發" -#: base.xml:370(guibutton) base.xml:372(guibutton) base.xml:2269(keycap) -#: base.xml:2270(guibutton) -msgid "." -msgstr "。" +#: C/mouse.page:34(p) +msgid "Provides buttons suitable for computer programmers" +msgstr "提供適合電腦程式設計師的按鈕" -#: base.xml:371(para) -msgid "Starts the fractional part of a numeric entry." -msgstr "開始輸入數字的分數部份。" +#: C/modulus.page:9(title) +msgid "Modulus Division" +msgstr "餘數除法" -#: base.xml:373(para) base.xml:1142(para) -msgid "1.2" -msgstr "" +#: C/modulus.page:11(p) +msgid "Modulus division is performed using the mod operator." +msgstr "計算餘數除法會使用 mod 運算子。" -#: base.xml:376(para) base.xml:2295(para) -msgid "Calculate a result" -msgstr "計算結果" +#: C/modulus.page:15(p) +msgid "9 mod 5" +msgstr "9 mod 5" -#: base.xml:377(guibutton) base.xml:1560(guibutton) base.xml:2294(guibutton) -msgid "=" -msgstr "" +#: C/logarithm.page:9(title) +msgid "Logarithms" +msgstr "對數" + +#: C/logarithm.page:11(p) +msgid "" +"Logarithms can be calculated using the log function." +msgstr "計算對數可以使用 log 函數 。" -#: base.xml:378(para) -msgid "Displays the result of the current calculation in the current base." -msgstr "顯示以目前基礎求得的計算結果。" +#: C/logarithm.page:15(p) +msgid "log 100" +msgstr "log 100" -#: base.xml:379(para) base.xml:386(para) +#: C/logarithm.page:19(p) msgid "" -"1 +2=" +"To calculate a logarithm in a different base use a subscript number after the function." msgstr "" +"若要計算使用不同底數的對數,在函數後面使用 下標數" +"字。" -#: base.xml:380(para) base.xml:387(para) base.xml:445(para) base.xml:517(para) -#: base.xml:1625(keycap) base.xml:1750(keycap) -msgid "3" -msgstr "" +#: C/logarithm.page:23(p) +msgid "log₂ 32" +msgstr "log₂ 32" -#: base.xml:383(para) base.xml:2259(para) -msgid "Addition" -msgstr "加" +#: C/logarithm.page:27(p) +msgid "To calculate a natural logarithm use the ln function." +msgstr "若要計算自然對數,使用 ln 函數。" -#: base.xml:384(guibutton) base.xml:2257(keycap) base.xml:2258(guibutton) -msgid "+" -msgstr "" +#: C/logarithm.page:31(p) +msgid "ln 1.32" +msgstr "ln 1.32" -#: base.xml:385(para) +#: C/logarithm.page:35(p) msgid "" -"Adds the current value in the display area to the next number that you enter." -msgstr "將顯示區域的目前值加上下一個您輸入的數字。" +"Euler's number can be entered by using the variable e." +msgstr "要輸入歐拉數,使用 變數 e。" -#: base.xml:390(para) base.xml:2265(para) -msgid "Subtraction" -msgstr "減" +#: C/logarithm.page:39(p) +msgid "e^1.32" +msgstr "e^1.32" -#: base.xml:391(guibutton) base.xml:2263(keycap) base.xml:2264(guibutton) -msgid "-" -msgstr "" +#: C/keyboard.page:9(title) +msgid "Using the Keyboard" +msgstr "使用鍵盤" -#: base.xml:392(para) -msgid "" -"Subtracts from the current value in the display area the next number that " -"you enter." -msgstr "將顯示區域的目前值減去下一個您輸入的數字。" +#: C/keyboard.page:11(p) +msgid "All mathematical equations can be entered using the keyboard." +msgstr "所有數學方程式都可以從鍵盤輸入。" -#: base.xml:393(para) +#: C/keyboard.page:14(p) msgid "" -"3 -2=" -msgstr "" +"The following key combinations can be used to enter keys that may not be " +"available on your keyboard." +msgstr "下面的組合鍵可供輸入那些您的鍵盤上可能沒有的按鍵。" -#: base.xml:397(para) base.xml:2253(para) -msgid "Multiplication" -msgstr "乘" +#: C/keyboard.page:19(p) +msgid "×" +msgstr "×" -#: base.xml:398(guibutton) base.xml:2252(guibutton) +#: C/keyboard.page:20(key) msgid "*" -msgstr "" +msgstr "*" -#: base.xml:399(para) -msgid "" -"Multiplies the current value in the display area by the next number that you " -"enter." -msgstr "將顯示區域的目前值乘上下一個您輸入的數字。" +#: C/keyboard.page:23(p) +msgid "÷" +msgstr "÷" -#: base.xml:400(para) -msgid "" -"3 *2=" -msgstr "" +#: C/keyboard.page:24(key) +msgid "/" +msgstr "/" -#: base.xml:401(para) base.xml:784(para) base.xml:994(para) -#: base.xml:1040(para) -msgid "6" -msgstr "" +#: C/keyboard.page:27(p) +msgid "^" +msgstr "^" -#: base.xml:404(para) base.xml:2277(para) -msgid "Division" -msgstr "除" +#: C/keyboard.page:28(p) +msgid "* twice" +msgstr "* 兩次" -#: base.xml:405(guibutton) base.xml:2275(keycap) base.xml:2276(guibutton) -msgid "/" -msgstr "" +#: C/keyboard.page:31(p) +msgid "√" +msgstr "√" -#: base.xml:406(para) -msgid "" -"Divides the current value in the display area by the next number that you " -"enter." -msgstr "將顯示區域的目前值除以下一個您輸入的數字。" +#: C/keyboard.page:32(key) C/keyboard.page:36(key) +msgid "Ctrl" +msgstr "Ctrl" -#: base.xml:407(para) -msgid "" -"6 /3=" -msgstr "" +#: C/keyboard.page:32(key) +msgid "R" +msgstr "R" -#: base.xml:415(title) -msgid "To Erase Characters" -msgstr "消除字元" +#: C/keyboard.page:36(key) +msgid "P" +msgstr "P" -#: base.xml:416(para) +#: C/keyboard.page:39(p) msgid "" -"To erase characters, use the buttons described in ." +"To enter superscript numbers use " +"Ctrlnumber, for subscript use Altnumber." msgstr "" -"如果要消除字元,請使用 中所述的" -"按鈕。" +"若要輸入 上標數字,使用 Ctrl數字,下標數字則使用 Alt數字。" -#: base.xml:418(title) -msgid "Erasing Characters" -msgstr "消除字元" +#: C/index.page:7(name) +msgid "Robert Ancell" +msgstr "Robert Ancell" -#: base.xml:441(para) base.xml:2359(keycap) base.xml:2361(para) -#: base.xml:2365(keycap) -msgid "Backspace" -msgstr "" +#: C/index.page:8(email) +msgid "robert.ancell@gmail.com" +msgstr "robert.ancell@gmail.com" -#: base.xml:442(guibutton) base.xml:2360(guibutton) -msgid "Bsp" -msgstr "" +#: C/index.page:13(title) +msgid "GCalctool Help" +msgstr "GCalctool 計算機說明" -#: base.xml:443(para) -msgid "Removes the rightmost character from the display area." -msgstr "移除顯示區域最右邊的字元。" +#: C/index.page:16(title) +msgid "User Interface" +msgstr "使用者介面" -#: base.xml:444(para) -msgid "" -"1 +22Bsp=" -msgstr "" +#: C/index.page:20(title) +msgid "Equations" +msgstr "方程式" + +#: C/index.page:24(title) +msgid "Numbers" +msgstr "數字" -#: base.xml:448(para) base.xml:2367(para) -msgid "Clear Entry" -msgstr "清除輸入" +#: C/index.page:28(title) +msgid "Conversions" +msgstr "轉換" -#: base.xml:449(guibutton) base.xml:2366(guibutton) -msgid "CE" -msgstr "" +#: C/index.page:32(title) +msgid "Financial Calculations" +msgstr "財務計算" -#: base.xml:450(para) -msgid "Removes the current value from the display area." -msgstr "移除顯示區域的目前值。" +#: C/functions.page:9(title) +msgid "Functions" +msgstr "函數" -#: base.xml:451(para) +#: C/functions.page:11(p) msgid "" -"1 +22CE=" +"Functions can be used by inserting the name of the function followed by the " +"function argument. If the argument is not a number or variable then use parenthesis around the argument." msgstr "" +"要使用函數,輸入函數的名稱,後面再加上參數。如果參數不是數字或 變數,在參數兩旁使用括號。" -#: base.xml:455(para) base.xml:2373(para) -msgid "Clear" -msgstr "清除" +#: C/functions.page:16(p) +msgid "sin 30" +msgstr "sin 30" -#: base.xml:456(guibutton) base.xml:2372(guibutton) -msgid "Clr" -msgstr "" +#: C/functions.page:19(p) +msgid "abs (5−9)" +msgstr "abs (5−9)" -#: base.xml:457(para) -msgid "" -"Resets the current value in the display area to zero. Clr also deselects the Hyp and Inv options in Scientific Mode." -msgstr "" -"將顯示區域的目前值重設為零。Clr 也會取消選取科學模式中" -"的 HypInv 選項 。" +#: C/functions.page:23(p) +msgid "The following functions are defined." +msgstr "下面是預先定義的函數。" -#: base.xml:458(para) -msgid "" -"1 +22Clr=" -msgstr "" +#: C/functions.page:28(p) +msgid "abs" +msgstr "abs" -#: base.xml:459(para) -msgid "0" -msgstr "" +#: C/functions.page:29(link) +msgid "Absolute Value" +msgstr "絕對值" -#: base.xml:466(title) -msgid "To Perform Arithmetic Calculations" -msgstr "執行算術計算" +#: C/functions.page:32(p) +msgid "cos" +msgstr "cos" -#: base.xml:467(para) -msgid "" -"To perform arithmetic calculations, use the buttons described in ." -msgstr "" -"如果要執行算術計算,請使用 中所" -"述的按鈕。" +#: C/functions.page:33(link) +msgid "Cosine" +msgstr "餘弦函數" -#: base.xml:469(title) -msgid "Performing Arithmetic Calculations" -msgstr "執行算術計算" +#: C/functions.page:36(p) +msgid "cosh" +msgstr "cosh" -#: base.xml:492(para) base.xml:2235(para) -msgid "Percentage" -msgstr "百分比" +#: C/functions.page:37(link) +msgid "Hyperbolic Cosine" +msgstr "雙曲餘弦函數" -#: base.xml:493(guibutton) base.xml:2233(keycap) base.xml:2234(guibutton) -msgid "%" -msgstr "" +#: C/functions.page:40(p) +msgid "frac" +msgstr "frac" -#: base.xml:494(para) -msgid "" -"Uses the next number that you enter to calculate that percentage of the " -"current value in the display area." -msgstr "使用您輸入的下一個數字來計算顯示區域中目前值的百分比。" +#: C/functions.page:41(p) +msgid "Fractional Component" +msgstr "小數部分" -#: base.xml:495(para) -msgid "" -"200 %2=" -msgstr "" +#: C/functions.page:44(p) +msgid "int" +msgstr "int" -#: base.xml:496(para) base.xml:788(para) base.xml:1044(para) -#: base.xml:1849(keycap) base.xml:1853(keycap) -msgid "4" -msgstr "" +#: C/functions.page:45(p) +msgid "Integer Component" +msgstr "整數部分" -#: base.xml:499(para) base.xml:2163(para) -msgid "Reciprocal" -msgstr "倒數" +#: C/functions.page:48(p) +msgid "ln" +msgstr "ln" -#: base.xml:500(guibutton) base.xml:2162(guibutton) -msgid "1/x" -msgstr "" +#: C/functions.page:49(link) +msgid "Natural Logarithm" +msgstr "自然對數" -#: base.xml:501(para) -msgid "Divides 1 by the current value in the display area." -msgstr "將顯示區域的目前值除1。" +#: C/functions.page:52(p) +msgid "log" +msgstr "log" -#: base.xml:502(para) -msgid "4 1/x" -msgstr "" +#: C/functions.page:53(link) +msgid "Logarithm" +msgstr "對數" -#: base.xml:503(para) -msgid "0.25" -msgstr "" +#: C/functions.page:56(p) +msgid "not" +msgstr "not" -#: base.xml:506(para) base.xml:2049(para) -msgid "Change the arithmetic sign" -msgstr "變更算術符號" +#: C/functions.page:57(link) +msgid "Boolean NOT" +msgstr "布林 NOT" -#: base.xml:507(guibutton) base.xml:1560(guibutton) base.xml:2048(guibutton) -msgid "+/-" -msgstr "" +#: C/functions.page:60(p) +msgid "ones" +msgstr "ones" -#: base.xml:508(para) -msgid "" -"Changes a positive number to a negative number, or a negative number to a " -"positive number." -msgstr "將正數變為負數,或將負數變為正數。" +#: C/functions.page:61(p) +msgid "Ones complement" +msgstr "1 的補數" -#: base.xml:509(para) -msgid "8 +/-" -msgstr "" +#: C/functions.page:64(p) +msgid "sin" +msgstr "sin" -#: base.xml:510(para) -msgid "-8" -msgstr "" +#: C/functions.page:65(link) +msgid "Sine" +msgstr "正弦函數" + +#: C/functions.page:68(p) +msgid "sinh" +msgstr "sinh" + +#: C/functions.page:69(link) +msgid "Hyperbolic Sine" +msgstr "雙曲正弦函數" -#: base.xml:513(para) base.xml:2175(para) +#: C/functions.page:72(p) +msgid "sqrt" +msgstr "sqrt" + +#: C/functions.page:73(link) msgid "Square Root" msgstr "平方根" -#: base.xml:514(guibutton) base.xml:2174(guibutton) -msgid "Sqrt" -msgstr "" +#: C/functions.page:76(p) +msgid "tan" +msgstr "tan" -#: base.xml:515(para) -msgid "Calculates the square root of the current value in the display area." -msgstr "計算顯示區域之目前值的平方根。" +#: C/functions.page:77(link) +msgid "Tangent" +msgstr "正切函數" -#: base.xml:516(para) -msgid "9 Sqrt" -msgstr "" +#: C/functions.page:80(p) +msgid "tanh" +msgstr "tanh" -#: base.xml:520(para) base.xml:2313(para) -msgid "Square" -msgstr "平方" +#: C/functions.page:81(link) +msgid "Hyperbolic Tangent" +msgstr "雙曲正切函數" -#: base.xml:521(para) base.xml:2312(para) -msgid "x2" -msgstr "" +#: C/functions.page:84(p) +msgid "twos" +msgstr "twos" -#: base.xml:522(para) -msgid "Calculates the square of the current value in the display area." -msgstr "計算顯示區域之目前值的平方。" +#: C/functions.page:85(p) +msgid "Twos complement" +msgstr "2 的補數" -#: base.xml:523(para) -msgid "3 x2" -msgstr "" +#: C/functions.page:88(p) +msgid "GCalctool does not support user-defined functions." +msgstr "GCalctool 不支援使用者自定義的函數。" -#: base.xml:524(para) -msgid "9" -msgstr "" +#: C/financial.page:9(title) +msgid "Financial Functions" +msgstr "財務函數" -#: base.xml:527(para) base.xml:2097(para) -msgid "Integer Portion" -msgstr "整數部份" +#: C/financial.page:10(p) +msgid "When in financial mode the following buttons are available." +msgstr "下面是財務模式下可以使用的按鈕。" -#: base.xml:528(guibutton) base.xml:2096(guibutton) -msgid "Int" -msgstr "" +#: C/financial.page:15(p) +msgid "Ctrm" +msgstr "Ctrm" -#: base.xml:529(para) +#: C/financial.page:16(p) msgid "" -"Calculates the integer portion of the current value in the display area." -msgstr "計算顯示區域之目前值的整數部份。" - -#: base.xml:530(para) -msgid "-23.45 Int" +"Calculate the number of compounding periods necessary to increase an " +"investment of present value to a future value, at a fixed interest rate per " +"compounding period." msgstr "" +"計算增加現值的投資使其等於未來值所需的複利週期數,每一複利週期使用定期利率。" -#: base.xml:531(para) -msgid "-23" -msgstr "" +#: C/financial.page:19(p) +msgid "Ddb" +msgstr "Ddb" -#: base.xml:534(para) base.xml:2283(para) -msgid "Fractional Portion" -msgstr "分數部份" +#: C/financial.page:20(p) +msgid "" +"Calculate the depreciation allowance on an asset for a specified period of " +"time, using the double-declining balance method." +msgstr "計算在指定的期間中某資產的折舊免稅額,使用雙倍餘額遞減法。" -#: base.xml:535(guibutton) base.xml:2282(guibutton) -msgid "Frac" -msgstr "" +#: C/financial.page:23(p) +msgid "Fv" +msgstr "Fv" -#: base.xml:536(para) +#: C/financial.page:24(p) msgid "" -"Calculates the fractional portion of the current value in the display area." -msgstr "計算顯示區域之目前值的分數部份。" +"Calculate the future value of an investment based on a series of equal " +"payments at a periodic interest rate over the number of payment periods in " +"the term." +msgstr "根據定期等額付款計算投資的未來值,按照約定付款期數的定期利率。" -#: base.xml:537(para) -msgid "-23.45 Frac" -msgstr "" +#: C/financial.page:27(p) +msgid "Gpm" +msgstr "Gpm" -#: base.xml:538(para) -msgid "-0.45" -msgstr "" +#: C/financial.page:28(p) +msgid "" +"Calculate the resale price of a product, based on the product cost and the " +"wanted gross profit margin." +msgstr "計算產品的轉售價格,以產品成本與期望的毛利率決定。" -#: base.xml:541(para) base.xml:2193(para) -msgid "Absolute Value" -msgstr "絕對值" +#: C/financial.page:31(p) +msgid "Pmt" +msgstr "Pmt" -#: base.xml:542(guibutton) base.xml:2192(guibutton) -msgid "Abs" -msgstr "" +#: C/financial.page:32(p) +msgid "" +"Calculate the amount of the periodic payment of a loan, where payments are " +"made at the end of each payment period." +msgstr "計算貸款每期付款的金額,其中付款日期為每一個付款週期的最後一天。" -#: base.xml:543(para) -msgid "Calculates the absolute value of the current value in the display area." -msgstr "計算顯示區域之目前值的絕對值。" +#: C/financial.page:35(p) +msgid "Pv" +msgstr "Pv" -#: base.xml:544(para) -msgid "-23.45 Abs" -msgstr "" +#: C/financial.page:36(p) +msgid "" +"Calculate the present value of an investment based on a series of equal " +"payments discounted at a periodic interest rate over the number of payment " +"periods in the term." +msgstr "根據定期等額付款計算投資的現值,按照約定付款期數的定期利率下進行折現。" -#: base.xml:545(para) -msgid "23.45" -msgstr "" +#: C/financial.page:39(p) +msgid "Rate" +msgstr "Rate" + +#: C/financial.page:40(p) +msgid "" +"Calculate the periodic interest necessary to increase an investment to a " +"future value, over the number of compounding periods." +msgstr "計算投資增加到未來值所需的定期利率,按照複利期數。" -#: base.xml:552(title) -msgid "To Use the Calculator Memory Registers" -msgstr "使用計算機記憶體註冊" +#: C/financial.page:43(p) +msgid "Sln" +msgstr "Sln" -#: base.xml:553(para) +#: C/financial.page:44(p) msgid "" -"You can store values in any of the ten mate-calc " -"memory registers R0 to R9. To " -"display the memory registers, choose ViewMemory Registers." +"Calculate the straight-line depreciation of an asset for one period. 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." msgstr "" -"您可以將值儲存於 10 個 Calculator 記憶體註冊 " -"R0R9 中的任一個記憶體註冊。如果" -"要顯示記憶體註冊,請選擇 檢視記憶" -"體註冊。" +"計算一期間內資產的直線折舊。直線折舊法在資產可用年限內將折舊花費平均分攤。可" +"用年限指資產折舊的期數,典型狀況下為年。" + +#: C/financial.page:47(p) +msgid "Syd" +msgstr "Syd" -#: base.xml:559(para) +#: C/financial.page:48(p) msgid "" -" describes the memory functions " -"that you can use." +"Calculate 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. The useful life is the number " +"of periods, typically years, over which an asset is depreciated." msgstr "" -" 將說明您可以使用的記憶體函數。" +"計算在指定的期間中某資產的折舊免稅額,使用年數總和法。這個折舊方式會加速折舊" +"率,所以前期會比後期有更多折舊費用。可用年限是指該資產折舊的週期數 (通常為" +"年)。" -#: base.xml:561(title) -msgid "Memory Functions" -msgstr "記憶體函數" +#: C/financial.page:51(p) +msgid "Term" +msgstr "Term" -#: base.xml:584(para) base.xml:2169(para) -msgid "Store Value in Memory Register" -msgstr "將值儲存於記憶體註冊" +#: C/financial.page:52(p) +msgid "" +"Calculate the number of payment periods that are necessary during the term " +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." +msgstr "計算普通年金期間累積至未來值所需的付款期數,按照某一定期利率。" -#: base.xml:585(guibutton) base.xml:2168(guibutton) -msgid "Sto" -msgstr "" +#: C/financial.page:56(p) +msgid "Financial functions cannot be performed using the keyboard." +msgstr "財務函數無法使用鍵盤進行。" -#: base.xml:586(para) -msgid "" -"Stores the current contents of the display area in the specified memory " -"register. Click on Sto, and select a memory register " -"from the popup menu." -msgstr "" -"將顯示區域的目前內容儲存於指定的記憶體註冊。按一下 Sto,然後選取即現式功能表上的記憶體註冊。" +#: C/factorize.page:9(title) +msgid "Factorization" +msgstr "因數分解" -#: base.xml:587(para) +#: C/factorize.page:11(p) msgid "" -"To clear a memory register during a mate-calc " -"session:" +"You can factorize the number currently displayed by pressing the fact button. This button is visible in programming " +"mode." msgstr "" -"如果要在 Calculator 階段作業期間清除記憶體註冊:" +"您可以按下 fact 按鈕,將目前顯示的數字作因數分解。這個按鈕在 " +"軟體開發模式 裡面。" -#: base.xml:589(para) -msgid "Click Clr." -msgstr "按一下 Clr。" +#: C/factorial.page:9(title) +msgid "Factorials" +msgstr "階乘" -#: base.xml:590(para) -msgid "Click on Sto." -msgstr "按一下 Sto。" +#: C/factorial.page:11(p) +msgid "" +"Factorials are entered using the ! symbol. To calculate the factorial of 6 " +"enter the following." +msgstr "階乘使用「!」符號來作輸入。若要計算 6 的階乘,輸入如下。" -#: base.xml:591(para) -msgid "Select the memory register from the popup menu." -msgstr "選取即現式功能表上的記憶體註冊。" +#: C/factorial.page:16(p) +msgid "6!" +msgstr "6!" -#: base.xml:594(para) -msgid "22 StoR2" -msgstr "" +#. Place this at the start of the section +#: C/equation.page:7(title) +msgid "0" +msgstr "0" -#: base.xml:595(para) -msgid "The value 22 is stored in memory register R2" -msgstr "值 22 已儲存於記憶體註冊 R2" +#: C/equation.page:11(title) +msgid "Basic Equations" +msgstr "基本方程" -#: base.xml:598(para) base.xml:2157(para) -msgid "Retrieve Value From Memory Register" -msgstr "擷取記憶體註冊的值" +#: C/equation.page:13(p) +msgid "" +"Equations are entered in standard mathematical form. For example to add 7 " +"and 2 enter the following:" +msgstr "方程式以標準的數學模式來作輸入。舉例來說,要將 7 和 2 相加,輸入如下:" -#: base.xml:599(guibutton) base.xml:2156(guibutton) -msgid "Rcl" -msgstr "" +#: C/equation.page:18(p) +msgid "7+2" +msgstr "7+2" -#: base.xml:600(para) +#: C/equation.page:22(p) msgid "" -"Retrieves the contents of the specified memory register. Click on " -"Rcl, and select the memory register from the popup " -"menu." -msgstr "" -"擷取指定記憶體註冊的內容。按一下 Rcl,然後選取即現式功" -"能表上的記憶體註冊。" - -#: base.xml:601(para) -msgid "0 RclR2" +"To solve, press the = button with your mouse or the Enter key on your keyboard." msgstr "" +"若要得到結果,用您的滑鼠按下 = 按鈕,或是用您的鍵盤按下 " +"Enter 鍵。" -#: base.xml:602(para) -msgid "22" +#: C/equation.page:25(p) +msgid "" +"Calculations are performed in mathematical order - multiplication and " +"division are performed before addition and subtraction. The following " +"equation solves to 1 (3×2 = 6, 7−6 = 1)." msgstr "" +"計算會依照數學規則來進行 (先乘除後加減)。下面方程式的解為 1 (3×2 = 6, 7−6 = " +"1)。" -#: base.xml:602(para) base.xml:609(para) -msgid "where 22 is the value previously stored in memory register R2" -msgstr "其中 22 是上一次儲存於記憶體註冊 R2 的值" +#: C/equation.page:30(p) +msgid "7−3×2" +msgstr "7−3×2" -#: base.xml:605(para) base.xml:2205(para) -msgid "Exchange Memory Register Value and Displayed Value" -msgstr "將記憶體註冊值與顯示的值交換" +#: C/equation.page:34(p) +msgid "" +"To change the order of calculation use parenthesis. The following equation " +"solves to 8 (7−3 = 4, 4×2 = 8)." +msgstr "要變更計算的次序,使用括弧。下面方程式的解為 8 (7−3 = 4, 4×2 = 8)。" -#: base.xml:606(guibutton) base.xml:2204(guibutton) -msgid "Exch" -msgstr "" +#: C/equation.page:39(p) +msgid "(7−3)×2" +msgstr "(7−3)×2" -#: base.xml:607(para) +#: C/equation.page:43(p) msgid "" -"Exchanges the contents of the specified memory register and the current " -"value in the display area. Click on Exch, and select " -"the memory register from the popup menu." -msgstr "" -"將指定記憶體註冊的內容與顯示區域的目前值交換。按一下 Exch,然後選取即現式功能表上的記憶體註冊。" +"To clear the display press the Clr button or Escape." +msgstr "若要清除顯示,按下 Clr 按鈕或是 Escape 鍵。" -#: base.xml:608(para) -msgid "44 ExchR2" -msgstr "" +#: C/conv-weight.page:9(title) +msgid "Mass" +msgstr "質量" -#: base.xml:609(para) -msgid "" -"Value in display area changes from 44 to 22, value in R2 changes from 22 to " -"44" -msgstr "顯示區域的值從 44 變為 22,而 R2 的值則從 22 變為 44" +#: C/conv-weight.page:11(p) +msgid "To convert between mass use the in operator." +msgstr "若要轉換質量單位,使用 in 運算子。" -#: base.xml:614(para) -msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"memory register, as shown in the following examples:" -msgstr "如果您是使用鍵盤捷徑,您可以使用鍵盤來指定記憶體註冊,如下列範例所示:" +#: C/conv-weight.page:15(p) +msgid "1kg in pounds" +msgstr "1kg in pounds" -#: base.xml:622(para) base.xml:1618(para) base.xml:1743(para) -#: base.xml:1842(para) -msgid "Keyboard Entry" -msgstr "鍵盤輸入" +#: C/conv-weight.page:20(p) +msgid "Mass conversions must be performed using the keyboard." +msgstr "質量轉換必須使用鍵盤進行。" -#: base.xml:629(keycap) base.xml:2167(keycap) base.xml:2454(keycap) -#: base.xml:2531(keycap) -msgid "S" -msgstr "" +#: C/conv-time.page:9(title) +msgid "Time" +msgstr "時間" -#: base.xml:630(para) -msgid "" -"Stores the current contents of the display area in memory register " -"R2." -msgstr "將顯示區域的目前內容儲存於記憶體註冊 R2。" +#: C/conv-time.page:11(p) +msgid "To convert between time use the in operator." +msgstr "若要轉換時間單位,使用 in 運算子。" -#: base.xml:633(keycap) base.xml:2155(keycap) base.xml:2448(keycap) -msgid "R" -msgstr "" +#: C/conv-time.page:15(p) +msgid "3 years in hours" +msgstr "3 years in hours" -#: base.xml:634(para) -msgid "" -"Retrieves the current contents of memory register R2 " -"into the display area." -msgstr "擷取記憶體註冊 R2 的目前內容並放入顯示區域。" +#: C/conv-time.page:20(p) +msgid "Time conversions must be performed using the keyboard." +msgstr "時間轉換必須使用鍵盤進行。" -#: base.xml:637(keycap) base.xml:2203(keycap) -msgid "X" -msgstr "" +#: C/conv-length.page:9(title) +msgid "Length/Area/Volume" +msgstr "長度/面積/體積" -#: base.xml:638(para) +#: C/conv-length.page:11(p) msgid "" -"Exchanges the current value of the display area with the contents of memory " -"register R2." -msgstr "將顯示區域的目前值與記憶體註冊 R2 的內容交換。" +"To convert between length, area and volume units use the in " +"operator." +msgstr "若要轉換長度、面積與體積單位,使用 in 運算子。" -#: base.xml:646(title) -msgid "To Display ASCII Values" -msgstr "顯示 ASCII 值" +#: C/conv-length.page:15(p) +msgid "6 meters in inches" +msgstr "6 meters in inches" -#: base.xml:647(para) -msgid "" -"To display the ASCII value of a character, choose EditInsert ASCII Value." -msgstr "" -"如果要顯示字元的 ASCII 值,請選擇 編輯插入 ASCII 值。" +#: C/conv-length.page:18(p) +msgid "1 acre in cm²" +msgstr "1 acre in cm²" -#: base.xml:652(para) -msgid "The Insert ASCII Value dialog is displayed." -msgstr "此時會顯示插入 ASCII 值對話方塊。" +#: C/conv-length.page:21(p) +msgid "1 pint in mL" +msgstr "1 pint in mL" -#: base.xml:653(para) -msgid "" -"Enter the required character in the Character field, " -"and click on Insert. The ASCII value of that " -"character, in the current numeric base, appears in the display area. For " -"example, the ASCII value of B in decimal base is 66." -msgstr "" -"在字元欄位中輸入您需要的字元,然後按一下插入" -"。顯示區域即會出現以目前數值基礎求得的該字元 ASCII 值。例如,使用" -"十進制基礎 B 的 ASCII 值為 66。" +#: C/conv-length.page:26(p) +msgid "Length/Area/Volume conversions must be performed using the keyboard." +msgstr "長度/面積/體積轉換必須使用鍵盤進行。" -#: base.xml:658(title) -msgid "To Perform Financial Calculations" -msgstr "執行財務計算" +#: C/conv-currency.page:9(title) +msgid "Currency" +msgstr "貨幣" -#: base.xml:659(para) +#: C/conv-currency.page:11(p) msgid "" -"To change to Financial Mode, choose ViewFinancial Mode." +"To convert currencies, enter the financial mode, and use the currency controls." msgstr "" -"如果要變更為財務模式,請選擇 檢視" -"財務模式。" +"若要轉換貨幣單位,進入 財務模式 並使用貨幣控" +"制。" -#: base.xml:665(para) +#: C/conv-currency.page:14(p) msgid "" -"When you change to Financial Mode, the following Financial Mode buttons are " -"displayed above the Basic Mode buttons:" -msgstr "當您變更為財務模式時,下列的財務模式按鈕將會顯示在基本模式按鈕之上:" +"You can also convert currencies using the keyboard and the in " +"operator." +msgstr "您也可以使用鍵盤和 in 運算子來轉換貨幣單位。" -#: base.xml:669(title) -msgid "mate-calc Financial Mode Buttons" -msgstr "Calculator 財務模式按鈕" +#: C/conv-currency.page:18(p) +msgid "13.65 USD in GBP" +msgstr "13.65 USD in GBP" -#: base.xml:676(phrase) -msgid "Shows mate-calc Financial Mode buttons." -msgstr "顯示 Calculator 財務模式按鈕。" - -#: base.xml:682(para) +#: C/conv-currency.page:23(p) msgid "" -"To perform financial calculations, use the buttons described in ." -msgstr "" -"如果要執行財務計算,請使用 " -"中所述的按鈕。" +"Currency information is approximate and should not be used for making " +"financial decisions." +msgstr "貨幣資訊只是一個大概值,不應該用於財務決策。" -#: base.xml:685(title) -msgid "Performing Financial Calculations" -msgstr "執行財務計算" - -#: base.xml:708(para) base.xml:2127(para) -msgid "Compounding Term" -msgstr "複利期間" - -#: base.xml:709(guibutton) base.xml:2126(guibutton) -msgid "Ctrm" -msgstr "" +#: C/conv-character.page:9(title) +msgid "Character Codes" +msgstr "字元碼" -#: base.xml:710(para) +#: C/conv-character.page:11(p) msgid "" -"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." +"When in programming mode the á button " +"opens a dialog to convert characters to character codes." msgstr "" -"計算增加現值 pv 的投資使其等於 fv 期約值所需的複利週期數 (每一複利週期使用 int 的固定利率)。" - -#: base.xml:711(para) base.xml:751(para) base.xml:800(para) base.xml:841(para) -#: base.xml:881(para) base.xml:923(para) base.xml:965(para) -#: base.xml:1007(para) base.xml:1056(para) -msgid "This function uses the following memory registers:" -msgstr "這個函數會使用下列的記憶體註冊:" - -#: base.xml:714(term) base.xml:730(term) base.xml:754(term) base.xml:775(term) -#: base.xml:803(term) base.xml:820(term) base.xml:844(term) base.xml:860(term) -#: base.xml:884(term) base.xml:902(term) base.xml:926(term) base.xml:943(term) -#: base.xml:968(term) base.xml:985(term) base.xml:1010(term) -#: base.xml:1031(term) base.xml:1059(term) base.xml:1076(term) -msgid "Register 0" -msgstr "註冊 0" - -#: base.xml:715(para) base.xml:808(para) base.xml:849(para) base.xml:889(para) -#: base.xml:1068(para) -msgid "int, the periodic interest rate" -msgstr "int,定期利率" - -#: base.xml:718(term) base.xml:734(term) base.xml:758(term) base.xml:779(term) -#: base.xml:807(term) base.xml:824(term) base.xml:848(term) base.xml:864(term) -#: base.xml:888(term) base.xml:906(term) base.xml:930(term) base.xml:947(term) -#: base.xml:972(term) base.xml:989(term) base.xml:1014(term) -#: base.xml:1035(term) base.xml:1063(term) base.xml:1080(term) -msgid "Register 1" -msgstr "註冊 1" - -#: base.xml:719(para) base.xml:927(para) base.xml:1064(para) -msgid "fv, the future value" -msgstr "fv,期約值" - -#: base.xml:722(term) base.xml:738(term) base.xml:762(term) base.xml:783(term) -#: base.xml:811(term) base.xml:828(term) base.xml:852(term) base.xml:868(term) -#: base.xml:892(term) base.xml:910(term) base.xml:934(term) base.xml:951(term) -#: base.xml:976(term) base.xml:993(term) base.xml:1018(term) -#: base.xml:1039(term) base.xml:1067(term) base.xml:1084(term) -msgid "Register 2" -msgstr "註冊 2" - -#: base.xml:723(para) base.xml:931(para) -msgid "pv, the present value" -msgstr "pv,現值" - -#: base.xml:727(para) -msgid "" -"You have just deposited $8000 in an account that pays an annual interest " -"rate of 9%, compounded monthly. Given the annual interest rate, you " -"determine that the monthly interest rate is 0.09 / 12 = 0.0075. To calculate " -"the time period necessary to double your investment, put the following " -"values into the first three memory registers:" -msgstr "" -"您已經在帳戶中存入 $8000,利率為年利率 9% 每月複利計算。依據年利率,您求得的" -"月利率為 0.09 / 12 = 0.0075。如果要計算使投資倍增所需的時間週期,請將下列的值" -"放前三個記憶體註冊:" +"在 軟體開發模式 下,á 按鈕會開啟對話" +"框,將字元轉換成字元碼。" -#: base.xml:731(para) -msgid "0.0075" -msgstr "" +#: C/conv-character.page:15(p) +msgid "Characters cannot be converted using the keyboard." +msgstr "字元無法使用鍵盤轉換。" -#: base.xml:735(para) -msgid "16000" -msgstr "" +#: C/conv-base.page:9(title) C/base.page:9(title) +msgid "Number Bases" +msgstr "數基" -#: base.xml:739(para) base.xml:776(para) base.xml:986(para) -#: base.xml:1032(para) -msgid "8000" +#: C/conv-base.page:11(p) +msgid "" +"To convert between number bases enter a number (or solve an equation) and " +"change the result format from the " +"CalculatorPreferences menu." msgstr "" +"若要轉換數基 (進位制),輸入一個數字 (或是為一個方程式求解),並從 " +"計算機偏好設定 選單改變 結果格式。" -#: base.xml:742(para) -msgid "Click on Ctrm." -msgstr "按一下 Ctrm。" +#: C/complex.page:9(title) +msgid "Complex Numbers" +msgstr "複數" -#: base.xml:743(para) -msgid "92.77" -msgstr "" +#: C/complex.page:11(p) +msgid "Complex numbers are not supported in GCalctool." +msgstr "GCalctool 並不支援複數。" -#: base.xml:744(para) -msgid "The investment doubles in value in 92.77 months." -msgstr "投資金額倍增所需的時間為 92.77 個月。" +#: C/boolean.page:9(title) +msgid "Boolean Algebra" +msgstr "布林代數" -#: base.xml:747(para) base.xml:2061(para) -msgid "Double-Declining Depreciation" -msgstr "倍數餘額折舊" +#: C/boolean.page:11(p) +msgid "Boolean algebra can be calculated using the AND, OR and XOR operators." +msgstr "布林代數 (邏輯代數) 可以使用 AND、OR、XOR 運算子來作計算。" -#: base.xml:748(guibutton) base.xml:2060(guibutton) -msgid "Ddb" -msgstr "" +#: C/boolean.page:15(p) +msgid "010011₂ AND 110101₂" +msgstr "010011₂ AND 110101₂" -#: base.xml:749(para) +#: C/boolean.page:19(p) msgid "" -"Calculates the depreciation allowance on an asset for a specified period of " -"time, using the double-declining balance method." -msgstr "使用倍數餘額法計算資產在指定時間週期內的折舊額。" +"Buttons for these symbols are available in programming " +"mode." +msgstr "這些符號按鈕可以從 軟體開發模式 中選取。" -#: base.xml:755(para) base.xml:969(para) base.xml:1011(para) -msgid "cost, the amount paid for the asset" -msgstr "成本,購買資產的金額" - -#: base.xml:759(para) base.xml:973(para) base.xml:1015(para) +#: C/boolean.page:22(p) msgid "" -"salvage, the value of the asset at the end of its " -"life" -msgstr "剩餘價值,資產在到達使用年限後的價值" - -#: base.xml:763(para) base.xml:977(para) base.xml:1019(para) -msgid "life, the useful life of the asset" -msgstr "年限,資產的使用年限" - -#: base.xml:766(term) base.xml:787(term) base.xml:1022(term) -#: base.xml:1043(term) -msgid "Register 3" -msgstr "註冊 3" +"The NOT function inverts the bits in a " +"number. The word size is set from the CalculatorPreferences menu." +msgstr "" +"NOT 函數 會將數字內的位元倒置。文字大小是在 " +"計算機偏好設定 選單內設置。" -#: base.xml:767(para) base.xml:1023(para) -msgid "" -"period, the time period for depreciation allowance" -msgstr "週期,提列折舊的時間週期" +#: C/boolean.page:27(p) +msgid "NOT 010011₂" +msgstr "NOT 010011₂" -#: base.xml:771(para) +#: C/base.page:11(p) msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the double-" -"declining balance method, put the following values into the first four " -"memory registers:" -msgstr "" -"您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " -"$900。 如果要計算第 4 年的折舊額,請使用倍數餘額法將下列的值放入前四個記憶體" -"註冊:" - -#: base.xml:780(para) base.xml:990(para) base.xml:1036(para) -msgid "900" +"To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent." msgstr "" +"若要輸入使用特定數基 (進位制) 的數字,使用 下標數" +"字。下面的數字都是一樣的。" -#: base.xml:791(para) -msgid "Click on Ddb." -msgstr "按一下 Ddb。" +#: C/base.page:16(p) +msgid "1001011₂" +msgstr "1001011₂" -#: base.xml:792(para) -msgid "790.12" -msgstr "" +#: C/base.page:19(p) +msgid "113₈" +msgstr "113₈" -#: base.xml:793(para) -msgid "The depreciation expense for the fourth year is $790.12." -msgstr "第 4 年的折舊額為 $790.12。" +#: C/base.page:22(p) +msgid "75" +msgstr "75" -#: base.xml:796(para) base.xml:2199(para) -msgid "Future Value" -msgstr "期約值" +#: C/base.page:25(p) +msgid "4B₁₆" +msgstr "4B₁₆" -#: base.xml:797(guibutton) base.xml:2198(guibutton) -msgid "Fv" +#: C/base.page:29(p) +msgid "" +"When in programming mode there are buttons for " +"binary (CtrlB), octal " +"(CtrlO) and hexadecimal " +"(CtrlH)." msgstr "" +"在 軟體開發模式 下有二進制 (CtrlB)、八進制 (CtrlO) 以及十六進制 (CtrlH) 的按" +"鈕。" -#: base.xml:798(para) +#: C/base.page:32(p) msgid "" -"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." +"To set the base that results are shown in change the result format." msgstr "" -"依據定期固定金額付款計算投資的期約值,每期付款金額 pmt 在付款期間內支付的利率為 int 定期利" -"率。" +"若要改變結果的進制顯示,請改變 結果格式。" -#: base.xml:804(para) base.xml:885(para) base.xml:1060(para) -msgid "pmt, the periodic payment" -msgstr "pmt,分期付款" +#: C/base.page:35(p) +msgid "" +"To change the base of the current result use a base button or " +"CtrlD to show in decimal form." +msgstr "" +"若要改變目前結果的數基 (進位制),使用進位制按鈕或是 CtrlD 以十進制格式顯示。" -#: base.xml:812(para) base.xml:893(para) -msgid "n, the number of periods" -msgstr "n,週期數" +#: C/absolute.page:9(title) +msgid "Absolute Values" +msgstr "絕對值" -#: base.xml:816(para) +#: C/absolute.page:11(p) msgid "" -"You plan to deposit $4000 in a bank account on the last day of each year for " -"the next 20 years. The account pays 8% interest, compounded annually. " -"Interest is paid on the last day of each year. To calculate the value of " -"your account in 20 years, put the following values into the first three " -"memory registers:" +"Absolute values are calculated using the | symbol or abs function." msgstr "" -"您計劃在未來 20 年內每年的最後一天在銀行帳戶存入 $4000。帳戶支付 8% 利息,每" -"年複利計算。利息的支付日期為每年的最後一天。 如果要計算帳戶 20 年後的價值,請" -"將下列的值放入前三個記憶體註冊:" +"計算絕對值可以使用「|」符號或是 abs 函數。" -#: base.xml:821(para) -msgid "4000" -msgstr "" +#: C/absolute.page:15(p) +msgid "|−1|" +msgstr "|−1|" -#: base.xml:825(para) -msgid "0.08" -msgstr "" +#: C/absolute.page:18(p) +msgid "abs (−1)" +msgstr "abs (−1)" -#: base.xml:829(para) base.xml:911(para) base.xml:1896(para) -msgid "20" +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 +#: C/index.page:0(None) +msgid "translator-credits" msgstr "" +"如對翻譯有任何意見,請送一封電子郵件給\n" +"以下地址,MATE 翻譯團隊會盡快回覆您:\n" +"zh-l10n@lists.linux.org.tw\n" +"\n" +"Pin-hsien Li , 2011." -#: base.xml:832(para) -msgid "Click on Fv." -msgstr "按一下 Fv。" +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "Calculator 手冊 V2.5" -#: base.xml:833(para) -msgid "183047.86" -msgstr "" +#~ msgid "2003" +#~ msgstr "2003 年" -#: base.xml:834(para) -msgid "At the end of 20 years, the value of the account is $183,047.86." -msgstr "當 20 年到期後,帳戶的價值為 $183,047.86。" +#~ msgid "MATE Documentation Project" +#~ msgstr "MATE 文件專案" -#: base.xml:837(para) base.xml:2145(para) -msgid "Periodic Payment" -msgstr "分期付款" +#~ msgid "MATE Documentation Team" +#~ msgstr "MATE 文件小組" -#: base.xml:838(guibutton) base.xml:2144(guibutton) -msgid "Pmt" -msgstr "" +#~ msgid "mate-calc Manual V2.5" +#~ msgstr "計算機手冊 V2.5" -#: base.xml:839(para) -msgid "" -"Calculates the amount of the periodic payment of a loan, where payments are " -"made at the end of each payment period." -msgstr "計算貸款每期付款的金額,其中付款日期為每一個付款週期的最後一天。" +#~ msgid "Sun MATE Documentation Team" +#~ msgstr "Sun MATE 文件小組" -#: base.xml:845(para) -msgid "prin, the principal" -msgstr "prin,本金" +#~ msgid "mate-calc Manual V2.4" +#~ msgstr "mate-calc 手冊 V2.4" -#: base.xml:853(para) base.xml:935(para) -msgid "n, the term" -msgstr "n,期間" +#~ msgid "June 2003" +#~ msgstr "2003 年 6 月" -#: base.xml:857(para) -msgid "" -"You are considering a $120,000 mortgage for 30 years at an annual interest " -"rate of 11.0%. Given the annual interest rate, you determine that the " -"monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * 12 = 360 " -"months. To calculate the monthly repayment for this mortgage, put the " -"following values into the first three memory registers:" -msgstr "" -"您正考慮一項 30 年 $120,000 年利率 11.0%的扺押貸款。依據年利率,您求得的月利" -"率為 0.11 / 12 = 0.00917。期間為 30 * 12 = 360 個月。如果要計算這個扺押貸款每" -"月償還的金額,請將下列的值放入前三個記憶體註冊:" +#~ msgid "mate-calc Manual V2.3" +#~ msgstr "mate-calc 手冊 V2.3" + +#~ msgid "April 2003" +#~ msgstr "2003 年 4 月" + +#~ msgid "mate-calc Manual V2.2" +#~ msgstr "mate-calc 手冊 V2.2" + +#~ msgid "mate-calc Manual V2.1" +#~ msgstr "mate-calc 手冊 V2.1" + +#~ msgid "March 2003" +#~ msgstr "2003 年 3 月" + +#~ msgid "mate-calc Manual V2.0" +#~ msgstr "mate-calc 手冊 V2.0" + +#~ msgid "" +#~ "This manual describes version 4.2.100 of mate-calc." +#~ msgstr "" +#~ "本手冊的內容是說明 4.2.103 版的 Calculator。" + +#~ msgid "Feedback" +#~ msgstr "回饋" + +#~ msgid "" +#~ "To report a bug or make a suggestion regarding the " +#~ "mate-calc application or this manual, follow " +#~ "the directions in the MATE Feedback Page." +#~ msgstr "" +#~ "關於本 Calculator 應用程式或 手冊,如果要報告錯" +#~ "誤或提出建議,請遵照 MATE Feedback Page 的指示。" + +#~ msgid "Calculator" +#~ msgstr "計算機" + +#~ msgid "Introduction" +#~ msgstr "介紹" + +#~ msgid "" +#~ "The mate-calc application is multifunctional " +#~ "and can handle different types of mathematical approaches." +#~ msgstr "" +#~ "Calculator 應用程式含有多種函數可以處理不同類型" +#~ "的數學問題。" + +#~ msgid "" +#~ "The mate-calc application has the following " +#~ "modes:" +#~ msgstr "Calculator 應用程式具有下列的模式:" + +#~ msgid "Basic Mode" +#~ msgstr "基本模式" + +#~ msgid "" +#~ "Provides standard calculator functions. You can store numbers in 10 " +#~ "different memory registers, and easily retrieve and replace the numbers " +#~ "in the memory registers. Basic Mode is the default mode. You can use all " +#~ "of the Basic Mode functions in each of the other modes." +#~ msgstr "" +#~ "提供標準的計算機函數。您可以將數字儲存於 10 個不同的記憶體註冊,並且可以輕" +#~ "易地擷取和取代記憶體註冊中的數字。基本模式為預設的模式。您可以在其他每一種" +#~ "模式中使用所有的基本模式函數。" + +#~ msgid "Provides several complex financial functions." +#~ msgstr "提供一些複雜的財務函數。" + +#~ msgid "" +#~ "Provides many additional mathematical functions, including trigonometric " +#~ "and logical functions. You can also store your own functions and " +#~ "constants, when you use Scientific Mode." +#~ msgstr "" +#~ "提供許多額外的數學函數,包括三角函數和邏輯函數。您也可以在使用科學模式時儲" +#~ "存您自己的函數和常數。" + +#~ msgid "" +#~ "You can use mate-calc in the following " +#~ "numbering systems:" +#~ msgstr "" +#~ "您可以在下列的數值系統中使用 Calculator:" + +#~ msgid "Numbering System" +#~ msgstr "數值系統" + +#~ msgid "Base" +#~ msgstr "基礎" + +#~ msgid "" +#~ "To start mate-calc from a " +#~ "command line, type the following command, then press Return:" +#~ msgstr "" +#~ "To start Calculator from a " +#~ "command line, type the following command, then press Return:" + +#~ msgid "" +#~ "When you start mate-calc, the " +#~ "following window is displayed:" +#~ msgstr "" +#~ "當您啟動 Calculator 後,會顯示下" +#~ "面的視窗:" + +#~ msgid "mate-calc Basic Mode Window" +#~ msgstr "Calculator 基本模式視窗" + +#~ msgid "Shows mate-calc Basic Mode window." +#~ msgstr "顯示 Calculator 基本模式視窗。" + +#~ msgid "" +#~ "The mate-calc window contains " +#~ "the following elements:" +#~ msgstr "" +#~ "Calculator 視窗包含下列的 元素:" + +#~ msgid "Menubar" +#~ msgstr "功能表列" + +#~ msgid "" +#~ "The menus on the menubar contain all of the commands that you need to " +#~ "work with mate-calc." +#~ msgstr "" +#~ "功能表列上的功能表包含所有 使用 Calculator 所需的指令。" + +#~ msgid "Display area" +#~ msgstr "顯示區域" + +#~ msgid "" +#~ "The display area shows the numbers that you enter, and the results of " +#~ "calculations. You can enter numbers of up to forty digits." +#~ msgstr "" +#~ "顯示區域可以顯示您輸入的數字,以及計算的結果。可以輸入的數字最多為 40 位" +#~ "數。" + +#~ msgid "Mode area" +#~ msgstr "模式區域" + +#~ msgid "" +#~ "The mode area displays the buttons for the currently selected mode. The " +#~ "Basic Mode buttons are always displayed. When you choose Financial Mode, " +#~ "the Financial Mode buttons are displayed above the Basic Mode buttons. " +#~ "When you choose Scientific Mode, the Scientific Mode buttons are " +#~ "displayed above the Basic Mode Buttons." +#~ msgstr "" +#~ "模式區域可以顯示目前選取模式的按鈕。基本模式按鈕永遠會顯示。當您選擇財務模" +#~ "式時,財務模式按鈕將會顯示在基本模式按鈕之上。當您選擇科學模式時,科學模式" +#~ "按鈕將會顯示在基本模式按鈕之上 。" + +#~ msgid "Popup Menu" +#~ msgstr "即現式功能表" + +#~ msgid "Shows popup-menu symbol." +#~ msgstr "顯示即現式功能表符號。" + +#~ msgid "" +#~ "The symbol on a mate-calc " +#~ "button indicates that a popup menu is displayed when you click on that " +#~ "button." +#~ msgstr "" +#~ "Calculator 按鈕上的符號表示按一" +#~ "下該按鈕後即會顯示即現式功能表。" + +#~ msgid "Usage" +#~ msgstr "使用" + +#~ msgid "To Use Calculator Functions" +#~ msgstr "使用計算機函數" + +#~ msgid "To perform a calculation, use one of the following methods:" +#~ msgstr "如果要執行計算,請使用下列任一種 方法:" + +#~ msgid "" +#~ "Click on the mate-calc buttons to enter " +#~ "numbers and functions." +#~ msgstr "" +#~ "按一下 Calculator 按鈕可以輸入數字和函數。" + +#~ msgid "" +#~ "Give focus to the mate-calc window, then use " +#~ "the keyboard or numeric keypad to specify the calculation that you want " +#~ "to perform. For a complete list of keyboard shortcuts, see ." +#~ msgstr "" +#~ "給予 Calculator 視窗焦點,然後使用鍵盤或數字鍵" +#~ "組來指定您要執行的計算。若需鍵盤捷徑的完整清單,請參閱 。" + +#~ msgid "" +#~ "The mate-calc application automatically " +#~ "displays numbers with more than 40 digits, and small numbers, as " +#~ "exponential numbers. For example, the following table shows the value " +#~ "that is displayed when you use the decimal numeric base with an accuracy " +#~ "of 2 significant places:" +#~ msgstr "" +#~ "Calculator 應用程式會自動以 40 位數以上和小型" +#~ "字 (如指數) 來顯示數字。例如,下列表格將顯示當使用十進制數值基礎且設定 2 " +#~ "位數的精準度時所顯示的值:" + +#~ msgid "Display" +#~ msgstr "顯示" + +#~ msgid "Signifies" +#~ msgstr "意義" + +#~ msgid "" +#~ "For information about how to enter a number in exponential format, see " +#~ "." +#~ msgstr "" +#~ "若需如何輸入指數的詳細資訊,請參閱 。" + +#~ msgid "" +#~ "To copy the result of a calculation, choose EditCopy. You can paste the " +#~ "value into another application." +#~ msgstr "" +#~ "如果要複製計算的結果,請選擇 編輯複製。 您可以將值貼入其他" +#~ "的應用程式。" + +#~ msgid "" +#~ "To paste a previously copied value into the display area, choose " +#~ "EditPaste." +#~ msgstr "" +#~ "如果要將上一次複製的值貼入顯示區域,請選擇 編輯貼上。" + +#~ msgid "To Perform Basic Calculations" +#~ msgstr "執行基本計算" + +#~ msgid "" +#~ "Basic Mode is displayed by default when you first start " +#~ "mate-calc. To explicitly invoke Basic Mode, " +#~ "choose ViewBasic Mode." +#~ msgstr "" +#~ "當您第一次啟動 Calculator 時,預設為顯示基本模" +#~ "式。如果要確定啟動的是基本模式,請選擇 檢視基本模式。" + +#~ msgid "To Perform Simple Calculations" +#~ msgstr "執行簡單的計算" + +#~ msgid "" +#~ "To perform simple calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行簡單的計算,請使用 中所述的按鈕。" + +#~ msgid "Performing Simple Calculations" +#~ msgstr "執行簡單的計算" + +#~ msgid "Button" +#~ msgstr "按鈕" + +#~ msgid "Description" +#~ msgstr "說明" + +#~ msgid "Example" +#~ msgstr "範例" + +#~ msgid "Numerals" +#~ msgstr "數字" + +#~ msgid "0 to 9 inclusive" +#~ msgstr "09 以內的數字" + +#~ msgid "" +#~ "In decimal and hexadecimal base, all numerals are available. In octal " +#~ "base, 8 and 9 are " +#~ "unavailable. In binary base, only 0 and " +#~ "1 are available. The default base is decimal." +#~ msgstr "" +#~ "在十進制和十六進制基礎中,可以使用所有的數字。在八進制中,不可以使用 " +#~ "89。在二進制中,只能使" +#~ "用 01。預設基礎為十進" +#~ "制。" + +#~ msgid "Numeric point" +#~ msgstr "數字點" + +#~ msgid "." +#~ msgstr "。" + +#~ msgid "Starts the fractional part of a numeric entry." +#~ msgstr "開始輸入數字的分數部份。" + +#~ msgid "Calculate a result" +#~ msgstr "計算結果" + +#~ msgid "Displays the result of the current calculation in the current base." +#~ msgstr "顯示以目前基礎求得的計算結果。" + +#~ msgid "Addition" +#~ msgstr "加" + +#~ msgid "" +#~ "Adds the current value in the display area to the next number that you " +#~ "enter." +#~ msgstr "將顯示區域的目前值加上下一個您輸入的數字。" + +#~ msgid "" +#~ "Subtracts from the current value in the display area the next number that " +#~ "you enter." +#~ msgstr "將顯示區域的目前值減去下一個您輸入的數字。" + +#~ msgid "Multiplication" +#~ msgstr "乘" + +#~ msgid "" +#~ "Multiplies the current value in the display area by the next number that " +#~ "you enter." +#~ msgstr "將顯示區域的目前值乘上下一個您輸入的數字。" + +#~ msgid "" +#~ "Divides the current value in the display area by the next number that you " +#~ "enter." +#~ msgstr "將顯示區域的目前值除以下一個您輸入的數字。" + +#~ msgid "To Erase Characters" +#~ msgstr "消除字元" + +#~ msgid "" +#~ "To erase characters, use the buttons described in ." +#~ msgstr "" +#~ "如果要消除字元,請使用 中所述" +#~ "的按鈕。" + +#~ msgid "Removes the rightmost character from the display area." +#~ msgstr "移除顯示區域最右邊的字元。" + +#~ msgid "Clear Entry" +#~ msgstr "清除輸入" + +#~ msgid "Removes the current value from the display area." +#~ msgstr "移除顯示區域的目前值。" + +#~ msgid "Clear" +#~ msgstr "清除" + +#~ msgid "" +#~ "Resets the current value in the display area to zero. Clr also deselects the Hyp and Inv options in Scientific Mode." +#~ msgstr "" +#~ "將顯示區域的目前值重設為零。Clr 也會取消選取科學模" +#~ "式中的 HypInv 選項 。" + +#~ msgid "To Perform Arithmetic Calculations" +#~ msgstr "執行算術計算" + +#~ msgid "" +#~ "To perform arithmetic calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行算術計算,請使用 中" +#~ "所述的按鈕。" + +#~ msgid "Performing Arithmetic Calculations" +#~ msgstr "執行算術計算" + +#~ msgid "" +#~ "Uses the next number that you enter to calculate that percentage of the " +#~ "current value in the display area." +#~ msgstr "使用您輸入的下一個數字來計算顯示區域中目前值的百分比。" + +#~ msgid "Reciprocal" +#~ msgstr "倒數" + +#~ msgid "Divides 1 by the current value in the display area." +#~ msgstr "將顯示區域的目前值除1。" + +#~ msgid "Change the arithmetic sign" +#~ msgstr "變更算術符號" + +#~ msgid "" +#~ "Changes a positive number to a negative number, or a negative number to a " +#~ "positive number." +#~ msgstr "將正數變為負數,或將負數變為正數。" + +#~ msgid "Calculates the square root of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的平方根。" + +#~ msgid "Square" +#~ msgstr "平方" + +#~ msgid "Calculates the square of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的平方。" + +#~ msgid "" +#~ "Calculates the integer portion of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的整數部份。" + +#~ msgid "" +#~ "Calculates the fractional portion of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的分數部份。" + +#~ msgid "" +#~ "Calculates the absolute value of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的絕對值。" + +#~ msgid "To Use the Calculator Memory Registers" +#~ msgstr "使用計算機記憶體註冊" + +#~ msgid "" +#~ "You can store values in any of the ten mate-calc memory registers R0 to R9. To display the memory registers, choose " +#~ "ViewMemory Registers." +#~ msgstr "" +#~ "您可以將值儲存於 10 個 Calculator 記憶體註冊 " +#~ "R0R9 中的任一個記憶體註冊。" +#~ "如果要顯示記憶體註冊,請選擇 檢視記憶體註冊。" + +#~ msgid "" +#~ " describes the memory functions " +#~ "that you can use." +#~ msgstr "" +#~ " 將說明您可以使用的記憶體函數。" + +#~ msgid "Memory Functions" +#~ msgstr "記憶體函數" + +#~ msgid "Store Value in Memory Register" +#~ msgstr "將值儲存於記憶體註冊" + +#~ msgid "" +#~ "Stores the current contents of the display area in the specified memory " +#~ "register. Click on Sto, and select a memory " +#~ "register from the popup menu." +#~ msgstr "" +#~ "將顯示區域的目前內容儲存於指定的記憶體註冊。按一下 Sto,然後選取即現式功能表上的記憶體註冊。" + +#~ msgid "" +#~ "To clear a memory register during a mate-calc " +#~ "session:" +#~ msgstr "" +#~ "如果要在 Calculator 階段作業期間清除記憶體註" +#~ "冊:" + +#~ msgid "Click Clr." +#~ msgstr "按一下 Clr。" + +#~ msgid "Click on Sto." +#~ msgstr "按一下 Sto。" + +#~ msgid "Select the memory register from the popup menu." +#~ msgstr "選取即現式功能表上的記憶體註冊。" + +#~ msgid "The value 22 is stored in memory register R2" +#~ msgstr "值 22 已儲存於記憶體註冊 R2" + +#~ msgid "Retrieve Value From Memory Register" +#~ msgstr "擷取記憶體註冊的值" + +#~ msgid "" +#~ "Retrieves the contents of the specified memory register. Click on " +#~ "Rcl, and select the memory register from the popup " +#~ "menu." +#~ msgstr "" +#~ "擷取指定記憶體註冊的內容。按一下 Rcl,然後選取即現" +#~ "式功能表上的記憶體註冊。" + +#~ msgid "where 22 is the value previously stored in memory register R2" +#~ msgstr "其中 22 是上一次儲存於記憶體註冊 R2 的值" + +#~ msgid "Exchange Memory Register Value and Displayed Value" +#~ msgstr "將記憶體註冊值與顯示的值交換" + +#~ msgid "" +#~ "Exchanges the contents of the specified memory register and the current " +#~ "value in the display area. Click on Exch, and " +#~ "select the memory register from the popup menu." +#~ msgstr "" +#~ "將指定記憶體註冊的內容與顯示區域的目前值交換。按一下 Exch,然後選取即現式功能表上的記憶體註冊。" + +#~ msgid "" +#~ "Value in display area changes from 44 to 22, value in R2 changes from 22 " +#~ "to 44" +#~ msgstr "顯示區域的值從 44 變為 22,而 R2 的值則從 22 變為 44" + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "memory register, as shown in the following examples:" +#~ msgstr "" +#~ "如果您是使用鍵盤捷徑,您可以使用鍵盤來指定記憶體註冊,如下列範例所示:" + +#~ msgid "Keyboard Entry" +#~ msgstr "鍵盤輸入" + +#~ msgid "" +#~ "Stores the current contents of the display area in memory register " +#~ "R2." +#~ msgstr "將顯示區域的目前內容儲存於記憶體註冊 R2。" + +#~ msgid "" +#~ "Retrieves the current contents of memory register R2 " +#~ "into the display area." +#~ msgstr "擷取記憶體註冊 R2 的目前內容並放入顯示區域。" + +#~ msgid "" +#~ "Exchanges the current value of the display area with the contents of " +#~ "memory register R2." +#~ msgstr "將顯示區域的目前值與記憶體註冊 R2 的內容交換。" + +#~ msgid "To Display ASCII Values" +#~ msgstr "顯示 ASCII 值" + +#~ msgid "" +#~ "To display the ASCII value of a character, choose " +#~ "EditInsert ASCII Value." +#~ msgstr "" +#~ "如果要顯示字元的 ASCII 值,請選擇 編輯插入 ASCII 值。" + +#~ msgid "The Insert ASCII Value dialog is displayed." +#~ msgstr "此時會顯示插入 ASCII 值對話方塊。" + +#~ msgid "" +#~ "Enter the required character in the Character field, " +#~ "and click on Insert. The ASCII value of that " +#~ "character, in the current numeric base, appears in the display area. For " +#~ "example, the ASCII value of B in decimal base is 66." +#~ msgstr "" +#~ "在字元欄位中輸入您需要的字元,然後按一下插" +#~ "入。顯示區域即會出現以目前數值基礎求得的該字元 ASCII 值。例" +#~ "如,使用十進制基礎 B 的 ASCII 值為 66。" + +#~ msgid "" +#~ "To change to Financial Mode, choose ViewFinancial Mode." +#~ msgstr "" +#~ "如果要變更為財務模式,請選擇 檢視財務模式。" + +#~ msgid "" +#~ "When you change to Financial Mode, the following Financial Mode buttons " +#~ "are displayed above the Basic Mode buttons:" +#~ msgstr "" +#~ "當您變更為財務模式時,下列的財務模式按鈕將會顯示在基本模式按鈕之上:" + +#~ msgid "mate-calc Financial Mode Buttons" +#~ msgstr "Calculator 財務模式按鈕" + +#~ msgid "Shows mate-calc Financial Mode buttons." +#~ msgstr "顯示 Calculator 財務模式按鈕。" + +#~ msgid "" +#~ "To perform financial calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行財務計算,請使用 中所述的按鈕。" + +#~ msgid "Performing Financial Calculations" +#~ msgstr "執行財務計算" + +#~ msgid "Compounding Term" +#~ msgstr "複利期間" + +#~ msgid "This function uses the following memory registers:" +#~ msgstr "這個函數會使用下列的記憶體註冊:" + +#~ msgid "Register 0" +#~ msgstr "註冊 0" + +#~ msgid "int, the periodic interest rate" +#~ msgstr "int,定期利率" + +#~ msgid "Register 1" +#~ msgstr "註冊 1" + +#~ msgid "fv, the future value" +#~ msgstr "fv,期約值" + +#~ msgid "Register 2" +#~ msgstr "註冊 2" + +#~ msgid "pv, the present value" +#~ msgstr "pv,現值" + +#~ msgid "" +#~ "You have just deposited $8000 in an account that pays an annual interest " +#~ "rate of 9%, compounded monthly. Given the annual interest rate, you " +#~ "determine that the monthly interest rate is 0.09 / 12 = 0.0075. To " +#~ "calculate the time period necessary to double your investment, put the " +#~ "following values into the first three memory registers:" +#~ msgstr "" +#~ "您已經在帳戶中存入 $8000,利率為年利率 9% 每月複利計算。依據年利率,您求得" +#~ "的月利率為 0.09 / 12 = 0.0075。如果要計算使投資倍增所需的時間週期,請將下" +#~ "列的值放前三個記憶體註冊:" + +#~ msgid "Click on Ctrm." +#~ msgstr "按一下 Ctrm。" + +#~ msgid "The investment doubles in value in 92.77 months." +#~ msgstr "投資金額倍增所需的時間為 92.77 個月。" + +#~ msgid "Double-Declining Depreciation" +#~ msgstr "倍數餘額折舊" + +#~ msgid "cost, the amount paid for the asset" +#~ msgstr "成本,購買資產的金額" + +#~ msgid "" +#~ "salvage, the value of the asset at the end of " +#~ "its life" +#~ msgstr "剩餘價值,資產在到達使用年限後的價值" + +#~ msgid "life, the useful life of the asset" +#~ msgstr "年限,資產的使用年限" + +#~ msgid "Register 3" +#~ msgstr "註冊 3" + +#~ msgid "" +#~ "period, the time period for depreciation " +#~ "allowance" +#~ msgstr "週期,提列折舊的時間週期" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the double-" +#~ "declining balance method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " +#~ "$900。 如果要計算第 4 年的折舊額,請使用倍數餘額法將下列的值放入前四個記憶" +#~ "體註冊:" + +#~ msgid "Click on Ddb." +#~ msgstr "按一下 Ddb。" + +#~ msgid "The depreciation expense for the fourth year is $790.12." +#~ msgstr "第 4 年的折舊額為 $790.12。" + +#~ msgid "Future Value" +#~ msgstr "期約值" + +#~ msgid "pmt, the periodic payment" +#~ msgstr "pmt,分期付款" + +#~ msgid "n, the number of periods" +#~ msgstr "n,週期數" + +#~ msgid "" +#~ "You plan to deposit $4000 in a bank account on the last day of each year " +#~ "for the next 20 years. The account pays 8% interest, compounded annually. " +#~ "Interest is paid on the last day of each year. To calculate the value of " +#~ "your account in 20 years, put the following values into the first three " +#~ "memory registers:" +#~ msgstr "" +#~ "您計劃在未來 20 年內每年的最後一天在銀行帳戶存入 $4000。帳戶支付 8% 利息," +#~ "每年複利計算。利息的支付日期為每年的最後一天。 如果要計算帳戶 20 年後的價" +#~ "值,請將下列的值放入前三個記憶體註冊:" + +#~ msgid "Click on Fv." +#~ msgstr "按一下 Fv。" + +#~ msgid "At the end of 20 years, the value of the account is $183,047.86." +#~ msgstr "當 20 年到期後,帳戶的價值為 $183,047.86。" + +#~ msgid "Periodic Payment" +#~ msgstr "分期付款" + +#~ msgid "prin, the principal" +#~ msgstr "prin,本金" + +#~ msgid "n, the term" +#~ msgstr "n,期間" + +#~ msgid "" +#~ "You are considering a $120,000 mortgage for 30 years at an annual " +#~ "interest rate of 11.0%. Given the annual interest rate, you determine " +#~ "that the monthly interest rate is 0.11 / 12 = 0.00917. The term is 30 * " +#~ "12 = 360 months. To calculate the monthly repayment for this mortgage, " +#~ "put the following values into the first three memory registers:" +#~ msgstr "" +#~ "您正考慮一項 30 年 $120,000 年利率 11.0%的扺押貸款。依據年利率,您求得的月" +#~ "利率為 0.11 / 12 = 0.00917。期間為 30 * 12 = 360 個月。如果要計算這個扺押" +#~ "貸款每月償還的金額,請將下列的值放入前三個記憶體註冊:" + +#~ msgid "Click on Pmt." +#~ msgstr "按一下 Pmt。" + +#~ msgid "The monthly repayment is $1143.15." +#~ msgstr "每月償還的金額為 $1143.15。" + +#~ msgid "Present Value" +#~ msgstr "現值" + +#~ msgid "" +#~ "You have just won a million dollars. The prize is awarded in 20 annual " +#~ "payments of $50,000 each. Annual payments are received at the end of each " +#~ "year. If you were to accept the annual payments of $50,000, you would " +#~ "invest the money at a rate of 9%, compounded annually." +#~ msgstr "" +#~ "您剛嬴得了一佰萬元。獎金將分 20 年領取每年領取 $50,000。每年的最後一天領取" +#~ "獎金。如果您想接受每年領取 $50,000,即表示您的投資為年利率 9% 每年複利計" +#~ "算。" + +#~ msgid "" +#~ "However, you are given the option of receiving a single lump-sum payment " +#~ "of $400,000 instead of the million dollars annuity. To calculate which " +#~ "option is worth more in today's dollars, put the following values into " +#~ "the first three memory registers:" +#~ msgstr "" +#~ "但是,您也可以選擇一次領取 $400,000,而不是一佰萬的年金。 如果要計算那一種" +#~ "比較符合現值,請將下列的值放入前三個記憶體註冊:" + +#~ msgid "Click on Pv." +#~ msgstr "按一下 Pv。" + +#~ msgid "" +#~ "The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." +#~ msgstr "$1,000,000 分20 年領取相當於現值 $456,427.28。" + +#~ msgid "Periodic Interest Rate" +#~ msgstr "定期利率" + +#~ msgid "" +#~ "You have invested $20,000 in a bond. The bond matures in five years, and " +#~ "has a maturity value of $30,000. Interest is compounded monthly. The term " +#~ "is 5 * 12 = 60 months. To calculate the periodic interest rate for this " +#~ "investment, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "您已經投資了 $20,000 的債券。債券為 5 年期,到期值為 $30,000。利息為每月複" +#~ "利計算。期間為 5 * 12 = 60 個月。 如果要計算這項投資的定期利率,請將下列的" +#~ "值放入前三個記憶體註冊:" + +#~ msgid "Click on Rate." +#~ msgstr "按一下 利率。" + +#~ msgid "" +#~ "The monthly interest rate is 0.678%. The annual interest rate is 0.678% * " +#~ "12 = 8.14%." +#~ msgstr "月利率為 0.678%。年利率為 0.678% * 12 = 8.14%。" + +#~ msgid "Straight-Line Depreciation" +#~ msgstr "直線折舊" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the yearly depreciation expense, using the straight-line " +#~ "method, put the following values into the first three memory registers:" +#~ msgstr "" +#~ "您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " +#~ "$900。 如果要計算每年的折舊額,請使用直線折舊法將下列的值放入前三個記憶體" +#~ "註冊:" + +#~ msgid "Click on Sln." +#~ msgstr "按一下 Sln。" + +#~ msgid "The yearly depreciation expense is $1183.33." +#~ msgstr "每年的折舊額為 $1183.33。" + +#~ msgid "Sum-Of-The-Years'-Digits Depreciation" +#~ msgstr "年數合計折舊" + +#~ msgid "" +#~ "You have just purchased an office machine for $8000. The useful life of " +#~ "this machine is six years. The salvage value after six years is $900. To " +#~ "calculate the depreciation expense for the fourth year, using the sum-of-" +#~ "the-years'-digits method, put the following values into the first four " +#~ "memory registers:" +#~ msgstr "" +#~ "您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " +#~ "$900。 如果要計算第 4 年的折舊額,請使用年數合計折舊法將下列的值放入前四個" +#~ "記憶體註冊:" + +#~ msgid "Click on Syd." +#~ msgstr "按一下 Syd。" + +#~ msgid "The depreciation expense for the fourth year is $1014.29." +#~ msgstr "第 4 年的折舊額為 $1014.29。" + +#~ msgid "Payment Period" +#~ msgstr "付款週期" + +#~ msgid "" +#~ "You plan to deposit $1800 in a bank account on the last day of each year. " +#~ "The account pays 11% interest, compounded annually. Interest is paid on " +#~ "the last day of each year. To calculate the time period necessary to " +#~ "accumulate $120,000, put the following values into the first three memory " +#~ "registers:" +#~ msgstr "" +#~ "您計劃在每年的最後一天將 $1800 存入銀行帳戶。帳戶支付 11% 利息,每年複利計" +#~ "算。利息的支付日期為每年的最後一天。 如果要計算累積到 $120,000 所需的時間" +#~ "週期,請將下列的值放前三個記憶體註冊:" + +#~ msgid "Click on Term." +#~ msgstr "按一下 期間。" + +#~ msgid "$120,000 accumulates in the account in 20.32 years." +#~ msgstr "帳戶會在 20.32 年內累積到 $120,000。" + +#~ msgid "To Perform Scientific Calculations" +#~ msgstr "執行科學計算" + +#~ msgid "" +#~ "To change to Scientific Mode, choose ViewScientific Mode." +#~ msgstr "" +#~ "如果要變更為科學模式,請選擇 檢視科學模式。" + +#~ msgid "" +#~ "When you change to Scientific Mode, the following Scientific Mode buttons " +#~ "are displayed above the Basic Mode buttons:" +#~ msgstr "" +#~ "當您變更為科學模式時,下列的科學模式按鈕將會顯示在基本模式按鈕之上:" + +#~ msgid "mate-calc Scientific Mode Buttons" +#~ msgstr "Calculator 科學模式按鈕" + +#~ msgid "Shows mate-calc Scientific Mode buttons." +#~ msgstr "顯示 Calculator 科學模式按鈕。" + +#~ msgid "To Set the Accuracy" +#~ msgstr "設定精確度" + +#~ msgid "" +#~ "To set the accuracy of the display area and of the memory registers, " +#~ "click on Acc, and select from the popup menu the " +#~ "accuracy level that you require. The current accuracy level is indicated " +#~ "by a preceding black circle in the popup menu. Up to 9 significant places " +#~ "can be displayed. The default accuracy is 9 significant places." +#~ msgstr "" +#~ "如果要設定顯示區域和記憶體註冊的精確度,請按一下 Acc,然後選取即現式功能表上您需要的精確度等級。即現式功能表上目前的" +#~ "精確度等級之前會加上黑色圓圈。最多可以顯示 9 位數。預設的精確度為 9 位數。" + +#~ msgid "" +#~ "By default, trailing zeroes are not shown. To display trailing zeroes, " +#~ "click on Acc and select Show Trailing " +#~ "Zeroes from the popup menu, or choose " +#~ "ViewShow Trailing Zeroes. A preceding tick in the Acc popup menu or View menu indicates that the " +#~ "Show Trailing Zeroes option has been selected. To " +#~ "hide trailing zeroes, choose ViewShow Trailing Zeroes " +#~ "again." +#~ msgstr "" +#~ "依據預設,不顯示尾隨的零。如果要顯示尾隨的零,請按一下 Acc,然後選取即現式功能表上的顯示尾隨的零,或" +#~ "選擇檢視顯示尾隨的零。在 Acc 即現式功能表上或" +#~ "檢視功能表上前置的標記表示已選取顯示尾隨的零" +#~ "選項。如果要隱藏尾隨的零,請再選擇一次檢視" +#~ "顯示尾隨的零。" + +#~ msgid "" +#~ "The examples in the following table show how the accuracy setting affects " +#~ "x in the display area, when you use decimal " +#~ "base, with the Show Trailing Zeroes option " +#~ "selected, for the 1 / 8 = x " +#~ "calculation:" +#~ msgstr "" +#~ "下列表格中的範例將說明精確度設定對顯示區域中 x " +#~ "的影響 (使用十進制基礎並選取顯示尾隨的零選項來" +#~ "計算 1 / 8 = x):" + +#~ msgid "Accuracy" +#~ msgstr "精確度" + +#~ msgid "1 significant place" +#~ msgstr "1 位數" + +#~ msgid "2 significant places" +#~ msgstr "2 位數" + +#~ msgid "3 significant places" +#~ msgstr "3 位數" + +#~ msgid "To Set the Numeric Base" +#~ msgstr "設定數值基礎" + +#~ msgid "" +#~ "To set the numeric base, select one of the buttons described in ." +#~ msgstr "" +#~ "如果要設定數值基礎,請選取 中所" +#~ "述的按鈕。" + +#~ msgid "Setting the Numeric Base" +#~ msgstr "設定數值基礎" + +#~ msgid "Binary Base" +#~ msgstr "二進制基礎" + +#~ msgid "Sets the numeric base to binary, that is, base 2." +#~ msgstr "將數值基礎設為二進制,即基底為 2。" + +#~ msgid "Octal Base" +#~ msgstr "八進制基礎" + +#~ msgid "Sets the numeric base to octal, that is, base 8." +#~ msgstr "將數值基礎設為八進制,即基底為 8。" + +#~ msgid "Decimal Base" +#~ msgstr "十進制基礎" + +#~ msgid "" +#~ "Sets the numeric base to decimal, that is, base 10. Decimal is the " +#~ "default numeric base. If you change from Scientific Mode to either Basic " +#~ "Mode or Financial Mode, mate-calc " +#~ "automatically sets the numeric base to decimal." +#~ msgstr "" +#~ "將數值基礎設為十進制,即基底為 10。十進制為預設的數值基礎。如果您是從科學" +#~ "模式變為基本模式或財務模式,Calculator 會自動將" +#~ "數值基礎設為十進制。" + +#~ msgid "Hexadecimal Base" +#~ msgstr "十六進制基礎" + +#~ msgid "Sets the numeric base to hexadecimal, that is, base 16." +#~ msgstr "將數值基礎設為十六進制,即基底為 16。" + +#~ msgid "To Set the Display Type" +#~ msgstr "設定顯示類型" + +#~ msgid "" +#~ "To set the display type, select one of the buttons described in ." +#~ msgstr "" +#~ "如果要設定顯示類型,請選取 " +#~ "中所述的按鈕。" + +#~ msgid "Setting the Display Type" +#~ msgstr "設定顯示類型" + +#~ msgid "Fixed-Point Display Type" +#~ msgstr "定點顯示類型" + +#~ msgid "" +#~ "Sets the display type to Fixed-Point format. Results are not displayed in " +#~ "scientific notation. Fixed-Point is the default display type. If you " +#~ "change from Scientific Mode to either Basic Mode or Financial Mode, " +#~ "mate-calc automatically sets the display type " +#~ "to Fixed-Point format." +#~ msgstr "" +#~ "將顯示類型設為定點格式。結果將不以科學記號顯示。定點是預設的顯示類型。 如" +#~ "果您是從科學模式變為基本模式或財務模式,Calculator 會自動將顯示類型設為定點格式。" + +#~ msgid "Scientific Display Type" +#~ msgstr "科學顯示類型" + +#~ msgid "" +#~ "Sets the display type to Scientific format. Results are displayed in " +#~ "scientific notation, with a fixed number of numeric digits." +#~ msgstr "將顯示類型設為科學格式。結果將以位數固定的科學記號顯示。" + +#~ msgid "To Set the Trigonometric Type" +#~ msgstr "設定三角類型" + +#~ msgid "" +#~ "To set the trigonometric type, select one of the buttons described in " +#~ "." +#~ msgstr "" +#~ "如果要設定三角類型,請選取 中" +#~ "所述的按鈕。" + +#~ msgid "Setting the Trigonometric Type" +#~ msgstr "設定三角類型" + +#~ msgid "Degrees" +#~ msgstr "角度" + +#~ msgid "" +#~ "Sets the trigonometric type to Degrees. Degrees is the default " +#~ "trigonometric type." +#~ msgstr "將三角類型設為角度。角度是預設的三角類型。" + +#~ msgid "Gradients" +#~ msgstr "斜度" + +#~ msgid "Sets the trigonometric type to Gradients." +#~ msgstr "將三角類型設為斜度。" + +#~ msgid "Radians" +#~ msgstr "弧度" + +#~ msgid "Sets the trigonometric type to Radians." +#~ msgstr "將三角類型設為弧度。" + +#~ msgid "To Set the Trigonometric Options" +#~ msgstr "設定三角選項" + +#~ msgid "" +#~ "To set the trigonometric options, use the options described in ." +#~ msgstr "" +#~ "如果要設定三角選項,請使用 " +#~ "中所述的選項。" + +#~ msgid "Setting the Trigonometric Options" +#~ msgstr "設定三角選項" + +#~ msgid "" +#~ "Selects the hyperbolic option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的雙曲線選項。" + +#~ msgid "Inverse Option Indicator" +#~ msgstr "反三角選項指示器" + +#~ msgid "Selects the inverse option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的反三角選項。" + +#~ msgid "" +#~ "By default, the options described in are not selected. Click Clr to " +#~ "deselect these options." +#~ msgstr "" +#~ "依據預設,不會選取 中所述的" +#~ "選項。按一下 Clr 可以取消選取這些選項。" + +#~ msgid "To Calculate Trigonometric Values" +#~ msgstr "計算三角值" + +#~ msgid "" +#~ "To calculate trigonometric values, use the buttons described in ." +#~ msgstr "" +#~ "如果要計算三角值,請使用 中所" +#~ "述的按鈕。" + +#~ msgid "Calculating Trigonometric Values" +#~ msgstr "計算三角值" + +#~ msgid "Cosine cos" +#~ msgstr "餘弦 cos" + +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the cosine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的餘弦。" + +#~ msgid "Arc Cosine acos" +#~ msgstr "反餘弦 acos" + +#~ msgid "" +#~ "Cos, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the arc cosine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的反餘弦。" + +#~ msgid "Hyperbolic Cosine cosh" +#~ msgstr "雙曲餘弦 cosh" + +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the hyperbolic cosine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的雙曲餘弦。" + +#~ msgid "Arc Hyperbolic Cosine acosh" +#~ msgstr "反雙曲餘弦 acosh" + +#~ msgid "" +#~ "Cos, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 CosHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the arc hyperbolic cosine of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的反雙曲餘弦。" + +#~ msgid "Sine sin" +#~ msgstr "正弦 sin" + +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the sine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的正弦。" + +#~ msgid "Arc Sine asin" +#~ msgstr "反正弦 asin" + +#~ msgid "" +#~ "Sin, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the arc sine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的反正弦。" + +#~ msgid "Hyperbolic Sine sinh" +#~ msgstr "雙曲正弦 sinh" + +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the hyperbolic sine of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的雙曲正弦。" + +#~ msgid "Arc Hyperbolic Sine asinh" +#~ msgstr "反雙曲正弦 asinh" + +#~ msgid "" +#~ "Sin, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 SinHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the arc hyperbolic sine of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的反雙曲正弦。" + +#~ msgid "Tangent tan" +#~ msgstr "正切 tan" + +#~ msgid "" +#~ "Tan, Hyp option not selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the tangent of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的正切。" + +#~ msgid "Arc Tangent atan" +#~ msgstr "反正切 atan" + +#~ msgid "" +#~ "Tan, Hyp option not selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "Calculates the arc tangent of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的反正切。" + +#~ msgid "Hyperbolic Tangent tanh" +#~ msgstr "雙曲正切 tanh" + +#~ msgid "" +#~ "Tan, Hyp option selected, " +#~ "Inv option not selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the hyperbolic tangent of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的雙曲正切。" + +#~ msgid "Arc Hyperbolic Tangent atanh" +#~ msgstr "反雙曲正切 atanh" + +#~ msgid "" +#~ "Tan, Hyp option selected, " +#~ "Inv option selected" +#~ msgstr "" +#~ "未選取 TanHyp 選項,未選取 " +#~ "Inv 選項" + +#~ msgid "" +#~ "Calculates the arc hyperbolic tangent of the current value in the display " +#~ "area." +#~ msgstr "計算顯示區域之目前值的反雙曲正切。" + +#~ msgid "To Calculate Logarithms" +#~ msgstr "計算對數" + +#~ msgid "" +#~ "To calculate logarithms, use the buttons described in ." +#~ msgstr "" +#~ "如果要計算對數,請使用 中所述" +#~ "的按鈕。" + +#~ msgid "Calculating Logarithms" +#~ msgstr "計算對數" + +#~ msgid "Common Logarithm Base 10" +#~ msgstr "常用對數基礎 10" + +#~ msgid "" +#~ "Calculates the common logarithm of the current value in the display area." +#~ msgstr "計算顯示區域之目前值的常用對數。" + +#~ msgid "" +#~ "Common antilogarithm and natural antilogarithm are not supported in this " +#~ "version of mate-calc." +#~ msgstr "" +#~ "這一版的 Calculator 不支援常用對數和自然對數。" + +#~ msgid "To Perform Logical Calculations" +#~ msgstr "執行邏輯計算" + +#~ msgid "" +#~ "To perform logical calculations, use the buttons described in ." +#~ msgstr "" +#~ "如果要執行邏輯計算,請使用 中" +#~ "所述的按鈕。" + +#~ msgid "Performing Logical Calculations" +#~ msgstr "執行邏輯計算" + +#~ msgid "Logical OR" +#~ msgstr "邏輯 OR" + +#~ msgid "" +#~ "Performs a logical OR operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 OR 運算,兩者皆視為無符號長" +#~ "整數。" + +#~ msgid "Logical AND" +#~ msgstr "邏輯 AND" + +#~ msgid "" +#~ "Performs a logical AND operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 AND 運算,兩者皆視為無符號" +#~ "長整數。" + +#~ msgid "Logical NOT" +#~ msgstr "邏輯 NOT" + +#~ msgid "" +#~ "Performs a logical NOT operation on the current value in the display " +#~ "area, treating the number as an unsigned long integer." +#~ msgstr "對顯示區域的目前值執行邏輯 NOT 運算,並將數字視為無符號長整數。" + +#~ msgid "Logical XOR" +#~ msgstr "邏輯 XOR" + +#~ msgid "" +#~ "Performs a logical XOR operation on the current value in the display area " +#~ "and the next number that you enter, treating both numbers as unsigned " +#~ "long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 XOR 運算,兩者皆視為無符號" +#~ "長整數。" + +#~ msgid "Logical XNOR" +#~ msgstr "邏輯 XNOR" + +#~ msgid "" +#~ "Performs a logical XNOR operation on the current value in the display " +#~ "area and the next number that you enter, treating both numbers as " +#~ "unsigned long integers." +#~ msgstr "" +#~ "對顯示區域的目前值和您輸入的下一個數字執行邏輯 XNOR 運算,兩者皆視為無符號" +#~ "長整數。" + +#~ msgid "To Enter Exponential Numbers" +#~ msgstr "輸入指數" + +#~ msgid "" +#~ "To enter exponential numbers, use the Exp button." +#~ msgstr "如果要輸入指數字,請使用 Exp 按鈕。" + +#~ msgid "" +#~ "The Exp button enables you to enter numbers in " +#~ "scientific notation, that is, mantissa * " +#~ "10exponent. The " +#~ "current non-zero value in the display area is the mantissa. If the " +#~ "current value in the display area is zero, the mantissa is 1.0. The next " +#~ "number that you enter is the exponent." +#~ msgstr "" +#~ "Exp 按鈕可以讓您使用科學記號輸入數字,即" +#~ "假數 * 10指數。顯示區域中目前的非零值為假數。如果顯示區域的目" +#~ "前值為零,假數即為 1.0。您輸入的下一個數字則為指數。" + +#~ msgid "" +#~ "When you click on Exp, the calculator displays " +#~ ". + to represent 10 to the power of the next number " +#~ "that you enter. To change the sign of the number, use the +/- button in the last action of the operation, as shown in the " +#~ "following example:" +#~ msgstr "" +#~ "當您按一下 Exp 時,計算機會顯示 。+ 來表示 10 是您輸入之下一個數字的次方。如果要變更數字的符號,請在" +#~ "運算的最後一個步驟使用 +/- 按鈕,如下列範例所示:" + +#~ msgid "Keypad Entry" +#~ msgstr "數字鍵組輸入" + +#~ msgid "Calculator Display" +#~ msgstr "計算機顯示" + +#~ msgid "" +#~ "To enter a number in exponential format, use the guidelines in the " +#~ "following table:" +#~ msgstr "如果要以指數格式輸入數字,請按照下列表格的指示:" + +#~ msgid "Enter" +#~ msgstr "輸入" + +#~ msgid "Number Displayed" +#~ msgstr "顯示的數字" + +#~ msgid "To Use Constant Values" +#~ msgstr "使用定值" + +#~ msgid "" +#~ "Click on Con to display the list of defined " +#~ "constant values. All constant values are specified in decimal numeric " +#~ "base, even if the current numeric base is not decimal." +#~ msgstr "" +#~ "按一下 Con 以顯示已定義定值的清單。所有定值都使用十" +#~ "進制數值基礎,即使目前的數值基礎並不是十進制。" + +#~ msgid "" +#~ "Select a constant from the menu to enter its value in the display area. " +#~ "If you use the keyboard shortcut #, you can use the " +#~ "keyboard to specify the constant, as shown in the following example:" +#~ msgstr "" +#~ "請從功能表上選取一個常數,將它的值輸入顯示區域。如果您是使用鍵盤捷徑 " +#~ "#,您可以使用鍵盤來指定常數,如下列範例所示:" + +#~ msgid "Constant" +#~ msgstr "常數" + +#~ msgid "" +#~ "The mate-calc application provides ten default " +#~ "constant values, as described in the following table:" +#~ msgstr "" +#~ "Calculator 應用程式提供 10 個預設定值,如下列表" +#~ "格所示:" + +#~ msgid "kilometers per hour or miles per hour" +#~ msgstr "每小時公里數或每小時英里數" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from kilometers per hour to miles per hour. For example, 8 * " +#~ "ConC0= 5." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將每小時公里數轉換為每小時英里數。例如,8 " +#~ "* ConC0= 5。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from miles per hour to kilometers per hour. For example, 5 / " +#~ "ConC0= 8." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將每小時英里數轉換為每小時公里數。例如,5 / " +#~ "ConC0= 8。" + +#~ msgid "square root of 2" +#~ msgstr "2 的平方根" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from centimeters to inches. For example, 30 * ConC4= 12." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將公分轉換為英吋。例如,30 * " +#~ "ConC4= 12。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from inches to centimeters. For example, 12 / ConC4= 30." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將英吋轉換為公分。例如,12 / " +#~ "ConC4= 30。" + +#~ msgid "degrees in a radian" +#~ msgstr "弧度角度" + +#~ msgid "grams or ounces" +#~ msgstr "克或盎司" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from grams to ounces. For example, 500 * ConC7= 18." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將克轉換為盎司。例如,500 * " +#~ "ConC7= 18。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from ounces to grams. For example, 18 / ConC7= 500." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將盎司轉換為克。例如,18 / ConC7= 500。" + +#~ msgid "kilojoules or British thermal units" +#~ msgstr "千焦耳或英國熱量單位" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from kilojoules to British thermal units. For example, 10 * " +#~ "ConC8= 9.48." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將千焦耳轉換為英國熱量單位。例如,10 * " +#~ "ConC8= 9.48。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from British thermal units to kilojoules. For example, 9.48 / " +#~ "ConC8= 10." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將英國熱量單位轉換為千焦耳。例如,9.48 / " +#~ "ConC8= 10。" + +#~ msgid "cubic centimeters or cubic inches" +#~ msgstr "立方厘米或立方英吋" + +#~ msgid "" +#~ "Multiply the current value in the display area by this constant, to " +#~ "convert from cubic centimeters to cubic inches. For example, 100 * " +#~ "ConC9= 6.10." +#~ msgstr "" +#~ "將顯示區域的目前值乘上這個常數,將立方厘米轉換為立方英吋。例如,100 * " +#~ "ConC9= 6.10。" + +#~ msgid "" +#~ "Divide the current value in the display area by this constant, to convert " +#~ "from cubic inches to cubic centimeters. For example, 6.10 / " +#~ "ConC9= 100." +#~ msgstr "" +#~ "將顯示區域的目前值除這個常數,將立方厘米轉換為立方英吋。例如,6.10 / " +#~ "ConC9= 100。" + +#~ msgid "" +#~ "You cannot add new constants in this version of mate-calc. However, you can overwrite the default constants to store " +#~ "your own constants." +#~ msgstr "" +#~ "您不可以在這一版的 Calculator 中增加新的常數。" +#~ "但是,您可以覆寫預設常數來儲存您自己的常數。" + +#~ msgid "" +#~ "To store a new constant or edit an existing constant, perform the " +#~ "following steps:" +#~ msgstr "如果要儲存新常數或編輯現有的常數,請執行下列的步驟:" + +#~ msgid "" +#~ "Click on Con and select Edit Constants from the popup menu." +#~ msgstr "" +#~ "按一下 Con,然後選取即現式功能表上的編輯" +#~ "常數。" + +#~ msgid "" +#~ "In the Edit Constants window, select the constant " +#~ "that you want to overwrite or edit." +#~ msgstr "在編輯常數視窗中,選取您要覆寫或編輯的常數。" + +#~ msgid "Click on the Value field, and enter the new value." +#~ msgstr "按一下值欄位,然後輸入新的值。" + +#~ msgid "Click on the Description field, and enter the new description." +#~ msgstr "按一下說明欄位,然後輸入新的說明。" + +#~ msgid "" +#~ "Click OK to save your changes and close the " +#~ "Edit Constants window." +#~ msgstr "" +#~ "按一下確定以儲存您所作的變更並關閉編輯常" +#~ "數視窗。" + +#~ msgid "To Use Functions" +#~ msgstr "使用函數" + +#~ msgid "" +#~ "To show the available functions, click on Fun. A " +#~ "popup menu displays the list of defined functions. Select a function from " +#~ "the menu to run that function. If the function is not defined, the value " +#~ "zero is returned." +#~ msgstr "" +#~ "如果要顯示可用的函數,請按一下 Fun。即現式功能表會" +#~ "顯示已定義函數的清單。請從功能表選取函數以執行該函數。如果這個函數尚未定" +#~ "義,則會傳回零值。" + +#~ msgid "" +#~ "If you use the keyboard shortcut F, you can use the " +#~ "keyboard to specify the function, as shown in the following example:" +#~ msgstr "" +#~ "如果您是使用鍵盤捷徑 F,您可以使用鍵盤來指定函數,如下列" +#~ "範例所示:" + +#~ msgid "" +#~ "The mate-calc application does not provide any " +#~ "default functions. You can store up to ten functions." +#~ msgstr "" +#~ "Calculator 應用程式不提供任何預設函數。您最多可" +#~ "以儲存 10 個函數。" + +#~ msgid "" +#~ "To store a new function or edit an existing function, perform the " +#~ "following steps:" +#~ msgstr "如果要儲存新的函數或編輯現有的函數,請執行下列的步驟:" + +#~ msgid "" +#~ "Click on Fun and select Edit Functions from the popup menu." +#~ msgstr "" +#~ "按一下 Fun,然後選取即現式功能表上的 編輯" +#~ "函數。" + +#~ msgid "" +#~ "In the Edit Functions window, select a blank entry, " +#~ "or the function that you want to overwrite." +#~ msgstr "" +#~ "在編輯函數視窗中,選取空的項目或是您要覆寫的函數。" + +#~ msgid "" +#~ "Click on the Value field, and enter the new value. Use the keyboard " +#~ "shortcuts to invoke a mate-calc button. For " +#~ "example, enter 90K to calculate sine(90)." +#~ msgstr "" +#~ "按一下值欄位,然後輸入新的值。使用鍵盤捷徑可以啟動 " +#~ "Calculator 按鈕。例如,輸入 90K 可以計算 sine(90)。" + +#~ msgid "" +#~ "Click on the Description field, and enter the new description. For " +#~ "example, Sine 90." +#~ msgstr "" +#~ "按一下說明欄位,然後輸入新的說明。例如,Sine 90。" + +#~ msgid "" +#~ "Click OK to save your changes and close the " +#~ "Edit Functions window." +#~ msgstr "" +#~ "按一下確定以儲存您所作的變更並關閉編輯函" +#~ "數視窗。" + +#~ msgid "To Manipulate Binary Numbers" +#~ msgstr "處理二進制數字" + +#~ msgid "" +#~ "To manipulate binary numbers, use the buttons described in ." +#~ msgstr "" +#~ "如果要處理二進制數字,請使用 " +#~ "中所述的按鈕。" + +#~ msgid "Manipulating Binary Numbers" +#~ msgstr "處理二進制數字" + +#~ msgid "Left Shift n" +#~ msgstr "左移 n" + +#~ msgid "" +#~ "Shifts the current unsigned 32-bit binary value in the display area, the " +#~ "specified number of places to the left. Click on <, and select the number of shift places from the popup menu. " +#~ "The number can be shifted up to 15 places left." +#~ msgstr "" +#~ "將顯示區域中目前的無符號 32 位元二進制值依指定的位數向左移。按一下 " +#~ "<,然後選取即現式功能表上的移動位數。數字最多可" +#~ "以左移 15 位數。" + +#~ msgid "111 <1 place" +#~ msgstr "111 <1 位數" + +#~ msgid "Right Shift n" +#~ msgstr "右移 n" + +#~ msgid "" +#~ "Shifts the current unsigned 32-bit binary value in the display area, the " +#~ "specified number of places to the right. Click on >, and select the number of shift places from the popup menu. " +#~ "The number can be shifted up to 15 places right." +#~ msgstr "" +#~ "將顯示區域中目前的無符號 32 位元二進制值依指定的位數向右移。按一下 " +#~ ">,然後選取即現式功能表上的移動位數。數字最多可" +#~ "以右移 15 位數。" + +#~ msgid "1011 >1 place" +#~ msgstr "1011 >1 位數" + +#~ msgid "Get a 16-Bit Unsigned Integer" +#~ msgstr "取得 16 位元無符號整數" + +#~ msgid "" +#~ "Truncates the current value in the display area and returns a 16-bit " +#~ "unsigned integer." +#~ msgstr "將顯示區域的目前值截斷並傳回一個 16 位元無符號整數。" + +#~ msgid "Get a 32-Bit Unsigned Integer" +#~ msgstr "取得 32 位元無符號整數" + +#~ msgid "" +#~ "Truncates the current value in the display area and returns a 32-bit " +#~ "unsigned integer." +#~ msgstr "將顯示區域的目前值截斷並傳回一個 32 位元無符號整數。" + +#~ msgid "" +#~ "If you use keyboard shortcuts, you can use the keyboard to specify the " +#~ "number of places to shift, as shown in the following examples:" +#~ msgstr "" +#~ "如果您是使用鍵盤捷徑,您可以使用鍵盤來指定要移動的位數,如下列範例所示:" + +#~ msgid "" +#~ "Shifts the current binary value in the display area 4 places to the left." +#~ msgstr "將顯示區域中目前的二進制值左移 4 位數。" + +#~ msgid "" +#~ "Shifts the current binary value in the display area 4 places to the right." +#~ msgstr "將顯示區域中目前的二進制值右移 4 位數。" + +#~ msgid "To Perform Miscellaneous Scientific Calculations" +#~ msgstr "執行其他的科學計算" + +#~ msgid "" +#~ "To calculate miscellaneous scientific calculations, use the buttons " +#~ "described in ." +#~ msgstr "" +#~ "如果要計算其他的科學計算,請使用 中所述的按鈕。" + +#~ msgid "Performing Miscellaneous Scientific Calculations" +#~ msgstr "執行其他的科學計算" + +#~ msgid "Parentheses" +#~ msgstr "括號" + +#~ msgid "" +#~ "Provide precedence in arithmetic calculations. Calculations within " +#~ "parentheses are performed first. If parentheses are not used, arithmetic " +#~ "calculations are performed from left to right with no arithmetic " +#~ "precedence. Parentheses can be nested to any level. When the last " +#~ "parenthesis is matched, the display area is updated." +#~ msgstr "" +#~ "提供算術計算中的優先順序。括號內的算式會優先執行。如果沒有使用括號,算術計" +#~ "算將從左至右執行沒有優先順序。括號可以嵌套的層數不限。當最後一個括號相符" +#~ "時,即更新顯示區域。" + +#~ msgid "e to the x Power" +#~ msgstr "e 的 x 次方" + +#~ msgid "" +#~ "Calculates the value of e raised to the power of the " +#~ "current value in the display area." +#~ msgstr "計算顯示區域之目前值其 e 的次方值。" -#: base.xml:861(para) base.xml:1081(para) -msgid "120000" -msgstr "" +#, fuzzy +#~ msgid "10 to the x Power" +#~ msgstr "" +#~ "#-#-#-#-# zh_TW-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "10 的 x 次方\n" +#~ "#-#-#-#-# zh_TW-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" +#~ "10 是 x 次方" + +#~ msgid "" +#~ "Calculates the value of 10 raised to the power of the current value in " +#~ "the display area." +#~ msgstr "計算顯示區域之目前值其 10 的次方值。" + +#~ msgid "y to the x Power" +#~ msgstr "y 的 x 次方" + +#~ msgid "" +#~ "Raises the current value in the display area to the power of the next " +#~ "value that you enter." +#~ msgstr "將顯示區域的目前值作為您輸入之下一個值的次方。" + +#~ msgid "x Factorial" +#~ msgstr "x 階乘" + +#~ msgid "" +#~ "Calculates the factorial of the current value in the display area. " +#~ "x factorial is x*" +#~ "(x-1)*(x-2)...*1. " +#~ "This function applies only to positive integers." +#~ msgstr "" +#~ "計算顯示區域之目前值的階乘。x 階乘為 " +#~ "x*(x-1)*" +#~ "(x-2)...*1。這個函數只可套用於正整數。" + +#~ msgid "Random Number Generator" +#~ msgstr "亂數產生器" + +#~ msgid "" +#~ "Generates a random number in the range 0.0 to 1.0 and displays the random " +#~ "number in the display area." +#~ msgstr "隨機產生一個 0.0 到 1.0 範圍之間的數字並在顯示區域中顯示該數字。" + +#~ msgid "Hexadecimal Numerals" +#~ msgstr "十六進制數字" + +#~ msgid "A to E inclusive" +#~ msgstr "AE 以內的數值" + +#~ msgid "These numerals are available in hexadecimal base only." +#~ msgstr "這些數字只可用於十六進制基礎。" + +#~ msgid "To Quit" +#~ msgstr "結束" + +#~ msgid "" +#~ "To quit mate-calc, choose " +#~ "CalculatorQuit." +#~ msgstr "" +#~ "如果要結束 Calculator,請選擇 " +#~ "計算機結束。" + +#~ msgid "" +#~ "When you quit mate-calc, the current values of " +#~ "the following settings are stored and automatically applied the next time " +#~ "you start mate-calc:" +#~ msgstr "" +#~ "當您結束 Calculator 時,即會儲存下列設定目前的" +#~ "值並在下次啟動 Calculator 時自動套用:" + +#~ msgid "" +#~ "Mode: Basic, Financial, or Scientific" +#~ msgstr "" +#~ "模式:基本、財務或科學" + +#~ msgid "" +#~ "Memory Registers window " +#~ "displayed or not displayed" +#~ msgstr "" +#~ "記憶體註冊視窗顯示或未顯示" + +#~ msgid "Display type" +#~ msgstr "顯示類型" + +#~ msgid "Technical Information" +#~ msgstr "技術資訊" + +#~ msgid "Order of Operations" +#~ msgstr "運算順序" + +#~ msgid "" +#~ "Calculations are performed from left to right with no arithmetic " +#~ "precedence. To apply arithmetic precedence, use parentheses." +#~ msgstr "" +#~ "從左至右執行計算,沒有算術 優先順序。如果要套用算術 優先順序,請使用括號。" + +#~ msgid "" +#~ "For example, without parentheses: 2 + 3 * 4 = 20 " +#~ msgstr "" +#~ "例如,當沒有使用括號時: 2 + 3 * 4 = 20 " + +#~ msgid "" +#~ "With parentheses: 2 + (3 * 4) = 14" +#~ msgstr "使用括號時: 2 + (3 * 4) = 14" + +#~ msgid "Error Conditions" +#~ msgstr "錯誤狀況" + +#~ msgid "Displays the word Error in the display area." +#~ msgstr "在顯示區域中顯示 Error 一字。" + +#~ msgid "" +#~ "Makes all calculator buttons unavailable, except Clr." +#~ msgstr "使所有的計算機按鈕無法使用,Clr 除外。" + +#~ msgid "Makes all calculator options unavailable." +#~ msgstr "使所有的計算機選項無法使用。" + +#~ msgid "" +#~ "Makes all calculator menu items unavailable, except " +#~ "CalculatorQuit and HelpContents." +#~ msgstr "" +#~ "使所有的計算機功能表項目無法使用,計算機結束和" +#~ "說明內容 除外。" + +#~ msgid "" +#~ "If you perform an invalid calculation, mate-calc indicates the error condition as follows: " +#~ msgstr "" +#~ "如果您執行一個無效的計算,Calculator 會指出下列" +#~ "的錯誤狀況: " + +#~ msgid "To Change the Input Mode" +#~ msgstr "變更輸入模式" + +#~ msgid "" +#~ "To change the input mode, right-click in the text window, then select " +#~ "Input Methods." +#~ msgstr "" +#~ "如果要變更輸入模式,請在文字視窗上按滑鼠右鍵,然後選取 輸入方" +#~ "法。" + +#~ msgid "Quick Reference: Keyboard Shortcuts" +#~ msgstr "快速參考:鍵盤捷徑" + +#~ msgid "" +#~ ", , and provide a quick reference for " +#~ "all of the mate-calc keyboard shortcuts." +#~ msgstr "" +#~ " 提供了所有 " +#~ "Calculator 鍵盤捷徑的快速參考。" + +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Buttons" +#~ msgstr "Calculator 按鈕之鍵盤捷徑的快速參考" -#: base.xml:865(para) -msgid "0.00917" -msgstr "" +#~ msgid "Keyboard Shortcut" +#~ msgstr "鍵盤捷徑" -#: base.xml:869(para) -msgid "360" -msgstr "" +#~ msgid "See" +#~ msgstr "請參閱" -#: base.xml:872(para) -msgid "Click on Pmt." -msgstr "按一下 Pmt。" +#~ msgid "0 to 9 inclusive" +#~ msgstr "09 以內的數字" -#: base.xml:873(para) -msgid "1143.15" -msgstr "" +#~ msgid "Exponential" +#~ msgstr "指數" -#: base.xml:874(para) -msgid "The monthly repayment is $1143.15." -msgstr "每月償還的金額為 $1143.15。" +#~ msgid "Constant Value" +#~ msgstr "定值" -#: base.xml:877(para) base.xml:2151(para) -msgid "Present Value" -msgstr "現值" +#~ msgid ":" +#~ msgstr ":" -#: base.xml:878(guibutton) base.xml:2150(guibutton) -msgid "Pv" -msgstr "" +#~ msgid "= or Return" +#~ msgstr "=Return" -#: base.xml:879(para) -msgid "" -"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." -msgstr "" -"依據定期固定金額付款計算投資的現值,每期的金額 pmt 在付款期間內的利率為 int 定期貼現率。" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" +#~ msgstr "" +#~ "Calculator 科學模式選項之鍵盤捷徑的快速參考" -#: base.xml:897(para) -msgid "" -"You have just won a million dollars. The prize is awarded in 20 annual " -"payments of $50,000 each. Annual payments are received at the end of each " -"year. If you were to accept the annual payments of $50,000, you would invest " -"the money at a rate of 9%, compounded annually." -msgstr "" -"您剛嬴得了一佰萬元。獎金將分 20 年領取每年領取 $50,000。每年的最後一天領取獎" -"金。如果您想接受每年領取 $50,000,即表示您的投資為年利率 9% 每年複利計算。" +#~ msgid "Option" +#~ msgstr "選項" -#: base.xml:898(para) -msgid "" -"However, you are given the option of receiving a single lump-sum payment of " -"$400,000 instead of the million dollars annuity. To calculate which option " -"is worth more in today's dollars, put the following values into the first " -"three memory registers:" -msgstr "" -"但是,您也可以選擇一次領取 $400,000,而不是一佰萬的年金。 如果要計算那一種比" -"較符合現值,請將下列的值放入前三個記憶體註冊:" +#~ msgid "Set the trigonometric type to Gradients." +#~ msgstr "將三角類型設為斜度。" -#: base.xml:903(para) -msgid "50000" -msgstr "" +#~ msgid "Set the numeric base to binary." +#~ msgstr "將數值基礎設為二進制。" -#: base.xml:907(para) -msgid "0.09" -msgstr "" +#~ msgid "Set the numeric base to decimal." +#~ msgstr "將數值基礎設為十進制。" -#: base.xml:914(para) -msgid "Click on Pv." -msgstr "按一下 Pv。" +#~ msgid "Set the display type to Fixed-Point format." +#~ msgstr "將顯示類型設為定點格式。" -#: base.xml:915(para) -msgid "456427.28" -msgstr "" +#~ msgid "Set the trigonometric type to Degrees." +#~ msgstr "將三角類型設為角度。" -#: base.xml:916(para) -msgid "" -"The $1,000,000 paid over 20 years is worth $456,427.28 in present dollars." -msgstr "$1,000,000 分20 年領取相當於現值 $456,427.28。" +#~ msgid "Select the inverse option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的反三角選項。" -#: base.xml:919(para) base.xml:2181(para) -msgid "Periodic Interest Rate" -msgstr "定期利率" +#~ msgid "Set the display type to Engineering format." +#~ msgstr "將顯示類型設為工程格式。" -#: base.xml:920(guibutton) base.xml:2180(guibutton) -msgid "Rate" -msgstr "利率" +#~ msgid "Set the numeric base to octal." +#~ msgstr "將數值基礎設為八進制。" -#: base.xml:921(para) -msgid "" -"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." -msgstr "" -"計算增加現值pv 的投資使其等於 fv 期約值所需的定期利率 (在期間內的複利" -"週期數)。" +#~ msgid "Set the trigonometric type to Radians." +#~ msgstr "將三角類型設為弧度。" -#: base.xml:939(para) -msgid "" -"You have invested $20,000 in a bond. The bond matures in five years, and has " -"a maturity value of $30,000. Interest is compounded monthly. The term is 5 * " -"12 = 60 months. To calculate the periodic interest rate for this investment, " -"put the following values into the first three memory registers:" -msgstr "" -"您已經投資了 $20,000 的債券。債券為 5 年期,到期值為 $30,000。利息為每月複利" -"計算。期間為 5 * 12 = 60 個月。 如果要計算這項投資的定期利率,請將下列的值放" -"入前三個記憶體註冊:" +#~ msgid "Set the display type to Scientific format." +#~ msgstr "將顯示類型設為科學格式。" -#: base.xml:944(para) -msgid "30000" -msgstr "" +#~ msgid "Set the numeric base to hexadecimal." +#~ msgstr "將數值基礎設為十六進制。" -#: base.xml:948(para) -msgid "20000" -msgstr "" - -#: base.xml:952(para) base.xml:1352(para) -msgid "60" -msgstr "" - -#: base.xml:955(para) -msgid "Click on Rate." -msgstr "按一下 利率。" - -#: base.xml:956(para) -msgid ".00678" -msgstr "" - -#: base.xml:957(para) -msgid "" -"The monthly interest rate is 0.678%. The annual interest rate is 0.678% * 12 " -"= 8.14%." -msgstr "月利率為 0.678%。年利率為 0.678% * 12 = 8.14%。" - -#: base.xml:961(para) base.xml:2121(para) -msgid "Straight-Line Depreciation" -msgstr "直線折舊" - -#: base.xml:962(guibutton) base.xml:2120(guibutton) -msgid "Sln" -msgstr "" - -#: base.xml:963(para) -msgid "" -"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." -msgstr "" -"計算資產在指定期間內的直線折舊額。折舊額為成本 - " -"剩餘價值。直線折舊法是將折舊額平均分攤於資產的使用" -"年限。使用年限是資產的折舊期間,通常為年。" - -#: base.xml:981(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the yearly depreciation expense, using the straight-line method, " -"put the following values into the first three memory registers:" -msgstr "" -"您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " -"$900。 如果要計算每年的折舊額,請使用直線折舊法將下列的值放入前三個記憶體註" -"冊:" - -#: base.xml:997(para) -msgid "Click on Sln." -msgstr "按一下 Sln。" - -#: base.xml:998(para) -msgid "1183.33" -msgstr "" - -#: base.xml:999(para) -msgid "The yearly depreciation expense is $1183.33." -msgstr "每年的折舊額為 $1183.33。" - -#: base.xml:1002(para) base.xml:2211(para) -msgid "Sum-Of-The-Years'-Digits Depreciation" -msgstr "年數合計折舊" - -#: base.xml:1003(guibutton) base.xml:2210(guibutton) -msgid "Syd" -msgstr "" - -#: base.xml:1004(para) -msgid "" -"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. The depreciable cost is " -"cost - salvage. The " -"useful life is the number of periods, typically years, over which an asset " -"is depreciated." -msgstr "" -"使用年數合計折舊法計算資產在指定時間週期內的折舊額。這種折舊法會加速折舊率," -"因此早期的折舊額會遠大於後期的折舊額。 折舊額為成本 - 剩餘價值。使用年限是資產的折舊期" -"間,通常為年。" - -#: base.xml:1027(para) -msgid "" -"You have just purchased an office machine for $8000. The useful life of this " -"machine is six years. The salvage value after six years is $900. To " -"calculate the depreciation expense for the fourth year, using the sum-of-the-" -"years'-digits method, put the following values into the first four memory " -"registers:" -msgstr "" -"您已經購買了 $8000 的事務機器。機器的使用年限為 6 年。6 年後的剩餘價值為 " -"$900。 如果要計算第 4 年的折舊額,請使用年數合計折舊法將下列的值放入前四個記" -"憶體註冊:" - -#: base.xml:1047(para) -msgid "Click on Syd." -msgstr "按一下 Syd。" - -#: base.xml:1048(para) -msgid "1014.29" -msgstr "" - -#: base.xml:1049(para) -msgid "The depreciation expense for the fourth year is $1014.29." -msgstr "第 4 年的折舊額為 $1014.29。" - -#: base.xml:1052(para) base.xml:2187(para) -msgid "Payment Period" -msgstr "付款週期" - -#: base.xml:1053(guibutton) base.xml:2186(guibutton) -msgid "Term" -msgstr "期間" - -#: base.xml:1054(para) -msgid "" -"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." -msgstr "" -"計算在一般年金期間內將期約值累積到 fv 所需的付款週" -"期數 (以定期利率 int 計算)。每次付款金額等於金額 " -"pmt。" - -#: base.xml:1072(para) -msgid "" -"You plan to deposit $1800 in a bank account on the last day of each year. " -"The account pays 11% interest, compounded annually. Interest is paid on the " -"last day of each year. To calculate the time period necessary to accumulate " -"$120,000, put the following values into the first three memory registers:" -msgstr "" -"您計劃在每年的最後一天將 $1800 存入銀行帳戶。帳戶支付 11% 利息,每年複利計" -"算。利息的支付日期為每年的最後一天。 如果要計算累積到 $120,000 所需的時間週" -"期,請將下列的值放前三個記憶體註冊:" - -#: base.xml:1077(para) -msgid "1800" -msgstr "" - -#: base.xml:1085(para) -msgid "0.11" -msgstr "" - -#: base.xml:1088(para) -msgid "Click on Term." -msgstr "按一下 期間。" - -#: base.xml:1089(para) -msgid "20.32" -msgstr "" - -#: base.xml:1090(para) -msgid "$120,000 accumulates in the account in 20.32 years." -msgstr "帳戶會在 20.32 年內累積到 $120,000。" - -#: base.xml:1098(title) -msgid "To Perform Scientific Calculations" -msgstr "執行科學計算" - -#: base.xml:1099(para) -msgid "" -"To change to Scientific Mode, choose ViewScientific Mode." -msgstr "" -"如果要變更為科學模式,請選擇 檢視" -"科學模式。" - -#: base.xml:1105(para) -msgid "" -"When you change to Scientific Mode, the following Scientific Mode buttons " -"are displayed above the Basic Mode buttons:" -msgstr "當您變更為科學模式時,下列的科學模式按鈕將會顯示在基本模式按鈕之上:" - -#: base.xml:1109(title) -msgid "mate-calc Scientific Mode Buttons" -msgstr "Calculator 科學模式按鈕" - -#: base.xml:1116(phrase) -msgid "Shows mate-calc Scientific Mode buttons." -msgstr "顯示 Calculator 科學模式按鈕。" - -#: base.xml:1123(title) -msgid "To Set the Accuracy" -msgstr "設定精確度" - -#: base.xml:1124(para) -msgid "" -"To set the accuracy of the display area and of the memory registers, click " -"on Acc, and select from the popup menu the accuracy " -"level that you require. The current accuracy level is indicated by a " -"preceding black circle in the popup menu. Up to 9 significant places can be " -"displayed. The default accuracy is 9 significant places." -msgstr "" -"如果要設定顯示區域和記憶體註冊的精確度,請按一下 Acc," -"然後選取即現式功能表上您需要的精確度等級。即現式功能表上目前的精確度等級之前" -"會加上黑色圓圈。最多可以顯示 9 位數。預設的精確度為 9 位數。" - -#: base.xml:1125(para) -msgid "" -"By default, trailing zeroes are not shown. To display trailing zeroes, click " -"on Acc and select Show Trailing Zeroes from the popup menu, or choose ViewShow Trailing Zeroes. A " -"preceding tick in the Acc popup menu or " -"View menu indicates that the Show Trailing " -"Zeroes option has been selected. To hide trailing zeroes, choose " -"ViewShow Trailing Zeroes again." -msgstr "" -"依據預設,不顯示尾隨的零。如果要顯示尾隨的零,請按一下 Acc,然後選取即現式功能表上的顯示尾隨的零,或選擇" -"檢視顯示尾隨的零。在 Acc 即現式功能表上或檢視功能表上前置的標記表示已選取顯示尾隨的零選項。如" -"果要隱藏尾隨的零,請再選擇一次檢視顯示尾隨的零。" - -#: base.xml:1126(para) -msgid "" -"The examples in the following table show how the accuracy setting affects " -"x in the display area, when you use decimal base, " -"with the Show Trailing Zeroes option selected, " -"for the 1 / 8 = x calculation:" -msgstr "" -"下列表格中的範例將說明精確度設定對顯示區域中 x 的" -"影響 (使用十進制基礎並選取顯示尾隨的零選項來計算 " -"1 / 8 = x):" - -#: base.xml:1134(para) base.xml:1958(link) base.xml:2031(para) -msgid "Accuracy" -msgstr "精確度" - -#: base.xml:1141(para) -msgid "1 significant place" -msgstr "1 位數" - -#: base.xml:1145(para) -msgid "2 significant places" -msgstr "2 位數" - -#: base.xml:1146(para) -msgid "1.25" -msgstr "" - -#: base.xml:1149(para) -msgid "3 significant places" -msgstr "3 位數" - -#: base.xml:1150(para) -msgid "1.250" -msgstr "" - -#: base.xml:1157(title) -msgid "To Set the Numeric Base" -msgstr "設定數值基礎" - -#: base.xml:1158(para) -msgid "" -"To set the numeric base, select one of the buttons described in ." -msgstr "" -"如果要設定數值基礎,請選取 中所述" -"的按鈕。" - -#: base.xml:1160(title) -msgid "Setting the Numeric Base" -msgstr "設定數值基礎" - -#: base.xml:1177(para) -msgid "Binary Base" -msgstr "二進制基礎" - -#: base.xml:1178(guibutton) base.xml:2407(para) -msgid "Bin" -msgstr "" - -#: base.xml:1179(para) -msgid "Sets the numeric base to binary, that is, base 2." -msgstr "將數值基礎設為二進制,即基底為 2。" - -#: base.xml:1182(para) -msgid "Octal Base" -msgstr "八進制基礎" - -#: base.xml:1183(guibutton) base.xml:2443(para) -msgid "Oct" -msgstr "" - -#: base.xml:1184(para) -msgid "Sets the numeric base to octal, that is, base 8." -msgstr "將數值基礎設為八進制,即基底為 8。" - -#: base.xml:1187(para) -msgid "Decimal Base" -msgstr "十進制基礎" - -#: base.xml:1188(guibutton) base.xml:2413(para) -msgid "Dec" -msgstr "" - -#: base.xml:1189(para) -msgid "" -"Sets the numeric base to decimal, that is, base 10. Decimal is the default " -"numeric base. If you change from Scientific Mode to either Basic Mode or " -"Financial Mode, mate-calc automatically sets the " -"numeric base to decimal." -msgstr "" -"將數值基礎設為十進制,即基底為 10。十進制為預設的數值基礎。如果您是從科學模式" -"變為基本模式或財務模式,Calculator 會自動將數值基" -"礎設為十進制。" - -#: base.xml:1192(para) -msgid "Hexadecimal Base" -msgstr "十六進制基礎" - -#: base.xml:1193(guibutton) base.xml:2461(para) -msgid "Hex" -msgstr "" - -#: base.xml:1194(para) -msgid "Sets the numeric base to hexadecimal, that is, base 16." -msgstr "將數值基礎設為十六進制,即基底為 16。" - -#: base.xml:1201(title) -msgid "To Set the Display Type" -msgstr "設定顯示類型" - -#: base.xml:1202(para) -msgid "" -"To set the display type, select one of the buttons described in ." -msgstr "" -"如果要設定顯示類型,請選取 中" -"所述的按鈕。" - -#: base.xml:1204(title) -msgid "Setting the Display Type" -msgstr "設定顯示類型" - -#: base.xml:1221(para) -msgid "Engineering Display Type" -msgstr "工程顯示類型" - -#: base.xml:1222(guibutton) base.xml:2437(para) -msgid "Eng" -msgstr "" - -#: base.xml:1223(para) -msgid "" -"Sets the display type to Engineering format. Results are displayed in " -"scientific notation. The exponent is always a multiple of three." -msgstr "將顯示類型設為工程格式。結果將以科學記號顯示。指數永遠是 3 的位數。" - -#: base.xml:1226(para) -msgid "Fixed-Point Display Type" -msgstr "定點顯示類型" - -#: base.xml:1227(guibutton) base.xml:2419(para) -msgid "Fix" -msgstr "" - -#: base.xml:1228(para) -msgid "" -"Sets the display type to Fixed-Point format. Results are not displayed in " -"scientific notation. Fixed-Point is the default display type. If you change " -"from Scientific Mode to either Basic Mode or Financial Mode, " -"mate-calc automatically sets the display type to " -"Fixed-Point format." -msgstr "" -"將顯示類型設為定點格式。結果將不以科學記號顯示。定點是預設的顯示類型。 如果您" -"是從科學模式變為基本模式或財務模式,Calculator 會" -"自動將顯示類型設為定點格式。" - -#: base.xml:1231(para) -msgid "Scientific Display Type" -msgstr "科學顯示類型" - -#: base.xml:1232(guibutton) base.xml:2455(para) -msgid "Sci" -msgstr "" - -#: base.xml:1233(para) -msgid "" -"Sets the display type to Scientific format. Results are displayed in " -"scientific notation, with a fixed number of numeric digits." -msgstr "將顯示類型設為科學格式。結果將以位數固定的科學記號顯示。" - -#: base.xml:1240(title) -msgid "To Set the Trigonometric Type" -msgstr "設定三角類型" - -#: base.xml:1241(para) -msgid "" -"To set the trigonometric type, select one of the buttons described in ." -msgstr "" -"如果要設定三角類型,請選取 中所述" -"的按鈕。" - -#: base.xml:1243(title) -msgid "Setting the Trigonometric Type" -msgstr "設定三角類型" - -#: base.xml:1260(para) base.xml:1261(guibutton) base.xml:2425(para) -msgid "Degrees" -msgstr "角度" - -#: base.xml:1262(para) -msgid "" -"Sets the trigonometric type to Degrees. Degrees is the default trigonometric " -"type." -msgstr "將三角類型設為角度。角度是預設的三角類型。" - -#: base.xml:1265(para) base.xml:1266(guibutton) base.xml:2401(para) -msgid "Gradients" -msgstr "斜度" - -#: base.xml:1267(para) -msgid "Sets the trigonometric type to Gradients." -msgstr "將三角類型設為斜度。" - -#: base.xml:1270(para) base.xml:1271(guibutton) base.xml:2449(para) -msgid "Radians" -msgstr "弧度" - -#: base.xml:1272(para) -msgid "Sets the trigonometric type to Radians." -msgstr "將三角類型設為弧度。" - -#: base.xml:1279(title) -msgid "To Set the Trigonometric Options" -msgstr "設定三角選項" - -#: base.xml:1280(para) -msgid "" -"To set the trigonometric options, use the options described in ." -msgstr "" -"如果要設定三角選項,請使用 中" -"所述的選項。" - -#: base.xml:1282(title) -msgid "Setting the Trigonometric Options" -msgstr "設定三角選項" - -#: base.xml:1299(para) -msgid "Hyperbolic Option Indicator" -msgstr "雙曲線選項指示器" - -#: base.xml:1300(guibutton) base.xml:2467(para) -msgid "Hyp" -msgstr "" - -#: base.xml:1301(para) -msgid "Selects the hyperbolic option for use with the trigonometric functions." -msgstr "選取三角函數使用的雙曲線選項。" - -#: base.xml:1304(para) -msgid "Inverse Option Indicator" -msgstr "反三角選項指示器" - -#: base.xml:1305(guibutton) base.xml:2431(para) -msgid "Inv" -msgstr "" - -#: base.xml:1306(para) -msgid "Selects the inverse option for use with the trigonometric functions." -msgstr "選取三角函數使用的反三角選項。" - -#: base.xml:1311(para) -msgid "" -"By default, the options described in are not selected. Click Clr to deselect " -"these options." -msgstr "" -"依據預設,不會選取 中所述的選" -"項。按一下 Clr 可以取消選取這些選項。" - -#: base.xml:1315(title) -msgid "To Calculate Trigonometric Values" -msgstr "計算三角值" - -#: base.xml:1316(para) -msgid "" -"To calculate trigonometric values, use the buttons described in ." -msgstr "" -"如果要計算三角值,請使用 中所述的" -"按鈕。" - -#: base.xml:1318(title) -msgid "Calculating Trigonometric Values" -msgstr "計算三角值" - -#: base.xml:1341(para) -msgid "Cosine cos" -msgstr "餘弦 cos" - -#: base.xml:1342(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1343(para) -msgid "Calculates the cosine of the current value in the display area." -msgstr "計算顯示區域之目前值的餘弦。" - -#: base.xml:1344(para) -msgid "60 Cos" -msgstr "" - -#: base.xml:1345(para) -msgid "0.5" -msgstr "" - -#: base.xml:1348(para) -msgid "Arc Cosine acos" -msgstr "反餘弦 acos" - -#: base.xml:1349(para) -msgid "" -"Cos, Hyp option not selected, " -"Inv option selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1350(para) -msgid "Calculates the arc cosine of the current value in the display area." -msgstr "計算顯示區域之目前值的反餘弦。" - -#: base.xml:1351(para) -msgid "0.5 InvCos" -msgstr "" - -#: base.xml:1355(para) -msgid "Hyperbolic Cosine cosh" -msgstr "雙曲餘弦 cosh" - -#: base.xml:1356(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option not selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1357(para) -msgid "" -"Calculates the hyperbolic cosine of the current value in the display area." -msgstr "計算顯示區域之目前值的雙曲餘弦。" - -#: base.xml:1358(para) -msgid "0.4 HypCos" -msgstr "" - -#: base.xml:1359(para) -msgid "1.081072372" -msgstr "" - -#: base.xml:1362(para) -msgid "Arc Hyperbolic Cosine acosh" -msgstr "反雙曲餘弦 acosh" - -#: base.xml:1363(para) -msgid "" -"Cos, Hyp option selected, " -"Inv option selected" -msgstr "" -"未選取 CosHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1364(para) -msgid "" -"Calculates the arc hyperbolic cosine of the current value in the display " -"area." -msgstr "計算顯示區域之目前值的反雙曲餘弦。" - -#: base.xml:1365(para) -msgid "" -"1.6 HypInvCos" -msgstr "" - -#: base.xml:1366(para) -msgid "1.046967915" -msgstr "" - -#: base.xml:1369(para) -msgid "Sine sin" -msgstr "正弦 sin" - -#: base.xml:1370(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1371(para) -msgid "Calculates the sine of the current value in the display area." -msgstr "計算顯示區域之目前值的正弦。" - -#: base.xml:1372(para) -msgid "90 Sin" -msgstr "" - -#: base.xml:1376(para) -msgid "Arc Sine asin" -msgstr "反正弦 asin" - -#: base.xml:1377(para) -msgid "" -"Sin, Hyp option not selected, " -"Inv option selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1378(para) -msgid "Calculates the arc sine of the current value in the display area." -msgstr "計算顯示區域之目前值的反正弦。" - -#: base.xml:1379(para) -msgid "1 InvSin" -msgstr "" - -#: base.xml:1380(para) -msgid "90" -msgstr "" - -#: base.xml:1383(para) -msgid "Hyperbolic Sine sinh" -msgstr "雙曲正弦 sinh" - -#: base.xml:1384(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option not selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1385(para) -msgid "" -"Calculates the hyperbolic sine of the current value in the display area." -msgstr "計算顯示區域之目前值的雙曲正弦。" - -#: base.xml:1386(para) -msgid "0.4 HypSin" -msgstr "" - -#: base.xml:1387(para) -msgid "0.410752326" -msgstr "" - -#: base.xml:1390(para) -msgid "Arc Hyperbolic Sine asinh" -msgstr "反雙曲正弦 asinh" - -#: base.xml:1391(para) -msgid "" -"Sin, Hyp option selected, " -"Inv option selected" -msgstr "" -"未選取 SinHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1392(para) -msgid "" -"Calculates the arc hyperbolic sine of the current value in the display area." -msgstr "計算顯示區域之目前值的反雙曲正弦。" - -#: base.xml:1393(para) -msgid "" -"1.6 HypInvSin" -msgstr "" - -#: base.xml:1394(para) -msgid "1.248983328" -msgstr "" - -#: base.xml:1397(para) -msgid "Tangent tan" -msgstr "正切 tan" - -#: base.xml:1398(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option not selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1399(para) -msgid "Calculates the tangent of the current value in the display area." -msgstr "計算顯示區域之目前值的正切。" - -#: base.xml:1400(para) -msgid "45 Tan" -msgstr "" - -#: base.xml:1404(para) -msgid "Arc Tangent atan" -msgstr "反正切 atan" - -#: base.xml:1405(para) -msgid "" -"Tan, Hyp option not selected, " -"Inv option selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1406(para) -msgid "Calculates the arc tangent of the current value in the display area." -msgstr "計算顯示區域之目前值的反正切。" - -#: base.xml:1407(para) -msgid "1 InvTan" -msgstr "" - -#: base.xml:1408(para) -msgid "45" -msgstr "" - -#: base.xml:1411(para) -msgid "Hyperbolic Tangent tanh" -msgstr "雙曲正切 tanh" - -#: base.xml:1412(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option not selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1413(para) -msgid "" -"Calculates the hyperbolic tangent of the current value in the display area." -msgstr "計算顯示區域之目前值的雙曲正切。" - -#: base.xml:1414(para) -msgid "0.6 HypTan" -msgstr "" - -#: base.xml:1415(para) -msgid "0.537049567" -msgstr "" - -#: base.xml:1418(para) -msgid "Arc Hyperbolic Tangent atanh" -msgstr "反雙曲正切 atanh" - -#: base.xml:1419(para) -msgid "" -"Tan, Hyp option selected, " -"Inv option selected" -msgstr "" -"未選取 TanHyp 選項,未選取 " -"Inv 選項" - -#: base.xml:1420(para) -msgid "" -"Calculates the arc hyperbolic tangent of the current value in the display " -"area." -msgstr "計算顯示區域之目前值的反雙曲正切。" - -#: base.xml:1421(para) -msgid "" -"0.6 HypInvTan" -msgstr "" - -#: base.xml:1422(para) -msgid "0.693147181" -msgstr "" - -#: base.xml:1429(title) -msgid "To Calculate Logarithms" -msgstr "計算對數" - -#: base.xml:1430(para) -msgid "" -"To calculate logarithms, use the buttons described in ." -msgstr "" -"如果要計算對數,請使用 中所述的按" -"鈕。" - -#: base.xml:1432(title) -msgid "Calculating Logarithms" -msgstr "計算對數" - -#: base.xml:1455(para) -msgid "Common Logarithm Base 10" -msgstr "常用對數基礎 10" - -#: base.xml:1456(guibutton) base.xml:2090(guibutton) -msgid "Log" -msgstr "" - -#: base.xml:1457(para) -msgid "" -"Calculates the common logarithm of the current value in the display area." -msgstr "計算顯示區域之目前值的常用對數。" - -#: base.xml:1458(para) -msgid "10 Log" -msgstr "" - -#: base.xml:1462(para) base.xml:2133(para) -msgid "Natural Logarithm" -msgstr "自然對數" - -#: base.xml:1463(guibutton) base.xml:2132(guibutton) -msgid "Ln" -msgstr "" - -#: base.xml:1464(para) -msgid "" -"Calculates the natural logarithm of the current value in the display area." -msgstr "計算顯示區域之目前值的自然對數。" - -#: base.xml:1465(para) -msgid "10 Ln" -msgstr "" - -#: base.xml:1466(para) -msgid "2.30" -msgstr "" - -#: base.xml:1472(para) -msgid "" -"Common antilogarithm and natural antilogarithm are not supported in this " -"version of mate-calc." -msgstr "" -"這一版的 Calculator 不支援常用對數和自然對數。" - -#: base.xml:1476(title) -msgid "To Perform Logical Calculations" -msgstr "執行邏輯計算" - -#: base.xml:1477(para) -msgid "" -"To perform logical calculations, use the buttons described in ." -msgstr "" -"如果要執行邏輯計算,請使用 中所" -"述的按鈕。" - -#: base.xml:1479(title) -msgid "Performing Logical Calculations" -msgstr "執行邏輯計算" - -#: base.xml:1502(para) base.xml:2343(para) -msgid "Logical OR" -msgstr "邏輯 OR" - -#: base.xml:1503(guibutton) base.xml:2342(guibutton) -msgid "Or" -msgstr "" - -#: base.xml:1504(para) -msgid "" -"Performs a logical OR operation on the current value in the display area and " -"the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 OR 運算,兩者皆視為無符號長整" -"數。" - -#: base.xml:1505(para) -msgid "10001000 Or 00010001" -msgstr "" - -#: base.xml:1506(para) -msgid "10011001" -msgstr "" - -#: base.xml:1509(para) base.xml:2241(para) -msgid "Logical AND" -msgstr "邏輯 AND" - -#: base.xml:1510(guibutton) base.xml:2240(guibutton) -msgid "And" -msgstr "" - -#: base.xml:1511(para) -msgid "" -"Performs a logical AND operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 AND 運算,兩者皆視為無符號長整" -"數。" - -#: base.xml:1512(para) -msgid "10101010 And 00110011" -msgstr "" - -#: base.xml:1513(para) -msgid "00110011" -msgstr "" - -#: base.xml:1516(para) base.xml:2355(para) -msgid "Logical NOT" -msgstr "邏輯 NOT" - -#: base.xml:1517(guibutton) base.xml:2354(guibutton) -msgid "Not" -msgstr "" - -#: base.xml:1518(para) -msgid "" -"Performs a logical NOT operation on the current value in the display area, " -"treating the number as an unsigned long integer." -msgstr "對顯示區域的目前值執行邏輯 NOT 運算,並將數字視為無符號長整數。" - -#: base.xml:1519(para) -msgid "1357ace Not" -msgstr "" - -#: base.xml:1520(para) -msgid "FECA8531" -msgstr "" - -#: base.xml:1523(para) base.xml:2331(para) -msgid "Logical XOR" -msgstr "邏輯 XOR" - -#: base.xml:1524(guibutton) base.xml:2330(guibutton) -msgid "Xor" -msgstr "" - -#: base.xml:1525(para) -msgid "" -"Performs a logical XOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 XOR 運算,兩者皆視為無符號長整" -"數。" - -#: base.xml:1526(para) -msgid "1100 Xor 1010" -msgstr "" - -#: base.xml:1527(para) -msgid "110" -msgstr "" - -#: base.xml:1530(para) base.xml:2139(para) -msgid "Logical XNOR" -msgstr "邏輯 XNOR" - -#: base.xml:1531(guibutton) base.xml:2138(guibutton) -msgid "Xnor" -msgstr "" - -#: base.xml:1532(para) -msgid "" -"Performs a logical XNOR operation on the current value in the display area " -"and the next number that you enter, treating both numbers as unsigned long " -"integers." -msgstr "" -"對顯示區域的目前值和您輸入的下一個數字執行邏輯 XNOR 運算,兩者皆視為無符號長" -"整數。" - -#: base.xml:1533(para) -msgid "1100 Xnor 1010" -msgstr "" - -#: base.xml:1534(para) -msgid "11111111111111111111111111111001" -msgstr "" - -#: base.xml:1541(title) -msgid "To Enter Exponential Numbers" -msgstr "輸入指數" - -#: base.xml:1542(para) -msgid "" -"To enter exponential numbers, use the Exp button." -msgstr "如果要輸入指數字,請使用 Exp 按鈕。" - -#: base.xml:1543(para) -msgid "" -"The Exp button enables you to enter numbers in " -"scientific notation, that is, mantissa * " -"10exponent. The " -"current non-zero value in the display area is the mantissa. If the current " -"value in the display area is zero, the mantissa is 1.0. The next number that " -"you enter is the exponent." -msgstr "" -"Exp 按鈕可以讓您使用科學記號輸入數字,即" -"假數 * 10指數。顯示區域中目前的非零值為假數。如果顯示區域的目前值為零,假數即" -"為 1.0。您輸入的下一個數字則為指數。" - -#: base.xml:1544(para) -msgid "" -"When you click on Exp, the calculator displays " -". + to represent 10 to the power of the next number that " -"you enter. To change the sign of the number, use the +/- button in the last action of the operation, as shown in the " -"following example:" -msgstr "" -"當您按一下 Exp 時,計算機會顯示 。+ 來表示 10 是您輸入之下一個數字的次方。如果要變更數字的符號,請在運算" -"的最後一個步驟使用 +/- 按鈕,如下列範例所示:" - -#: base.xml:1553(para) -msgid "Keypad Entry" -msgstr "數字鍵組輸入" - -#: base.xml:1555(para) -msgid "Calculator Display" -msgstr "計算機顯示" - -#: base.xml:1560(guibutton) -msgid "5" -msgstr "" - -#: base.xml:1560(guibutton) base.xml:2072(guibutton) -msgid "Exp" -msgstr "" - -#: base.xml:1561(para) -msgid "-500" -msgstr "" - -#: base.xml:1567(para) -msgid "" -"To enter a number in exponential format, use the guidelines in the following " -"table:" -msgstr "如果要以指數格式輸入數字,請按照下列表格的指示:" - -#: base.xml:1575(para) base.xml:1640(para) -msgid "Number" -msgstr "數字" - -#: base.xml:1577(para) -msgid "Enter" -msgstr "輸入" - -#: base.xml:1579(para) -msgid "Number Displayed" -msgstr "顯示的數字" - -#: base.xml:1584(para) base.xml:1586(para) -msgid "1200000000" -msgstr "" - -#: base.xml:1585(para) -msgid "" -"12 Exp8=" -msgstr "" - -#: base.xml:1589(para) base.xml:1591(para) -msgid "-1200000000" -msgstr "" - -#: base.xml:1590(para) -msgid "" -"12 Exp8=+/-" -msgstr "" - -#: base.xml:1594(para) -msgid "0.0000000012" -msgstr "" - -#: base.xml:1595(para) -msgid "" -"12 Exp8+/-" -msgstr "" - -#: base.xml:1596(para) -msgid "1.2e-7" -msgstr "" - -#: base.xml:1599(para) -msgid "-0.0000000012" -msgstr "" - -#: base.xml:1600(para) -msgid "" -"12 Exp8+/-+/-" -msgstr "" - -#: base.xml:1601(para) -msgid "-1.2e-7" -msgstr "" - -#: base.xml:1608(title) -msgid "To Use Constant Values" -msgstr "使用定值" - -#: base.xml:1609(para) -msgid "" -"Click on Con to display the list of defined constant " -"values. All constant values are specified in decimal numeric base, even if " -"the current numeric base is not decimal." -msgstr "" -"按一下 Con 以顯示已定義定值的清單。所有定值都使用十進" -"制數值基礎,即使目前的數值基礎並不是十進制。" - -#: base.xml:1610(para) -msgid "" -"Select a constant from the menu to enter its value in the display area. If " -"you use the keyboard shortcut #, you can use the keyboard " -"to specify the constant, as shown in the following example:" -msgstr "" -"請從功能表上選取一個常數,將它的值輸入顯示區域。如果您是使用鍵盤捷徑 " -"#,您可以使用鍵盤來指定常數,如下列範例所示:" - -#: base.xml:1620(para) -msgid "Constant" -msgstr "常數" - -#: base.xml:1625(keycap) base.xml:2227(keycap) -msgid "#" -msgstr "" - -#: base.xml:1626(para) base.xml:1666(para) -msgid "C3" -msgstr "" - -#: base.xml:1631(para) -msgid "" -"The mate-calc application provides ten default " -"constant values, as described in the following table:" -msgstr "" -"Calculator 應用程式提供 10 個預設定值,如下列表格" -"所示:" - -#: base.xml:1642(para) -msgid "Value" -msgstr "值" - -#: base.xml:1649(para) -msgid "C0" -msgstr "" - -#: base.xml:1650(para) -msgid "0.621" -msgstr "" - -#: base.xml:1651(para) -msgid "kilometers per hour or miles per hour" -msgstr "每小時公里數或每小時英里數" - -#: base.xml:1652(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilometers per hour to miles per hour. For example, 8 * ConC0= 5." -msgstr "" -"將顯示區域的目前值乘上這個常數,將每小時公里數轉換為每小時英里數。例如,8 * " -"ConC0= 5。" - -#: base.xml:1653(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from miles per hour to kilometers per hour. For example, 5 / ConC0= 8." -msgstr "" -"將顯示區域的目前值除這個常數,將每小時英里數轉換為每小時公里數。例如,5 / " -"ConC0= 8。" - -#: base.xml:1656(para) -msgid "C1" -msgstr "" - -#: base.xml:1657(para) -msgid "1.414213562" -msgstr "" - -#: base.xml:1658(para) -msgid "square root of 2" -msgstr "2 的平方根" - -#: base.xml:1661(para) -msgid "C2" -msgstr "" - -#: base.xml:1662(para) -msgid "2.718281828" -msgstr "" - -#: base.xml:1663(para) base.xml:2077(keycap) -msgid "e" -msgstr "" - -#: base.xml:1667(para) -msgid "3.141592653" -msgstr "" - -#: base.xml:1668(para) -msgid "pi" -msgstr "" - -#: base.xml:1671(para) -msgid "C4" -msgstr "" - -#: base.xml:1672(para) -msgid "0.3937007" -msgstr "" - -#: base.xml:1673(para) -msgid "centimeters or inches" -msgstr "公分或英吋" - -#: base.xml:1674(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from centimeters to inches. For example, 30 * ConC4= 12." -msgstr "" -"將顯示區域的目前值乘上這個常數,將公分轉換為英吋。例如,30 * ConC4= 12。" - -#: base.xml:1675(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from inches to centimeters. For example, 12 / ConC4= 30." -msgstr "" -"將顯示區域的目前值除這個常數,將英吋轉換為公分。例如,12 / ConC4= 30。" - -#: base.xml:1678(para) -msgid "C5" -msgstr "" - -#: base.xml:1679(para) -msgid "57.295779513" -msgstr "" - -#: base.xml:1680(para) -msgid "degrees in a radian" -msgstr "弧度角度" - -#: base.xml:1683(para) -msgid "C6" -msgstr "" - -#: base.xml:1684(para) -msgid "1048576" -msgstr "" - -#: base.xml:1685(para) -msgid "2 ^ 20" -msgstr "" - -#: base.xml:1688(para) -msgid "C7" -msgstr "" - -#: base.xml:1689(para) -msgid "0.0353" -msgstr "" - -#: base.xml:1690(para) -msgid "grams or ounces" -msgstr "克或盎司" - -#: base.xml:1691(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from grams to ounces. For example, 500 * ConC7= 18." -msgstr "" -"將顯示區域的目前值乘上這個常數,將克轉換為盎司。例如,500 * ConC7= 18。" - -#: base.xml:1692(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from ounces to grams. For example, 18 / ConC7= 500." -msgstr "" -"將顯示區域的目前值除這個常數,將盎司轉換為克。例如,18 / ConC7= 500。" - -#: base.xml:1695(para) -msgid "C8" -msgstr "" - -#: base.xml:1696(para) -msgid "0.948" -msgstr "" - -#: base.xml:1697(para) -msgid "kilojoules or British thermal units" -msgstr "千焦耳或英國熱量單位" - -#: base.xml:1698(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from kilojoules to British thermal units. For example, 10 * ConC8= 9.48." -msgstr "" -"將顯示區域的目前值乘上這個常數,將千焦耳轉換為英國熱量單位。例如,10 * " -"ConC8= 9.48。" - -#: base.xml:1699(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from British thermal units to kilojoules. For example, 9.48 / " -"ConC8= 10." -msgstr "" -"將顯示區域的目前值除這個常數,將英國熱量單位轉換為千焦耳。例如,9.48 / " -"ConC8= 10。" - -#: base.xml:1702(para) -msgid "C9" -msgstr "" - -#: base.xml:1703(para) -msgid "0.061" -msgstr "" - -#: base.xml:1704(para) -msgid "cubic centimeters or cubic inches" -msgstr "立方厘米或立方英吋" - -#: base.xml:1705(para) -msgid "" -"Multiply the current value in the display area by this constant, to convert " -"from cubic centimeters to cubic inches. For example, 100 * ConC9= 6.10." -msgstr "" -"將顯示區域的目前值乘上這個常數,將立方厘米轉換為立方英吋。例如,100 * " -"ConC9= 6.10。" - -#: base.xml:1706(para) -msgid "" -"Divide the current value in the display area by this constant, to convert " -"from cubic inches to cubic centimeters. For example, 6.10 / ConC9= 100." -msgstr "" -"將顯示區域的目前值除這個常數,將立方厘米轉換為立方英吋。例如,6.10 / " -"ConC9= 100。" - -#: base.xml:1711(para) -msgid "" -"You cannot add new constants in this version of mate-calc. However, you can overwrite the default constants to store your " -"own constants." -msgstr "" -"您不可以在這一版的 Calculator 中增加新的常數。但" -"是,您可以覆寫預設常數來儲存您自己的常數。" - -#: base.xml:1712(para) -msgid "" -"To store a new constant or edit an existing constant, perform the following " -"steps:" -msgstr "如果要儲存新常數或編輯現有的常數,請執行下列的步驟:" - -#: base.xml:1715(para) -msgid "" -"Click on Con and select Edit Constants from the popup menu." -msgstr "" -"按一下 Con,然後選取即現式功能表上的編輯常數" -"。" - -#: base.xml:1718(para) -msgid "" -"In the Edit Constants window, select the constant that " -"you want to overwrite or edit." -msgstr "在編輯常數視窗中,選取您要覆寫或編輯的常數。" - -#: base.xml:1721(para) -msgid "Click on the Value field, and enter the new value." -msgstr "按一下值欄位,然後輸入新的值。" - -#: base.xml:1724(para) -msgid "Click on the Description field, and enter the new description." -msgstr "按一下說明欄位,然後輸入新的說明。" - -#: base.xml:1727(para) -msgid "" -"Click OK to save your changes and close the " -"Edit Constants window." -msgstr "" -"按一下確定以儲存您所作的變更並關閉編輯常數視窗。" - -#: base.xml:1732(title) -msgid "To Use Functions" -msgstr "使用函數" - -#: base.xml:1733(para) -msgid "" -"To show the available functions, click on Fun. A " -"popup menu displays the list of defined functions. Select a function from " -"the menu to run that function. If the function is not defined, the value " -"zero is returned." -msgstr "" -"如果要顯示可用的函數,請按一下 Fun。即現式功能表會顯示" -"已定義函數的清單。請從功能表選取函數以執行該函數。如果這個函數尚未定義,則會" -"傳回零值。" - -#: base.xml:1734(para) -msgid "" -"If you use the keyboard shortcut F, you can use the " -"keyboard to specify the function, as shown in the following example:" -msgstr "" -"如果您是使用鍵盤捷徑 F,您可以使用鍵盤來指定函數,如下列範例" -"所示:" - -#: base.xml:1750(keycap) base.xml:2083(keycap) base.xml:2418(keycap) -#: base.xml:2507(keycap) -msgid "F" -msgstr "" - -#: base.xml:1751(para) -msgid "F3" -msgstr "" - -#: base.xml:1757(para) -msgid "" -"The mate-calc application does not provide any " -"default functions. You can store up to ten functions." -msgstr "" -"Calculator 應用程式不提供任何預設函數。您最多可以" -"儲存 10 個函數。" - -#: base.xml:1758(para) -msgid "" -"To store a new function or edit an existing function, perform the following " -"steps:" -msgstr "如果要儲存新的函數或編輯現有的函數,請執行下列的步驟:" - -#: base.xml:1761(para) -msgid "" -"Click on Fun and select Edit Functions from the popup menu." -msgstr "" -"按一下 Fun,然後選取即現式功能表上的 編輯函" -"數。" - -#: base.xml:1764(para) -msgid "" -"In the Edit Functions window, select a blank entry, or " -"the function that you want to overwrite." -msgstr "" -"在編輯函數視窗中,選取空的項目或是您要覆寫的函數。" - -#: base.xml:1767(para) -msgid "" -"Click on the Value field, and enter the new value. Use the keyboard " -"shortcuts to invoke a mate-calc button. For " -"example, enter 90K to calculate sine(90)." -msgstr "" -"按一下值欄位,然後輸入新的值。使用鍵盤捷徑可以啟動 Calculator 按鈕。例如,輸入 90K 可以計算 sine(90)。" - -#: base.xml:1770(para) -msgid "" -"Click on the Description field, and enter the new description. For example, " -"Sine 90." -msgstr "按一下說明欄位,然後輸入新的說明。例如,Sine 90。" - -#: base.xml:1773(para) -msgid "" -"Click OK to save your changes and close the " -"Edit Functions window." -msgstr "" -"按一下確定以儲存您所作的變更並關閉編輯函數視窗。" - -#: base.xml:1778(title) -msgid "To Manipulate Binary Numbers" -msgstr "處理二進制數字" - -#: base.xml:1779(para) -msgid "" -"To manipulate binary numbers, use the buttons described in ." -msgstr "" -"如果要處理二進制數字,請使用 中所" -"述的按鈕。" - -#: base.xml:1781(title) -msgid "Manipulating Binary Numbers" -msgstr "處理二進制數字" - -#: base.xml:1804(para) base.xml:2289(para) -msgid "Left Shift n" -msgstr "左移 n" - -#: base.xml:1805(guibutton) base.xml:1849(keycap) base.xml:2287(keycap) -#: base.xml:2288(guibutton) -msgid "<" -msgstr "" - -#: base.xml:1806(para) -msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the left. Click on <, and select the number of shift places from the popup menu. The " -"number can be shifted up to 15 places left." -msgstr "" -"將顯示區域中目前的無符號 32 位元二進制值依指定的位數向左移。按一下 " -"<,然後選取即現式功能表上的移動位數。數字最多可以左" -"移 15 位數。" - -#: base.xml:1807(para) -msgid "111 <1 place" -msgstr "111 <1 位數" - -#: base.xml:1808(para) -msgid "1110" -msgstr "" - -#: base.xml:1811(para) base.xml:2301(para) -msgid "Right Shift n" -msgstr "右移 n" - -#: base.xml:1812(guibutton) base.xml:1853(keycap) base.xml:2299(keycap) -#: base.xml:2300(guibutton) -msgid ">" -msgstr "" - -#: base.xml:1813(para) -msgid "" -"Shifts the current unsigned 32-bit binary value in the display area, the " -"specified number of places to the right. Click on >, and select the number of shift places from the popup menu. The " -"number can be shifted up to 15 places right." -msgstr "" -"將顯示區域中目前的無符號 32 位元二進制值依指定的位數向右移。按一下 " -">,然後選取即現式功能表上的移動位數。數字最多可以右" -"移 15 位數。" - -#: base.xml:1814(para) -msgid "1011 >1 place" -msgstr "1011 >1 位數" - -#: base.xml:1815(para) -msgid "101" -msgstr "" - -#: base.xml:1818(para) base.xml:2325(para) -msgid "Get a 16-Bit Unsigned Integer" -msgstr "取得 16 位元無符號整數" - -#: base.xml:1819(guibutton) base.xml:2324(guibutton) -msgid "&16" -msgstr "" - -#: base.xml:1820(para) -msgid "" -"Truncates the current value in the display area and returns a 16-bit " -"unsigned integer." -msgstr "將顯示區域的目前值截斷並傳回一個 16 位元無符號整數。" - -#: base.xml:1821(para) -msgid "FFFFF &16" -msgstr "" - -#: base.xml:1822(para) -msgid "FFFF" -msgstr "" - -#: base.xml:1825(para) base.xml:2319(para) -msgid "Get a 32-Bit Unsigned Integer" -msgstr "取得 32 位元無符號整數" - -#: base.xml:1826(guibutton) base.xml:2318(guibutton) -msgid "&32" -msgstr "" - -#: base.xml:1827(para) -msgid "" -"Truncates the current value in the display area and returns a 32-bit " -"unsigned integer." -msgstr "將顯示區域的目前值截斷並傳回一個 32 位元無符號整數。" - -#: base.xml:1828(para) -msgid "FFFFFFFFFF &32" -msgstr "" - -#: base.xml:1829(para) -msgid "FFFFFFFF" -msgstr "" - -#: base.xml:1834(para) -msgid "" -"If you use keyboard shortcuts, you can use the keyboard to specify the " -"number of places to shift, as shown in the following examples:" -msgstr "" -"如果您是使用鍵盤捷徑,您可以使用鍵盤來指定要移動的位數,如下列範例所示:" - -#: base.xml:1850(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the left." -msgstr "將顯示區域中目前的二進制值左移 4 位數。" - -#: base.xml:1854(para) -msgid "" -"Shifts the current binary value in the display area 4 places to the right." -msgstr "將顯示區域中目前的二進制值右移 4 位數。" - -#: base.xml:1862(title) -msgid "To Perform Miscellaneous Scientific Calculations" -msgstr "執行其他的科學計算" - -#: base.xml:1863(para) -msgid "" -"To calculate miscellaneous scientific calculations, use the buttons " -"described in ." -msgstr "" -"如果要計算其他的科學計算,請使用 " -"中所述的按鈕。" - -#: base.xml:1865(title) -msgid "Performing Miscellaneous Scientific Calculations" -msgstr "執行其他的科學計算" - -#: base.xml:1888(para) base.xml:2247(para) -msgid "Parentheses" -msgstr "括號" - -#: base.xml:1889(para) base.xml:2246(para) -msgid "( and )" -msgstr "" - -#: base.xml:1890(para) -msgid "" -"Provide precedence in arithmetic calculations. Calculations within " -"parentheses are performed first. If parentheses are not used, arithmetic " -"calculations are performed from left to right with no arithmetic precedence. " -"Parentheses can be nested to any level. When the last parenthesis is " -"matched, the display area is updated." -msgstr "" -"提供算術計算中的優先順序。括號內的算式會優先執行。如果沒有使用括號,算術計算" -"將從左至右執行沒有優先順序。括號可以嵌套的層數不限。當最後一個括號相符時,即" -"更新顯示區域。" - -#: base.xml:1892(para) -msgid "" -"2 +3*4=" -msgstr "" - -#: base.xml:1893(para) -msgid "" -"2 +(3*4)" -msgstr "" - -#: base.xml:1897(para) -msgid "14" -msgstr "" - -#: base.xml:1901(para) base.xml:2337(para) -msgid "e to the x Power" -msgstr "e 的 x 次方" - -#: base.xml:1902(para) base.xml:2336(para) -msgid "ex" -msgstr "" - -#: base.xml:1903(para) -msgid "" -"Calculates the value of e raised to the power of the " -"current value in the display area." -msgstr "計算顯示區域之目前值其 e 的次方值。" - -#: base.xml:1904(para) -msgid "2 ex" -msgstr "" - -#: base.xml:1905(para) -msgid "7.39" -msgstr "" - -#: base.xml:1908(para) base.xml:2349(para) -#, fuzzy -msgid "10 to the x Power" -msgstr "" -"#-#-#-#-# zh_TW-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" -"10 的 x 次方\n" -"#-#-#-#-# zh_TW-mate-calc.po (PACKAGE VERSION) #-#-#-#-#\n" -"10 是 x 次方" - -#: base.xml:1909(para) base.xml:2348(para) -msgid "10x" -msgstr "" - -#: base.xml:1910(para) -msgid "" -"Calculates the value of 10 raised to the power of the current value in the " -"display area." -msgstr "計算顯示區域之目前值其 10 的次方值。" - -#: base.xml:1911(para) -msgid "2 10x" -msgstr "" - -#: base.xml:1912(para) -msgid "100" -msgstr "" - -#: base.xml:1915(para) base.xml:2217(para) -msgid "y to the x Power" -msgstr "y 的 x 次方" - -#: base.xml:1916(para) base.xml:2216(para) -msgid "yx" -msgstr "" +#~ msgid "" +#~ "Select the hyperbolic option for use with the trigonometric functions." +#~ msgstr "選取三角函數使用的雙曲線選項。" -#: base.xml:1917(para) -msgid "" -"Raises the current value in the display area to the power of the next value " -"that you enter." -msgstr "將顯示區域的目前值作為您輸入之下一個值的次方。" - -#: base.xml:1918(para) -msgid "" -"2 yx4=" -msgstr "" - -#: base.xml:1922(para) base.xml:2223(para) -msgid "x Factorial" -msgstr "x 階乘" - -#: base.xml:1923(guibutton) base.xml:2222(guibutton) -msgid "x!" -msgstr "" - -#: base.xml:1924(para) -msgid "" -"Calculates the factorial of the current value in the display area. " -"x factorial is x*" -"(x-1)*(x-2)...*1. This " -"function applies only to positive integers." -msgstr "" -"計算顯示區域之目前值的階乘。x 階乘為 " -"x*(x-1)*" -"(x-2)...*1。這個函數只可套用於正整數。" - -#: base.xml:1925(para) -msgid "4 x!" -msgstr "" - -#: base.xml:1926(para) -msgid "24" -msgstr "" - -#: base.xml:1929(para) base.xml:2307(para) -msgid "Random Number Generator" -msgstr "亂數產生器" - -#: base.xml:1930(guibutton) base.xml:1932(guibutton) base.xml:2306(guibutton) -msgid "Rand" -msgstr "" - -#: base.xml:1931(para) -msgid "" -"Generates a random number in the range 0.0 to 1.0 and displays the random " -"number in the display area." -msgstr "隨機產生一個 0.0 到 1.0 範圍之間的數字並在顯示區域中顯示該數字。" - -#: base.xml:1933(para) -msgid "0.14" -msgstr "" - -#: base.xml:1936(para) base.xml:2037(para) base.xml:2043(para) -#: base.xml:2055(para) base.xml:2067(para) base.xml:2079(para) -msgid "Hexadecimal Numerals" -msgstr "十六進制數字" - -#: base.xml:1937(para) -msgid "A to E inclusive" -msgstr "AE 以內的數值" - -#: base.xml:1938(para) -msgid "These numerals are available in hexadecimal base only." -msgstr "這些數字只可用於十六進制基礎。" - -#: base.xml:1939(guibutton) base.xml:1940(para) base.xml:2042(guibutton) -#: base.xml:2406(keycap) base.xml:2495(keycap) -msgid "B" -msgstr "" - -#: base.xml:1949(title) -msgid "To Quit" -msgstr "結束" - -#: base.xml:1950(para) -msgid "" -"To quit mate-calc, choose " -"CalculatorQuit." -msgstr "" -"如果要結束 Calculator,請選擇 " -"計算機結束。" - -#: base.xml:1955(para) -msgid "" -"When you quit mate-calc, the current values of " -"the following settings are stored and automatically applied the next time " -"you start mate-calc:" -msgstr "" -"當您結束 Calculator 時,即會儲存下列設定目前的值並" -"在下次啟動 Calculator 時自動套用:" - -#: base.xml:1957(para) -msgid "" -"Mode: Basic, Financial, or Scientific" -msgstr "" -"模式:基本、財務或科學" - -#: base.xml:1959(para) -msgid "" -"Memory Registers window displayed " -"or not displayed" -msgstr "記憶體註冊視窗顯示或未顯示" - -#: base.xml:1960(link) -msgid "Numeric base" -msgstr "數值基礎" - -#: base.xml:1961(link) -msgid "Display type" -msgstr "顯示類型" - -#: base.xml:1962(link) -msgid "Trigonometric type" -msgstr "三角類型" - -#: base.xml:1968(title) -msgid "Technical Information" -msgstr "技術資訊" - -#: base.xml:1970(title) -msgid "Order of Operations" -msgstr "運算順序" - -#: base.xml:1971(para) -msgid "" -"Calculations are performed from left to right with no arithmetic precedence. " -"To apply arithmetic precedence, use parentheses." -msgstr "" -"從左至右執行計算,沒有算術 優先順序。如果要套用算術 優先順序,請使用括號。" - -#: base.xml:1975(para) -msgid "" -"For example, without parentheses: 2 + 3 * 4 = 20 " -msgstr "" -"例如,當沒有使用括號時: 2 + 3 * 4 = 20 " - -#: base.xml:1977(para) -msgid "With parentheses: 2 + (3 * 4) = 14" -msgstr "使用括號時: 2 + (3 * 4) = 14" - -#: base.xml:1981(title) -msgid "Error Conditions" -msgstr "錯誤狀況" - -#: base.xml:1984(para) -msgid "Displays the word Error in the display area." -msgstr "在顯示區域中顯示 Error 一字。" - -#: base.xml:1985(para) -msgid "" -"Makes all calculator buttons unavailable, except Clr." -msgstr "使所有的計算機按鈕無法使用,Clr 除外。" - -#: base.xml:1986(para) -msgid "Makes all calculator options unavailable." -msgstr "使所有的計算機選項無法使用。" - -#: base.xml:1987(para) -msgid "" -"Makes all calculator menu items unavailable, except " -"CalculatorQuit and HelpContents." -msgstr "" -"使所有的計算機功能表項目無法使用,計算機結束說" -"明內容 除外。" - -#: base.xml:1982(para) -msgid "" -"If you perform an invalid calculation, mate-calc " -"indicates the error condition as follows: " -msgstr "" -"如果您執行一個無效的計算,Calculator 會指出下列的" -"錯誤狀況: " - -#: base.xml:1990(para) -msgid "" -"To clear the error condition, click Clr or press " -"Delete." -msgstr "" -"如果要清除錯誤狀況,請按一下 Clr 或按下 " -"Delete。" - -#: base.xml:1993(title) -msgid "To Change the Input Mode" -msgstr "變更輸入模式" - -#: base.xml:1994(para) -msgid "" -"To change the input mode, right-click in the text window, then select " -"Input Methods." -msgstr "" -"如果要變更輸入模式,請在文字視窗上按滑鼠右鍵,然後選取 輸入方法" -"。" - -#: base.xml:2000(title) -msgid "Quick Reference: Keyboard Shortcuts" -msgstr "快速參考:鍵盤捷徑" - -#: base.xml:2001(para) -msgid "" -", , and provide a quick reference for all " -"of the mate-calc keyboard shortcuts." -msgstr "" -" 提供了所有 " -"Calculator 鍵盤捷徑的快速參考。" - -#: base.xml:2003(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Buttons" -msgstr "Calculator 按鈕之鍵盤捷徑的快速參考" - -#: base.xml:2012(para) base.xml:2389(para) base.xml:2484(para) -msgid "Keyboard Shortcut" -msgstr "鍵盤捷徑" - -#: base.xml:2018(para) base.xml:2395(para) base.xml:2490(para) -msgid "See" -msgstr "請參閱" - -#: base.xml:2023(para) -msgid "0 to 9 inclusive" -msgstr "09 以內的數字" - -#: base.xml:2029(keycap) base.xml:2036(guibutton) -msgid "A" -msgstr "" - -#: base.xml:2030(guibutton) -msgid "Acc" -msgstr "" - -#: base.xml:2035(keycap) base.xml:2400(keycap) -msgid "a" -msgstr "" - -#: base.xml:2041(keycap) -msgid "b" -msgstr "" - -#: base.xml:2047(keycap) base.xml:2054(guibutton) base.xml:2501(keycap) -msgid "C" -msgstr "" - -#: base.xml:2053(keycap) -msgid "c" -msgstr "" - -#: base.xml:2059(keycap) base.xml:2066(guibutton) base.xml:2412(keycap) -msgid "D" -msgstr "" - -#: base.xml:2065(keycap) -msgid "d" -msgstr "" - -#: base.xml:2071(keycap) base.xml:2078(guibutton) -msgid "E" -msgstr "" - -#: base.xml:2073(para) -msgid "Exponential" -msgstr "指數" - -#: base.xml:2084(guibutton) -msgid "Fun" -msgstr "" - -#: base.xml:2089(keycap) -msgid "G" -msgstr "" - -#: base.xml:2091(para) -msgid "Common Logarithm" -msgstr "常用對數" - -#: base.xml:2095(keycap) -msgid "i" -msgstr "" - -#: base.xml:2101(keycap) -msgid "J" -msgstr "" - -#: base.xml:2102(guibutton) -msgid "Cos" -msgstr "" - -#: base.xml:2103(para) -msgid "Cosine" -msgstr "餘弦" - -#: base.xml:2107(keycap) -msgid "K" -msgstr "" - -#: base.xml:2108(guibutton) -msgid "Sin" -msgstr "" - -#: base.xml:2109(para) -msgid "Sine" -msgstr "正弦" - -#: base.xml:2113(keycap) -msgid "L" -msgstr "" - -#: base.xml:2114(guibutton) base.xml:2115(para) -msgid "Tan" -msgstr "正切" - -#: base.xml:2119(keycap) -msgid "l" -msgstr "" - -#: base.xml:2125(keycap) -msgid "m" -msgstr "" - -#: base.xml:2131(keycap) -msgid "N" -msgstr "" - -#: base.xml:2137(keycap) base.xml:2436(keycap) -msgid "n" -msgstr "" - -#: base.xml:2143(keycap) -msgid "P" -msgstr "" - -#: base.xml:2149(keycap) -msgid "p" -msgstr "" - -#: base.xml:2161(keycap) -msgid "r" -msgstr "" - -#: base.xml:2173(keycap) -msgid "s" -msgstr "" - -#: base.xml:2179(keycap) base.xml:2537(keycap) -msgid "T" -msgstr "" - -#: base.xml:2185(keycap) -msgid "t" -msgstr "" - -#: base.xml:2191(keycap) -msgid "u" -msgstr "" - -#: base.xml:2197(keycap) -msgid "v" -msgstr "" - -#: base.xml:2209(keycap) -msgid "Y" -msgstr "" - -#: base.xml:2215(keycap) base.xml:2466(keycap) -msgid "y" -msgstr "" - -#: base.xml:2221(keycap) -msgid "!" -msgstr "" - -#: base.xml:2228(guibutton) -msgid "Con" -msgstr "" - -#: base.xml:2229(para) -msgid "Constant Value" -msgstr "定值" - -#: base.xml:2239(keycap) -msgid "&" -msgstr "" - -#: base.xml:2245(para) -msgid "( and )" -msgstr "" - -#: base.xml:2251(para) -msgid "* or x" -msgstr "" - -#: base.xml:2281(keycap) -msgid ":" -msgstr ":" - -#: base.xml:2293(para) -msgid "= or Return" -msgstr "=Return" - -#: base.xml:2305(keycap) -msgid "?" -msgstr "" - -#: base.xml:2311(keycap) -msgid "@" -msgstr "" - -#: base.xml:2317(keycap) -msgid "[" -msgstr "" - -#: base.xml:2323(keycap) -msgid "]" -msgstr "" - -#: base.xml:2329(keycap) -msgid "^" -msgstr "" - -#: base.xml:2335(keycap) -msgid "{" -msgstr "" - -#: base.xml:2341(keycap) -msgid "|" -msgstr "" - -#: base.xml:2347(keycap) -msgid "}" -msgstr "" - -#: base.xml:2365(keycap) base.xml:2495(keycap) base.xml:2501(keycap) -#: base.xml:2507(keycap) base.xml:2513(keycap) base.xml:2519(keycap) -#: base.xml:2525(keycap) base.xml:2531(keycap) base.xml:2537(keycap) -#: base.xml:2543(keycap) -msgid "Ctrl" -msgstr "" - -#: base.xml:2371(keycap) -msgid "Delete" -msgstr "" - -#: base.xml:2380(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Scientific Mode Options" -msgstr "Calculator 科學模式選項之鍵盤捷徑的快速參考" - -#: base.xml:2391(para) -msgid "Option" -msgstr "選項" - -#: base.xml:2400(keycap) base.xml:2406(keycap) base.xml:2412(keycap) -#: base.xml:2418(keycap) base.xml:2424(keycap) base.xml:2430(keycap) -#: base.xml:2436(keycap) base.xml:2442(keycap) base.xml:2448(keycap) -#: base.xml:2454(keycap) base.xml:2460(keycap) base.xml:2466(keycap) -msgid "Alt" -msgstr "" - -#: base.xml:2402(para) -msgid "Set the trigonometric type to Gradients." -msgstr "將三角類型設為斜度。" - -#: base.xml:2408(para) -msgid "Set the numeric base to binary." -msgstr "將數值基礎設為二進制。" - -#: base.xml:2414(para) -msgid "Set the numeric base to decimal." -msgstr "將數值基礎設為十進制。" - -#: base.xml:2420(para) -msgid "Set the display type to Fixed-Point format." -msgstr "將顯示類型設為定點格式。" - -#: base.xml:2424(keycap) -msgid "g" -msgstr "" - -#: base.xml:2426(para) -msgid "Set the trigonometric type to Degrees." -msgstr "將三角類型設為角度。" - -#: base.xml:2430(keycap) base.xml:2513(keycap) -msgid "I" -msgstr "" - -#: base.xml:2432(para) -msgid "Select the inverse option for use with the trigonometric functions." -msgstr "選取三角函數使用的反三角選項。" - -#: base.xml:2438(para) -msgid "Set the display type to Engineering format." -msgstr "將顯示類型設為工程格式。" - -#: base.xml:2442(keycap) -msgid "O" -msgstr "" - -#: base.xml:2444(para) -msgid "Set the numeric base to octal." -msgstr "將數值基礎設為八進制。" - -#: base.xml:2450(para) -msgid "Set the trigonometric type to Radians." -msgstr "將三角類型設為弧度。" - -#: base.xml:2456(para) -msgid "Set the display type to Scientific format." -msgstr "將顯示類型設為科學格式。" - -#: base.xml:2460(keycap) -msgid "x" -msgstr "" - -#: base.xml:2462(para) -msgid "Set the numeric base to hexadecimal." -msgstr "將數值基礎設為十六進制。" - -#: base.xml:2468(para) -msgid "Select the hyperbolic option for use with the trigonometric functions." -msgstr "選取三角函數使用的雙曲線選項。" - -#: base.xml:2475(title) -msgid "" -"Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" -msgstr "Calculator 功能表項目之鍵盤捷徑的快速參考" - -#: base.xml:2486(para) -msgid "Menu Item" -msgstr "功能表項目" - -#: base.xml:2496(guimenu) base.xml:2508(guimenu) base.xml:2520(guimenu) -#: base.xml:2532(guimenu) base.xml:2538(guimenu) -msgid "View" -msgstr "檢視" - -#: base.xml:2496(guimenuitem) -msgid "Basic" -msgstr "基本" - -#: base.xml:2497(para) -msgid "Change to Basic Mode" -msgstr "變更為基本模式" - -#: base.xml:2502(guimenu) base.xml:2514(guimenu) base.xml:2544(guimenu) -msgid "Edit" -msgstr "編輯" - -#: base.xml:2502(guimenuitem) -msgid "Copy" -msgstr "複製" - -#: base.xml:2503(para) -msgid "Copy the current value in the display area to the clipboard" -msgstr "將顯示區域的目前值複製到剪貼簿。" - -#: base.xml:2508(guimenuitem) -msgid "Financial" -msgstr "財務" - -#: base.xml:2509(para) -msgid "Change to Financial Mode" -msgstr "變更為財務模式" - -#: base.xml:2514(guimenuitem) -msgid "Insert ASCII Values" -msgstr "插入 ASCII 值" - -#: base.xml:2515(para) -msgid "Display the Insert ASCII Values window" -msgstr "顯示插入 ASCII 值視窗" +#~ msgid "" +#~ "Quick Reference for Keyboard Shortcuts of mate-calc Menu Items" +#~ msgstr "" +#~ "Calculator 功能表項目之鍵盤捷徑的快速參考" -#: base.xml:2519(keycap) -msgid "M" -msgstr "" - -#: base.xml:2520(guimenuitem) -msgid "Memory Registers" -msgstr "記憶體註冊" - -#: base.xml:2521(para) -msgid "Display the Memory Registers window" -msgstr "顯示記憶體註冊視窗" - -#: base.xml:2525(keycap) -msgid "Q" -msgstr "" - -#: base.xml:2526(guimenuitem) -msgid "Quit" -msgstr "結束" - -#: base.xml:2527(para) -msgid "Quit the mate-calc application" -msgstr "結束 Calculator 應用程式" - -#: base.xml:2532(guimenuitem) -msgid "Scientific" -msgstr "科學" - -#: base.xml:2533(para) -msgid "Change to Scientific Mode" -msgstr "變更為科學模式" - -#: base.xml:2538(guimenuitem) -msgid "Show Trailing Zeroes" -msgstr "顯示尾隨的零" - -#: base.xml:2539(para) -msgid "Show trailing zeroes" -msgstr "顯示尾隨的零" - -#: base.xml:2543(keycap) -msgid "V" -msgstr "" - -#: base.xml:2544(guimenuitem) -msgid "Paste" -msgstr "貼上" - -#: base.xml:2545(para) -msgid "Paste the current value in the clipboard to the display area" -msgstr "將顯示區域的目前值貼入剪貼簿" - -#: base.xml:2549(keycap) -msgid "F1" -msgstr "" - -#: base.xml:2550(guimenu) -msgid "Help" -msgstr "說明" - -#: base.xml:2550(guimenuitem) -msgid "Contents" -msgstr "內容" - -#: base.xml:2551(para) -msgid "Display the mate-calc online help" -msgstr "顯示 Calculator 線上說明" - -#: ../C/legal.xml:2(para) -msgid "" -"Permission is granted to copy, distribute and/or modify this document under " -"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " -"later version published by the Free Software Foundation with no Invariant " -"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy " -"of the GFDL at this link or " -"in the file COPYING-DOCS distributed with this manual." -msgstr "" -"根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 " -"(GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散" -"佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如" -"要取得 GFDL 的副本,請參閱 此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" - -#: ../C/legal.xml:12(para) -msgid "" -"This manual is part of a collection of MATE manuals distributed under the " -"GFDL. If you want to distribute this manual separately from the collection, " -"you can do so by adding a copy of the license to the manual, as described in " -"section 6 of the license." -msgstr "" -"本手冊是屬於依 GFDL 授權所發佈之 MATE 手冊集中的一部份。 如果您只要單獨散佈" -"本手冊,依據授權聲明第六節之敘述, 您必須另外將授權聲明加入本手冊中。" - -#: ../C/legal.xml:19(para) -msgid "" -"Many of the names used by companies to distinguish their products and " -"services are claimed as trademarks. Where those names appear in any MATE " -"documentation, and the members of the MATE Documentation Project are made " -"aware of those trademarks, then the names are in capital letters or initial " -"capital letters." -msgstr "" -"許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些 名稱為其商標。當" -"這些名稱出現在 MATE 文件中,同時 MATE 文件 專案小組成員亦明白這些名稱為商標" -"時, 這些名稱會以大寫字母或是首字母大寫表示。" - -#: ../C/legal.xml:35(para) -msgid "" -"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " -"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "" -"文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何 保證,包括 (但不限於) " -"文件或修正版毫無錯誤、可販售、 具特殊用途,或不侵權。 關於本文件與修正版文件" -"之品質、正確性及功用, 其風險您必須自行承擔。 若本文件或修正版有任何缺陷,任" -"何必須之保養,修理及更正, 應由您自行承擔,原始作者、作者或任何散佈者無須負" -"責。 本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或 修正版的授" -"權,皆須在同意本免責聲明的情況下進行;同時" - -#: ../C/legal.xml:55(para) -msgid "" -"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING " -"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " -"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " -"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " -"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " -"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " -"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES " -"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " -"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE " -"POSSIBILITY OF SUCH DAMAGES." -msgstr "" -"在任何情況或法律理論下,亦即不管是在侵權 (包括疏忽)、契約或 其他情形,或是已" -"預先告知會有下列損害之可能時,本文件 或修正版的任何作者、原始作者、投稿人以及" -"散佈者,或是 任何提供單位,對於因使用本文件及修正版,或與本文件及 修正版使用" -"相關所造成的任何直接、間接、特殊、偶然或必 然之損害,包括 (但不限於) 信譽受" -"損、工作停止、電腦當 機或不正常運作,或任何所有其他損害,上述人等皆不需負 任" -"何責任。" - -#: ../C/legal.xml:28(para) -msgid "" -"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " -"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -"" -msgstr "" -"本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明 的條款,同時亦有下列共" -"識: " +#~ msgid "Menu Item" +#~ msgstr "功能表項目" + +#~ msgid "View" +#~ msgstr "檢視" + +#~ msgid "Change to Basic Mode" +#~ msgstr "變更為基本模式" + +#~ msgid "Edit" +#~ msgstr "編輯" + +#~ msgid "Copy" +#~ msgstr "複製" + +#~ msgid "Copy the current value in the display area to the clipboard" +#~ msgstr "將顯示區域的目前值複製到剪貼簿。" + +#~ msgid "Change to Financial Mode" +#~ msgstr "變更為財務模式" + +#~ msgid "Insert ASCII Values" +#~ msgstr "插入 ASCII 值" + +#~ msgid "Display the Insert ASCII Values window" +#~ msgstr "顯示插入 ASCII 值視窗" + +#~ msgid "Memory Registers" +#~ msgstr "記憶體註冊" + +#~ msgid "Display the Memory Registers window" +#~ msgstr "顯示記憶體註冊視窗" + +#~ msgid "Quit" +#~ msgstr "結束" + +#~ msgid "Quit the mate-calc application" +#~ msgstr "結束 Calculator 應用程式" + +#~ msgid "Change to Scientific Mode" +#~ msgstr "變更為科學模式" + +#~ msgid "Show Trailing Zeroes" +#~ msgstr "顯示尾隨的零" + +#~ msgid "Show trailing zeroes" +#~ msgstr "顯示尾隨的零" + +#~ msgid "Paste" +#~ msgstr "貼上" + +#~ msgid "Paste the current value in the clipboard to the display area" +#~ msgstr "將顯示區域的目前值貼入剪貼簿" + +#~ msgid "Help" +#~ msgstr "說明" + +#~ msgid "Display the mate-calc online help" +#~ msgstr "顯示 Calculator 線上說明" + +#~ msgid "" +#~ "Permission is granted to copy, distribute and/or modify this document " +#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 " +#~ "or any later version published by the Free Software Foundation with no " +#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You " +#~ "can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." +#~ msgstr "" +#~ "根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 " +#~ "(GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複" +#~ "製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底" +#~ "文字。 如要取得 GFDL 的副本,請參閱 此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" + +#~ msgid "" +#~ "This manual is part of a collection of MATE manuals distributed under " +#~ "the GFDL. If you want to distribute this manual separately from the " +#~ "collection, you can do so by adding a copy of the license to the manual, " +#~ "as described in section 6 of the license." +#~ msgstr "" +#~ "本手冊是屬於依 GFDL 授權所發佈之 MATE 手冊集中的一部份。 如果您只要單獨散" +#~ "佈本手冊,依據授權聲明第六節之敘述, 您必須另外將授權聲明加入本手冊中。" + +#~ msgid "" +#~ "Many of the names used by companies to distinguish their products and " +#~ "services are claimed as trademarks. Where those names appear in any MATE " +#~ "documentation, and the members of the MATE Documentation Project are " +#~ "made aware of those trademarks, then the names are in capital letters or " +#~ "initial capital letters." +#~ msgstr "" +#~ "許多公司為了突顯其產品與服務,會使用特別名稱,並亦已聲明這些 名稱為其商" +#~ "標。當這些名稱出現在 MATE 文件中,同時 MATE 文件 專案小組成員亦明白這些" +#~ "名稱為商標時, 這些名稱會以大寫字母或是首字母大寫表示。" + +#~ msgid "" +#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " +#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES " +#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS " +#~ "DISCLAIMER; AND" +#~ msgstr "" +#~ "文件提供是以其「原樣」呈現,不管明示或暗示,皆不具任何 保證,包括 (但不限" +#~ "於) 文件或修正版毫無錯誤、可販售、 具特殊用途,或不侵權。 關於本文件與修正" +#~ "版文件之品質、正確性及功用, 其風險您必須自行承擔。 若本文件或修正版有任何" +#~ "缺陷,任何必須之保養,修理及更正, 應由您自行承擔,原始作者、作者或任何散" +#~ "佈者無須負責。 本免責聲明是本授權聲明極重要與必要的一部份,因此任何文件或 " +#~ "修正版的授權,皆須在同意本免責聲明的情況下進行;同時" + +#~ msgid "" +#~ "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " +#~ "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " +#~ "WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE " +#~ "LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " +#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " +#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " +#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " +#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, " +#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH " +#~ "DAMAGES." +#~ msgstr "" +#~ "在任何情況或法律理論下,亦即不管是在侵權 (包括疏忽)、契約或 其他情形,或是" +#~ "已預先告知會有下列損害之可能時,本文件 或修正版的任何作者、原始作者、投稿" +#~ "人以及散佈者,或是 任何提供單位,對於因使用本文件及修正版,或與本文件及 修" +#~ "正版使用相關所造成的任何直接、間接、特殊、偶然或必 然之損害,包括 (但不限" +#~ "於) 信譽受損、工作停止、電腦當 機或不正常運作,或任何所有其他損害,上述人" +#~ "等皆不需負 任何責任。" + +#~ msgid "" +#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE " +#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER " +#~ "UNDERSTANDING THAT: " +#~ msgstr "" +#~ "本文件及其修正版本的提供,是基於 GNU 自由文件授權聲明 的條款,同時亦有下列" +#~ "共識: " -- cgit v1.2.1

Advanced

Provides buttons suitable for advanced mathematics

Scientific

Provides buttons suitable for trigonometry

Provides buttons suitable for advanced mathematics such as

Financial