[genius] Updated Czech translation



commit 46c7b58184d18c7947ea8b59d9a11eb8e18d5147
Author: Marek Černocký <marek manet cz>
Date:   Wed Oct 30 08:21:07 2013 +0100

    Updated Czech translation

 po/cs.po |   60 +++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 35 insertions(+), 25 deletions(-)
---
diff --git a/po/cs.po b/po/cs.po
index a3ebcbe..7b194d9 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: 2013-10-16 05:43+0000\n"
-"PO-Revision-Date: 2013-10-18 17:01+0200\n"
+"POT-Creation-Date: 2013-10-21 04:46+0000\n"
+"PO-Revision-Date: 2013-10-30 08:20+0100\n"
 "Last-Translator: Marek Černocký <marek manet cz>\n"
 "Language-Team: Czech <gnome-cs-list gnome org>\n"
 "Language: cs\n"
@@ -1224,6 +1224,16 @@ msgstr ""
 
 #: ../lib/library-strings.c:240
 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 "
+"are within epsilon or after maxn tries (then returns null)"
+msgstr ""
+"Zkusit najít nulu funkce f s derivací df a druhou derivací ddf pomocí 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
+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 "
 "maxn tries (then returns null)"
@@ -1232,15 +1242,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:241
+#: ../lib/library-strings.c:242
 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:242
+#: ../lib/library-strings.c:243
 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:243
+#: ../lib/library-strings.c:244
 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 "
@@ -1249,7 +1259,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: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 an n"
@@ -1259,52 +1269,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:245
+#: ../lib/library-strings.c:246
 msgid "Calculate average of an entire matrix"
 msgstr "Spočítat průměr celé matice"
 
-#: ../lib/library-strings.c:246
+#: ../lib/library-strings.c:247
 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:247
+#: ../lib/library-strings.c:248
 msgid "The normalized Gauss distribution function (the normal curve)"
 msgstr "Normalizovaná Gaussova distribuční funkce (normální křivka)"
 
-#: ../lib/library-strings.c:248
+#: ../lib/library-strings.c:249
 msgid "Calculate median of an entire matrix"
 msgstr "Spočítat medián celé matice"
 
-#: ../lib/library-strings.c:249
+#: ../lib/library-strings.c:250
 msgid "Calculate the population standard deviation of a whole matrix"
 msgstr "Spočítat standardní odchylku populace celé matice"
 
-#: ../lib/library-strings.c:250
+#: ../lib/library-strings.c:251
 msgid "Calculate average of each row in a matrix"
 msgstr "Spočítat průměr každého řádku matice"
 
-#: ../lib/library-strings.c:251
+#: ../lib/library-strings.c:252
 msgid "Calculate median of each row in a matrix"
 msgstr "Spočítat medián každého řádku matice"
 
-#: ../lib/library-strings.c:252
+#: ../lib/library-strings.c:253
 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:253
+#: ../lib/library-strings.c:254
 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:254
+#: ../lib/library-strings.c:255
 msgid "Calculate the standard deviation of a whole matrix"
 msgstr "Spočítat standardní odchylku celé matice"
 
-#: ../lib/library-strings.c:255
+#: ../lib/library-strings.c:256
 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 "
@@ -1314,18 +1324,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:256
+#: ../lib/library-strings.c:257
 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:257
+#: ../lib/library-strings.c:258
 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:258
+#: ../lib/library-strings.c:259
 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)"
@@ -1333,19 +1343,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:259
+#: ../lib/library-strings.c:260
 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:260
+#: ../lib/library-strings.c:261
 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:261
+#: ../lib/library-strings.c:262
 msgid "Attempt to symbolically differentiate a function n times"
 msgstr "Pokusit se symbolicky n-krát derivovat funkci"
 
-#: ../lib/library-strings.c:262
+#: ../lib/library-strings.c:263
 msgid ""
 "Attempt to symbolically differentiate a function n times quietly and return "
 "null on failure"
@@ -1353,7 +1363,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:263
+#: ../lib/library-strings.c:264
 msgid ""
 "Attempt to construct the Taylor approximation function around x0 to the nth "
 "degree."


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]