# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=genius&component=general\n" "POT-Creation-Date: 2009-11-18 13:56+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\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 "Make a string" msgstr "" #: ../lib/library-strings.c:4 msgid "Tolerance of the Chop function" msgstr "" #: ../lib/library-strings.c:5 msgid "How many iterations to try to find the limit for continuity and limits" msgstr "" #: ../lib/library-strings.c:6 msgid "" "How many successive steps to be within tolerance for calculation of " "continuity" msgstr "" #: ../lib/library-strings.c:7 msgid "Tolerance for continuity of functions and for calculating the limit" msgstr "" #: ../lib/library-strings.c:8 msgid "How many iterations to try to find the limit for derivative" msgstr "" #: ../lib/library-strings.c:9 msgid "" "How many successive steps to be within tolerance for calculation of " "derivative" msgstr "" #: ../lib/library-strings.c:10 msgid "Tolerance for calculating the derivatives of functions" msgstr "" #: ../lib/library-strings.c:11 msgid "Tolerance of the ErrorFunction" msgstr "" #: ../lib/library-strings.c:12 msgid "Tolerance of the GaussDistribution function" msgstr "" #: ../lib/library-strings.c:13 msgid "The function used for numerical integration in NumericalIntegral" msgstr "" #: ../lib/library-strings.c:14 msgid "Steps to perform in NumericalIntegral" msgstr "" #: ../lib/library-strings.c:15 msgid "How many iterations to try for InfiniteSum and InfiniteProduct" msgstr "" #: ../lib/library-strings.c:16 msgid "" "How many successive steps to be within tolerance for InfiniteSum and " "InfiniteProduct" msgstr "" #: ../lib/library-strings.c:17 msgid "Tolerance for InfiniteSum and InfiniteProduct" msgstr "" #: ../lib/library-strings.c:18 ../src/eval.c:5987 msgid "Absolute value" msgstr "" #: ../lib/library-strings.c:19 msgid "Replace very small number with zero" msgstr "" #: ../lib/library-strings.c:20 msgid "Return the fractional part of a number" msgstr "" #: ../lib/library-strings.c:21 msgid "Division w/o remainder" 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 algoritm" 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 padic 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 iff 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 algoritm, 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 compund 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 "Sort vector elements" msgstr "" #: ../lib/library-strings.c:92 msgid "Removes any all-zero rows of M" msgstr "" #: ../lib/library-strings.c:93 msgid "Return column(s) and row(s) from a matrix" msgstr "" #: ../lib/library-strings.c:94 msgid "Swap two rows in a matrix" msgstr "" #: ../lib/library-strings.c:95 msgid "Zero out entries below the diagonal" msgstr "" #: ../lib/library-strings.c:96 msgid "Get the auxilliary unit matrix of size n" msgstr "" #: ../lib/library-strings.c:97 msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A" msgstr "" #: ../lib/library-strings.c:98 msgid "" "Return a function that evaluates two vectors with respect to the bilinear " "form given by A" msgstr "" #: ../lib/library-strings.c:99 msgid "Get the characteristic polynomial as a vector" msgstr "" #: ../lib/library-strings.c:100 msgid "Get the characteristic polynomial as a function" msgstr "" #: ../lib/library-strings.c:101 msgid "Get a basis matrix for the columnspace of a matrix" msgstr "" #: ../lib/library-strings.c:102 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:103 msgid "Companion matrix of a polynomial (as vector)" msgstr "" #: ../lib/library-strings.c:104 msgid "Conjugate transpose of a matrix (adjoint)" msgstr "" #: ../lib/library-strings.c:105 ../lib/library-strings.c:106 msgid "Calculate convolution of two horizontal vectors" msgstr "" #: ../lib/library-strings.c:107 msgid "CrossProduct of two vectors in R^3" msgstr "" #: ../lib/library-strings.c:108 msgid "" "Get the determinantal divisors of an integer matrix (not its characteristic)" msgstr "" #: ../lib/library-strings.c:109 msgid "Direct sum of matrices" msgstr "" #: ../lib/library-strings.c:110 msgid "Direct sum of a vector of matrices" msgstr "" #: ../lib/library-strings.c:111 msgid "" "Get the eigenvalues of a matrix (Currently only for up to 4x4 or triangular " "matrices)" msgstr "" #: ../lib/library-strings.c:112 msgid "" "Get the eigenvalues and eigenvectors of a matrix (Currently only for up to " "2x2 matrices)" msgstr "" #: ../lib/library-strings.c:113 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:114 msgid "Hankel matrix" msgstr "" #: ../lib/library-strings.c:115 msgid "Hilbert matrix of order n" msgstr "" #: ../lib/library-strings.c:116 msgid "Get the image (columnspace) of a linear transform" msgstr "" #: ../lib/library-strings.c:117 msgid "Get the Inf Norm of a vector" msgstr "" #: ../lib/library-strings.c:118 msgid "" "Get the invariant factors of a square integer matrix (not its characteristic)" msgstr "" #: ../lib/library-strings.c:119 msgid "Inverse Hilbert matrix of order n" msgstr "" #: ../lib/library-strings.c:120 msgid "Is a matrix hermitian" msgstr "" #: ../lib/library-strings.c:121 msgid "Test if a vector is in a subspace" msgstr "" #: ../lib/library-strings.c:122 msgid "" "Is a matrix (or number) invertible (Integer matrix is invertible iff it's " "invertible over the integers)" msgstr "" #: ../lib/library-strings.c:123 msgid "Is a matrix (or number) invertible over a field" msgstr "" #: ../lib/library-strings.c:124 msgid "Is a matrix normal" msgstr "" #: ../lib/library-strings.c:125 msgid "Is a matrix positive definite" msgstr "" #: ../lib/library-strings.c:126 msgid "Is a matrix positive semidefinite" msgstr "" #: ../lib/library-strings.c:127 msgid "Is a matrix skew-hermitian" msgstr "" #: ../lib/library-strings.c:128 msgid "Is a matrix unitary" msgstr "" #: ../lib/library-strings.c:129 msgid "Get the jordan block corresponding to lambda and n" msgstr "" #: ../lib/library-strings.c:130 msgid "Get the kernel (nullspace) of a linear transform" msgstr "" #: ../lib/library-strings.c:131 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:132 msgid "Get the i-j minor of a matrix" msgstr "" #: ../lib/library-strings.c:133 msgid "Return the columns that are not the pivot columns of a matrix" msgstr "" #: ../lib/library-strings.c:134 msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector" msgstr "" #: ../lib/library-strings.c:135 msgid "Get the nullity of a matrix" msgstr "" #: ../lib/library-strings.c:136 msgid "Get the orthogonal complement of the columnspace" msgstr "" #: ../lib/library-strings.c:137 msgid "" "Projection of vector v onto subspace W given a sesquilinear form B (if not " "given use hermitian product)" msgstr "" #: ../lib/library-strings.c:138 msgid "Get the QR decomposition of A, returns R and Q can be a reference" msgstr "" #: ../lib/library-strings.c:139 msgid "Get the rank of a matrix" msgstr "" #: ../lib/library-strings.c:140 msgid "Return the Rayleigh quotient of a matrix and a vector" msgstr "" #: ../lib/library-strings.c:141 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:142 msgid "Rosser matrix, a classic symmetric eigenvalue test problem" msgstr "" #: ../lib/library-strings.c:143 msgid "Rotation around origin in R^2" msgstr "" #: ../lib/library-strings.c:144 msgid "Rotation around origin in R^3 about the x-axis" msgstr "" #: ../lib/library-strings.c:145 msgid "Rotation around origin in R^3 about the y-axis" msgstr "" #: ../lib/library-strings.c:146 msgid "Rotation around origin in R^3 about the z-axis" msgstr "" #: ../lib/library-strings.c:147 msgid "Get a basis matrix for the rowspace of a matrix" msgstr "" #: ../lib/library-strings.c:148 msgid "" "Evaluate (v,w) with respect to the sesquilinear form given by the matrix A" msgstr "" #: ../lib/library-strings.c:149 msgid "" "Return a function that evaluates two vectors with respect to the " "sesquilinear form given by A" msgstr "" #: ../lib/library-strings.c:150 msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)" msgstr "" #: ../lib/library-strings.c:151 msgid "Smith Normal Form for square integer matrices (not its characteristic)" msgstr "" #: ../lib/library-strings.c:152 msgid "" "Return the Toeplitz matrix constructed given the first column c and " "(optionally) the first row r." msgstr "" #: ../lib/library-strings.c:153 msgid "Calculate the trace of a matrix" msgstr "" #: ../lib/library-strings.c:154 msgid "Transpose of a matrix" msgstr "" #: ../lib/library-strings.c:155 msgid "Return the Vandermonde matrix" msgstr "" #: ../lib/library-strings.c:156 msgid "The angle of two vectors, given an inner product" msgstr "" #: ../lib/library-strings.c:157 msgid "The direct sum of the vector spaces M and N" msgstr "" #: ../lib/library-strings.c:158 msgid "Intersection of the subspaces given by M and N" msgstr "" #: ../lib/library-strings.c:159 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:160 msgid "Get the classical adjoint (adjugate) of a matrix" msgstr "" #: ../lib/library-strings.c:161 msgid "Compute the Column Reduced Echelon Form" msgstr "" #: ../lib/library-strings.c:162 msgid "Get n'th catalan number" msgstr "" #: ../lib/library-strings.c:163 msgid "Double factorial: n(n-2)(n-4)..." msgstr "" #: ../lib/library-strings.c:164 msgid "Factorial: n(n-1)(n-2)..." msgstr "" #: ../lib/library-strings.c:165 msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))" msgstr "" #: ../lib/library-strings.c:166 msgid "Calculate n'th Fibonacci number" msgstr "" #: ../lib/library-strings.c:167 msgid "Calculate the Frobenius number for a coin problem" msgstr "" #: ../lib/library-strings.c:168 msgid "" "Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))" msgstr "" #: ../lib/library-strings.c:169 msgid "Use greedy algorithm to find c, for c . v = n. (v must be sorted)" msgstr "" #: ../lib/library-strings.c:170 msgid "Harmonic Number, the nth harmonic number of order r" msgstr "" #: ../lib/library-strings.c:171 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:172 msgid "Compute linear recursive sequence using galois stepping" msgstr "" #: ../lib/library-strings.c:173 msgid "Calculate multinomial coefficients" msgstr "" #: ../lib/library-strings.c:174 msgid "Get the pascal's triangle as a matrix" msgstr "" #: ../lib/library-strings.c:175 msgid "(Pochhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))" msgstr "" #: ../lib/library-strings.c:176 msgid "Stirling number of the first kind" msgstr "" #: ../lib/library-strings.c:177 msgid "Stirling number of the second kind" msgstr "" #: ../lib/library-strings.c:178 msgid "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!" msgstr "" #: ../lib/library-strings.c:179 msgid "Calculate the nth triangular number" msgstr "" #: ../lib/library-strings.c:180 msgid "Calculate permutations" msgstr "" #: ../lib/library-strings.c:181 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:182 msgid "" "Attempt to calculate derivative by trying first symbolically and then " "numerically" msgstr "" #: ../lib/library-strings.c:183 msgid "" "Return a function which is the even periodic extension of f defined on the " "interval [0,L]" msgstr "" #: ../lib/library-strings.c:184 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:185 msgid "Try to calculate an infinite product for a single parameter function" msgstr "" #: ../lib/library-strings.c:186 msgid "" "Try to calculate an infinite product for a double parameter function with " "func(arg,n)" msgstr "" #: ../lib/library-strings.c:187 msgid "Try to calculate an infinite sum for a single parameter function" msgstr "" #: ../lib/library-strings.c:188 msgid "" "Try to calculate an infinite sum for a double parameter function with func" "(arg,n)" msgstr "" #: ../lib/library-strings.c:189 msgid "" "Try and see if a real-valued function is continuous at x0 by calculating the " "limit there" msgstr "" #: ../lib/library-strings.c:190 msgid "" "Test for differentiability by approximating the left and right limits and " "comparing" msgstr "" #: ../lib/library-strings.c:191 msgid "Calculate the left limit of a real-valued function at x0" msgstr "" #: ../lib/library-strings.c:192 msgid "" "Calculate the limit of a real-valued function at x0. Tries to calculate " "both left and right limits." msgstr "" #: ../lib/library-strings.c:193 msgid "Integration by midpoint rule" msgstr "" #: ../lib/library-strings.c:194 msgid "Attempt to calculate numerical derivative" msgstr "" #: ../lib/library-strings.c:195 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:196 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:197 msgid "" "Numerically compute the coefficients for a Fourier series with half-period L " "up to the Nth coefficient." msgstr "" #: ../lib/library-strings.c:198 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:199 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:200 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:201 msgid "" "Integration by rule set in NumericalIntegralFunction of f from a to b using " "NumericalIntegralSteps steps" msgstr "" #: ../lib/library-strings.c:202 msgid "Attempt to calculate numerical left derivative" msgstr "" #: ../lib/library-strings.c:203 msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N" msgstr "" #: ../lib/library-strings.c:204 msgid "Attempt to calculate numerical right derivative" msgstr "" #: ../lib/library-strings.c:205 msgid "" "Return a function which is the odd periodic extension of f defined on the " "interval [0,L]" msgstr "" #: ../lib/library-strings.c:206 msgid "Compute one-sided derivative using five point formula" msgstr "" #: ../lib/library-strings.c:207 msgid "Compute one-sided derivative using three-point formula" msgstr "" #: ../lib/library-strings.c:208 msgid "" "Return a function which is the periodic extension of f defined on the " "interval [a,b]" msgstr "" #: ../lib/library-strings.c:209 msgid "Calculate the right limit of a real-valued function at x0" msgstr "" #: ../lib/library-strings.c:210 msgid "Compute two-sided derivative using five-point formula" msgstr "" #: ../lib/library-strings.c:211 msgid "Compute two-sided derivative using three-point formula" msgstr "" #: ../lib/library-strings.c:212 msgid "argument (angle) of complex number" msgstr "" #: ../lib/library-strings.c:213 msgid "Dirichlet kernel of order n" msgstr "" #: ../lib/library-strings.c:214 msgid "Returns 1 iff all elements are zero" msgstr "" #: ../lib/library-strings.c:215 msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt" msgstr "" #: ../lib/library-strings.c:216 msgid "Fejer kernel of order n" msgstr "" #: ../lib/library-strings.c:217 msgid "Returns 1 iff all elements are equal" msgstr "" #: ../lib/library-strings.c:218 msgid "Find the first value where f(x)=0" msgstr "" #: ../lib/library-strings.c:219 msgid "Moebius mapping of the disk to itself mapping a to 0" msgstr "" #: ../lib/library-strings.c:220 msgid "" "Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity " "respectively" msgstr "" #: ../lib/library-strings.c:221 msgid "" "Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 " "to 1 and 0 respectively" msgstr "" #: ../lib/library-strings.c:222 msgid "" "Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 " "and infinity respectively" msgstr "" #: ../lib/library-strings.c:223 msgid "" "Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 " "and infinity respectively" msgstr "" #: ../lib/library-strings.c:224 msgid "" "Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is " "2pi)" msgstr "" #: ../lib/library-strings.c:225 msgid "Poisson kernel on D(0,R) (not normalized to 1)" msgstr "" #: ../lib/library-strings.c:226 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:227 msgid "The cis function, that is cos(x)+i*sin(x)" msgstr "" #: ../lib/library-strings.c:228 msgid "Convert degrees to radians" msgstr "" #: ../lib/library-strings.c:229 msgid "Convert radians to degrees" msgstr "" #: ../lib/library-strings.c:230 msgid "Find roots of a cubic polynomial (given as vector of coefficients)" msgstr "" #: ../lib/library-strings.c:231 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:232 msgid "Find root of a function using the bisection method" msgstr "" #: ../lib/library-strings.c:233 msgid "Find root of a function using the method of false position" msgstr "" #: ../lib/library-strings.c:234 msgid "Find root of a function using the Muller's method" msgstr "" #: ../lib/library-strings.c:235 msgid "Find root of a function using the secant method" msgstr "" #: ../lib/library-strings.c:236 msgid "Find roots of a polynomial (given as vector of coefficients)" msgstr "" #: ../lib/library-strings.c:237 msgid "Find roots of a quartic polynomial (given as vector of coefficients)" msgstr "" #: ../lib/library-strings.c:238 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:239 msgid "Calculate average of an entire matrix" msgstr "" #: ../lib/library-strings.c:240 msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)" msgstr "" #: ../lib/library-strings.c:241 msgid "The normalized Gauss distribution function (the normal curve)" msgstr "" #: ../lib/library-strings.c:242 msgid "Calculate median of an entire matrix" msgstr "" #: ../lib/library-strings.c:243 msgid "Calculate the population standard deviation of a whole matrix" msgstr "" #: ../lib/library-strings.c:244 msgid "Calculate average of each row in a matrix" msgstr "" #: ../lib/library-strings.c:245 msgid "Calculate median of each row in a matrix" msgstr "" #: ../lib/library-strings.c:246 msgid "" "Calculate the population standard deviations of rows of a matrix and return " "a vertical vector" msgstr "" #: ../lib/library-strings.c:247 msgid "" "Calculate the standard deviations of rows of a matrix and return a vertical " "vector" msgstr "" #: ../lib/library-strings.c:248 msgid "Calculate the standard deviation of a whole matrix" msgstr "" #: ../lib/library-strings.c:249 msgid "" "Run newton's method on a polynomial to attempt to find a root, returns after " "two successive values are within epsilon or after maxn tries (then returns " "null)" msgstr "" #: ../lib/library-strings.c:250 msgid "Returns a set where every element of X appears only once" msgstr "" #: ../lib/library-strings.c:251 msgid "" "Returns a set theoretic union of X and Y (X and Y are vectors pretending to " "be sets)" msgstr "" #: ../lib/library-strings.c:252 msgid "Attempt to symbolically differentiate a function n times" msgstr "" #: ../lib/library-strings.c:253 msgid "" "Attempt to symbolically differentiate a function n times quietly and return " "null on failure" msgstr "" #: ../lib/library-strings.c:254 msgid "" "Attempt to construct the taylor approximation function around x0 to the nth " "degree." msgstr "" #: ../src/calc.c:217 msgid "Uncategorized" msgstr "" #: ../src/calc.c:399 msgid "Trying to set an alias for an alias" msgstr "" #: ../src/calc.c:978 msgid "Bad identifier for function node!" msgstr "" #: ../src/calc.c:1016 ../src/eval.c:6439 ../src/eval.c:6633 msgid "Unexpected operator!" msgstr "" #. FIXME: #: ../src/calc.c:1208 msgid "Cannot currently print polynomials of more than 3 vars" msgstr "" #: ../src/calc.c:1300 msgid "NULL function!" msgstr "" #. variable and reference functions should #. never be in the etree #: ../src/calc.c:1366 msgid "Unexpected function type!" msgstr "" #: ../src/calc.c:1381 msgid "NULL tree!" msgstr "" #: ../src/calc.c:1471 ../src/eval.c:6932 msgid "Unexpected node!" msgstr "" #: ../src/calc.c:1966 #, c-format msgid "File '%s' is a wrong version of GEL" msgstr "" #: ../src/calc.c:2016 ../src/calc.c:2025 ../src/calc.c:2030 ../src/calc.c:2039 #: ../src/calc.c:2044 ../src/calc.c:2053 ../src/calc.c:2058 ../src/calc.c:2067 #: ../src/calc.c:2072 ../src/calc.c:2083 ../src/calc.c:2088 ../src/calc.c:2099 #: ../src/calc.c:2106 ../src/calc.c:2119 ../src/calc.c:2125 ../src/calc.c:2132 #: ../src/calc.c:2141 ../src/calc.c:2152 ../src/calc.c:2158 ../src/calc.c:2165 #: ../src/calc.c:2171 ../src/calc.c:2178 ../src/calc.c:2184 ../src/calc.c:2191 #: ../src/calc.c:2197 ../src/calc.c:2204 ../src/calc.c:2210 ../src/calc.c:2217 #: ../src/calc.c:2223 ../src/calc.c:2230 ../src/calc.c:2236 ../src/calc.c:2243 #: ../src/calc.c:2259 ../src/calc.c:2277 ../src/calc.c:2287 msgid "Badly formed record" msgstr "" #: ../src/calc.c:2019 msgid "Record out of place" msgstr "" #: ../src/calc.c:2301 msgid "Missing value for function" msgstr "" #: ../src/calc.c:2328 msgid "Extra dictionary for NULL function" msgstr "" #: ../src/calc.c:2375 ../src/calc.c:2918 ../src/calc.c:2953 #, c-format msgid "Can't open file: '%s'" msgstr "" #: ../src/calc.c:2576 msgid "Load a file into the interpretor" msgstr "" #: ../src/calc.c:2579 msgid "Load a plugin" msgstr "" #: ../src/calc.c:2582 msgid "List files in the current directory" msgstr "" #: ../src/calc.c:2585 msgid "Change directory" msgstr "" #: ../src/calc.c:2588 msgid "Print current directory" msgstr "" #: ../src/calc.c:2591 msgid "Print help (or help on a function/command)" msgstr "" #: ../src/calc.c:2607 msgid "" "\n" "For a manual on using Genius and the GEL language type:\n" msgstr "" #: ../src/calc.c:2609 msgid " manual\n" msgstr "" #: ../src/calc.c:2613 msgid "" "\n" "For help on a specific function type:\n" msgstr "" #: ../src/calc.c:2615 msgid " help FunctionName\n" msgstr "" #: ../src/calc.c:2619 msgid "" "\n" "Commands:\n" msgstr "" #: ../src/calc.c:2664 msgid "" "\n" "Undocumented:\n" msgstr "" #. func #. aliasfor #. category #: ../src/calc.c:2707 msgid "Not documented" msgstr "" #: ../src/calc.c:2729 #, c-format msgid "'%s' is not documented" msgstr "" #: ../src/calc.c:2731 #, c-format msgid "'%s' is not documented. Perhaps you meant %s." msgstr "" #: ../src/calc.c:2741 #, c-format msgid "%s is an alias for %s\n" msgstr "" #: ../src/calc.c:2755 msgid "Parameter: " msgstr "" #: ../src/calc.c:2780 msgid "Aliases:" msgstr "" #: ../src/calc.c:2792 #, c-format msgid "Description: %s\n" msgstr "" #: ../src/calc.c:2978 ../src/calc.c:2985 #, c-format msgid "Error changing to directory '%s': %s" msgstr "" #: ../src/calc.c:2999 ../src/calc.c:3010 #, c-format msgid "Can't expand '%s'" msgstr "" #: ../src/calc.c:3080 #, c-format msgid "Cannot open plugin '%s'!" msgstr "" #: ../src/calc.c:3170 #, c-format msgid "getcwd error: %s" msgstr "" #: ../src/calc.c:3229 #, c-format msgid "ERROR: 'pipe' failed: %s" msgstr "" #: ../src/calc.c:3236 ../src/calc.c:3243 #, c-format msgid "ERROR: 'write' possibly failed: %s" msgstr "" #: ../src/calc.c:3311 msgid "ERROR: Probably corrupt stack!" msgstr "" #: ../src/calc.c:3323 msgid "" "ERROR: 'local' in a wrong place, can only be first statement in a function!" msgstr "" #: ../src/calc.c:3347 msgid "ERROR: Can't execute more things at once!" msgstr "" #: ../src/calc.c:3453 #, c-format msgid "ERROR: %s before newline" msgstr "" #: ../src/calc.c:3455 #, c-format msgid "ERROR: %s at end of input" msgstr "" #: ../src/calc.c:3462 #, c-format msgid "ERROR: %s before '%s'" msgstr "" #: ../src/compil.c:537 ../src/compil.c:543 msgid "Bad tree record when decompiling" msgstr "" #: ../src/eval.c:1453 ../src/eval.c:1507 ../src/eval.c:1522 msgid "Cannot compare non value or bool only matrixes" msgstr "" #. also on rationals but as integers #: ../src/eval.c:1578 ../src/eval.c:1624 msgid "Modulo arithmetic only works on integers" msgstr "" #: ../src/eval.c:1836 msgid "" "Can't add/subtract a scalar to non-square matrix (A + x is defined as A + " "x*I)" msgstr "" #: ../src/eval.c:1932 msgid "Can't add/subtract two matricies of different sizes" msgstr "" #: ../src/eval.c:1934 msgid "" "Can't do element by element operations on two matricies of different sizes" msgstr "" #: ../src/eval.c:2000 msgid "Can't multiply matricies of wrong sizes" msgstr "" #: ../src/eval.c:2051 msgid "Powers are defined on (square matrix)^(integer) only" msgstr "" #: ../src/eval.c:2057 msgid "Powers on matrices in modulo mode are defined on integer matrices only" msgstr "" #: ../src/eval.c:2065 msgid "Exponent too large" msgstr "" #: ../src/eval.c:2092 ../src/eval.c:2207 ../src/eval.c:2273 msgid "Matrix appears singular and can't be inverted" msgstr "" #: ../src/eval.c:2184 msgid "Can't divide matrices of different sizes or non-square matrices" msgstr "" #: ../src/eval.c:2255 msgid "Can't divide by a non-square matrix" msgstr "" #: ../src/eval.c:2671 ../src/eval.c:2698 ../src/eval.c:2719 ../src/eval.c:2743 #: ../src/eval.c:2791 msgid "Operations on functions with variable argument list not supported" msgstr "" #: ../src/eval.c:2676 msgid "" "Operations on functions with different number of arguments not supported" msgstr "" #: ../src/eval.c:2796 msgid "Function creation with wrong number of arguments" msgstr "" #: ../src/eval.c:3374 ../src/eval.c:4748 msgid "Unevaluatable function type encountered!" msgstr "" #: ../src/eval.c:3396 msgid "' or '" msgstr "" #: ../src/eval.c:3431 msgid "" "Variable 'i' used uninitialized. Perhaps you meant to write '1i' for the " "imaginary number (square root of -1)." msgstr "" #: ../src/eval.c:3437 ../src/eval.c:3465 ../src/eval.c:6750 #, c-format msgid "Variable '%s' used uninitialized, perhaps you meant %s." msgstr "" #: ../src/eval.c:3444 ../src/eval.c:3472 ../src/eval.c:4484 ../src/eval.c:6757 #, c-format msgid "Variable '%s' used uninitialized" msgstr "" #: ../src/eval.c:3476 ../src/eval.c:4527 #, c-format msgid "" "Call of '%s' with the wrong number of arguments!\n" "(should be %d)" msgstr "" #: ../src/eval.c:3479 #, c-format msgid "Trying to dereference '%s' which is not a reference!\n" msgstr "" #: ../src/eval.c:3484 msgid "NULL reference encountered!" msgstr "" #: ../src/eval.c:3611 msgid "Cannot compare matrixes" msgstr "" #: ../src/eval.c:3653 msgid "Primitives must get numeric/matrix/string arguments" msgstr "" #: ../src/eval.c:3744 msgid "Bad argument to modular operation" msgstr "" #: ../src/eval.c:4462 #, c-format msgid "Function '%s' used uninitialized, perhaps you meant %s." msgstr "" #: ../src/eval.c:4469 #, c-format msgid "Function '%s' used uninitialized" msgstr "" #: ../src/eval.c:4490 #, c-format msgid "Can't dereference '%s'!" msgstr "" #: ../src/eval.c:4498 msgid "Can't call a non-function!" msgstr "" #: ../src/eval.c:4532 #, c-format msgid "" "Call of '%s' with the wrong number of arguments!\n" "(should be greater than %d)" msgstr "" #: ../src/eval.c:4571 #, c-format msgid "Referencing an undefined variable %s!" msgstr "" #: ../src/eval.c:4725 msgid "Reference function with arguments encountered!" msgstr "" #: ../src/eval.c:4730 msgid "Unnamed reference function encountered!" msgstr "" #: ../src/eval.c:4853 msgid "Bad type for 'for/sum/prod' loop!" msgstr "" #: ../src/eval.c:4858 msgid "'for/sum/prod' loop increment can't be 0" msgstr "" #: ../src/eval.c:4969 msgid "Bad type for 'for in' loop!" msgstr "" #: ../src/eval.c:5133 ../src/eval.c:5166 msgid "Continue or break outside a loop, assuming \"return null\"" msgstr "" #: ../src/eval.c:5227 msgid "Wrong argument type as matrix index" msgstr "" #: ../src/eval.c:5237 msgid "Matrix index too large" msgstr "" #: ../src/eval.c:5240 msgid "Matrix index less than 1" msgstr "" #: ../src/eval.c:5263 ../src/eval.c:5278 msgid "Matrix index out of range" msgstr "" #: ../src/eval.c:5325 ../src/eval.c:5387 ../src/eval.c:5455 ../src/eval.c:5496 #: ../src/eval.c:5704 #, c-format msgid "Trying to set a protected id '%s'" msgstr "" #: ../src/eval.c:5343 ../src/eval.c:5382 msgid "Indexed Lvalue not user function" msgstr "" #: ../src/eval.c:5366 ../src/eval.c:5480 msgid "Dereference of non-identifier!" msgstr "" #: ../src/eval.c:5372 ../src/eval.c:5486 msgid "Dereference of undefined variable!" msgstr "" #: ../src/eval.c:5376 ../src/eval.c:5490 msgid "Dereference of non-reference!" msgstr "" #: ../src/eval.c:5405 msgid "Indexed Lvalue not an identifier or a dereference" msgstr "" #: ../src/eval.c:5443 msgid "Lvalue not an identifier/dereference/matrix location!" msgstr "" #: ../src/eval.c:5467 ../src/eval.c:5508 msgid "Referencing an undefined variable!" msgstr "" #: ../src/eval.c:5554 ../src/eval.c:5632 ../src/eval.c:5641 msgid "Wrong matrix dimensions when setting" msgstr "" #: ../src/eval.c:5572 ../src/eval.c:5612 ../src/eval.c:5678 ../src/eval.c:5814 #: ../src/eval.c:5939 msgid "Matrix index not an integer or a vector" msgstr "" #: ../src/eval.c:5699 msgid "Parameters can only be created in the global context" msgstr "" #: ../src/eval.c:5761 ../src/eval.c:5806 ../src/eval.c:5897 msgid "Index works only on matricies" msgstr "" #: ../src/eval.c:5794 msgid "Vector index not an integer or a vector" msgstr "" #: ../src/eval.c:5962 msgid "number" msgstr "" #: ../src/eval.c:5963 msgid "matrix" msgstr "" #: ../src/eval.c:5964 msgid "string" msgstr "" #: ../src/eval.c:5965 msgid "function" msgstr "" #: ../src/eval.c:5966 msgid "identifier" msgstr "" #: ../src/eval.c:5967 msgid "polynomial" msgstr "" #: ../src/eval.c:5968 msgid "boolean" msgstr "" #: ../src/eval.c:5988 msgid "Addition" msgstr "" #: ../src/eval.c:5989 msgid "Element by element addition" msgstr "" #: ../src/eval.c:5990 msgid "Subtraction" msgstr "" #: ../src/eval.c:5991 msgid "Element by element subtraction" msgstr "" #: ../src/eval.c:5992 msgid "Multiplication" msgstr "" #: ../src/eval.c:5993 msgid "Element by element multiplication" msgstr "" #: ../src/eval.c:5994 msgid "Division" msgstr "" #: ../src/eval.c:5995 msgid "Element by element division" msgstr "" #: ../src/eval.c:5996 msgid "Back division" msgstr "" #: ../src/eval.c:5997 msgid "Element by element back division" msgstr "" #: ../src/eval.c:5998 msgid "Modulo" msgstr "" #: ../src/eval.c:5999 msgid "Element by element modulo" msgstr "" #: ../src/eval.c:6000 msgid "Negation" msgstr "" #: ../src/eval.c:6001 msgid "Power" msgstr "" #: ../src/eval.c:6002 msgid "Element by element power" msgstr "" #: ../src/eval.c:6003 msgid "Factorial" msgstr "" #: ../src/eval.c:6004 msgid "Double factorial" msgstr "" #: ../src/eval.c:6005 msgid "Transpose" msgstr "" #: ../src/eval.c:6006 msgid "ConjugateTranspose" msgstr "" #: ../src/eval.c:6007 msgid "Comparison (<=>)" msgstr "" #: ../src/eval.c:6008 msgid "XOR" msgstr "" #: ../src/eval.c:6009 msgid "NOT" msgstr "" #: ../src/eval.c:6029 #, c-format msgid "Bad types for '%s'" msgstr "" #: ../src/eval.c:6040 #, c-format msgid "%s not defined on <%s> and <%s>" msgstr "" #: ../src/eval.c:6059 #, c-format msgid "Bad type for '%s'" msgstr "" #: ../src/eval.c:6069 #, c-format msgid "%s not defined on <%s>" msgstr "" #: ../src/eval.c:6088 ../src/eval.c:6105 msgid "Vector building only works on numbers" msgstr "" #. FIXME: perhaps we should just return null like octave? #: ../src/eval.c:6098 msgid "Impossible arguments to vector building operator" msgstr "" #: ../src/funclib.c:116 #, c-format msgid "%s: argument too large" msgstr "" #: ../src/funclib.c:143 #, c-format msgid "Cannot parse version string: %s" msgstr "" #: ../src/funclib.c:172 ../src/gnome-genius.c:1836 #, 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 .\n" msgstr "" #: ../src/funclib.c:266 #, c-format msgid "%s: trying to undefine a protected id!" msgstr "" #: ../src/funclib.c:533 #, c-format msgid "%s: trying to set a protected id!" msgstr "" #. FIXME: fix this, this should just work too #: ../src/funclib.c:539 #, c-format msgid "%s: trying to set a parameter, use the equals sign" msgstr "" #: ../src/funclib.c:566 ../src/funclib.c:659 #, c-format msgid "%s: Too many arguments, should be at most %d" msgstr "" #: ../src/funclib.c:807 msgid "Cannot apply function to two differently sized matrixes" msgstr "" #: ../src/funclib.c:1433 ../src/funclib.c:1470 #, c-format msgid "%s: Not implemented (yet) for complex values" msgstr "" #: ../src/funclib.c:1914 #, c-format msgid "%s: square root for composite moduli is not yet implemented" msgstr "" #: ../src/funclib.c:1922 #, c-format msgid "%s: Cannot find square root function for prime moduli" msgstr "" #: ../src/funclib.c:1955 #, c-format msgid "%s: matrix argument is not square" msgstr "" #: ../src/funclib.c:2083 ../src/funclib.c:2183 #, c-format msgid "%s: matrix argument must be integer only" msgstr "" #: ../src/funclib.c:2105 ../src/funclib.c:2205 #, c-format msgid "%s: argument must be an integer" msgstr "" #: ../src/funclib.c:2440 ../src/funclib.c:2527 #, c-format msgid "%s: matrix argument must be value only" msgstr "" #: ../src/funclib.c:2783 ../src/funclib.c:2841 ../src/funclib.c:4353 #: ../src/funclib.c:4647 #, c-format msgid "%s: too many arguments" msgstr "" #: ../src/funclib.c:3065 #, c-format msgid "%s: vector argument not value only" msgstr "" #: ../src/funclib.c:3076 ../src/funclib.c:3115 #, c-format msgid "%s: argument can't be negative or 0" msgstr "" #: ../src/funclib.c:3084 ../src/funclib.c:3120 #, c-format msgid "%s: vector argument has too large entries" msgstr "" #: ../src/funclib.c:3162 #, c-format msgid "%s: arguments must be vectors of equal size" msgstr "" #: ../src/funclib.c:3654 ../src/funclib.c:3660 #, c-format msgid "%s: %s not a reference" msgstr "" #: ../src/funclib.c:3699 #, c-format msgid "%s: matrices not of the same height" msgstr "" #: ../src/funclib.c:3704 ../src/funclib.c:4347 msgid "third argument" msgstr "" #: ../src/funclib.c:3709 msgid "fourth argument" msgstr "" #: ../src/funclib.c:3984 #, c-format msgid "%s: argument must be greater than 2" msgstr "" #: ../src/funclib.c:4087 ../src/funclib.c:4116 ../src/funclib.c:4368 #: ../src/mpwrap.c:3736 ../src/mpwrap.c:3755 ../src/mpwrap.c:3812 #: ../src/mpwrap.c:3841 ../src/mpwrap.c:3858 ../src/mpwrap.c:3907 msgid "Division by zero!" msgstr "" #: ../src/funclib.c:4172 #, c-format msgid "%s: arguments not horizontal vectors" msgstr "" #: ../src/funclib.c:4181 #, c-format msgid "%s: arguments not numeric only vectors" msgstr "" #: ../src/funclib.c:4565 #, c-format msgid "%s: argument 1 must be a quadratic polynomial" msgstr "" #: ../src/funclib.c:4875 ../src/funclib.c:4964 ../src/funclib.c:5192 #: ../src/funclib.c:5247 ../src/funclib.c:5317 ../src/funclib.c:5331 #, c-format msgid "%s: value out of range" msgstr "" #: ../src/funclib.c:5457 #, c-format msgid "%s: undefined function" msgstr "" #: ../src/funclib.c:5463 #, c-format msgid "%s: flags argument must be a string" msgstr "" #: ../src/funclib.c:5591 ../src/symbolic.c:723 #, c-format msgid "%s: argument not a function of one variable" msgstr "" #: ../src/funclib.c:5771 ../src/funclib.c:5806 ../src/funclib.c:6051 #, c-format msgid "%s: argument should be between %d and %d" msgstr "" #: ../src/funclib.c:5959 msgid "OutputStyle must be one of normal, troff, latex or mathml" msgstr "" #: ../src/funclib.c:5999 #, c-format msgid "%s: argument should be larger or equal to 0" msgstr "" #: ../src/funclib.c:6112 msgid "Basic" msgstr "" #. internal #: ../src/funclib.c:6113 msgid "Parameters" msgstr "" #. internal #: ../src/funclib.c:6114 msgid "Constants" msgstr "" #. internal #: ../src/funclib.c:6115 msgid "Numeric" msgstr "" #. internal #: ../src/funclib.c:6116 msgid "Trigonometry" msgstr "" #. internal #: ../src/funclib.c:6117 msgid "Number Theory" msgstr "" #. internal #: ../src/funclib.c:6118 msgid "Matrix Manipulation" msgstr "" #. internal #: ../src/funclib.c:6119 msgid "Linear Algebra" msgstr "" #. internal #: ../src/funclib.c:6120 msgid "Combinatorics" msgstr "" #. internal #: ../src/funclib.c:6121 msgid "Calculus" msgstr "" #. internal #: ../src/funclib.c:6122 msgid "Functions" msgstr "" #. internal #: ../src/funclib.c:6123 msgid "Equation Solving" msgstr "" #. internal #: ../src/funclib.c:6124 msgid "Statistics" msgstr "" #. internal #: ../src/funclib.c:6125 msgid "Polynomials" msgstr "" #. internal #: ../src/funclib.c:6126 msgid "Set Theory" msgstr "" #. internal #: ../src/funclib.c:6127 msgid "Miscellaneous" msgstr "" #. internal #: ../src/funclib.c:6129 msgid "Displays the user manual" msgstr "" #: ../src/funclib.c:6130 msgid "Gives the warranty information" msgstr "" #: ../src/funclib.c:6131 msgid "Return version as a 3-vector" msgstr "" #: ../src/funclib.c:6132 msgid "Exits the program" msgstr "" #: ../src/funclib.c:6134 msgid "Prints a string to the error stream" msgstr "" #: ../src/funclib.c:6135 msgid "Waits a specified number of seconds" msgstr "" #: ../src/funclib.c:6136 msgid "The true boolean value" msgstr "" #: ../src/funclib.c:6138 msgid "The false boolean value" msgstr "" #: ../src/funclib.c:6147 msgid "Make integer (0 or 1) from a boolean value" msgstr "" #: ../src/funclib.c:6149 msgid "Prints an expression" msgstr "" #: ../src/funclib.c:6150 msgid "Changes current directory" msgstr "" #: ../src/funclib.c:6151 msgid "Prints an expression without a trailing newline" msgstr "" #: ../src/funclib.c:6152 msgid "Display a string and an expression" msgstr "" #: ../src/funclib.c:6153 msgid "Set a global variable" msgstr "" #: ../src/funclib.c:6155 msgid "Set the category and help description line for a function" msgstr "" #: ../src/funclib.c:6156 msgid "Sets up a help alias" msgstr "" #: ../src/funclib.c:6158 msgid "Identity function, returns its argument" msgstr "" #: ../src/funclib.c:6160 msgid "Generate random float" msgstr "" #: ../src/funclib.c:6162 msgid "Generate random integer" msgstr "" #: ../src/funclib.c:6165 ../src/gnome-genius.c:2393 msgid "Floating point precision" msgstr "" #: ../src/funclib.c:6167 ../src/gnome-genius.c:2282 msgid "" "Display 0.0 when floating point number is less than 10^-x (0=never chop)" msgstr "" #: ../src/funclib.c:6170 ../src/gnome-genius.c:2305 msgid "Only chop numbers when another number is greater than 10^-x" msgstr "" #: ../src/funclib.c:6171 msgid "Maximum digits to display" msgstr "" #: ../src/funclib.c:6172 msgid "Maximum errors to display" msgstr "" #: ../src/funclib.c:6173 msgid "Output style: normal, latex, mathml or troff" msgstr "" #: ../src/funclib.c:6174 msgid "Integer output base" msgstr "" #: ../src/funclib.c:6175 msgid "If true, mixed fractions are printed" msgstr "" #: ../src/funclib.c:6176 msgid "Print full expressions, even if more than a line" msgstr "" #: ../src/funclib.c:6177 msgid "Convert all results to floats before printing" msgstr "" #: ../src/funclib.c:6178 msgid "Use scientific notation" msgstr "" #: ../src/funclib.c:6180 msgid "" "Number of extra Miller-Rabin tests to run on a number before declaring it a " "prime in IsPrime" msgstr "" #: ../src/funclib.c:6186 msgid "Expands a matrix just like we do on unquoted matrix input" msgstr "" #: ../src/funclib.c:6187 msgid "Gets the rows of a matrix as a vertical vector" msgstr "" #: ../src/funclib.c:6188 msgid "Gets the columns of a matrix as a horizontal vector" msgstr "" #: ../src/funclib.c:6189 msgid "Gets the diagonal entries of a matrix as a column vector" msgstr "" #: ../src/funclib.c:6190 msgid "Count the number of zero columns in a matrix" msgstr "" #: ../src/funclib.c:6191 msgid "Removes any all-zero columns of M" msgstr "" #: ../src/funclib.c:6193 msgid "Calculates the conjugate" msgstr "" #: ../src/funclib.c:6198 msgid "Calculates the sine function" msgstr "" #: ../src/funclib.c:6201 msgid "Calculates the cosine function" msgstr "" #: ../src/funclib.c:6204 msgid "Calculates the hyperbolic sine function" msgstr "" #: ../src/funclib.c:6207 msgid "Calculates the hyperbolic cosine function" msgstr "" #: ../src/funclib.c:6210 msgid "Calculates the tan function" msgstr "" #: ../src/funclib.c:6213 msgid "Calculates the arctan function" msgstr "" #: ../src/funclib.c:6218 msgid "Calculates the arctan2 function (arctan(y/x) if x>0)" msgstr "" #: ../src/funclib.c:6222 msgid "The number pi" msgstr "" #: ../src/funclib.c:6224 msgid "The natural number e" msgstr "" #: ../src/funclib.c:6226 msgid "The Golden Ratio" msgstr "" #: ../src/funclib.c:6228 msgid "Free fall acceleration" msgstr "" #: ../src/funclib.c:6231 msgid "Euler's Constant gamma" msgstr "" #: ../src/funclib.c:6235 msgid "Catalan's Constant (0.915...)" msgstr "" #. FUNC (ErrorFunction, 1, "x", "functions", N_("The error function, 2/sqrt(2) * int_0^x e^(-t^2) dt (only real values implemented)")); #. ErrorFunction_function = f; #. ALIAS (erf, 1, ErrorFunction); #: ../src/funclib.c:6240 msgid "The Riemann zeta function (only real values implemented)" msgstr "" #: ../src/funclib.c:6244 msgid "The Gamma function (only real values implemented)" msgstr "" #: ../src/funclib.c:6249 msgid "The square root" msgstr "" #: ../src/funclib.c:6253 msgid "The exponential function" msgstr "" #: ../src/funclib.c:6256 msgid "The natural logarithm" msgstr "" #: ../src/funclib.c:6259 msgid "Logarithm of x base 2" msgstr "" #: ../src/funclib.c:6264 msgid "Logarithm of x base 10" msgstr "" #: ../src/funclib.c:6267 msgid "Round a number" msgstr "" #: ../src/funclib.c:6271 msgid "Get the highest integer less than or equal to n" msgstr "" #: ../src/funclib.c:6275 msgid "Get the lowest integer more than or equal to n" msgstr "" #: ../src/funclib.c:6279 msgid "Truncate number to an integer (return the integer part)" msgstr "" #: ../src/funclib.c:6284 msgid "Make number a float" msgstr "" #: ../src/funclib.c:6287 msgid "Get the numerator of a rational number" msgstr "" #: ../src/funclib.c:6289 msgid "Get the denominator of a rational number" msgstr "" #: ../src/funclib.c:6292 msgid "Greatest common divisor" msgstr "" #: ../src/funclib.c:6294 msgid "Least common multiplier" msgstr "" #: ../src/funclib.c:6296 msgid "Check a number for being a perfect square" msgstr "" #: ../src/funclib.c:6297 msgid "Check a number for being any perfect power (a^b)" msgstr "" #: ../src/funclib.c:6298 msgid "Return the n'th prime (up to a limit)" msgstr "" #: ../src/funclib.c:6300 msgid "Tests if an integer is even" msgstr "" #: ../src/funclib.c:6301 msgid "Tests if an integer is odd" msgstr "" #: ../src/funclib.c:6303 msgid "Returns the least prime greater than n (if n is positive)" msgstr "" #: ../src/funclib.c:6304 msgid "Returns the n'th Lucas number" msgstr "" #: ../src/funclib.c:6305 msgid "Returns inverse of n mod m" msgstr "" #: ../src/funclib.c:6306 msgid "Checks divisibility (if m divides n)" msgstr "" #: ../src/funclib.c:6307 msgid "" "Return n/d but only if d divides n else returns garbage (this is faster than " "writing n/d)" msgstr "" #: ../src/funclib.c:6308 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:6309 msgid "Run the strong pseudoprime test base b on n" msgstr "" #: ../src/funclib.c:6310 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:6311 msgid "" "Use the Miller-Rabin primality test on n with enough bases that assuming the " "Generalized Reimann Hypothesis the result is deterministic" msgstr "" #: ../src/funclib.c:6312 msgid "Return factorization of a number as a matrix" msgstr "" #: ../src/funclib.c:6314 msgid "Returns the maximum of arguments or matrix" msgstr "" #: ../src/funclib.c:6317 msgid "Returns the minimum of arguments or matrix" msgstr "" #: ../src/funclib.c:6321 msgid "Calculate the Jacobi symbol (a/b) (b should be odd)" msgstr "" #: ../src/funclib.c:6323 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:6325 msgid "Calculate the Legendre symbol (a/p)" msgstr "" #: ../src/funclib.c:6328 msgid "Get the real part of a complex number" msgstr "" #: ../src/funclib.c:6331 msgid "Get the imaginary part of a complex number" msgstr "" #: ../src/funclib.c:6335 msgid "Make an identity matrix of a given size" msgstr "" #: ../src/funclib.c:6338 msgid "Make an matrix of all zeros (or a row vector)" msgstr "" #: ../src/funclib.c:6340 msgid "Make an matrix of all ones (or a row vector)" msgstr "" #: ../src/funclib.c:6343 msgid "Get the number of rows of a matrix" msgstr "" #: ../src/funclib.c:6344 msgid "Get the number of columns of a matrix" msgstr "" #: ../src/funclib.c:6345 msgid "Is a matrix square" msgstr "" #: ../src/funclib.c:6346 msgid "Is argument a horizontal or a vertical vector" msgstr "" #: ../src/funclib.c:6347 msgid "Is a matrix upper triangular" msgstr "" #: ../src/funclib.c:6348 msgid "Is a matrix lower triangular" msgstr "" #: ../src/funclib.c:6349 msgid "Is a matrix diagonal" msgstr "" #: ../src/funclib.c:6350 msgid "Get the number of elements of a matrix" msgstr "" #: ../src/funclib.c:6352 msgid "Get the row echelon form of a matrix" msgstr "" #: ../src/funclib.c:6356 msgid "Get the reduced row echelon form of a matrix" msgstr "" #: ../src/funclib.c:6360 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:6363 msgid "Get the determinant of a matrix" msgstr "" #: ../src/funclib.c:6366 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:6368 msgid "Get the nullspace of a matrix" msgstr "" #: ../src/funclib.c:6370 msgid "Make new matrix of given size from old one" msgstr "" #: ../src/funclib.c:6371 msgid "Return the index complement of a vector of indexes" msgstr "" #: ../src/funclib.c:6372 msgid "Get the hermitian product of two vectors" msgstr "" #: ../src/funclib.c:6375 msgid "Check if a matrix is a matrix of numbers" msgstr "" #: ../src/funclib.c:6376 msgid "Check if a matrix is an integer (non-complex) matrix" msgstr "" #: ../src/funclib.c:6377 msgid "Check if a matrix is a rational (non-complex) matrix" msgstr "" #: ../src/funclib.c:6378 msgid "Check if a matrix is a real (non-complex) matrix" msgstr "" #: ../src/funclib.c:6379 msgid "Check if a matrix is positive, that is if each element is positive" msgstr "" #: ../src/funclib.c:6380 msgid "" "Check if a matrix is nonnegative, that is if each element is nonnegative" msgstr "" #: ../src/funclib.c:6382 msgid "Check if a number or a matrix is all zeros" msgstr "" #: ../src/funclib.c:6383 msgid "Check if a number or a matrix is 1 or identity respectively" msgstr "" #: ../src/funclib.c:6385 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:6386 msgid "Returns true if X is a subset of Y" msgstr "" #: ../src/funclib.c:6387 msgid "" "Returns a set theoretic difference X-Y (X and Y are vectors pretending to be " "sets)" msgstr "" #: ../src/funclib.c:6388 msgid "" "Returns a set theoretic intersection of X and Y (X and Y are vectors " "pretending to be sets)" msgstr "" #: ../src/funclib.c:6390 msgid "Check if argument is a null" msgstr "" #: ../src/funclib.c:6391 msgid "Check if argument is a number" msgstr "" #: ../src/funclib.c:6392 msgid "Check if argument is a boolean (and not a number)" msgstr "" #: ../src/funclib.c:6393 msgid "Check if argument is a text string" msgstr "" #: ../src/funclib.c:6394 msgid "Check if argument is a matrix" msgstr "" #: ../src/funclib.c:6395 msgid "Check if argument is a function" msgstr "" #: ../src/funclib.c:6396 msgid "Check if argument is a function or an identifier" msgstr "" #: ../src/funclib.c:6397 msgid "Check if argument is a function reference" msgstr "" #: ../src/funclib.c:6399 msgid "Check if argument is a complex (non-real) number" msgstr "" #: ../src/funclib.c:6400 msgid "Check if argument is a real number" msgstr "" #: ../src/funclib.c:6401 msgid "Check if argument is an integer (non-complex)" msgstr "" #: ../src/funclib.c:6402 msgid "Check if argument is a positive real integer" msgstr "" #: ../src/funclib.c:6404 msgid "Check if argument is a non-negative real integer" msgstr "" #: ../src/funclib.c:6405 msgid "Check if argument is a possibly complex integer" msgstr "" #: ../src/funclib.c:6407 msgid "Check if argument is a rational number (non-complex)" msgstr "" #: ../src/funclib.c:6408 msgid "Check if argument is a possibly complex rational number" msgstr "" #: ../src/funclib.c:6409 msgid "Check if argument is a floating point number (non-complex)" msgstr "" #: ../src/funclib.c:6411 msgid "Add two polynomials (vectors)" msgstr "" #: ../src/funclib.c:6412 msgid "Subtract two polynomials (as vectors)" msgstr "" #: ../src/funclib.c:6413 msgid "Multiply two polynomials (as vectors)" msgstr "" #: ../src/funclib.c:6414 msgid "Divide polynomial p by q, return the remainder in r" msgstr "" #: ../src/funclib.c:6415 msgid "Take polynomial (as vector) derivative" msgstr "" #: ../src/funclib.c:6416 msgid "Take second polynomial (as vector) derivative" msgstr "" #: ../src/funclib.c:6417 msgid "Trim zeros from a polynomial (as vector)" msgstr "" #: ../src/funclib.c:6418 msgid "Check if a vector is usable as a polynomial" msgstr "" #: ../src/funclib.c:6419 msgid "Make string out of a polynomial (as vector)" msgstr "" #: ../src/funclib.c:6420 msgid "Make function out of a polynomial (as vector)" msgstr "" #: ../src/funclib.c:6422 msgid "Find roots of a quadratic polynomial (given as vector of coefficients)" msgstr "" #: ../src/funclib.c:6424 msgid "Get all combinations of k numbers from 1 to n as a vector of vectors" msgstr "" #: ../src/funclib.c:6425 msgid "" "Get combination that would come after v in call to combinations, first " "combination should be [1:k]." msgstr "" #: ../src/funclib.c:6426 msgid "Get all permutations of k numbers from 1 to n as a vector of vectors" msgstr "" #: ../src/funclib.c:6428 msgid "Calculate combinations (binomial coefficient)" msgstr "" #: ../src/funclib.c:6431 msgid "Convert a string to a vector of ASCII values" msgstr "" #: ../src/funclib.c:6432 msgid "Convert a vector of ASCII values to a string" msgstr "" #: ../src/funclib.c:6434 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:6435 msgid "" "Convert a vector of 0-based alphabet values (positions in the alphabet " "string) to a string" msgstr "" #: ../src/funclib.c:6437 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:6438 msgid "" "Unprotect a variable from being modified. It will be treated as a user " "defined variable from now on." msgstr "" #: ../src/funclib.c:6439 msgid "" "Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments" "\"" msgstr "" #: ../src/funclib.c:6440 msgid "Get current modulo from the context outside the function" msgstr "" #: ../src/funclib.c:6441 msgid "Check if a variable or function is defined" msgstr "" #: ../src/funclib.c:6442 msgid "Undefine a variable (including all locals and globals of the same name)" msgstr "" #: ../src/funclib.c:6444 msgid "" "Undefine all unprotected (user defined) global variables and parameters. " "Does not reset or change protected (system) parameters." msgstr "" #: ../src/funclib.c:6445 msgid "" "Mark all currently defined variables as protected. They will be treated as " "system defined variables from now on." msgstr "" #: ../src/funclib.c:6446 msgid "" "Return a vector of all global unprotected (user defined) variable names." msgstr "" #: ../src/funclib.c:6448 msgid "Parse a string (but do not execute)" msgstr "" #: ../src/funclib.c:6449 msgid "Parse and evaluate a string" msgstr "" #: ../src/funclib.c:6451 msgid "Ask a question and return a string. Optionally pass in a default." msgstr "" #: ../src/funclib.c:6453 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/genius.c:110 #, c-format msgid "line %d: %s\n" msgstr "" #: ../src/genius.c:128 #, c-format msgid "Too many errors! (%d followed)\n" msgstr "" #: ../src/genius.c:156 msgid "Cannot locate the manual" msgstr "" #: ../src/genius.c:221 #, c-format msgid "Suggested: %s\n" msgstr "" #: ../src/genius.c:309 ../src/genius.lang.h:5 ../src/gnome-genius.c:748 msgid "Genius" msgstr "" #: ../src/genius.c:342 ../src/genius.c:351 ../src/genius.c:358 #: ../src/genius.c:367 #, c-format msgid "%s should be between %d and %d, using %d" msgstr "" #: ../src/genius.c:386 ../src/genius.c:395 #, c-format msgid "%s should be greater then or equal to %d, using %d" msgstr "" #: ../src/genius.c:443 #, c-format msgid "" "Genius %s\n" "%s%s\n" msgstr "" #: ../src/genius.c:454 #, 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:484 #, c-format msgid "" "Can't specify both an expression and files to execute on the command line" msgstr "" #: ../src/genius.c:495 #, 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:568 ../src/gnome-genius.c:5092 msgid "" "The only thing that interferes with my learning is my education. -- Albert " "Einstein" msgstr "" #: ../src/genius.c:589 ../src/genius.c:662 msgid "Can't open file" msgstr "" #: ../src/genius.lang.h:1 msgid "Base-N Integers" msgstr "" #: ../src/genius.lang.h:2 msgid "Commands" msgstr "" #: ../src/genius.lang.h:3 msgid "Decimal Integers" msgstr "" #: ../src/genius.lang.h:4 msgid "Floats" msgstr "" #: ../src/genius.lang.h:6 msgid "Keywords" msgstr "" #: ../src/genius.lang.h:7 msgid "Line Comment" msgstr "" #: ../src/genius.lang.h:8 msgid "Scripts" msgstr "" #: ../src/genius.lang.h:9 msgid "String" msgstr "" #: ../src/gnome-genius.c:255 msgid "_File" msgstr "" #. name, stock id, label #: ../src/gnome-genius.c:256 msgid "_Edit" msgstr "" #. name, stock id, label #: ../src/gnome-genius.c:257 msgid "_Calculator" msgstr "" #. name, stock id, label #: ../src/gnome-genius.c:258 msgid "P_lugins" msgstr "" #. name, stock id, label #: ../src/gnome-genius.c:259 msgid "_Programs" msgstr "" #. name, stock id, label #: ../src/gnome-genius.c:260 msgid "_Settings" msgstr "" #. name, stock id, label #: ../src/gnome-genius.c:261 msgid "_Help" msgstr "" #. name, stock id, label #. name, stock id #: ../src/gnome-genius.c:263 msgid "_New Program" msgstr "" #. label, accelerator #: ../src/gnome-genius.c:264 ../src/gnome-genius.c:268 msgid "Create new program tab" msgstr "" #: ../src/gnome-genius.c:267 msgid "New" msgstr "" #. name, stock id #: ../src/gnome-genius.c:271 msgid "_Open..." msgstr "" #. label, accelerator #: ../src/gnome-genius.c:272 ../src/gnome-genius.c:276 msgid "Open a file" msgstr "" #: ../src/gnome-genius.c:275 msgid "Open" msgstr "" #. name, stock id #: ../src/gnome-genius.c:279 msgid "_Save" msgstr "" #. label, accelerator #: ../src/gnome-genius.c:280 msgid "Save current file" msgstr "" #: ../src/gnome-genius.c:283 msgid "Save All _Unsaved" msgstr "" #: ../src/gnome-genius.c:284 msgid "Save all unsaved programs" msgstr "" #: ../src/gnome-genius.c:287 msgid "Save _As..." msgstr "" #: ../src/gnome-genius.c:288 msgid "Save to a file" msgstr "" #: ../src/gnome-genius.c:291 msgid "_Reload from Disk" msgstr "" #: ../src/gnome-genius.c:292 msgid "Reload the selected program from disk" msgstr "" #: ../src/gnome-genius.c:295 msgid "_Close" msgstr "" #: ../src/gnome-genius.c:296 msgid "Close the current file" msgstr "" #: ../src/gnome-genius.c:299 msgid "_Load and Run..." msgstr "" #: ../src/gnome-genius.c:300 msgid "Load and execute a file in genius" msgstr "" #: ../src/gnome-genius.c:303 msgid "Save Console Ou_tput..." msgstr "" #: ../src/gnome-genius.c:304 msgid "" "Save what is visible on the console (including scrollback) to a text file" msgstr "" #: ../src/gnome-genius.c:307 msgid "_Quit" msgstr "" #: ../src/gnome-genius.c:308 msgid "Quit" msgstr "" #: ../src/gnome-genius.c:311 msgid "_Undo" msgstr "" #: ../src/gnome-genius.c:312 msgid "Undo the last action" msgstr "" #: ../src/gnome-genius.c:315 msgid "_Redo" msgstr "" #: ../src/gnome-genius.c:316 msgid "Redo the undone action" msgstr "" #: ../src/gnome-genius.c:319 msgid "Cu_t" msgstr "" #: ../src/gnome-genius.c:320 msgid "Cut the selection" msgstr "" #: ../src/gnome-genius.c:323 msgid "_Copy" msgstr "" #: ../src/gnome-genius.c:324 msgid "Copy the selection" msgstr "" #: ../src/gnome-genius.c:327 msgid "_Paste" msgstr "" #: ../src/gnome-genius.c:328 msgid "Paste the clipboard" msgstr "" #: ../src/gnome-genius.c:331 msgid "Copy Answer As Plain Te_xt" msgstr "" #: ../src/gnome-genius.c:332 msgid "Copy last answer into the clipboard in plain text" msgstr "" #: ../src/gnome-genius.c:335 msgid "Copy Answer As _LaTeX" msgstr "" #: ../src/gnome-genius.c:336 msgid "Copy last answer into the clipboard as LaTeX" msgstr "" #: ../src/gnome-genius.c:339 msgid "Copy Answer As _MathML" msgstr "" #: ../src/gnome-genius.c:340 msgid "Copy last answer into the clipboard as MathML" msgstr "" #: ../src/gnome-genius.c:343 msgid "Copy Answer As T_roff" msgstr "" #: ../src/gnome-genius.c:344 msgid "Copy last answer into the clipboard as Troff eqn" msgstr "" #: ../src/gnome-genius.c:347 msgid "_Run" msgstr "" #: ../src/gnome-genius.c:348 msgid "Run current program" msgstr "" #: ../src/gnome-genius.c:351 msgid "_Interrupt" msgstr "" #: ../src/gnome-genius.c:352 msgid "Interrupt current calculation" msgstr "" #: ../src/gnome-genius.c:355 msgid "Show _Full Answer" msgstr "" #: ../src/gnome-genius.c:356 msgid "Show the full text of last answer" msgstr "" #: ../src/gnome-genius.c:359 msgid "Show User _Variables" msgstr "" #: ../src/gnome-genius.c:360 msgid "Show the current value of all user variables" msgstr "" #: ../src/gnome-genius.c:363 msgid "_Monitor a Variable" msgstr "" #: ../src/gnome-genius.c:364 msgid "Monitor a variable continuously" msgstr "" #: ../src/gnome-genius.c:367 msgid "_Plot..." msgstr "" #: ../src/gnome-genius.c:368 ../src/gnome-genius.c:372 msgid "Plot functions, vector fields, surfaces, etc..." msgstr "" #: ../src/gnome-genius.c:371 ../src/gnome-genius.c:565 ../src/graphing.c:5059 msgid "_Plot" msgstr "" #: ../src/gnome-genius.c:375 msgid "_Next Tab" msgstr "" #: ../src/gnome-genius.c:376 msgid "Go to next tab" msgstr "" #: ../src/gnome-genius.c:379 msgid "_Previous Tab" msgstr "" #: ../src/gnome-genius.c:380 msgid "Go to previous tab" msgstr "" #: ../src/gnome-genius.c:383 msgid "_Console" msgstr "" #: ../src/gnome-genius.c:384 msgid "Go to the console tab" msgstr "" #: ../src/gnome-genius.c:387 msgid "_Preferences" msgstr "" #: ../src/gnome-genius.c:388 msgid "Configure Genius" msgstr "" #: ../src/gnome-genius.c:391 msgid "_Contents" msgstr "" #: ../src/gnome-genius.c:392 msgid "View the Genius manual" msgstr "" #: ../src/gnome-genius.c:395 msgid "_Help on Function" msgstr "" #: ../src/gnome-genius.c:396 msgid "Help on a function or a command" msgstr "" #: ../src/gnome-genius.c:399 msgid "_Warranty" msgstr "" #: ../src/gnome-genius.c:400 msgid "Display warranty information" msgstr "" #: ../src/gnome-genius.c:403 msgid "_About" msgstr "" #: ../src/gnome-genius.c:404 msgid "About Genius" msgstr "" #: ../src/gnome-genius.c:807 msgid "Help on Function" msgstr "" #: ../src/gnome-genius.c:825 msgid "Function or command name:" msgstr "" #: ../src/gnome-genius.c:858 #, c-format msgid "Help on %s not found" msgstr "" #: ../src/gnome-genius.c:862 #, c-format msgid "" "Help on %s not found\n" "\n" "Perhaps you meant %s." msgstr "" #: ../src/gnome-genius.c:917 msgid "Error" msgstr "" #: ../src/gnome-genius.c:919 msgid "Information" msgstr "" #: ../src/gnome-genius.c:1005 msgid "" "Global variables:\n" "\n" msgstr "" #: ../src/gnome-genius.c:1038 msgid "" "\n" "Function call stack:\n" msgstr "" #: ../src/gnome-genius.c:1040 ../src/gnome-genius.c:1099 msgid "" "(depth of context in parentheses)\n" "\n" msgstr "" #: ../src/gnome-genius.c:1097 msgid "" "\n" "Local variables:\n" msgstr "" #: ../src/gnome-genius.c:1151 msgid "User Variable Listing" msgstr "" #: ../src/gnome-genius.c:1259 #, c-format msgid "%s undefined" msgstr "" #. printed before a global variable #: ../src/gnome-genius.c:1294 msgid "(global) " msgstr "" #. printed before local variable in certain #. * context #: ../src/gnome-genius.c:1298 #, c-format msgid "(context %d) " msgstr "" #: ../src/gnome-genius.c:1320 #, c-format msgid "%s not a user variable" msgstr "" #: ../src/gnome-genius.c:1354 #, c-format msgid "Monitoring: %s" msgstr "" #: ../src/gnome-genius.c:1402 msgid "Update continuously" msgstr "" #: ../src/gnome-genius.c:1433 msgid "Monitor a Variable" msgstr "" #: ../src/gnome-genius.c:1450 msgid "Variable name:" msgstr "" #. error #. always textbox #: ../src/gnome-genius.c:1506 msgid "Full Answer" msgstr "" #: ../src/gnome-genius.c:1522 #, c-format msgid "" "\n" "Too many errors! (%d followed)" msgstr "" #: ../src/gnome-genius.c:1537 #, c-format msgid "\\e[01;31mToo many errors! (%d followed)\\e[0m\n" msgstr "" #: ../src/gnome-genius.c:1657 #, c-format msgid "" "Cannot display help\n" "\n" "%s" msgstr "" #. parent #: ../src/gnome-genius.c:1690 msgid "Genius manual not found. Perhaps the installation is not correct." msgstr "" #. parent #: ../src/gnome-genius.c:1718 msgid "Command 'xdg-open' is not found. Cannot open help." msgstr "" #: ../src/gnome-genius.c:1790 msgid "Nils Barth (initial implementation of parts of the GEL library)" msgstr "" #: ../src/gnome-genius.c:1791 msgid "Adrian E. Feiguin (GtkExtra - plotting widgetry)" msgstr "" #. Translators should localize the following string #. * which will give them credit in the About box. #. * E.g. "Fulano de Tal " #. #: ../src/gnome-genius.c:1805 msgid "translator-credits" msgstr "" #: ../src/gnome-genius.c:1853 msgid "Genius Mathematical Tool" msgstr "" #: ../src/gnome-genius.c:1857 msgid "The Gnome calculator style edition of the Genius Mathematical Tool." msgstr "" #: ../src/gnome-genius.c:2053 msgid "" "Genius is executing something, and furthermore there are unsaved programs.\n" "Are you sure you wish to quit?" msgstr "" #: ../src/gnome-genius.c:2061 msgid "There are unsaved programs, are you sure you wish to quit?" msgstr "" #: ../src/gnome-genius.c:2068 msgid "Genius is executing something, are you sure you wish to quit?" msgstr "" #: ../src/gnome-genius.c:2075 msgid "Are you sure you wish to quit?" msgstr "" #: ../src/gnome-genius.c:2196 msgid "Genius Setup" msgstr "" #: ../src/gnome-genius.c:2214 msgid "Output" msgstr "" #: ../src/gnome-genius.c:2217 msgid "Number/Expression output options" msgstr "" #: ../src/gnome-genius.c:2227 msgid "Maximum digits to output (0=unlimited)" msgstr "" #: ../src/gnome-genius.c:2247 msgid "Results as floats" msgstr "" #: ../src/gnome-genius.c:2255 msgid "Floats in scientific notation" msgstr "" #: ../src/gnome-genius.c:2263 msgid "Always print full expressions" msgstr "" #: ../src/gnome-genius.c:2271 msgid "Use mixed fractions" msgstr "" #: ../src/gnome-genius.c:2324 msgid "Remember output settings across sessions" msgstr "" #: ../src/gnome-genius.c:2334 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:2339 msgid "Error/Info output options" msgstr "" #: ../src/gnome-genius.c:2347 msgid "Display errors in a dialog" msgstr "" #: ../src/gnome-genius.c:2355 msgid "Display information messages in a dialog" msgstr "" #: ../src/gnome-genius.c:2366 msgid "Maximum errors to display (0=unlimited)" msgstr "" #: ../src/gnome-genius.c:2390 msgid "Precision" msgstr "" #: ../src/gnome-genius.c:2400 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:2409 msgid "Floating point precision (bits)" msgstr "" #: ../src/gnome-genius.c:2428 msgid "Remember precision setting across sessions" msgstr "" #: ../src/gnome-genius.c:2437 msgid "Should the precision setting be remembered for next session." msgstr "" #: ../src/gnome-genius.c:2445 msgid "Terminal" msgstr "" #: ../src/gnome-genius.c:2447 msgid "Terminal options" msgstr "" #: ../src/gnome-genius.c:2456 msgid "Scrollback lines" msgstr "" #: ../src/gnome-genius.c:2479 msgid "Font:" msgstr "" #: ../src/gnome-genius.c:2490 msgid "Black on white" msgstr "" #: ../src/gnome-genius.c:2498 msgid "Blinking cursor" msgstr "" #: ../src/gnome-genius.c:2511 msgid "Memory" msgstr "" #: ../src/gnome-genius.c:2514 msgid "Limits" msgstr "" #: ../src/gnome-genius.c:2521 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:2530 msgid "Maximum number of nodes to allocate" msgstr "" #: ../src/gnome-genius.c:2570 msgid "" "Genius is currently executing something.\n" "\n" "Please try again later or interrupt the current operation." msgstr "" #: ../src/gnome-genius.c:2598 msgid "GEL files" msgstr "" #: ../src/gnome-genius.c:2603 ../src/graphing.c:992 msgid "All files" msgstr "" #: ../src/gnome-genius.c:2627 ../src/gnome-genius.c:3519 msgid "Cannot open file!" msgstr "" #: ../src/gnome-genius.c:2637 ../src/gnome-genius.c:3997 msgid "Output from " msgstr "" #: ../src/gnome-genius.c:2653 ../src/gnome-genius.c:4066 msgid "End" msgstr "" #: ../src/gnome-genius.c:2672 msgid "Load and Run" msgstr "" #: ../src/gnome-genius.c:2676 msgid "_Load" msgstr "" #: ../src/gnome-genius.c:3195 msgid "Cannot open file" msgstr "" #. context #: ../src/gnome-genius.c:3230 ../src/gnome-genius.c:4661 #, c-format msgid "Line: %d" msgstr "" #: ../src/gnome-genius.c:3418 #, c-format msgid "Program_%d.gel" msgstr "" #: ../src/gnome-genius.c:3425 #, c-format msgid "Program %d" msgstr "" #: ../src/gnome-genius.c:3453 #, c-format msgid "Cannot open %s" msgstr "" #: ../src/gnome-genius.c:3541 msgid "Open..." msgstr "" #: ../src/gnome-genius.c:3616 msgid "Program is read only" msgstr "" #. new fname #: ../src/gnome-genius.c:3618 ../src/gnome-genius.c:3650 #: ../src/gnome-genius.c:3709 ../src/gnome-genius.c:3838 #, c-format msgid "" "Cannot save file\n" "Details: %s" msgstr "" #: ../src/gnome-genius.c:3660 msgid "Save new programs by \"Save As..\" first!" msgstr "" #: ../src/gnome-genius.c:3666 msgid "" "Some read-only programs are modified. Use \"Save As..\" to save them to a " "new location." msgstr "" #: ../src/gnome-genius.c:3703 ../src/gnome-genius.c:3818 ../src/graphing.c:789 #: ../src/graphing.c:895 msgid "File already exists. Overwrite it?" msgstr "" #: ../src/gnome-genius.c:3745 msgid "Save As..." msgstr "" #: ../src/gnome-genius.c:3872 msgid "Save Console Output..." msgstr "" #: ../src/gnome-genius.c:3935 msgid "" "The program you are closing is unsaved, are you sure you wish to close it " "without saving?" msgstr "" #: ../src/gnome-genius.c:3954 msgid "" "No program selected.\n" "\n" "Create a new program, or select an existing tab in the notebook." msgstr "" #: ../src/gnome-genius.c:3984 #, c-format msgid "Cannot open pipe: %s" msgstr "" #: ../src/gnome-genius.c:4013 msgid "" "Cannot execute program\n" "\n" "Cannot fork." msgstr "" #: ../src/gnome-genius.c:4083 msgid "" "Error executing program\n" "\n" "There was an error while writing the\n" "program to the engine." msgstr "" #: ../src/gnome-genius.c:4108 #, c-format msgid "Genius %s" msgstr "" #: ../src/gnome-genius.c:4334 msgid "Memory (node number) limit has been reached, interrupt the computation?" msgstr "" #. error #. always textbox #. textbox_title #. bind_response #. wrap #: ../src/gnome-genius.c:4414 msgid "Can't execute genius-readline-helper-fifo!\n" msgstr "" #: ../src/gnome-genius.c:4478 msgid "Readline helper died, weird. Trying to recover, things may be odd." msgstr "" #: ../src/gnome-genius.c:4682 msgid "" "\n" "Note: Compiled without GtkSourceView (better source editor)" msgstr "" #: ../src/gnome-genius.c:4805 msgid "GNOME Genius" msgstr "" #. parent #: ../src/gnome-genius.c:4856 msgid "Cannot find the library file, genius installation may be incorrect" msgstr "" #: ../src/gnome-genius.c:4935 msgid "Console" msgstr "" #: ../src/gnome-genius.c:5026 #, 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/graphing.c:470 msgid "Rotate" msgstr "" #: ../src/graphing.c:489 msgid "Rotate X: " msgstr "" #: ../src/graphing.c:514 msgid "Rotate Y: " msgstr "" #: ../src/graphing.c:539 msgid "Rotate Z: " msgstr "" #: ../src/graphing.c:647 msgid "Print" msgstr "" #: ../src/graphing.c:664 msgid "Print command: " msgstr "" #: ../src/graphing.c:691 msgid "Cannot open temporary file, cannot print." msgstr "" #: ../src/graphing.c:718 msgid "Printing failed" msgstr "" #: ../src/graphing.c:730 #, c-format msgid "Printing failed: %s" msgstr "" #: ../src/graphing.c:858 ../src/graphing.c:910 ../src/graphing.c:927 msgid "Export failed" msgstr "" #: ../src/graphing.c:958 msgid "Export encapsulated postscript" msgstr "" #: ../src/graphing.c:960 msgid "Export postscript" msgstr "" #: ../src/graphing.c:962 msgid "Export PNG" msgstr "" #: ../src/graphing.c:978 msgid "EPS files" msgstr "" #: ../src/graphing.c:982 msgid "PS files" msgstr "" #: ../src/graphing.c:986 msgid "PNG files" msgstr "" #: ../src/graphing.c:1559 msgid "Solver" msgstr "" #: ../src/graphing.c:1564 msgid "Clea_r solutions" msgstr "" #: ../src/graphing.c:1566 msgid "_Plot solution" msgstr "" #: ../src/graphing.c:1587 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:1609 msgid "X increment:" msgstr "" #: ../src/graphing.c:1629 msgid "T increment:" msgstr "" #: ../src/graphing.c:1631 msgid "T interval length:" msgstr "" #: ../src/graphing.c:1643 msgid "Point x:" msgstr "" #: ../src/graphing.c:1646 msgid "y:" msgstr "" #: ../src/graphing.c:1709 msgid "Plot" msgstr "" #: ../src/graphing.c:1744 msgid "_Graph" msgstr "" #: ../src/graphing.c:1748 msgid "_Print..." msgstr "" #: ../src/graphing.c:1754 msgid "_Export postscript..." msgstr "" #: ../src/graphing.c:1760 msgid "E_xport encapsulated postscript..." msgstr "" #: ../src/graphing.c:1766 msgid "Export P_NG..." msgstr "" #: ../src/graphing.c:1778 msgid "_Zoom" msgstr "" #: ../src/graphing.c:1782 msgid "Zoom _out" msgstr "" #: ../src/graphing.c:1789 msgid "Zoom _in" msgstr "" #: ../src/graphing.c:1796 msgid "_Fit dependent axis" msgstr "" #: ../src/graphing.c:1803 msgid "_Reset to original zoom" msgstr "" #: ../src/graphing.c:1816 msgid "_View" msgstr "" #: ../src/graphing.c:1821 msgid "_Reset angles" msgstr "" #: ../src/graphing.c:1826 msgid "_Top view" msgstr "" #: ../src/graphing.c:1831 msgid "R_otate axis..." msgstr "" #: ../src/graphing.c:1841 msgid "_Solver" msgstr "" #: ../src/graphing.c:1846 msgid "_Solver..." msgstr "" #: ../src/graphing.c:1851 msgid "_Clear solutions" msgstr "" #: ../src/graphing.c:2753 #, c-format msgid "Function" msgstr "" #: ../src/graphing.c:2755 #, c-format msgid "Function #%d" msgstr "" #: ../src/graphing.c:2764 ../src/funclibhelper.cP:113 #, c-format msgid "%s: argument number %d not a number" msgstr "" #: ../src/graphing.c:2777 msgid "Graph limits not given as a 4-vector" msgstr "" #: ../src/graphing.c:2783 ../src/graphing.c:2789 ../src/graphing.c:2795 #: ../src/graphing.c:2801 ../src/graphing.c:2866 ../src/graphing.c:2872 #: ../src/graphing.c:2878 ../src/graphing.c:2884 ../src/graphing.c:2890 #: ../src/graphing.c:2896 msgid "Graph limits not given as numbers" msgstr "" #: ../src/graphing.c:2860 msgid "Graph limits not given as a 6-vector" msgstr "" #: ../src/graphing.c:3903 msgid "" "Type in function names or expressions involving the x variable in the boxes " "below to graph them" msgstr "" #: ../src/graphing.c:3940 msgid "_Functions / Expressions" msgstr "" #: ../src/graphing.c:3948 msgid "" "Type in function names or expressions involving the t variable in the boxes " "below to graph them. Either fill in both boxes with x= and y= in front of " "them giving the x and y coordinates separately, or alternatively fill in the " "z= box giving x and y as the real and imaginary part of a complex number." msgstr "" #: ../src/graphing.c:3972 msgid "or" msgstr "" #. t range #: ../src/graphing.c:3986 msgid "Parameter t from:" msgstr "" #: ../src/graphing.c:3988 ../src/graphing.c:4104 ../src/graphing.c:4115 #: ../src/graphing.c:4170 ../src/graphing.c:4181 ../src/graphing.c:4192 msgid "to:" msgstr "" #: ../src/graphing.c:3990 msgid "by:" msgstr "" #: ../src/graphing.c:3997 msgid "Pa_rametric" msgstr "" #: ../src/graphing.c:4005 msgid "" "Type in function name or expression involving the x and y variables (or the " "z variable which will be z=x+iy) that gives the slope at the point (x,y)." msgstr "" #. # of ticks #: ../src/graphing.c:4021 ../src/graphing.c:4069 msgid "Vertical ticks:" msgstr "" #. # of ticks #: ../src/graphing.c:4025 ../src/graphing.c:4073 msgid "Horizontal ticks:" msgstr "" #: ../src/graphing.c:4030 msgid "Sl_ope field" msgstr "" #: ../src/graphing.c:4038 msgid "" "Type in function names or expressions involving the x and y variables (or " "the z variable which will be z=x+iy) that give the dx/dt and dy/dt of the " "autonomous system to be plotted at the point (x,y)." msgstr "" #. Normalize the arrow length? #: ../src/graphing.c:4060 msgid "_Normalize arrow length (do not show size)" msgstr "" #: ../src/graphing.c:4078 msgid "_Vector field" msgstr "" #. #. * Below notebook #. #: ../src/graphing.c:4084 msgid "_Draw legend" msgstr "" #: ../src/graphing.c:4093 ../src/graphing.c:4159 msgid "Plot Window" msgstr "" #. #. * X range #. #: ../src/graphing.c:4102 ../src/graphing.c:4168 msgid "X from:" msgstr "" #. #. * Y range #. #: ../src/graphing.c:4113 ../src/graphing.c:4179 msgid "Y from:" msgstr "" #: ../src/graphing.c:4133 msgid "Function / Expression" msgstr "" #: ../src/graphing.c:4138 msgid "" "Type a function name or an expression involving the x and y variables (or " "the z variable which will be z=x+iy) in the boxes below to graph them. " "Functions with one argument only will be passed a complex number." msgstr "" #. #. * Z range #. #: ../src/graphing.c:4190 msgid "Z from:" msgstr "" #: ../src/graphing.c:4208 msgid "Function _line plot" msgstr "" #: ../src/graphing.c:4212 msgid "_Surface plot" msgstr "" #: ../src/graphing.c:4458 ../src/graphing.c:4618 ../src/graphing.c:4734 #: ../src/graphing.c:4843 ../src/graphing.c:4938 msgid "No functions to plot or no functions could be parsed" msgstr "" #: ../src/graphing.c:4489 ../src/graphing.c:4641 ../src/graphing.c:4763 #: ../src/graphing.c:4866 ../src/graphing.c:4961 msgid "Invalid X range" msgstr "" #: ../src/graphing.c:4494 ../src/graphing.c:4646 ../src/graphing.c:4768 #: ../src/graphing.c:4871 ../src/graphing.c:4966 msgid "Invalid Y range" msgstr "" #: ../src/graphing.c:4499 msgid "Invalid Z range" msgstr "" #: ../src/graphing.c:4728 msgid "Only specify x and y, or z, not all at once." msgstr "" #: ../src/graphing.c:4741 msgid "Invalid t range" msgstr "" #: ../src/graphing.c:5054 msgid "Create Plot" msgstr "" #: ../src/graphing.c:5094 ../src/graphing.c:5232 ../src/graphing.c:5263 #: ../src/graphing.c:5284 ../src/graphing.c:5324 ../src/graphing.c:5348 #: ../src/graphing.c:5455 ../src/graphing.c:5573 ../src/graphing.c:5690 #: ../src/graphing.c:5832 ../src/graphing.c:5965 ../src/graphing.c:6156 #: ../src/graphing.c:6402 ../src/graphing.c:6432 ../src/graphing.c:6491 #: ../src/graphing.c:6516 #, c-format msgid "%s: Plotting in progress, cannot call %s" msgstr "" #: ../src/graphing.c:5102 ../src/graphing.c:5592 #, c-format msgid "%s: argument not a function" msgstr "" #: ../src/graphing.c:5112 #, c-format msgid "%s: only one function supported" msgstr "" #: ../src/graphing.c:5179 ../src/graphing.c:5413 ../src/graphing.c:5525 #: ../src/graphing.c:5643 ../src/graphing.c:5779 ../src/graphing.c:5919 #, c-format msgid "%s: invalid X range" msgstr "" #: ../src/graphing.c:5184 ../src/graphing.c:5418 ../src/graphing.c:5530 #: ../src/graphing.c:5648 ../src/graphing.c:5784 ../src/graphing.c:5924 #, c-format msgid "%s: invalid Y range" msgstr "" #: ../src/graphing.c:5189 #, c-format msgid "%s: invalid Z range" msgstr "" #: ../src/graphing.c:5242 #, c-format msgid "%s: dx must be positive" msgstr "" #: ../src/graphing.c:5249 ../src/graphing.c:5268 #, c-format msgid "%s: Slope field not active" msgstr "" #: ../src/graphing.c:5295 #, c-format msgid "%s: dt must be positive" msgstr "" #: ../src/graphing.c:5301 #, c-format msgid "%s: tlen must be positive" msgstr "" #: ../src/graphing.c:5309 ../src/graphing.c:5330 #, c-format msgid "%s: Vector field not active" msgstr "" #: ../src/graphing.c:5355 ../src/graphing.c:5839 #, c-format msgid "%s: First argument must be a function" msgstr "" #: ../src/graphing.c:5466 ../src/graphing.c:5698 #, c-format msgid "%s: First two arguments must be functions" msgstr "" #: ../src/graphing.c:5587 #, c-format msgid "%s: only up to 10 functions supported" msgstr "" #: ../src/graphing.c:5789 ../src/graphing.c:5929 #, c-format msgid "%s: invalid T range" msgstr "" #: ../src/graphing.c:6039 ../src/graphing.c:6093 #, c-format msgid "" "%s: Line should be given as a real, n by 2 matrix with columns for x and y, " "n>=2" msgstr "" #: ../src/graphing.c:6171 #, c-format msgid "%s: Wrong number of arguments" msgstr "" #: ../src/graphing.c:6229 #, c-format msgid "%s: No color specified" msgstr "" #: ../src/graphing.c:6241 #, c-format msgid "%s: Color must be a string" msgstr "" #: ../src/graphing.c:6250 #, c-format msgid "%s: No thickness specified" msgstr "" #: ../src/graphing.c:6271 #, c-format msgid "%s: No window specified" msgstr "" #: ../src/graphing.c:6317 ../src/graphing.c:6341 #, c-format msgid "%s: arrow style should be \"origin\", \"end\", \"both\", or \"none\"" msgstr "" #: ../src/graphing.c:6349 #, c-format msgid "%s: Unknown style" msgstr "" #: ../src/graphing.c:6355 #, c-format msgid "%s: Bad parameter" msgstr "" #: ../src/graphing.c:6551 msgid "Plotting" msgstr "" #. internal #: ../src/graphing.c:6553 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:6554 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:6555 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:6557 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:6558 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:6560 msgid "" "Draw a solution for a slope field starting at x,y and using dx as increment" msgstr "" #: ../src/graphing.c:6561 msgid "Clear all the slopefield solutions" msgstr "" #: ../src/graphing.c:6563 msgid "" "Draw a solution for a vector field starting at x,y, using dt as increment " "for tlen units" msgstr "" #: ../src/graphing.c:6564 msgid "Clear all the vectorfield solutions" msgstr "" #: ../src/graphing.c:6567 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:6569 msgid "Show the line plot window and clear out functions" msgstr "" #: ../src/graphing.c:6570 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:6572 msgid "" "Normalize vectorfields if true. That is, only show direction and not " "magnitude." msgstr "" #: ../src/graphing.c:6573 msgid "If to draw legends or not on line plots." msgstr "" #: ../src/graphing.c:6575 msgid "Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]" msgstr "" #: ../src/graphing.c:6576 msgid "" "Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1," "z2]" msgstr "" #: ../src/matop.c:687 msgid "Determinant of a non-square matrix is undefined" 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:2060 ../src/mpwrap.c:2128 ../src/mpwrap.c:4244 #: ../src/mpwrap.c:4265 #, c-format msgid "%s: Bad types for mod power" msgstr "" #: ../src/mpwrap.c:2097 #, c-format msgid "Can't invert %s modulo %s in %s" msgstr "" #: ../src/mpwrap.c:2418 msgid "Can't make random integer from a non-integer" msgstr "" #: ../src/mpwrap.c:2423 msgid "Range for random integer must be positive" msgstr "" #: ../src/mpwrap.c:2608 ../src/mpwrap.c:2636 msgid "Can't get numerator of floating types" msgstr "" #: ../src/mpwrap.c:3433 ../src/mpwrap.c:4957 ../src/mpwrap.c:4979 msgid "Can't compare complex numbers" msgstr "" #: ../src/mpwrap.c:3920 msgid "Can't modulo complex numbers" msgstr "" #: ../src/mpwrap.c:3943 #, c-format msgid "Inverse of %s modulo %s not found!" msgstr "" #: ../src/mpwrap.c:3952 msgid "Can't do modulo invert on complex numbers" msgstr "" #: ../src/mpwrap.c:3969 msgid "Can't GCD complex numbers" msgstr "" #: ../src/mpwrap.c:3998 msgid "Can't LCM complex numbers" msgstr "" #: ../src/mpwrap.c:4015 msgid "Can't get jacobi symbols of complex numbers" msgstr "" #: ../src/mpwrap.c:4031 msgid "Can't get legendre symbols complex numbers" msgstr "" #: ../src/mpwrap.c:4047 msgid "Can't get jacobi symbol with Kronecker extension for complex numbers" msgstr "" #: ../src/mpwrap.c:4063 msgid "Can't get lucas number for complex numbers" msgstr "" #: ../src/mpwrap.c:4079 msgid "Can't get next prime for complex numbers" msgstr "" #: ../src/mpwrap.c:4089 ../src/mpwrap.c:4101 ../src/mpwrap.c:4113 #: ../src/mpwrap.c:4125 #, c-format msgid "%s: can't work on complex numbers" msgstr "" #: ../src/mpwrap.c:4354 ../src/mpwrap.c:4432 ../src/mpwrap.c:4497 #, c-format msgid "%s: can't take logarithm of 0" msgstr "" #: ../src/mpwrap.c:4826 msgid "arctan2 not defined for complex numbers" msgstr "" #: ../src/mpwrap.c:4874 msgid "Can't make random integer out of a complex number" msgstr "" #: ../src/mpwrap.c:5036 ../src/mpwrap.c:5053 msgid "Can't make factorials of complex numbers" msgstr "" #: ../src/mpwrap.c:5070 msgid "Can't make binomials of complex numbers" msgstr "" #: ../src/mpwrap.c:5449 ../src/mpwrap.c:5460 ../src/mpwrap.c:5471 msgid "Can't determine type of a complex number" msgstr "" #: ../src/mpwrap.c:5565 ../src/mpwrap.c:5588 msgid "Can't convert complex number into integer" msgstr "" #: ../src/mpwrap.c:5571 ../src/mpwrap.c:5594 msgid "Can't convert real number to integer" msgstr "" #: ../src/mpwrap.c:5575 ../src/mpwrap.c:5598 msgid "Integer too large for this operation" msgstr "" #: ../src/mpwrap.c:5611 msgid "Can't convert complex number into a double" msgstr "" #: ../src/mpwrap.c:5620 msgid "Can't convert real number to double" msgstr "" #: ../src/mpwrap.c:5626 ../src/mpwrap.c:5641 msgid "Number too large for this operation" 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:665 #, c-format msgid "%s: '%s' not a function of one variable" msgstr "" #: ../src/symbolic.c:698 #, c-format msgid "%s: Cannot differentiate the '%s' function" msgstr "" #: ../src/symbolic.c:783 msgid "Symbolic Operations" msgstr "" #: ../src/symbolic.c:786 msgid "" "Attempt to symbolically differentiate the function f, where f is a function " "of one variable." msgstr "" #: ../src/symbolic.c:789 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:96 ../src/util.c:115 msgid "Stack underflow!" 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:103 #, c-format msgid "%s: argument number %d not a positive integer" msgstr "" #: ../src/funclibhelper.cP:124 #, c-format msgid "%s: argument number %d not a boolean" msgstr "" #: ../src/funclibhelper.cP:135 #, c-format msgid "%s: argument number %d not a real number" msgstr "" #: ../src/funclibhelper.cP:145 #, c-format msgid "%s: argument number %d not a matrix" msgstr "" #: ../src/funclibhelper.cP:156 #, c-format msgid "%s: argument number %d not a square matrix" msgstr "" #: ../src/funclibhelper.cP:167 #, c-format msgid "%s: argument number %d not a matrix or null node" msgstr "" #: ../src/funclibhelper.cP:178 #, c-format msgid "%s: argument number %d not a value only matrix" msgstr "" #: ../src/funclibhelper.cP:191 #, c-format msgid "%s: argument number %d not a value only vector" msgstr "" #: ../src/funclibhelper.cP:201 ../src/funclibhelper.cP:212 #, c-format msgid "%s: argument number %d not a string" msgstr "" #: ../src/funclibhelper.cP:223 #, c-format msgid "%s: argument number %d not a function or identifier" msgstr "" #: ../src/parseutil.c:57 msgid "ERROR: local statement not the first statement in function definition" msgstr ""