[genius] Updated Czech translation
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [genius] Updated Czech translation
- Date: Wed, 19 Mar 2014 18:41:34 +0000 (UTC)
commit 9bec9539aba3ad69b26a91ba347b4a981bafe08d
Author: Marek Černocký <marek manet cz>
Date: Wed Mar 19 19:41:11 2014 +0100
Updated Czech translation
po/cs.po | 1362 +++++++++++++++++++++++++++++++------------------------------
1 files changed, 692 insertions(+), 670 deletions(-)
---
diff --git a/po/cs.po b/po/cs.po
index 45dffa0..a6927fa 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: genius master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=genius&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2014-03-14 16:54+0000\n"
-"PO-Revision-Date: 2014-03-16 02:20+0100\n"
+"POT-Creation-Date: 2014-03-18 03:32+0000\n"
+"PO-Revision-Date: 2014-03-19 19:35+0100\n"
"Last-Translator: Marek Černocký <marek manet cz>\n"
"Language-Team: Czech <gnome-cs-list gnome org>\n"
"Language: cs\n"
@@ -35,89 +35,97 @@ msgstr ""
"n == 0"
#: ../lib/library-strings.c:3
+msgid ""
+"Print a table of values for f(n) for numbers from from vector v, or if v is "
+"a number for integers from 1 to v"
+msgstr ""
+"Vypsat tabulku hodnot pro f(n) pro čísla z vektoru v nebo, pokud je v číslo, "
+"pro celá čísla od 1 do v"
+
+#: ../lib/library-strings.c:4
msgid "Make a string"
msgstr "Vytvořit řetězec"
-#: ../lib/library-strings.c:4
+#: ../lib/library-strings.c:5
msgid "Tolerance of the Chop function"
msgstr "Tolerance funkce Chop"
-#: ../lib/library-strings.c:5
+#: ../lib/library-strings.c:6
msgid "How many iterations to try to find the limit for continuity and limits"
msgstr "Kolik iterací zkusit při hledání limitu spojitosti a limit"
-#: ../lib/library-strings.c:6
+#: ../lib/library-strings.c:7
msgid ""
"How many successive steps to be within tolerance for calculation of "
"continuity"
msgstr "Kolik kroků, abychom byli v toleranci pro výpočet spojitosti"
-#: ../lib/library-strings.c:7
+#: ../lib/library-strings.c:8
msgid "Tolerance for continuity of functions and for calculating the limit"
msgstr "Tolerance pro spojitost funkcí a výpočet limity"
-#: ../lib/library-strings.c:8
+#: ../lib/library-strings.c:9
msgid "How many iterations to try to find the limit for derivative"
msgstr "Kolik iterací zkusit při hledání limity derivace"
-#: ../lib/library-strings.c:9
+#: ../lib/library-strings.c:10
msgid ""
"How many successive steps to be within tolerance for calculation of "
"derivative"
msgstr "Kolik kroků, abychom byli v toleranci pro výpočet derivace"
-#: ../lib/library-strings.c:10
+#: ../lib/library-strings.c:11
msgid "Tolerance for calculating the derivatives of functions"
msgstr "Tolerance pro výpočet derivací funkcí"
-#: ../lib/library-strings.c:11
+#: ../lib/library-strings.c:12
msgid "Tolerance of the ErrorFunction"
msgstr "Tolerance funkce ErrorFunction"
-#: ../lib/library-strings.c:12
+#: ../lib/library-strings.c:13
msgid "Tolerance of the GaussDistribution function"
msgstr "Tolerance funkce GaussDistribution"
-#: ../lib/library-strings.c:13
+#: ../lib/library-strings.c:14
msgid "The function used for numerical integration in NumericalIntegral"
msgstr "Funkce používaná pro numerickou integraci v NumericalIntegral"
-#: ../lib/library-strings.c:14
+#: ../lib/library-strings.c:15
msgid "Steps to perform in NumericalIntegral"
msgstr "Kolik kroků provést v NumericalIntegral"
-#: ../lib/library-strings.c:15
+#: ../lib/library-strings.c:16
msgid "How many iterations to try for InfiniteSum and InfiniteProduct"
msgstr "Kolik iterací zkusit pro InfiniteSum a InfiniteProduct"
-#: ../lib/library-strings.c:16
+#: ../lib/library-strings.c:17
msgid ""
"How many successive steps to be within tolerance for InfiniteSum and "
"InfiniteProduct"
msgstr ""
"Kolik kroků, abychom byli v toleranci pro InfiniteSum a InfiniteProduct"
-#: ../lib/library-strings.c:17
+#: ../lib/library-strings.c:18
msgid "Tolerance for InfiniteSum and InfiniteProduct"
msgstr "Tolerance pro InfiniteSum a InfiniteProduct"
-#: ../lib/library-strings.c:18 ../src/eval.c:6701
+#: ../lib/library-strings.c:19 ../src/eval.c:6701
msgid "Absolute value"
msgstr "Absolutní hodnota"
-#: ../lib/library-strings.c:19
+#: ../lib/library-strings.c:20
msgid "Replace very small number with zero"
msgstr "Nahradit velice malé číslo nulou"
-#: ../lib/library-strings.c:20
+#: ../lib/library-strings.c:21
msgid "Return the fractional part of a number"
msgstr "Vrátit desetinnou část čísla"
-#: ../lib/library-strings.c:21
+#: ../lib/library-strings.c:22
msgid "Return the sign (-1,0,1)"
msgstr "Vrátit znaménko (-1,0,1)"
-#: ../lib/library-strings.c:22
+#: ../lib/library-strings.c:23
msgid ""
"Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not "
"given, e is used"
@@ -125,87 +133,87 @@ msgstr ""
"Logaritmus o libovolném základu (volá DiscreteLog, pokud je v režimu "
"modulární aritmetiky), pokud nemá zadán základ, je použito e"
-#: ../lib/library-strings.c:23
+#: ../lib/library-strings.c:24
msgid "The arccos (inverse cos) function"
msgstr "Funkce arkus kosinus (inverzní cos)"
-#: ../lib/library-strings.c:24
+#: ../lib/library-strings.c:25
msgid "The arccosh (inverse cosh) function"
msgstr "Funkce arkus hyperbolický kosinus (inverzní cosh)"
-#: ../lib/library-strings.c:25
+#: ../lib/library-strings.c:26
msgid "The arccot (inverse cot) function"
msgstr "Funkce arkus kotanges (inverzní cot)"
-#: ../lib/library-strings.c:26
+#: ../lib/library-strings.c:27
msgid "The arccoth (inverse coth) function"
msgstr "Funkce arkus hyperbolický kotangens (inverzní coth)"
-#: ../lib/library-strings.c:27
+#: ../lib/library-strings.c:28
msgid "The inverse cosecant function"
msgstr "Funkce inverzní kosekans"
-#: ../lib/library-strings.c:28
+#: ../lib/library-strings.c:29
msgid "The inverse hyperbolic cosecant function"
msgstr "Funkce inverzní hyperbolický kosekans"
-#: ../lib/library-strings.c:29
+#: ../lib/library-strings.c:30
msgid "The inverse secant function"
msgstr "Inverzní funkce sekans"
-#: ../lib/library-strings.c:30
+#: ../lib/library-strings.c:31
msgid "The inverse hyperbolic secant function"
msgstr "Funkce inverzní hyperbolický sekans"
-#: ../lib/library-strings.c:31
+#: ../lib/library-strings.c:32
msgid "The arcsin (inverse sin) function"
msgstr "Funkce arkus sinus (inverzní sin)"
-#: ../lib/library-strings.c:32
+#: ../lib/library-strings.c:33
msgid "The arcsinh (inverse sinh) function"
msgstr "Funkce arkus hyperbolický sinus (inverzní sinh)"
-#: ../lib/library-strings.c:33
+#: ../lib/library-strings.c:34
msgid "The arctanh (inverse tanh) function"
msgstr "Funkce arkus hyperbolický tangens (inverzní tanh)"
-#: ../lib/library-strings.c:34
+#: ../lib/library-strings.c:35
msgid "The cotangent function"
msgstr "Funkce kotangens"
-#: ../lib/library-strings.c:35
+#: ../lib/library-strings.c:36
msgid "The hyperbolic cotangent function"
msgstr "Funkce hyperbolický kotangens"
-#: ../lib/library-strings.c:36
+#: ../lib/library-strings.c:37
msgid "The cosecant function"
msgstr "Funkce kosekans"
-#: ../lib/library-strings.c:37
+#: ../lib/library-strings.c:38
msgid "The hyperbolic cosecant function"
msgstr "Funkce hyperbolický kosekans"
-#: ../lib/library-strings.c:38
+#: ../lib/library-strings.c:39
msgid "The secant function"
msgstr "Funkce sekans"
-#: ../lib/library-strings.c:39
+#: ../lib/library-strings.c:40
msgid "The hyperbolic secant function"
msgstr "Funkce hyperbolický sekans"
-#: ../lib/library-strings.c:40
+#: ../lib/library-strings.c:41
msgid "The hyperbolic tangent function"
msgstr "Funkce hyperbolický tangens"
-#: ../lib/library-strings.c:41
+#: ../lib/library-strings.c:42
msgid "Are a and b relatively prime?"
msgstr "Jsou a a b relativně prvočísla?"
-#: ../lib/library-strings.c:42
+#: ../lib/library-strings.c:43
msgid "Return the nth Bernoulli number"
msgstr "Vrátí n-té Bernoulliho číslo"
-#: ../lib/library-strings.c:43
+#: ../lib/library-strings.c:44
msgid ""
"Find the x that solves the system given by the vector a and modulo the "
"elements of m, using the Chinese Remainder Theorem"
@@ -213,21 +221,21 @@ msgstr ""
"Najít pomocí čínské věty o zbytcích x, které řeší systém zadaný vektorem a, "
"a zbytky prvků m"
-#: ../lib/library-strings.c:44
+#: ../lib/library-strings.c:45
msgid ""
"Given two factorizations, give the factorization of the product, see "
"Factorize"
msgstr "Jsou-li dány dva rozklady, vrátit rozklad součinu, viz Factorize"
-#: ../lib/library-strings.c:45
+#: ../lib/library-strings.c:46
msgid "Convert a vector of values indicating powers of b to a number"
msgstr "Převést vektor hodnot indikující mocniny b na číslo"
-#: ../lib/library-strings.c:46
+#: ../lib/library-strings.c:47
msgid "Convert a number to a vector of powers for elements in base b"
msgstr "Převést číslo na vektor mocnin prvků o základu b"
-#: ../lib/library-strings.c:47
+#: ../lib/library-strings.c:48
msgid ""
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
"Pohlig-Hellman algorithm"
@@ -235,7 +243,7 @@ msgstr ""
"Najít diskrétní logaritmus n o základu b v F_q, kde q je prvočíslo, pomocí "
"Silver-Pohlig-Hellmanova algoritmu"
-#: ../lib/library-strings.c:48
+#: ../lib/library-strings.c:49
msgid ""
"Compute phi(n), the Euler phi function, that is the number of integers "
"between 1 and n relatively prime to n"
@@ -243,11 +251,11 @@ msgstr ""
"Spočítat phi(n), Eulerovu funkci fí, to je počet celých čísel mezi 1 a n, "
"relativně prvočíselných vůči n"
-#: ../lib/library-strings.c:49
+#: ../lib/library-strings.c:50
msgid "Return all factors of a number"
msgstr "Vrátit všechny činitele čísla"
-#: ../lib/library-strings.c:50
+#: ../lib/library-strings.c:51
msgid ""
"Attempt Fermat factorization of n into (t-s)*(t+s), returns t and s as a "
"vector if possible, null otherwise"
@@ -255,15 +263,15 @@ msgstr ""
"Pokusit se o fermatovu faktorizaci n na (t-s)*(t+s), vrací t a s jako "
"vektor, pokud je to možné, jinak null"
-#: ../lib/library-strings.c:51
+#: ../lib/library-strings.c:52
msgid "Find the first primitive element in F_q (q must be a prime)"
msgstr "Najít první primitivní prvek v F_q (q musí být prvočíslo)"
-#: ../lib/library-strings.c:52
+#: ../lib/library-strings.c:53
msgid "Find a random primitive element in F_q (q must be a prime)"
msgstr "Najít náhodný primitivní prvek v F_q (q musí být prvočíslo)"
-#: ../lib/library-strings.c:53
+#: ../lib/library-strings.c:54
msgid ""
"Compute discrete log base b of n in F_q (q a prime) using the factor base "
"S. S should be a column of primes possibly with second column precalculated "
@@ -273,7 +281,7 @@ msgstr ""
"faktorizační báze S. S by měl být sloupec prvočísel, možná s druhým sloupcem "
"předpočítaným pomocí IndexCalculusPrecalculation."
-#: ../lib/library-strings.c:54
+#: ../lib/library-strings.c:55
msgid ""
"Run the precalculation step of IndexCalculus for logarithms base b in F_q (q "
"a prime) for the factor base S (where S is a column vector of primes). The "
@@ -283,15 +291,15 @@ msgstr ""
"faktorizační bázi S (kde S je sloupcový vektor prvočísel). Logaritmy budou "
"předpočítány a vráceny v druhém sloupci."
-#: ../lib/library-strings.c:55
+#: ../lib/library-strings.c:56
msgid "Test if Mp is a Mersenne prime using a table"
msgstr "Zjistit, jestli Mp je Mersennovo prvočíslo pomocí tabulky"
-#: ../lib/library-strings.c:56
+#: ../lib/library-strings.c:57
msgid "Tests if a rational number is a perfect power"
msgstr "Zjistit, jestli zlomek je perfektní číslo"
-#: ../lib/library-strings.c:57
+#: ../lib/library-strings.c:58
msgid ""
"Check if g is primitive in F_q, where q is a prime. If q is not prime "
"results are bogus."
@@ -299,7 +307,7 @@ msgstr ""
"Zjistit, jestli g je primitivní v F_q, kde q je prvočíslo. Pokud q není "
"prvočíslo, výsledky jsou nesmyslné."
-#: ../lib/library-strings.c:58
+#: ../lib/library-strings.c:59
msgid ""
"Check if g is primitive in F_q, where q is a prime and f is a vector of "
"prime factors of q-1. If q is not prime results are bogus."
@@ -307,63 +315,63 @@ msgstr ""
"Zjistit, jestli g je primitivní v F_q, kde q je prvočíslo a f je vektor "
"prvočíselných činitelů q-1. Pokud q není prvočíslo, výsledky jsou nesmyslné."
-#: ../lib/library-strings.c:59
+#: ../lib/library-strings.c:60
msgid ""
"If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
msgstr ""
"Jestli n je pseudoprvočíslo o základu b, ale ne prvočíslo, to je jestli "
"b^(n-1) == 1 mod n"
-#: ../lib/library-strings.c:60
+#: ../lib/library-strings.c:61
msgid "Test if n is a strong pseudoprime to base b but not a prime"
msgstr ""
"Zjistit, jestli n je silné pseudoprvočíslo v základu b, ale ne prvočíslo"
-#: ../lib/library-strings.c:61
+#: ../lib/library-strings.c:62
msgid ""
"Return the residue of a mod n with the least absolute value (in the interval "
"-n/2 to n/2)"
msgstr ""
"Vrátit zbytek a mod n s nejmenší absolutní hodnotou (v intervalu -n/2 do n/2)"
-#: ../lib/library-strings.c:62
+#: ../lib/library-strings.c:63
msgid "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
msgstr ""
"Zjistit, jestli Mp je Mersennovo prvočíslo, pomocí Lucas-Lehmerova testu"
-#: ../lib/library-strings.c:63
+#: ../lib/library-strings.c:64
msgid "Return all maximal prime power factors of a number"
msgstr "Vrátit všechny maximální mocniny prvočísel v rozkladu čísla"
-#: ../lib/library-strings.c:64
+#: ../lib/library-strings.c:65
msgid "Vector with the known Mersenne prime exponents"
msgstr "Vektor se známými exponenty Mersennových prvočísel"
-#: ../lib/library-strings.c:65
+#: ../lib/library-strings.c:66
msgid "Return the Moebius mu function evaluated in n"
msgstr "Vrátit Moebiovu funkci mu vyhodnocenou v n"
-#: ../lib/library-strings.c:66
+#: ../lib/library-strings.c:67
msgid "Returns the p-adic valuation (number of trailing zeros in base p)."
msgstr "Vrátí p-adické ohodnocení (počet koncových nul v základu p)."
-#: ../lib/library-strings.c:67
+#: ../lib/library-strings.c:68
msgid "Compute a^b mod m"
msgstr "Spočítat a^b mod m"
-#: ../lib/library-strings.c:68
+#: ../lib/library-strings.c:69
msgid "Return all prime factors of a number"
msgstr "Vrátit všechny prvočinitele čísla"
-#: ../lib/library-strings.c:69
+#: ../lib/library-strings.c:70
msgid "Pseudoprime test, true if and only if b^(n-1) == 1 (mod n)"
msgstr "Test pseudoprvočíselnosti, pravda když a jen když b^(n-1) == 1 (mod n)"
-#: ../lib/library-strings.c:70
+#: ../lib/library-strings.c:71
msgid "Removes all instances of the factor m from the number n"
msgstr "Odstraní všechny instance činitele m z čísla n"
-#: ../lib/library-strings.c:71
+#: ../lib/library-strings.c:72
msgid ""
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
"Pohlig-Hellman algorithm, given f being the factorization of q-1"
@@ -371,7 +379,7 @@ msgstr ""
"Najít diskrétní logaritmus n o základu b v F_q, kde q je prvočíslo, pomocí "
"Silver-Pohlig-Hellmanova algoritmu, je-li f faktorizace q-1"
-#: ../lib/library-strings.c:72
+#: ../lib/library-strings.c:73
msgid ""
"Find square root of n mod p (a prime). Null is returned if not a quadratic "
"residue."
@@ -379,13 +387,13 @@ msgstr ""
"Najít odmocninu n mod p (prvočíslo). Je vráceno null, pokud to není "
"kvadratický zbytek."
-#: ../lib/library-strings.c:73
+#: ../lib/library-strings.c:74
msgid ""
"Apply a function over all entries of a matrix and return a matrix of the "
"results"
msgstr "Použít funkci na všechny prvky matice a vrátit matici výsledků"
-#: ../lib/library-strings.c:74
+#: ../lib/library-strings.c:75
msgid ""
"Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) "
"and return a matrix of the results"
@@ -393,99 +401,99 @@ msgstr ""
"Použít funkci na všechny prvky 2 matic (nebo 1 hodnoty a 1 matice) a vrátit "
"matici výsledků"
-#: ../lib/library-strings.c:75
+#: ../lib/library-strings.c:76
msgid "Remove column(s) and row(s) from a matrix"
msgstr "Odstranit řádky a sloupce z matice"
-#: ../lib/library-strings.c:76
+#: ../lib/library-strings.c:77
msgid "Calculate the kth compound matrix of A"
msgstr "Spočítat k-ou složenou matici A"
-#: ../lib/library-strings.c:77
+#: ../lib/library-strings.c:78
msgid "Delete a column of a matrix"
msgstr "Odstranit sloupec matice"
-#: ../lib/library-strings.c:78
+#: ../lib/library-strings.c:79
msgid "Delete a row of a matrix"
msgstr "Odstranit řádek matice"
-#: ../lib/library-strings.c:79
+#: ../lib/library-strings.c:80
msgid "Get the dot product of two vectors (no conjugates)"
msgstr "Získat skalární součit dvou vektorů (bez kojugací)"
-#: ../lib/library-strings.c:80
+#: ../lib/library-strings.c:81
msgid "Zero out entries above the diagonal"
msgstr "Vynulovat prvky nad diagonálou"
-#: ../lib/library-strings.c:81
+#: ../lib/library-strings.c:82
msgid "Make diagonal matrix from a vector"
msgstr "Vytvořit z vektoru diagonální matici"
-#: ../lib/library-strings.c:82
+#: ../lib/library-strings.c:83
msgid "Make column vector out of matrix by putting columns above each other"
msgstr "Vytvořit sloupcový vektor z matice poskládáním sloupců matice nad sebe"
-#: ../lib/library-strings.c:83
+#: ../lib/library-strings.c:84
msgid "Calculate the product of all elements in a matrix"
msgstr "Spočítat součin všech prvků matice"
-#: ../lib/library-strings.c:84
+#: ../lib/library-strings.c:85
msgid "Calculate the sum of all elements in a matrix"
msgstr "Spočítat součet všech prvků matice"
-#: ../lib/library-strings.c:85
+#: ../lib/library-strings.c:86
msgid "Calculate the sum of squares of all elements in a matrix"
msgstr "Spočítat součet druhých mocnin všech prvků matice"
-#: ../lib/library-strings.c:86
+#: ../lib/library-strings.c:87
msgid "Get the outer product of two vectors"
msgstr "Získat vnější součin dvou vektorů"
-#: ../lib/library-strings.c:87
+#: ../lib/library-strings.c:88
msgid "Reverse elements in a vector"
msgstr "Obrátit pořadí prvků ve vektoru"
-#: ../lib/library-strings.c:88
+#: ../lib/library-strings.c:89
msgid "Calculate sum of each row in a matrix"
msgstr "Spočítat součet každého řádku matice"
-#: ../lib/library-strings.c:89
+#: ../lib/library-strings.c:90
msgid "Calculate sum of squares of each row in a matrix"
msgstr "Spočítat součet druhých mocnin každého řádku v matici"
-#: ../lib/library-strings.c:90
+#: ../lib/library-strings.c:91
msgid "Shuffle elements in a vector"
msgstr "Zamíchat pořadí prvků ve vektoru"
-#: ../lib/library-strings.c:91
+#: ../lib/library-strings.c:92
msgid "Sort vector elements"
msgstr "Seřadit prvky vektoru"
-#: ../lib/library-strings.c:92
+#: ../lib/library-strings.c:93
msgid "Removes any all-zero rows of M"
msgstr "Odstraní všechny nulové řádky M"
-#: ../lib/library-strings.c:93
+#: ../lib/library-strings.c:94
msgid "Return column(s) and row(s) from a matrix"
msgstr "Vrátit slopce a řádky z matice"
-#: ../lib/library-strings.c:94
+#: ../lib/library-strings.c:95
msgid "Swap two rows in a matrix"
msgstr "Prohodit dva řádky matice"
-#: ../lib/library-strings.c:95
+#: ../lib/library-strings.c:96
msgid "Zero out entries below the diagonal"
msgstr "Vynulovat prvky pod diagonálou"
-#: ../lib/library-strings.c:96
+#: ../lib/library-strings.c:97
msgid "Get the auxiliary unit matrix of size n"
msgstr "Získat pomocnou jednotkovou matici velikosti n"
-#: ../lib/library-strings.c:97
+#: ../lib/library-strings.c:98
msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
msgstr "Spočítat (v,w) vzhledem k bilineární formě dané maticí A"
-#: ../lib/library-strings.c:98
+#: ../lib/library-strings.c:99
msgid ""
"Return a function that evaluates two vectors with respect to the bilinear "
"form given by A"
@@ -493,19 +501,19 @@ msgstr ""
"Vrátit funkci, která vyhodnocuje dva vektory vzhledem k bilineární formě "
"dané A"
-#: ../lib/library-strings.c:99
+#: ../lib/library-strings.c:100
msgid "Get the characteristic polynomial as a vector"
msgstr "Získat charakteristický polynom jako vektor"
-#: ../lib/library-strings.c:100
+#: ../lib/library-strings.c:101
msgid "Get the characteristic polynomial as a function"
msgstr "Získat charakteristický polynom jako funkci"
-#: ../lib/library-strings.c:101
+#: ../lib/library-strings.c:102
msgid "Get a basis matrix for the columnspace of a matrix"
msgstr "Získat matici báze sloupcového prostoru matice"
-#: ../lib/library-strings.c:102
+#: ../lib/library-strings.c:103
msgid ""
"Return the commutation matrix K(m,n) which is the unique m*n by m*n matrix "
"such that K(m,n) * MakeVector(A) = MakeVector(A.') for all m by n matrices A."
@@ -514,37 +522,37 @@ msgstr ""
"která splňuje K(m,n) * MakeVector(A) = MakeVector(A.') pro všechny matice A "
"velikosti m na n."
-#: ../lib/library-strings.c:103
+#: ../lib/library-strings.c:104
msgid "Companion matrix of a polynomial (as vector)"
msgstr "Doplňková matice polynomu (jako vektor)"
-#: ../lib/library-strings.c:104
+#: ../lib/library-strings.c:105
msgid "Conjugate transpose of a matrix (adjoint)"
msgstr "Transponovat komplexně sdruženou matici (adjugovat)"
-#: ../lib/library-strings.c:105 ../lib/library-strings.c:106
+#: ../lib/library-strings.c:106 ../lib/library-strings.c:107
msgid "Calculate convolution of two horizontal vectors"
msgstr "Spočítat konvoluci dvou vodorovných vektorů"
-#: ../lib/library-strings.c:107
+#: ../lib/library-strings.c:108
msgid "CrossProduct of two vectors in R^3"
msgstr "Vektorový součin dvou vektorů v R^3"
-#: ../lib/library-strings.c:108
+#: ../lib/library-strings.c:109
msgid ""
"Get the determinantal divisors of an integer matrix (not its characteristic)"
msgstr ""
"Získat determinantové dělitele celočéselné matice (ne její charakteristiku)"
-#: ../lib/library-strings.c:109
+#: ../lib/library-strings.c:110
msgid "Direct sum of matrices"
msgstr "Přímý součet matic"
-#: ../lib/library-strings.c:110
+#: ../lib/library-strings.c:111
msgid "Direct sum of a vector of matrices"
msgstr "Přímý součet vektoru matic"
-#: ../lib/library-strings.c:111
+#: ../lib/library-strings.c:112
msgid ""
"Get the eigenvalues of a matrix (Currently only for up to 4x4 or triangular "
"matrices)"
@@ -552,7 +560,7 @@ msgstr ""
"Získat vlastní čísla matice (momentálně jen pro matice do 4×4 a "
"trojúhelníkovité matice)"
-#: ../lib/library-strings.c:112
+#: ../lib/library-strings.c:113
msgid ""
"Get the eigenvalues and eigenvectors of a matrix (Currently only for up to "
"2x2 matrices)"
@@ -560,7 +568,7 @@ msgstr ""
"Získat vlastní čísla a vlastní vektory matice (momentálně jen pro matice do "
"2×2)"
-#: ../lib/library-strings.c:113
+#: ../lib/library-strings.c:114
msgid ""
"Apply the Gram-Schmidt process (to the columns) with respect to inner "
"product given by B (if not given use Hermitian product)"
@@ -568,42 +576,42 @@ msgstr ""
"Provést Gram-Schmidtův proces (na sloupce) vzhledem ke skalárnímu součinu "
"danému B (pokud není součin dán, je použit hermitovský součin)"
-#: ../lib/library-strings.c:114
+#: ../lib/library-strings.c:115
msgid "Hankel matrix"
msgstr "Hankelova matice"
-#: ../lib/library-strings.c:115
+#: ../lib/library-strings.c:116
msgid "Hilbert matrix of order n"
msgstr "Hilbertova matice řádku n"
-#: ../lib/library-strings.c:116
+#: ../lib/library-strings.c:117
msgid "Get the image (columnspace) of a linear transform"
msgstr "Získat obraz (sloupcový prostor) lineární transformace"
-#: ../lib/library-strings.c:117
+#: ../lib/library-strings.c:118
msgid "Get the Inf Norm of a vector"
msgstr "Získat normu vektoru typu nekonečno"
-#: ../lib/library-strings.c:118
+#: ../lib/library-strings.c:119
msgid ""
"Get the invariant factors of a square integer matrix (not its characteristic)"
msgstr ""
"Získat invariantní činitele čtvercové celočíselné matice (ne její "
"charakteristiku)"
-#: ../lib/library-strings.c:119
+#: ../lib/library-strings.c:120
msgid "Inverse Hilbert matrix of order n"
msgstr "Inverzní Hilbertova matice řádu n"
-#: ../lib/library-strings.c:120
+#: ../lib/library-strings.c:121
msgid "Is a matrix Hermitian"
msgstr "Je matice hermitovská"
-#: ../lib/library-strings.c:121
+#: ../lib/library-strings.c:122
msgid "Test if a vector is in a subspace"
msgstr "Zjistit, jestli je vektor v podprostoru"
-#: ../lib/library-strings.c:122
+#: ../lib/library-strings.c:123
msgid ""
"Is a matrix (or number) invertible (Integer matrix is invertible if and only "
"if it is invertible over the integers)"
@@ -611,43 +619,43 @@ msgstr ""
"Je matice (nebo číslo) invertovatelné (celočíselná matice je invertovatelná, "
"když a jen když je invertovatelná v celých číslech)"
-#: ../lib/library-strings.c:123
+#: ../lib/library-strings.c:124
msgid "Is a matrix (or number) invertible over a field"
msgstr "Je matice (nebo číslo) invertovatelná v tělesu"
-#: ../lib/library-strings.c:124
+#: ../lib/library-strings.c:125
msgid "Is a matrix normal"
msgstr "Je matice normální"
-#: ../lib/library-strings.c:125
+#: ../lib/library-strings.c:126
msgid "Is a matrix positive definite"
msgstr "Je matice pozitivně definitní"
-#: ../lib/library-strings.c:126
+#: ../lib/library-strings.c:127
msgid "Is a matrix positive semidefinite"
msgstr "Je matice pozitivně semidefinitní"
-#: ../lib/library-strings.c:127
+#: ../lib/library-strings.c:128
msgid "Is a matrix skew-Hermitian"
msgstr "Je matice antihermitovská"
-#: ../lib/library-strings.c:128
+#: ../lib/library-strings.c:129
msgid "Is a matrix unitary"
msgstr "Je matice unitární"
-#: ../lib/library-strings.c:129
+#: ../lib/library-strings.c:130
msgid "Get the Jordan block corresponding to lambda and n"
msgstr "Získat Jordanův blok odpovídající lambda a n"
-#: ../lib/library-strings.c:130
+#: ../lib/library-strings.c:131
msgid "Get the kernel (nullspace) of a linear transform"
msgstr "Získat jádro (nulový prostor) lineární transformace"
-#: ../lib/library-strings.c:131
+#: ../lib/library-strings.c:132
msgid "Compute the Kronecker product of two matrices"
msgstr "Spočítat Kroneckerův součin dvou matic"
-#: ../lib/library-strings.c:132
+#: ../lib/library-strings.c:133
msgid ""
"Get the LU decomposition of A and store the result in the L and U which "
"should be references. If not possible returns false."
@@ -655,27 +663,27 @@ msgstr ""
"Záskat LU rozklad A a uložit výsledek v L a U, což by měly být odkazy. Pokud "
"to není možné, vrátí false."
-#: ../lib/library-strings.c:133
+#: ../lib/library-strings.c:134
msgid "Get the i-j minor of a matrix"
msgstr "Získat minor i-j matice"
-#: ../lib/library-strings.c:134
+#: ../lib/library-strings.c:135
msgid "Return the columns that are not the pivot columns of a matrix"
msgstr "Vrátit sloupce, které nejsou pivotové sloupce matice"
-#: ../lib/library-strings.c:135
+#: ../lib/library-strings.c:136
msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
msgstr "Získat normu typu p (nebo typu 2, pokud není zadáno p) vektoru"
-#: ../lib/library-strings.c:136
+#: ../lib/library-strings.c:137
msgid "Get the nullity of a matrix"
msgstr "Získat nulovost matice"
-#: ../lib/library-strings.c:137
+#: ../lib/library-strings.c:138
msgid "Get the orthogonal complement of the columnspace"
msgstr "Získat ortogonální doplněk sloupcového prostoru"
-#: ../lib/library-strings.c:138
+#: ../lib/library-strings.c:139
msgid ""
"Projection of vector v onto subspace W given a sesquilinear form B (if not "
"given use Hermitian product)"
@@ -683,19 +691,19 @@ msgstr ""
"Průmět vektoru v do podprostoru W, je-li dána polybilineární forma B (pokud "
"není součin dán, je použit hermitovský součin)"
-#: ../lib/library-strings.c:139
+#: ../lib/library-strings.c:140
msgid "Get the QR decomposition of A, returns R and Q can be a reference"
msgstr "Vypočítat QR rozklad matice A, vrátí R a Q je vrácen přes odkaz"
-#: ../lib/library-strings.c:140
+#: ../lib/library-strings.c:141
msgid "Get the rank of a matrix"
msgstr "Získat hodnost matice"
-#: ../lib/library-strings.c:141
+#: ../lib/library-strings.c:142
msgid "Return the Rayleigh quotient of a matrix and a vector"
msgstr "Vrátit Rayleigův podíl matice a vektoru"
-#: ../lib/library-strings.c:142
+#: ../lib/library-strings.c:143
msgid ""
"Compute an eigenvalue using the Rayleigh Quotient Iteration method until we "
"are epsilon from eigenvalue or for maxiter iterations"
@@ -703,36 +711,36 @@ msgstr ""
"Spočítat vlastní číslo matice použitím algoritmu Rayleigh Quotient Iteration "
"doikud nejsme epsilon od vlastního čísla nebo do maxiter iterací."
-#: ../lib/library-strings.c:143
+#: ../lib/library-strings.c:144
msgid "Rosser matrix, a classic symmetric eigenvalue test problem"
msgstr "Rosserova matice, klasický symetrický problém testu vlastního čísla"
-#: ../lib/library-strings.c:144
+#: ../lib/library-strings.c:145
msgid "Rotation around origin in R^2"
msgstr "Otočit okolo počátku v R^2"
-#: ../lib/library-strings.c:145
+#: ../lib/library-strings.c:146
msgid "Rotation around origin in R^3 about the x-axis"
msgstr "Otočit okolo počátku v R^3 kolo osy x"
-#: ../lib/library-strings.c:146
+#: ../lib/library-strings.c:147
msgid "Rotation around origin in R^3 about the y-axis"
msgstr "Otočit okolo počátku v R^3 kolo osy y"
-#: ../lib/library-strings.c:147
+#: ../lib/library-strings.c:148
msgid "Rotation around origin in R^3 about the z-axis"
msgstr "Otočit okolo počátku v R^3 kolo osy z"
-#: ../lib/library-strings.c:148
+#: ../lib/library-strings.c:149
msgid "Get a basis matrix for the rowspace of a matrix"
msgstr "Získat matici báze řádkového prostoru matice"
-#: ../lib/library-strings.c:149
+#: ../lib/library-strings.c:150
msgid ""
"Evaluate (v,w) with respect to the sesquilinear form given by the matrix A"
msgstr "Spočítat (v,w) vzhledem k polybilineární formě dané maticí A"
-#: ../lib/library-strings.c:150
+#: ../lib/library-strings.c:151
msgid ""
"Return a function that evaluates two vectors with respect to the "
"sesquilinear form given by A"
@@ -740,17 +748,17 @@ msgstr ""
"Vrátit funkci, která vyhodnocuje dva vektory vzhledem k polybilineární formě "
"dané A"
-#: ../lib/library-strings.c:151
+#: ../lib/library-strings.c:152
msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)"
msgstr "Smithova normální forma tělesa (skončí s jedničkami na diagonále)"
-#: ../lib/library-strings.c:152
+#: ../lib/library-strings.c:153
msgid "Smith Normal Form for square integer matrices (not its characteristic)"
msgstr ""
"Smithova normální forma čtvercových celočíselných matic (ne jejich "
"charakteristika)"
-#: ../lib/library-strings.c:153
+#: ../lib/library-strings.c:154
msgid ""
"Return the Toeplitz matrix constructed given the first column c and "
"(optionally) the first row r."
@@ -758,84 +766,84 @@ msgstr ""
"Vrátí Toeplitzovu matici sestavenou pomocí prvního sloupce c a (volitelně) "
"první řádky r."
-#: ../lib/library-strings.c:154
+#: ../lib/library-strings.c:155
msgid "Calculate the trace of a matrix"
msgstr "Spočítat stopu matice"
-#: ../lib/library-strings.c:155
+#: ../lib/library-strings.c:156
msgid "Transpose of a matrix"
msgstr "Transpozice matice"
-#: ../lib/library-strings.c:156
+#: ../lib/library-strings.c:157
msgid "Return the Vandermonde matrix"
msgstr "Vrátit Vandermondovu matici"
-#: ../lib/library-strings.c:157
+#: ../lib/library-strings.c:158
msgid "The angle of two vectors, given an inner product"
msgstr "Úhel dvou vektorů, je-li dán skalární součin"
-#: ../lib/library-strings.c:158
+#: ../lib/library-strings.c:159
msgid "The direct sum of the vector spaces M and N"
msgstr "Přímý součet vektorových prostorů M a N"
-#: ../lib/library-strings.c:159
+#: ../lib/library-strings.c:160
msgid "Intersection of the subspaces given by M and N"
msgstr "Průnik podprostorů daných pomocí M a N"
-#: ../lib/library-strings.c:160
+#: ../lib/library-strings.c:161
msgid ""
"The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
msgstr "Součet vektorových prostorů M a N, to je {w | w=m+n, m in M, n in N}"
-#: ../lib/library-strings.c:161
+#: ../lib/library-strings.c:162
msgid "Get the classical adjoint (adjugate) of a matrix"
msgstr "Získat adjungovanou (reciproku) matici"
-#: ../lib/library-strings.c:162
+#: ../lib/library-strings.c:163
msgid "Compute the Column Reduced Echelon Form"
msgstr "Spočítat sloupcově odstupňovaný tvar"
-#: ../lib/library-strings.c:163
+#: ../lib/library-strings.c:164
msgid "Get nth Catalan number"
msgstr "Získat n-té Catalanovo číslo"
-#: ../lib/library-strings.c:164
+#: ../lib/library-strings.c:165
msgid "Double factorial: n(n-2)(n-4)..."
msgstr "Dvojitý faktoriál: n(n-2)(n-4)…"
-#: ../lib/library-strings.c:165
+#: ../lib/library-strings.c:166
msgid "Factorial: n(n-1)(n-2)..."
msgstr "Faktoriál: n(n-1)(n-2)…"
-#: ../lib/library-strings.c:166
+#: ../lib/library-strings.c:167
msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
msgstr "Klesající faktoriál: (n)_k = n(n-1)…(n-(k-1))"
-#: ../lib/library-strings.c:167
+#: ../lib/library-strings.c:168
msgid "Calculate nth Fibonacci number"
msgstr "Spočítat n-té Fibonacciho číslo"
-#: ../lib/library-strings.c:168
+#: ../lib/library-strings.c:169
msgid "Calculate the Frobenius number for a coin problem"
msgstr "Spočítat Frobeniusovo číslo k mincovému problému"
-#: ../lib/library-strings.c:169
+#: ../lib/library-strings.c:170
msgid ""
"Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))"
msgstr ""
"Galoisova matice, je-li dáno lineární kombinační pravidlo (a_1*x_+…"
"+a_n*x_n=x_(n+1))"
-#: ../lib/library-strings.c:170
+#: ../lib/library-strings.c:171
msgid "Use greedy algorithm to find c, for c . v = n. (v must be sorted)"
msgstr ""
"Použít hladový algoritmus k nalezení c, aby c . v = n. (v musí být seřazené)"
-#: ../lib/library-strings.c:171
+#: ../lib/library-strings.c:172
msgid "Harmonic Number, the nth harmonic number of order r"
msgstr "Harmonické číslo, n-té harmonické číslo řádu r"
-#: ../lib/library-strings.c:172
+#: ../lib/library-strings.c:173
msgid ""
"Hofstadter's function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-"
"q(n-2))"
@@ -843,43 +851,43 @@ msgstr ""
"Hofstadterova funkce q(n) definovaná jako q(1)=1, q(2)=1, q(n)=q(n-"
"q(n-1))+q(n-q(n-2))"
-#: ../lib/library-strings.c:173
+#: ../lib/library-strings.c:174
msgid "Compute linear recursive sequence using Galois stepping"
msgstr "Spočítat lineární rekurzivní posloupnost pomocí Galoisova krokování"
-#: ../lib/library-strings.c:174
+#: ../lib/library-strings.c:175
msgid "Calculate multinomial coefficients"
msgstr "Spočítat multinomiální koeficienty"
-#: ../lib/library-strings.c:175
+#: ../lib/library-strings.c:176
msgid "Get the Pascal's triangle as a matrix"
msgstr "Získat paskalův trojúhelník jako matici"
-#: ../lib/library-strings.c:176
+#: ../lib/library-strings.c:177
msgid "(Pochhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
msgstr "(Pochhammerův) stoupacící faktoriál: (n)_k = n(n+1)…(n+(k-1))"
-#: ../lib/library-strings.c:177
+#: ../lib/library-strings.c:178
msgid "Stirling number of the first kind"
msgstr "Stirlingovo číslo prvního druhu"
-#: ../lib/library-strings.c:178
+#: ../lib/library-strings.c:179
msgid "Stirling number of the second kind"
msgstr "Stirlingovo číslo druhého druhu"
-#: ../lib/library-strings.c:179
+#: ../lib/library-strings.c:180
msgid "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!"
msgstr "Subfaktoriál: n! krát sum_{k=1}^n (-1)^k/k!"
-#: ../lib/library-strings.c:180
+#: ../lib/library-strings.c:181
msgid "Calculate the nth triangular number"
msgstr "Spočítat n-té trojúhelníkové číslo"
-#: ../lib/library-strings.c:181
+#: ../lib/library-strings.c:182
msgid "Calculate permutations"
msgstr "Spočítat permutace"
-#: ../lib/library-strings.c:182
+#: ../lib/library-strings.c:183
msgid ""
"Integration of f by Composite Simpson's Rule on the interval [a,b] with the "
"number of steps calculated by the fourth derivative bound and the desired "
@@ -888,19 +896,19 @@ msgstr ""
"Integrace f složeným Simpsonovým pravidlem na intervalu [a,b] s počtem kroků "
"počítaným omezením čtvrté derivace a požadovanou tolerancí"
-#: ../lib/library-strings.c:183
+#: ../lib/library-strings.c:184
msgid ""
"Attempt to calculate derivative by trying first symbolically and then "
"numerically"
msgstr "Pokusit se spočítat derivaci, nejdříve symbolicky a pak numericky"
-#: ../lib/library-strings.c:184
+#: ../lib/library-strings.c:185
msgid ""
"Return a function which is the even periodic extension of f defined on the "
"interval [0,L]"
msgstr "Vrátit funkci která je sudá periodická extenze f definované na [0,L]"
-#: ../lib/library-strings.c:185
+#: ../lib/library-strings.c:186
msgid ""
"Return a function which is a Fourier series with the coefficients given by "
"the vectors a (sines) and b (cosines). Note that a@(1) is the constant "
@@ -909,29 +917,29 @@ msgstr ""
"Vrátit funkci, která je Fouriérovou řadou s koeficienty danými vektory a "
"(sinus) a b (kosinus). Povšimněte si, že a@(1) je konstantní koeficient."
-#: ../lib/library-strings.c:186
+#: ../lib/library-strings.c:187
msgid "Try to calculate an infinite product for a single parameter function"
msgstr "Zkusit spočítat nekonečný součin funkce s jedním parametrem"
-#: ../lib/library-strings.c:187
+#: ../lib/library-strings.c:188
msgid ""
"Try to calculate an infinite product for a double parameter function with "
"func(arg,n)"
msgstr ""
"Zkusit spočítat nekonečný součin funkce s dvěma parametry jako func(arg,n)"
-#: ../lib/library-strings.c:188
+#: ../lib/library-strings.c:189
msgid "Try to calculate an infinite sum for a single parameter function"
msgstr "Zkusit spočítat nekonečný součet funkce s jedním parametrem"
-#: ../lib/library-strings.c:189
+#: ../lib/library-strings.c:190
msgid ""
"Try to calculate an infinite sum for a double parameter function with "
"func(arg,n)"
msgstr ""
"Zkusit spočítat nekonečný součet funkce s dvěma parametry jako func(arg,n)"
-#: ../lib/library-strings.c:190
+#: ../lib/library-strings.c:191
msgid ""
"Try and see if a real-valued function is continuous at x0 by calculating the "
"limit there"
@@ -939,18 +947,18 @@ msgstr ""
"Zkusit zjistit výpočtem limity v x0, jestli je funkce reálné proměnné v "
"tomto bodě spojitá"
-#: ../lib/library-strings.c:191
+#: ../lib/library-strings.c:192
msgid ""
"Test for differentiability by approximating the left and right limits and "
"comparing"
msgstr ""
"Test na diferencovatelnost aproximací limity zleva a zprava a porovnáním"
-#: ../lib/library-strings.c:192
+#: ../lib/library-strings.c:193
msgid "Calculate the left limit of a real-valued function at x0"
msgstr "Spočítat limitu zleva funkce reálné proměnné v x0"
-#: ../lib/library-strings.c:193
+#: ../lib/library-strings.c:194
msgid ""
"Calculate the limit of a real-valued function at x0. Tries to calculate "
"both left and right limits."
@@ -959,15 +967,15 @@ msgstr ""
"zprava."
# ?
-#: ../lib/library-strings.c:194
+#: ../lib/library-strings.c:195
msgid "Integration by midpoint rule"
msgstr "Integrace trojúhelníkovou metodou (pravidlem prostředního bodu)"
-#: ../lib/library-strings.c:195
+#: ../lib/library-strings.c:196
msgid "Attempt to calculate numerical derivative"
msgstr "Pokusit se spočítat numerickou derivaci"
-#: ../lib/library-strings.c:196
+#: ../lib/library-strings.c:197
msgid ""
"Numerically compute the coefficients for a cosine Fourier series for a "
"function on [0,L] up to the Nth coefficient."
@@ -975,7 +983,7 @@ msgstr ""
"Numerickou metodou spočítat koeficienty pro kosinovou Fourierovu řadu funkce "
"v [0,L] do N-tého koeficientu."
-#: ../lib/library-strings.c:197
+#: ../lib/library-strings.c:198
msgid ""
"Return a function which is the Fourier cosine series of f on [0,L] with "
"coefficients up to N computed numerically"
@@ -983,7 +991,7 @@ msgstr ""
"Vrátit funkci, která je Fourierovou kosinovou řadou funkce f v [0,L] s "
"koeficienty do N vypočítanou numerickou metodou."
-#: ../lib/library-strings.c:198
+#: ../lib/library-strings.c:199
msgid ""
"Numerically compute the coefficients for a Fourier series with half-period L "
"up to the Nth coefficient."
@@ -991,7 +999,7 @@ msgstr ""
"Numerickou metodou vypočítat koeficienty pro Fourierovu řadu s poloviční "
"periodou L do N-tého koeficientu."
-#: ../lib/library-strings.c:199
+#: ../lib/library-strings.c:200
msgid ""
"Return a function which is the Fourier series of f with half-period L with "
"coefficients up to N computed numerically"
@@ -999,7 +1007,7 @@ msgstr ""
"Vrátit funkci, která je Fourierovou řadou funkce f s poloviční periodou L s "
"koeficienty do N vypočítanou numerickou metodou."
-#: ../lib/library-strings.c:200
+#: ../lib/library-strings.c:201
msgid ""
"Numerically compute the coefficients for a sine Fourier series for a "
"function on [0,L] up to the Nth coefficient."
@@ -1007,7 +1015,7 @@ msgstr ""
"Numerickou metodou spočítat koeficienty pro sinovou Fourierovu řadu funkce v "
"[0,L] do N-tého koeficientu."
-#: ../lib/library-strings.c:201
+#: ../lib/library-strings.c:202
msgid ""
"Return a function which is the Fourier sine series of f on [0,L] with "
"coefficients up to N computed numerically"
@@ -1015,7 +1023,7 @@ msgstr ""
"Vrátit funkci, která je Fourierovou sinovou řadou funkce f v [0,L] s "
"koeficienty do N vypočítanou numerickou metodou."
-#: ../lib/library-strings.c:202
+#: ../lib/library-strings.c:203
msgid ""
"Integration by rule set in NumericalIntegralFunction of f from a to b using "
"NumericalIntegralSteps steps"
@@ -1023,104 +1031,104 @@ msgstr ""
"Integrace pravidlem nastaveným v NumericalIntegralFunction funkce f od a do "
"b pomocí NumericalIntegralSteps kroků"
-#: ../lib/library-strings.c:203
+#: ../lib/library-strings.c:204
msgid "Attempt to calculate numerical left derivative"
msgstr "Pokusit se spočítat numerickou levou derivaci"
-#: ../lib/library-strings.c:204
+#: ../lib/library-strings.c:205
msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
msgstr "Pokusit se spočítat limitu f(step_fun(i)) pro i od 1 do N"
-#: ../lib/library-strings.c:205
+#: ../lib/library-strings.c:206
msgid "Attempt to calculate numerical right derivative"
msgstr "Pokusit se spočítat numerickou derivaci zprava"
-#: ../lib/library-strings.c:206
+#: ../lib/library-strings.c:207
msgid ""
"Return a function which is the odd periodic extension of f defined on the "
"interval [0,L]"
msgstr "Vrátit funkci která je lichá periodická extenze f definované na [0,L]"
-#: ../lib/library-strings.c:207
+#: ../lib/library-strings.c:208
msgid "Compute one-sided derivative using five point formula"
msgstr "Spočítat jednostrannou derivaci pomocí vzorce s pěti body"
-#: ../lib/library-strings.c:208
+#: ../lib/library-strings.c:209
msgid "Compute one-sided derivative using three-point formula"
msgstr "Spočítat jednostrannou derivaci pomocí vzorce s třemi body"
-#: ../lib/library-strings.c:209
+#: ../lib/library-strings.c:210
msgid ""
"Return a function which is the periodic extension of f defined on the "
"interval [a,b]"
msgstr ""
"Vrátit funkci která je periodická extenze f definované na intervalu [a,b]"
-#: ../lib/library-strings.c:210
+#: ../lib/library-strings.c:211
msgid "Calculate the right limit of a real-valued function at x0"
msgstr "Spočítat limitu zprava funkce reáln proměnné v x0"
-#: ../lib/library-strings.c:211
+#: ../lib/library-strings.c:212
msgid "Compute two-sided derivative using five-point formula"
msgstr "Spoučítat oboustrannou derivaci pomocí vzorce s pěti body"
-#: ../lib/library-strings.c:212
+#: ../lib/library-strings.c:213
msgid "Compute two-sided derivative using three-point formula"
msgstr "Spoučítat oboustrannou derivaci pomocí vzorce s třemi body"
-#: ../lib/library-strings.c:213
+#: ../lib/library-strings.c:214
msgid "argument (angle) of complex number"
msgstr "argument (úhel) komplexního čísla"
-#: ../lib/library-strings.c:214
+#: ../lib/library-strings.c:215
msgid "Dirichlet kernel of order n"
msgstr "Dirichletovo jádro řádu n"
-#: ../lib/library-strings.c:215
+#: ../lib/library-strings.c:216
msgid "Returns 1 if and only if all elements are zero"
msgstr "Vrátí 1, když a jen když všechny prvky jsou 0"
-#: ../lib/library-strings.c:216
+#: ../lib/library-strings.c:217
msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
msgstr "Funkce chyby, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
-#: ../lib/library-strings.c:217
+#: ../lib/library-strings.c:218
msgid "Fejer kernel of order n"
msgstr "Fejerovo jádro řádu n"
-#: ../lib/library-strings.c:218
+#: ../lib/library-strings.c:219
msgid "Returns 1 if and only if all elements are equal"
msgstr "Vrátí 1, když a jen když jsou si všechny prvky rovny"
-#: ../lib/library-strings.c:219
+#: ../lib/library-strings.c:220
msgid ""
"Principal branch of the Lambert W function for real values greater than or "
"equal to -1/e"
msgstr ""
"Hlavní větev Lambertovy funkce W pro reálná čísla větší nebo rovna -1/e"
-#: ../lib/library-strings.c:220
+#: ../lib/library-strings.c:221
msgid ""
"The minus-one branch of the Lambert W function for real values between -1/e "
"and 0"
msgstr ""
"Mínus první větev Lambertovy funkce W pro reálná čísla v rozmezí -1/e a 0"
-#: ../lib/library-strings.c:221
+#: ../lib/library-strings.c:222
msgid "Find the first value where f(x)=0"
msgstr "Najít první hodnotu, kde f(x)=0"
-#: ../lib/library-strings.c:222
+#: ../lib/library-strings.c:223
msgid "Moebius mapping of the disk to itself mapping a to 0"
msgstr "Möbiova transformace kruhu na sebe sama ku 0"
-#: ../lib/library-strings.c:223
+#: ../lib/library-strings.c:224
msgid ""
"Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity "
"respectively"
msgstr "Möbiova transformace pomocí dvojpoměrů z2,z3,z4 ku 1,0,nekonečnu"
-#: ../lib/library-strings.c:224
+#: ../lib/library-strings.c:225
msgid ""
"Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 "
"to 1 and 0 respectively"
@@ -1128,7 +1136,7 @@ msgstr ""
"Möbiova transformace pomocí dvojpoměrů nekonečna ku nekonečnu a z2,z3 ku 1 a "
"0"
-#: ../lib/library-strings.c:225
+#: ../lib/library-strings.c:226
msgid ""
"Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 "
"and infinity respectively"
@@ -1136,7 +1144,7 @@ msgstr ""
"Möbiova transformace pomocí dvojpoměrů nekonečna ku 1 a z3,z4 ku 0 a "
"nekonečnu"
-#: ../lib/library-strings.c:226
+#: ../lib/library-strings.c:227
msgid ""
"Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 "
"and infinity respectively"
@@ -1144,17 +1152,17 @@ msgstr ""
"Möbiova transformace pomocí dvojpoměrů nekonečna ku 0 a z2,z4 ku 1 a "
"nekonečnu"
-#: ../lib/library-strings.c:227
+#: ../lib/library-strings.c:228
msgid ""
"Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is "
"2pi)"
msgstr "Poissonovo jádro na D(0,1) (nenormalizované na 1, tj. integrál je 2pi)"
-#: ../lib/library-strings.c:228
+#: ../lib/library-strings.c:229
msgid "Poisson kernel on D(0,R) (not normalized to 1)"
msgstr "Poissonovo jádro na D(0,R) (nenormalizované na 1)"
-#: ../lib/library-strings.c:229
+#: ../lib/library-strings.c:230
msgid ""
"The unit step function = 0 for x<0, 1 otherwise. This is the integral of "
"the Dirac Delta function."
@@ -1162,23 +1170,23 @@ msgstr ""
"Funkce jednotkového kroku = 0 pro x<0, jinak 1. Toto je integrál Diracovy "
"funkce delta."
-#: ../lib/library-strings.c:230
+#: ../lib/library-strings.c:231
msgid "The cis function, that is cos(x)+i*sin(x)"
msgstr "Funkce cis, to je cos(x)+i*sin(x)"
-#: ../lib/library-strings.c:231
+#: ../lib/library-strings.c:232
msgid "Convert degrees to radians"
msgstr "Převést stupně na radiány"
-#: ../lib/library-strings.c:232
+#: ../lib/library-strings.c:233
msgid "Convert radians to degrees"
msgstr "Převést radiány na stupně"
-#: ../lib/library-strings.c:233
+#: ../lib/library-strings.c:234
msgid "Find roots of a cubic polynomial (given as vector of coefficients)"
msgstr "Najít kořeny kubického polynomu (polynom dán jako vektor)"
-#: ../lib/library-strings.c:234
+#: ../lib/library-strings.c:235
msgid ""
"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
"y0 going to x1 with n increments, returns y at x1"
@@ -1186,7 +1194,7 @@ msgstr ""
"Použít klasickou Eulerovu metodu pro numerické řešení y'=f(x,y) pro "
"počáteční x0,y0 do x1 s n přírůstky, vrátí y v x1"
-#: ../lib/library-strings.c:235
+#: ../lib/library-strings.c:236
msgid ""
"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
"y0 going to x1 with n increments, returns an n+1 by 2 matrix of values"
@@ -1194,7 +1202,7 @@ msgstr ""
"Použít klasickou Eulerovu metodu pro numerické řešení y'=f(x,y) pro "
"počáteční x0,y0 do x1 s n přírůstky, vrátí n+1 krat 2 matici hodnot"
-#: ../lib/library-strings.c:236
+#: ../lib/library-strings.c:237
msgid ""
"Find root of a function using the bisection method to within TOL tolerance "
"in up to N iterations. f(a) and f(b) must have opposite signs."
@@ -1202,7 +1210,7 @@ msgstr ""
"Najít kořen funkce pomocí metody bisekce v rámci tolerance TOL v N "
"iteracích. f(a) a f(b) musí mít opačná znaménka."
-#: ../lib/library-strings.c:237
+#: ../lib/library-strings.c:238
msgid ""
"Find root of a function using the method of false position to within TOL "
"tolerance in up to N iterations. f(a) and f(b) must have opposite signs."
@@ -1210,11 +1218,11 @@ msgstr ""
"Najít kořen funkce pomocí metody tětiv v rámci tolerance TOL v N iteracích. "
"f(a) a f(b) musí mít opačná znaménka."
-#: ../lib/library-strings.c:238
+#: ../lib/library-strings.c:239
msgid "Find root of a function using the Muller's method"
msgstr "Najít kořen funkce pomocí Mullerovy metody"
-#: ../lib/library-strings.c:239
+#: ../lib/library-strings.c:240
msgid ""
"Find root of a function using the secant method to within TOL tolerance in "
"up to N iterations. f(a) and f(b) must have opposite signs."
@@ -1222,7 +1230,7 @@ msgstr ""
"Najít kořen funkce pomocí metody sečen v rámci tolerance TOL v N iteracích. "
"f(a) a f(b) musí mít opačná znaménka."
-#: ../lib/library-strings.c:240
+#: ../lib/library-strings.c:241
msgid ""
"Attempt to find a zero of a functionf with derivative df and second "
"derivative ddf using Halleys's method, returning after two successive values "
@@ -1232,7 +1240,7 @@ msgstr ""
"Halleyovy metody, vrátí se, když dvě po sobě jdoucí hodnoty spadají do "
"epsilon, nebo po maxn pokusech (v takovém případě vrátí null)"
-#: ../lib/library-strings.c:241
+#: ../lib/library-strings.c:242
msgid ""
"Attempt to find a zero of a functionf with derivative df using Newton's "
"method, returning after two successive values are within epsilon or after "
@@ -1242,15 +1250,15 @@ msgstr ""
"metody), vrátí se, když dvě po sobě jdoucí hodnoty spadají do epsilon, nebo "
"po maxn pokusech (v takovém případě vrátí null)"
-#: ../lib/library-strings.c:242
+#: ../lib/library-strings.c:243
msgid "Find roots of a polynomial (given as vector of coefficients)"
msgstr "Najít kořeny polynomu (polynom dán jako vektor)"
-#: ../lib/library-strings.c:243
+#: ../lib/library-strings.c:244
msgid "Find roots of a quartic polynomial (given as vector of coefficients)"
msgstr "Najít kořeny kvartického polynomu (polynom dán jako vektor)"
-#: ../lib/library-strings.c:244
+#: ../lib/library-strings.c:245
msgid ""
"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns y "
@@ -1259,7 +1267,7 @@ msgstr ""
"Použít klasickou neadaptivní metodu Runge-Kutta čtvrtého řádu pro numerické "
"řešení y'=f(x,y) pro počáteční x0,y0 do x1 s n přírůstky, vrátí y v x1"
-#: ../lib/library-strings.c:245
+#: ../lib/library-strings.c:246
msgid ""
"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns an n"
@@ -1269,52 +1277,52 @@ msgstr ""
"řešení y'=f(x,y) pro počáteční x0,y0 do x1 s n přírůstky, vrátí n+1 krat 2 "
"matici hodnot"
-#: ../lib/library-strings.c:246
+#: ../lib/library-strings.c:247
msgid "Calculate average of an entire matrix"
msgstr "Spočítat průměr celé matice"
-#: ../lib/library-strings.c:247
+#: ../lib/library-strings.c:248
msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)"
msgstr "Integrál Gaussovy funkce od 0 do x (oblast pod normální křivkou)"
-#: ../lib/library-strings.c:248
+#: ../lib/library-strings.c:249
msgid "The normalized Gauss distribution function (the normal curve)"
msgstr "Normalizovaná Gaussova distribuční funkce (normální křivka)"
-#: ../lib/library-strings.c:249
+#: ../lib/library-strings.c:250
msgid "Calculate median of an entire matrix"
msgstr "Spočítat medián celé matice"
-#: ../lib/library-strings.c:250
+#: ../lib/library-strings.c:251
msgid "Calculate the population standard deviation of a whole matrix"
msgstr "Spočítat standardní odchylku populace celé matice"
-#: ../lib/library-strings.c:251
+#: ../lib/library-strings.c:252
msgid "Calculate average of each row in a matrix"
msgstr "Spočítat průměr každého řádku matice"
-#: ../lib/library-strings.c:252
+#: ../lib/library-strings.c:253
msgid "Calculate median of each row in a matrix"
msgstr "Spočítat medián každého řádku matice"
-#: ../lib/library-strings.c:253
+#: ../lib/library-strings.c:254
msgid ""
"Calculate the population standard deviations of rows of a matrix and return "
"a vertical vector"
msgstr ""
"Spočítat standardní odchylky populací řádků matice a vrátit svislý vektor"
-#: ../lib/library-strings.c:254
+#: ../lib/library-strings.c:255
msgid ""
"Calculate the standard deviations of rows of a matrix and return a vertical "
"vector"
msgstr "Spočítat standardní odchylky řádků matice a vrátit svislý vektor"
-#: ../lib/library-strings.c:255
+#: ../lib/library-strings.c:256
msgid "Calculate the standard deviation of a whole matrix"
msgstr "Spočítat standardní odchylku celé matice"
-#: ../lib/library-strings.c:256
+#: ../lib/library-strings.c:257
msgid ""
"Attempt to find a root of a polynomial using Newton's method, returning "
"after two successive values are within epsilon or after maxn tries (then "
@@ -1324,18 +1332,18 @@ msgstr ""
"se, když dvě po sobě jdoucí hodnoty spadají do epsilon, nebo po maxn "
"pokusech (v takovém případě vrátí null)"
-#: ../lib/library-strings.c:257
+#: ../lib/library-strings.c:258
msgid "Returns a set where every element of X appears only once"
msgstr "Vrátit množinu, kde je každý prvek X jen jednou"
-#: ../lib/library-strings.c:258
+#: ../lib/library-strings.c:259
msgid ""
"Returns a set theoretic union of X and Y (X and Y are vectors pretending to "
"be sets)"
msgstr ""
"Vrátit množinové sjednocení X a Y (X a Y jsou vektory brané jako množiny)"
-#: ../lib/library-strings.c:259
+#: ../lib/library-strings.c:260
msgid ""
"For a Hilbert function that is c for degree d, given the Macaulay bound for "
"the Hilbert function of degree d+1 (The c^<d> operator from Green's proof)"
@@ -1343,19 +1351,19 @@ msgstr ""
"Pro Hilbertovu funkci c stupně d vrací Macaulayovu mez pro Hilbertovu funkci "
"stupně d+1 (c^<d> je operátor z Greenovy věty)"
-#: ../lib/library-strings.c:260
+#: ../lib/library-strings.c:261
msgid "The c_<d> operator from Green's proof of Macaulay's Theorem"
msgstr "Operátor c_<d> z Greenovy věty použité na Macaulayoův teorém"
-#: ../lib/library-strings.c:261
+#: ../lib/library-strings.c:262
msgid "Return the dth Macaulay representation of a positive integer c"
msgstr "Vrátit d-tou Macaulyovu reprezentaci kladného celého čísla c"
-#: ../lib/library-strings.c:262
+#: ../lib/library-strings.c:263
msgid "Attempt to symbolically differentiate a function n times"
msgstr "Pokusit se symbolicky n-krát derivovat funkci"
-#: ../lib/library-strings.c:263
+#: ../lib/library-strings.c:264
msgid ""
"Attempt to symbolically differentiate a function n times quietly and return "
"null on failure"
@@ -1363,7 +1371,7 @@ msgstr ""
"Pokusit se symbolicky derivovat funkci n-krát tiše a vrátit null při "
"neúspěchu"
-#: ../lib/library-strings.c:264
+#: ../lib/library-strings.c:265
msgid ""
"Attempt to construct the Taylor approximation function around x0 to the nth "
"degree."
@@ -1392,7 +1400,7 @@ msgstr "Neočekávaný operátor!"
msgid "Cannot currently print polynomials of more than 3 vars"
msgstr "V současnosti nelze tisknout polynomy více než 3 proměnných"
-#: ../src/calc.c:1307
+#: ../src/calc.c:1307 ../src/calc.c:1383
msgid "NULL function!"
msgstr "Funkce NULL!"
@@ -1402,73 +1410,73 @@ msgstr "Funkce NULL!"
msgid "Unexpected function type!"
msgstr "Neočekávaný typ funkce!"
-#: ../src/calc.c:1388
+#: ../src/calc.c:1419
msgid "NULL tree!"
msgstr "Strom NULL!"
-#: ../src/calc.c:1478 ../src/eval.c:7683
+#: ../src/calc.c:1509 ../src/eval.c:7683
msgid "Unexpected node!"
msgstr "Neočekávaný uzel!"
-#: ../src/calc.c:1973
+#: ../src/calc.c:2004
#, c-format
msgid "File '%s' is a wrong version of GEL"
msgstr "Soubor „%s“ je ve špatné verzi GEL"
-#: ../src/calc.c:2023 ../src/calc.c:2032 ../src/calc.c:2037 ../src/calc.c:2046
-#: ../src/calc.c:2051 ../src/calc.c:2060 ../src/calc.c:2065 ../src/calc.c:2074
-#: ../src/calc.c:2079 ../src/calc.c:2090 ../src/calc.c:2095 ../src/calc.c:2106
-#: ../src/calc.c:2113 ../src/calc.c:2126 ../src/calc.c:2132 ../src/calc.c:2139
-#: ../src/calc.c:2148 ../src/calc.c:2159 ../src/calc.c:2165 ../src/calc.c:2172
-#: ../src/calc.c:2178 ../src/calc.c:2185 ../src/calc.c:2191 ../src/calc.c:2198
-#: ../src/calc.c:2204 ../src/calc.c:2211 ../src/calc.c:2217 ../src/calc.c:2224
-#: ../src/calc.c:2230 ../src/calc.c:2237 ../src/calc.c:2243 ../src/calc.c:2250
-#: ../src/calc.c:2266 ../src/calc.c:2284 ../src/calc.c:2294
+#: ../src/calc.c:2054 ../src/calc.c:2063 ../src/calc.c:2068 ../src/calc.c:2077
+#: ../src/calc.c:2082 ../src/calc.c:2091 ../src/calc.c:2096 ../src/calc.c:2105
+#: ../src/calc.c:2110 ../src/calc.c:2121 ../src/calc.c:2126 ../src/calc.c:2137
+#: ../src/calc.c:2144 ../src/calc.c:2157 ../src/calc.c:2163 ../src/calc.c:2170
+#: ../src/calc.c:2179 ../src/calc.c:2190 ../src/calc.c:2196 ../src/calc.c:2203
+#: ../src/calc.c:2209 ../src/calc.c:2216 ../src/calc.c:2222 ../src/calc.c:2229
+#: ../src/calc.c:2235 ../src/calc.c:2242 ../src/calc.c:2248 ../src/calc.c:2255
+#: ../src/calc.c:2261 ../src/calc.c:2268 ../src/calc.c:2274 ../src/calc.c:2281
+#: ../src/calc.c:2297 ../src/calc.c:2315 ../src/calc.c:2325
msgid "Badly formed record"
msgstr "Špatně vytvořený záznam"
-#: ../src/calc.c:2026
+#: ../src/calc.c:2057
msgid "Record out of place"
msgstr "Záznam na nesprávném místě"
-#: ../src/calc.c:2308
+#: ../src/calc.c:2339
msgid "Missing value for function"
msgstr "Chybí hodnota funkce"
-#: ../src/calc.c:2334
+#: ../src/calc.c:2365
msgid "Extra dictionary for NULL function"
msgstr "Slovník navíc pro funkci NULL"
-#: ../src/calc.c:2386 ../src/calc.c:2940 ../src/calc.c:2975
+#: ../src/calc.c:2417 ../src/calc.c:2971 ../src/calc.c:3006
#, c-format
msgid "Can't open file: '%s'"
msgstr "Nelze otevřít soubor: „%s“"
-#: ../src/calc.c:2587
+#: ../src/calc.c:2618
msgid "Load a file into the interpreter"
msgstr "Načíst soubor do interpretu"
-#: ../src/calc.c:2590
+#: ../src/calc.c:2621
msgid "Load a plugin"
msgstr "Načíst zásuvný modul"
-#: ../src/calc.c:2593
+#: ../src/calc.c:2624
msgid "List files in the current directory"
msgstr "Vypsat soubory v aktuální složce"
-#: ../src/calc.c:2596
+#: ../src/calc.c:2627
msgid "Change directory"
msgstr "Změnit složku"
-#: ../src/calc.c:2599
+#: ../src/calc.c:2630
msgid "Print current directory"
msgstr "Vypsat aktuální složku"
-#: ../src/calc.c:2602
+#: ../src/calc.c:2633
msgid "Print help (or help on a function/command)"
msgstr "Vypsat nápovědu (nebo nápovědu o funkci/příkazu)"
-#: ../src/calc.c:2618
+#: ../src/calc.c:2649
msgid ""
"\n"
"For a manual on using Genius and the GEL language type:\n"
@@ -1476,11 +1484,11 @@ msgstr ""
"\n"
"Příručku k používání kalkulátoru Genius a jazyka GEL zobrazíte napsáním:\n"
-#: ../src/calc.c:2620
+#: ../src/calc.c:2651
msgid " manual\n"
msgstr " manual\n"
-#: ../src/calc.c:2624
+#: ../src/calc.c:2655
msgid ""
"\n"
"For help on a specific function type:\n"
@@ -1488,11 +1496,11 @@ msgstr ""
"\n"
"Nápovědu o konkrétní funkci zobrazíte napsáním:\n"
-#: ../src/calc.c:2626
+#: ../src/calc.c:2657
msgid " help FunctionName\n"
msgstr " help NazevFunkce\n"
-#: ../src/calc.c:2630
+#: ../src/calc.c:2661
msgid ""
"\n"
"Commands:\n"
@@ -1500,7 +1508,7 @@ msgstr ""
"\n"
"Příkazy:\n"
-#: ../src/calc.c:2675
+#: ../src/calc.c:2706
msgid ""
"\n"
"Undocumented:\n"
@@ -1511,99 +1519,98 @@ msgstr ""
#. func
#. aliasfor
#. category
-#: ../src/calc.c:2718
+#: ../src/calc.c:2749
msgid "Not documented"
msgstr "Není dokumentováno"
-#: ../src/calc.c:2741
+#: ../src/calc.c:2772
#, c-format
msgid "'%s' is not documented"
msgstr "„%s“ není dokumentováno"
-#: ../src/calc.c:2743
+#: ../src/calc.c:2774
#, c-format
msgid "'%s' is not documented. Perhaps you meant %s."
msgstr "„%s“ není dokumentováno. Možná jste chtěli %s."
-#: ../src/calc.c:2753
+#: ../src/calc.c:2784
#, c-format
msgid "%s is an alias for %s\n"
msgstr "%s je přezdívka pro %s\n"
-#: ../src/calc.c:2775
+#: ../src/calc.c:2806
msgid "Parameter: "
msgstr "Parametr: "
-#: ../src/calc.c:2802
+#: ../src/calc.c:2833
msgid "Aliases:"
msgstr "Přezdívky:"
-#: ../src/calc.c:2814
+#: ../src/calc.c:2845
#, c-format
msgid "Description: %s\n"
msgstr "Popis: %s\n"
-#: ../src/calc.c:3000 ../src/calc.c:3007
+#: ../src/calc.c:3031 ../src/calc.c:3038
#, c-format
msgid "Error changing to directory '%s': %s"
msgstr "Chyba při přepnutí do složky „%s“: %s"
-#: ../src/calc.c:3021 ../src/calc.c:3032
+#: ../src/calc.c:3052 ../src/calc.c:3063
#, c-format
msgid "Can't expand '%s'"
msgstr "Nelze rozbalit „%s“"
-#: ../src/calc.c:3102
+#: ../src/calc.c:3133
#, c-format
msgid "Cannot open plugin '%s'!"
msgstr "Nelze otevřít zásuvný modul „%s“!"
-#: ../src/calc.c:3192
+#: ../src/calc.c:3223
#, c-format
msgid "getcwd error: %s"
msgstr "Chyba getcwd: %s"
-#: ../src/calc.c:3251
+#: ../src/calc.c:3282
#, c-format
msgid "ERROR: 'pipe' failed: %s"
msgstr "CHYBA: selhalo „pipe“: %s"
-#: ../src/calc.c:3258 ../src/calc.c:3265
+#: ../src/calc.c:3289 ../src/calc.c:3296
#, c-format
msgid "ERROR: 'write' possibly failed: %s"
msgstr "CHYBA: možná selhalo „write“: %s"
-#: ../src/calc.c:3333
+#: ../src/calc.c:3364
msgid "ERROR: Probably corrupt stack!"
msgstr "CHYBA: Zásobník pravděpodobně poškozen!"
-#: ../src/calc.c:3345
+#: ../src/calc.c:3376
msgid ""
"ERROR: 'local' in a wrong place, can only be first statement in a function!"
msgstr ""
"ERROR: „local“ ve špatném místě, může být jen první výraz v definici funkce!"
-#: ../src/calc.c:3369
+#: ../src/calc.c:3400
msgid "ERROR: Can't execute more things at once!"
msgstr "CHYBA: Nelze spouštět více věcí zároveň!"
-#: ../src/calc.c:3475
+#: ../src/calc.c:3506
#, c-format
msgid "ERROR: %s before newline"
msgstr "CHYBA: %s před koncem řádku"
-#: ../src/calc.c:3477
+#: ../src/calc.c:3508
#, c-format
msgid "ERROR: %s at end of input"
msgstr "CHYBA: %s na konci vstupu"
-#: ../src/calc.c:3484
+#: ../src/calc.c:3515
#, c-format
msgid "ERROR: %s before '%s'"
msgstr "CHYBA: %s před „%s“"
#: ../src/calc.h:32
-#| msgid "Copyright (C) 1997-2013 Jiří (George) Lebl"
msgid "Copyright (C) 1997-2014 Jiří (George) Lebl"
msgstr "Copyright © 1997 – 2014 Jiří (George) Lebl"
@@ -2047,7 +2054,7 @@ msgstr "%s: příliš velký parametr"
msgid "Cannot parse version string: %s"
msgstr "Nerozumím řetězci verze: %s"
-#: ../src/funclib.c:179 ../src/gnome-genius.c:1959
+#: ../src/funclib.c:179 ../src/gnome-genius.c:1957
#, c-format
msgid ""
"Genius %s\n"
@@ -2098,324 +2105,372 @@ msgstr "%s: pokus o nastavení chráněné id!"
msgid "%s: trying to set a parameter, use the equals sign"
msgstr "%s: pokus o nastavení parametru, použijte rovnítko"
-#: ../src/funclib.c:579 ../src/funclib.c:672
+#: ../src/funclib.c:580 ../src/gnome-genius.c:1166
+msgid ""
+"Global variables:\n"
+"\n"
+msgstr ""
+"Globální proměnné:\n"
+"\n"
+
+#: ../src/funclib.c:603 ../src/gnome-genius.c:1199
+msgid ""
+"\n"
+"Function call stack:\n"
+msgstr ""
+"\n"
+"Zásobník volání funkcí:\n"
+
+#: ../src/funclib.c:605 ../src/funclib.c:645 ../src/gnome-genius.c:1201
+#: ../src/gnome-genius.c:1258
+msgid ""
+"(depth of context in parentheses)\n"
+"\n"
+msgstr ""
+"(hloubka kontextu v závorce)\n"
+"\n"
+
+#: ../src/funclib.c:643 ../src/gnome-genius.c:1256
+msgid ""
+"\n"
+"Local variables:\n"
+msgstr ""
+"\n"
+"Místní proměnné:\n"
+
+#: ../src/funclib.c:674
+#, c-format
+msgid "%s: Argument number %d not a string or identifier"
+msgstr "%s: Argument číslo %d není řetězec ani identifikátor"
+
+#: ../src/funclib.c:683
+#, c-format
+msgid "%s undefined\n"
+msgstr "%s nedefinovaná\n"
+
+#: ../src/funclib.c:706 ../src/funclib.c:799
#, c-format
msgid "%s: Too many arguments, should be at most %d"
msgstr "%s: Příliš mnoho parametrů, mělo by jich být nejvýše %d"
-#: ../src/funclib.c:820
+#: ../src/funclib.c:947
msgid "Cannot apply function to two differently sized matrices"
msgstr "Nelze použít funkci na dvě matice s různými rozměry"
-#: ../src/funclib.c:1485 ../src/funclib.c:1522 ../src/funclib.c:1559
-#: ../src/funclib.c:1596 ../src/funclib.c:1638 ../src/funclib.c:1675
-#: ../src/funclib.c:1717 ../src/funclib.c:1764
+#: ../src/funclib.c:1612 ../src/funclib.c:1649 ../src/funclib.c:1686
+#: ../src/funclib.c:1723 ../src/funclib.c:1765 ../src/funclib.c:1802
+#: ../src/funclib.c:1844 ../src/funclib.c:1891
#, c-format
msgid "%s: Not implemented (yet) for complex values"
msgstr "%s: Není implementováno (prozatím) pro komplexní hodnoty"
-#: ../src/funclib.c:1680 ../src/funclib.c:1722 ../src/funclib.c:1769
+#: ../src/funclib.c:1807 ../src/funclib.c:1849 ../src/funclib.c:1896
#, c-format
msgid ""
"%s: Bessel functions of second kind not defined for nonpositive real numbers"
msgstr ""
"%s: Besselova funkce prvního druhu není definována pro nekladná reálná čísla"
-#: ../src/funclib.c:2222
+#: ../src/funclib.c:2349
#, c-format
msgid "%s: square root for composite moduli is not yet implemented"
msgstr "%s: odmocnina pro složené moduly ještě není implementována"
-#: ../src/funclib.c:2230
+#: ../src/funclib.c:2357
#, c-format
msgid "%s: Cannot find square root function for prime moduli"
msgstr "%s: Nelze najít funkci odmocniny pro prvočíselný modul"
-#: ../src/funclib.c:2263
+#: ../src/funclib.c:2390
#, c-format
msgid "%s: matrix argument is not square"
msgstr "%s: maticový parametr není čtvercový"
-#: ../src/funclib.c:2404 ../src/funclib.c:2504
+#: ../src/funclib.c:2531 ../src/funclib.c:2631
#, c-format
msgid "%s: matrix argument must be integer only"
msgstr "%s: maticový parametr musí být jen z celých čísel"
-#: ../src/funclib.c:2426 ../src/funclib.c:2526
+#: ../src/funclib.c:2553 ../src/funclib.c:2653
#, c-format
msgid "%s: argument must be an integer"
msgstr "%s: parametr musí být celé číslo"
-#: ../src/funclib.c:2610 ../src/funclib.c:4468 ../src/funclib.c:4497
-#: ../src/funclib.c:4749 ../src/mpwrap.c:3790 ../src/mpwrap.c:3809
+#: ../src/funclib.c:2737 ../src/funclib.c:4595 ../src/funclib.c:4624
+#: ../src/funclib.c:4876 ../src/mpwrap.c:3790 ../src/mpwrap.c:3809
#: ../src/mpwrap.c:3866 ../src/mpwrap.c:3895 ../src/mpwrap.c:3912
#: ../src/mpwrap.c:3961
msgid "Division by zero!"
msgstr "Dělení nulou!"
-#: ../src/funclib.c:2792 ../src/funclib.c:2879
+#: ../src/funclib.c:2919 ../src/funclib.c:3006
#, c-format
msgid "%s: matrix argument must be value only"
msgstr "%s: maticový parametr musí být jen hodnoty"
-#: ../src/funclib.c:3138 ../src/funclib.c:3196 ../src/funclib.c:4734
-#: ../src/funclib.c:5028 ../src/graphing.c:9024
+#: ../src/funclib.c:3265 ../src/funclib.c:3323 ../src/funclib.c:4861
+#: ../src/funclib.c:5155 ../src/graphing.c:9024
#, c-format
msgid "%s: too many arguments"
msgstr "%s: příliš mnoho parametrů"
-#: ../src/funclib.c:3446
+#: ../src/funclib.c:3573
#, c-format
msgid "%s: vector argument not value only"
msgstr "%s: vektorový parametr nejsou jen hodnoty"
-#: ../src/funclib.c:3457 ../src/funclib.c:3496
+#: ../src/funclib.c:3584 ../src/funclib.c:3623
#, c-format
msgid "%s: argument can't be negative or 0"
msgstr "%s: parametr nesmí být záporný nebo 0"
-#: ../src/funclib.c:3465 ../src/funclib.c:3501
+#: ../src/funclib.c:3592 ../src/funclib.c:3628
#, c-format
msgid "%s: vector argument has too large entries"
msgstr "%s: vektorový parametr má příliš velké položky"
-#: ../src/funclib.c:3543
+#: ../src/funclib.c:3670
#, c-format
msgid "%s: arguments must be vectors of equal size"
msgstr "%s: parametr musí být vektory stejné velikosti"
-#: ../src/funclib.c:4035 ../src/funclib.c:4041
+#: ../src/funclib.c:4162 ../src/funclib.c:4168
#, c-format
msgid "%s: %s not a reference"
msgstr "%s: %s není odkaz"
-#: ../src/funclib.c:4080
+#: ../src/funclib.c:4207
#, c-format
msgid "%s: matrices not of the same height"
msgstr "%s: matice nemají stejnou výšku"
-#: ../src/funclib.c:4085 ../src/funclib.c:4728
+#: ../src/funclib.c:4212 ../src/funclib.c:4855
msgid "third argument"
msgstr "třetí parametr"
-#: ../src/funclib.c:4090
+#: ../src/funclib.c:4217
msgid "fourth argument"
msgstr "čtvrtý parametr"
-#: ../src/funclib.c:4365
+#: ../src/funclib.c:4492
#, c-format
msgid "%s: argument must be greater than 2"
msgstr "%s: parametr musí být větší než 2"
-#: ../src/funclib.c:4553
+#: ../src/funclib.c:4680
#, c-format
msgid "%s: arguments not horizontal vectors"
msgstr "%s: parametry nejsou vodorovné vektory"
-#: ../src/funclib.c:4562
+#: ../src/funclib.c:4689
#, c-format
msgid "%s: arguments not numeric only vectors"
msgstr "%s: parametry nejsou vektory jen s čísly"
-#: ../src/funclib.c:4946
+#: ../src/funclib.c:5073
#, c-format
msgid "%s: argument 1 must be a quadratic polynomial"
msgstr "%s: parametr 1 musí být kvadratický polynom"
-#: ../src/funclib.c:5257 ../src/funclib.c:5346 ../src/funclib.c:5607
-#: ../src/funclib.c:5614 ../src/funclib.c:5669 ../src/funclib.c:5676
-#: ../src/funclib.c:5747 ../src/funclib.c:5761
+#: ../src/funclib.c:5384 ../src/funclib.c:5473 ../src/funclib.c:5734
+#: ../src/funclib.c:5741 ../src/funclib.c:5796 ../src/funclib.c:5803
+#: ../src/funclib.c:5874 ../src/funclib.c:5888
#, c-format
msgid "%s: value out of range"
msgstr "%s: hodnota mimo rozsah"
-#: ../src/funclib.c:5970
+#: ../src/funclib.c:6097
#, c-format
msgid "%s: undefined function"
msgstr "%s: nedefinovaná funkce"
-#: ../src/funclib.c:5976
+#: ../src/funclib.c:6103
#, c-format
msgid "%s: flags argument must be a string"
msgstr "%s: parametr příznaků musí být řetězec"
-#: ../src/funclib.c:6104 ../src/symbolic.c:734
+#: ../src/funclib.c:6231 ../src/symbolic.c:734
#, c-format
msgid "%s: argument not a function of one variable"
msgstr "%s: parametr není funkce jedné proměnné"
-#: ../src/funclib.c:6316 ../src/funclib.c:6351 ../src/funclib.c:6596
+#: ../src/funclib.c:6443 ../src/funclib.c:6478 ../src/funclib.c:6723
#, c-format
msgid "%s: argument should be between %d and %d"
msgstr "%s: parametr by měl být mezi %d a %d"
-#: ../src/funclib.c:6504
+#: ../src/funclib.c:6631
msgid "OutputStyle must be one of normal, troff, latex or mathml"
msgstr "OutputStyle musí být jedno z normal, troff, latex nebo mathml"
-#: ../src/funclib.c:6544
+#: ../src/funclib.c:6671
#, c-format
msgid "%s: argument should be larger or equal to 0"
msgstr "%s: parametr by měl být větší nebo roven 0"
-#: ../src/funclib.c:6657
+#: ../src/funclib.c:6784
msgid "Basic"
msgstr "Základní"
#. internal
-#: ../src/funclib.c:6658
+#: ../src/funclib.c:6785
msgid "Parameters"
msgstr "Parametry"
#. internal
-#: ../src/funclib.c:6659
+#: ../src/funclib.c:6786
msgid "Constants"
msgstr "Konstanty"
#. internal
-#: ../src/funclib.c:6660
+#: ../src/funclib.c:6787
msgid "Numeric"
msgstr "Číselné"
#. internal
-#: ../src/funclib.c:6661
+#: ../src/funclib.c:6788
msgid "Trigonometry"
msgstr "Trigonometrie"
#. internal
-#: ../src/funclib.c:6662
+#: ../src/funclib.c:6789
msgid "Number Theory"
msgstr "Teorie čísel"
#. internal
-#: ../src/funclib.c:6663
+#: ../src/funclib.c:6790
msgid "Matrix Manipulation"
msgstr "Práce s maticemi"
#. internal
-#: ../src/funclib.c:6664
+#: ../src/funclib.c:6791
msgid "Linear Algebra"
msgstr "Lineární algebra"
#. internal
-#: ../src/funclib.c:6665
+#: ../src/funclib.c:6792
msgid "Combinatorics"
msgstr "Kombinatorika"
#. internal
-#: ../src/funclib.c:6666
+#: ../src/funclib.c:6793
msgid "Calculus"
msgstr "Kalkulus"
#. internal
-#: ../src/funclib.c:6667
+#: ../src/funclib.c:6794
msgid "Functions"
msgstr "Funkce"
#. internal
-#: ../src/funclib.c:6668
+#: ../src/funclib.c:6795
msgid "Equation Solving"
msgstr "Řešení rovni"
#. internal
-#: ../src/funclib.c:6669
+#: ../src/funclib.c:6796
msgid "Statistics"
msgstr "Statistika"
#. internal
-#: ../src/funclib.c:6670
+#: ../src/funclib.c:6797
msgid "Polynomials"
msgstr "Polynomy"
#. internal
-#: ../src/funclib.c:6671
+#: ../src/funclib.c:6798
msgid "Set Theory"
msgstr "Teorie množin"
#. internal
-#: ../src/funclib.c:6672
+#: ../src/funclib.c:6799
msgid "Commutative Algebra"
msgstr "Komutativní algebra"
#. internal
-#: ../src/funclib.c:6673
+#: ../src/funclib.c:6800
msgid "Miscellaneous"
msgstr "Různé"
#. internal
-#: ../src/funclib.c:6675
+#: ../src/funclib.c:6802
msgid "Displays the user manual"
msgstr "Zobrazí uživatelský manuál"
-#: ../src/funclib.c:6676
+#: ../src/funclib.c:6803
msgid "Gives the warranty information"
msgstr "Zobrazí informace o záruce"
-#: ../src/funclib.c:6677
+#: ../src/funclib.c:6804
msgid "Return version as a 3-vector"
msgstr "Vrátit verzi jako troj-vektor"
-#: ../src/funclib.c:6678
+#: ../src/funclib.c:6805
msgid "Exits the program"
msgstr "Ukončí program"
-#: ../src/funclib.c:6680
+#: ../src/funclib.c:6807
msgid "Prints a string to the error stream"
msgstr "Vypíše řetězec do proudu chyb"
-#: ../src/funclib.c:6681
+#: ../src/funclib.c:6808
msgid "Waits a specified number of seconds"
msgstr "Čeká určený počet sekund"
-#: ../src/funclib.c:6682
+#: ../src/funclib.c:6809
msgid "The true boolean value"
msgstr "Pravdivostní hodnota true"
-#: ../src/funclib.c:6684
+#: ../src/funclib.c:6811
msgid "The false boolean value"
msgstr "Pravdivostní hodnota false"
-#: ../src/funclib.c:6687
+#: ../src/funclib.c:6814
msgid "Unix time in seconds as a floating point number"
msgstr "Unixový čas v sekundách jako desetinné číslo"
-#: ../src/funclib.c:6695
+#: ../src/funclib.c:6822
msgid "Make integer (0 or 1) from a boolean value"
msgstr "Vytvořit celé číslo (0 nebo 1) z pravdivostní hodnoty"
-#: ../src/funclib.c:6697
+#: ../src/funclib.c:6824
msgid "Prints an expression"
msgstr "Vypsat výraz"
-#: ../src/funclib.c:6698
+#: ../src/funclib.c:6825
msgid "Changes current directory"
msgstr "Změnit aktuální složku"
-#: ../src/funclib.c:6699
+#: ../src/funclib.c:6826
msgid "Prints an expression without a trailing newline"
msgstr "Vypsat výraz bez znaku konce řádku"
-#: ../src/funclib.c:6700
+#: ../src/funclib.c:6827
msgid "Display a string and an expression"
msgstr "Zobrazit řetězec a výraz"
-#: ../src/funclib.c:6701
+#: ../src/funclib.c:6828
msgid "Set a global variable"
msgstr "Nastavit globální proměnnou"
-#: ../src/funclib.c:6703
+#: ../src/funclib.c:6829
+msgid "Display values of variables, or all if called without arguments"
+msgstr ""
+"Zobrazit hodnoty proměnných případně všechny, pokud je voláno bez argumentů"
+
+#: ../src/funclib.c:6831
msgid "Set the category and help description line for a function"
msgstr "Nastavit kategorii funkce a řádek jejího popisu v nápovědě"
-#: ../src/funclib.c:6704
+#: ../src/funclib.c:6832
msgid "Sets up a help alias"
msgstr "Nastavit přezdívku nápovědy"
-#: ../src/funclib.c:6706
+#: ../src/funclib.c:6834
msgid "Identity function, returns its argument"
msgstr "Funkce identity, vrací svůj argument"
-#: ../src/funclib.c:6708
+#: ../src/funclib.c:6836
msgid ""
"Generate random float between 0 and 1, or if size given generate vector or "
"matrix of random floats"
@@ -2423,7 +2478,7 @@ msgstr ""
"Generovat náhodné desetinné číslo v rozmezí 0 až 1 nebo, pokud je zadána "
"velikost, vektor nebo matici náhodných desetinných čísel"
-#: ../src/funclib.c:6710
+#: ../src/funclib.c:6838
msgid ""
"Generate random integer between 0 and max-1 inclusive, or if size given "
"generate vector or matrix of random integers"
@@ -2431,55 +2486,55 @@ msgstr ""
"Generovat náhodné celé číslo v rozmezí 0 až max-1 včetně nebo, pokud je "
"zadána velikost, vektor nebo matici náhodných celých čísel"
-#: ../src/funclib.c:6713 ../src/gnome-genius.c:2503
+#: ../src/funclib.c:6841 ../src/gnome-genius.c:2501
msgid "Floating point precision"
msgstr "Přesnost čísel s plovoucí desetinnou čárkou"
-#: ../src/funclib.c:6715 ../src/gnome-genius.c:2392
+#: ../src/funclib.c:6843 ../src/gnome-genius.c:2390
msgid ""
"Display 0.0 when floating point number is less than 10^-x (0=never chop)"
msgstr ""
"Tisknout 0.0 když číslo s plovoucí řádkou je menší než 10^-x (0=nikdy "
"nesekat)"
-#: ../src/funclib.c:6718 ../src/gnome-genius.c:2415
+#: ../src/funclib.c:6846 ../src/gnome-genius.c:2413
msgid "Only chop numbers when another number is greater than 10^-x"
msgstr "Sekat čísla jen když jiné číslo je vetší než 10^-x"
-#: ../src/funclib.c:6719
+#: ../src/funclib.c:6847
msgid "Maximum digits to display"
msgstr "Maximum zobrazovaných číslic"
-#: ../src/funclib.c:6720
+#: ../src/funclib.c:6848
msgid "Maximum errors to display"
msgstr "Maximum zobrazovaných chyb"
-#: ../src/funclib.c:6721
+#: ../src/funclib.c:6849
msgid "Output style: normal, latex, mathml or troff"
msgstr "Styl výstupu: normal, latex, mathml nebo troff"
-#: ../src/funclib.c:6722
+#: ../src/funclib.c:6850
msgid "Integer output base"
msgstr "Základ výstupu celých čísel"
-#: ../src/funclib.c:6723
+#: ../src/funclib.c:6851
msgid "If true, mixed fractions are printed"
msgstr "Je-li true, jsou vypisovány smíšené zlomky"
-#: ../src/funclib.c:6724
+#: ../src/funclib.c:6852
msgid "Print full expressions, even if more than a line"
msgstr "Vypisovat úplné výrazy, i když jsou delší než řádek"
-#: ../src/funclib.c:6725
+#: ../src/funclib.c:6853
msgid "Convert all results to floats before printing"
msgstr ""
"Před výpisem převést všechny výsledky na čísla s plovoucí desetinnou čárkou"
-#: ../src/funclib.c:6726
+#: ../src/funclib.c:6854
msgid "Use scientific notation"
msgstr "Používat vědeckou notaci"
-#: ../src/funclib.c:6728
+#: ../src/funclib.c:6856
msgid ""
"Number of extra Miller-Rabin tests to run on a number before declaring it a "
"prime in IsPrime"
@@ -2487,227 +2542,226 @@ msgstr ""
"Počet Miller-Rabinových testů, které s číslem spustit navíc před "
"prohlášením, že je to prvočíslo v IsPrime"
-#: ../src/funclib.c:6734
+#: ../src/funclib.c:6862
msgid "Expands a matrix just like we do on unquoted matrix input"
msgstr "Rozbalit matici tak, jak to děláme při vstupu matice bez uvozovky"
-#: ../src/funclib.c:6735
+#: ../src/funclib.c:6863
msgid "Gets the rows of a matrix as a vertical vector"
msgstr "Získat řádky matice jako svislý vektor"
-#: ../src/funclib.c:6736
+#: ../src/funclib.c:6864
msgid "Gets the columns of a matrix as a horizontal vector"
msgstr "Získat sloupce matice jako vodorovný vektor"
-#: ../src/funclib.c:6737
+#: ../src/funclib.c:6865
msgid "Gets the diagonal entries of a matrix as a column vector"
msgstr "Získat diagonální prvky matice jako sloupcový vektor"
-#: ../src/funclib.c:6738
+#: ../src/funclib.c:6866
msgid "Count the number of zero columns in a matrix"
msgstr "Získat počet nulových sloupců matice"
-#: ../src/funclib.c:6739
+#: ../src/funclib.c:6867
msgid "Removes any all-zero columns of M"
msgstr "Odstranit všechny nulové sloupce M"
-#: ../src/funclib.c:6740
-#| msgid "Count the number of zero columns in a matrix"
+#: ../src/funclib.c:6868
msgid "Return a vector with the indices of the nonzero columns in a matrix"
msgstr "Vrátit vektor s indexy nenulových sloupců v matici"
-#: ../src/funclib.c:6741
+#: ../src/funclib.c:6869
msgid "Return a vector with the indices of the nonzero elements in a vector"
msgstr "Vrátit vektor s indexy nenulových prvků ve vektoru"
-#: ../src/funclib.c:6743
+#: ../src/funclib.c:6871
msgid "Calculates the conjugate"
msgstr "Vypočítat komplexně sdružené číslo"
-#: ../src/funclib.c:6748
+#: ../src/funclib.c:6876
msgid "Calculates the sine function"
msgstr "Vypočítat funkci sinus"
-#: ../src/funclib.c:6751
+#: ../src/funclib.c:6879
msgid "Calculates the cosine function"
msgstr "Vypočítat funkci kosinus"
-#: ../src/funclib.c:6754
+#: ../src/funclib.c:6882
msgid "Calculates the hyperbolic sine function"
msgstr "Vypočítat funkci hyperbolický sinus"
-#: ../src/funclib.c:6757
+#: ../src/funclib.c:6885
msgid "Calculates the hyperbolic cosine function"
msgstr "Vypočítat funkci hyperbolický kosinus"
-#: ../src/funclib.c:6760
+#: ../src/funclib.c:6888
msgid "Calculates the tan function"
msgstr "Vypočítat funkci tangens"
-#: ../src/funclib.c:6763
+#: ../src/funclib.c:6891
msgid "Calculates the arctan function"
msgstr "Vypočítat funkci arcus tangens"
-#: ../src/funclib.c:6768
+#: ../src/funclib.c:6896
msgid "Calculates the sinc function, that is sin(x)/x"
msgstr "Vypočítat funkci sinc, která je definována jako sin(x)/x"
-#: ../src/funclib.c:6772
+#: ../src/funclib.c:6900
msgid "Calculates the arctan2 function (arctan(y/x) if x>0)"
msgstr "Vypočítat funkci arcus tangens (arctan(y/x) pokud x>0)"
-#: ../src/funclib.c:6776
+#: ../src/funclib.c:6904
msgid "The number pi"
msgstr "Číslo pi"
-#: ../src/funclib.c:6778
+#: ../src/funclib.c:6906
msgid "The natural number e"
msgstr "Přirozené číslo e"
-#: ../src/funclib.c:6780
+#: ../src/funclib.c:6908
msgid "The Golden Ratio"
msgstr "Zlatý řez"
-#: ../src/funclib.c:6782
+#: ../src/funclib.c:6910
msgid "Free fall acceleration"
msgstr "Zrychlení při volném pádu"
-#: ../src/funclib.c:6785
+#: ../src/funclib.c:6913
msgid "Euler's Constant gamma"
msgstr "Eulerova konstanta gamma"
-#: ../src/funclib.c:6789
+#: ../src/funclib.c:6917
msgid "Catalan's Constant (0.915...)"
msgstr "Catalanova konstanta (0.915…)"
#. FUNC (ErrorFunction, 1, "x", "functions", N_("The error function, 2/sqrt(2) * int_0^x e^(-t^2) dt (only
real values implemented)"));
#. ErrorFunction_function = f;
#. ALIAS (erf, 1, ErrorFunction);
-#: ../src/funclib.c:6794
+#: ../src/funclib.c:6922
msgid "The Riemann zeta function (only real values implemented)"
msgstr "Riemannova funkce zeta (zatím jen pro reálné hodnoty)"
-#: ../src/funclib.c:6798
+#: ../src/funclib.c:6926
msgid "The Gamma function (only real values implemented)"
msgstr "Funkce Gamma (zatím jen pro reálné hodnoty)"
-#: ../src/funclib.c:6803
+#: ../src/funclib.c:6931
msgid "The Bessel function of first kind of order 0"
msgstr "Besselova funkce prvního druhu řádu 0"
-#: ../src/funclib.c:6806
+#: ../src/funclib.c:6934
msgid "The Bessel function of first kind of order 1"
msgstr "Besselova funkce prvního druhu řádu 1"
-#: ../src/funclib.c:6809
+#: ../src/funclib.c:6937
msgid "The Bessel function of first kind of order n"
msgstr "Besselova funkce prvního druhu řádu n"
-#: ../src/funclib.c:6812
+#: ../src/funclib.c:6940
msgid "The Bessel function of second kind of order 0"
msgstr "Besselova funkce druhého druhu řádu 0"
-#: ../src/funclib.c:6815
+#: ../src/funclib.c:6943
msgid "The Bessel function of second kind of order 1"
msgstr "Besselova funkce druhého druhu řádu 1"
-#: ../src/funclib.c:6818
+#: ../src/funclib.c:6946
msgid "The Bessel function of second kind of integer order n"
msgstr "Besselova funkce druhého druhu celočíselného řádu n"
-#: ../src/funclib.c:6821
+#: ../src/funclib.c:6949
msgid "The square root"
msgstr "Druhá odmocina"
-#: ../src/funclib.c:6825
+#: ../src/funclib.c:6953
msgid "The exponential function"
msgstr "Exponenciální funkce"
-#: ../src/funclib.c:6828
+#: ../src/funclib.c:6956
msgid "The natural logarithm"
msgstr "Přirozený logaritmus"
-#: ../src/funclib.c:6831
+#: ../src/funclib.c:6959
msgid "Logarithm of x base 2"
msgstr "Logaritmus x o základu 2"
-#: ../src/funclib.c:6836
+#: ../src/funclib.c:6964
msgid "Logarithm of x base 10"
msgstr "Logaritmus x o základu 10"
-#: ../src/funclib.c:6839
+#: ../src/funclib.c:6967
msgid "Round a number"
msgstr "Zaokrouhli číslo"
-#: ../src/funclib.c:6843
+#: ../src/funclib.c:6971
msgid "Get the highest integer less than or equal to n"
msgstr "Získat největší celé číslo menší nebo rovné n"
-#: ../src/funclib.c:6847
+#: ../src/funclib.c:6975
msgid "Get the lowest integer more than or equal to n"
msgstr "Získat nejmenší celé číslo větší nebo rovné n"
-#: ../src/funclib.c:6851
+#: ../src/funclib.c:6979
msgid "Truncate number to an integer (return the integer part)"
msgstr "Oříznout na celé číslo (vrátit celou část)"
-#: ../src/funclib.c:6856
+#: ../src/funclib.c:6984
msgid "Make number a float"
msgstr "Převést číslo na číslo s plovoucí desetinnou čárkou"
-#: ../src/funclib.c:6859
+#: ../src/funclib.c:6987
msgid "Get the numerator of a rational number"
msgstr "Získat čitatel zlomku"
-#: ../src/funclib.c:6861
+#: ../src/funclib.c:6989
msgid "Get the denominator of a rational number"
msgstr "Získat jmenovatel zlomku"
-#: ../src/funclib.c:6864
+#: ../src/funclib.c:6992
msgid "Greatest common divisor"
msgstr "Největší společný dělitel"
-#: ../src/funclib.c:6866
+#: ../src/funclib.c:6994
msgid "Least common multiplier"
msgstr "Nejmenší společný násobek"
-#: ../src/funclib.c:6868
+#: ../src/funclib.c:6996
msgid "Check a number for being a perfect square"
msgstr "Zjistit, jestli je číslo perfektní druhou mocninou"
-#: ../src/funclib.c:6869
+#: ../src/funclib.c:6997
msgid "Check a number for being any perfect power (a^b)"
msgstr "Zjistit, jestli je číslo perfektní mocnina (a^b)"
-#: ../src/funclib.c:6870
+#: ../src/funclib.c:6998
msgid "Return the nth prime (up to a limit)"
msgstr "Vrátit n-té prvočíslo (do určitého limitu)"
-#: ../src/funclib.c:6872
+#: ../src/funclib.c:7000
msgid "Tests if an integer is even"
msgstr "Otestovat, jestli je celé číslo sudé"
-#: ../src/funclib.c:6873
+#: ../src/funclib.c:7001
msgid "Tests if an integer is odd"
msgstr "Otestovat, jestli je celé číslo liché"
-#: ../src/funclib.c:6875
+#: ../src/funclib.c:7003
msgid "Returns the least prime greater than n (if n is positive)"
msgstr "Vrátit nejmenší prvočíslo větší než n (pokud je n kladné)"
-#: ../src/funclib.c:6876
+#: ../src/funclib.c:7004
msgid "Returns the nth Lucas number"
msgstr "Vrátit n-té Lucasovo číslo"
-#: ../src/funclib.c:6877
+#: ../src/funclib.c:7005
msgid "Returns inverse of n mod m"
msgstr "Vrátit převrácenou hodnotu n mod m"
-#: ../src/funclib.c:6878
+#: ../src/funclib.c:7006
msgid "Checks divisibility (if m divides n)"
msgstr "Zkontrolovat dělitelnost (jestli m dělí n)"
-#: ../src/funclib.c:6879
+#: ../src/funclib.c:7007
msgid ""
"Return n/d but only if d divides n else returns garbage (this is faster than "
"writing n/d)"
@@ -2715,7 +2769,7 @@ msgstr ""
"Vrátit n/d, ale jen pokud d dělí n, jinak vrací nesmysly (je to rychlejší, "
"než když napíšete n/d)"
-#: ../src/funclib.c:6880
+#: ../src/funclib.c:7008
msgid ""
"Tests primality of integers, for numbers greater than 25*10^9 false positive "
"is with low probability depending on IsPrimeMillerRabinReps"
@@ -2723,11 +2777,11 @@ msgstr ""
"Otestovat prvočíselnost celých čísel, pro čísla větší než 25*10^9 je falešná "
"kladná odpověď malá a závisí na IsPrimeMillerRabinReps"
-#: ../src/funclib.c:6881
+#: ../src/funclib.c:7009
msgid "Run the strong pseudoprime test base b on n"
msgstr "Spustit silný test pseudoprvočíselnosti o základu b na n"
-#: ../src/funclib.c:6882
+#: ../src/funclib.c:7010
msgid ""
"Use the Miller-Rabin primality test on n, reps number of times. The "
"probability of false positive is (1/4)^reps"
@@ -2735,7 +2789,7 @@ msgstr ""
"Použít reps-krát Miller-Rabinův test prvočíselnosti na n. Pravděpodobnost "
"falešných pozitiv je (1/4)^reps"
-#: ../src/funclib.c:6883
+#: ../src/funclib.c:7011
msgid ""
"Use the Miller-Rabin primality test on n with enough bases that assuming the "
"Generalized Reimann Hypothesis the result is deterministic"
@@ -2743,27 +2797,27 @@ msgstr ""
"Použít Miller-Rabinův test prvočíselnosti na n s tolika bázemi, že za "
"předpokladu zobecněné Riemannovy hypotézy je výsledek deterministický"
-#: ../src/funclib.c:6884
+#: ../src/funclib.c:7012
msgid "Return factorization of a number as a matrix"
msgstr "Vrátí faktorizaci čísla jako matici"
-#: ../src/funclib.c:6886
+#: ../src/funclib.c:7014
msgid "Returns the maximum of arguments or matrix"
msgstr "Vrátí maximum parametrů nebo matice"
-#: ../src/funclib.c:6889
+#: ../src/funclib.c:7017
msgid "Returns the minimum of arguments or matrix"
msgstr "Vrátí minimum parametrů nebo matice"
-#: ../src/funclib.c:6893
+#: ../src/funclib.c:7021
msgid "Division w/o remainder, equivalent to floor(a/b)"
msgstr "Dělení beze zbytku, odpovídá to floor(a/b)"
-#: ../src/funclib.c:6895
+#: ../src/funclib.c:7023
msgid "Calculate the Jacobi symbol (a/b) (b should be odd)"
msgstr "Vypočítat Jacobiho symbol (a/b) (b by mělo být liché)"
-#: ../src/funclib.c:6897
+#: ../src/funclib.c:7025
msgid ""
"Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) "
"when a odd, or (a/2)=0 when a even"
@@ -2771,71 +2825,71 @@ msgstr ""
"Vypočítat Jacobiho symbol (a/b) s Kroneckerovým rozšířením (a/2)=(2/a) když "
"je a liché, nebo (a/2)=0 když je a sudé"
-#: ../src/funclib.c:6899
+#: ../src/funclib.c:7027
msgid "Calculate the Legendre symbol (a/p)"
msgstr "Vypočítat Legendrův symbol (a/p)"
-#: ../src/funclib.c:6902
+#: ../src/funclib.c:7030
msgid "Get the real part of a complex number"
msgstr "Získat reálnou část komplexního čísla"
-#: ../src/funclib.c:6905
+#: ../src/funclib.c:7033
msgid "Get the imaginary part of a complex number"
msgstr "Získat imaginární číst komplexního čísla"
-#: ../src/funclib.c:6909
+#: ../src/funclib.c:7037
msgid "Make an identity matrix of a given size"
msgstr "Vytvořit jednotkovou matici o daných rozměrech"
-#: ../src/funclib.c:6912
+#: ../src/funclib.c:7040
msgid "Make an matrix of all zeros (or a row vector)"
msgstr "Vytvořit matici (nebo řádkový vektor) samých nul"
-#: ../src/funclib.c:6914
+#: ../src/funclib.c:7042
msgid "Make an matrix of all ones (or a row vector)"
msgstr "Vytvořit matici (nebo řádkový vektor) samých jedniček"
-#: ../src/funclib.c:6917
+#: ../src/funclib.c:7045
msgid "Get the number of rows of a matrix"
msgstr "Získat počet řádků matice"
-#: ../src/funclib.c:6918
+#: ../src/funclib.c:7046
msgid "Get the number of columns of a matrix"
msgstr "Získat počet sloupců matice"
-#: ../src/funclib.c:6919
+#: ../src/funclib.c:7047
msgid "Is a matrix square"
msgstr "Je matice čtvercová"
-#: ../src/funclib.c:6920
+#: ../src/funclib.c:7048
msgid "Is argument a horizontal or a vertical vector"
msgstr "Je parametr vodorovný nebo svislý vektor"
-#: ../src/funclib.c:6921
+#: ../src/funclib.c:7049
msgid "Is a matrix upper triangular"
msgstr "Je matice horní trojúhelníková"
-#: ../src/funclib.c:6922
+#: ../src/funclib.c:7050
msgid "Is a matrix lower triangular"
msgstr "Je matice dolní trojúhelníková"
-#: ../src/funclib.c:6923
+#: ../src/funclib.c:7051
msgid "Is a matrix diagonal"
msgstr "Je matice diagonální"
-#: ../src/funclib.c:6924
+#: ../src/funclib.c:7052
msgid "Get the number of elements of a matrix"
msgstr "Získat počet prvků matice"
-#: ../src/funclib.c:6926
+#: ../src/funclib.c:7054
msgid "Get the row echelon form of a matrix"
msgstr "Získat řádkově odstupňovaný tvar matice"
-#: ../src/funclib.c:6930
+#: ../src/funclib.c:7058
msgid "Get the reduced row echelon form of a matrix"
msgstr "Získat redukovaný řádkově odstupňovaný tvar matice"
-#: ../src/funclib.c:6934
+#: ../src/funclib.c:7062
msgid ""
"Solve linear system Mx=V, return solution V if there is a unique solution, "
"null otherwise. Extra two reference parameters can optionally be used to "
@@ -2845,11 +2899,11 @@ msgstr ""
"jinak null. Další dva parametry předávané odkazem mohou být použity pro "
"získání redukovaného M a V."
-#: ../src/funclib.c:6937
+#: ../src/funclib.c:7065
msgid "Get the determinant of a matrix"
msgstr "Získat determinant matice"
-#: ../src/funclib.c:6940
+#: ../src/funclib.c:7068
msgid ""
"Return pivot columns of a matrix, that is columns which have a leading 1 in "
"rref form, also returns the row where they occur"
@@ -2857,196 +2911,196 @@ msgstr ""
"Vrátit pivotové sloupce matice, to je sloupce, které začínají 1 v tvaru "
"RREF, také vrací sloupec, kde vznikají"
-#: ../src/funclib.c:6942
+#: ../src/funclib.c:7070
msgid "Get the nullspace of a matrix"
msgstr "Získat nulový prostor matice"
-#: ../src/funclib.c:6944
+#: ../src/funclib.c:7072
msgid "Make new matrix of given size from old one"
msgstr "Vytvořit z původní matice novou matici daných rozměrů"
-#: ../src/funclib.c:6945
+#: ../src/funclib.c:7073
msgid "Return the index complement of a vector of indexes"
msgstr "Vrátit doplňkový index vektoru indexů"
-#: ../src/funclib.c:6946
+#: ../src/funclib.c:7074
msgid "Get the Hermitian product of two vectors"
msgstr "Získat vnější (hermitský) součin dvou vektorů"
-#: ../src/funclib.c:6949
+#: ../src/funclib.c:7077
msgid "Check if a matrix is a matrix of numbers"
msgstr "Zjistit, jestli je matice matice čísel"
-#: ../src/funclib.c:6950
+#: ../src/funclib.c:7078
msgid "Check if a matrix is an integer (non-complex) matrix"
msgstr "Zjistit, jestli je matice matice celých (ne komplexních) čísel"
-#: ../src/funclib.c:6951
+#: ../src/funclib.c:7079
msgid "Check if a matrix is a rational (non-complex) matrix"
msgstr "Zjistit, jestli je matice matice racionálních (ne komplexních) čísel"
-#: ../src/funclib.c:6952
+#: ../src/funclib.c:7080
msgid "Check if a matrix is a real (non-complex) matrix"
msgstr "Zjistit, jestli je matice matice reálných (ne komplexních) čísel"
-#: ../src/funclib.c:6953
+#: ../src/funclib.c:7081
msgid "Check if a matrix is positive, that is if each element is positive"
msgstr "Zjistí zda je matice pozitivní, je-li každý z prvků kladný"
-#: ../src/funclib.c:6954
+#: ../src/funclib.c:7082
msgid ""
"Check if a matrix is nonnegative, that is if each element is nonnegative"
msgstr "Zjistí zda je matice nezáporná, je-li každý z prvků nezáporný"
-#: ../src/funclib.c:6956
+#: ../src/funclib.c:7084
msgid "Check if a number or a matrix is all zeros"
msgstr "Zjistit, jestli je číslo nebo všechny prvky matice nula"
-#: ../src/funclib.c:6957
+#: ../src/funclib.c:7085
msgid "Check if a number or a matrix is 1 or identity respectively"
msgstr "Zjistit. jestli číslo je 1 či matice jednotková"
-#: ../src/funclib.c:6959
+#: ../src/funclib.c:7087
msgid ""
"Returns true if the element x is in the set X (where X is a vector "
"pretending to be a set)"
msgstr ""
"Vrátí true, když prvek x je v množině X (kde X je vektor braný jako množina)"
-#: ../src/funclib.c:6960
+#: ../src/funclib.c:7088
msgid "Returns true if X is a subset of Y"
msgstr "Vrátí true když X je podmnožina Y"
-#: ../src/funclib.c:6961
+#: ../src/funclib.c:7089
msgid ""
"Returns a set theoretic difference X-Y (X and Y are vectors pretending to be "
"sets)"
msgstr "Vrátí množinový rozdíl X-Y (X a Y jsou vektory brané jako množiny)"
-#: ../src/funclib.c:6962
+#: ../src/funclib.c:7090
msgid ""
"Returns a set theoretic intersection of X and Y (X and Y are vectors "
"pretending to be sets)"
msgstr "Vrátí množinový průnik X a Y (X a Y jsou vektory brané jako množiny)"
-#: ../src/funclib.c:6964
+#: ../src/funclib.c:7092
msgid "Check if argument is a null"
msgstr "Zjistit, jestli je argument null"
-#: ../src/funclib.c:6965
+#: ../src/funclib.c:7093
msgid "Check if argument is a number"
msgstr "Zjistit, jestli je argument číslo"
-#: ../src/funclib.c:6966
+#: ../src/funclib.c:7094
msgid "Check if argument is a boolean (and not a number)"
msgstr "Zjistit, jestli je argument pravdivostní hodnota (ne číslo)"
-#: ../src/funclib.c:6967
+#: ../src/funclib.c:7095
msgid "Check if argument is a text string"
msgstr "Zjistit, jestli je argument textový řetězec"
-#: ../src/funclib.c:6968
+#: ../src/funclib.c:7096
msgid "Check if argument is a matrix"
msgstr "Zjistit, jestli je argument matice"
-#: ../src/funclib.c:6969
+#: ../src/funclib.c:7097
msgid "Check if argument is a function"
msgstr "Zjistit, jestli je argument funkce"
-#: ../src/funclib.c:6970
+#: ../src/funclib.c:7098
msgid "Check if argument is a function or an identifier"
msgstr "Zjistit, jestli je argument funkce nebo identifikátor"
-#: ../src/funclib.c:6971
+#: ../src/funclib.c:7099
msgid "Check if argument is a function reference"
msgstr "Zjistit, jestli je argument odkazem na funkci"
-#: ../src/funclib.c:6973
+#: ../src/funclib.c:7101
msgid "Check if argument is a complex (non-real) number"
msgstr "Zjistit, jestli je argument komplexní (ne reálné) číslo"
-#: ../src/funclib.c:6974
+#: ../src/funclib.c:7102
msgid "Check if argument is a real number"
msgstr "Zjistit, jestli je argument reálné číslo"
-#: ../src/funclib.c:6975
+#: ../src/funclib.c:7103
msgid "Check if argument is an integer (non-complex)"
msgstr "Zjistit, jestli je argument celé (ne komplexní) číslo"
-#: ../src/funclib.c:6976
+#: ../src/funclib.c:7104
msgid "Check if argument is a positive real integer"
msgstr "Zjistit, jestli je argument kladné reálné celé číslo"
-#: ../src/funclib.c:6978
+#: ../src/funclib.c:7106
msgid "Check if argument is a non-negative real integer"
msgstr "Zjistit, jestli je argument nezáporné reálné celé číslo"
-#: ../src/funclib.c:6979
+#: ../src/funclib.c:7107
msgid "Check if argument is a possibly complex integer"
msgstr "Zjistit, jestli je argument možná komplexní celé číslo"
-#: ../src/funclib.c:6981
+#: ../src/funclib.c:7109
msgid "Check if argument is a rational number (non-complex)"
msgstr "Zjistit, jestli je argument racionální (ne komplexní) číslo"
-#: ../src/funclib.c:6982
+#: ../src/funclib.c:7110
msgid "Check if argument is a possibly complex rational number"
msgstr "Zjistit, jestli je argument možná komplexní racionální číslo"
-#: ../src/funclib.c:6983
+#: ../src/funclib.c:7111
msgid "Check if argument is a floating point number (non-complex)"
msgstr ""
"Zjistit, jestli je argument (ne komplexní) číslo s plovoucí desetinnou čárkou"
-#: ../src/funclib.c:6985
+#: ../src/funclib.c:7113
msgid "Add two polynomials (vectors)"
msgstr "Sečíst dva polynomy (vektory)"
-#: ../src/funclib.c:6986
+#: ../src/funclib.c:7114
msgid "Subtract two polynomials (as vectors)"
msgstr "Odečíst dva polynomy (jako vektory)"
-#: ../src/funclib.c:6987
+#: ../src/funclib.c:7115
msgid "Multiply two polynomials (as vectors)"
msgstr "Vynásobit dva polynomy (jako vektory)"
-#: ../src/funclib.c:6988
+#: ../src/funclib.c:7116
msgid "Divide polynomial p by q, return the remainder in r"
msgstr "Dělit polymon p polynomem q, vratit zůstatek v r"
-#: ../src/funclib.c:6989
+#: ../src/funclib.c:7117
msgid "Take polynomial (as vector) derivative"
msgstr "Derivovat polynom (jako vektor)"
-#: ../src/funclib.c:6990
+#: ../src/funclib.c:7118
msgid "Take second polynomial (as vector) derivative"
msgstr "Vypočítat druhou derivaci polynomu (jako vektoru)"
-#: ../src/funclib.c:6991
+#: ../src/funclib.c:7119
msgid "Trim zeros from a polynomial (as vector)"
msgstr "Odstranit nuly z polynomu (jako vektoru)"
-#: ../src/funclib.c:6992
+#: ../src/funclib.c:7120
msgid "Check if a vector is usable as a polynomial"
msgstr "Zjistit, jestli je vektor použitelný jako polynom"
-#: ../src/funclib.c:6993
+#: ../src/funclib.c:7121
msgid "Make string out of a polynomial (as vector)"
msgstr "Vytvořit řetězec z polynomu (jako vektoru)"
-#: ../src/funclib.c:6994
+#: ../src/funclib.c:7122
msgid "Make function out of a polynomial (as vector)"
msgstr "Vytvořit funkci z polynomu (jako vektoru)"
-#: ../src/funclib.c:6996
+#: ../src/funclib.c:7124
msgid "Find roots of a quadratic polynomial (given as vector of coefficients)"
msgstr "Najít kořeny kvadratického polynomu (polynom dán jako vektor)"
-#: ../src/funclib.c:6998
+#: ../src/funclib.c:7126
msgid "Get all combinations of k numbers from 1 to n as a vector of vectors"
msgstr "Získat jako vektor vektorů všechny kombinace k-té třídy z prvků 1 do n"
-#: ../src/funclib.c:6999
+#: ../src/funclib.c:7127
msgid ""
"Get combination that would come after v in call to combinations, first "
"combination should be [1:k]."
@@ -3054,25 +3108,25 @@ msgstr ""
"Získat kombinaci, která následuje po kombinaci v. První kombinance by měla "
"být [1:k]."
-#: ../src/funclib.c:7000
+#: ../src/funclib.c:7128
msgid "Get all permutations of k numbers from 1 to n as a vector of vectors"
msgstr ""
"Získat jako vektor vektorů všechny variace k-té třídy z prvků 1 až n, "
"případně permutace pro k=n"
-#: ../src/funclib.c:7002
+#: ../src/funclib.c:7130
msgid "Calculate combinations (binomial coefficient)"
msgstr "Spočítat kombinace (binomiální koeficient)"
-#: ../src/funclib.c:7005
+#: ../src/funclib.c:7133
msgid "Convert a string to a vector of ASCII values"
msgstr "Převést řetězec na vektor hodnot ASCII"
-#: ../src/funclib.c:7006
+#: ../src/funclib.c:7134
msgid "Convert a vector of ASCII values to a string"
msgstr "Převést vektor hodnot ASCII na řetězec"
-#: ../src/funclib.c:7008
+#: ../src/funclib.c:7136
msgid ""
"Convert a string to a vector of 0-based alphabet values (positions in the "
"alphabet string), -1's for unknown letters"
@@ -3080,7 +3134,7 @@ msgstr ""
"Převést řetězec na vektor hodnot abecedy počítaných od 0 (pozic v řetězci "
"abecedy), -1 pro neznámé znaky"
-#: ../src/funclib.c:7009
+#: ../src/funclib.c:7137
msgid ""
"Convert a vector of 0-based alphabet values (positions in the alphabet "
"string) to a string"
@@ -3088,7 +3142,7 @@ msgstr ""
"Převést vektor hodnot abecedy počítaných od 0 (pozic v řetězci abecedy) na "
"řetězec"
-#: ../src/funclib.c:7011
+#: ../src/funclib.c:7139
msgid ""
"Protect a variable from being modified. It will be treated as a system "
"defined variable from now on. Protected parameters can still be modified."
@@ -3097,7 +3151,7 @@ msgstr ""
"proměnnou definovanou v systému. Chráněné parametry mohou být měněny i "
"nadále."
-#: ../src/funclib.c:7012
+#: ../src/funclib.c:7140
msgid ""
"Unprotect a variable from being modified. It will be treated as a user "
"defined variable from now on."
@@ -3105,27 +3159,27 @@ msgstr ""
"Zrušit ochranu proměnné proti změnám. Od teď s ní bude zacházeno jako s "
"uživatelem definovanou proměnnou."
-#: ../src/funclib.c:7013
+#: ../src/funclib.c:7141
msgid ""
"Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments"
"\""
msgstr ""
"Nastavit příznaky funkce, momentálně „PropagateMod“ a „NoModuloArguments“"
-#: ../src/funclib.c:7014
+#: ../src/funclib.c:7142
msgid "Get current modulo from the context outside the function"
msgstr "Získat aktuální zbytek z kontextu mimo funkci"
-#: ../src/funclib.c:7015
+#: ../src/funclib.c:7143
msgid "Check if a variable or function is defined"
msgstr "Zjistit, jestli je proměnná či funkce definována"
-#: ../src/funclib.c:7016
+#: ../src/funclib.c:7144
msgid "Undefine a variable (including all locals and globals of the same name)"
msgstr ""
"Zapomenout proměnnou (včetně všech lokálních i globálních stejného jména)"
-#: ../src/funclib.c:7018
+#: ../src/funclib.c:7146
msgid ""
"Undefine all unprotected (user defined) global variables and parameters. "
"Does not reset or change protected (system) parameters."
@@ -3133,7 +3187,7 @@ msgstr ""
"Zrušit definice všech nechráněných (definovaných uživatelem) globálních "
"proměnných a parametrů. Nenuluje ani nemění chráněné (systémové) parametry."
-#: ../src/funclib.c:7019
+#: ../src/funclib.c:7147
msgid ""
"Mark all currently defined variables as protected. They will be treated as "
"system defined variables from now on."
@@ -3141,26 +3195,26 @@ msgstr ""
"Označit všechny v současnosti definované proměnné jako chráněné. Od teď s "
"nimi bude zacházeno jako s proměnnými definovanými v systému."
-#: ../src/funclib.c:7020
+#: ../src/funclib.c:7148
msgid ""
"Return a vector of all global unprotected (user defined) variable names."
msgstr ""
"Vrátit vektor všech nechráněných (uživatelský definovaných) globálních "
"proměnných."
-#: ../src/funclib.c:7022
+#: ../src/funclib.c:7150
msgid "Parse a string (but do not execute)"
msgstr "Analyzovat (ale nevyhodnocovat) řetězec"
-#: ../src/funclib.c:7023
+#: ../src/funclib.c:7151
msgid "Parse and evaluate a string"
msgstr "Analyzovat a vyhodnotit řetězec"
-#: ../src/funclib.c:7025
+#: ../src/funclib.c:7153
msgid "Ask a question and return a string. Optionally pass in a default."
msgstr "Položit otázku a vrátit řetězec. Lze také zadat výchozí hodnotu."
-#: ../src/funclib.c:7026
+#: ../src/funclib.c:7154
msgid ""
"Ask a question and present a list of buttons. Returns the 1-based index of "
"the button pressed (or null on failure)."
@@ -3168,7 +3222,7 @@ msgstr ""
"Položit otázku a nabídnout seznam tlačítek. Vrátí pořadí zmáčknutého "
"tlačítka (číslováno od 1) a nebo prázdnou hodnotu při selhání."
-#: ../src/funclib.c:7028
+#: ../src/funclib.c:7156
msgid ""
"Integration of f by Composite Simpson's Rule on the interval [a,b] with n "
"subintervals with error of max(f'''')*h^4*(b-a)/180, note that n should be "
@@ -3383,7 +3437,7 @@ msgstr ""
"Pro nápovědu napište „manual“ nebo „help“.%s\n"
"\n"
-#: ../src/genius.c:604 ../src/gnome-genius.c:5235
+#: ../src/genius.c:604 ../src/gnome-genius.c:5233
msgid ""
"The only thing that interferes with my learning is my education. -- Albert "
"Einstein"
@@ -3781,88 +3835,56 @@ msgstr "Chyba"
msgid "Information"
msgstr "Informace"
-#: ../src/gnome-genius.c:1166
-msgid ""
-"Global variables:\n"
-"\n"
-msgstr ""
-"Globální proměnné:\n"
-"\n"
-
-#: ../src/gnome-genius.c:1199
-msgid ""
-"\n"
-"Function call stack:\n"
-msgstr ""
-"\n"
-"Zásobník volání funkcí:\n"
-
-#: ../src/gnome-genius.c:1201 ../src/gnome-genius.c:1260
-msgid ""
-"(depth of context in parentheses)\n"
-"\n"
-msgstr ""
-"(hloubka kontextu v závorce)\n"
-"\n"
-
-#: ../src/gnome-genius.c:1258
-msgid ""
-"\n"
-"Local variables:\n"
-msgstr ""
-"\n"
-"Místní proměnné:\n"
-
-#: ../src/gnome-genius.c:1312
+#: ../src/gnome-genius.c:1310
msgid "User Variable Listing"
msgstr "Seznam uživatelských proměnných"
-#: ../src/gnome-genius.c:1420
+#: ../src/gnome-genius.c:1418
#, c-format
msgid "%s undefined"
msgstr "%s nedefinovaná"
#. printed before a global variable
-#: ../src/gnome-genius.c:1455
+#: ../src/gnome-genius.c:1453
msgid "(global) "
msgstr "(globální) "
#. printed before local variable in certain
#. * context
-#: ../src/gnome-genius.c:1459
+#: ../src/gnome-genius.c:1457
#, c-format
msgid "(context %d) "
msgstr "(kontext %d) "
-#: ../src/gnome-genius.c:1481
+#: ../src/gnome-genius.c:1479
#, c-format
msgid "%s not a user variable"
msgstr "%s není uživatelská proměnná"
-#: ../src/gnome-genius.c:1515
+#: ../src/gnome-genius.c:1513
#, c-format
msgid "Monitoring: %s"
msgstr "Sleduje se: %s"
-#: ../src/gnome-genius.c:1563
+#: ../src/gnome-genius.c:1561
msgid "Update continuously"
msgstr "Aktualizovat průběžně"
-#: ../src/gnome-genius.c:1594
+#: ../src/gnome-genius.c:1592
msgid "Monitor a Variable"
msgstr "Sledovat proměnnou"
-#: ../src/gnome-genius.c:1611
+#: ../src/gnome-genius.c:1609
msgid "Variable name:"
msgstr "Název proměnné"
#. error
#. always textbox
-#: ../src/gnome-genius.c:1667
+#: ../src/gnome-genius.c:1665
msgid "Full Answer"
msgstr "Celá odpověď"
-#: ../src/gnome-genius.c:1683
+#: ../src/gnome-genius.c:1681
#, c-format
msgid ""
"\n"
@@ -3871,12 +3893,12 @@ msgstr ""
"\n"
"Příliš mnoho chyb! (dalších %d)"
-#: ../src/gnome-genius.c:1698
+#: ../src/gnome-genius.c:1696
#, c-format
msgid "\\e[01;31mToo many errors! (%d followed)\\e[0m\n"
msgstr "\\e[01;31mPříliš mnoho chyb! (dalších %d)\\e[0m\n"
-#: ../src/gnome-genius.c:1837
+#: ../src/gnome-genius.c:1835
#, c-format
msgid ""
"<b>Cannot display help</b>\n"
@@ -3886,11 +3908,11 @@ msgstr ""
"<B>Nelze zobrazit nápovědu</b>\n"
"Detaily: %s"
-#: ../src/gnome-genius.c:1913
+#: ../src/gnome-genius.c:1911
msgid "Nils Barth (initial implementation of parts of the GEL library)"
msgstr "Nils Barth (původní implementace částí knihovny GEL)"
-#: ../src/gnome-genius.c:1914
+#: ../src/gnome-genius.c:1912
msgid "Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - plotting widgetry)"
msgstr ""
"Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - widgety vykreslování)"
@@ -3899,22 +3921,22 @@ msgstr ""
#. * which will give them credit in the About box.
#. * E.g. "Fulano de Tal <fulano detal com>"
#.
-#: ../src/gnome-genius.c:1928
+#: ../src/gnome-genius.c:1926
msgid "translator-credits"
msgstr ""
"Jiří Lebl <jirka 5z com>\n"
"Miloslav Trmač <mitr volny cz>\n"
"Marek Černocký <marek manet cz>"
-#: ../src/gnome-genius.c:1976
+#: ../src/gnome-genius.c:1974
msgid "Genius Mathematical Tool"
msgstr "Matematický nástroj Genius"
-#: ../src/gnome-genius.c:1980
+#: ../src/gnome-genius.c:1978
msgid "The Gnome calculator style edition of the Genius Mathematical Tool."
msgstr "Vydání matematického nástroje Genius ve stylu kalkulátoru Gnome."
-#: ../src/gnome-genius.c:2170
+#: ../src/gnome-genius.c:2168
msgid ""
"Genius is executing something, and furthermore there are unsaved programs.\n"
"Are you sure you wish to quit?"
@@ -3922,55 +3944,55 @@ msgstr ""
"Genius něco dělá a navíc máte neuložené programy.\n"
"Jste si jisti, že chcete skončit?"
-#: ../src/gnome-genius.c:2178
+#: ../src/gnome-genius.c:2176
msgid "There are unsaved programs, are you sure you wish to quit?"
msgstr "Máte neuložené programy, opravdu chcete skončit?"
-#: ../src/gnome-genius.c:2185
+#: ../src/gnome-genius.c:2183
msgid "Genius is executing something, are you sure you wish to quit?"
msgstr "Aplikace Genius něco provádí, opravdu chcete skončit?"
-#: ../src/gnome-genius.c:2192
+#: ../src/gnome-genius.c:2190
msgid "Are you sure you wish to quit?"
msgstr "Opravdu chcete skončit?"
-#: ../src/gnome-genius.c:2306
+#: ../src/gnome-genius.c:2304
msgid "Genius Setup"
msgstr "Nastavení Genius"
-#: ../src/gnome-genius.c:2324
+#: ../src/gnome-genius.c:2322
msgid "Output"
msgstr "Výstup"
-#: ../src/gnome-genius.c:2327
+#: ../src/gnome-genius.c:2325
msgid "Number/Expression output options"
msgstr "Možnosti výstupu čísel/výrazů"
-#: ../src/gnome-genius.c:2337
+#: ../src/gnome-genius.c:2335
msgid "Maximum digits to output (0=unlimited)"
msgstr "Maximum číslic na výstupu (0=neomezeně)"
-#: ../src/gnome-genius.c:2357
+#: ../src/gnome-genius.c:2355
msgid "Results as floats"
msgstr "Výsledky jako čísla s plovoucí desetinnou čárkou"
-#: ../src/gnome-genius.c:2365
+#: ../src/gnome-genius.c:2363
msgid "Floats in scientific notation"
msgstr "Čísla s plovoucí desetinnou čárkou ve vědecké notaci"
-#: ../src/gnome-genius.c:2373
+#: ../src/gnome-genius.c:2371
msgid "Always print full expressions"
msgstr "Vždy vypisovat celé výrazy"
-#: ../src/gnome-genius.c:2381
+#: ../src/gnome-genius.c:2379
msgid "Use mixed fractions"
msgstr "Vypisovat smíšené zlomky"
-#: ../src/gnome-genius.c:2434
+#: ../src/gnome-genius.c:2432
msgid "Remember output settings across sessions"
msgstr "Pamatovat nastavení výstupu pro další sezení"
-#: ../src/gnome-genius.c:2444
+#: ../src/gnome-genius.c:2442
msgid ""
"Should the output settings in the \"Number/Expression output options\" frame "
"be remembered for next session. Does not apply to the \"Error/Info output "
@@ -3980,27 +4002,27 @@ msgstr ""
"zapamantovány pro příští sezení? Neplatí pro rámeček „Možnosti výstupu chyb/"
"informací.“"
-#: ../src/gnome-genius.c:2449
+#: ../src/gnome-genius.c:2447
msgid "Error/Info output options"
msgstr "Možnosti výstupu chyb/informací"
-#: ../src/gnome-genius.c:2457
+#: ../src/gnome-genius.c:2455
msgid "Display errors in a dialog"
msgstr "Zobrazovat chyby v dialogu"
-#: ../src/gnome-genius.c:2465
+#: ../src/gnome-genius.c:2463
msgid "Display information messages in a dialog"
msgstr "Zobrazovat informativní zprávy v dialogu"
-#: ../src/gnome-genius.c:2476
+#: ../src/gnome-genius.c:2474
msgid "Maximum errors to display (0=unlimited)"
msgstr "Maximum zobrazovaných chyb (0=neomezeně)"
-#: ../src/gnome-genius.c:2500
+#: ../src/gnome-genius.c:2498
msgid "Precision"
msgstr "Přesnost"
-#: ../src/gnome-genius.c:2510
+#: ../src/gnome-genius.c:2508
msgid ""
"NOTE: The floating point precision might not take effect\n"
"for all numbers immediately, only new numbers calculated\n"
@@ -4010,51 +4032,51 @@ msgstr ""
"nemusí projevit pro všechna čísla okamžitě, má vliv jen\n"
"na nově vypočtená čísla a nové proměnné."
-#: ../src/gnome-genius.c:2519
+#: ../src/gnome-genius.c:2517
msgid "Floating point precision (bits)"
msgstr "Přesnost operací s plovoucí desetinnou čárkou (bitů)"
-#: ../src/gnome-genius.c:2538
+#: ../src/gnome-genius.c:2536
msgid "Remember precision setting across sessions"
msgstr "Pamatovat nastavení přesnosti pro další sezení"
-#: ../src/gnome-genius.c:2547
+#: ../src/gnome-genius.c:2545
msgid "Should the precision setting be remembered for next session."
msgstr "Mělo by být nastavení přesnosti zapamatováno pro příští sezení."
-#: ../src/gnome-genius.c:2555
+#: ../src/gnome-genius.c:2553
msgid "Terminal"
msgstr "Terminál"
-#: ../src/gnome-genius.c:2557
+#: ../src/gnome-genius.c:2555
msgid "Terminal options"
msgstr "Možnosti terminálu"
-#: ../src/gnome-genius.c:2566
+#: ../src/gnome-genius.c:2564
msgid "Scrollback lines"
msgstr "Paměť řádků"
-#: ../src/gnome-genius.c:2589
+#: ../src/gnome-genius.c:2587
msgid "Font:"
msgstr "Písmo:"
-#: ../src/gnome-genius.c:2600
+#: ../src/gnome-genius.c:2598
msgid "Black on white"
msgstr "Černé na bílém"
-#: ../src/gnome-genius.c:2608
+#: ../src/gnome-genius.c:2606
msgid "Blinking cursor"
msgstr "Blikající kurzor"
-#: ../src/gnome-genius.c:2621
+#: ../src/gnome-genius.c:2619
msgid "Memory"
msgstr "Paměť"
-#: ../src/gnome-genius.c:2624
+#: ../src/gnome-genius.c:2622
msgid "Limits"
msgstr "Omezení"
-#: ../src/gnome-genius.c:2631
+#: ../src/gnome-genius.c:2629
msgid ""
"When the limit is reached you will be asked if\n"
"you wish to interrupt the calculation or continue.\n"
@@ -4064,11 +4086,11 @@ msgstr ""
"chcete pokračovat ve výpočtu, nebo jej přerušit.\n"
"Nastavení 0 ruší limit."
-#: ../src/gnome-genius.c:2640
+#: ../src/gnome-genius.c:2638
msgid "Maximum number of nodes to allocate"
msgstr "Maximum alokovaných uzlů"
-#: ../src/gnome-genius.c:2680
+#: ../src/gnome-genius.c:2678
msgid ""
"<b>Genius is currently executing something.</b>\n"
"\n"
@@ -4078,68 +4100,68 @@ msgstr ""
"\n"
"Zkuste to prosím později nebo přerušte aktuální operaci."
-#: ../src/gnome-genius.c:2708
+#: ../src/gnome-genius.c:2706
msgid "GEL files"
msgstr "Soubory GEL"
-#: ../src/gnome-genius.c:2713 ../src/graphing.c:1193
+#: ../src/gnome-genius.c:2711 ../src/graphing.c:1193
msgid "All files"
msgstr "Všechny soubory"
-#: ../src/gnome-genius.c:2737 ../src/gnome-genius.c:3641
+#: ../src/gnome-genius.c:2735 ../src/gnome-genius.c:3639
msgid "Cannot open file!"
msgstr "Nelze otevřít soubor!"
-#: ../src/gnome-genius.c:2747 ../src/gnome-genius.c:4164
+#: ../src/gnome-genius.c:2745 ../src/gnome-genius.c:4162
msgid "Output from "
msgstr "Výstup programu "
-#: ../src/gnome-genius.c:2763 ../src/gnome-genius.c:4236
+#: ../src/gnome-genius.c:2761 ../src/gnome-genius.c:4234
msgid "End"
msgstr "Konec"
-#: ../src/gnome-genius.c:2782
+#: ../src/gnome-genius.c:2780
msgid "Load and Run"
msgstr "Načíst a spustit"
-#: ../src/gnome-genius.c:2786
+#: ../src/gnome-genius.c:2784
msgid "_Load"
msgstr "_Načíst"
-#: ../src/gnome-genius.c:3311
+#: ../src/gnome-genius.c:3309
msgid "Cannot open file"
msgstr "Nelze otevřít soubor"
#. context
-#: ../src/gnome-genius.c:3346 ../src/gnome-genius.c:4842
+#: ../src/gnome-genius.c:3344 ../src/gnome-genius.c:4840
#, c-format
msgid "Line: %d"
msgstr "Řádek: %d"
-#: ../src/gnome-genius.c:3535
+#: ../src/gnome-genius.c:3533
#, c-format
msgid "Program_%d.gel"
msgstr "Program_%d.gel"
-#: ../src/gnome-genius.c:3546
+#: ../src/gnome-genius.c:3544
#, c-format
msgid "Program %d"
msgstr "Program %d"
-#: ../src/gnome-genius.c:3575
+#: ../src/gnome-genius.c:3573
#, c-format
msgid "Cannot open %s"
msgstr "Nelze otevřít %s"
-#: ../src/gnome-genius.c:3663
+#: ../src/gnome-genius.c:3661
msgid "Open..."
msgstr "Otevřít…"
-#: ../src/gnome-genius.c:3748
+#: ../src/gnome-genius.c:3746
msgid "Program is read only"
msgstr "Program lze jen číst"
-#: ../src/gnome-genius.c:3753 ../src/gnome-genius.c:3795
+#: ../src/gnome-genius.c:3751 ../src/gnome-genius.c:3793
#, c-format
msgid ""
"<b>Cannot save file %s</b>\n"
@@ -4148,16 +4170,16 @@ msgstr ""
"<b>Nelze uložit soubor %s</b>\n"
"Podrobnosti: %s"
-#: ../src/gnome-genius.c:3759 ../src/gnome-genius.c:3802
+#: ../src/gnome-genius.c:3757 ../src/gnome-genius.c:3800
#, c-format
msgid "<b>Cannot save file %s</b>"
msgstr "<b>Nelze uložit soubor %s</b>"
-#: ../src/gnome-genius.c:3812
+#: ../src/gnome-genius.c:3810
msgid "Save new programs by \"Save As..\" first!"
msgstr "Uložte nové programy pomocí „Uložit jako…“!"
-#: ../src/gnome-genius.c:3818
+#: ../src/gnome-genius.c:3816
msgid ""
"Some read-only programs are modified. Use \"Save As..\" to save them to a "
"new location."
@@ -4165,7 +4187,7 @@ msgstr ""
"Některé upravené programy není dovoleno zapsat. Použijte „Uložit jako…“ k "
"uložení na nové místo"
-#: ../src/gnome-genius.c:3858 ../src/gnome-genius.c:3994
+#: ../src/gnome-genius.c:3856 ../src/gnome-genius.c:3992
#, c-format
msgid ""
"<b>Cannot save file</b>\n"
@@ -4174,19 +4196,19 @@ msgstr ""
"<b>Nelze uložit soubor</b>\n"
"Podrobnosti: %s"
-#: ../src/gnome-genius.c:3863 ../src/gnome-genius.c:3999
+#: ../src/gnome-genius.c:3861 ../src/gnome-genius.c:3997
msgid "<b>Cannot save file</b>"
msgstr "<b>Nelze uložit soubor</b>"
-#: ../src/gnome-genius.c:3898
+#: ../src/gnome-genius.c:3896
msgid "Save As..."
msgstr "Uložit jako…"
-#: ../src/gnome-genius.c:4032
+#: ../src/gnome-genius.c:4030
msgid "Save Console Output..."
msgstr "Uložit výstup na konzolu…"
-#: ../src/gnome-genius.c:4102
+#: ../src/gnome-genius.c:4100
msgid ""
"The program you are closing is unsaved, are you sure you wish to close it "
"without saving?"
@@ -4194,7 +4216,7 @@ msgstr ""
"Program, který zavíráte, není uložen. Jste si jisti, že jej chcete zavřít "
"bez uložení?"
-#: ../src/gnome-genius.c:4121
+#: ../src/gnome-genius.c:4119
msgid ""
"<b>No program selected.</b>\n"
"\n"
@@ -4204,12 +4226,12 @@ msgstr ""
"\n"
"Vytvořte nový program nebo vyberte existující kartu."
-#: ../src/gnome-genius.c:4151
+#: ../src/gnome-genius.c:4149
#, c-format
msgid "Cannot open pipe: %s"
msgstr "Nelze otevřít rouru: %s"
-#: ../src/gnome-genius.c:4180
+#: ../src/gnome-genius.c:4178
msgid ""
"<b>Cannot execute program</b>\n"
"\n"
@@ -4219,7 +4241,7 @@ msgstr ""
"\n"
"Nelze rozvětvit."
-#: ../src/gnome-genius.c:4253
+#: ../src/gnome-genius.c:4251
msgid ""
"<b>Error executing program</b>\n"
"\n"
@@ -4231,12 +4253,12 @@ msgstr ""
"Nastala chyba při posílání programu\n"
"do výkonného jádra."
-#: ../src/gnome-genius.c:4278
+#: ../src/gnome-genius.c:4276
#, c-format
msgid "Genius %s"
msgstr "Genius %s"
-#: ../src/gnome-genius.c:4510
+#: ../src/gnome-genius.c:4508
msgid "Memory (node number) limit has been reached, interrupt the computation?"
msgstr "Limit pameti (počtu uzlů) byl dosažen, přerušit výpočet?"
@@ -4245,17 +4267,17 @@ msgstr "Limit pameti (počtu uzlů) byl dosažen, přerušit výpočet?"
#. textbox_title
#. bind_response
#. wrap
-#: ../src/gnome-genius.c:4590
+#: ../src/gnome-genius.c:4588
msgid "Can't execute genius-readline-helper-fifo!\n"
msgstr "Nelze spustit genius-readline-helper-fifo!\n"
-#: ../src/gnome-genius.c:4657
+#: ../src/gnome-genius.c:4655
msgid "Readline helper died, weird. Trying to recover, things may be odd."
msgstr ""
"Z podivných příčin zkolaboval řádkový pomocník. Zkouší se jeho obnovení, "
"ale nemusí se to podařit."
-#: ../src/gnome-genius.c:4863
+#: ../src/gnome-genius.c:4861
msgid ""
"\n"
"Note: Compiled without GtkSourceView (better source editor)"
@@ -4263,21 +4285,21 @@ msgstr ""
"\n"
"Poznámka: Přeloženo bez GtkSourceView (lepší editor zdrojových kódů)"
-#: ../src/gnome-genius.c:4955
+#: ../src/gnome-genius.c:4953
msgid "GNOME Genius"
msgstr "GNOME Genius"
#. parent
-#: ../src/gnome-genius.c:5005
+#: ../src/gnome-genius.c:5003
msgid "Cannot find the library file, genius installation may be incorrect"
msgstr ""
"Nelze najít soubor knihovny, instalace kalkulátoru genius asi není v pořádku"
-#: ../src/gnome-genius.c:5085
+#: ../src/gnome-genius.c:5083
msgid "Console"
msgstr "Konzola"
-#: ../src/gnome-genius.c:5169
+#: ../src/gnome-genius.c:5167
#, c-format
msgid ""
"%sGenius %s%s\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]