From 2358ba4314dc6d757049bc4871ecf2922614b61b Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 8 Nov 2011 13:50:37 -0300 Subject: initial --- po/en_CA.po | 1563 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1563 insertions(+) create mode 100644 po/en_CA.po (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po new file mode 100644 index 0000000..694d513 --- /dev/null +++ b/po/en_CA.po @@ -0,0 +1,1563 @@ +# English/Canada translation of gcalctool. +# Copyright (C) 2004-2006 Adam Weinberger and the MATE Foundation +# This file is distributed under the same licence as the gcalctool package. +# Adam Weinberger , 2004, 2005, 2006. +# +# +msgid "" +msgstr "" +"Project-Id-Version: gcalctool\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-08-26 17:13-0400\n" +"PO-Revision-Date: 2005-07-18 22:43-0500\n" +"Last-Translator: Adam Weinberger \n" +"Language-Team: Canadian English \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Strings for each base value. +#: ../gcalctool/calctool.c:41 +msgid "_Bin" +msgstr "_Bin" + +#: ../gcalctool/calctool.c:41 +msgid "_Oct" +msgstr "_Oct" + +#: ../gcalctool/calctool.c:41 +msgid "_Dec" +msgstr "_Dec" + +#: ../gcalctool/calctool.c:41 +msgid "He_x" +msgstr "He_x" + +#. Tooltips for each base value. +#: ../gcalctool/calctool.c:45 +msgid "Set numeric base to binary (base 2)" +msgstr "Set numeric base to binary (base 2)" + +#: ../gcalctool/calctool.c:46 +msgid "Set numeric base to octal (base 8)" +msgstr "Set numeric base to octal (base 8)" + +#: ../gcalctool/calctool.c:47 +msgid "Set numeric base to decimal (base 10)" +msgstr "Set numeric base to decimal (base 10)" + +#: ../gcalctool/calctool.c:48 +msgid "Set numeric base to hexadecimal (base 16)" +msgstr "Set numeric base to hexadecimal (base 16)" + +#. Strings for each display mode value. +#: ../gcalctool/calctool.c:59 +msgid "E_ng" +msgstr "E_ng" + +#: ../gcalctool/calctool.c:59 +msgid "_Fix" +msgstr "_Fix" + +#: ../gcalctool/calctool.c:59 +msgid "_Sci" +msgstr "_Sci" + +#. Tooltips for each display mode value. +#: ../gcalctool/calctool.c:63 +msgid "Set display type to engineering format" +msgstr "Set display type to engineering format" + +#: ../gcalctool/calctool.c:64 +msgid "Set display type to fixed-point format" +msgstr "Set display type to fixed-point format" + +#: ../gcalctool/calctool.c:65 +msgid "Set display type to scientific format" +msgstr "Set display type to scientific format" + +#: ../gcalctool/calctool.c:68 +msgid "Set hyperbolic option for trigonometric functions" +msgstr "Set hyperbolic option for trigonometric functions" + +#: ../gcalctool/calctool.c:69 +msgid "Set inverse option for trigonometric functions" +msgstr "Set inverse option for trigonometric functions" + +#. Mode titles to be added to the titlebar. +#: ../gcalctool/calctool.c:72 ../gcalctool/gtk.c:380 +msgid "Basic" +msgstr "Basic" + +#: ../gcalctool/calctool.c:72 ../gcalctool/gtk.c:382 +msgid "Advanced" +msgstr "Advanced" + +#: ../gcalctool/calctool.c:72 ../gcalctool/gtk.c:384 +msgid "Financial" +msgstr "Financial" + +#: ../gcalctool/calctool.c:73 ../gcalctool/gtk.c:386 +msgid "Scientific" +msgstr "Scientific" + +#: ../gcalctool/calctool.c:73 +msgid "Expression" +msgstr "Expression" + +#. Strings for each trig type value. +#: ../gcalctool/calctool.c:77 +msgid "De_grees" +msgstr "De_grees" + +#: ../gcalctool/calctool.c:77 +msgid "Gr_adians" +msgstr "Gr_adians" + +#: ../gcalctool/calctool.c:77 +msgid "_Radians" +msgstr "_Radians" + +#. Tooltips for each trig type value. +#: ../gcalctool/calctool.c:81 +msgid "Set trigonometric type to degrees" +msgstr "Set trigonometric type to degrees" + +#: ../gcalctool/calctool.c:82 +msgid "Set trigonometric type to gradians" +msgstr "Set trigonometric type to gradians" + +#: ../gcalctool/calctool.c:83 +msgid "Set trigonometric type to radians" +msgstr "Set trigonometric type to radians" + +#: ../gcalctool/calctool.c:135 +msgid "7" +msgstr "7" + +#: ../gcalctool/calctool.c:137 +msgid "Numeric 7" +msgstr "Numeric 7" + +#: ../gcalctool/calctool.c:147 +msgid "8" +msgstr "8" + +#: ../gcalctool/calctool.c:149 +msgid "Numeric 8" +msgstr "Numeric 8" + +#: ../gcalctool/calctool.c:159 +msgid "9" +msgstr "9" + +#: ../gcalctool/calctool.c:161 +msgid "Numeric 9" +msgstr "Numeric 9" + +#. Note to translators: this is a division sign (÷) +#: ../gcalctool/calctool.c:172 +msgid "÷" +msgstr "÷" + +#: ../gcalctool/calctool.c:173 +msgid "Divide" +msgstr "Divide" + +#: ../gcalctool/calctool.c:180 +msgid "/" +msgstr "/" + +#: ../gcalctool/calctool.c:184 +msgid "(" +msgstr "(" + +#: ../gcalctool/calctool.c:185 +msgid "Start group of calculations" +msgstr "Start group of calculations" + +#: ../gcalctool/calctool.c:186 +msgid "Left bracket" +msgstr "Left bracket" + +#. Note to translators: Bksp is short for Backspace. +#: ../gcalctool/calctool.c:197 +msgid "Bksp" +msgstr "BKSP" + +#: ../gcalctool/calctool.c:198 +msgid "Remove rightmost character from displayed value" +msgstr "Remove rightmost character from displayed value" + +#: ../gcalctool/calctool.c:199 +msgid "Backspace" +msgstr "Backspace" + +#: ../gcalctool/calctool.c:209 +msgid "CE" +msgstr "CE" + +#: ../gcalctool/calctool.c:210 +msgid "Clear displayed value" +msgstr "Clear displayed value" + +#: ../gcalctool/calctool.c:211 +msgid "Clear entry" +msgstr "Clear entry" + +#. Note to translators: Clr is short for Clear. +#: ../gcalctool/calctool.c:222 +msgid "Clr" +msgstr "Clr" + +#: ../gcalctool/calctool.c:223 +msgid "Clear displayed value and any partial calculation" +msgstr "Clear displayed value and any partial calculation" + +#: ../gcalctool/calctool.c:224 +msgid "Clear" +msgstr "Clear" + +#: ../gcalctool/calctool.c:236 +msgid "4" +msgstr "4" + +#: ../gcalctool/calctool.c:238 +msgid "Numeric 4" +msgstr "Numeric 4" + +#: ../gcalctool/calctool.c:248 +msgid "5" +msgstr "5" + +#: ../gcalctool/calctool.c:250 +msgid "Numeric 5" +msgstr "Numeric 5" + +#: ../gcalctool/calctool.c:260 +msgid "6" +msgstr "6" + +#: ../gcalctool/calctool.c:262 +msgid "Numeric 6" +msgstr "Numeric 6" + +#. Note to translators: this is a multiplication sign (*) +#: ../gcalctool/calctool.c:273 +msgid "×" +msgstr "×" + +#: ../gcalctool/calctool.c:274 +msgid "Multiply" +msgstr "Multiply" + +#: ../gcalctool/calctool.c:281 +msgid "*" +msgstr "*" + +#: ../gcalctool/calctool.c:285 +msgid ")" +msgstr ")" + +#: ../gcalctool/calctool.c:286 +msgid "End group of calculations" +msgstr "End group of calculations" + +#: ../gcalctool/calctool.c:287 +msgid "Right bracket" +msgstr "Right bracket" + +#. Note to translators: this is a plus-minus sign (+/-) +#: ../gcalctool/calctool.c:298 +msgid "±" +msgstr "±" + +#: ../gcalctool/calctool.c:299 +msgid "Change sign [c]" +msgstr "Change sign [c]" + +#: ../gcalctool/calctool.c:306 +msgid "Chs" +msgstr "Chs" + +#: ../gcalctool/calctool.c:310 +msgid "Int" +msgstr "Int" + +#: ../gcalctool/calctool.c:311 +msgid "Integer portion of displayed value [i]" +msgstr "Integer portion of displayed value [i]" + +#: ../gcalctool/calctool.c:312 +msgid "Integer portion" +msgstr "Integer portion" + +#: ../gcalctool/calctool.c:322 +msgid "Sto" +msgstr "Sto" + +#: ../gcalctool/calctool.c:323 +msgid "Store displayed value in memory register [S]" +msgstr "Store displayed value in memory register [S]" + +#: ../gcalctool/calctool.c:324 +msgid "Store to register" +msgstr "Store to register" + +#: ../gcalctool/calctool.c:336 +msgid "1" +msgstr "1" + +#: ../gcalctool/calctool.c:338 +msgid "Numeric 1" +msgstr "Numeric 1" + +#: ../gcalctool/calctool.c:348 +msgid "2" +msgstr "2" + +#: ../gcalctool/calctool.c:350 +msgid "Numeric 2" +msgstr "Numeric 2" + +#: ../gcalctool/calctool.c:360 +msgid "3" +msgstr "3" + +#: ../gcalctool/calctool.c:362 +msgid "Numeric 3" +msgstr "Numeric 3" + +#. Note to translators: this is a minus sign (-) +#: ../gcalctool/calctool.c:373 +msgid "−" +msgstr "−" + +#: ../gcalctool/calctool.c:374 +msgid "Subtract" +msgstr "Subtract" + +#: ../gcalctool/calctool.c:381 +msgid "-" +msgstr "-" + +#: ../gcalctool/calctool.c:385 +msgid "%" +msgstr "%" + +#: ../gcalctool/calctool.c:386 +msgid "Percentage" +msgstr "Percentage" + +#. Note to translators: this is a square root sign +#: ../gcalctool/calctool.c:398 +msgid "√" +msgstr "√" + +#: ../gcalctool/calctool.c:399 +msgid "Square root [s]" +msgstr "Square root [s]" + +#: ../gcalctool/calctool.c:406 +msgid "Sqrt" +msgstr "Sqrt" + +#: ../gcalctool/calctool.c:410 +msgid "Frac" +msgstr "Frac" + +#: ../gcalctool/calctool.c:411 +msgid "Fractional portion of displayed value [:]" +msgstr "Fractional portion of displayed value [:]" + +#: ../gcalctool/calctool.c:412 +msgid "Fractional portion" +msgstr "Fractional portion" + +#: ../gcalctool/calctool.c:422 +msgid "Rcl" +msgstr "Rcl" + +#: ../gcalctool/calctool.c:423 +msgid "Retrieve memory register to display [R]" +msgstr "Retrieve memory register to display [R]" + +#: ../gcalctool/calctool.c:424 +msgid "Retrieve from register" +msgstr "Retrieve from register" + +#: ../gcalctool/calctool.c:436 +msgid "0" +msgstr "0" + +#: ../gcalctool/calctool.c:438 +msgid "Numeric 0" +msgstr "Numeric 0" + +#: ../gcalctool/calctool.c:448 +msgid "." +msgstr "." + +#: ../gcalctool/calctool.c:449 +msgid "Numeric point" +msgstr "Numeric point" + +#: ../gcalctool/calctool.c:460 +msgid "=" +msgstr "=" + +#: ../gcalctool/calctool.c:461 +msgid "Calculate result" +msgstr "Calculate result" + +#: ../gcalctool/calctool.c:472 +msgid "+" +msgstr "+" + +#: ../gcalctool/calctool.c:473 +msgid "Add" +msgstr "Add" + +#: ../gcalctool/calctool.c:484 +msgid "1/x" +msgstr "1/x" + +#: ../gcalctool/calctool.c:485 +msgid "Reciprocal [r]" +msgstr "Reciprocal [r]" + +#: ../gcalctool/calctool.c:492 +msgid "Recip" +msgstr "Recip" + +#: ../gcalctool/calctool.c:496 +msgid "x2" +msgstr "x2" + +#: ../gcalctool/calctool.c:497 +msgid "Square [@]" +msgstr "Square [@]" + +#: ../gcalctool/calctool.c:504 +msgid "^2" +msgstr "^2" + +#. Note to translators: Abs is short for Absolute. +#: ../gcalctool/calctool.c:509 +msgid "Abs" +msgstr "Abs" + +#: ../gcalctool/calctool.c:510 +msgid "Absolute value [u]" +msgstr "Absolute value [u]" + +#: ../gcalctool/calctool.c:521 +msgid "Exch" +msgstr "Exch" + +#: ../gcalctool/calctool.c:522 +msgid "Exchange displayed value with memory register [X]" +msgstr "Exchange displayed value with memory register [X]" + +#: ../gcalctool/calctool.c:523 +msgid "Exchange with register" +msgstr "Exchange with register" + +#: ../gcalctool/calctool.c:549 +msgid "Ctrm" +msgstr "Ctrm" + +#: ../gcalctool/calctool.c:550 +msgid "Compounding term [m]" +msgstr "Compounding term [m]" + +#: ../gcalctool/calctool.c:561 +msgid "Ddb" +msgstr "Ddb" + +#: ../gcalctool/calctool.c:562 +msgid "Double-declining depreciation [d]" +msgstr "Double-declining depreciation [d]" + +#: ../gcalctool/calctool.c:573 +msgid "Fv" +msgstr "Fv" + +#: ../gcalctool/calctool.c:574 +msgid "Future value [v]" +msgstr "Future value [v]" + +#: ../gcalctool/calctool.c:585 +msgid "Pmt" +msgstr "Pmt" + +#: ../gcalctool/calctool.c:586 +msgid "Periodic payment [P]" +msgstr "Periodic payment [P]" + +#: ../gcalctool/calctool.c:597 +msgid "Pv" +msgstr "Pv" + +#: ../gcalctool/calctool.c:598 +msgid "Present value [p]" +msgstr "Present value [p]" + +#: ../gcalctool/calctool.c:609 +msgid "Rate" +msgstr "Rate" + +#: ../gcalctool/calctool.c:610 +msgid "Periodic interest rate [T]" +msgstr "Periodic interest rate [T]" + +#: ../gcalctool/calctool.c:621 +msgid "Sln" +msgstr "Sln" + +#: ../gcalctool/calctool.c:622 +msgid "Straight-line depreciation [l]" +msgstr "Straight-line depreciation [l]" + +#: ../gcalctool/calctool.c:633 +msgid "Syd" +msgstr "Syd" + +#: ../gcalctool/calctool.c:634 +msgid "Sum-of-the years'-digits depreciation [Y]" +msgstr "Sum-of-the years'-digits depreciation [Y]" + +#: ../gcalctool/calctool.c:647 +msgid "Term" +msgstr "Term" + +#: ../gcalctool/calctool.c:648 +msgid "Payment period [T]" +msgstr "Payment period [T]" + +#: ../gcalctool/calctool.c:759 +msgid "<" +msgstr "<" + +#: ../gcalctool/calctool.c:760 +msgid "Shift displayed value 1-15 places to the left" +msgstr "Shift displayed value 1-15 places to the left" + +#: ../gcalctool/calctool.c:761 +msgid "Shift left" +msgstr "Shift left" + +#: ../gcalctool/calctool.c:771 +msgid ">" +msgstr ">" + +#: ../gcalctool/calctool.c:772 +msgid "Shift displayed value 1-15 places to the right" +msgstr "Shift displayed value 1-15 places to the right" + +#: ../gcalctool/calctool.c:773 +msgid "Shift right" +msgstr "Shift right" + +#: ../gcalctool/calctool.c:783 +msgid "&16" +msgstr "&16" + +#: ../gcalctool/calctool.c:784 +msgid "16-bit unsigned integer value of display (])" +msgstr "16-bit unsigned integer value of display (])" + +#: ../gcalctool/calctool.c:785 +msgid "16 bit unsigned integer" +msgstr "16 bit unsigned integer" + +#: ../gcalctool/calctool.c:791 +msgid "u16" +msgstr "u16" + +#: ../gcalctool/calctool.c:795 +msgid "&32" +msgstr "&32" + +#: ../gcalctool/calctool.c:796 +msgid "32-bit unsigned integer value of display ([)" +msgstr "32-bit unsigned integer value of display ([)" + +#: ../gcalctool/calctool.c:797 +msgid "32 bit unsigned integer" +msgstr "32 bit unsigned integer" + +#: ../gcalctool/calctool.c:803 +msgid "u32" +msgstr "u32" + +#: ../gcalctool/calctool.c:831 +msgid "Mod" +msgstr "Mod" + +#: ../gcalctool/calctool.c:832 +msgid "Modulus Division" +msgstr "Modulus Division" + +#: ../gcalctool/calctool.c:839 +msgid " Mod " +msgstr " Mod " + +#: ../gcalctool/calctool.c:843 +msgid "Acc" +msgstr "Acc" + +#: ../gcalctool/calctool.c:844 +msgid "Set accuracy from 0 to 9 numeric places [a]" +msgstr "Set accuracy from 0 to 9 numeric places [a]" + +#: ../gcalctool/calctool.c:845 +msgid "Accuracy" +msgstr "Accuracy" + +#: ../gcalctool/calctool.c:857 +msgid "Con" +msgstr "Con" + +#: ../gcalctool/calctool.c:858 +msgid "Constants [#]" +msgstr "Constants [#]" + +#: ../gcalctool/calctool.c:869 +msgid "Fun" +msgstr "Fun" + +#: ../gcalctool/calctool.c:870 +msgid "User-defined functions [f]" +msgstr "User-defined functions [f]" + +#: ../gcalctool/calctool.c:881 +msgid "Exp" +msgstr "Exp" + +#: ../gcalctool/calctool.c:882 +msgid "Enter an exponential number [e]" +msgstr "Enter an exponential number [e]" + +#: ../gcalctool/calctool.c:883 +msgid "Exponential" +msgstr "Exponential" + +#: ../gcalctool/calctool.c:889 ../gcalctool/calctool.c:1277 +msgid "e" +msgstr "e" + +#: ../gcalctool/calctool.c:893 +msgid "ex" +msgstr "ex" + +#: ../gcalctool/calctool.c:894 +msgid "e to the power of displayed value [{]" +msgstr "e to the power of displayed value [{]" + +#: ../gcalctool/calctool.c:895 +msgid "E to the x" +msgstr "E to the x" + +#: ../gcalctool/calctool.c:901 +msgid "e^" +msgstr "e^" + +#: ../gcalctool/calctool.c:905 +msgid "10x" +msgstr "10x" + +#: ../gcalctool/calctool.c:906 +msgid "10 to the power of displayed value [}]" +msgstr "10 to the power of displayed value [}]" + +#: ../gcalctool/calctool.c:907 +msgid "Ten to the x" +msgstr "Ten to the x" + +#: ../gcalctool/calctool.c:913 +msgid "10^" +msgstr "10^" + +#: ../gcalctool/calctool.c:917 +msgid "xy" +msgstr "xy" + +#: ../gcalctool/calctool.c:918 +msgid "Raise displayed value to the power of y [^]" +msgstr "Raise displayed value to the power of y [^]" + +#: ../gcalctool/calctool.c:919 +msgid "X to the y" +msgstr "X to the Y" + +#: ../gcalctool/calctool.c:925 +msgid "^" +msgstr "^" + +#: ../gcalctool/calctool.c:929 +msgid "x!" +msgstr "x!" + +#: ../gcalctool/calctool.c:930 +msgid "Factorial of displayed value [!]" +msgstr "Factorial of displayed value [!]" + +#: ../gcalctool/calctool.c:931 +msgid "Factorial" +msgstr "Factorial" + +#: ../gcalctool/calctool.c:937 +msgid "!" +msgstr "!" + +#: ../gcalctool/calctool.c:941 +msgid "Rand" +msgstr "Rand" + +#: ../gcalctool/calctool.c:942 +msgid "Random number in the range 0.0 to 1.0 [?]" +msgstr "Random number in the range 0.0 to 1.0 [?]" + +#: ../gcalctool/calctool.c:943 +msgid "Random number" +msgstr "Random number" + +#: ../gcalctool/calctool.c:955 +msgid "D" +msgstr "D" + +#: ../gcalctool/calctool.c:956 +msgid "Hexadecimal digit D" +msgstr "Hexadecimal digit D" + +#: ../gcalctool/calctool.c:967 +msgid "E" +msgstr "E" + +#: ../gcalctool/calctool.c:968 +msgid "Hexadecimal digit E" +msgstr "Hexadecimal digit E" + +#: ../gcalctool/calctool.c:979 ../gcalctool/gtk.c:1932 +msgid "F" +msgstr "F" + +#: ../gcalctool/calctool.c:980 +msgid "Hexadecimal digit F" +msgstr "Hexadecimal digit F" + +#: ../gcalctool/calctool.c:991 +msgid "Cos" +msgstr "Cos" + +#: ../gcalctool/calctool.c:992 +msgid "Cosine [J]" +msgstr "Cosine [J]" + +#: ../gcalctool/calctool.c:1003 +msgid "Sin" +msgstr "Sin" + +#: ../gcalctool/calctool.c:1004 +msgid "Sine [K]" +msgstr "Sine [K]" + +#: ../gcalctool/calctool.c:1015 +msgid "Tan" +msgstr "Tan" + +#: ../gcalctool/calctool.c:1016 +msgid "Tangent [L]" +msgstr "Tangent [L]" + +#: ../gcalctool/calctool.c:1027 +msgid "Ln" +msgstr "Ln" + +#: ../gcalctool/calctool.c:1028 +msgid "Natural log [N]" +msgstr "Natural log [N]" + +#: ../gcalctool/calctool.c:1039 +msgid "Log" +msgstr "Log" + +#: ../gcalctool/calctool.c:1040 +msgid "Base 10 log [G]" +msgstr "Base 10 log [G]" + +#: ../gcalctool/calctool.c:1053 +msgid "A" +msgstr "A" + +#: ../gcalctool/calctool.c:1054 +msgid "Hexadecimal digit A" +msgstr "Hexadecimal digit A" + +#: ../gcalctool/calctool.c:1065 +msgid "B" +msgstr "B" + +#: ../gcalctool/calctool.c:1066 +msgid "Hexadecimal digit B" +msgstr "Hexadecimal digit B" + +#: ../gcalctool/calctool.c:1077 ../gcalctool/gtk.c:1923 +msgid "C" +msgstr "C" + +#: ../gcalctool/calctool.c:1078 +msgid "Hexadecimal digit C" +msgstr "Hexadecimal digit C" + +#: ../gcalctool/calctool.c:1089 +msgid "Or" +msgstr "Or" + +#: ../gcalctool/calctool.c:1090 +msgid "Bitwise OR" +msgstr "Bitwise OR" + +#: ../gcalctool/calctool.c:1097 +msgid " Or " +msgstr " Or " + +#: ../gcalctool/calctool.c:1101 +msgid "And" +msgstr "And" + +#: ../gcalctool/calctool.c:1102 +msgid "Bitwise AND [&]" +msgstr "Bitwise AND [&]" + +#: ../gcalctool/calctool.c:1109 +msgid " And " +msgstr " And " + +#: ../gcalctool/calctool.c:1113 +msgid "Not" +msgstr "Not" + +#: ../gcalctool/calctool.c:1114 +msgid "Bitwise NOT [~]" +msgstr "Bitwise NOT [~]" + +#: ../gcalctool/calctool.c:1121 +msgid "~" +msgstr "~" + +#: ../gcalctool/calctool.c:1125 +msgid "Xor" +msgstr "Xor" + +#: ../gcalctool/calctool.c:1126 +msgid "Bitwise XOR [x]" +msgstr "Bitwise XOR [x]" + +#: ../gcalctool/calctool.c:1133 +msgid " Xor " +msgstr " Xor " + +#: ../gcalctool/calctool.c:1137 +msgid "Xnor" +msgstr "Xnor" + +#: ../gcalctool/calctool.c:1138 +msgid "Bitwise XNOR [n]" +msgstr "Bitwise XNOR [n]" + +#: ../gcalctool/calctool.c:1145 +msgid " Xnor " +msgstr " Xnor " + +#: ../gcalctool/calctool.c:1274 +msgid "Kilometer-to-mile conversion factor" +msgstr "Kilometre-to-mile converstion factor" + +#: ../gcalctool/calctool.c:1276 +msgid "square root of 2" +msgstr "square root of 2" + +#: ../gcalctool/calctool.c:1278 +msgid "pi" +msgstr "pi" + +#: ../gcalctool/calctool.c:1279 +msgid "Centimeter-to-inch conversion factor" +msgstr "Centimetre-to-inch conversion factor" + +#: ../gcalctool/calctool.c:1281 +msgid "degrees in a radian" +msgstr "degrees in a radian" + +#: ../gcalctool/calctool.c:1282 +msgid "2 ^ 20" +msgstr "2 ^ 20" + +#: ../gcalctool/calctool.c:1283 +msgid "Gram-to-ounce conversion factor" +msgstr "Gram-to-ounce conversion factor" + +#: ../gcalctool/calctool.c:1285 +msgid "Kilojoule-to-British-thermal-unit conversion factor" +msgstr "Kilojoule-to-British-thermal-unit conversion factor" + +#: ../gcalctool/calctool.c:1288 +msgid "Cubic-centimeter-to-cubic-inch conversion factor" +msgstr "Cubic-centimetre-to-cubic-inch conversion factor" + +#. THIS ROUTINE IS CALLED WHEN AN ERROR CONDITION IS ENCOUNTERED, AND +#. * AFTER A MESSAGE HAS BEEN WRITTEN TO STDERR. +#. +#: ../gcalctool/calctool.c:1299 ../gcalctool/display.c:273 +#: ../gcalctool/mp.c:1973 ../gcalctool/mpmath.c:437 ../gcalctool/mpmath.c:476 +#: ../gcalctool/mpmath.c:531 +msgid "Error" +msgstr "Error" + +#: ../gcalctool/functions.c:546 +msgid "Invalid number for the current base" +msgstr "Invalid number for the current base" + +#: ../gcalctool/functions.c:550 +msgid "Too long number" +msgstr "Too long number" + +#: ../gcalctool/functions.c:554 +msgid "Invalid bitwise operation parameter(s)" +msgstr "Invalid bitwise operation parameter(s)" + +#: ../gcalctool/functions.c:558 +msgid "Invalid modulus operation parameter(s)" +msgstr "Invalid modulus operation parameter(s)" + +#: ../gcalctool/functions.c:562 +msgid "Math operation error" +msgstr "Math operation error" + +#: ../gcalctool/functions.c:566 +msgid "Malformed expression" +msgstr "Malformed expression" + +#: ../gcalctool/functions.c:636 +msgid "Error, operands must be integers" +msgstr "Error: operands must be integers" + +#: ../gcalctool/functions.c:798 ../gcalctool/functions.c:1179 +msgid "No sane value to convert" +msgstr "No sane value to convert" + +#: ../gcalctool/functions.c:900 ../gcalctool/functions.c:1256 +msgid "No sane value to store" +msgstr "No sane value to store" + +#: ../gcalctool/functions.c:1030 +msgid "Malformed function" +msgstr "Malformed function" + +#: ../gcalctool/functions.c:1209 +msgid "Cleared display, prefix without an operator is not allowed" +msgstr "Cleared display; prefix without an operator is not allowed" + +#: ../gcalctool/functions.c:1233 +msgid "Malformed parenthesis expression" +msgstr "Malformed parenthesis expression" + +#: ../gcalctool/functions.c:1487 +msgid "No sane value to do bitwise shift" +msgstr "No sane value to do bitwise shift" + +#: ../gcalctool/functions.c:1534 +msgid "Numeric stack error" +msgstr "Numeric stack error" + +#: ../gcalctool/functions.c:1555 +msgid "Operand stack error" +msgstr "Operand stack error" + +#: ../gcalctool/get.c:152 +msgid "-a needs accuracy value" +msgstr "-a needs accuracy value" + +#: ../gcalctool/get.c:156 ../gcalctool/get.c:310 +#, c-format +msgid "%s: accuracy should be in the range 0-%d\n" +msgstr "%s: accuracy should be in the range 0-%d\n" + +#: ../gcalctool/get.c:181 +#, c-format +msgid "%s: %s as next argument.\n" +msgstr "%s: %s as next argument.\n" + +#. No calculator error initially. +#. Not entering an exponent number. +#. No pending arithmetic operation. +#. No User supplied title line. +#: ../gcalctool/get.c:268 +msgid "calculator" +msgstr "calculator" + +#: ../gcalctool/get.c:330 +#, c-format +msgid "%s: base should be 2, 8, 10 or 16\n" +msgstr "%s: base should be 2, 8, 10 or 16\n" + +#: ../gcalctool/get.c:345 +#, c-format +msgid "%s: invalid display mode [%s]\n" +msgstr "%s: invalid display mode [%s]\n" + +#: ../gcalctool/get.c:360 +#, c-format +msgid "%s: invalid mode [%s]\n" +msgstr "%s: invalid mode [%s]\n" + +#: ../gcalctool/get.c:374 +#, c-format +msgid "%s: invalid trigonometric mode [%s]\n" +msgstr "%s: invalid trigonometric mode [%s]\n" + +#: ../gcalctool/get.c:392 +#, c-format +msgid "%s: invalid syntax mode [%s]\n" +msgstr "%s: invalid syntax mode [%s]\n" + +#: ../gcalctool/get.c:409 +#, c-format +msgid "%s: invalid bitcalc choice [%s]\n" +msgstr "%s: invalid bitcalc choice [%s]\n" + +#: ../gcalctool/get.c:455 +#, c-format +msgid "" +"%s version %s\n" +"\n" +msgstr "" +"%s version %s\n" +"\n" + +#: ../gcalctool/get.c:456 +#, c-format +msgid "Usage: %s: [-D] [-E] [-a accuracy] " +msgstr "Usage: %s: [-D] [-E] [-a accuracy] " + +#: ../gcalctool/get.c:457 +msgid "\t\t [-?] [-v] [-?]\n" +msgstr "\t\t [-?] [-v] [-?]\n" + +#: ../gcalctool/gtk.c:245 +msgid "_Calculator" +msgstr "_Calculator" + +#: ../gcalctool/gtk.c:246 +msgid "_Edit" +msgstr "_Edit" + +#: ../gcalctool/gtk.c:247 +msgid "_View" +msgstr "_View" + +#: ../gcalctool/gtk.c:248 +msgid "_Help" +msgstr "_Help" + +#: ../gcalctool/gtk.c:251 +msgid "Quit the calculator" +msgstr "Quit the calculator" + +#: ../gcalctool/gtk.c:254 +msgid "Copy selection" +msgstr "Copy selection" + +#: ../gcalctool/gtk.c:256 +msgid "Paste selection" +msgstr "Paste selection" + +#: ../gcalctool/gtk.c:257 +msgid "_Insert ASCII Value..." +msgstr "_Insert ASCII Value..." + +#: ../gcalctool/gtk.c:258 +msgid "Insert ASCII value" +msgstr "Insert ASCII value" + +#: ../gcalctool/gtk.c:259 +msgid "_Undo" +msgstr "_Undo" + +#: ../gcalctool/gtk.c:260 +msgid "Undo" +msgstr "Undo" + +#: ../gcalctool/gtk.c:261 +msgid "_Redo" +msgstr "_Redo" + +#: ../gcalctool/gtk.c:262 +msgid "Redo" +msgstr "Redo" + +#: ../gcalctool/gtk.c:266 +msgid "Show help contents" +msgstr "Show help contents" + +#: ../gcalctool/gtk.c:268 +msgid "Show the About Gcalctool dialog" +msgstr "Show the About Gcalctool dialogue" + +#: ../gcalctool/gtk.c:270 ../gcalctool/gtk.c:301 +msgid "_1 place" +msgstr "_1 place" + +#: ../gcalctool/gtk.c:271 ../gcalctool/gtk.c:302 +msgid "1 place" +msgstr "1 place" + +#: ../gcalctool/gtk.c:272 ../gcalctool/gtk.c:303 +msgid "_2 places" +msgstr "_2 places" + +#: ../gcalctool/gtk.c:273 ../gcalctool/gtk.c:304 +msgid "2 places" +msgstr "2 places" + +#: ../gcalctool/gtk.c:274 ../gcalctool/gtk.c:305 +msgid "_3 places" +msgstr "_3 places" + +#: ../gcalctool/gtk.c:275 ../gcalctool/gtk.c:306 +msgid "3 places" +msgstr "3 places" + +#: ../gcalctool/gtk.c:276 ../gcalctool/gtk.c:307 +msgid "_4 places" +msgstr "_4 places" + +#: ../gcalctool/gtk.c:277 ../gcalctool/gtk.c:308 +msgid "4 places" +msgstr "4 places" + +#: ../gcalctool/gtk.c:278 ../gcalctool/gtk.c:309 +msgid "_5 places" +msgstr "_5 places" + +#: ../gcalctool/gtk.c:279 ../gcalctool/gtk.c:310 +msgid "5 places" +msgstr "5 places" + +#: ../gcalctool/gtk.c:280 ../gcalctool/gtk.c:311 +msgid "_6 places" +msgstr "_6 places" + +#: ../gcalctool/gtk.c:281 ../gcalctool/gtk.c:312 +msgid "6 places" +msgstr "6 places" + +#: ../gcalctool/gtk.c:282 ../gcalctool/gtk.c:313 +msgid "_7 places" +msgstr "_7 places" + +#: ../gcalctool/gtk.c:283 ../gcalctool/gtk.c:314 +msgid "7 places" +msgstr "7 places" + +#: ../gcalctool/gtk.c:284 ../gcalctool/gtk.c:315 +msgid "_8 places" +msgstr "_8 places" + +#: ../gcalctool/gtk.c:285 ../gcalctool/gtk.c:316 +msgid "8 places" +msgstr "8 places" + +#: ../gcalctool/gtk.c:286 ../gcalctool/gtk.c:317 +msgid "_9 places" +msgstr "_9 places" + +#: ../gcalctool/gtk.c:287 ../gcalctool/gtk.c:318 +msgid "9 places" +msgstr "9 places" + +#: ../gcalctool/gtk.c:288 ../gcalctool/gtk.c:289 ../gcalctool/gtk.c:319 +#: ../gcalctool/gtk.c:320 +msgid "10 places" +msgstr "10 places" + +#: ../gcalctool/gtk.c:290 ../gcalctool/gtk.c:291 ../gcalctool/gtk.c:321 +#: ../gcalctool/gtk.c:322 +msgid "11 places" +msgstr "11 places" + +#: ../gcalctool/gtk.c:292 ../gcalctool/gtk.c:293 ../gcalctool/gtk.c:323 +#: ../gcalctool/gtk.c:324 +msgid "12 places" +msgstr "12 places" + +#: ../gcalctool/gtk.c:294 ../gcalctool/gtk.c:295 ../gcalctool/gtk.c:325 +#: ../gcalctool/gtk.c:326 +msgid "13 places" +msgstr "13 places" + +#: ../gcalctool/gtk.c:296 ../gcalctool/gtk.c:297 ../gcalctool/gtk.c:327 +#: ../gcalctool/gtk.c:328 +msgid "14 places" +msgstr "14 places" + +#: ../gcalctool/gtk.c:298 ../gcalctool/gtk.c:299 ../gcalctool/gtk.c:329 +#: ../gcalctool/gtk.c:330 +msgid "15 places" +msgstr "15 places" + +#: ../gcalctool/gtk.c:334 ../gcalctool/gtk.c:342 +msgid "Show _Trailing Zeroes" +msgstr "Show _Trailing Zeroes" + +#: ../gcalctool/gtk.c:335 ../gcalctool/gtk.c:343 +msgid "Show trailing zeroes" +msgstr "Show trailing zeroes" + +#: ../gcalctool/gtk.c:336 +msgid "Show T_housands Separator" +msgstr "Show T_housands Separator" + +#: ../gcalctool/gtk.c:337 +msgid "Show thousands separator" +msgstr "Show thousands separator" + +#: ../gcalctool/gtk.c:338 +msgid "Show Bitcalculating _Extension" +msgstr "Show Bitcalculating _Extension" + +#: ../gcalctool/gtk.c:339 +msgid "Show bitcalculating extension" +msgstr "Show bitcalculating extension" + +#: ../gcalctool/gtk.c:340 +msgid "_Memory Registers" +msgstr "_Memory Registers" + +#: ../gcalctool/gtk.c:341 +msgid "Show memory registers" +msgstr "Show memory registers" + +#: ../gcalctool/gtk.c:347 +msgid "_0 significant places" +msgstr "_0 significant places" + +#: ../gcalctool/gtk.c:348 +msgid "0 significant places" +msgstr "0 significant places" + +#: ../gcalctool/gtk.c:349 +msgid "_1 significant place" +msgstr "_1 significant place" + +#: ../gcalctool/gtk.c:350 +msgid "1 significant place" +msgstr "1 significant place" + +#: ../gcalctool/gtk.c:351 +msgid "_2 significant places" +msgstr "_2 significant places" + +#: ../gcalctool/gtk.c:352 +msgid "2 significant places" +msgstr "2 significant places" + +#: ../gcalctool/gtk.c:353 +msgid "_3 significant places" +msgstr "_3 significant places" + +#: ../gcalctool/gtk.c:354 +msgid "3 significant places" +msgstr "3 significant places" + +#: ../gcalctool/gtk.c:355 +msgid "_4 significant places" +msgstr "_4 significant places" + +#: ../gcalctool/gtk.c:356 +msgid "4 significant places" +msgstr "4 significant places" + +#: ../gcalctool/gtk.c:357 +msgid "_5 significant places" +msgstr "_5 significant places" + +#: ../gcalctool/gtk.c:358 +msgid "5 significant places" +msgstr "5 significant places" + +#: ../gcalctool/gtk.c:359 +msgid "_6 significant places" +msgstr "_6 significant places" + +#: ../gcalctool/gtk.c:360 +msgid "6 significant places" +msgstr "6 significant places" + +#: ../gcalctool/gtk.c:361 +msgid "_7 significant places" +msgstr "_7 significant places" + +#: ../gcalctool/gtk.c:362 +msgid "7 significant places" +msgstr "7 significant places" + +#: ../gcalctool/gtk.c:363 +msgid "_8 significant places" +msgstr "_8 significant places" + +#: ../gcalctool/gtk.c:364 +msgid "8 significant places" +msgstr "8 significant places" + +#: ../gcalctool/gtk.c:365 +msgid "_9 significant places" +msgstr "_9 significant places" + +#: ../gcalctool/gtk.c:366 +msgid "9 significant places" +msgstr "9 significant places" + +#: ../gcalctool/gtk.c:367 +msgid "_Other (10) ..." +msgstr "_Other (10) ..." + +#: ../gcalctool/gtk.c:368 +msgid "Set other precision" +msgstr "Set other precision" + +#: ../gcalctool/gtk.c:372 +msgid "_Left-to-right Precedence" +msgstr "_Left-to-right Precedence" + +#: ../gcalctool/gtk.c:373 +msgid "Use Left-right Precedence" +msgstr "Use Left-right Precedence" + +#: ../gcalctool/gtk.c:374 +msgid "A_rithmetic Precedence" +msgstr "A_rithmetic Precedence" + +#: ../gcalctool/gtk.c:375 +msgid "Use Arithmetic Precedence" +msgstr "Use Arithmetic Precedence" + +#: ../gcalctool/gtk.c:379 +msgid "_Basic" +msgstr "_Basic" + +#: ../gcalctool/gtk.c:381 +msgid "_Advanced" +msgstr "_Advanced" + +#: ../gcalctool/gtk.c:383 +msgid "_Financial" +msgstr "_Financial" + +#: ../gcalctool/gtk.c:385 +msgid "_Scientific" +msgstr "_Scientific" + +#: ../gcalctool/gtk.c:534 +msgid "translator-credits" +msgstr "Adam Weinberger " + +#: ../gcalctool/gtk.c:537 +msgid "" +"Gcalctool is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +msgstr "" +"Gcalctool is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public Licence as published by\n" +"the Free Software Foundation; either version 2 of the Licence, or\n" +"(at your option) any later version.\n" + +#: ../gcalctool/gtk.c:541 +msgid "" +"Gcalctool is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +msgstr "" +"Gcalctool is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public Licence for more details.\n" + +#: ../gcalctool/gtk.c:545 +msgid "" +"You should have received a copy of the GNU General Public License\n" +"along with Gcalctool; if not, write to the Free Software Foundation, Inc.,\n" +"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n" +msgstr "" +"You should have received a copy of the GNU General Public Licence\n" +"along with Gcalctool; if not, write to the Free Software Foundation, Inc.,\n" +"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n" + +#: ../gcalctool/gtk.c:556 +msgid "Gcalctool" +msgstr "Gcalctool" + +#: ../gcalctool/gtk.c:558 +msgid "© 1987-2006 The Gcalctool authors" +msgstr "© 1987-2006 The Gcalctool authors" + +#: ../gcalctool/gtk.c:560 +msgid "Calculator with financial and scientific modes." +msgstr "Calculator with financial and scientific modes." + +#: ../gcalctool/gtk.c:800 +msgid "Insert ASCII Value" +msgstr "Insert ASCII Value" + +#: ../gcalctool/gtk.c:815 +msgid "Ch_aracter:" +msgstr "Ch_aracter:" + +#: ../gcalctool/gtk.c:840 +msgid "_Insert" +msgstr "_Insert" + +#: ../gcalctool/gtk.c:919 +msgid "Edit Constants" +msgstr "Edit Constants" + +#: ../gcalctool/gtk.c:919 +msgid "Edit Functions" +msgstr "Edit Functions" + +#: ../gcalctool/gtk.c:943 +msgid "Note:" +msgstr "Note:" + +#: ../gcalctool/gtk.c:944 +msgid "All constant values are specified in the decimal numeric base." +msgstr "All constant values are specified in the decimal numeric base." + +#: ../gcalctool/gtk.c:954 +msgid "Click a _value or description to edit it:" +msgstr "Click a _value or description to edit it:" + +#: ../gcalctool/gtk.c:977 +msgid "No." +msgstr "No." + +#: ../gcalctool/gtk.c:979 +msgid "Value" +msgstr "Value" + +#: ../gcalctool/gtk.c:981 +msgid "Description" +msgstr "Description" + +#: ../gcalctool/gtk.c:1092 +msgid "_Do not warn me again" +msgstr "_Do not warn me again" + +#: ../gcalctool/gtk.c:1098 +#, c-format +msgid "" +"%sChanging Modes Clears Calculation%s\n" +"\n" +"When you change modes, the current calculation will be cleared, and the base " +"will be reset to decimal." +msgstr "" +"%sChanging Modes Clears Calculation%s\n" +"\n" +"When you change modes, the current calculation will be cleared, and the base " +"will be reset to decimal." + +#: ../gcalctool/gtk.c:1139 +msgid "C_hange Mode" +msgstr "C_hange Mode" + +#: ../gcalctool/gtk.c:1176 +msgid "Set Precision" +msgstr "Set Precision" + +#: ../gcalctool/gtk.c:1191 +msgid "Significant _places:" +msgstr "Significant _places:" + +#: ../gcalctool/gtk.c:1218 +msgid "_Set" +msgstr "_Set" + +#: ../gcalctool/gtk.c:1462 ../gcalctool.desktop.in.h:1 +msgid "Calculator" +msgstr "Calculator" + +#. translators: R is the short form of register used inter alia +#. in popup menus +#: ../gcalctool/gtk.c:1682 ../gcalctool/gtk.c:1828 +msgid "R" +msgstr "R" + +#. Make Hyp and Inv trigonometric check boxes. +#: ../gcalctool/gtk.c:1751 +msgid "_Inv" +msgstr "_Inv" + +#: ../gcalctool/gtk.c:1759 +msgid "H_yp" +msgstr "H_yp" + +#: ../gcalctool/gtk.c:1818 +msgid "Memory Registers" +msgstr "Memory Registers" + +#: ../gcalctool/gtk.c:1912 +msgid "Edit Constants..." +msgstr "Edit Constants..." + +#: ../gcalctool/gtk.c:1912 +msgid "Edit Functions..." +msgstr "Edit Functions..." + +#: ../gcalctool/gtk.c:2110 +msgid "Clipboard contained malformed calculation" +msgstr "Clipboard contained malformed calculation" + +#: ../gcalctool/gtk.c:2200 +msgid "Paste" +msgstr "Paste" + +#: ../gcalctool/gtk.c:2418 +#, c-format +msgid "Other (%d) ..." +msgstr "Other (%d) ..." + +#: ../gcalctool/gtk.c:2430 +#, c-format +msgid "" +"Set accuracy from 0 to %d numeric places. Currently set to %d places. [a]" +msgstr "" +"Set accuracy from 0 to %d numeric places. Currently set to %d places. [a]" + +#: ../gcalctool/gtk.c:2690 +msgid "Activated no operator precedence mode" +msgstr "Activated no operator precedence mode" + +#: ../gcalctool/gtk.c:2700 +msgid "Activated expression mode with operator precedence" +msgstr "Activated expression mode with operator precedence" + +#: ../gcalctool/gtk.c:3039 +msgid "Accuracy value out of range" +msgstr "Accuracy value out of range" + +#: ../gcalctool/mp.c:3356 +msgid "Negative X and non-integer Y not supported" +msgstr "Negative X and non-integer Y not supported" + +#: ../gcalctool/mpmath.c:273 +msgid "Error, cannot calculate cosine" +msgstr "Error; cannot calculate cosine" + +#: ../gcalctool.desktop.in.h:2 +msgid "Perform arithmetic, scientific or financial calculations" +msgstr "Perform arithmetic, scientific or financial calculations" -- cgit v1.2.1