diff options
Diffstat (limited to 'po/sk.po')
-rw-r--r-- | po/sk.po | 784 |
1 files changed, 372 insertions, 412 deletions
@@ -2,7 +2,7 @@ # Copyright (C) YEAR MATE Desktop Environment team # This file is distributed under the same license as the mate-calc package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# +# # Translators: # Dušan Kazik <[email protected]>, 2018 # 32442f8bc5cc500b59f161d95078a28a_525ed04, 2018 @@ -11,21 +11,22 @@ # Erik Bročko <[email protected]>, 2018 # Vendelín Slezák <[email protected]>, 2019 # Ján Ďanovský <[email protected]>, 2020 -# Stefano Karapetsas <[email protected]>, 2020 -# +# Stefano Karapetsas <[email protected]>, 2022 +# msgid "" msgstr "" -"Project-Id-Version: mate-calc 1.25.0\n" +"Project-Id-Version: mate-calc 1.26.0\n" "Report-Msgid-Bugs-To: https://github.com/mate-desktop/mate-calc/issues\n" -"POT-Creation-Date: 2021-05-30 11:18+0200\n" +"POT-Creation-Date: 2022-10-30 00:03+0200\n" "PO-Revision-Date: 2018-03-11 16:33+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>, 2020\n" +"Last-Translator: Stefano Karapetsas <[email protected]>, 2022\n" "Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" #. Accessible name for the factorize button #: src/buttons-advanced.ui:27 src/buttons-programming.ui:1900 @@ -58,7 +59,7 @@ msgstr "x" #. Accessible name for the memory value button #. Tooltip for the memory button #: src/buttons-advanced.ui:417 src/buttons-financial.ui:1894 -#: src/math-buttons.c:230 +#: src/math-buttons.c:234 msgid "Memory" msgstr "Pamäť" @@ -121,7 +122,7 @@ msgstr "" #. Title of Compounding Term dialog #. Tooltip for the compounding term button -#: src/buttons-financial.ui:8 src/math-buttons.c:254 +#: src/buttons-financial.ui:8 src/math-buttons.c:258 msgid "Compounding Term" msgstr "Doba úročenia" @@ -221,7 +222,7 @@ msgstr "_Náklady:" #. Title of Future Value dialog #. Tooltip for the future value button -#: src/buttons-financial.ui:374 src/math-buttons.c:260 +#: src/buttons-financial.ui:374 src/math-buttons.c:264 msgid "Future Value" msgstr "Budúca hodnota" @@ -251,7 +252,7 @@ msgstr "_Pravidelná splátka:" #. Title of Gross Profit Margin dialog #. Tooltip for the gross profit margin button -#: src/buttons-financial.ui:557 src/math-buttons.c:281 +#: src/buttons-financial.ui:557 src/math-buttons.c:285 msgid "Gross Profit Margin" msgstr "Hrubá marža" @@ -271,7 +272,7 @@ msgstr "_Marža:" #. Title of Periodic Payment dialog #. Tooltip for the periodic payment button -#: src/buttons-financial.ui:710 src/math-buttons.c:278 +#: src/buttons-financial.ui:710 src/math-buttons.c:282 msgid "Periodic Payment" msgstr "Pravidelná spátka" @@ -297,7 +298,7 @@ msgstr "_Pôžička" #. Title of Present Value dialog #. Tooltip for the present value button -#: src/buttons-financial.ui:894 src/math-buttons.c:275 +#: src/buttons-financial.ui:894 src/math-buttons.c:279 msgid "Present Value" msgstr "Súčasná hodnota" @@ -313,7 +314,7 @@ msgstr "" #. Title of Periodic Interest Rate dialog #. Tooltip for the periodic interest rate button -#: src/buttons-financial.ui:1078 src/math-buttons.c:272 +#: src/buttons-financial.ui:1078 src/math-buttons.c:276 msgid "Periodic Interest Rate" msgstr "Úroková sadzba za obdobie" @@ -365,8 +366,8 @@ msgstr "Amortizácia po súčtoch číslic rokov" #: src/buttons-financial.ui:1631 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 " +"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 "" @@ -390,96 +391,65 @@ msgstr "Budúca _hodnota:" #: src/buttons-financial.ui:1815 msgid "" "Calculates 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." +"of an ordinary annuity, to accumulate a future value, at a periodic interest " +"rate." msgstr "" "Vypočíta počet splátkových období, ktoré sú potrebné počas ročného " "splátkového obdobia na navýšenie budúcej hodnoty pri pravidelnom úročení" -#. 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. See also: -#. http://en.wikipedia.org/wiki/Compound_interest +#. 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. See also: http://en.wikipedia.org/wiki/Compound_interest #: src/buttons-financial.ui:2166 msgid "Ctrm" msgstr "Ctrm" -#. Calculates the depreciation allowance on an asset for a specified period of -#. time, using the double-declining balance method. See also: -#. http://en.wikipedia.org/wiki/Depreciation +#. Calculates the depreciation allowance on an asset for a specified period of time, using the double-declining balance method. See also: http://en.wikipedia.org/wiki/Depreciation #: src/buttons-financial.ui:2181 msgid "Ddb" msgstr "Ddb" -#. Calculates the future value of an investment based on a series of equal -#. payments, each of amount pmt, at a periodic interest rate of int, over the -#. number of payment periods in the term. See also: -#. http://en.wikipedia.org/wiki/Future_value +#. Calculates the future value of an investment based on a series of equal payments, each of amount pmt, at a periodic interest rate of int, over the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Future_value #: src/buttons-financial.ui:2196 msgid "Fv" msgstr "Fv" -#. Calculates the number of payment periods that are necessary during the term -#. of an ordinary annuity, to accumulate a future value of fv, at a periodic -#. interest rate of int. Each payment is equal to amount pmt. See also: -#. http://en.wikipedia.org/wiki/Annuity_(finance_theory) +#. Calculates the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value of fv, at a periodic interest rate of int. Each payment is equal to amount pmt. See also: http://en.wikipedia.org/wiki/Annuity_(finance_theory) #: src/buttons-financial.ui:2211 msgid "Term" msgstr "Term" -#. 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. See also: -#. http://en.wikipedia.org/wiki/Depreciation +#. 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. See also: http://en.wikipedia.org/wiki/Depreciation #: src/buttons-financial.ui:2226 msgid "Syd" msgstr "Syd" -#. Calculates the straight-line depreciation of an asset for one period. The -#. depreciable cost is cost - salvage. The straight-line method of -#. depreciation divides the depreciable cost evenly over the useful life of an -#. asset. The useful life is the number of periods, typically years, over -#. which an asset is depreciated. See also: -#. http://en.wikipedia.org/wiki/Depreciation +#. Calculates the straight-line depreciation of an asset for one period. The depreciable cost is cost - salvage. The straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. The useful life is the number of periods, typically years, over which an asset is depreciated. See also: http://en.wikipedia.org/wiki/Depreciation #: src/buttons-financial.ui:2241 msgid "Sln" msgstr "Sln" -#. Calculates the periodic interest necessary to increase an investment of -#. present value pv to a future value of fv, over the number of compounding -#. periods in term. See also: http://en.wikipedia.org/wiki/Interest +#. Calculates the periodic interest necessary to increase an investment of present value pv to a future value of fv, over the number of compounding periods in term. See also: http://en.wikipedia.org/wiki/Interest #: src/buttons-financial.ui:2256 msgid "Rate" msgstr "Rate" -#. Calculates the present value of an investment based on a series of equal -#. payments, each of amount pmt, discounted at a periodic interest rate of -#. int, over the number of payment periods in the term. See also: -#. http://en.wikipedia.org/wiki/Present_value +#. Calculates the present value of an investment based on a series of equal payments, each of amount pmt, discounted at a periodic interest rate of int, over the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Present_value #: src/buttons-financial.ui:2271 msgid "Pv" msgstr "Pv" -#. Calculates the amount of the periodic payment of a loan, where payments are -#. made at the end of each payment period. See also: -#. http://en.wikipedia.org/wiki/Amortization_schedule +#. Calculates the amount of the periodic payment of a loan, where payments are made at the end of each payment period. See also: http://en.wikipedia.org/wiki/Amortization_schedule #: src/buttons-financial.ui:2286 msgid "Pmt" msgstr "Pmt" -#. Calculates the resale price of a product, based on the product cost and the -#. wanted gross profit margin. See also: -#. http://en.wikipedia.org/wiki/Gross_profit_margin +#. Calculates the resale price of a product, based on the product cost and the wanted gross profit margin. See also: http://en.wikipedia.org/wiki/Gross_profit_margin #: src/buttons-financial.ui:2301 msgid "Gpm" msgstr "Gpm" #. Title of insert character code dialog #. Tooltip for the insert character code button -#: src/buttons-programming.ui:8 src/math-buttons.c:233 +#: src/buttons-programming.ui:8 src/math-buttons.c:237 msgid "Insert Character Code" msgstr "Vložiť kód znaku" @@ -529,7 +499,7 @@ msgid "64-bit" msgstr "64 bitov" #. Title of preferences dialog -#: src/preferences.ui:60 src/math-preferences.c:239 +#: src/preferences.ui:60 src/math-preferences.c:221 msgid "Preferences" msgstr "Nastavenia" @@ -584,12 +554,12 @@ msgid "" "project's home page." msgstr "" -#: data/mate-calc.desktop.in:3 src/math-window.c:368 +#: data/mate-calc.desktop.in:3 src/math-window.c:366 msgid "MATE Calculator" msgstr "MATE kalkulačka" #. Title of main window -#: data/mate-calc.desktop.in:4 src/math-window.c:723 +#: data/mate-calc.desktop.in:4 src/math-window.c:716 msgid "Calculator" msgstr "Kalkulačka" @@ -597,8 +567,7 @@ msgstr "Kalkulačka" msgid "Perform arithmetic, scientific or financial calculations" msgstr "Vykonávanie aritmetických, vedeckých alebo finančných výpočtov" -#. Translators: Search terms to find this application. Do NOT translate or -#. localize the semicolons! The list MUST also end with a semicolon! +#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: data/mate-calc.desktop.in:13 msgid "calculator;MATE;scientific;arithmetic;financial;calculations;" msgstr "" @@ -951,12 +920,12 @@ msgstr "Venezuelský bolívar" msgid "South African Rand" msgstr "Juhoafrický rand" -#: src/financial.c:79 +#: src/financial.c:78 msgid "Error: the number of periods must be positive" msgstr "Chyba: počet období musí byť kladný" #. Description on how to use mate-calc displayed on command-line -#: src/mate-calc.c:86 +#: src/mate-calc.c:83 #, c-format msgid "" "Usage:\n" @@ -965,9 +934,8 @@ msgstr "" "Použitie:\n" " %s - Vykonať matematické výpočty" -#. Description on mate-calc command-line help options displayed on command- -#. line -#: src/mate-calc.c:94 +#. Description on mate-calc command-line help options displayed on command-line +#: src/mate-calc.c:91 #, c-format msgid "" "Help Options:\n" @@ -982,14 +950,15 @@ msgstr "" " --help-all Zobrazí všetky možnosti pomocníka\n" " --help-gtk Zobrazí možnosti GTK+" -#. Description on mate-calc command-line GTK+ options displayed on command- -#. line -#: src/mate-calc.c:105 +#. Description on mate-calc command-line GTK+ options displayed on command-line +#: src/mate-calc.c:102 #, c-format msgid "" "GTK+ Options:\n" -" --class=CLASS Program class as used by the window manager\n" -" --name=NAME Program name as used by the window manager\n" +" --class=CLASS Program class as used by the window " +"manager\n" +" --name=NAME Program name as used by the window " +"manager\n" " --screen=SCREEN X screen to use\n" " --sync Make X calls synchronous\n" " --gtk-module=MODULES Load additional GTK+ modules\n" @@ -1004,7 +973,7 @@ msgstr "" " --g-fatal-warnings Všetky varovania budú kritické" #. Description on mate-calc application options displayed on command-line -#: src/mate-calc.c:119 +#: src/mate-calc.c:116 #, c-format msgid "" "Application Options:\n" @@ -1014,13 +983,13 @@ msgstr "" " -s, --solve <rovnica> Vyrieši zadanú rovnicu" #. Error printed to stderr when user uses --solve argument without an equation -#: src/mate-calc.c:167 +#: src/mate-calc.c:163 #, c-format msgid "Argument --solve requires an equation to solve" msgstr "Parameter --solve vyžaduje rovnicu, ktorá sa má vyriešiť" #. Error printed to stderr when user provides an unknown command-line argument -#: src/mate-calc.c:178 +#: src/mate-calc.c:174 #, c-format msgid "Unknown argument '%s'" msgstr "Neznámy parameter „%s“" @@ -1035,294 +1004,304 @@ msgstr "Ludolfovo číslo Pí [Ctrl+P]" msgid "Euler’s Number" msgstr "Eulerovo číslo" +#. Tooltip for the imaginary number button +#: src/math-buttons.c:99 +msgid "Imaginary unit" +msgstr "" + +#. Tooltip for the numeric point button +#: src/math-buttons.c:102 +msgid "Decimal point" +msgstr "Desatinná čiarka" + #. Tooltip for the subscript button -#: src/math-buttons.c:101 +#: src/math-buttons.c:105 msgid "Subscript mode [Alt]" msgstr "Režim dolného indexu [Alt]" #. Tooltip for the superscript button -#: src/math-buttons.c:104 +#: src/math-buttons.c:108 msgid "Superscript mode [Ctrl]" msgstr "Režim horného indexu [Ctrl]" #. Tooltip for the scientific exponent button -#: src/math-buttons.c:107 +#: src/math-buttons.c:111 msgid "Scientific exponent [Ctrl+E]" msgstr "Vedecký exponent [Ctrl+E]" #. Tooltip for the add button -#: src/math-buttons.c:110 +#: src/math-buttons.c:114 msgid "Add [+]" msgstr "Sčítanie [+]" #. Tooltip for the subtract button -#: src/math-buttons.c:113 +#: src/math-buttons.c:117 msgid "Subtract [-]" msgstr "Odčítanie [-]" #. Tooltip for the multiply button -#: src/math-buttons.c:116 +#: src/math-buttons.c:120 msgid "Multiply [*]" msgstr "Násobenie [*]" #. Tooltip for the divide button -#: src/math-buttons.c:119 +#: src/math-buttons.c:123 msgid "Divide [/]" msgstr "Delenie [/]" #. Tooltip for the modulus divide button -#: src/math-buttons.c:122 +#: src/math-buttons.c:126 msgid "Modulus divide" msgstr "Zvyšok po delení" #. Tooltip for the additional functions button -#: src/math-buttons.c:125 +#: src/math-buttons.c:129 msgid "Additional Functions" msgstr "Ďalšie funkcie" #. Tooltip for the additional constant button -#: src/math-buttons.c:128 +#: src/math-buttons.c:132 msgid "Additional constants" msgstr "" #. Tooltip for the exponent button -#: src/math-buttons.c:131 +#: src/math-buttons.c:135 msgid "Exponent [^ or **]" msgstr "Mocnina [^ alebo **]" #. Tooltip for the square button -#: src/math-buttons.c:134 +#: src/math-buttons.c:138 msgid "Square [Ctrl+2]" msgstr "Druhá mocnina [Ctrl+2]" #. Tooltip for the percentage button -#: src/math-buttons.c:137 +#: src/math-buttons.c:141 msgid "Percentage [%]" msgstr "Percentá [%]" #. Tooltip for the factorial button -#: src/math-buttons.c:140 +#: src/math-buttons.c:144 msgid "Factorial [!]" msgstr "Faktoriál [!]" #. Tooltip for the absolute value button -#: src/math-buttons.c:143 +#: src/math-buttons.c:147 msgid "Absolute value [|]" msgstr "Absolútna hodnota [|]" #. Tooltip for the complex argument component button -#: src/math-buttons.c:146 +#: src/math-buttons.c:150 msgid "Complex argument" msgstr "Argument komplexného čísla" #. Tooltip for the complex conjugate button -#: src/math-buttons.c:149 +#: src/math-buttons.c:153 msgid "Complex conjugate" msgstr "Komplexne združené číslo" #. Tooltip for the root button -#: src/math-buttons.c:152 +#: src/math-buttons.c:156 msgid "Root [Ctrl+R]" msgstr "Odmocnina [Ctrl+R]" #. Tooltip for the square root button -#: src/math-buttons.c:155 +#: src/math-buttons.c:159 msgid "Square root [Ctrl+R]" msgstr "Druhá odmocnina [Ctrl+R]" #. Tooltip for the logarithm button -#: src/math-buttons.c:158 +#: src/math-buttons.c:162 msgid "Logarithm" msgstr "Logaritmus" #. Tooltip for the natural logarithm button -#: src/math-buttons.c:161 +#: src/math-buttons.c:165 msgid "Natural Logarithm" msgstr "Prirodzený logaritmus" #. Tooltip for the sine button -#: src/math-buttons.c:164 +#: src/math-buttons.c:168 msgid "Sine" msgstr "Sínus" #. Tooltip for the cosine button -#: src/math-buttons.c:167 +#: src/math-buttons.c:171 msgid "Cosine" msgstr "Kosínus" #. Tooltip for the tangent button -#: src/math-buttons.c:170 +#: src/math-buttons.c:174 msgid "Tangent" msgstr "Tangens" #. Tooltip for the hyperbolic sine button -#: src/math-buttons.c:173 +#: src/math-buttons.c:177 msgid "Hyperbolic Sine" msgstr "Hyperbolický sínus" #. Tooltip for the hyperbolic cosine button -#: src/math-buttons.c:176 +#: src/math-buttons.c:180 msgid "Hyperbolic Cosine" msgstr "Hyperbolický kosínus" #. Tooltip for the hyperbolic tangent button -#: src/math-buttons.c:179 +#: src/math-buttons.c:183 msgid "Hyperbolic Tangent" msgstr "Hyperbolický tangens" #. Tooltip for the inverse sine button -#: src/math-buttons.c:182 +#: src/math-buttons.c:186 msgid "Inverse Sine" msgstr "Inverzný sínus" #. Tooltip for the inverse cosine button -#: src/math-buttons.c:185 +#: src/math-buttons.c:189 msgid "Inverse Cosine" msgstr "Inverzný kosínus" #. Tooltip for the inverse tangent button -#: src/math-buttons.c:188 +#: src/math-buttons.c:192 msgid "Inverse Tangent" msgstr "Inverzný tangens" #. Tooltip for the inverse button -#: src/math-buttons.c:191 +#: src/math-buttons.c:195 msgid "Inverse [Ctrl+I]" msgstr "Prevrátená hodnota [Ctrl+I]" #. Tooltip for the boolean AND button -#: src/math-buttons.c:194 +#: src/math-buttons.c:198 msgid "Boolean AND" msgstr "Logický súčin AND" #. Tooltip for the boolean OR button -#: src/math-buttons.c:197 +#: src/math-buttons.c:201 msgid "Boolean OR" msgstr "Logický súčet OR" #. Tooltip for the exclusive OR button -#: src/math-buttons.c:200 +#: src/math-buttons.c:204 msgid "Boolean Exclusive OR" msgstr "Exkluzívny logický súčet XOR" #. Tooltip for the boolean NOT button -#: src/math-buttons.c:203 +#: src/math-buttons.c:207 msgid "Boolean NOT" msgstr "Logická negácia NOT" #. Tooltip for the integer component button -#: src/math-buttons.c:206 src/math-buttons.c:997 +#: src/math-buttons.c:210 src/math-buttons.c:972 msgid "Integer Component" msgstr "Celočíselná časť" #. Tooltip for the fractional component button -#: src/math-buttons.c:209 src/math-buttons.c:999 +#: src/math-buttons.c:213 src/math-buttons.c:974 msgid "Fractional Component" msgstr "Desatinná časť" #. Tooltip for the real component button -#: src/math-buttons.c:212 +#: src/math-buttons.c:216 msgid "Real Component" msgstr "Reálna časť" #. Tooltip for the imaginary component button -#: src/math-buttons.c:215 +#: src/math-buttons.c:219 msgid "Imaginary Component" msgstr "Imaginárna časť" #. Tooltip for the ones' complement button -#: src/math-buttons.c:218 +#: src/math-buttons.c:222 msgid "Ones' Complement" msgstr "Jednotkový doplnok" #. Tooltip for the two's complement button -#: src/math-buttons.c:221 +#: src/math-buttons.c:225 msgid "Two's Complement" msgstr "Dvojkový doplnok" #. Tooltip for the start group button -#: src/math-buttons.c:224 +#: src/math-buttons.c:228 msgid "Start Group [(]" msgstr "Začiatok skupiny [(]" #. Tooltip for the end group button -#: src/math-buttons.c:227 +#: src/math-buttons.c:231 msgid "End Group [)]" msgstr "Koniec skupiny [)]" #. Tooltip for the solve button -#: src/math-buttons.c:236 +#: src/math-buttons.c:240 msgid "Calculate Result" msgstr "Vypočítať výsledok" #. Tooltip for the factor button -#: src/math-buttons.c:239 +#: src/math-buttons.c:243 msgid "Factorize [Ctrl+F]" msgstr "Faktorizovať [Ctrl+F]" #. Tooltip for the clear button -#: src/math-buttons.c:242 +#: src/math-buttons.c:246 msgid "Clear Display [Escape]" msgstr "Zmazať displej [Escape]" #. Tooltip for the undo button -#: src/math-buttons.c:245 +#: src/math-buttons.c:249 msgid "Undo [Ctrl+Z]" msgstr "Späť [Ctrl+Z]" #. Tooltip for the shift left button -#: src/math-buttons.c:248 +#: src/math-buttons.c:252 msgid "Shift Left [<<]" msgstr "Posun vľavo [<<]" #. Tooltip for the shift right button -#: src/math-buttons.c:251 +#: src/math-buttons.c:255 msgid "Shift Right [>>]" msgstr "Posun vpravo [>>]" #. Tooltip for the double declining depreciation button -#: src/math-buttons.c:257 +#: src/math-buttons.c:261 msgid "Double Declining Depreciation" msgstr "Dvojitá odpisová metóda s klesajúcim zostatkom (DDB)" #. Tooltip for the financial term button -#: src/math-buttons.c:263 +#: src/math-buttons.c:267 msgid "Financial Term" msgstr "Finančné obdobie" #. Tooltip for the sum of the years digits depreciation button -#: src/math-buttons.c:266 +#: src/math-buttons.c:270 msgid "Sum of the Years Digits Depreciation" msgstr "Amortizácia po súčtoch číslic rokov" #. Tooltip for the straight line depreciation button -#: src/math-buttons.c:269 +#: src/math-buttons.c:273 msgid "Straight Line Depreciation" msgstr "Lineárna amortizácia" #. Number display mode combo: Binary, e.g. 10011010010₂ -#: src/math-buttons.c:630 +#: src/math-buttons.c:624 msgid "Binary" msgstr "dvojkovú" #. Number display mode combo: Octal, e.g. 2322₈ -#: src/math-buttons.c:634 +#: src/math-buttons.c:628 msgid "Octal" msgstr "osmičkovú" #. Number display mode combo: Decimal, e.g. 1234 -#: src/math-buttons.c:638 +#: src/math-buttons.c:632 msgid "Decimal" msgstr "desiatkovú" #. Number display mode combo: Hexadecimal, e.g. 4D2₁₆ -#: src/math-buttons.c:642 +#: src/math-buttons.c:636 msgid "Hexadecimal" msgstr "šesťnástkovú" #. Left Shift Popup: Menu item to shift left by n places (n < 10) #. Right Shift Popup: Menu item to shift right by n places (n < 10) -#: src/math-buttons.c:910 src/math-buttons.c:952 +#: src/math-buttons.c:888 src/math-buttons.c:929 #, c-format msgid "_%d place" msgid_plural "_%d places" @@ -1333,7 +1312,7 @@ msgstr[3] "_%d miest" #. Left Shift Popup: Menu item to shift left by n places (n >= 10) #. Right Shift Popup: Menu item to shift right by n places (n >= 10) -#: src/math-buttons.c:914 src/math-buttons.c:956 +#: src/math-buttons.c:892 src/math-buttons.c:933 #, c-format msgid "%d place" msgid_plural "%d places" @@ -1343,252 +1322,245 @@ msgstr[2] "%d miest" msgstr[3] "%d miest" #. Tooltip for the round button -#: src/math-buttons.c:1001 +#: src/math-buttons.c:976 msgid "Round" msgstr "Zaokrúhlenie" #. Tooltip for the floor button -#: src/math-buttons.c:1003 +#: src/math-buttons.c:978 msgid "Floor" msgstr "Dolná celočíselná časť" #. Tooltip for the ceiling button -#: src/math-buttons.c:1005 +#: src/math-buttons.c:980 msgid "Ceiling" msgstr "Horná celočíselná časť" #. Tooltip for the ceiling button -#: src/math-buttons.c:1007 +#: src/math-buttons.c:982 msgid "Sign" msgstr "Znamienko" #. Tooltip for the c₀ component button -#: src/math-buttons.c:1049 +#: src/math-buttons.c:1023 msgid "Velocity of Light" msgstr "" -#: src/math-buttons.c:1049 +#: src/math-buttons.c:1023 msgid "299,792,458 m/s" msgstr "" #. Tooltip for the μ₀ component button -#: src/math-buttons.c:1051 +#: src/math-buttons.c:1025 msgid "Magnetic constant" msgstr "" -#: src/math-buttons.c:1051 +#: src/math-buttons.c:1025 msgid "1.2566370614×10⁻⁶ N/A²" msgstr "" #. Tooltip for the ε₀ button -#: src/math-buttons.c:1053 +#: src/math-buttons.c:1027 msgid "Electric constant" msgstr "" -#: src/math-buttons.c:1053 +#: src/math-buttons.c:1027 msgid "8.85418782×10⁻¹² s⁴A²/m³kg" msgstr "" #. Tooltip for the G button -#: src/math-buttons.c:1055 +#: src/math-buttons.c:1029 msgid "Newtonian constant of gravitation" msgstr "" -#: src/math-buttons.c:1055 +#: src/math-buttons.c:1029 msgid "6.67408×10⁻¹¹ m³/(s²kg)" msgstr "" #. Tooltip for the h button -#: src/math-buttons.c:1057 +#: src/math-buttons.c:1031 msgid "Planck constant" msgstr "" -#: src/math-buttons.c:1057 +#: src/math-buttons.c:1031 msgid "6.62607004×10⁻³⁴ m²kg/s" msgstr "" #. Tooltip for the e button -#: src/math-buttons.c:1059 +#: src/math-buttons.c:1033 msgid "Elementary charge" msgstr "" -#: src/math-buttons.c:1059 +#: src/math-buttons.c:1033 msgid "1.6021766208(98)×10⁻¹⁹ C" msgstr "" #. Tooltip for the mₑ button -#: src/math-buttons.c:1061 +#: src/math-buttons.c:1035 msgid "Electron mass" msgstr "" -#: src/math-buttons.c:1061 +#: src/math-buttons.c:1035 msgid "9.10938356×10⁻³¹ kg" msgstr "" #. Tooltip for the mₚ button -#: src/math-buttons.c:1063 +#: src/math-buttons.c:1037 msgid "Proton mass" msgstr "" -#: src/math-buttons.c:1063 +#: src/math-buttons.c:1037 msgid "1.672621898(21)×10⁻²⁷ kg" msgstr "" #. Tooltip for the Nₐ button -#: src/math-buttons.c:1065 +#: src/math-buttons.c:1039 msgid "Avogadro constant" msgstr "" -#: src/math-buttons.c:1065 +#: src/math-buttons.c:1039 msgid "6.02214086×10²³ mol⁻¹" msgstr "" -#. Label that is displayed between the two conversion combo boxes, e.g. -#. "[degrees] in [radians]" -#: src/math-converter.c:418 +#. Label that is displayed between the two conversion combo boxes, e.g. "[degrees] in [radians]" +#: src/math-converter.c:401 msgid " in " msgstr " na " #. Tooltip for swap conversion button -#: src/math-converter.c:433 +#: src/math-converter.c:416 msgid "Switch conversion units" msgstr "Vymeniť jednotky prevodu" #. Error shown when trying to undo with no undo history -#: src/math-equation.c:460 +#: src/math-equation.c:444 msgid "No undo history" msgstr "Žiadna história spätných zmien" #. Error shown when trying to redo with no redo history -#: src/math-equation.c:487 +#: src/math-equation.c:470 msgid "No redo history" msgstr "Žiadna história dopredných zmien" -#: src/math-equation.c:949 +#: src/math-equation.c:897 msgid "No sane value to store" msgstr "Nie je rozumná hodnota na uloženie" -#. Error displayed to user when they perform a bitwise operation on numbers -#. greater than the current word -#: src/math-equation.c:1258 +#. Error displayed to user when they perform a bitwise operation on numbers greater than the current word +#: src/math-equation.c:1190 msgid "Overflow. Try a bigger word size" msgstr "Pretečenie. Skúste väčšiu veľkosť slova" #. Error displayed to user when they an unknown variable is entered -#: src/math-equation.c:1263 +#: src/math-equation.c:1195 #, c-format msgid "Unknown variable '%s'" msgstr "Neznáma premenná „%s“" #. Error displayed to user when an unknown function is entered -#: src/math-equation.c:1268 +#: src/math-equation.c:1200 #, c-format msgid "Function '%s' is not defined" msgstr "Funkcia „%s“ nie je definovaná" #. Error displayed to user when an conversion with unknown units is attempted -#: src/math-equation.c:1273 +#: src/math-equation.c:1205 msgid "Unknown conversion" msgstr "Neznámy prevod" #. Uncategorized error. Show error token to user -#: src/math-equation.c:1281 +#: src/math-equation.c:1213 #, c-format msgid "Malformed expression at token '%s'" msgstr "Chybný výraz v symbole „%s“" #. Unknown error. #. Error displayed to user when they enter an invalid calculation -#: src/math-equation.c:1284 src/math-equation.c:1289 +#: src/math-equation.c:1216 src/math-equation.c:1221 msgid "Malformed expression" msgstr "Nesprávny výraz" -#: src/math-equation.c:1304 +#: src/math-equation.c:1235 msgid "Calculating" msgstr "Počítanie" #. Error displayed when trying to factorize a non-integer value -#: src/math-equation.c:1443 +#: src/math-equation.c:1370 msgid "Need an integer to factorize" msgstr "Pre rozklad na súčin prvočísel je potrebné celé číslo" #. This message is displayed in the status bar when a bit #. shift operation is performed and the display does not contain a number -#: src/math-equation.c:1516 +#: src/math-equation.c:1439 msgid "No sane value to bitwise shift" msgstr "Nezmyselná hodnota pre bitový posun" #. Message displayed when cannot toggle bit in display -#: src/math-equation.c:1549 +#: src/math-equation.c:1471 msgid "Displayed value not an integer" msgstr "Zobrazená hodnota nie je celé číslo" #. Digits localized for the given language -#: src/math-equation.c:1997 +#: src/math-equation.c:1909 msgid "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F" msgstr "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F" -#. Preferences dialog: Angle unit combo box: Use degrees for trigonometric -#. calculations -#. FIXME: Approximations of 1/(units in a circle), therefore, 360 deg != 400 -#. grads -#: src/math-preferences.c:256 src/unit-manager.c:54 +#. Preferences dialog: Angle unit combo box: Use degrees for trigonometric calculations +#. FIXME: Approximations of 1/(units in a circle), therefore, 360 deg != 400 grads +#: src/math-preferences.c:238 src/unit-manager.c:51 msgid "Degrees" msgstr "Stupne" -#. Preferences dialog: Angle unit combo box: Use radians for trigonometric -#. calculations -#: src/math-preferences.c:260 src/unit-manager.c:55 +#. Preferences dialog: Angle unit combo box: Use radians for trigonometric calculations +#: src/math-preferences.c:242 src/unit-manager.c:52 msgid "Radians" msgstr "Radiány" -#. Preferences dialog: Angle unit combo box: Use gradians for trigonometric -#. calculations -#: src/math-preferences.c:264 src/unit-manager.c:56 +#. Preferences dialog: Angle unit combo box: Use gradians for trigonometric calculations +#: src/math-preferences.c:246 src/unit-manager.c:53 msgid "Gradians" msgstr "Gradiány" -#. Number display mode combo: Automatic, e.g. 1234 (or scientific for large -#. number 1.234×10^99) -#: src/math-preferences.c:274 +#. Number display mode combo: Automatic, e.g. 1234 (or scientific for large number 1.234×10^99) +#: src/math-preferences.c:256 msgid "Automatic" msgstr "Automaticky" #. Number display mode combo: Fixed, e.g. 1234 -#: src/math-preferences.c:278 +#: src/math-preferences.c:260 msgid "Fixed" msgstr "Fixný" #. Number display mode combo: Scientific, e.g. 1.234×10^3 -#: src/math-preferences.c:282 +#: src/math-preferences.c:264 msgid "Scientific" msgstr "Vedecký" #. Number display mode combo: Engineering, e.g. 1.234k -#: src/math-preferences.c:286 +#: src/math-preferences.c:268 msgid "Engineering" msgstr "Inžiniersky" #. Label used in preferences dialog. The %d is replaced by a spinbutton -#: src/math-preferences.c:297 +#: src/math-preferences.c:279 #, c-format msgid "Show %d decimal _places" msgstr "Zobraziť %d _desatinných miest" #. Translators: Error message displayed when unable to launch help browser -#: src/math-window.c:294 +#: src/math-window.c:292 msgid "Unable to open help file" msgstr "Nepodarilo sa otvoriť súbor pomocníka" -#: src/math-window.c:312 +#: src/math-window.c:310 msgid "Sun Microsystems" msgstr "" -#: src/math-window.c:313 +#: src/math-window.c:311 msgid "MATE Documentation Team" msgstr "MATE Dokumentačný projekt" -#: src/math-window.c:319 +#: src/math-window.c:317 msgid "" "MATE Calculator is free software; you can redistribute it and/or modify it " "under the terms of the GNU General Public License as published by the Free " @@ -1596,39 +1568,39 @@ msgid "" "any later version." msgstr "" -#: src/math-window.c:323 +#: src/math-window.c:321 msgid "" "MATE Calculator is distributed in the hope that it will be useful, but " "WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY " -"or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for" -" more details." +"or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details." msgstr "" -#: src/math-window.c:327 +#: src/math-window.c:325 msgid "" -"You should have received a copy of the GNU General Public License along with" -" MATE Calculator; if not, write to the Free Software Foundation, Inc., 51 " +"You should have received a copy of the GNU General Public License along with " +"MATE Calculator; if not, write to the Free Software Foundation, Inc., 51 " "Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." msgstr "" -#: src/math-window.c:364 +#: src/math-window.c:362 #, c-format msgid "" "Calculator with financial and scientific modes.\n" "Using GNU MPFR %s and GNU MPC %s" msgstr "" -#: src/math-window.c:370 +#: src/math-window.c:368 msgid "About MATE Calculator" msgstr "" -#: src/math-window.c:371 +#: src/math-window.c:369 msgid "" "Copyright © 1986–2010 The GCalctool authors\n" "Copyright © 2011-2021 MATE developers" msgstr "" -#: src/math-window.c:377 +#: src/math-window.c:375 msgid "translator-credits" msgstr "" "Stanislav Višňovský\n" @@ -1638,113 +1610,109 @@ msgstr "" "Ján Ďanovský <[email protected]>" #. Calculator menu -#: src/math-window.c:526 +#: src/math-window.c:523 msgid "_Calculator" msgstr "_Kalkulačka" #. Mode menu -#: src/math-window.c:528 +#: src/math-window.c:525 msgid "_Mode" msgstr "_Režim" #. View menu -#: src/math-window.c:530 +#: src/math-window.c:527 msgid "_View" msgstr "_Zobraziť" #. Help menu label -#: src/math-window.c:532 +#: src/math-window.c:529 msgid "_Help" msgstr "_Nápoveda" #. Basic menu label -#: src/math-window.c:534 +#: src/math-window.c:531 msgid "_Basic" msgstr "_Základný" #. Advanced menu label -#: src/math-window.c:536 +#: src/math-window.c:533 msgid "_Advanced" msgstr "_Rozšírený" #. Financial menu label -#: src/math-window.c:538 +#: src/math-window.c:535 msgid "_Financial" msgstr "_Finančný" #. Programming menu label -#: src/math-window.c:540 +#: src/math-window.c:537 msgid "_Programming" msgstr "_Programátorský" #. History menu label -#: src/math-window.c:542 +#: src/math-window.c:539 msgid "_History" msgstr "" #. Help>Contents menu label -#: src/math-window.c:544 +#: src/math-window.c:541 msgid "_Contents" msgstr "_Pomocník" -#: src/math-window.c:547 +#: src/math-window.c:544 msgid "_Copy" msgstr "_Kopírovať" -#: src/math-window.c:549 +#: src/math-window.c:546 msgid "_Paste" msgstr "_Vložiť" -#: src/math-window.c:551 +#: src/math-window.c:548 msgid "_Undo" msgstr "_Vrátiť" -#: src/math-window.c:553 +#: src/math-window.c:550 msgid "_Redo" msgstr "_Znova vykonať" -#: src/math-window.c:555 +#: src/math-window.c:552 msgid "_Clear History" msgstr "" -#: src/math-window.c:558 +#: src/math-window.c:555 msgid "_Preferences" msgstr "_Nastavenia" -#: src/math-window.c:560 +#: src/math-window.c:557 msgid "_Quit" msgstr "_Ukončiť" -#: src/math-window.c:581 +#: src/math-window.c:578 msgid "_About" msgstr "O progr_ame" -#. Translators: Error displayed when boolean AND attempted on non-integer -#. values -#: src/mp-binary.c:119 +#. Translators: Error displayed when boolean AND attempted on non-integer values +#: src/mp-binary.c:114 msgid "Boolean AND is only defined for positive integers" msgstr "Logický súčin AND je definovaný len pre kladné celé čísla" -#. Translators: Error displayed when boolean OR attempted on non-integer -#. values -#: src/mp-binary.c:132 +#. Translators: Error displayed when boolean OR attempted on non-integer values +#: src/mp-binary.c:126 msgid "Boolean OR is only defined for positive integers" msgstr "Logický súčet OR je definovaný len pre kladné celé čísla" -#. Translators: Error displayed when boolean XOR attempted on non-integer -#. values -#: src/mp-binary.c:145 +#. Translators: Error displayed when boolean XOR attempted on non-integer values +#: src/mp-binary.c:138 msgid "Boolean XOR is only defined for positive integers" msgstr "Exkluzívny logický súčet XOR je definovaný len pre kladné celé čísla" -#. Translators: Error displayed when boolean NOT attempted on non-integer -#. values -#: src/mp-binary.c:162 +#. Translators: Error displayed when boolean NOT attempted on non-integer values +#: src/mp-binary.c:154 msgid "Boolean NOT is only defined for positive integers" msgstr "Logická negácia NOT je definovaná len pre kladné celé čísla" #. Translators: Error displayed when bit shift attempted on non-integer values -#: src/mp-binary.c:175 +#: src/mp-binary.c:166 msgid "Shift is only possible on integer values" msgstr "Posun je možný len pri celočíselných hodnotách" @@ -1768,22 +1736,18 @@ msgstr "Logaritmus nuly nie je definovaný" msgid "The zeroth root of a number is undefined" msgstr "" -#. Translators: Error displayed when attempted take the factorial of a -#. negative or complex number +#. Translators: Error displayed when attempted take the factorial of a negative or complex number #: src/mp.c:474 msgid "Factorial is only defined for non-negative real numbers" msgstr "" -#. Translators: Error displayed when attemping to do a modulus division on -#. non-integer numbers +#. Translators: Error displayed when attemping to do a modulus division on non-integer numbers #: src/mp.c:504 msgid "Modulus division is only defined for integers" msgstr "Zvyšok po delení je definovaný len pre celé čísla" -#. Translators: Error displayed when attempted to raise 0 to a negative -#. exponent -#. Translators: Error displayed when attempted to raise 0 to a negative -#. re_exponent +#. Translators: Error displayed when attempted to raise 0 to a negative exponent +#. Translators: Error displayed when attempted to raise 0 to a negative re_exponent #: src/mp.c:575 src/mp.c:602 msgid "The power of zero is undefined for a negative exponent" msgstr "Mocnina nuly nie je definovaná pre záporný exponent" @@ -1799,769 +1763,765 @@ msgid "The Riemann zeta function is only defined for real numbers ≠1" msgstr "" #. Translators: Error displayed when tangent value is undefined -#: src/mp-trigonometric.c:120 +#: src/mp-trigonometric.c:116 msgid "" -"Tangent is undefined for angles that are multiples of π (180°) from π∕2 " -"(90°)" +"Tangent is undefined for angles that are multiples of π (180°) from π∕2 (90°)" msgstr "" "Tangens nie je definovaný pre uhly, ktoré sú násobkami π (180°) od π∕2 (90°)" #. Translators: Error displayed when inverse sine value is undefined -#: src/mp-trigonometric.c:150 +#: src/mp-trigonometric.c:145 msgid "Inverse sine is undefined for values outside [-1, 1]" msgstr "Inverzný sínus nie je definovaný pre hodnoty mimo interval [-1, 1]" #. Translators: Error displayed when inverse sine value is undefined -#: src/mp-trigonometric.c:175 +#: src/mp-trigonometric.c:169 msgid "Inverse cosine is undefined for values outside [-1, 1]" msgstr "Inverzný kosínus nie je definovaný pre hodnoty mimo interval [-1, 1]" #. Translators: Error displayed when inverse sine value is undefined -#: src/mp-trigonometric.c:201 +#: src/mp-trigonometric.c:194 msgid "Arctangent function is undefined for values i and -i" msgstr "" -#. Translators: Error displayed when inverse hyperbolic cosine value is -#. undefined -#: src/mp-trigonometric.c:253 +#. Translators: Error displayed when inverse hyperbolic cosine value is undefined +#: src/mp-trigonometric.c:241 msgid "Inverse hyperbolic cosine is undefined for values less than one" msgstr "" "Inverzný hyperbolický kosínus nie je definovaný pre hodnoty menšie ako jedna" -#. Translators: Error displayed when inverse hyperbolic tangent value is -#. undefined -#: src/mp-trigonometric.c:275 +#. Translators: Error displayed when inverse hyperbolic tangent value is undefined +#: src/mp-trigonometric.c:262 msgid "Inverse hyperbolic tangent is undefined for values outside (-1, 1)" msgstr "" -#: src/unit-manager.c:54 +#: src/unit-manager.c:51 #, c-format msgctxt "unit-format" msgid "%s degrees" msgstr "%s stupňov" -#: src/unit-manager.c:54 +#: src/unit-manager.c:51 msgctxt "unit-symbols" msgid "degree,degrees,deg" msgstr "stupeň,stupne,stupňov,deg,°" -#: src/unit-manager.c:55 +#: src/unit-manager.c:52 #, c-format msgctxt "unit-format" msgid "%s radians" msgstr "%s radiánov" -#: src/unit-manager.c:55 +#: src/unit-manager.c:52 msgctxt "unit-symbols" msgid "radian,radians,rad" msgstr "radián,radiány,radiánov,rad" -#: src/unit-manager.c:56 +#: src/unit-manager.c:53 #, c-format msgctxt "unit-format" msgid "%s gradians" msgstr "%s gradiánov" -#: src/unit-manager.c:56 +#: src/unit-manager.c:53 msgctxt "unit-symbols" msgid "gradian,gradians,grad" msgstr "gradián,gradiány,gradiánov,grad" -#: src/unit-manager.c:57 +#: src/unit-manager.c:54 msgid "Parsecs" msgstr "Parseky" -#: src/unit-manager.c:57 +#: src/unit-manager.c:54 #, c-format msgctxt "unit-format" msgid "%s pc" msgstr "%s pc" -#: src/unit-manager.c:57 +#: src/unit-manager.c:54 msgctxt "unit-symbols" msgid "parsec,parsecs,pc" msgstr "parsek,parseky,parsekov,pc" -#: src/unit-manager.c:58 +#: src/unit-manager.c:55 msgid "Light Years" msgstr "Svetelné roky" -#: src/unit-manager.c:58 +#: src/unit-manager.c:55 #, c-format msgctxt "unit-format" msgid "%s ly" msgstr "%s ly" -#: src/unit-manager.c:58 +#: src/unit-manager.c:55 msgctxt "unit-symbols" msgid "lightyear,lightyears,ly" msgstr "svetelný rok,svetelné roky,svetelných rokov,ly" -#: src/unit-manager.c:59 +#: src/unit-manager.c:56 msgid "Astronomical Units" msgstr "Astronomické jednotky" -#: src/unit-manager.c:59 +#: src/unit-manager.c:56 #, c-format msgctxt "unit-format" msgid "%s au" msgstr "%s au" -#: src/unit-manager.c:59 +#: src/unit-manager.c:56 msgctxt "unit-symbols" msgid "au" msgstr "au" -#: src/unit-manager.c:60 +#: src/unit-manager.c:57 msgid "Nautical Miles" msgstr "Námorné míle" -#: src/unit-manager.c:60 +#: src/unit-manager.c:57 #, c-format msgctxt "unit-format" msgid "%s nmi" msgstr "%s NM" -#: src/unit-manager.c:60 +#: src/unit-manager.c:57 msgctxt "unit-symbols" msgid "nmi" msgstr "NM" -#: src/unit-manager.c:61 +#: src/unit-manager.c:58 msgid "Miles" msgstr "Míle" -#: src/unit-manager.c:61 +#: src/unit-manager.c:58 #, c-format msgctxt "unit-format" msgid "%s mi" msgstr "%s mi" -#: src/unit-manager.c:61 +#: src/unit-manager.c:58 msgctxt "unit-symbols" msgid "mile,miles,mi" msgstr "míľa,míle,miľ,mi" -#: src/unit-manager.c:62 +#: src/unit-manager.c:59 msgid "Kilometers" msgstr "Kilometre" -#: src/unit-manager.c:62 +#: src/unit-manager.c:59 #, c-format msgctxt "unit-format" msgid "%s km" msgstr "%s km" -#: src/unit-manager.c:62 +#: src/unit-manager.c:59 msgctxt "unit-symbols" msgid "kilometer,kilometers,km,kms" msgstr "kilometer,kilometre,kilometrov,km" -#: src/unit-manager.c:63 +#: src/unit-manager.c:60 msgid "Cables" msgstr "Káble" -#: src/unit-manager.c:63 +#: src/unit-manager.c:60 #, c-format msgctxt "unit-format" msgid "%s cb" msgstr "%s cb" -#: src/unit-manager.c:63 +#: src/unit-manager.c:60 msgctxt "unit-symbols" msgid "cable,cables,cb" msgstr "kábel,káble,káblov,cb" -#: src/unit-manager.c:64 +#: src/unit-manager.c:61 msgid "Fathoms" msgstr "Siahy" -#: src/unit-manager.c:64 +#: src/unit-manager.c:61 #, c-format msgctxt "unit-format" msgid "%s ftm" msgstr "%s ftm" -#: src/unit-manager.c:64 +#: src/unit-manager.c:61 msgctxt "unit-symbols" msgid "fathom,fathoms,ftm" msgstr "siaha,siahy,siah,ftm" -#: src/unit-manager.c:65 +#: src/unit-manager.c:62 msgid "Meters" msgstr "Metre" -#: src/unit-manager.c:65 +#: src/unit-manager.c:62 #, c-format msgctxt "unit-format" msgid "%s m" msgstr "%s m" -#: src/unit-manager.c:65 +#: src/unit-manager.c:62 msgctxt "unit-symbols" msgid "meter,meters,m" msgstr "meter,metre,metrov,m" -#: src/unit-manager.c:66 +#: src/unit-manager.c:63 msgid "Yards" msgstr "Yardy" -#: src/unit-manager.c:66 +#: src/unit-manager.c:63 #, c-format msgctxt "unit-format" msgid "%s yd" msgstr "%s yd" -#: src/unit-manager.c:66 +#: src/unit-manager.c:63 msgctxt "unit-symbols" msgid "yard,yards,yd" msgstr "yard,yardy,yardov,yd" -#: src/unit-manager.c:67 +#: src/unit-manager.c:64 msgid "Feet" msgstr "Stopy" -#: src/unit-manager.c:67 +#: src/unit-manager.c:64 #, c-format msgctxt "unit-format" msgid "%s ft" msgstr "%s ft" -#: src/unit-manager.c:67 +#: src/unit-manager.c:64 msgctxt "unit-symbols" msgid "foot,feet,ft" msgstr "stopa,stopy,stôp,ft" -#: src/unit-manager.c:68 +#: src/unit-manager.c:65 msgid "Inches" msgstr "Palce" -#: src/unit-manager.c:68 +#: src/unit-manager.c:65 #, c-format msgctxt "unit-format" msgid "%s in" msgstr "%s in" -#: src/unit-manager.c:68 +#: src/unit-manager.c:65 msgctxt "unit-symbols" msgid "inch,inches,in" msgstr "palec,palce,palcov,in" -#: src/unit-manager.c:69 +#: src/unit-manager.c:66 msgid "Centimeters" msgstr "Centimetre" -#: src/unit-manager.c:69 +#: src/unit-manager.c:66 #, c-format msgctxt "unit-format" msgid "%s cm" msgstr "%s cm" -#: src/unit-manager.c:69 +#: src/unit-manager.c:66 msgctxt "unit-symbols" msgid "centimeter,centimeters,cm,cms" msgstr "centimeter,centimetre,centimetrov,cm" -#: src/unit-manager.c:70 +#: src/unit-manager.c:67 msgid "Millimeters" msgstr "Milimetre" -#: src/unit-manager.c:70 +#: src/unit-manager.c:67 #, c-format msgctxt "unit-format" msgid "%s mm" msgstr "%s mm" -#: src/unit-manager.c:70 +#: src/unit-manager.c:67 msgctxt "unit-symbols" msgid "millimeter,millimeters,mm" msgstr "milimeter,milimetre,milimetrov,mm" -#: src/unit-manager.c:71 +#: src/unit-manager.c:68 msgid "Micrometers" msgstr "Mikrometre" -#: src/unit-manager.c:71 +#: src/unit-manager.c:68 #, c-format msgctxt "unit-format" msgid "%s μm" msgstr "%s μm" -#: src/unit-manager.c:71 +#: src/unit-manager.c:68 msgctxt "unit-symbols" msgid "micrometer,micrometers,um" msgstr "mikrometer,mikrometre,mikrometrov,um" -#: src/unit-manager.c:72 +#: src/unit-manager.c:69 msgid "Nanometers" msgstr "Nanometre" -#: src/unit-manager.c:72 +#: src/unit-manager.c:69 #, c-format msgctxt "unit-format" msgid "%s nm" msgstr "%s nm" -#: src/unit-manager.c:72 +#: src/unit-manager.c:69 msgctxt "unit-symbols" msgid "nanometer,nanometers,nm" msgstr "nanometer,nanometre,nanometrov,nm" -#: src/unit-manager.c:73 +#: src/unit-manager.c:70 msgid "Hectares" msgstr "Hektáre" -#: src/unit-manager.c:73 +#: src/unit-manager.c:70 #, c-format msgctxt "unit-format" msgid "%s ha" msgstr "%s ha" -#: src/unit-manager.c:73 +#: src/unit-manager.c:70 msgctxt "unit-symbols" msgid "hectare,hectares,ha" msgstr "hektár,hektáre,hektárov,ha" -#: src/unit-manager.c:74 +#: src/unit-manager.c:71 msgid "Acres" msgstr "Akre" -#: src/unit-manager.c:74 +#: src/unit-manager.c:71 #, c-format msgctxt "unit-format" msgid "%s acres" msgstr "%s akrov" -#: src/unit-manager.c:74 +#: src/unit-manager.c:71 msgctxt "unit-symbols" msgid "acre,acres" msgstr "aker,akre,akrov" -#: src/unit-manager.c:75 +#: src/unit-manager.c:72 msgid "Square Meters" msgstr "Štvorcové metre" -#: src/unit-manager.c:75 +#: src/unit-manager.c:72 #, c-format msgctxt "unit-format" msgid "%s m²" msgstr "%s m²" -#: src/unit-manager.c:75 +#: src/unit-manager.c:72 msgctxt "unit-symbols" msgid "m²" msgstr "m²" -#: src/unit-manager.c:76 +#: src/unit-manager.c:73 msgid "Square Centimeters" msgstr "Štvorcové centimetre" -#: src/unit-manager.c:76 +#: src/unit-manager.c:73 #, c-format msgctxt "unit-format" msgid "%s cm²" msgstr "%s cm²" -#: src/unit-manager.c:76 +#: src/unit-manager.c:73 msgctxt "unit-symbols" msgid "cm²" msgstr "cm²" -#: src/unit-manager.c:77 +#: src/unit-manager.c:74 msgid "Square Millimeters" msgstr "Štvorcové milimetre" -#: src/unit-manager.c:77 +#: src/unit-manager.c:74 #, c-format msgctxt "unit-format" msgid "%s mm²" msgstr "%s mm²" -#: src/unit-manager.c:77 +#: src/unit-manager.c:74 msgctxt "unit-symbols" msgid "mm²" msgstr "mm²" -#: src/unit-manager.c:78 +#: src/unit-manager.c:75 msgid "Cubic Meters" msgstr "Kubické metre" -#: src/unit-manager.c:78 +#: src/unit-manager.c:75 #, c-format msgctxt "unit-format" msgid "%s m³" msgstr "%s m³" -#: src/unit-manager.c:78 +#: src/unit-manager.c:75 msgctxt "unit-symbols" msgid "m³" msgstr "m³" -#: src/unit-manager.c:79 +#: src/unit-manager.c:76 msgid "Gallons" msgstr "Galóny" -#: src/unit-manager.c:79 +#: src/unit-manager.c:76 #, c-format msgctxt "unit-format" msgid "%s gal" msgstr "%s gal" -#: src/unit-manager.c:79 +#: src/unit-manager.c:76 msgctxt "unit-symbols" msgid "gallon,gallons,gal" msgstr "galón,galóny,galónov,gal" -#: src/unit-manager.c:80 +#: src/unit-manager.c:77 msgid "Litres" msgstr "Litre" -#: src/unit-manager.c:80 +#: src/unit-manager.c:77 #, c-format msgctxt "unit-format" msgid "%s L" msgstr "%s l" -#: src/unit-manager.c:80 +#: src/unit-manager.c:77 msgctxt "unit-symbols" msgid "litre,litres,liter,liters,L" msgstr "liter,litre,litrov,l" -#: src/unit-manager.c:81 +#: src/unit-manager.c:78 msgid "Quarts" msgstr "Kvarty" -#: src/unit-manager.c:81 +#: src/unit-manager.c:78 #, c-format msgctxt "unit-format" msgid "%s qt" msgstr "%s qt" -#: src/unit-manager.c:81 +#: src/unit-manager.c:78 msgctxt "unit-symbols" msgid "quart,quarts,qt" msgstr "kvart,kvarty,kvartov,qt" -#: src/unit-manager.c:82 +#: src/unit-manager.c:79 msgid "Pints" msgstr "Pinty" -#: src/unit-manager.c:82 +#: src/unit-manager.c:79 #, c-format msgctxt "unit-format" msgid "%s pt" msgstr "%s pt" -#: src/unit-manager.c:82 +#: src/unit-manager.c:79 msgctxt "unit-symbols" msgid "pint,pints,pt" msgstr "pinta,pinty,pínt,pt" -#: src/unit-manager.c:83 +#: src/unit-manager.c:80 msgid "Millilitres" msgstr "Mililitre" -#: src/unit-manager.c:83 +#: src/unit-manager.c:80 #, c-format msgctxt "unit-format" msgid "%s mL" msgstr "%s ml" -#: src/unit-manager.c:83 +#: src/unit-manager.c:80 msgctxt "unit-symbols" msgid "millilitre,millilitres,milliliter,milliliters,mL,cm³" msgstr "mililiter,mililitre,mililitrov,ml,cm³" -#: src/unit-manager.c:84 +#: src/unit-manager.c:81 msgid "Microlitres" msgstr "Mikrolitre" -#: src/unit-manager.c:84 +#: src/unit-manager.c:81 #, c-format msgctxt "unit-format" msgid "%s μL" msgstr "%s μl" -#: src/unit-manager.c:84 +#: src/unit-manager.c:81 msgctxt "unit-symbols" msgid "mm³,μL,uL" msgstr "mm³,μl,ul" -#: src/unit-manager.c:85 +#: src/unit-manager.c:82 msgid "Tonnes" msgstr "Tony" -#: src/unit-manager.c:85 +#: src/unit-manager.c:82 #, c-format msgctxt "unit-format" msgid "%s T" msgstr "%s t" -#: src/unit-manager.c:85 +#: src/unit-manager.c:82 msgctxt "unit-symbols" msgid "tonne,tonnes" msgstr "tona,tony,ton,t" -#: src/unit-manager.c:86 +#: src/unit-manager.c:83 msgid "Kilograms" msgstr "Kilogramy" -#: src/unit-manager.c:86 +#: src/unit-manager.c:83 #, c-format msgctxt "unit-format" msgid "%s kg" msgstr "%s kg" -#: src/unit-manager.c:86 +#: src/unit-manager.c:83 msgctxt "unit-symbols" msgid "kilogram,kilograms,kilogramme,kilogrammes,kg,kgs" msgstr "kilogram,kilogramy,kilogramov,kg" -#: src/unit-manager.c:87 +#: src/unit-manager.c:84 msgid "Pounds" msgstr "Libry" -#: src/unit-manager.c:87 +#: src/unit-manager.c:84 #, c-format msgctxt "unit-format" msgid "%s lb" msgstr "%s lb" -#: src/unit-manager.c:87 +#: src/unit-manager.c:84 msgctxt "unit-symbols" msgid "pound,pounds,lb" msgstr "libra,libry,libier,lb" -#: src/unit-manager.c:88 +#: src/unit-manager.c:85 msgid "Ounces" msgstr "Unce" -#: src/unit-manager.c:88 +#: src/unit-manager.c:85 #, c-format msgctxt "unit-format" msgid "%s oz" msgstr "%s oz" -#: src/unit-manager.c:88 +#: src/unit-manager.c:85 msgctxt "unit-symbols" msgid "ounce,ounces,oz" msgstr "unca,unce,uncí" -#: src/unit-manager.c:89 +#: src/unit-manager.c:86 msgid "Grams" msgstr "Gramy" -#: src/unit-manager.c:89 +#: src/unit-manager.c:86 #, c-format msgctxt "unit-format" msgid "%s g" msgstr "%s g" -#: src/unit-manager.c:89 +#: src/unit-manager.c:86 msgctxt "unit-symbols" msgid "gram,grams,gramme,grammes,g" msgstr "gram,gramy,gramov,g" -#: src/unit-manager.c:90 +#: src/unit-manager.c:87 msgid "Years" msgstr "Roky" -#: src/unit-manager.c:90 +#: src/unit-manager.c:87 #, c-format msgctxt "unit-format" msgid "%s years" msgstr "%s rokov" -#: src/unit-manager.c:90 +#: src/unit-manager.c:87 msgctxt "unit-symbols" msgid "year,years" msgstr "rok,roky,rokov" -#: src/unit-manager.c:91 +#: src/unit-manager.c:88 msgid "Days" msgstr "Dni" -#: src/unit-manager.c:91 +#: src/unit-manager.c:88 #, c-format msgctxt "unit-format" msgid "%s days" msgstr "%s dní" -#: src/unit-manager.c:91 +#: src/unit-manager.c:88 msgctxt "unit-symbols" msgid "day,days" msgstr "deň,dni,dní" -#: src/unit-manager.c:92 +#: src/unit-manager.c:89 msgid "Hours" msgstr "Hodiny" -#: src/unit-manager.c:92 +#: src/unit-manager.c:89 #, c-format msgctxt "unit-format" msgid "%s hours" msgstr "%s hodín" -#: src/unit-manager.c:92 +#: src/unit-manager.c:89 msgctxt "unit-symbols" msgid "hour,hours" msgstr "hodina,hodiny,hodín" -#: src/unit-manager.c:93 +#: src/unit-manager.c:90 msgid "Minutes" msgstr "Minúty" -#: src/unit-manager.c:93 +#: src/unit-manager.c:90 #, c-format msgctxt "unit-format" msgid "%s minutes" msgstr "%s minút" -#: src/unit-manager.c:93 +#: src/unit-manager.c:90 msgctxt "unit-symbols" msgid "minute,minutes" msgstr "minúta,minúty,minút" -#: src/unit-manager.c:94 +#: src/unit-manager.c:91 msgid "Seconds" msgstr "Sekundy" -#: src/unit-manager.c:94 +#: src/unit-manager.c:91 #, c-format msgctxt "unit-format" msgid "%s s" msgstr "%s s" -#: src/unit-manager.c:94 +#: src/unit-manager.c:91 msgctxt "unit-symbols" msgid "second,seconds,s" msgstr "sekunda,sekundy,sekúnd" -#: src/unit-manager.c:95 +#: src/unit-manager.c:92 msgid "Milliseconds" msgstr "Milisekundy" -#: src/unit-manager.c:95 +#: src/unit-manager.c:92 #, c-format msgctxt "unit-format" msgid "%s ms" msgstr "%s ms" -#: src/unit-manager.c:95 +#: src/unit-manager.c:92 msgctxt "unit-symbols" msgid "millisecond,milliseconds,ms" msgstr "milisekunda,milisekundy,milisekúnd,ms" -#: src/unit-manager.c:96 +#: src/unit-manager.c:93 msgid "Microseconds" msgstr "Mikrosekundy" -#: src/unit-manager.c:96 +#: src/unit-manager.c:93 #, c-format msgctxt "unit-format" msgid "%s μs" msgstr "%s μs" -#: src/unit-manager.c:96 +#: src/unit-manager.c:93 msgctxt "unit-symbols" msgid "microsecond,microseconds,us,μs" msgstr "mikrosekunda,mikrosekundy,mikrosekúnd,μs" -#: src/unit-manager.c:97 +#: src/unit-manager.c:94 msgid "Celsius" msgstr "stupne Celzia" -#: src/unit-manager.c:97 +#: src/unit-manager.c:94 #, c-format msgctxt "unit-format" msgid "%s ˚C" msgstr "%s ˚C" -#: src/unit-manager.c:97 +#: src/unit-manager.c:94 msgctxt "unit-symbols" msgid "degC,˚C" msgstr "˚C" -#: src/unit-manager.c:98 +#: src/unit-manager.c:95 msgid "Farenheit" msgstr "Stupne Farenheita" -#: src/unit-manager.c:98 +#: src/unit-manager.c:95 #, c-format msgctxt "unit-format" msgid "%s ˚F" msgstr "%s ˚F" -#: src/unit-manager.c:98 +#: src/unit-manager.c:95 msgctxt "unit-symbols" msgid "degF,˚F" msgstr "˚F" -#: src/unit-manager.c:99 +#: src/unit-manager.c:96 msgid "Kelvin" msgstr "Kelviny" -#: src/unit-manager.c:99 +#: src/unit-manager.c:96 #, c-format msgctxt "unit-format" msgid "%s K" msgstr "%s K" -#: src/unit-manager.c:99 +#: src/unit-manager.c:96 msgctxt "unit-symbols" msgid "K" msgstr "K" -#: src/unit-manager.c:100 +#: src/unit-manager.c:97 msgid "Rankine" msgstr "Stupne Rankina" -#: src/unit-manager.c:100 +#: src/unit-manager.c:97 #, c-format msgctxt "unit-format" msgid "%s ˚R" msgstr "%s ˚R" -#: src/unit-manager.c:100 +#: src/unit-manager.c:97 msgctxt "unit-symbols" msgid "degR,˚R,˚Ra" msgstr "˚R,˚Ra" -#: src/unit-manager.c:109 +#: src/unit-manager.c:106 msgid "Angle" msgstr "Uhol" -#: src/unit-manager.c:110 +#: src/unit-manager.c:107 msgid "Length" msgstr "Dĺžka" -#: src/unit-manager.c:111 +#: src/unit-manager.c:108 msgid "Area" msgstr "Plocha" -#: src/unit-manager.c:112 +#: src/unit-manager.c:109 msgid "Volume" msgstr "Hlasitosť" -#: src/unit-manager.c:113 +#: src/unit-manager.c:110 msgid "Weight" msgstr "Hmotnosť" -#: src/unit-manager.c:114 +#: src/unit-manager.c:111 msgid "Duration" msgstr "Čas" -#: src/unit-manager.c:115 +#: src/unit-manager.c:112 msgid "Temperature" msgstr "Teplota" -#: src/unit-manager.c:127 +#: src/unit-manager.c:124 msgid "Currency" msgstr "Mena" -#. Translators: result of currency conversion, %s is the symbol, %%s is the -#. placeholder for amount, i.e.: USD100 -#: src/unit-manager.c:137 +#. Translators: result of currency conversion, %s is the symbol, %%s is the placeholder for amount, i.e.: USD100 +#: src/unit-manager.c:134 #, c-format msgid "%s%%s" msgstr "%%s %s" |