[genius] Initial Hungarian translation for updating from the Damned Lies website



commit f65b312fc459d8ffd6af421d0215b4c904bdd006
Author: Balázs Úr <urbalazs src gnome org>
Date:   Fri Sep 16 23:57:30 2016 +0200

    Initial Hungarian translation for updating from the Damned Lies website

 configure.in |    2 +-
 po/hu.po     | 5222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5223 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index e9a6dc7..0cdd5ab 100644
--- a/configure.in
+++ b/configure.in
@@ -46,7 +46,7 @@ GETTEXT_PACKAGE=genius
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[gettext package name])
 AC_SUBST(GETTEXT_PACKAGE)
 
-ALL_LINGUAS="ar az bs ca cs da de dz el en_CA en_GB eo es eu fr ga gl hi hr id it ja ko lv mk ml nb ne nl oc 
pa pt_BR pt ro ru rw sl sq sr@latin sr sv zh_CN zh_TW"
+ALL_LINGUAS="ar az bs ca cs da de dz el en_CA en_GB eo es eu fr ga gl hi hr hu id it ja ko lv mk ml nb ne nl 
oc pa pt_BR pt ro ru rw sl sq sr@latin sr sv zh_CN zh_TW"
 AM_GLIB_GNU_GETTEXT
 
 dnl ===============================================================================
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..3939cd4
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,5222 @@
+# Hungarian translation for genius.
+# Copyright (C) 2016 Free Software Foundation, Inc.
+# This file is distributed under the same license as the genius package.
+#
+# Balázs Úr <urbalazs at gmail dot com>, 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: genius master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 20:14+0000\n"
+"PO-Revision-Date: 2016-09-16 23:54+0200\n"
+"Last-Translator: Balázs Úr <urbalazs gmail com>\n"
+"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.2\n"
+
+#: ../lib/library-strings.c:1
+msgid "Compose two functions"
+msgstr ""
+
+#: ../lib/library-strings.c:2
+msgid ""
+"Compose a function with itself n times, passing x as argument, and returning "
+"x if n == 0"
+msgstr ""
+
+#: ../lib/library-strings.c:3
+msgid ""
+"Print a table of values for f(n) for numbers from vector v, or if v is a "
+"number for integers from 1 to v"
+msgstr ""
+
+#: ../lib/library-strings.c:4
+msgid "Make a string"
+msgstr ""
+
+#: ../lib/library-strings.c:5
+msgid "Tolerance of the Chop function"
+msgstr ""
+
+#: ../lib/library-strings.c:6
+msgid "How many iterations to try to find the limit for continuity and limits"
+msgstr ""
+
+#: ../lib/library-strings.c:7
+msgid ""
+"How many successive steps to be within tolerance for calculation of "
+"continuity"
+msgstr ""
+
+#: ../lib/library-strings.c:8
+msgid "Tolerance for continuity of functions and for calculating the limit"
+msgstr ""
+
+#: ../lib/library-strings.c:9
+msgid "How many iterations to try to find the limit for derivative"
+msgstr ""
+
+#: ../lib/library-strings.c:10
+msgid ""
+"How many successive steps to be within tolerance for calculation of "
+"derivative"
+msgstr ""
+
+#: ../lib/library-strings.c:11
+msgid "Tolerance for calculating the derivatives of functions"
+msgstr ""
+
+#: ../lib/library-strings.c:12
+msgid "Tolerance of the ErrorFunction (used for complex values only)"
+msgstr ""
+
+#: ../lib/library-strings.c:13
+msgid "Tolerance of the GaussDistribution function"
+msgstr ""
+
+#: ../lib/library-strings.c:14
+msgid "The function used for numerical integration in NumericalIntegral"
+msgstr ""
+
+#: ../lib/library-strings.c:15
+msgid "Steps to perform in NumericalIntegral"
+msgstr ""
+
+#: ../lib/library-strings.c:16
+msgid "How many iterations to try for InfiniteSum and InfiniteProduct"
+msgstr ""
+
+#: ../lib/library-strings.c:17
+msgid ""
+"How many successive steps to be within tolerance for InfiniteSum and "
+"InfiniteProduct"
+msgstr ""
+
+#: ../lib/library-strings.c:18
+msgid "Tolerance for InfiniteSum and InfiniteProduct"
+msgstr ""
+
+#: ../lib/library-strings.c:19 ../src/eval.c:6712
+msgid "Absolute value"
+msgstr ""
+
+#: ../lib/library-strings.c:20
+msgid "Replace very small number with zero"
+msgstr ""
+
+#: ../lib/library-strings.c:21
+msgid "Return the fractional part of a number"
+msgstr ""
+
+#: ../lib/library-strings.c:22
+msgid "Return the sign (-1,0,1)"
+msgstr ""
+
+#: ../lib/library-strings.c:23
+msgid ""
+"Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not "
+"given, e is used"
+msgstr ""
+
+#: ../lib/library-strings.c:24
+msgid "The arccos (inverse cos) function"
+msgstr ""
+
+#: ../lib/library-strings.c:25
+msgid "The arccosh (inverse cosh) function"
+msgstr ""
+
+#: ../lib/library-strings.c:26
+msgid "The arccot (inverse cot) function"
+msgstr ""
+
+#: ../lib/library-strings.c:27
+msgid "The arccoth (inverse coth) function"
+msgstr ""
+
+#: ../lib/library-strings.c:28
+msgid "The inverse cosecant function"
+msgstr ""
+
+#: ../lib/library-strings.c:29
+msgid "The inverse hyperbolic cosecant function"
+msgstr ""
+
+#: ../lib/library-strings.c:30
+msgid "The inverse secant function"
+msgstr ""
+
+#: ../lib/library-strings.c:31
+msgid "The inverse hyperbolic secant function"
+msgstr ""
+
+#: ../lib/library-strings.c:32
+msgid "The arcsin (inverse sin) function"
+msgstr ""
+
+#: ../lib/library-strings.c:33
+msgid "The arcsinh (inverse sinh) function"
+msgstr ""
+
+#: ../lib/library-strings.c:34
+msgid "The arctanh (inverse tanh) function"
+msgstr ""
+
+#: ../lib/library-strings.c:35
+msgid "The cotangent function"
+msgstr ""
+
+#: ../lib/library-strings.c:36
+msgid "The hyperbolic cotangent function"
+msgstr ""
+
+#: ../lib/library-strings.c:37
+msgid "The cosecant function"
+msgstr ""
+
+#: ../lib/library-strings.c:38
+msgid "The hyperbolic cosecant function"
+msgstr ""
+
+#: ../lib/library-strings.c:39
+msgid "The secant function"
+msgstr ""
+
+#: ../lib/library-strings.c:40
+msgid "The hyperbolic secant function"
+msgstr ""
+
+#: ../lib/library-strings.c:41
+msgid "The hyperbolic tangent function"
+msgstr ""
+
+#: ../lib/library-strings.c:42
+msgid "Are a and b relatively prime?"
+msgstr ""
+
+#: ../lib/library-strings.c:43
+msgid "Return the nth Bernoulli number"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:45
+msgid ""
+"Given two factorizations, give the factorization of the product, see "
+"Factorize"
+msgstr ""
+
+#: ../lib/library-strings.c:46
+msgid "Convert a vector of values indicating powers of b to a number"
+msgstr ""
+
+#: ../lib/library-strings.c:47
+msgid "Convert a number to a vector of powers for elements in base b"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:50
+msgid "Return all factors of a number"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:52
+msgid "Find the first primitive element in F_q (q must be a prime)"
+msgstr ""
+
+#: ../lib/library-strings.c:53
+msgid "Find a random primitive element in F_q (q must be a prime)"
+msgstr ""
+
+#: ../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 "
+"by IndexCalculusPrecalculation."
+msgstr ""
+
+#: ../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 "
+"logs will be precalculated and returned in the second column."
+msgstr ""
+
+#: ../lib/library-strings.c:56
+msgid "Test if Mp is a Mersenne prime using a table"
+msgstr ""
+
+#: ../lib/library-strings.c:57
+msgid "Tests if a rational number is a perfect power"
+msgstr ""
+
+#: ../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."
+msgstr ""
+
+#: ../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."
+msgstr ""
+
+#: ../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 ""
+
+#: ../lib/library-strings.c:61
+msgid "Test if n is a strong pseudoprime to base b but not a prime"
+msgstr ""
+
+#: ../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 ""
+
+#: ../lib/library-strings.c:63
+msgid "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
+msgstr ""
+
+#: ../lib/library-strings.c:64
+msgid "Return all maximal prime power factors of a number"
+msgstr ""
+
+#: ../lib/library-strings.c:65
+msgid "Vector with the known Mersenne prime exponents"
+msgstr ""
+
+#: ../lib/library-strings.c:66
+msgid "Return the Moebius mu function evaluated in n"
+msgstr ""
+
+#: ../lib/library-strings.c:67
+msgid "Returns the p-adic valuation (number of trailing zeros in base p)."
+msgstr ""
+
+#: ../lib/library-strings.c:68
+msgid "Compute a^b mod m"
+msgstr ""
+
+#: ../lib/library-strings.c:69
+msgid "Return all prime factors of a number"
+msgstr ""
+
+#: ../lib/library-strings.c:70
+msgid "Pseudoprime test, true if and only if b^(n-1) == 1 (mod n)"
+msgstr ""
+
+#: ../lib/library-strings.c:71
+msgid "Removes all instances of the factor m from the number n"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:73
+msgid ""
+"Find square root of n mod p (a prime). Null is returned if not a quadratic "
+"residue."
+msgstr ""
+
+#: ../lib/library-strings.c:74
+msgid ""
+"Apply a function over all entries of a matrix and return a matrix of the "
+"results"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:76
+msgid "Remove column(s) and row(s) from a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:77
+msgid "Calculate the kth compound matrix of A"
+msgstr ""
+
+#: ../lib/library-strings.c:78
+msgid "Delete a column of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:79
+msgid "Delete a row of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:80
+msgid "Get the dot product of two vectors (no conjugates)"
+msgstr ""
+
+#: ../lib/library-strings.c:81
+msgid "Zero out entries above the diagonal"
+msgstr ""
+
+#: ../lib/library-strings.c:82
+msgid "Make diagonal matrix from a vector"
+msgstr ""
+
+#: ../lib/library-strings.c:83
+msgid "Make column vector out of matrix by putting columns above each other"
+msgstr ""
+
+#: ../lib/library-strings.c:84
+msgid "Calculate the product of all elements in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:85
+msgid "Calculate the sum of all elements in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:86
+msgid "Calculate the sum of squares of all elements in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:87
+msgid "Get the outer product of two vectors"
+msgstr ""
+
+#: ../lib/library-strings.c:88
+msgid "Reverse elements in a vector"
+msgstr ""
+
+#: ../lib/library-strings.c:89
+msgid "Calculate sum of each row in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:90
+msgid "Calculate sum of squares of each row in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:91
+msgid "Shuffle elements in a vector"
+msgstr ""
+
+#: ../lib/library-strings.c:92
+msgid "Sort vector elements"
+msgstr ""
+
+#: ../lib/library-strings.c:93
+msgid "Removes any all-zero rows of M"
+msgstr ""
+
+#: ../lib/library-strings.c:94
+msgid "Return column(s) and row(s) from a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:95
+msgid "Swap two rows in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:96
+msgid "Zero out entries below the diagonal"
+msgstr ""
+
+#: ../lib/library-strings.c:97
+msgid "Get the auxiliary unit matrix of size n"
+msgstr ""
+
+#: ../lib/library-strings.c:98
+msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
+msgstr ""
+
+#: ../lib/library-strings.c:99
+msgid ""
+"Return a function that evaluates two vectors with respect to the bilinear "
+"form given by A"
+msgstr ""
+
+#: ../lib/library-strings.c:100
+msgid "Get the characteristic polynomial as a vector"
+msgstr ""
+
+#: ../lib/library-strings.c:101
+msgid "Get the characteristic polynomial as a function"
+msgstr ""
+
+#: ../lib/library-strings.c:102
+msgid "Get a basis matrix for the columnspace of a matrix"
+msgstr ""
+
+#: ../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."
+msgstr ""
+
+#: ../lib/library-strings.c:104
+msgid "Companion matrix of a polynomial (as vector)"
+msgstr ""
+
+#: ../lib/library-strings.c:105
+msgid "Conjugate transpose of a matrix (adjoint)"
+msgstr ""
+
+#: ../lib/library-strings.c:106 ../lib/library-strings.c:107
+msgid "Calculate convolution of two horizontal vectors"
+msgstr ""
+
+#: ../lib/library-strings.c:108
+msgid "CrossProduct of two vectors in R^3"
+msgstr ""
+
+#: ../lib/library-strings.c:109
+msgid "Get the determinantal divisors of an integer matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:110
+msgid "Direct sum of matrices"
+msgstr ""
+
+#: ../lib/library-strings.c:111
+msgid "Direct sum of a vector of matrices"
+msgstr ""
+
+#: ../lib/library-strings.c:112
+msgid ""
+"Get the eigenvalues of a matrix (Currently only for up to 4x4 or triangular "
+"matrices)"
+msgstr ""
+
+#: ../lib/library-strings.c:113
+msgid ""
+"Get the eigenvalues and eigenvectors of a matrix (Currently only for up to "
+"2x2 matrices)"
+msgstr ""
+
+#: ../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)"
+msgstr ""
+
+#: ../lib/library-strings.c:115
+msgid "Hankel matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:116
+msgid "Hilbert matrix of order n"
+msgstr ""
+
+#: ../lib/library-strings.c:117
+msgid "Get the image (columnspace) of a linear transform"
+msgstr ""
+
+#: ../lib/library-strings.c:118
+msgid "Get the Inf Norm of a vector"
+msgstr ""
+
+#: ../lib/library-strings.c:119
+msgid "Get the invariant factors of a square integer matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:120
+msgid "Inverse Hilbert matrix of order n"
+msgstr ""
+
+#: ../lib/library-strings.c:121
+msgid "Is a matrix Hermitian"
+msgstr ""
+
+#: ../lib/library-strings.c:122
+msgid "Test if a vector is in a subspace"
+msgstr ""
+
+#: ../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)"
+msgstr ""
+
+#: ../lib/library-strings.c:124
+msgid "Is a matrix (or number) invertible over a field"
+msgstr ""
+
+#: ../lib/library-strings.c:125
+msgid "Is a matrix normal"
+msgstr ""
+
+#: ../lib/library-strings.c:126
+msgid "Is a matrix positive definite"
+msgstr ""
+
+#: ../lib/library-strings.c:127
+msgid "Is a matrix positive semidefinite"
+msgstr ""
+
+#: ../lib/library-strings.c:128
+msgid "Is a matrix skew-Hermitian"
+msgstr ""
+
+#: ../lib/library-strings.c:129
+msgid "Is a matrix unitary"
+msgstr ""
+
+#: ../lib/library-strings.c:130
+msgid "Get the Jordan block corresponding to lambda and n"
+msgstr ""
+
+#: ../lib/library-strings.c:131
+msgid "Get the kernel (nullspace) of a linear transform"
+msgstr ""
+
+#: ../lib/library-strings.c:132
+msgid "Compute the Kronecker product of two matrices"
+msgstr ""
+
+#: ../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."
+msgstr ""
+
+#: ../lib/library-strings.c:134
+msgid "Get the i-j minor of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:135
+msgid "Return the columns that are not the pivot columns of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:136
+msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
+msgstr ""
+
+#: ../lib/library-strings.c:137
+msgid "Get the nullity of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:138
+msgid "Get the orthogonal complement of the columnspace"
+msgstr ""
+
+#: ../lib/library-strings.c:139
+msgid ""
+"Projection of vector v onto subspace W given a sesquilinear form B (if not "
+"given use Hermitian product)"
+msgstr ""
+
+#: ../lib/library-strings.c:140
+msgid "Get the QR decomposition of A, returns R and Q can be a reference"
+msgstr ""
+
+#: ../lib/library-strings.c:141
+msgid "Get the rank of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:142
+msgid "Return the Rayleigh quotient of a matrix and a vector"
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:144
+msgid "Rosser matrix, a classic symmetric eigenvalue test problem"
+msgstr ""
+
+#: ../lib/library-strings.c:145
+msgid "Rotation around origin in R^2"
+msgstr ""
+
+#: ../lib/library-strings.c:146
+msgid "Rotation around origin in R^3 about the x-axis"
+msgstr ""
+
+#: ../lib/library-strings.c:147
+msgid "Rotation around origin in R^3 about the y-axis"
+msgstr ""
+
+#: ../lib/library-strings.c:148
+msgid "Rotation around origin in R^3 about the z-axis"
+msgstr ""
+
+#: ../lib/library-strings.c:149
+msgid "Get a basis matrix for the rowspace of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:150
+msgid ""
+"Evaluate (v,w) with respect to the sesquilinear form given by the matrix A"
+msgstr ""
+
+#: ../lib/library-strings.c:151
+msgid ""
+"Return a function that evaluates two vectors with respect to the "
+"sesquilinear form given by A"
+msgstr ""
+
+#: ../lib/library-strings.c:152
+msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)"
+msgstr ""
+
+#: ../lib/library-strings.c:153
+msgid "Smith Normal Form for square integer matrices"
+msgstr ""
+
+#: ../lib/library-strings.c:154
+msgid ""
+"Return the Toeplitz matrix constructed given the first column c and "
+"(optionally) the first row r."
+msgstr ""
+
+#: ../lib/library-strings.c:155
+msgid "Calculate the trace of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:156
+msgid "Transpose of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:157
+msgid "Return the Vandermonde matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:158
+msgid "The angle of two vectors, given an inner product"
+msgstr ""
+
+#: ../lib/library-strings.c:159
+msgid "The direct sum of the vector spaces M and N"
+msgstr ""
+
+#: ../lib/library-strings.c:160
+msgid "Intersection of the subspaces given by M and N"
+msgstr ""
+
+#: ../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 ""
+
+#: ../lib/library-strings.c:162
+msgid "Get the classical adjoint (adjugate) of a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:163
+msgid "Compute the Column Reduced Echelon Form"
+msgstr ""
+
+#: ../lib/library-strings.c:164
+msgid "Get nth Catalan number"
+msgstr ""
+
+#: ../lib/library-strings.c:165
+msgid "Double factorial: n(n-2)(n-4)..."
+msgstr ""
+
+#: ../lib/library-strings.c:166
+msgid "Factorial: n(n-1)(n-2)..."
+msgstr ""
+
+#: ../lib/library-strings.c:167
+msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
+msgstr ""
+
+#: ../lib/library-strings.c:168
+msgid "Calculate nth Fibonacci number"
+msgstr ""
+
+#: ../lib/library-strings.c:169
+msgid "Calculate the Frobenius number for a coin problem"
+msgstr ""
+
+#: ../lib/library-strings.c:170
+msgid ""
+"Galois matrix given a linear combining rule (a_1*x_1+...+a_n*x_n=x_(n+1))"
+msgstr ""
+
+#: ../lib/library-strings.c:171
+msgid "Use greedy algorithm to find c, for c . v = n.  (v must be sorted)"
+msgstr ""
+
+#: ../lib/library-strings.c:172
+msgid "Harmonic Number, the nth harmonic number of order r"
+msgstr ""
+
+#: ../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))"
+msgstr ""
+
+#: ../lib/library-strings.c:174
+msgid "Compute linear recursive sequence using Galois stepping"
+msgstr ""
+
+#: ../lib/library-strings.c:175
+msgid "Calculate multinomial coefficients"
+msgstr ""
+
+#: ../lib/library-strings.c:176
+msgid "Get the Pascal's triangle as a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:177
+msgid "(Pochhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
+msgstr ""
+
+#: ../lib/library-strings.c:178
+msgid "Stirling number of the first kind"
+msgstr ""
+
+#: ../lib/library-strings.c:179
+msgid "Stirling number of the second kind"
+msgstr ""
+
+#: ../lib/library-strings.c:180
+msgid "Subfactorial: n! times sum_{k=0}^n (-1)^k/k!"
+msgstr ""
+
+#: ../lib/library-strings.c:181
+msgid "Calculate the nth triangular number"
+msgstr ""
+
+#: ../lib/library-strings.c:182
+msgid "Calculate permutations"
+msgstr ""
+
+#: ../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 "
+"tolerance"
+msgstr ""
+
+#: ../lib/library-strings.c:184
+msgid ""
+"Attempt to calculate derivative by trying first symbolically and then "
+"numerically"
+msgstr ""
+
+#: ../lib/library-strings.c:185
+msgid ""
+"Return a function which is the even periodic extension of f defined on the "
+"interval [0,L]"
+msgstr ""
+
+#: ../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 "
+"coefficient!"
+msgstr ""
+
+#: ../lib/library-strings.c:187
+msgid "Try to calculate an infinite product for a single parameter function"
+msgstr ""
+
+#: ../lib/library-strings.c:188
+msgid ""
+"Try to calculate an infinite product for a double parameter function with "
+"func(arg,n)"
+msgstr ""
+
+#: ../lib/library-strings.c:189
+msgid "Try to calculate an infinite sum for a single parameter function"
+msgstr ""
+
+#: ../lib/library-strings.c:190
+msgid ""
+"Try to calculate an infinite sum for a double parameter function with "
+"func(arg,n)"
+msgstr ""
+
+#: ../lib/library-strings.c:191
+msgid ""
+"Try and see if a real-valued function is continuous at x0 by calculating the "
+"limit there"
+msgstr ""
+
+#: ../lib/library-strings.c:192
+msgid ""
+"Test for differentiability by approximating the left and right limits and "
+"comparing"
+msgstr ""
+
+#: ../lib/library-strings.c:193
+msgid "Calculate the left limit of a real-valued function at x0"
+msgstr ""
+
+#: ../lib/library-strings.c:194
+msgid ""
+"Calculate the limit of a real-valued function at x0.  Tries to calculate "
+"both left and right limits."
+msgstr ""
+
+#: ../lib/library-strings.c:195
+msgid "Integration by midpoint rule"
+msgstr ""
+
+#: ../lib/library-strings.c:196
+msgid "Attempt to calculate numerical derivative"
+msgstr ""
+
+#: ../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."
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:199
+msgid ""
+"Numerically compute the coefficients for a Fourier series with half-period L "
+"up to the Nth coefficient."
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../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."
+msgstr ""
+
+#: ../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"
+msgstr ""
+
+#: ../lib/library-strings.c:203
+msgid ""
+"Integration by rule set in NumericalIntegralFunction of f from a to b using "
+"NumericalIntegralSteps steps"
+msgstr ""
+
+#: ../lib/library-strings.c:204
+msgid "Attempt to calculate numerical left derivative"
+msgstr ""
+
+#: ../lib/library-strings.c:205
+msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
+msgstr ""
+
+#: ../lib/library-strings.c:206
+msgid "Attempt to calculate numerical right derivative"
+msgstr ""
+
+#: ../lib/library-strings.c:207
+msgid ""
+"Return a function which is the odd periodic extension of f defined on the "
+"interval [0,L]"
+msgstr ""
+
+#: ../lib/library-strings.c:208
+msgid "Compute one-sided derivative using five point formula"
+msgstr ""
+
+#: ../lib/library-strings.c:209
+msgid "Compute one-sided derivative using three-point formula"
+msgstr ""
+
+#: ../lib/library-strings.c:210
+msgid ""
+"Return a function which is the periodic extension of f defined on the "
+"interval [a,b]"
+msgstr ""
+
+#: ../lib/library-strings.c:211
+msgid "Calculate the right limit of a real-valued function at x0"
+msgstr ""
+
+#: ../lib/library-strings.c:212
+msgid "Compute two-sided derivative using five-point formula"
+msgstr ""
+
+#: ../lib/library-strings.c:213
+msgid "Compute two-sided derivative using three-point formula"
+msgstr ""
+
+#: ../lib/library-strings.c:214
+msgid "argument (angle) of complex number"
+msgstr ""
+
+#: ../lib/library-strings.c:215
+msgid "Dirichlet kernel of order n"
+msgstr ""
+
+#: ../lib/library-strings.c:216
+msgid "Returns 1 if and only if all elements are zero"
+msgstr ""
+
+#: ../lib/library-strings.c:217
+msgid "Fejer kernel of order n"
+msgstr ""
+
+#: ../lib/library-strings.c:218
+msgid "Returns 1 if and only if all elements are equal"
+msgstr ""
+
+#: ../lib/library-strings.c:219
+msgid ""
+"Principal branch of the Lambert W function for real values greater than or "
+"equal to -1/e"
+msgstr ""
+
+#: ../lib/library-strings.c:220
+msgid ""
+"The minus-one branch of the Lambert W function for real values between -1/e "
+"and 0"
+msgstr ""
+
+#: ../lib/library-strings.c:221
+msgid "Find the first value where f(x)=0"
+msgstr ""
+
+#: ../lib/library-strings.c:222
+msgid "Moebius mapping of the disk to itself mapping a to 0"
+msgstr ""
+
+#: ../lib/library-strings.c:223
+msgid ""
+"Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity "
+"respectively"
+msgstr ""
+
+#: ../lib/library-strings.c:224
+msgid ""
+"Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 "
+"to 1 and 0 respectively"
+msgstr ""
+
+#: ../lib/library-strings.c:225
+msgid ""
+"Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 "
+"and infinity respectively"
+msgstr ""
+
+#: ../lib/library-strings.c:226
+msgid ""
+"Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 "
+"and infinity respectively"
+msgstr ""
+
+#: ../lib/library-strings.c:227
+msgid ""
+"Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is "
+"2pi)"
+msgstr ""
+
+#: ../lib/library-strings.c:228
+msgid "Poisson kernel on D(0,R) (not normalized to 1)"
+msgstr ""
+
+#: ../lib/library-strings.c:229
+msgid ""
+"The unit step function = 0 for x<0, 1 otherwise.  This is the integral of "
+"the Dirac Delta function."
+msgstr ""
+
+#: ../lib/library-strings.c:230
+msgid "The cis function, that is cos(x)+i*sin(x)"
+msgstr ""
+
+#: ../lib/library-strings.c:231
+msgid "Convert degrees to radians"
+msgstr ""
+
+#: ../lib/library-strings.c:232
+msgid "Convert radians to degrees"
+msgstr ""
+
+#: ../lib/library-strings.c:233
+msgid "Find roots of a cubic polynomial (given as vector of coefficients)"
+msgstr ""
+
+#: ../lib/library-strings.c:234
+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"
+msgstr ""
+
+#: ../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 an n+1 by 2 matrix of values"
+msgstr ""
+
+#: ../lib/library-strings.c:236
+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."
+msgstr ""
+
+#: ../lib/library-strings.c:237
+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."
+msgstr ""
+
+#: ../lib/library-strings.c:238
+msgid "Find root of a function using the Muller's method"
+msgstr ""
+
+#: ../lib/library-strings.c:239
+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."
+msgstr ""
+
+#: ../lib/library-strings.c:240
+msgid ""
+"Attempt to find a zero of a function f with derivative df and second "
+"derivative ddf using Halley's method, returning after two successive values "
+"are within epsilon or after maxn tries (then returns null)"
+msgstr ""
+
+#: ../lib/library-strings.c:241
+msgid ""
+"Attempt to find a zero of a function f with derivative df using Newton's "
+"method, returning after two successive values are within epsilon or after "
+"maxn tries (then returns null)"
+msgstr ""
+
+#: ../lib/library-strings.c:242
+msgid "Find roots of a polynomial (given as vector of coefficients)"
+msgstr ""
+
+#: ../lib/library-strings.c:243
+msgid "Find roots of a quartic polynomial (given as vector of coefficients)"
+msgstr ""
+
+#: ../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 "
+"at x1"
+msgstr ""
+
+#: ../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"
+"+1 by 2 matrix of values"
+msgstr ""
+
+#: ../lib/library-strings.c:246
+msgid "Calculate average of an entire matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:247
+msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)"
+msgstr ""
+
+#: ../lib/library-strings.c:248
+msgid "The normalized Gauss distribution function (the normal curve)"
+msgstr ""
+
+#: ../lib/library-strings.c:249
+msgid "Calculate median of an entire matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:250
+msgid "Calculate the population standard deviation of a whole matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:251
+msgid "Calculate average of each row in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:252
+msgid "Calculate median of each row in a matrix"
+msgstr ""
+
+#: ../lib/library-strings.c:253
+msgid ""
+"Calculate the population standard deviations of rows of a matrix and return "
+"a vertical vector"
+msgstr ""
+
+#: ../lib/library-strings.c:254
+msgid ""
+"Calculate the standard deviations of rows of a matrix and return a vertical "
+"vector"
+msgstr ""
+
+#: ../lib/library-strings.c:255
+msgid "Calculate the standard deviation of a whole matrix"
+msgstr ""
+
+#: ../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 "
+"returns null)"
+msgstr ""
+
+#: ../lib/library-strings.c:257
+msgid "Returns a set where every element of X appears only once"
+msgstr ""
+
+#: ../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 ""
+
+#: ../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)"
+msgstr ""
+
+#: ../lib/library-strings.c:260
+msgid "The c_<d> operator from Green's proof of Macaulay's Theorem"
+msgstr ""
+
+#: ../lib/library-strings.c:261
+msgid "Return the dth Macaulay representation of a positive integer c"
+msgstr ""
+
+#: ../lib/library-strings.c:262
+msgid "Attempt to symbolically differentiate a function n times"
+msgstr ""
+
+#: ../lib/library-strings.c:263
+msgid ""
+"Attempt to symbolically differentiate a function n times quietly and return "
+"null on failure"
+msgstr ""
+
+#: ../lib/library-strings.c:264
+msgid ""
+"Attempt to construct the Taylor approximation function around x0 to the nth "
+"degree."
+msgstr ""
+
+#: ../src/calc.c:214
+msgid "Uncategorized"
+msgstr ""
+
+#: ../src/calc.c:396
+msgid "Trying to set an alias for an alias"
+msgstr ""
+
+#: ../src/calc.c:975
+msgid "Bad identifier for function node!"
+msgstr ""
+
+#: ../src/calc.c:1025 ../src/eval.c:7220 ../src/eval.c:7427
+msgid "Unexpected operator!"
+msgstr ""
+
+#. FIXME:
+#: ../src/calc.c:1217
+msgid "Cannot currently print polynomials of more than 3 vars"
+msgstr ""
+
+#: ../src/calc.c:1309 ../src/calc.c:1385
+msgid "NULL function!"
+msgstr ""
+
+#. variable and reference functions should
+#. never be in the etree
+#: ../src/calc.c:1375
+msgid "Unexpected function type!"
+msgstr ""
+
+#: ../src/calc.c:1421
+msgid "NULL tree!"
+msgstr ""
+
+#: ../src/calc.c:1511 ../src/eval.c:7726
+msgid "Unexpected node!"
+msgstr ""
+
+#: ../src/calc.c:2026
+#, c-format
+msgid "File '%s' is a wrong version of GEL"
+msgstr ""
+
+#: ../src/calc.c:2076 ../src/calc.c:2090 ../src/calc.c:2104 ../src/calc.c:2117
+#: ../src/calc.c:2133 ../src/calc.c:2148 ../src/calc.c:2163 ../src/calc.c:2176
+#: ../src/calc.c:2182 ../src/calc.c:2189 ../src/calc.c:2203 ../src/calc.c:2214
+#: ../src/calc.c:2221 ../src/calc.c:2228 ../src/calc.c:2235 ../src/calc.c:2242
+#: ../src/calc.c:2249 ../src/calc.c:2256 ../src/calc.c:2263 ../src/calc.c:2270
+#: ../src/calc.c:2277 ../src/calc.c:2284 ../src/calc.c:2291 ../src/calc.c:2298
+#: ../src/calc.c:2305 ../src/calc.c:2312 ../src/calc.c:2328 ../src/calc.c:2346
+#: ../src/calc.c:2356
+msgid "Badly formed record"
+msgstr ""
+
+#: ../src/calc.c:2079 ../src/calc.c:2084 ../src/calc.c:2098 ../src/calc.c:2112
+#: ../src/calc.c:2127 ../src/calc.c:2143 ../src/calc.c:2157
+msgid "Record out of place"
+msgstr ""
+
+#: ../src/calc.c:2370 ../src/calc.c:2381 ../src/calc.c:2393
+msgid "Missing value for function"
+msgstr ""
+
+#: ../src/calc.c:2413
+msgid "Extra dictionary for NULL function"
+msgstr ""
+
+#: ../src/calc.c:2466 ../src/calc.c:3020 ../src/calc.c:3055
+#, c-format
+msgid "Can't open file: '%s'"
+msgstr ""
+
+#: ../src/calc.c:2667
+msgid "Load a file into the interpreter"
+msgstr ""
+
+#: ../src/calc.c:2670
+msgid "Load a plugin"
+msgstr ""
+
+#: ../src/calc.c:2673
+msgid "List files in the current directory"
+msgstr ""
+
+#: ../src/calc.c:2676
+msgid "Change directory"
+msgstr ""
+
+#: ../src/calc.c:2679
+msgid "Print current directory"
+msgstr ""
+
+#: ../src/calc.c:2682
+msgid "Print help (or help on a function/command)"
+msgstr ""
+
+#: ../src/calc.c:2698
+msgid ""
+"\n"
+"For a manual on using Genius and the GEL language type:\n"
+msgstr ""
+
+#: ../src/calc.c:2700
+msgid "  manual\n"
+msgstr ""
+
+#: ../src/calc.c:2704
+msgid ""
+"\n"
+"For help on a specific function type:\n"
+msgstr ""
+
+#: ../src/calc.c:2706
+msgid "  help FunctionName\n"
+msgstr ""
+
+#: ../src/calc.c:2710
+msgid ""
+"\n"
+"Commands:\n"
+msgstr ""
+
+#: ../src/calc.c:2755
+msgid ""
+"\n"
+"Undocumented:\n"
+msgstr ""
+
+#. func
+#. aliasfor
+#. category
+#: ../src/calc.c:2798
+msgid "Not documented"
+msgstr ""
+
+#: ../src/calc.c:2821
+#, c-format
+msgid "'%s' is not documented"
+msgstr ""
+
+#: ../src/calc.c:2823
+#, c-format
+msgid "'%s' is not documented.  Perhaps you meant %s."
+msgstr ""
+
+#: ../src/calc.c:2833
+#, c-format
+msgid "%s is an alias for %s\n"
+msgstr ""
+
+#: ../src/calc.c:2855
+msgid "Parameter: "
+msgstr ""
+
+#: ../src/calc.c:2882
+msgid "Aliases:"
+msgstr ""
+
+#: ../src/calc.c:2894
+#, c-format
+msgid "Description: %s\n"
+msgstr ""
+
+#: ../src/calc.c:3080 ../src/calc.c:3087
+#, c-format
+msgid "Error changing to directory '%s': %s"
+msgstr ""
+
+#: ../src/calc.c:3101 ../src/calc.c:3112
+#, c-format
+msgid "Can't expand '%s'"
+msgstr ""
+
+#: ../src/calc.c:3182
+#, c-format
+msgid "Cannot open plugin '%s'!"
+msgstr ""
+
+#: ../src/calc.c:3272
+#, c-format
+msgid "getcwd error: %s"
+msgstr ""
+
+#: ../src/calc.c:3331
+#, c-format
+msgid "ERROR: 'pipe' failed: %s"
+msgstr ""
+
+#: ../src/calc.c:3338 ../src/calc.c:3345
+#, c-format
+msgid "ERROR: 'write' possibly failed: %s"
+msgstr ""
+
+#: ../src/calc.c:3413
+msgid "ERROR: Probably corrupt stack!"
+msgstr ""
+
+#: ../src/calc.c:3425
+msgid ""
+"ERROR: 'local' in a wrong place, can only be first statement in a function!"
+msgstr ""
+
+#: ../src/calc.c:3449
+msgid "ERROR: Can't execute more things at once!"
+msgstr ""
+
+#: ../src/calc.c:3555
+#, c-format
+msgid "ERROR: %s before newline"
+msgstr ""
+
+#: ../src/calc.c:3557
+#, c-format
+msgid "ERROR: %s at end of input"
+msgstr ""
+
+#: ../src/calc.c:3564
+#, c-format
+msgid "ERROR: %s before '%s'"
+msgstr ""
+
+#: ../src/calc.h:32
+msgid "Copyright (C) 1997-2016 Jiří (George) Lebl"
+msgstr ""
+
+#: ../src/compil.c:545 ../src/compil.c:554
+msgid "Bad tree record when decompiling"
+msgstr ""
+
+#: ../src/eval.c:1561 ../src/eval.c:1618 ../src/eval.c:1633
+msgid "Cannot compare non value or bool only matrices"
+msgstr ""
+
+#. also on rationals but as integers
+#: ../src/eval.c:1689 ../src/eval.c:1735
+msgid "Modulo arithmetic only works on integers"
+msgstr ""
+
+#: ../src/eval.c:1941
+msgid ""
+"Can't add/subtract a scalar to non-square matrix (A + x is defined as A + "
+"x*I)"
+msgstr ""
+
+#: ../src/eval.c:2037
+msgid "Can't add/subtract two matrices of different sizes"
+msgstr ""
+
+#: ../src/eval.c:2039
+msgid ""
+"Can't do element by element operations on two matrices of different sizes"
+msgstr ""
+
+#: ../src/eval.c:2105
+msgid "Can't multiply matrices of wrong sizes"
+msgstr ""
+
+#: ../src/eval.c:2156
+msgid "Powers are defined on (square matrix)^(integer) only"
+msgstr ""
+
+#: ../src/eval.c:2162
+msgid "Powers on matrices in modulo mode are defined on integer matrices only"
+msgstr ""
+
+#: ../src/eval.c:2170
+msgid "Exponent too large"
+msgstr ""
+
+#: ../src/eval.c:2197 ../src/eval.c:2312 ../src/eval.c:2378
+msgid "Matrix appears singular and can't be inverted"
+msgstr ""
+
+#: ../src/eval.c:2289
+msgid "Can't divide matrices of different sizes or non-square matrices"
+msgstr ""
+
+#: ../src/eval.c:2360
+msgid "Can't divide by a non-square matrix"
+msgstr ""
+
+#: ../src/eval.c:2776 ../src/eval.c:2803 ../src/eval.c:2824 ../src/eval.c:2848
+#: ../src/eval.c:2896
+msgid "Operations on functions with variable argument list not supported"
+msgstr ""
+
+#: ../src/eval.c:2781
+msgid ""
+"Operations on functions with different number of arguments not supported"
+msgstr ""
+
+#: ../src/eval.c:2901
+msgid "Function creation with wrong number of arguments"
+msgstr ""
+
+#: ../src/eval.c:3483 ../src/eval.c:4914
+msgid "Unevaluatable function type encountered!"
+msgstr ""
+
+#: ../src/eval.c:3506 ../src/graphing.c:5992
+msgid "or"
+msgstr ""
+
+#: ../src/eval.c:3544
+msgid ""
+"Variable 'i' used uninitialized.  Perhaps you meant to write '1i' for the "
+"imaginary number (square root of -1)."
+msgstr ""
+
+#: ../src/eval.c:3550 ../src/eval.c:3583 ../src/eval.c:7544
+#, c-format
+msgid "Variable '%s' used uninitialized, perhaps you meant %s."
+msgstr ""
+
+#: ../src/eval.c:3557 ../src/eval.c:3590 ../src/eval.c:4646 ../src/eval.c:7551
+#, c-format
+msgid "Variable '%s' used uninitialized"
+msgstr ""
+
+#: ../src/eval.c:3598 ../src/eval.c:4692
+#, c-format
+msgid ""
+"Call of '%s' with the wrong number of arguments!\n"
+"(should be %d)"
+msgstr ""
+
+#: ../src/eval.c:3601
+#, c-format
+msgid "Trying to dereference '%s' which is not a reference!\n"
+msgstr ""
+
+#: ../src/eval.c:3606
+msgid "NULL reference encountered!"
+msgstr ""
+
+#: ../src/eval.c:3734
+msgid "Cannot compare matrices"
+msgstr ""
+
+#: ../src/eval.c:3776
+msgid "Primitives must get numeric/matrix/string arguments"
+msgstr ""
+
+#: ../src/eval.c:3867
+msgid "Bad argument to modular operation"
+msgstr ""
+
+#: ../src/eval.c:4620
+#, c-format
+msgid "Function '%s' used uninitialized, perhaps you meant %s."
+msgstr ""
+
+#: ../src/eval.c:4627
+#, c-format
+msgid "Function '%s' used uninitialized"
+msgstr ""
+
+#: ../src/eval.c:4655
+#, c-format
+msgid "Can't dereference '%s'!"
+msgstr ""
+
+#: ../src/eval.c:4663
+msgid "Can't call a non-function!"
+msgstr ""
+
+#: ../src/eval.c:4697
+#, c-format
+msgid ""
+"Call of '%s' with the wrong number of arguments!\n"
+"(should be greater than %d)"
+msgstr ""
+
+#: ../src/eval.c:4736
+#, c-format
+msgid "Referencing an undefined variable %s!"
+msgstr ""
+
+#: ../src/eval.c:4890
+msgid "Reference function with arguments encountered!"
+msgstr ""
+
+#: ../src/eval.c:4895
+msgid "Unnamed reference function encountered!"
+msgstr ""
+
+#: ../src/eval.c:5019
+msgid "Bad type for 'for/sum/prod' loop!"
+msgstr ""
+
+#: ../src/eval.c:5024
+msgid "'for/sum/prod' loop increment can't be 0"
+msgstr ""
+
+#: ../src/eval.c:5150
+msgid "Bad type for 'for in' loop!"
+msgstr ""
+
+#: ../src/eval.c:5315 ../src/eval.c:5348
+msgid "Continue or break outside a loop, assuming \"return null\""
+msgstr ""
+
+#: ../src/eval.c:5409
+msgid "Wrong argument type as matrix index"
+msgstr ""
+
+#: ../src/eval.c:5419
+msgid "Matrix index too large"
+msgstr ""
+
+#: ../src/eval.c:5422
+msgid "Matrix index less than 1"
+msgstr ""
+
+#: ../src/eval.c:5445 ../src/eval.c:5460
+msgid "Matrix index out of range"
+msgstr ""
+
+#: ../src/eval.c:5509 ../src/eval.c:5577 ../src/eval.c:5735 ../src/eval.c:5776
+#: ../src/eval.c:5899 ../src/eval.c:5939 ../src/eval.c:6382
+#, c-format
+msgid "Trying to set a protected id '%s'"
+msgstr ""
+
+#: ../src/eval.c:5534 ../src/eval.c:5572
+msgid "Indexed Lvalue not user function"
+msgstr ""
+
+#: ../src/eval.c:5556 ../src/eval.c:5760 ../src/eval.c:5923
+msgid "Dereference of non-identifier!"
+msgstr ""
+
+#: ../src/eval.c:5562 ../src/eval.c:5766 ../src/eval.c:5929
+msgid "Dereference of undefined variable!"
+msgstr ""
+
+#: ../src/eval.c:5566 ../src/eval.c:5770 ../src/eval.c:5933
+msgid "Dereference of non-reference!"
+msgstr ""
+
+#: ../src/eval.c:5594
+msgid "Indexed Lvalue not an identifier or a dereference"
+msgstr ""
+
+#: ../src/eval.c:5648 ../src/eval.c:5703 ../src/eval.c:5880 ../src/eval.c:6045
+#: ../src/eval.c:6082 ../src/eval.c:6127 ../src/eval.c:6536 ../src/eval.c:6661
+msgid "Matrix index not an integer or a vector"
+msgstr ""
+
+#: ../src/eval.c:5692 ../src/eval.c:5834 ../src/eval.c:5843
+msgid "Wrong matrix dimensions when setting"
+msgstr ""
+
+#: ../src/eval.c:5723 ../src/eval.c:5975 ../src/eval.c:6349 ../src/eval.c:6356
+msgid "Lvalue not an identifier/dereference/matrix location!"
+msgstr ""
+
+#: ../src/eval.c:5747 ../src/eval.c:5788
+msgid "Referencing an undefined variable!"
+msgstr ""
+
+#: ../src/eval.c:5894
+#, c-format
+msgid ""
+"Increment/Swapwith does not work on parameters (trying to increment '%s')"
+msgstr ""
+
+#: ../src/eval.c:5963
+msgid "Increment not a value!"
+msgstr ""
+
+#: ../src/eval.c:5987
+#, c-format
+msgid "Trying to increment non-value id '%s'"
+msgstr ""
+
+#: ../src/eval.c:6148 ../src/eval.c:6152 ../src/eval.c:6163
+msgid "Can only swap user variables"
+msgstr ""
+
+#: ../src/eval.c:6203 ../src/eval.c:6238 ../src/eval.c:6269 ../src/eval.c:6285
+#: ../src/eval.c:6303 ../src/eval.c:6319
+msgid "Cannot swap matrix regions"
+msgstr ""
+
+#: ../src/eval.c:6377
+msgid "Parameters can only be created in the global context"
+msgstr ""
+
+#: ../src/eval.c:6483 ../src/eval.c:6528 ../src/eval.c:6619
+msgid "Index works only on matrices"
+msgstr ""
+
+#: ../src/eval.c:6516
+msgid "Vector index not an integer or a vector"
+msgstr ""
+
+#: ../src/eval.c:6684
+msgid "number"
+msgstr ""
+
+#: ../src/eval.c:6685
+msgid "matrix"
+msgstr ""
+
+#: ../src/eval.c:6686
+msgid "string"
+msgstr ""
+
+#: ../src/eval.c:6687
+msgid "function"
+msgstr ""
+
+#: ../src/eval.c:6688
+msgid "identifier"
+msgstr ""
+
+#: ../src/eval.c:6689
+msgid "polynomial"
+msgstr ""
+
+#: ../src/eval.c:6690
+msgid "boolean"
+msgstr ""
+
+#: ../src/eval.c:6713
+msgid "Addition"
+msgstr ""
+
+#: ../src/eval.c:6714
+msgid "Element by element addition"
+msgstr ""
+
+#: ../src/eval.c:6715
+msgid "Subtraction"
+msgstr ""
+
+#: ../src/eval.c:6716
+msgid "Element by element subtraction"
+msgstr ""
+
+#: ../src/eval.c:6717
+msgid "Multiplication"
+msgstr ""
+
+#: ../src/eval.c:6718
+msgid "Element by element multiplication"
+msgstr ""
+
+#: ../src/eval.c:6719
+msgid "Division"
+msgstr ""
+
+#: ../src/eval.c:6720
+msgid "Element by element division"
+msgstr ""
+
+#: ../src/eval.c:6721
+msgid "Back division"
+msgstr ""
+
+#: ../src/eval.c:6722
+msgid "Element by element back division"
+msgstr ""
+
+#: ../src/eval.c:6723
+msgid "Modulo"
+msgstr ""
+
+#: ../src/eval.c:6724
+msgid "Element by element modulo"
+msgstr ""
+
+#: ../src/eval.c:6725
+msgid "Negation"
+msgstr ""
+
+#: ../src/eval.c:6726
+msgid "Power"
+msgstr ""
+
+#: ../src/eval.c:6727
+msgid "Element by element power"
+msgstr ""
+
+#: ../src/eval.c:6728
+msgid "Factorial"
+msgstr ""
+
+#: ../src/eval.c:6729
+msgid "Double factorial"
+msgstr ""
+
+#: ../src/eval.c:6730
+msgid "Transpose"
+msgstr ""
+
+#: ../src/eval.c:6731
+msgid "ConjugateTranspose"
+msgstr ""
+
+#: ../src/eval.c:6732
+msgid "Comparison (<=>)"
+msgstr ""
+
+#: ../src/eval.c:6733
+msgid "XOR"
+msgstr ""
+
+#: ../src/eval.c:6734
+msgid "NOT"
+msgstr ""
+
+#: ../src/eval.c:6754
+#, c-format
+msgid "Bad types for '%s'"
+msgstr ""
+
+#: ../src/eval.c:6765
+#, c-format
+msgid "%s not defined on <%s> and <%s>"
+msgstr ""
+
+#: ../src/eval.c:6784
+#, c-format
+msgid "Bad type for '%s'"
+msgstr ""
+
+#: ../src/eval.c:6794
+#, c-format
+msgid "%s not defined on <%s>"
+msgstr ""
+
+#: ../src/eval.c:6814 ../src/eval.c:6831
+msgid "Vector building only works on numbers"
+msgstr ""
+
+#. FIXME: perhaps we should just return null like octave?
+#: ../src/eval.c:6824
+msgid "Impossible arguments to vector building operator"
+msgstr ""
+
+#: ../src/funclib.c:124
+#, c-format
+msgid "%s: argument too large"
+msgstr ""
+
+#: ../src/funclib.c:151
+#, c-format
+msgid "Cannot parse version string: %s"
+msgstr ""
+
+#: ../src/funclib.c:180 ../src/gnome-genius.c:1982
+#, c-format
+msgid ""
+"Genius %s\n"
+"%s\n"
+"\n"
+"    This program is free software: you can redistribute it and/or modify\n"
+"    it under the terms of the GNU General Public License as published by\n"
+"    the Free Software Foundation, either version 3 of the License, or\n"
+"    (at your option) any later version.\n"
+"\n"
+"    This program is distributed in the hope that it will be useful,\n"
+"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+"    GNU General Public License for more details.\n"
+"\n"
+"    You should have received a copy of the GNU General Public License\n"
+"    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n"
+msgstr ""
+
+#: ../src/funclib.c:274
+#, c-format
+msgid "%s: trying to undefine a protected id!"
+msgstr ""
+
+#: ../src/funclib.c:547 ../src/funclib.c:585 ../src/funclib.c:647
+#, c-format
+msgid "%s: trying to set a protected id!"
+msgstr ""
+
+#. FIXME: fix this, this should just work too
+#: ../src/funclib.c:553 ../src/funclib.c:591 ../src/funclib.c:653
+#, c-format
+msgid "%s: trying to set a parameter, use the equals sign"
+msgstr ""
+
+#: ../src/funclib.c:705 ../src/gnome-genius.c:1180
+msgid ""
+"Global variables:\n"
+"\n"
+msgstr ""
+
+#: ../src/funclib.c:728 ../src/gnome-genius.c:1213
+msgid ""
+"\n"
+"Function call stack:\n"
+msgstr ""
+
+#: ../src/funclib.c:730 ../src/funclib.c:770 ../src/gnome-genius.c:1215
+#: ../src/gnome-genius.c:1272
+msgid ""
+"(depth of context in parentheses)\n"
+"\n"
+msgstr ""
+
+#: ../src/funclib.c:768 ../src/gnome-genius.c:1270
+msgid ""
+"\n"
+"Local variables:\n"
+msgstr ""
+
+#: ../src/funclib.c:799
+#, c-format
+msgid "%s: Argument number %d not a string or identifier"
+msgstr ""
+
+#: ../src/funclib.c:808
+#, c-format
+msgid "%s undefined\n"
+msgstr ""
+
+#: ../src/funclib.c:831 ../src/funclib.c:924
+#, c-format
+msgid "%s: Too many arguments, should be at most %d"
+msgstr ""
+
+#: ../src/funclib.c:1072
+msgid "Cannot apply function to two differently sized matrices"
+msgstr ""
+
+#: ../src/funclib.c:1762 ../src/funclib.c:1799 ../src/funclib.c:1836
+#: ../src/funclib.c:1873 ../src/funclib.c:1915 ../src/funclib.c:1952
+#: ../src/funclib.c:1994 ../src/funclib.c:2041
+#, c-format
+msgid "%s: Not implemented (yet) for complex values"
+msgstr ""
+
+#: ../src/funclib.c:1957 ../src/funclib.c:1999 ../src/funclib.c:2046
+#, c-format
+msgid ""
+"%s: Bessel functions of second kind not defined for nonpositive real numbers"
+msgstr ""
+
+#: ../src/funclib.c:2499
+#, c-format
+msgid "%s: square root for composite moduli is not yet implemented"
+msgstr ""
+
+#: ../src/funclib.c:2507
+#, c-format
+msgid "%s: Cannot find square root function for prime moduli"
+msgstr ""
+
+#: ../src/funclib.c:2540
+#, c-format
+msgid "%s: matrix argument is not square"
+msgstr ""
+
+#: ../src/funclib.c:2681 ../src/funclib.c:2781
+#, c-format
+msgid "%s: matrix argument must be integer only"
+msgstr ""
+
+#: ../src/funclib.c:2703 ../src/funclib.c:2803
+#, c-format
+msgid "%s: argument must be an integer"
+msgstr ""
+
+#: ../src/funclib.c:2887 ../src/funclib.c:4764 ../src/funclib.c:4793
+#: ../src/funclib.c:5045 ../src/mpwrap.c:3793 ../src/mpwrap.c:3812
+#: ../src/mpwrap.c:3869 ../src/mpwrap.c:3898 ../src/mpwrap.c:3915
+#: ../src/mpwrap.c:3964
+msgid "Division by zero!"
+msgstr ""
+
+#: ../src/funclib.c:3069 ../src/funclib.c:3166
+#, c-format
+msgid "%s: matrix argument must be value only"
+msgstr ""
+
+#: ../src/funclib.c:3090 ../src/funclib.c:3187
+#, c-format
+msgid "%s: Cannot compare complex numbers"
+msgstr ""
+
+#: ../src/funclib.c:3100
+#, c-format
+msgid "%s: Input not a number or a matrix of numbers."
+msgstr ""
+
+#: ../src/funclib.c:3196
+#, c-format
+msgid "%s: Input not a number or matrix of numbers."
+msgstr ""
+
+#: ../src/funclib.c:3434 ../src/funclib.c:3492 ../src/funclib.c:5030
+#: ../src/funclib.c:5324 ../src/graphing.c:10180
+#, c-format
+msgid "%s: too many arguments"
+msgstr ""
+
+#: ../src/funclib.c:3742
+#, c-format
+msgid "%s: vector argument not value only"
+msgstr ""
+
+#: ../src/funclib.c:3753 ../src/funclib.c:3792
+#, c-format
+msgid "%s: argument can't be negative or 0"
+msgstr ""
+
+#: ../src/funclib.c:3761 ../src/funclib.c:3797
+#, c-format
+msgid "%s: vector argument has too large entries"
+msgstr ""
+
+#: ../src/funclib.c:3839
+#, c-format
+msgid "%s: arguments must be vectors of equal size"
+msgstr ""
+
+#: ../src/funclib.c:4331 ../src/funclib.c:4337
+#, c-format
+msgid "%s: %s not a reference"
+msgstr ""
+
+#: ../src/funclib.c:4376
+#, c-format
+msgid "%s: matrices not of the same height"
+msgstr ""
+
+#: ../src/funclib.c:4381 ../src/funclib.c:5024
+msgid "third argument"
+msgstr ""
+
+#: ../src/funclib.c:4386
+msgid "fourth argument"
+msgstr ""
+
+#: ../src/funclib.c:4661
+#, c-format
+msgid "%s: argument must be greater than 2"
+msgstr ""
+
+#: ../src/funclib.c:4849
+#, c-format
+msgid "%s: arguments not horizontal vectors"
+msgstr ""
+
+#: ../src/funclib.c:4858
+#, c-format
+msgid "%s: arguments not numeric only vectors"
+msgstr ""
+
+#: ../src/funclib.c:5242
+#, c-format
+msgid "%s: argument 1 must be a quadratic polynomial"
+msgstr ""
+
+#: ../src/funclib.c:5553 ../src/funclib.c:5642 ../src/funclib.c:5903
+#: ../src/funclib.c:5910 ../src/funclib.c:5965 ../src/funclib.c:5972
+#: ../src/funclib.c:6043 ../src/funclib.c:6057
+#, c-format
+msgid "%s: value out of range"
+msgstr ""
+
+#: ../src/funclib.c:6266
+#, c-format
+msgid "%s: undefined function"
+msgstr ""
+
+#: ../src/funclib.c:6272
+#, c-format
+msgid "%s: flags argument must be a string"
+msgstr ""
+
+#: ../src/funclib.c:6400 ../src/symbolic.c:734
+#, c-format
+msgid "%s: argument not a function of one variable"
+msgstr ""
+
+#: ../src/funclib.c:6612 ../src/funclib.c:6647 ../src/funclib.c:6892
+#, c-format
+msgid "%s: argument should be between %d and %d"
+msgstr ""
+
+#: ../src/funclib.c:6800
+msgid "OutputStyle must be one of normal, troff, latex or mathml"
+msgstr ""
+
+#: ../src/funclib.c:6840
+#, c-format
+msgid "%s: argument should be larger or equal to 0"
+msgstr ""
+
+#: ../src/funclib.c:6953
+msgid "Basic"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6954
+msgid "Parameters"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6955
+msgid "Constants"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6956
+msgid "Numeric"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6957
+msgid "Trigonometry"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6958
+msgid "Number Theory"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6959
+msgid "Matrix Manipulation"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6960
+msgid "Linear Algebra"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6961
+msgid "Combinatorics"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6962
+msgid "Calculus"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6963
+msgid "Functions"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6964
+msgid "Equation Solving"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6965
+msgid "Statistics"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6966
+msgid "Polynomials"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6967
+msgid "Set Theory"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6968
+msgid "Commutative Algebra"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6969
+msgid "Miscellaneous"
+msgstr ""
+
+#. internal
+#: ../src/funclib.c:6971
+msgid "Displays the user manual"
+msgstr ""
+
+#: ../src/funclib.c:6972
+msgid "Gives the warranty information"
+msgstr ""
+
+#: ../src/funclib.c:6973
+msgid "Return version as a 3-vector"
+msgstr ""
+
+#: ../src/funclib.c:6974
+msgid "Exits the program"
+msgstr ""
+
+#: ../src/funclib.c:6976
+msgid "Prints a string to the error stream"
+msgstr ""
+
+#: ../src/funclib.c:6977
+msgid "Waits a specified number of seconds"
+msgstr ""
+
+#: ../src/funclib.c:6978
+msgid "The true boolean value"
+msgstr ""
+
+#: ../src/funclib.c:6980
+msgid "The false boolean value"
+msgstr ""
+
+#: ../src/funclib.c:6983
+msgid "Unix time in seconds as a floating point number"
+msgstr ""
+
+#: ../src/funclib.c:6991
+msgid "Make integer (0 or 1) from a boolean value"
+msgstr ""
+
+#: ../src/funclib.c:6993
+msgid "Prints an expression"
+msgstr ""
+
+#: ../src/funclib.c:6994
+msgid "Changes current directory"
+msgstr ""
+
+#: ../src/funclib.c:6995
+msgid "Prints an expression without a trailing newline"
+msgstr ""
+
+#: ../src/funclib.c:6996
+msgid "Display a string and an expression"
+msgstr ""
+
+#: ../src/funclib.c:6997
+msgid "Set a global variable"
+msgstr ""
+
+#: ../src/funclib.c:6998
+msgid "Set an element in a global variable which is a matrix"
+msgstr ""
+
+#: ../src/funclib.c:6999
+msgid "Set an element in a global variable which is a vector"
+msgstr ""
+
+#: ../src/funclib.c:7000
+msgid "Display values of variables, or all if called without arguments"
+msgstr ""
+
+#: ../src/funclib.c:7002
+msgid "Set the category and help description line for a function"
+msgstr ""
+
+#: ../src/funclib.c:7003
+msgid "Sets up a help alias"
+msgstr ""
+
+#: ../src/funclib.c:7005
+msgid "Identity function, returns its argument"
+msgstr ""
+
+#: ../src/funclib.c:7007
+msgid ""
+"Generate random float between 0 and 1, or if size given generate vector or "
+"matrix of random floats"
+msgstr ""
+
+#: ../src/funclib.c:7009
+msgid ""
+"Generate random integer between 0 and max-1 inclusive, or if size given "
+"generate vector or matrix of random integers"
+msgstr ""
+
+#: ../src/funclib.c:7012 ../src/gnome-genius.c:2525
+msgid "Floating point precision"
+msgstr ""
+
+#: ../src/funclib.c:7014 ../src/gnome-genius.c:2414
+msgid ""
+"Display 0.0 when floating point number is less than 10^-x (0=never chop)"
+msgstr ""
+
+#: ../src/funclib.c:7017 ../src/gnome-genius.c:2437
+msgid "Only chop numbers when another number is greater than 10^-x"
+msgstr ""
+
+#: ../src/funclib.c:7018
+msgid "Maximum digits to display"
+msgstr ""
+
+#: ../src/funclib.c:7019
+msgid "Maximum errors to display"
+msgstr ""
+
+#: ../src/funclib.c:7020
+msgid "Output style: normal, latex, mathml or troff"
+msgstr ""
+
+#: ../src/funclib.c:7021
+msgid "Integer output base"
+msgstr ""
+
+#: ../src/funclib.c:7022
+msgid "If true, mixed fractions are printed"
+msgstr ""
+
+#: ../src/funclib.c:7023
+msgid "Print full expressions, even if more than a line"
+msgstr ""
+
+#: ../src/funclib.c:7024
+msgid "Convert all results to floats before printing"
+msgstr ""
+
+#: ../src/funclib.c:7025
+msgid "Use scientific notation"
+msgstr ""
+
+#: ../src/funclib.c:7027
+msgid ""
+"Number of extra Miller-Rabin tests to run on a number before declaring it a "
+"prime in IsPrime"
+msgstr ""
+
+#: ../src/funclib.c:7033
+msgid "Expands a matrix just like we do on unquoted matrix input"
+msgstr ""
+
+#: ../src/funclib.c:7034
+msgid "Gets the rows of a matrix as a vertical vector"
+msgstr ""
+
+#: ../src/funclib.c:7035
+msgid "Gets the columns of a matrix as a horizontal vector"
+msgstr ""
+
+#: ../src/funclib.c:7036
+msgid "Gets the diagonal entries of a matrix as a column vector"
+msgstr ""
+
+#: ../src/funclib.c:7037
+msgid "Count the number of zero columns in a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7038
+msgid "Removes any all-zero columns of M"
+msgstr ""
+
+#: ../src/funclib.c:7039
+msgid "Return a vector with the indices of the nonzero columns in a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7040
+msgid "Return a vector with the indices of the nonzero elements in a vector"
+msgstr ""
+
+#: ../src/funclib.c:7042
+msgid "Calculates the conjugate"
+msgstr ""
+
+#: ../src/funclib.c:7047
+msgid "Calculates the sine function"
+msgstr ""
+
+#: ../src/funclib.c:7050
+msgid "Calculates the cosine function"
+msgstr ""
+
+#: ../src/funclib.c:7053
+msgid "Calculates the hyperbolic sine function"
+msgstr ""
+
+#: ../src/funclib.c:7056
+msgid "Calculates the hyperbolic cosine function"
+msgstr ""
+
+#: ../src/funclib.c:7059
+msgid "Calculates the tan function"
+msgstr ""
+
+#: ../src/funclib.c:7062
+msgid "Calculates the arctan function"
+msgstr ""
+
+#: ../src/funclib.c:7067
+msgid "Calculates the sinc function, that is sin(x)/x"
+msgstr ""
+
+#: ../src/funclib.c:7071
+msgid "Calculates the arctan2 function (arctan(y/x) if x>0)"
+msgstr ""
+
+#: ../src/funclib.c:7075
+msgid "The number pi"
+msgstr ""
+
+#: ../src/funclib.c:7077
+msgid "The natural number e"
+msgstr ""
+
+#: ../src/funclib.c:7079
+msgid "The Golden Ratio"
+msgstr ""
+
+#: ../src/funclib.c:7081
+msgid "Free fall acceleration"
+msgstr ""
+
+#: ../src/funclib.c:7084
+msgid "Euler's Constant gamma"
+msgstr ""
+
+#: ../src/funclib.c:7088
+msgid "Catalan's Constant (0.915...)"
+msgstr ""
+
+#: ../src/funclib.c:7090
+msgid "The error function, 2/sqrt(2) * int_0^x e^(-t^2) dt"
+msgstr ""
+
+#: ../src/funclib.c:7093
+msgid "The Riemann zeta function (only real values implemented)"
+msgstr ""
+
+#: ../src/funclib.c:7097
+msgid "The Gamma function (only real values implemented)"
+msgstr ""
+
+#: ../src/funclib.c:7102
+msgid "The Bessel function of first kind of order 0"
+msgstr ""
+
+#: ../src/funclib.c:7105
+msgid "The Bessel function of first kind of order 1"
+msgstr ""
+
+#: ../src/funclib.c:7108
+msgid "The Bessel function of first kind of order n"
+msgstr ""
+
+#: ../src/funclib.c:7111
+msgid "The Bessel function of second kind of order 0"
+msgstr ""
+
+#: ../src/funclib.c:7114
+msgid "The Bessel function of second kind of order 1"
+msgstr ""
+
+#: ../src/funclib.c:7117
+msgid "The Bessel function of second kind of integer order n"
+msgstr ""
+
+#: ../src/funclib.c:7120
+msgid "The square root"
+msgstr ""
+
+#: ../src/funclib.c:7124
+msgid "The exponential function"
+msgstr ""
+
+#: ../src/funclib.c:7127
+msgid "The natural logarithm"
+msgstr ""
+
+#: ../src/funclib.c:7130
+msgid "Logarithm of x base 2"
+msgstr ""
+
+#: ../src/funclib.c:7135
+msgid "Logarithm of x base 10"
+msgstr ""
+
+#: ../src/funclib.c:7138
+msgid "Round a number"
+msgstr ""
+
+#: ../src/funclib.c:7142
+msgid "Get the highest integer less than or equal to n"
+msgstr ""
+
+#: ../src/funclib.c:7146
+msgid "Get the lowest integer more than or equal to n"
+msgstr ""
+
+#: ../src/funclib.c:7150
+msgid "Truncate number to an integer (return the integer part)"
+msgstr ""
+
+#: ../src/funclib.c:7155
+msgid "Make number a float"
+msgstr ""
+
+#: ../src/funclib.c:7158
+msgid "Get the numerator of a rational number"
+msgstr ""
+
+#: ../src/funclib.c:7160
+msgid "Get the denominator of a rational number"
+msgstr ""
+
+#: ../src/funclib.c:7163
+msgid "Greatest common divisor"
+msgstr ""
+
+#: ../src/funclib.c:7165
+msgid "Least common multiplier"
+msgstr ""
+
+#: ../src/funclib.c:7167
+msgid "Check a number for being a perfect square"
+msgstr ""
+
+#: ../src/funclib.c:7168
+msgid "Check a number for being any perfect power (a^b)"
+msgstr ""
+
+#: ../src/funclib.c:7169
+msgid "Return the nth prime (up to a limit)"
+msgstr ""
+
+#: ../src/funclib.c:7171
+msgid "Tests if an integer is even"
+msgstr ""
+
+#: ../src/funclib.c:7172
+msgid "Tests if an integer is odd"
+msgstr ""
+
+#: ../src/funclib.c:7174
+msgid "Returns the least prime greater than n (if n is positive)"
+msgstr ""
+
+#: ../src/funclib.c:7175
+msgid "Returns the nth Lucas number"
+msgstr ""
+
+#: ../src/funclib.c:7176
+msgid "Returns inverse of n mod m"
+msgstr ""
+
+#: ../src/funclib.c:7177
+msgid "Checks divisibility (if m divides n)"
+msgstr ""
+
+#: ../src/funclib.c:7178
+msgid ""
+"Return n/d but only if d divides n else returns garbage (this is faster than "
+"writing n/d)"
+msgstr ""
+
+#: ../src/funclib.c:7179
+msgid ""
+"Tests primality of integers, for numbers greater than 25*10^9 false positive "
+"is with low probability depending on IsPrimeMillerRabinReps"
+msgstr ""
+
+#: ../src/funclib.c:7180
+msgid "Run the strong pseudoprime test base b on n"
+msgstr ""
+
+#: ../src/funclib.c:7181
+msgid ""
+"Use the Miller-Rabin primality test on n, reps number of times.  The "
+"probability of false positive is (1/4)^reps"
+msgstr ""
+
+#: ../src/funclib.c:7182
+msgid ""
+"Use the Miller-Rabin primality test on n with enough bases that assuming the "
+"Generalized Riemann Hypothesis the result is deterministic"
+msgstr ""
+
+#: ../src/funclib.c:7183
+msgid "Return factorization of a number as a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7185
+msgid "Returns the maximum of arguments or matrix"
+msgstr ""
+
+#: ../src/funclib.c:7188
+msgid "Returns the minimum of arguments or matrix"
+msgstr ""
+
+#: ../src/funclib.c:7192
+msgid "Division w/o remainder, equivalent to floor(a/b)"
+msgstr ""
+
+#: ../src/funclib.c:7194
+msgid "Calculate the Jacobi symbol (a/b) (b should be odd)"
+msgstr ""
+
+#: ../src/funclib.c:7196
+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"
+msgstr ""
+
+#: ../src/funclib.c:7198
+msgid "Calculate the Legendre symbol (a/p)"
+msgstr ""
+
+#: ../src/funclib.c:7201
+msgid "Get the real part of a complex number"
+msgstr ""
+
+#: ../src/funclib.c:7204
+msgid "Get the imaginary part of a complex number"
+msgstr ""
+
+#: ../src/funclib.c:7208
+msgid "Make an identity matrix of a given size"
+msgstr ""
+
+#: ../src/funclib.c:7211
+msgid "Make an matrix of all zeros (or a row vector)"
+msgstr ""
+
+#: ../src/funclib.c:7213
+msgid "Make an matrix of all ones (or a row vector)"
+msgstr ""
+
+#: ../src/funclib.c:7216
+msgid "Get the number of rows of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7217
+msgid "Get the number of columns of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7218
+msgid "Is a matrix square"
+msgstr ""
+
+#: ../src/funclib.c:7219
+msgid "Is argument a horizontal or a vertical vector"
+msgstr ""
+
+#: ../src/funclib.c:7220
+msgid "Is a matrix upper triangular"
+msgstr ""
+
+#: ../src/funclib.c:7221
+msgid "Is a matrix lower triangular"
+msgstr ""
+
+#: ../src/funclib.c:7222
+msgid "Is a matrix diagonal"
+msgstr ""
+
+#: ../src/funclib.c:7223
+msgid "Get the number of elements of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7225
+msgid "Get the row echelon form of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7229
+msgid "Get the reduced row echelon form of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7233
+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 "
+"get the reduced M and V."
+msgstr ""
+
+#: ../src/funclib.c:7236
+msgid "Get the determinant of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7239
+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"
+msgstr ""
+
+#: ../src/funclib.c:7241
+msgid "Get the nullspace of a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7243
+msgid "Make new matrix of given size from old one"
+msgstr ""
+
+#: ../src/funclib.c:7244
+msgid "Return the index complement of a vector of indexes"
+msgstr ""
+
+#: ../src/funclib.c:7245
+msgid "Get the Hermitian product of two vectors"
+msgstr ""
+
+#: ../src/funclib.c:7248
+msgid "Check if a matrix is a matrix of numbers"
+msgstr ""
+
+#: ../src/funclib.c:7249
+msgid "Check if a matrix is an integer (non-complex) matrix"
+msgstr ""
+
+#: ../src/funclib.c:7250
+msgid "Check if a matrix is a rational (non-complex) matrix"
+msgstr ""
+
+#: ../src/funclib.c:7251
+msgid "Check if a matrix is a real (non-complex) matrix"
+msgstr ""
+
+#: ../src/funclib.c:7252
+msgid "Check if a matrix is positive, that is if each element is positive"
+msgstr ""
+
+#: ../src/funclib.c:7253
+msgid ""
+"Check if a matrix is nonnegative, that is if each element is nonnegative"
+msgstr ""
+
+#: ../src/funclib.c:7255
+msgid "Check if a number or a matrix is all zeros"
+msgstr ""
+
+#: ../src/funclib.c:7256
+msgid "Check if a number or a matrix is 1 or identity respectively"
+msgstr ""
+
+#: ../src/funclib.c:7258
+msgid ""
+"Returns true if the element x is in the set X (where X is a vector "
+"pretending to be a set)"
+msgstr ""
+
+#: ../src/funclib.c:7259
+msgid "Returns true if X is a subset of Y"
+msgstr ""
+
+#: ../src/funclib.c:7260
+msgid ""
+"Returns a set theoretic difference X-Y (X and Y are vectors pretending to be "
+"sets)"
+msgstr ""
+
+#: ../src/funclib.c:7261
+msgid ""
+"Returns a set theoretic intersection of X and Y (X and Y are vectors "
+"pretending to be sets)"
+msgstr ""
+
+#: ../src/funclib.c:7263
+msgid "Check if argument is a null"
+msgstr ""
+
+#: ../src/funclib.c:7264
+msgid "Check if argument is a number"
+msgstr ""
+
+#: ../src/funclib.c:7265
+msgid "Check if argument is a boolean (and not a number)"
+msgstr ""
+
+#: ../src/funclib.c:7266
+msgid "Check if argument is a text string"
+msgstr ""
+
+#: ../src/funclib.c:7267
+msgid "Check if argument is a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7268
+msgid "Check if argument is a function"
+msgstr ""
+
+#: ../src/funclib.c:7269
+msgid "Check if argument is a function or an identifier"
+msgstr ""
+
+#: ../src/funclib.c:7270
+msgid "Check if argument is a function reference"
+msgstr ""
+
+#: ../src/funclib.c:7272
+msgid "Check if argument is a complex (non-real) number"
+msgstr ""
+
+#: ../src/funclib.c:7273
+msgid "Check if argument is a real number"
+msgstr ""
+
+#: ../src/funclib.c:7274
+msgid "Check if argument is an integer (non-complex)"
+msgstr ""
+
+#: ../src/funclib.c:7275
+msgid "Check if argument is a positive real integer"
+msgstr ""
+
+#: ../src/funclib.c:7277
+msgid "Check if argument is a non-negative real integer"
+msgstr ""
+
+#: ../src/funclib.c:7278
+msgid "Check if argument is a possibly complex integer"
+msgstr ""
+
+#: ../src/funclib.c:7280
+msgid "Check if argument is a rational number (non-complex)"
+msgstr ""
+
+#: ../src/funclib.c:7281
+msgid "Check if argument is a possibly complex rational number"
+msgstr ""
+
+#: ../src/funclib.c:7282
+msgid "Check if argument is a floating point number (non-complex)"
+msgstr ""
+
+#: ../src/funclib.c:7284
+msgid "Add two polynomials (vectors)"
+msgstr ""
+
+#: ../src/funclib.c:7285
+msgid "Subtract two polynomials (as vectors)"
+msgstr ""
+
+#: ../src/funclib.c:7286
+msgid "Multiply two polynomials (as vectors)"
+msgstr ""
+
+#: ../src/funclib.c:7287
+msgid "Divide polynomial p by q, return the remainder in r"
+msgstr ""
+
+#: ../src/funclib.c:7288
+msgid "Take polynomial (as vector) derivative"
+msgstr ""
+
+#: ../src/funclib.c:7289
+msgid "Take second polynomial (as vector) derivative"
+msgstr ""
+
+#: ../src/funclib.c:7290
+msgid "Trim zeros from a polynomial (as vector)"
+msgstr ""
+
+#: ../src/funclib.c:7291
+msgid "Check if a vector is usable as a polynomial"
+msgstr ""
+
+#: ../src/funclib.c:7292
+msgid "Make string out of a polynomial (as vector)"
+msgstr ""
+
+#: ../src/funclib.c:7293
+msgid "Make function out of a polynomial (as vector)"
+msgstr ""
+
+#: ../src/funclib.c:7295
+msgid "Find roots of a quadratic polynomial (given as vector of coefficients)"
+msgstr ""
+
+#: ../src/funclib.c:7297
+msgid "Get all combinations of k numbers from 1 to n as a vector of vectors"
+msgstr ""
+
+#: ../src/funclib.c:7298
+msgid ""
+"Get combination that would come after v in call to combinations, first "
+"combination should be [1:k]."
+msgstr ""
+
+#: ../src/funclib.c:7299
+msgid "Get all permutations of k numbers from 1 to n as a vector of vectors"
+msgstr ""
+
+#: ../src/funclib.c:7301
+msgid "Calculate combinations (binomial coefficient)"
+msgstr ""
+
+#: ../src/funclib.c:7304
+msgid "Convert a string to a vector of ASCII values"
+msgstr ""
+
+#: ../src/funclib.c:7305
+msgid "Convert a vector of ASCII values to a string"
+msgstr ""
+
+#: ../src/funclib.c:7307
+msgid ""
+"Convert a string to a vector of 0-based alphabet values (positions in the "
+"alphabet string), -1's for unknown letters"
+msgstr ""
+
+#: ../src/funclib.c:7308
+msgid ""
+"Convert a vector of 0-based alphabet values (positions in the alphabet "
+"string) to a string"
+msgstr ""
+
+#: ../src/funclib.c:7310
+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."
+msgstr ""
+
+#: ../src/funclib.c:7311
+msgid ""
+"Unprotect a variable from being modified.  It will be treated as a user "
+"defined variable from now on."
+msgstr ""
+
+#: ../src/funclib.c:7312
+msgid ""
+"Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments"
+"\""
+msgstr ""
+
+#: ../src/funclib.c:7313
+msgid "Get current modulo from the context outside the function"
+msgstr ""
+
+#: ../src/funclib.c:7314
+msgid "Check if a variable or function is defined"
+msgstr ""
+
+#: ../src/funclib.c:7315
+msgid "Undefine a variable (including all locals and globals of the same name)"
+msgstr ""
+
+#: ../src/funclib.c:7317
+msgid ""
+"Undefine all unprotected (user defined) global variables and parameters.  "
+"Does not reset or change protected (system) parameters."
+msgstr ""
+
+#: ../src/funclib.c:7318
+msgid ""
+"Mark all currently defined variables as protected.  They will be treated as "
+"system defined variables from now on."
+msgstr ""
+
+#: ../src/funclib.c:7319
+msgid ""
+"Return a vector of all global unprotected (user defined) variable names."
+msgstr ""
+
+#: ../src/funclib.c:7321
+msgid "Parse a string (but do not execute)"
+msgstr ""
+
+#: ../src/funclib.c:7322
+msgid "Parse and evaluate a string"
+msgstr ""
+
+#: ../src/funclib.c:7324
+msgid "Ask a question and return a string.  Optionally pass in a default."
+msgstr ""
+
+#: ../src/funclib.c:7325
+msgid ""
+"Ask a question and present a list of buttons.  Returns the 1-based index of "
+"the button pressed (or null on failure)."
+msgstr ""
+
+#: ../src/funclib.c:7327
+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 "
+"even"
+msgstr ""
+
+#: ../src/funclibhelper.cP:40
+#, c-format
+msgid "%s: argument number %d not an integer"
+msgstr ""
+
+#: ../src/funclibhelper.cP:53
+#, c-format
+msgid "%s: argument number %d not an integer or a matrix"
+msgstr ""
+
+#: ../src/funclibhelper.cP:65 ../src/funclibhelper.cP:76
+#, c-format
+msgid "%s: argument number %d not a number or a matrix"
+msgstr ""
+
+#: ../src/funclibhelper.cP:89
+#, c-format
+msgid "%s: argument number %d not a nonnegative integer"
+msgstr ""
+
+#: ../src/funclibhelper.cP:101
+#, c-format
+msgid "%s: argument number %d not a nonnegative number"
+msgstr ""
+
+#: ../src/funclibhelper.cP:115
+#, c-format
+msgid "%s: argument number %d not a positive integer"
+msgstr ""
+
+#: ../src/funclibhelper.cP:125 ../src/graphing.c:3361
+#, c-format
+msgid "%s: argument number %d not a number"
+msgstr ""
+
+#: ../src/funclibhelper.cP:136
+#, c-format
+msgid "%s: argument number %d not a boolean"
+msgstr ""
+
+#: ../src/funclibhelper.cP:147
+#, c-format
+msgid "%s: argument number %d not a real number"
+msgstr ""
+
+#: ../src/funclibhelper.cP:157
+#, c-format
+msgid "%s: argument number %d not a matrix"
+msgstr ""
+
+#: ../src/funclibhelper.cP:168
+#, c-format
+msgid "%s: argument number %d not a square matrix"
+msgstr ""
+
+#: ../src/funclibhelper.cP:179
+#, c-format
+msgid "%s: argument number %d not a matrix or null node"
+msgstr ""
+
+#: ../src/funclibhelper.cP:190
+#, c-format
+msgid "%s: argument number %d not a value only matrix"
+msgstr ""
+
+#: ../src/funclibhelper.cP:203
+#, c-format
+msgid "%s: argument number %d not a value only vector"
+msgstr ""
+
+#: ../src/funclibhelper.cP:213 ../src/funclibhelper.cP:224
+#, c-format
+msgid "%s: argument number %d not a string"
+msgstr ""
+
+#: ../src/funclibhelper.cP:235
+#, c-format
+msgid "%s: argument number %d not a function or identifier"
+msgstr ""
+
+#: ../src/genius.c:111
+#, c-format
+msgid "line %d: %s\n"
+msgstr ""
+
+#: ../src/genius.c:129
+#, c-format
+msgid "Too many errors! (%d followed)\n"
+msgstr ""
+
+#: ../src/genius.c:157
+msgid "Cannot locate the manual"
+msgstr ""
+
+#: ../src/genius.c:222
+#, c-format
+msgid "Suggested: %s\n"
+msgstr ""
+
+#: ../src/genius.c:268
+#, c-format
+msgid "Out of range!\n"
+msgstr ""
+
+#: ../src/genius.c:345 ../src/genius.lang.h:2 ../src/gnome-genius.c:846
+#: ../src/gnome-genius.c:891
+msgid "Genius"
+msgstr ""
+
+#: ../src/genius.c:378 ../src/genius.c:387 ../src/genius.c:394
+#: ../src/genius.c:403
+#, c-format
+msgid "%s should be between %d and %d, using %d"
+msgstr ""
+
+#: ../src/genius.c:422 ../src/genius.c:431
+#, c-format
+msgid "%s should be greater then or equal to %d, using %d"
+msgstr ""
+
+#: ../src/genius.c:479
+#, c-format
+msgid ""
+"Genius %s\n"
+"%s%s\n"
+msgstr ""
+
+#: ../src/genius.c:490
+#, c-format
+msgid ""
+"Genius %s usage:\n"
+"\n"
+"genius [options] [files]\n"
+"\n"
+"\t--help            \tPrint this help\n"
+"\t--version         \tPrint version number\n"
+"\t--precision=num   \tFloating point precision [128]\n"
+"\t--maxdigits=num   \tMaximum digits to display (0=no limit) [0]\n"
+"\t--[no]floatresult \tAll results as floats [OFF]\n"
+"\t--[no]scinot      \tResults in scientific notation [OFF]\n"
+"\t--[no]fullexp     \tAlways print full expressions [OFF]\n"
+"\t--maxerrors=num   \tMaximum errors to display (0=no limit) [5]\n"
+"\t--[no]mixed       \tPrint fractions in mixed format\n"
+"\t--intoutbase=num  \tBase to use to print out integers [10]\n"
+"\t--chop=num        \tChop small numbers less than 10^-num [20]\n"
+"\t--chopwhen=num    \tBut only when other numbers 10^-num or more [5]\n"
+"\t--[no]readline    \tUse readline if it is available [ON]\n"
+"\t--[no]compile     \tCompile everything and dump it to stdout [OFF]\n"
+"\t--[no]gettext     \tDump help/error strings in fake .c file to\n"
+"\t                  \tstdout (for use with gettext) [OFF]\n"
+"\t--[no]quiet       \tBe quiet during non-interactive mode,\n"
+"\t                  \t(always on when compiling) [OFF]\n"
+"\t--exec=expr       \tExecute an expression\n"
+"\n"
+msgstr ""
+
+#: ../src/genius.c:520
+#, c-format
+msgid ""
+"Can't specify both an expression and files to execute on the command line"
+msgstr ""
+
+#: ../src/genius.c:531
+#, c-format
+msgid ""
+"Genius %s\n"
+"%s\n"
+"This is free software with ABSOLUTELY NO WARRANTY.\n"
+"For license details type `warranty'.\n"
+"For help type `manual' or `help'.%s\n"
+"\n"
+msgstr ""
+
+#: ../src/genius.c:604 ../src/gnome-genius.c:5368
+msgid ""
+"The only thing that interferes with my learning is my education.  -- Albert "
+"Einstein"
+msgstr ""
+
+#: ../src/genius.c:625 ../src/genius.c:696
+msgid "Can't open file"
+msgstr ""
+
+#: ../src/genius.lang.h:1
+msgid "Scripts"
+msgstr ""
+
+#: ../src/genius.lang.h:3
+msgid "String"
+msgstr ""
+
+#: ../src/genius.lang.h:4
+msgid "Line Comment"
+msgstr ""
+
+#: ../src/genius.lang.h:5
+msgid "Base-N Integers"
+msgstr ""
+
+#: ../src/genius.lang.h:6
+msgid "Decimal Integers"
+msgstr ""
+
+#: ../src/genius.lang.h:7
+msgid "Floats"
+msgstr ""
+
+#: ../src/genius.lang.h:8
+msgid "Commands"
+msgstr ""
+
+#: ../src/genius.lang.h:9
+msgid "Keywords"
+msgstr ""
+
+#: ../src/gnome-genius.c:263
+msgid "_File"
+msgstr "_Fájl"
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:264
+msgid "_Edit"
+msgstr ""
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:265
+msgid "_Calculator"
+msgstr ""
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:266
+msgid "P_lugins"
+msgstr ""
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:267
+msgid "E_xamples"
+msgstr ""
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:268
+msgid "_Programs"
+msgstr ""
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:269
+msgid "_Settings"
+msgstr ""
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:270
+msgid "_Help"
+msgstr ""
+
+#. name, stock id, label
+#. name, stock id
+#: ../src/gnome-genius.c:272
+msgid "_New Program"
+msgstr ""
+
+#. label, accelerator
+#: ../src/gnome-genius.c:273 ../src/gnome-genius.c:277
+msgid "Create new program tab"
+msgstr ""
+
+#: ../src/gnome-genius.c:276
+msgid "New"
+msgstr ""
+
+#. name, stock id
+#: ../src/gnome-genius.c:280
+msgid "_Open..."
+msgstr ""
+
+#. label, accelerator
+#: ../src/gnome-genius.c:281 ../src/gnome-genius.c:285
+msgid "Open a file"
+msgstr ""
+
+#: ../src/gnome-genius.c:284
+msgid "Open"
+msgstr ""
+
+#: ../src/gnome-genius.c:287
+msgid "Open R_ecent"
+msgstr ""
+
+#. name, stock id, label
+#. name, stock id
+#: ../src/gnome-genius.c:289
+msgid "_Save"
+msgstr ""
+
+#. label, accelerator
+#: ../src/gnome-genius.c:290
+msgid "Save current file"
+msgstr ""
+
+#: ../src/gnome-genius.c:293
+msgid "Save All _Unsaved"
+msgstr ""
+
+#: ../src/gnome-genius.c:294
+msgid "Save all unsaved programs"
+msgstr ""
+
+#: ../src/gnome-genius.c:297
+msgid "Save _As..."
+msgstr ""
+
+#: ../src/gnome-genius.c:298
+msgid "Save to a file"
+msgstr ""
+
+#: ../src/gnome-genius.c:301
+msgid "_Reload from Disk"
+msgstr ""
+
+#: ../src/gnome-genius.c:302
+msgid "Reload the selected program from disk"
+msgstr ""
+
+#: ../src/gnome-genius.c:305
+msgid "_Close"
+msgstr ""
+
+#: ../src/gnome-genius.c:306
+msgid "Close the current file"
+msgstr ""
+
+#: ../src/gnome-genius.c:309
+msgid "_Load and Run..."
+msgstr ""
+
+#: ../src/gnome-genius.c:310
+msgid "Load and execute a file in genius"
+msgstr ""
+
+#: ../src/gnome-genius.c:313
+msgid "Save Console Ou_tput..."
+msgstr ""
+
+#: ../src/gnome-genius.c:314
+msgid ""
+"Save what is visible on the console (including scrollback) to a text file"
+msgstr ""
+
+#: ../src/gnome-genius.c:317
+msgid "_Quit"
+msgstr ""
+
+#: ../src/gnome-genius.c:318
+msgid "Quit"
+msgstr ""
+
+#: ../src/gnome-genius.c:322
+msgid "_Undo"
+msgstr ""
+
+#: ../src/gnome-genius.c:323
+msgid "Undo the last action"
+msgstr ""
+
+#: ../src/gnome-genius.c:326
+msgid "_Redo"
+msgstr ""
+
+#: ../src/gnome-genius.c:327
+msgid "Redo the undone action"
+msgstr ""
+
+#: ../src/gnome-genius.c:331
+msgid "Cu_t"
+msgstr ""
+
+#: ../src/gnome-genius.c:332
+msgid "Cut the selection"
+msgstr ""
+
+#: ../src/gnome-genius.c:335
+msgid "_Copy"
+msgstr ""
+
+#: ../src/gnome-genius.c:336
+msgid "Copy the selection"
+msgstr ""
+
+#: ../src/gnome-genius.c:339
+msgid "_Paste"
+msgstr ""
+
+#: ../src/gnome-genius.c:340
+msgid "Paste the clipboard"
+msgstr ""
+
+#: ../src/gnome-genius.c:343
+msgid "Copy Answer As Plain Te_xt"
+msgstr ""
+
+#: ../src/gnome-genius.c:344
+msgid "Copy last answer into the clipboard in plain text"
+msgstr ""
+
+#: ../src/gnome-genius.c:347
+msgid "Copy Answer As _LaTeX"
+msgstr ""
+
+#: ../src/gnome-genius.c:348
+msgid "Copy last answer into the clipboard as LaTeX"
+msgstr ""
+
+#: ../src/gnome-genius.c:351
+msgid "Copy Answer As _MathML"
+msgstr ""
+
+#: ../src/gnome-genius.c:352
+msgid "Copy last answer into the clipboard as MathML"
+msgstr ""
+
+#: ../src/gnome-genius.c:355
+msgid "Copy Answer As T_roff"
+msgstr ""
+
+#: ../src/gnome-genius.c:356
+msgid "Copy last answer into the clipboard as Troff eqn"
+msgstr ""
+
+#: ../src/gnome-genius.c:359
+msgid "_Run"
+msgstr ""
+
+#: ../src/gnome-genius.c:360
+msgid "Run current program"
+msgstr ""
+
+#: ../src/gnome-genius.c:363
+msgid "_Interrupt"
+msgstr ""
+
+#: ../src/gnome-genius.c:364
+msgid "Interrupt current calculation"
+msgstr ""
+
+#: ../src/gnome-genius.c:367
+msgid "Show _Full Answer"
+msgstr ""
+
+#: ../src/gnome-genius.c:368
+msgid "Show the full text of last answer"
+msgstr ""
+
+#: ../src/gnome-genius.c:371
+msgid "Show User _Variables"
+msgstr ""
+
+#: ../src/gnome-genius.c:372
+msgid "Show the current value of all user variables"
+msgstr ""
+
+#: ../src/gnome-genius.c:375
+msgid "_Monitor a Variable"
+msgstr ""
+
+#: ../src/gnome-genius.c:376
+msgid "Monitor a variable continuously"
+msgstr ""
+
+#: ../src/gnome-genius.c:379
+msgid "_Plot..."
+msgstr ""
+
+#: ../src/gnome-genius.c:380 ../src/gnome-genius.c:384
+msgid "Plot functions, vector fields, surfaces, etc..."
+msgstr ""
+
+#: ../src/gnome-genius.c:383 ../src/gnome-genius.c:586 ../src/graphing.c:7230
+msgid "_Plot"
+msgstr ""
+
+#: ../src/gnome-genius.c:387
+msgid "_Next Tab"
+msgstr ""
+
+#: ../src/gnome-genius.c:388
+msgid "Go to next tab"
+msgstr ""
+
+#: ../src/gnome-genius.c:391
+msgid "_Previous Tab"
+msgstr ""
+
+#: ../src/gnome-genius.c:392
+msgid "Go to previous tab"
+msgstr ""
+
+#: ../src/gnome-genius.c:395
+msgid "_Console"
+msgstr ""
+
+#: ../src/gnome-genius.c:396
+msgid "Go to the console tab"
+msgstr ""
+
+#: ../src/gnome-genius.c:399
+msgid "_Preferences"
+msgstr ""
+
+#: ../src/gnome-genius.c:400
+msgid "Configure Genius"
+msgstr ""
+
+#: ../src/gnome-genius.c:403
+msgid "_Contents"
+msgstr ""
+
+#: ../src/gnome-genius.c:404
+msgid "View the Genius manual"
+msgstr ""
+
+#: ../src/gnome-genius.c:407
+msgid "_Help on Function"
+msgstr ""
+
+#: ../src/gnome-genius.c:408
+msgid "Help on a function or a command"
+msgstr ""
+
+#: ../src/gnome-genius.c:411
+msgid "_Warranty"
+msgstr ""
+
+#: ../src/gnome-genius.c:412
+msgid "Display warranty information"
+msgstr ""
+
+#: ../src/gnome-genius.c:415
+msgid "_About"
+msgstr ""
+
+#: ../src/gnome-genius.c:416
+msgid "About Genius"
+msgstr ""
+
+#: ../src/gnome-genius.c:956
+msgid "Help on Function"
+msgstr ""
+
+#: ../src/gnome-genius.c:974
+msgid "Function or command name:"
+msgstr ""
+
+#: ../src/gnome-genius.c:1032
+#, c-format
+msgid "<b>Help on %s not found</b>"
+msgstr ""
+
+#: ../src/gnome-genius.c:1036
+#, c-format
+msgid ""
+"<b>Help on %s not found</b>\n"
+"\n"
+"Perhaps you meant %s."
+msgstr ""
+
+#: ../src/gnome-genius.c:1092
+msgid "Error"
+msgstr ""
+
+#: ../src/gnome-genius.c:1094
+msgid "Information"
+msgstr ""
+
+#: ../src/gnome-genius.c:1324
+msgid "User Variable Listing"
+msgstr ""
+
+#: ../src/gnome-genius.c:1432
+#, c-format
+msgid "%s undefined"
+msgstr ""
+
+#. printed before a global variable
+#: ../src/gnome-genius.c:1467
+msgid "(global) "
+msgstr ""
+
+#. printed before local variable in certain
+#. * context
+#: ../src/gnome-genius.c:1471
+#, c-format
+msgid "(context %d) "
+msgstr ""
+
+#: ../src/gnome-genius.c:1493
+#, c-format
+msgid "%s not a user variable"
+msgstr ""
+
+#: ../src/gnome-genius.c:1527
+#, c-format
+msgid "Monitoring: %s"
+msgstr ""
+
+#: ../src/gnome-genius.c:1575
+msgid "Update continuously"
+msgstr ""
+
+#: ../src/gnome-genius.c:1606
+msgid "Monitor a Variable"
+msgstr ""
+
+#: ../src/gnome-genius.c:1623
+msgid "Variable name:"
+msgstr ""
+
+#. error
+#. always textbox
+#: ../src/gnome-genius.c:1679
+msgid "Full Answer"
+msgstr ""
+
+#: ../src/gnome-genius.c:1696
+#, c-format
+msgid ""
+"\n"
+"Too many errors! (%d followed)"
+msgstr ""
+
+#: ../src/gnome-genius.c:1712
+#, c-format
+msgid "e[01;31mToo many errors! (%d followed)e[0m\n"
+msgstr ""
+
+#: ../src/gnome-genius.c:1860
+#, c-format
+msgid ""
+"<b>Cannot display help</b>\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../src/gnome-genius.c:1936
+msgid "Nils Barth (initial implementation of parts of the GEL library)"
+msgstr ""
+
+#: ../src/gnome-genius.c:1937
+msgid "Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - plotting widgetry)"
+msgstr ""
+
+#. Translators should localize the following string
+#. * which will give them credit in the About box.
+#. * E.g. "Fulano de Tal <fulano detal com>"
+#.
+#: ../src/gnome-genius.c:1951
+msgid "translator-credits"
+msgstr ""
+
+#: ../src/gnome-genius.c:1999
+msgid "Genius Mathematical Tool"
+msgstr ""
+
+#: ../src/gnome-genius.c:2003
+msgid "The GNOME calculator style edition of the Genius Mathematical Tool."
+msgstr ""
+
+#: ../src/gnome-genius.c:2192
+msgid ""
+"Genius is executing something, and furthermore there are unsaved programs.\n"
+"Are you sure you wish to quit?"
+msgstr ""
+
+#: ../src/gnome-genius.c:2200
+msgid "There are unsaved programs, are you sure you wish to quit?"
+msgstr ""
+
+#: ../src/gnome-genius.c:2207
+msgid "Genius is executing something, are you sure you wish to quit?"
+msgstr ""
+
+#: ../src/gnome-genius.c:2214
+msgid "Are you sure you wish to quit?"
+msgstr ""
+
+#: ../src/gnome-genius.c:2328
+msgid "Genius Setup"
+msgstr ""
+
+#: ../src/gnome-genius.c:2346
+msgid "Output"
+msgstr ""
+
+#: ../src/gnome-genius.c:2349
+msgid "Number/Expression output options"
+msgstr ""
+
+#: ../src/gnome-genius.c:2359
+msgid "Maximum digits to output (0=unlimited)"
+msgstr ""
+
+#: ../src/gnome-genius.c:2379
+msgid "Results as floats"
+msgstr ""
+
+#: ../src/gnome-genius.c:2387
+msgid "Floats in scientific notation"
+msgstr ""
+
+#: ../src/gnome-genius.c:2395
+msgid "Always print full expressions"
+msgstr ""
+
+#: ../src/gnome-genius.c:2403
+msgid "Use mixed fractions"
+msgstr ""
+
+#: ../src/gnome-genius.c:2456
+msgid "Remember output settings across sessions"
+msgstr ""
+
+#: ../src/gnome-genius.c:2466
+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 "
+"options\" frame."
+msgstr ""
+
+#: ../src/gnome-genius.c:2471
+msgid "Error/Info output options"
+msgstr ""
+
+#: ../src/gnome-genius.c:2479
+msgid "Display errors in a dialog"
+msgstr ""
+
+#: ../src/gnome-genius.c:2487
+msgid "Display information messages in a dialog"
+msgstr ""
+
+#: ../src/gnome-genius.c:2498
+msgid "Maximum errors to display (0=unlimited)"
+msgstr ""
+
+#: ../src/gnome-genius.c:2522
+msgid "Precision"
+msgstr ""
+
+#: ../src/gnome-genius.c:2532
+msgid ""
+"NOTE: The floating point precision might not take effect\n"
+"for all numbers immediately, only new numbers calculated\n"
+"and new variables will be affected."
+msgstr ""
+
+#: ../src/gnome-genius.c:2541
+msgid "Floating point precision (bits)"
+msgstr ""
+
+#: ../src/gnome-genius.c:2560
+msgid "Remember precision setting across sessions"
+msgstr ""
+
+#: ../src/gnome-genius.c:2569
+msgid "Should the precision setting be remembered for next session."
+msgstr ""
+
+#: ../src/gnome-genius.c:2577
+msgid "Terminal"
+msgstr ""
+
+#: ../src/gnome-genius.c:2579
+msgid "Terminal options"
+msgstr ""
+
+#: ../src/gnome-genius.c:2588
+msgid "Scrollback lines"
+msgstr ""
+
+#: ../src/gnome-genius.c:2611
+msgid "Font:"
+msgstr ""
+
+#: ../src/gnome-genius.c:2622
+msgid "Black on white"
+msgstr ""
+
+#: ../src/gnome-genius.c:2630
+msgid "Blinking cursor"
+msgstr ""
+
+#: ../src/gnome-genius.c:2643
+msgid "Memory"
+msgstr ""
+
+#: ../src/gnome-genius.c:2646
+msgid "Limits"
+msgstr ""
+
+#: ../src/gnome-genius.c:2653
+msgid ""
+"When the limit is reached you will be asked if\n"
+"you wish to interrupt the calculation or continue.\n"
+"Setting to 0 disables the limit."
+msgstr ""
+
+#: ../src/gnome-genius.c:2662
+msgid "Maximum number of nodes to allocate"
+msgstr ""
+
+#: ../src/gnome-genius.c:2702
+msgid ""
+"<b>Genius is currently executing something.</b>\n"
+"\n"
+"Please try again later or interrupt the current operation."
+msgstr ""
+
+#: ../src/gnome-genius.c:2745
+msgid "GEL files"
+msgstr ""
+
+#: ../src/gnome-genius.c:2750 ../src/graphing.c:1241
+msgid "All files"
+msgstr ""
+
+#: ../src/gnome-genius.c:2774 ../src/gnome-genius.c:3793
+msgid "Cannot open file!"
+msgstr ""
+
+#: ../src/gnome-genius.c:2784 ../src/gnome-genius.c:4279
+msgid "Output from "
+msgstr ""
+
+#: ../src/gnome-genius.c:2801 ../src/gnome-genius.c:4351
+msgid "End"
+msgstr ""
+
+#: ../src/gnome-genius.c:2820
+msgid "Load and Run"
+msgstr ""
+
+#: ../src/gnome-genius.c:2824
+msgid "_Load"
+msgstr ""
+
+#: ../src/gnome-genius.c:3373
+msgid "Cannot open file"
+msgstr ""
+
+#. context
+#: ../src/gnome-genius.c:3408 ../src/gnome-genius.c:4970
+#, c-format
+msgid "Line: %d"
+msgstr ""
+
+#: ../src/gnome-genius.c:3540
+msgid ""
+"The program you are closing is unsaved, are you sure you wish to close it "
+"without saving?"
+msgstr ""
+
+#: ../src/gnome-genius.c:3672
+#, c-format
+msgid "Program_%d.gel"
+msgstr ""
+
+#: ../src/gnome-genius.c:3683
+#, c-format
+msgid "Program %d"
+msgstr ""
+
+#: ../src/gnome-genius.c:3721
+#, c-format
+msgid "Cannot open %s"
+msgstr ""
+
+#: ../src/gnome-genius.c:3815
+msgid "Open..."
+msgstr ""
+
+#: ../src/gnome-genius.c:3900
+msgid "Program is read only"
+msgstr ""
+
+#: ../src/gnome-genius.c:3905 ../src/gnome-genius.c:3945
+#, c-format
+msgid ""
+"<b>Cannot save file %s</b>\n"
+"Details: %s"
+msgstr ""
+
+#: ../src/gnome-genius.c:3911 ../src/gnome-genius.c:3952
+#, c-format
+msgid "<b>Cannot save file %s</b>"
+msgstr ""
+
+#: ../src/gnome-genius.c:3962
+msgid "Save new programs by \"Save As...\" first!"
+msgstr ""
+
+#: ../src/gnome-genius.c:3968
+msgid ""
+"Some read-only programs are modified.  Use \"Save As...\" to save them to a "
+"new location."
+msgstr ""
+
+#: ../src/gnome-genius.c:4008 ../src/gnome-genius.c:4144
+#, c-format
+msgid ""
+"<b>Cannot save file</b>\n"
+"Details: %s"
+msgstr ""
+
+#: ../src/gnome-genius.c:4013 ../src/gnome-genius.c:4149
+msgid "<b>Cannot save file</b>"
+msgstr ""
+
+#: ../src/gnome-genius.c:4048
+msgid "Save As..."
+msgstr ""
+
+#: ../src/gnome-genius.c:4182
+msgid "Save Console Output..."
+msgstr ""
+
+#: ../src/gnome-genius.c:4236
+msgid ""
+"<b>No program selected.</b>\n"
+"\n"
+"Create a new program, or select an existing tab in the notebook."
+msgstr ""
+
+#: ../src/gnome-genius.c:4266
+#, c-format
+msgid "Cannot open pipe: %s"
+msgstr ""
+
+#: ../src/gnome-genius.c:4295
+msgid ""
+"<b>Cannot execute program</b>\n"
+"\n"
+"Cannot fork."
+msgstr ""
+
+#: ../src/gnome-genius.c:4368
+msgid ""
+"<b>Error executing program</b>\n"
+"\n"
+"There was an error while writing the\n"
+"program to the engine."
+msgstr ""
+
+#: ../src/gnome-genius.c:4393
+#, c-format
+msgid "Genius %s"
+msgstr ""
+
+#: ../src/gnome-genius.c:4625
+msgid "Memory (node number) limit has been reached, interrupt the computation?"
+msgstr ""
+
+#. error
+#. always textbox
+#. textbox_title
+#. bind_response
+#. wrap
+#: ../src/gnome-genius.c:4715
+msgid "Can't execute genius-readline-helper-fifo!\n"
+msgstr ""
+
+#: ../src/gnome-genius.c:4783
+msgid "Readline helper died, weird.  Trying to recover, things may be odd."
+msgstr ""
+
+#: ../src/gnome-genius.c:4991
+msgid ""
+"\n"
+"Note: Compiled without GtkSourceView (better source editor)"
+msgstr ""
+
+#: ../src/gnome-genius.c:5084
+msgid "GNOME Genius"
+msgstr ""
+
+#. parent
+#: ../src/gnome-genius.c:5134
+msgid "Cannot find the library file, genius installation may be incorrect"
+msgstr ""
+
+#: ../src/gnome-genius.c:5215
+msgid "Console"
+msgstr ""
+
+#: ../src/gnome-genius.c:5263
+#, c-format
+msgid ""
+"%sGenius %s%s\n"
+"%s\n"
+"This is free software with ABSOLUTELY NO WARRANTY.\n"
+"For license details type `%swarranty%s'.\n"
+"For help type `%smanual%s' or `%shelp%s'.%s\n"
+"\n"
+msgstr ""
+
+#: ../src/gnome-genius.desktop.in.h:1
+msgid "Genius Math Tool"
+msgstr ""
+
+#: ../src/gnome-genius.desktop.in.h:2
+msgid "Genius Mathematical Tool and Calculator"
+msgstr ""
+
+#: ../src/gnome-genius.desktop.in.h:3
+msgid ""
+"Mathematics;Matrix;Vector;Linear Algebra;Calculus;Plot;Plotting;Graph;"
+"Graphing;Function;Number Theory;"
+msgstr ""
+
+#: ../src/graphing.c:610
+msgid "Rotate"
+msgstr ""
+
+#: ../src/graphing.c:629 ../src/graphing.c:658
+#, c-format
+msgid "Rotate about %s axis: "
+msgstr ""
+
+#: ../src/graphing.c:687
+msgid "Rotate about dependent axis: "
+msgstr ""
+
+#: ../src/graphing.c:834
+msgid "Print"
+msgstr ""
+
+#: ../src/graphing.c:851
+msgid "Print command: "
+msgstr ""
+
+#: ../src/graphing.c:881
+msgid "Cannot open temporary file, cannot print."
+msgstr ""
+
+#: ../src/graphing.c:910
+msgid "Printing failed"
+msgstr ""
+
+#: ../src/graphing.c:923
+#, c-format
+msgid "Printing failed: %s"
+msgstr ""
+
+#: ../src/graphing.c:997 ../src/graphing.c:1138
+msgid "File already exists.  Overwrite it?"
+msgstr ""
+
+#: ../src/graphing.c:1097 ../src/graphing.c:1153 ../src/graphing.c:1170
+msgid "Export failed"
+msgstr ""
+
+#: ../src/graphing.c:1195
+msgid "Export encapsulated postscript"
+msgstr ""
+
+#: ../src/graphing.c:1197
+msgid "Export postscript"
+msgstr ""
+
+#: ../src/graphing.c:1199
+msgid "Export PDF"
+msgstr ""
+
+#: ../src/graphing.c:1201
+msgid "Export PNG"
+msgstr ""
+
+#: ../src/graphing.c:1208
+msgid "Missing ps2pdf command, perhaps ghostscript is not installed."
+msgstr ""
+
+#: ../src/graphing.c:1223
+msgid "EPS files"
+msgstr ""
+
+#: ../src/graphing.c:1227
+msgid "PS files"
+msgstr ""
+
+#: ../src/graphing.c:1231
+msgid "PDF files"
+msgstr ""
+
+#: ../src/graphing.c:1235
+msgid "PNG files"
+msgstr ""
+
+#: ../src/graphing.c:1250
+msgid "Generate preview in EPS file (with ps2epsi)"
+msgstr ""
+
+#: ../src/graphing.c:1934
+msgid "Solver"
+msgstr ""
+
+#: ../src/graphing.c:1939
+msgid "Clea_r solutions"
+msgstr ""
+
+#: ../src/graphing.c:1941
+msgid "_Plot solution"
+msgstr ""
+
+#: ../src/graphing.c:1962
+msgid ""
+"Clicking on the graph window now will draw a solution according to the "
+"parameters set below, starting at the point clicked.  To be able to zoom by "
+"mouse again, close this window."
+msgstr ""
+
+#: ../src/graphing.c:1984
+msgid "X increment:"
+msgstr ""
+
+#: ../src/graphing.c:2006
+msgid "T increment:"
+msgstr ""
+
+#: ../src/graphing.c:2010
+msgid "T interval length:"
+msgstr ""
+
+#: ../src/graphing.c:2024
+msgid "Point x:"
+msgstr ""
+
+#: ../src/graphing.c:2029
+msgid "y:"
+msgstr ""
+
+#: ../src/graphing.c:2137
+msgid "Plot"
+msgstr ""
+
+#: ../src/graphing.c:2172
+msgid "_Graph"
+msgstr ""
+
+#: ../src/graphing.c:2176
+msgid "_Print..."
+msgstr ""
+
+#: ../src/graphing.c:2182
+msgid "_Export postscript..."
+msgstr ""
+
+#: ../src/graphing.c:2188
+msgid "E_xport encapsulated postscript..."
+msgstr ""
+
+#: ../src/graphing.c:2195
+msgid "Export P_DF..."
+msgstr ""
+
+#: ../src/graphing.c:2204
+msgid "Export P_NG..."
+msgstr ""
+
+#: ../src/graphing.c:2216
+msgid "_Zoom"
+msgstr ""
+
+#: ../src/graphing.c:2220
+msgid "Zoom _out"
+msgstr ""
+
+#: ../src/graphing.c:2227
+msgid "Zoom _in"
+msgstr ""
+
+#: ../src/graphing.c:2234
+msgid "_Fit dependent axis"
+msgstr ""
+
+#: ../src/graphing.c:2241
+msgid "_Reset to original zoom"
+msgstr ""
+
+#: ../src/graphing.c:2254
+msgid "_View"
+msgstr ""
+
+#: ../src/graphing.c:2259
+msgid "_Reset angles"
+msgstr ""
+
+#: ../src/graphing.c:2264
+msgid "_Top view"
+msgstr ""
+
+#: ../src/graphing.c:2269
+msgid "R_otate axis..."
+msgstr ""
+
+#: ../src/graphing.c:2274
+msgid "Start rotate _animation..."
+msgstr ""
+
+#: ../src/graphing.c:2279
+msgid "Stop rotate a_nimation..."
+msgstr ""
+
+#: ../src/graphing.c:2289
+msgid "_Solver"
+msgstr ""
+
+#: ../src/graphing.c:2294
+msgid "_Solver..."
+msgstr ""
+
+#: ../src/graphing.c:2299
+msgid "_Clear solutions"
+msgstr ""
+
+#: ../src/graphing.c:2330
+msgid "Errors during plotting (possibly harmless), see the console."
+msgstr ""
+
+#: ../src/graphing.c:3350
+#, c-format
+msgid "Function"
+msgstr ""
+
+#: ../src/graphing.c:3352
+#, c-format
+msgid "Function #%d"
+msgstr ""
+
+#: ../src/graphing.c:3374
+msgid "Graph limits not given as a 4-vector"
+msgstr ""
+
+#: ../src/graphing.c:3380 ../src/graphing.c:3391 ../src/graphing.c:3402
+#: ../src/graphing.c:3413 ../src/graphing.c:3456 ../src/graphing.c:3467
+#: ../src/graphing.c:3565 ../src/graphing.c:3576 ../src/graphing.c:3587
+#: ../src/graphing.c:3598 ../src/graphing.c:3609 ../src/graphing.c:3620
+msgid "Graph limits not given as numbers"
+msgstr ""
+
+#: ../src/graphing.c:3450
+msgid "Graph limits not given as a 2-vector"
+msgstr ""
+
+#: ../src/graphing.c:3559
+msgid "Graph limits not given as a 6-vector"
+msgstr ""
+
+#: ../src/graphing.c:3693 ../src/graphing.c:3711 ../src/graphing.c:3725
+msgid "Ticks must be between 2 and 200"
+msgstr ""
+
+#: ../src/graphing.c:3702 ../src/graphing.c:3716
+msgid "Ticks not given as numbers"
+msgstr ""
+
+#: ../src/graphing.c:3730
+msgid "Ticks not given as a number or a 2-vector"
+msgstr ""
+
+#: ../src/graphing.c:5390
+#, c-format
+msgid ""
+"Type in function name or expression involving the %s and %s variables (or "
+"the %s variable which will be %s=%s+i%s) that gives the slope at the point "
+"(%s,%s)."
+msgstr ""
+
+#: ../src/graphing.c:5415 ../src/graphing.c:5422 ../src/graphing.c:5586
+#: ../src/graphing.c:5593
+#, c-format
+msgid "%s from:"
+msgstr ""
+
+#: ../src/graphing.c:5429 ../src/graphing.c:5436
+#, c-format
+msgid "%s increment:"
+msgstr ""
+
+#: ../src/graphing.c:5443
+#, c-format
+msgid "%s interval length:"
+msgstr ""
+
+#: ../src/graphing.c:5450
+#, c-format
+msgid "Point %s:"
+msgstr ""
+
+#: ../src/graphing.c:5463
+#, c-format
+msgid ""
+"Type in function names or expressions involving the %s and %s variables (or "
+"the %s variable which will be %s=%s+i%s) that give the d%s/d%s and d%s/d%s "
+"of the autonomous system to be plotted at the point (%s,%s)."
+msgstr ""
+
+#: ../src/graphing.c:5499
+#, c-format
+msgid ""
+"Type in function names or expressions involving the %s variable in the boxes "
+"below to graph them"
+msgstr ""
+
+#: ../src/graphing.c:5516
+#, c-format
+msgid ""
+"Type in function names or expressions involving the %s variable in the boxes "
+"below to graph them.  Either fill in both boxes with %s= and %s= in front of "
+"them giving the %s and %s coordinates separately, or alternatively fill in "
+"the %s= box giving %s and %s as the real and imaginary part of a complex "
+"number."
+msgstr ""
+
+#: ../src/graphing.c:5557
+#, c-format
+msgid "Parameter %s from:"
+msgstr ""
+
+#: ../src/graphing.c:5571
+#, c-format
+msgid ""
+"Type a function name or an expression involving the %s and %s variables (or "
+"the %s variable which will be %s=%s+i%s) in the boxes below to graph them.  "
+"Functions with one argument only will be passed a complex number."
+msgstr ""
+
+#: ../src/graphing.c:5637 ../src/graphing.c:5756
+msgid "Change variable names"
+msgstr ""
+
+#: ../src/graphing.c:5653 ../src/graphing.c:5772
+msgid "Some values were illegal"
+msgstr ""
+
+#: ../src/graphing.c:5657 ../src/graphing.c:5776
+msgid "independent variable (x):"
+msgstr ""
+
+#: ../src/graphing.c:5667
+msgid "dependent variable (y):"
+msgstr ""
+
+#: ../src/graphing.c:5677
+msgid "complex variable (z = x+iy):"
+msgstr ""
+
+#: ../src/graphing.c:5687
+msgid "parameter variable (t):"
+msgstr ""
+
+#: ../src/graphing.c:5786
+msgid "independent variable (y):"
+msgstr ""
+
+#: ../src/graphing.c:5796
+msgid "independent complex variable (z = x+iy):"
+msgstr ""
+
+#: ../src/graphing.c:5960
+msgid "_Functions / Expressions"
+msgstr ""
+
+#. t range
+#: ../src/graphing.c:6007
+msgid "Parameter t from:"
+msgstr ""
+
+#: ../src/graphing.c:6011 ../src/graphing.c:6158 ../src/graphing.c:6171
+#: ../src/graphing.c:6281 ../src/graphing.c:6293 ../src/graphing.c:6304
+msgid "to:"
+msgstr ""
+
+#: ../src/graphing.c:6015
+msgid "by:"
+msgstr ""
+
+#: ../src/graphing.c:6022
+msgid "Pa_rametric"
+msgstr ""
+
+#. # of ticks
+#: ../src/graphing.c:6049 ../src/graphing.c:6101
+msgid "Vertical ticks:"
+msgstr ""
+
+#. # of ticks
+#: ../src/graphing.c:6053 ../src/graphing.c:6105
+msgid "Horizontal ticks:"
+msgstr ""
+
+#: ../src/graphing.c:6058
+msgid "Sl_ope field"
+msgstr ""
+
+#. Normalize the arrow length?
+#: ../src/graphing.c:6092
+msgid "_Normalize arrow length (do not show size)"
+msgstr ""
+
+#: ../src/graphing.c:6110
+msgid "_Vector field"
+msgstr ""
+
+#. draw legend?
+#: ../src/graphing.c:6120 ../src/graphing.c:6250
+msgid "_Draw legend"
+msgstr ""
+
+#. draw axis labels?
+#: ../src/graphing.c:6129
+msgid "Draw axis labels"
+msgstr ""
+
+#. change varnames
+#: ../src/graphing.c:6138 ../src/graphing.c:6260
+msgid "Change variable names..."
+msgstr ""
+
+#. plot window
+#.
+#. * Plot window frame
+#.
+#: ../src/graphing.c:6146 ../src/graphing.c:6269
+msgid "Plot Window"
+msgstr ""
+
+#.
+#. * X range
+#.
+#: ../src/graphing.c:6155 ../src/graphing.c:6278
+msgid "X from:"
+msgstr ""
+
+#.
+#. * Y range
+#.
+#: ../src/graphing.c:6168 ../src/graphing.c:6290
+msgid "Y from:"
+msgstr ""
+
+#. fit dependent axis?
+#: ../src/graphing.c:6179 ../src/graphing.c:6312
+msgid "Fit dependent axis"
+msgstr ""
+
+#: ../src/graphing.c:6223
+msgid "Function / Expression"
+msgstr ""
+
+#.
+#. * Z range
+#.
+#: ../src/graphing.c:6302
+msgid "Dependent axis from:"
+msgstr ""
+
+#: ../src/graphing.c:6333
+msgid "Function _line plot"
+msgstr ""
+
+#: ../src/graphing.c:6337
+msgid "_Surface plot"
+msgstr ""
+
+#: ../src/graphing.c:6551 ../src/graphing.c:6737 ../src/graphing.c:6864
+#: ../src/graphing.c:6993 ../src/graphing.c:7098
+msgid "No functions to plot or no functions could be parsed"
+msgstr ""
+
+#: ../src/graphing.c:6584 ../src/graphing.c:6590 ../src/graphing.c:6760
+#: ../src/graphing.c:6766 ../src/graphing.c:6871 ../src/graphing.c:6894
+#: ../src/graphing.c:6900 ../src/graphing.c:7016 ../src/graphing.c:7022
+#: ../src/graphing.c:7121 ../src/graphing.c:7127
+#, c-format
+msgid "Invalid %s range"
+msgstr ""
+
+#: ../src/graphing.c:6596
+msgid "Invalid dependent range"
+msgstr ""
+
+#: ../src/graphing.c:6858
+#, c-format
+msgid "Only specify %s and %s, or %s, not all at once."
+msgstr ""
+
+#: ../src/graphing.c:7225
+msgid "Create Plot"
+msgstr ""
+
+#: ../src/graphing.c:7266 ../src/graphing.c:7436 ../src/graphing.c:7467
+#: ../src/graphing.c:7488 ../src/graphing.c:7528 ../src/graphing.c:7552
+#: ../src/graphing.c:7664 ../src/graphing.c:7788 ../src/graphing.c:7925
+#: ../src/graphing.c:8082 ../src/graphing.c:8229 ../src/graphing.c:8252
+#: ../src/graphing.c:8762 ../src/graphing.c:9043 ../src/graphing.c:9262
+#: ../src/graphing.c:9501 ../src/graphing.c:9828 ../src/graphing.c:10060
+#: ../src/graphing.c:10149 ../src/graphing.c:10262 ../src/graphing.c:10293
+#: ../src/graphing.c:10322 ../src/graphing.c:10348 ../src/graphing.c:10377
+#: ../src/graphing.c:10470 ../src/graphing.c:10559 ../src/graphing.c:10584
+#: ../src/graphing.c:10617 ../src/graphing.c:10665
+#, c-format
+msgid "%s: Plotting in progress, cannot call %s"
+msgstr ""
+
+#: ../src/graphing.c:7274 ../src/graphing.c:7807
+#, c-format
+msgid "%s: argument not a function"
+msgstr ""
+
+#: ../src/graphing.c:7284
+#, c-format
+msgid "%s: only one function supported"
+msgstr ""
+
+#: ../src/graphing.c:7307
+msgid "Graph limits not given as a 4-vector or a 6-vector"
+msgstr ""
+
+#: ../src/graphing.c:7363 ../src/graphing.c:7617 ../src/graphing.c:7734
+#: ../src/graphing.c:7870 ../src/graphing.c:8019 ../src/graphing.c:8174
+#: ../src/graphing.c:9929
+#, c-format
+msgid "%s: invalid X range"
+msgstr ""
+
+#: ../src/graphing.c:7368 ../src/graphing.c:7622 ../src/graphing.c:7739
+#: ../src/graphing.c:7875 ../src/graphing.c:8024 ../src/graphing.c:8179
+#: ../src/graphing.c:9934
+#, c-format
+msgid "%s: invalid Y range"
+msgstr ""
+
+#: ../src/graphing.c:7373 ../src/graphing.c:9939
+#, c-format
+msgid "%s: invalid Z range"
+msgstr ""
+
+#: ../src/graphing.c:7446
+#, c-format
+msgid "%s: dx must be positive"
+msgstr ""
+
+#: ../src/graphing.c:7453 ../src/graphing.c:7472
+#, c-format
+msgid "%s: Slope field not active"
+msgstr ""
+
+#: ../src/graphing.c:7499
+#, c-format
+msgid "%s: dt must be positive"
+msgstr ""
+
+#: ../src/graphing.c:7505
+#, c-format
+msgid "%s: tlen must be positive"
+msgstr ""
+
+#: ../src/graphing.c:7513 ../src/graphing.c:7534
+#, c-format
+msgid "%s: Vector field not active"
+msgstr ""
+
+#: ../src/graphing.c:7559 ../src/graphing.c:8089
+#, c-format
+msgid "%s: First argument must be a function"
+msgstr ""
+
+#: ../src/graphing.c:7675 ../src/graphing.c:7933
+#, c-format
+msgid "%s: First two arguments must be functions"
+msgstr ""
+
+#: ../src/graphing.c:7802
+#, c-format
+msgid "%s: only up to 10 functions supported"
+msgstr ""
+
+#: ../src/graphing.c:7828
+msgid "Graph limits not given as a 2-vector or a 4-vector"
+msgstr ""
+
+#: ../src/graphing.c:8029 ../src/graphing.c:8184
+#, c-format
+msgid "%s: invalid T range"
+msgstr ""
+
+#: ../src/graphing.c:8447 ../src/graphing.c:8528
+#, c-format
+msgid ""
+"%s: Points should be given as a real, n by 2 matrix with columns for x and "
+"y, n>=%d, or as a complex valued n by 1 matrix"
+msgstr ""
+
+#: ../src/graphing.c:8457
+#, c-format
+msgid ""
+"%s: If points are given as an n by 2 matrix, then this matrix must be real"
+msgstr ""
+
+#: ../src/graphing.c:8567 ../src/graphing.c:8630
+#, c-format
+msgid ""
+"%s: Points should be given as a real, n by 3 matrix with columns for x, y "
+"and z, n>=%d"
+msgstr ""
+
+#: ../src/graphing.c:8681
+#, c-format
+msgid "%s: No color specified"
+msgstr ""
+
+#: ../src/graphing.c:8686 ../src/graphing.c:8693
+#, c-format
+msgid "%s: Cannot parse color '%s'"
+msgstr ""
+
+#: ../src/graphing.c:8707
+#, c-format
+msgid ""
+"%s: A vector giving color should be a 3-vector of real numbers between 0 and "
+"1"
+msgstr ""
+
+#: ../src/graphing.c:8723
+#, c-format
+msgid ""
+"%s: Warning: Values for red, green, or blue out of range (0 to 1), I will "
+"clip them to this interval"
+msgstr ""
+
+#: ../src/graphing.c:8739
+#, c-format
+msgid ""
+"%s: Color must be a string or a three-vector of rgb values (between 0 and 1)"
+msgstr ""
+
+#: ../src/graphing.c:8781 ../src/graphing.c:9062 ../src/graphing.c:9283
+#: ../src/graphing.c:9522
+#, c-format
+msgid "%s: Wrong number of arguments"
+msgstr ""
+
+#: ../src/graphing.c:8849 ../src/graphing.c:9116 ../src/graphing.c:9349
+#: ../src/graphing.c:9582
+#, c-format
+msgid "%s: No thickness specified"
+msgstr ""
+
+#: ../src/graphing.c:8872 ../src/graphing.c:9139 ../src/graphing.c:9374
+#: ../src/graphing.c:9607
+#, c-format
+msgid "%s: No window specified"
+msgstr ""
+
+#: ../src/graphing.c:8920 ../src/graphing.c:8945
+#, c-format
+msgid "%s: arrow style should be \"origin\", \"end\", \"both\", or \"none\""
+msgstr ""
+
+#: ../src/graphing.c:8955 ../src/graphing.c:9183 ../src/graphing.c:9426
+#: ../src/graphing.c:9659
+#, c-format
+msgid "%s: No legend specified"
+msgstr ""
+
+#: ../src/graphing.c:8969 ../src/graphing.c:9197 ../src/graphing.c:9441
+#: ../src/graphing.c:9674
+#, c-format
+msgid "%s: Legend must be a string"
+msgstr ""
+
+#: ../src/graphing.c:8978 ../src/graphing.c:9206 ../src/graphing.c:9451
+#: ../src/graphing.c:9684
+#, c-format
+msgid "%s: Unknown style"
+msgstr ""
+
+#: ../src/graphing.c:8985 ../src/graphing.c:9213 ../src/graphing.c:9459
+#: ../src/graphing.c:9692
+#, c-format
+msgid "%s: Bad parameter"
+msgstr ""
+
+#: ../src/graphing.c:9745 ../src/graphing.c:9808
+#, c-format
+msgid ""
+"%s: Surface should be given as a real, n by 3 matrix with columns for x, y, "
+"z, where n>=3"
+msgstr ""
+
+#: ../src/graphing.c:9836
+#, c-format
+msgid "%s: argument not a matrix of data"
+msgstr ""
+
+#: ../src/graphing.c:10020
+#, c-format
+msgid "%s: Surface grid data should be given as a real matrix "
+msgstr ""
+
+#: ../src/graphing.c:10066
+#, c-format
+msgid "%s: first argument not a matrix of data"
+msgstr ""
+
+#: ../src/graphing.c:10073
+#, c-format
+msgid "%s: second argument not a 4 or 6 element vector of limits"
+msgstr ""
+
+#: ../src/graphing.c:10090
+#, c-format
+msgid "%s: too many arguments or last argument not a string label"
+msgstr ""
+
+#: ../src/graphing.c:10156
+#, c-format
+msgid "%s: first argument not a nonempty string"
+msgstr ""
+
+#: ../src/graphing.c:10164
+#, c-format
+msgid "%s: type not specified and filename has no extension"
+msgstr ""
+
+#: ../src/graphing.c:10173
+#, c-format
+msgid "%s: second argument not a nonempty string"
+msgstr ""
+
+#: ../src/graphing.c:10185
+#, c-format
+msgid "%s: plot canvas not active, cannot export"
+msgstr ""
+
+#: ../src/graphing.c:10194 ../src/graphing.c:10211 ../src/graphing.c:10234
+#, c-format
+msgid "%s: export failed"
+msgstr ""
+
+#: ../src/graphing.c:10247
+#, c-format
+msgid "%s: unknown file type, can be \"png\", \"eps\", or \"ps\"."
+msgstr ""
+
+#: ../src/graphing.c:10384
+msgid "Variable names not given in a 4-vector"
+msgstr ""
+
+#: ../src/graphing.c:10394 ../src/graphing.c:10403 ../src/graphing.c:10412
+#: ../src/graphing.c:10421 ../src/graphing.c:10487 ../src/graphing.c:10496
+#: ../src/graphing.c:10505
+msgid "Variable names should be strings"
+msgstr ""
+
+#: ../src/graphing.c:10428 ../src/graphing.c:10511
+msgid "Variable names must be valid identifiers"
+msgstr ""
+
+#: ../src/graphing.c:10437 ../src/graphing.c:10517
+msgid "Variable names must be mutually distinct"
+msgstr ""
+
+#: ../src/graphing.c:10477
+msgid "Variable names not given in a 3-vector"
+msgstr ""
+
+#: ../src/graphing.c:10700
+msgid "Plotting"
+msgstr ""
+
+#. internal
+#: ../src/graphing.c:10702
+msgid ""
+"Plot a function with a line.  First come the functions (up to 10) then "
+"optionally limits as x1,x2,y1,y2"
+msgstr ""
+
+#: ../src/graphing.c:10703
+msgid ""
+"Plot a parametric function with a line.  First come the functions for x and "
+"y then optionally the t limits as t1,t2,tinc, then optionally the limits as "
+"x1,x2,y1,y2"
+msgstr ""
+
+#: ../src/graphing.c:10704
+msgid ""
+"Plot a parametric complex valued function with a line.  First comes the "
+"function that returns x+iy then optionally the t limits as t1,t2,tinc, then "
+"optionally the limits as x1,x2,y1,y2"
+msgstr ""
+
+#: ../src/graphing.c:10706
+msgid ""
+"Draw a slope field.  First comes the function dy/dx in terms of x and y (or "
+"a complex z) then optionally the limits as x1,x2,y1,y2"
+msgstr ""
+
+#: ../src/graphing.c:10707
+msgid ""
+"Draw a vector field.  First come the functions dx/dt and dy/dt in terms of x "
+"and y then optionally the limits as x1,x2,y1,y2"
+msgstr ""
+
+#: ../src/graphing.c:10709
+msgid ""
+"Draw a solution for a slope field starting at x,y and using dx as increment"
+msgstr ""
+
+#: ../src/graphing.c:10710
+msgid "Clear all the slopefield solutions"
+msgstr ""
+
+#: ../src/graphing.c:10712
+msgid ""
+"Draw a solution for a vector field starting at x,y, using dt as increment "
+"for tlen units"
+msgstr ""
+
+#: ../src/graphing.c:10713
+msgid "Clear all the vectorfield solutions"
+msgstr ""
+
+#: ../src/graphing.c:10716
+msgid ""
+"Plot a surface function which takes either two arguments or a complex "
+"number.  First comes the function then optionally limits as x1,x2,y1,y2,z1,z2"
+msgstr ""
+
+#: ../src/graphing.c:10718
+msgid "Show the surface (3d) plot window and clear out functions"
+msgstr ""
+
+#: ../src/graphing.c:10720
+msgid ""
+"Plot surface data given as n by 3 matrix (n>=3) of data with each row being "
+"x,y,z.  Optionally can pass a label string and limits.  If no limits passed, "
+"limits computed from data."
+msgstr ""
+
+#: ../src/graphing.c:10721
+msgid ""
+"Plot surface data given as a matrix (where rows are the x coordinate and "
+"columns are the y coordinate), the limits are given as [x1,x2,y1,y2] or "
+"optionally [x1,x2,y1,y2,z1,z2], and optionally a string for the label."
+msgstr ""
+
+#: ../src/graphing.c:10722
+msgid ""
+"Draw a line from x1,y1,z1 to x2,y2,z2 on the surface (3d) plot.  x1,y1,z1,x2,"
+"y2,z2 can be replaced by a n by 3 matrix for a longer line"
+msgstr ""
+
+#: ../src/graphing.c:10723
+msgid ""
+"Draw a point at x,y,z on the surface (3d) plot.  x,y,z can be replaced by a "
+"n by 3 matrix for more points."
+msgstr ""
+
+#: ../src/graphing.c:10725
+msgid "Show the line plot window and clear out functions"
+msgstr ""
+
+#: ../src/graphing.c:10726
+msgid ""
+"Draw a line from x1,y1 to x2,y2.  x1,y1,x2,y2 can be replaced by a n by 2 "
+"matrix for a longer line."
+msgstr ""
+
+#: ../src/graphing.c:10727
+msgid ""
+"Draw a point at x,y.  x,y can be replaced by a n by 2 matrix for more points."
+msgstr ""
+
+#: ../src/graphing.c:10729
+msgid "Freeze the plot canvas, that is, inhibit drawing"
+msgstr ""
+
+#: ../src/graphing.c:10730
+msgid "Thaw the plot canvas and redraw the plot immediately"
+msgstr ""
+
+#: ../src/graphing.c:10731
+msgid "Raise the plot window, and create the window if necessary"
+msgstr ""
+
+#: ../src/graphing.c:10734
+msgid ""
+"Export the current contents of the plot canvas to a file.  The file type is "
+"given by the string type, which can be \"png\", \"eps\", or \"ps\"."
+msgstr ""
+
+#: ../src/graphing.c:10736
+msgid "Number of slopefield ticks as a vector [vertical,horizontal]."
+msgstr ""
+
+#: ../src/graphing.c:10737
+msgid "Number of vectorfield ticks as a vector [vertical,horizontal]."
+msgstr ""
+
+#: ../src/graphing.c:10738
+msgid ""
+"Default names used by all 2D plot functions.  Should be a 4 vector of "
+"strings or identifiers [x,y,z,t]."
+msgstr ""
+
+#: ../src/graphing.c:10739
+msgid ""
+"Default names used by surface plot functions.  Should be a 3 vector of "
+"strings or identifiers [x,y,z] (where z=x+iy and not the dependent axis)."
+msgstr ""
+
+#: ../src/graphing.c:10741
+msgid ""
+"Normalize vectorfields if true.  That is, only show direction and not "
+"magnitude."
+msgstr ""
+
+#: ../src/graphing.c:10742
+msgid "If to draw legends or not on line plots."
+msgstr ""
+
+#: ../src/graphing.c:10743
+msgid "If to draw axis labels on line plots."
+msgstr ""
+
+#: ../src/graphing.c:10745
+msgid "If to draw legends or not on surface plots."
+msgstr ""
+
+#: ../src/graphing.c:10747
+msgid "Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]"
+msgstr ""
+
+#: ../src/graphing.c:10748
+msgid ""
+"Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,"
+"z2]"
+msgstr ""
+
+#: ../src/matop.c:689
+msgid "Determinant of a non-square matrix is undefined"
+msgstr ""
+
+#: ../src/matrixw.c:622 ../src/matrixw.c:708
+msgid "Trying to increment a nonvalue"
+msgstr ""
+
+#: ../src/mpwrap.c:520
+msgid "Integer exponent too large to compute"
+msgstr ""
+
+#: ../src/mpwrap.c:1455
+msgid "Can't do modulo of floats or rationals!"
+msgstr ""
+
+#: ../src/mpwrap.c:1469
+msgid "Can't do GCD of floats or rationals!"
+msgstr ""
+
+#: ../src/mpwrap.c:1496
+msgid "Can't modulo invert non integers!"
+msgstr ""
+
+#: ../src/mpwrap.c:1517
+msgid "Can't get Jacobi symbols of floats or rationals!"
+msgstr ""
+
+#: ../src/mpwrap.c:1536
+msgid "Can't get Legendre symbols of floats or rationals!"
+msgstr ""
+
+#: ../src/mpwrap.c:1555
+msgid ""
+"Can't get Jacobi symbol with Kronecker extension of floats or rationals!"
+msgstr ""
+
+#: ../src/mpwrap.c:1564
+msgid "Lucas must get an integer argument!"
+msgstr ""
+
+#: ../src/mpwrap.c:1570
+msgid "Number too large to compute Lucas number!"
+msgstr ""
+
+#: ../src/mpwrap.c:1575
+msgid "No such thing as negative Lucas numbers!"
+msgstr ""
+
+#: ../src/mpwrap.c:1590
+msgid "Cannot get next prime after non-integer!"
+msgstr ""
+
+#: ../src/mpwrap.c:1610 ../src/mpwrap.c:1623 ../src/mpwrap.c:1636
+#: ../src/mpwrap.c:1649
+#, c-format
+msgid "%s: can't work on non-integers!"
+msgstr ""
+
+#: ../src/mpwrap.c:1691 ../src/mpwrap.c:1731
+msgid "Can't do factorials of rationals or floats!"
+msgstr ""
+
+#: ../src/mpwrap.c:1697 ../src/mpwrap.c:1737
+msgid "Number too large to compute factorial!"
+msgstr ""
+
+#: ../src/mpwrap.c:1702 ../src/mpwrap.c:1742
+msgid "Can't do factorials of negative numbers!"
+msgstr ""
+
+#: ../src/mpwrap.c:1753
+msgid "Can't do binomials of rationals or floats!"
+msgstr ""
+
+#: ../src/mpwrap.c:2091 ../src/mpwrap.c:2159 ../src/mpwrap.c:4301
+#: ../src/mpwrap.c:4322
+#, c-format
+msgid "%s: Bad types for mod power"
+msgstr ""
+
+#: ../src/mpwrap.c:2128
+#, c-format
+msgid "Can't invert %s modulo %s in %s"
+msgstr ""
+
+#: ../src/mpwrap.c:2449
+msgid "Can't make random integer from a non-integer"
+msgstr ""
+
+#: ../src/mpwrap.c:2454
+msgid "Range for random integer must be positive"
+msgstr ""
+
+#: ../src/mpwrap.c:2639 ../src/mpwrap.c:2667
+msgid "Can't get numerator of floating types"
+msgstr ""
+
+#: ../src/mpwrap.c:3490 ../src/mpwrap.c:5014 ../src/mpwrap.c:5036
+msgid "Can't compare complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:3977
+msgid "Can't modulo complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4000
+#, c-format
+msgid "Inverse of %s modulo %s not found!"
+msgstr ""
+
+#: ../src/mpwrap.c:4009
+msgid "Can't do modulo invert on complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4026
+msgid "Can't GCD complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4055
+msgid "Can't LCM complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4072
+msgid "Can't get Jacobi symbols of complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4088
+msgid "Can't get Legendre symbols of complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4104
+msgid "Can't get Jacobi symbol with Kronecker extension for complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4120
+msgid "Can't get Lucas number for complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4136
+msgid "Can't get next prime for complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4146 ../src/mpwrap.c:4158 ../src/mpwrap.c:4170
+#: ../src/mpwrap.c:4182
+#, c-format
+msgid "%s: can't work on complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4411 ../src/mpwrap.c:4489 ../src/mpwrap.c:4554
+#, c-format
+msgid "%s: can't take logarithm of 0"
+msgstr ""
+
+#: ../src/mpwrap.c:4883
+msgid "arctan2 not defined for complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:4931
+msgid "Can't make random integer out of a complex number"
+msgstr ""
+
+#: ../src/mpwrap.c:5093 ../src/mpwrap.c:5110
+msgid "Can't make factorials of complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:5127
+msgid "Can't make binomials of complex numbers"
+msgstr ""
+
+#: ../src/mpwrap.c:5506 ../src/mpwrap.c:5517 ../src/mpwrap.c:5528
+msgid "Can't determine type of a complex number"
+msgstr ""
+
+#: ../src/mpwrap.c:5622 ../src/mpwrap.c:5645
+msgid "Can't convert complex number into integer"
+msgstr ""
+
+#: ../src/mpwrap.c:5628 ../src/mpwrap.c:5651
+msgid "Can't convert real number to integer"
+msgstr ""
+
+#: ../src/mpwrap.c:5632 ../src/mpwrap.c:5655
+msgid "Integer too large for this operation"
+msgstr ""
+
+#: ../src/mpwrap.c:5668
+msgid "Can't convert complex number into a double"
+msgstr ""
+
+#: ../src/mpwrap.c:5677
+msgid "Can't convert real number to double"
+msgstr ""
+
+#: ../src/mpwrap.c:5683 ../src/mpwrap.c:5698
+msgid "Number too large for this operation"
+msgstr ""
+
+#: ../src/parseutil.c:57
+msgid "ERROR: local statement not the first statement in function definition"
+msgstr ""
+
+#: ../src/plugin.c:155
+msgid "Can't open plugin!"
+msgstr ""
+
+#: ../src/plugin.c:171 ../src/plugin.c:179
+msgid "Can't initialize plugin!"
+msgstr ""
+
+#: ../src/symbolic.c:676
+#, c-format
+msgid "%s: '%s' not a function of one variable"
+msgstr ""
+
+#: ../src/symbolic.c:709
+#, c-format
+msgid "%s: Cannot differentiate the '%s' function"
+msgstr ""
+
+#: ../src/symbolic.c:794
+msgid "Symbolic Operations"
+msgstr ""
+
+#: ../src/symbolic.c:797
+msgid ""
+"Attempt to symbolically differentiate the function f, where f is a function "
+"of one variable."
+msgstr ""
+
+#: ../src/symbolic.c:800
+msgid ""
+"Attempt to symbolically differentiate the function f, where f is a function "
+"of one variable, returns null if unsuccessful but is silent."
+msgstr ""
+
+#: ../src/testplugin.c:13
+msgid "This is the test-plugin function\n"
+msgstr ""
+
+#: ../src/testplugin.c:24
+msgid ""
+"You have opened test plugin!\n"
+"\n"
+"Will evaluate 2+2 as a demonstration\n"
+"2+2 = "
+msgstr ""
+
+#: ../src/testplugin.c:30
+msgid ""
+"For my next trick I will add a function named TestPluginFunction\n"
+"\n"
+msgstr ""
+
+#: ../src/testplugin.c:41
+msgid ""
+"That's it, isn't this fun\n"
+"\n"
+msgstr ""
+
+#: ../src/util.c:93 ../src/util.c:112
+msgid "Stack underflow!"
+msgstr ""
+


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