~ubuntu-branches/debian/sid/genius/sid

« back to all changes in this revision

Viewing changes to po/en_GB.po

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-06 09:45:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070206094534-02k3egxuiyuswl7c
Tags: 0.7.7-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Copyright (C) 2004 THE genius'S COPYRIGHT HOLDER
3
3
# This file is distributed under the same license as the genius package.
4
4
# Gareth Owen <gowen72@yahoo.com>, 2004.
5
 
6
 
 
5
#
 
6
#
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: genius\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2005-04-21 20:58-0400\n"
12
 
"PO-Revision-Date: 2005-04-21 21:18-0400\n"
 
11
"POT-Creation-Date: 2007-01-24 07:16+0000\n"
 
12
"PO-Revision-Date: 2007-01-24 07:16-0000\n"
13
13
"Last-Translator: David Lodge <dave@cirt.net>\n"
14
14
"Language-Team:  <en@li.org>\n"
15
15
"MIME-Version: 1.0\n"
16
16
"Content-Type: text/plain; charset=UTF-8\n"
17
17
"Content-Transfer-Encoding: 8bit\n"
 
18
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
19
 
 
20
#: ../lib/library-strings.c:1
 
21
msgid "Compose two functions"
 
22
msgstr "Compose two functions"
 
23
 
 
24
#: ../lib/library-strings.c:2
 
25
msgid "Compose a function with itself n times, passing x as argument, and returning x if n == 0"
 
26
msgstr "Compose a function with itself n times, passing x as argument, and returning x if n == 0"
 
27
 
 
28
#: ../lib/library-strings.c:3
 
29
msgid "Make a string"
 
30
msgstr "Make a string"
 
31
 
 
32
#: ../lib/library-strings.c:4
 
33
msgid "Tolerance of the Chop function"
 
34
msgstr "Tolerance of the Chop function"
 
35
 
 
36
#: ../lib/library-strings.c:5
 
37
msgid "How many iterations to try to find the limit for continuity and limits"
 
38
msgstr "How many iterations to try to find the limit for continuity and limits"
 
39
 
 
40
#: ../lib/library-strings.c:6
 
41
msgid "How many successive steps to be within tolerance for calculation of continuity"
 
42
msgstr "How many successive steps to be within tolerance for calculation of continuity"
 
43
 
 
44
#: ../lib/library-strings.c:7
 
45
msgid "Tolerance for continuity of functions and for calculating the limit"
 
46
msgstr "Tolerance for continuity of functions and for calculating the limit"
 
47
 
 
48
#: ../lib/library-strings.c:8
 
49
msgid "How many iterations to try to find the limit for derivative"
 
50
msgstr "How many iterations to try to find the limit for derivative"
 
51
 
 
52
#: ../lib/library-strings.c:9
 
53
msgid "How many successive steps to be within tolerance for calculation of derivative"
 
54
msgstr "How many successive steps to be within tolerance for calculation of derivative"
 
55
 
 
56
#: ../lib/library-strings.c:10
 
57
msgid "Tolerance for calculating the derivatives of functions"
 
58
msgstr "Tolerance for calculating the derivatives of functions"
 
59
 
 
60
#: ../lib/library-strings.c:11
 
61
msgid "Tolerance of the ErrorFunction"
 
62
msgstr "Tolerance of the ErrorFunction"
 
63
 
 
64
#: ../lib/library-strings.c:12
 
65
msgid "Tolerance of the GaussDistribution function"
 
66
msgstr "Tolerance of the GaussDistribution function"
 
67
 
 
68
#: ../lib/library-strings.c:13
 
69
msgid "The function used for numerical integration in NumericalIntegral"
 
70
msgstr "The function used for numerical integration in NumericalIntegral"
 
71
 
 
72
#: ../lib/library-strings.c:14
 
73
msgid "Steps to perform in NumericalIntegral"
 
74
msgstr "Steps to perform in NumericalIntegral"
 
75
 
 
76
#: ../lib/library-strings.c:15
 
77
msgid "How many iterations to try for InfiniteSum and InfiniteProduct"
 
78
msgstr "How many iterations to try for InfiniteSum and InfiniteProduct"
 
79
 
 
80
#: ../lib/library-strings.c:16
 
81
msgid "How many successive steps to be within tolerance for InfiniteSum and InfiniteProduct"
 
82
msgstr "How many successive steps to be within tolerance for InfiniteSum and InfiniteProduct"
 
83
 
 
84
#: ../lib/library-strings.c:17
 
85
msgid "Tolerance for InfiniteSum and InfiniteProduct"
 
86
msgstr "Tolerance for InfiniteSum and InfiniteProduct"
 
87
 
 
88
#: ../lib/library-strings.c:18
 
89
#: ../src/eval.c:5930
 
90
msgid "Absolute value"
 
91
msgstr "Absolute value"
 
92
 
 
93
#: ../lib/library-strings.c:19
 
94
msgid "Replace very small number with zero"
 
95
msgstr "Replace very small number with zero"
 
96
 
 
97
#: ../lib/library-strings.c:20
 
98
msgid "Return the fractional part of a number"
 
99
msgstr "Return the fractional part of a number"
 
100
 
 
101
#: ../lib/library-strings.c:21
 
102
msgid "Division w/o remainder"
 
103
msgstr "Division w/o remainder"
 
104
 
 
105
#: ../lib/library-strings.c:22
 
106
msgid "Check if argument is a gaussian integer"
 
107
msgstr "Check if argument is a gaussian integer"
 
108
 
 
109
#: ../lib/library-strings.c:23
 
110
msgid "Return the sign (-1,0,1)"
 
111
msgstr "Return the sign (-1,0,1)"
 
112
 
 
113
#: ../lib/library-strings.c:24
 
114
msgid "Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not given, e is used"
 
115
msgstr "Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not given, e is used"
 
116
 
 
117
#: ../lib/library-strings.c:25
 
118
msgid "The arccos (inverse cos) function"
 
119
msgstr "The arccos (inverse cos) function"
 
120
 
 
121
#: ../lib/library-strings.c:26
 
122
msgid "The arccosh (inverse cosh) function"
 
123
msgstr "The arccosh (inverse cosh) function"
 
124
 
 
125
#: ../lib/library-strings.c:27
 
126
msgid "The arccot (inverse cot) function"
 
127
msgstr "The arccot (inverse cot) function"
 
128
 
 
129
#: ../lib/library-strings.c:28
 
130
msgid "The arccoth (inverse coth) function"
 
131
msgstr "The arccoth (inverse coth) function"
 
132
 
 
133
#: ../lib/library-strings.c:29
 
134
msgid "The inverse cosecant function"
 
135
msgstr "The inverse cosecant function"
 
136
 
 
137
#: ../lib/library-strings.c:30
 
138
msgid "The inverse hyperbolic cosecant function"
 
139
msgstr "The inverse hyperbolic cosecant function"
 
140
 
 
141
#: ../lib/library-strings.c:31
 
142
msgid "The inverse secant function"
 
143
msgstr "The inverse secant function"
 
144
 
 
145
#: ../lib/library-strings.c:32
 
146
msgid "The inverse hyperbolic secant function"
 
147
msgstr "The inverse hyperbolic secant function"
 
148
 
 
149
#: ../lib/library-strings.c:33
 
150
msgid "The arcsin (inverse sin) function"
 
151
msgstr "The arcsin (inverse sin) function"
 
152
 
 
153
#: ../lib/library-strings.c:34
 
154
msgid "The arcsinh (inverse sinh) function"
 
155
msgstr "The arcsinh (inverse sinh) function"
 
156
 
 
157
#: ../lib/library-strings.c:35
 
158
msgid "The arctanh (inverse tanh) function"
 
159
msgstr "The arctanh (inverse tanh) function"
 
160
 
 
161
#: ../lib/library-strings.c:36
 
162
msgid "The cotangent function"
 
163
msgstr "The cotangent function"
 
164
 
 
165
#: ../lib/library-strings.c:37
 
166
msgid "The hyperbolic cotangent function"
 
167
msgstr "The hyperbolic cotangent function"
 
168
 
 
169
#: ../lib/library-strings.c:38
 
170
msgid "The cosecant function"
 
171
msgstr "The cosecant function"
 
172
 
 
173
#: ../lib/library-strings.c:39
 
174
msgid "The hyperbolic cosecant function"
 
175
msgstr "The hyperbolic cosecant function"
 
176
 
 
177
#: ../lib/library-strings.c:40
 
178
msgid "The secant function"
 
179
msgstr "The secant function"
 
180
 
 
181
#: ../lib/library-strings.c:41
 
182
msgid "The hyperbolic secant function"
 
183
msgstr "The hyperbolic secant function"
 
184
 
 
185
#: ../lib/library-strings.c:42
 
186
msgid "The hyperbolic tangent function"
 
187
msgstr "The hyperbolic tangent function"
 
188
 
 
189
#: ../lib/library-strings.c:43
 
190
msgid "Are a and b relatively prime?"
 
191
msgstr "Are a and b relatively prime?"
 
192
 
 
193
#: ../lib/library-strings.c:44
 
194
msgid "Return the nth Bernoulli number"
 
195
msgstr "Return the nth Bernoulli number"
 
196
 
 
197
#: ../lib/library-strings.c:45
 
198
msgid "Find the x that solves the system given by the vector a and modulo the elements of m, using the Chinese Remainder Theorem"
 
199
msgstr "Find the x that solves the system given by the vector a and modulo the elements of m, using the Chinese Remainder Theorem"
 
200
 
 
201
#: ../lib/library-strings.c:46
 
202
msgid "Given two factorizations, give the factorization of the product, see Factorize"
 
203
msgstr "Given two factorisations, give the factorisation of the product, see Factorise"
 
204
 
 
205
#: ../lib/library-strings.c:47
 
206
msgid "Convert a vector of values indicating powers of b to a number"
 
207
msgstr "Convert a vector of values indicating powers of b to a number"
 
208
 
 
209
#: ../lib/library-strings.c:48
 
210
msgid "Convert a number to a vector of powers for elements in base b"
 
211
msgstr "Convert a number to a vector of powers for elements in base b"
 
212
 
 
213
#: ../lib/library-strings.c:49
 
214
msgid "Find discrete log of n base b in F_q where q is a prime using the Silver-Pohlig-Hellman algoritm"
 
215
msgstr "Find discrete log of n base b in F_q where q is a prime using the Silver-Pohlig-Hellman algoritm"
 
216
 
 
217
#: ../lib/library-strings.c:50
 
218
msgid "Compute phi(n), the Euler phi function, that is the number of integers between 1 and n relatively prime to n"
 
219
msgstr "Compute phi(n), the Euler phi function, that is the number of integers between 1 and n relatively prime to n"
 
220
 
 
221
#: ../lib/library-strings.c:51
 
222
msgid "Return all factors of a number"
 
223
msgstr "Return all factors of a number"
 
224
 
 
225
#: ../lib/library-strings.c:52
 
226
msgid "Attempt fermat factorization of n into (t-s)*(t+s), returns t and s as a vector if possible, null otherwise"
 
227
msgstr "Attempt fermat factorisation of n into (t-s)*(t+s), returns t and s as a vector if possible, null otherwise"
 
228
 
 
229
#: ../lib/library-strings.c:53
 
230
msgid "Find the first primitive element in F_q (q must be a prime)"
 
231
msgstr "Find the first primitive element in F_q (q must be a prime)"
 
232
 
 
233
#: ../lib/library-strings.c:54
 
234
msgid "Find a random primitive element in F_q (q must be a prime)"
 
235
msgstr "Find a random primitive element in F_q (q must be a prime)"
 
236
 
 
237
#: ../lib/library-strings.c:55
 
238
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."
 
239
msgstr "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."
 
240
 
 
241
#: ../lib/library-strings.c:56
 
242
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."
 
243
msgstr "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."
 
244
 
 
245
#: ../lib/library-strings.c:57
 
246
msgid "Tests if a rational number is a perfect power"
 
247
msgstr "Tests if a rational number is a perfect power"
 
248
 
 
249
#: ../lib/library-strings.c:58
 
250
msgid "Check if g is primitive in F_q, where q is a prime.  If q is not prime results are bogus."
 
251
msgstr "Check if g is primitive in F_q, where q is a prime.  If q is not prime results are erroneous."
 
252
 
 
253
#: ../lib/library-strings.c:59
 
254
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."
 
255
msgstr "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 erroneous."
 
256
 
 
257
#: ../lib/library-strings.c:60
 
258
msgid "If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
 
259
msgstr "If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
 
260
 
 
261
#: ../lib/library-strings.c:61
 
262
msgid "Test if n is a strong pseudoprime to base b but not a prime"
 
263
msgstr "Test if n is a strong pseudoprime to base b but not a prime"
 
264
 
 
265
#: ../lib/library-strings.c:62
 
266
msgid "Return the residue of a mod n with the least absolute value (in the interval -n/2 to n/2)"
 
267
msgstr "Return the residue of a mod n with the least absolute value (in the interval -n/2 to n/2)"
 
268
 
 
269
#: ../lib/library-strings.c:63
 
270
msgid "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
 
271
msgstr "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
 
272
 
 
273
#: ../lib/library-strings.c:64
 
274
msgid "Return all maximal prime power factors of a number"
 
275
msgstr "Return all maximal prime power factors of a number"
 
276
 
 
277
#: ../lib/library-strings.c:65
 
278
msgid "Return the Moebius mu function evaluated in n"
 
279
msgstr "Return the Moebius mu function evaluated in n"
 
280
 
 
281
#: ../lib/library-strings.c:66
 
282
msgid "Returns the padic valuation (number of trailing zeros in base p)."
 
283
msgstr "Returns the padic valuation (number of trailing zeros in base p)."
 
284
 
 
285
#: ../lib/library-strings.c:67
 
286
msgid "Compute a^b mod m"
 
287
msgstr "Compute a^b mod m"
 
288
 
 
289
#: ../lib/library-strings.c:68
 
290
msgid "Return all prime factors of a number"
 
291
msgstr "Return all prime factors of a number"
 
292
 
 
293
#: ../lib/library-strings.c:69
 
294
msgid "Pseudoprime test, true iff b^(n-1) == 1 (mod n)"
 
295
msgstr "Pseudoprime test, true iff b^(n-1) == 1 (mod n)"
 
296
 
 
297
#: ../lib/library-strings.c:70
 
298
msgid "Removes all instances of the factor m from the number n"
 
299
msgstr "Removes all instances of the factor m from the number n"
 
300
 
 
301
#: ../lib/library-strings.c:71
 
302
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"
 
303
msgstr "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 factorisation of q-1"
 
304
 
 
305
#: ../lib/library-strings.c:72
 
306
msgid "Find square root of n mod p (a prime). Null is returned if not a quadratic residue."
 
307
msgstr "Find square root of n mod p (a prime). Null is returned if not a quadratic residue."
 
308
 
 
309
#: ../lib/library-strings.c:73
 
310
msgid "Apply a function over all entries of a matrix and return a matrix of the results"
 
311
msgstr "Apply a function over all entries of a matrix and return a matrix of the results"
 
312
 
 
313
#: ../lib/library-strings.c:74
 
314
msgid "Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) and return a matrix of the results"
 
315
msgstr "Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) and return a matrix of the results"
 
316
 
 
317
#: ../lib/library-strings.c:75
 
318
msgid "Remove column(s) and row(s) from a matrix"
 
319
msgstr "Remove column(s) and row(s) from a matrix"
 
320
 
 
321
#: ../lib/library-strings.c:76
 
322
msgid "Calculate the kth compund matrix of A"
 
323
msgstr "Calculate the kth compund matrix of A"
 
324
 
 
325
#: ../lib/library-strings.c:77
 
326
msgid "Delete a column of a matrix"
 
327
msgstr "Delete a column of a matrix"
 
328
 
 
329
#: ../lib/library-strings.c:78
 
330
msgid "Delete a row of a matrix"
 
331
msgstr "Delete a row of a matrix"
 
332
 
 
333
#: ../lib/library-strings.c:79
 
334
msgid "Get the dot product of two vectors (no conjugates)"
 
335
msgstr "Get the dot product of two vectors (no conjugates)"
 
336
 
 
337
#: ../lib/library-strings.c:80
 
338
msgid "Is a matrix diagonal"
 
339
msgstr "Is a matrix diagonal"
 
340
 
 
341
#: ../lib/library-strings.c:81
 
342
msgid "Is a matrix lower triangular"
 
343
msgstr "Is a matrix lower triangular"
 
344
 
 
345
#: ../lib/library-strings.c:82
 
346
msgid "Is a matrix upper triangular"
 
347
msgstr "Is a matrix upper triangular"
 
348
 
 
349
#: ../lib/library-strings.c:83
 
350
msgid "Is argument a horizontal or a vertical vector"
 
351
msgstr "Is argument a horizontal or a vertical vector"
 
352
 
 
353
#: ../lib/library-strings.c:84
 
354
msgid "Zero out entries above the diagonal"
 
355
msgstr "Zero out entries above the diagonal"
 
356
 
 
357
#: ../lib/library-strings.c:85
 
358
msgid "Make diagonal matrix from a vector"
 
359
msgstr "Make diagonal matrix from a vector"
 
360
 
 
361
#: ../lib/library-strings.c:86
 
362
msgid "Make column vector out of matrix by putting columns above each other"
 
363
msgstr "Make column vector out of matrix by putting columns above each other"
 
364
 
 
365
#: ../lib/library-strings.c:87
 
366
msgid "Calculate the product of all elements in a matrix"
 
367
msgstr "Calculate the product of all elements in a matrix"
 
368
 
 
369
#: ../lib/library-strings.c:88
 
370
msgid "Calculate the sum of all elements in a matrix"
 
371
msgstr "Calculate the sum of all elements in a matrix"
 
372
 
 
373
#: ../lib/library-strings.c:89
 
374
msgid "Calculate the sum of squares of all elements in a matrix"
 
375
msgstr "Calculate the sum of squares of all elements in a matrix"
 
376
 
 
377
#: ../lib/library-strings.c:90
 
378
msgid "Get the outer product of two vectors"
 
379
msgstr "Get the outer product of two vectors"
 
380
 
 
381
#: ../lib/library-strings.c:91
 
382
msgid "Reverse elements in a vector"
 
383
msgstr "Reverse elements in a vector"
 
384
 
 
385
#: ../lib/library-strings.c:92
 
386
msgid "Calculate sum of each row in a matrix"
 
387
msgstr "Calculate sum of each row in a matrix"
 
388
 
 
389
#: ../lib/library-strings.c:93
 
390
msgid "Calculate sum of squares of each row in a matrix"
 
391
msgstr "Calculate sum of squares of each row in a matrix"
 
392
 
 
393
#: ../lib/library-strings.c:94
 
394
msgid "Sort vector elements"
 
395
msgstr "Sort vector elements"
 
396
 
 
397
#: ../lib/library-strings.c:95
 
398
msgid "Removes any all-zero rows of M"
 
399
msgstr "Removes any all-zero rows of M"
 
400
 
 
401
#: ../lib/library-strings.c:96
 
402
msgid "Return column(s) and row(s) from a matrix"
 
403
msgstr "Return column(s) and row(s) from a matrix"
 
404
 
 
405
#: ../lib/library-strings.c:97
 
406
msgid "Swap two rows in a matrix"
 
407
msgstr "Swap two rows in a matrix"
 
408
 
 
409
#: ../lib/library-strings.c:98
 
410
msgid "Zero out entries below the diagonal"
 
411
msgstr "Zero out entries below the diagonal"
 
412
 
 
413
#: ../lib/library-strings.c:99
 
414
msgid "Get the auxilliary unit matrix of size n"
 
415
msgstr "Get the auxilliary unit matrix of size n"
 
416
 
 
417
#: ../lib/library-strings.c:100
 
418
msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
 
419
msgstr "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
 
420
 
 
421
#: ../lib/library-strings.c:101
 
422
msgid "Return a function that evaluates two vectors with respect to the bilinear form given by A"
 
423
msgstr "Return a function that evaluates two vectors with respect to the bilinear form given by A"
 
424
 
 
425
#: ../lib/library-strings.c:102
 
426
msgid "Get the characteristic polynomial as a vector"
 
427
msgstr "Get the characteristic polynomial as a vector"
 
428
 
 
429
#: ../lib/library-strings.c:103
 
430
msgid "Get the characteristic polynomial as a function"
 
431
msgstr "Get the characteristic polynomial as a function"
 
432
 
 
433
#: ../lib/library-strings.c:104
 
434
msgid "Get a basis matrix for the columnspace of a matrix"
 
435
msgstr "Get a basis matrix for the columnspace of a matrix"
 
436
 
 
437
#: ../lib/library-strings.c:105
 
438
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."
 
439
msgstr "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."
 
440
 
 
441
#: ../lib/library-strings.c:106
 
442
msgid "Companion matrix of a polynomial (as vector)"
 
443
msgstr "Companion matrix of a polynomial (as vector)"
 
444
 
 
445
#: ../lib/library-strings.c:107
 
446
msgid "Conjugate transpose of a matrix (adjoint)"
 
447
msgstr "Conjugate transpose of a matrix (adjoint)"
 
448
 
 
449
#: ../lib/library-strings.c:108
 
450
#: ../lib/library-strings.c:109
 
451
msgid "Calculate convolution of two horizontal vectors"
 
452
msgstr "Calculate convolution of two horizontal vectors"
 
453
 
 
454
#: ../lib/library-strings.c:110
 
455
msgid "CrossProduct of two vectors in R^3"
 
456
msgstr "CrossProduct of two vectors in R^3"
 
457
 
 
458
#: ../lib/library-strings.c:111
 
459
msgid "Get the determinantal divisors of an integer matrix (not its characteristic)"
 
460
msgstr "Get the determinantal divisors of an integer matrix (not its characteristic)"
 
461
 
 
462
#: ../lib/library-strings.c:112
 
463
msgid "Direct sum of matrices"
 
464
msgstr "Direct sum of matrices"
 
465
 
 
466
#: ../lib/library-strings.c:113
 
467
msgid "Direct sum of a vector of matrices"
 
468
msgstr "Direct sum of a vector of matrices"
 
469
 
 
470
#: ../lib/library-strings.c:114
 
471
msgid "Get the eigenvalues of a matrix (Currently only for up to 3x3 or triangular matrices)"
 
472
msgstr "Get the eigenvalues of a matrix (Currently only for up to 3x3 or triangular matrices)"
 
473
 
 
474
#: ../lib/library-strings.c:115
 
475
msgid "Apply the Gram-Schmidt process (to the columns) with respect to inner product given by B (if not given use hermitian product)"
 
476
msgstr "Apply the Gram-Schmidt process (to the columns) with respect to inner product given by B (if not given use hermitian product)"
 
477
 
 
478
#: ../lib/library-strings.c:116
 
479
msgid "Hankel matrix"
 
480
msgstr "Hankel matrix"
 
481
 
 
482
#: ../lib/library-strings.c:117
 
483
msgid "Hilbert matrix of order n"
 
484
msgstr "Hilbert matrix of order n"
 
485
 
 
486
#: ../lib/library-strings.c:118
 
487
msgid "Get the image (columnspace) of a linear transform"
 
488
msgstr "Get the image (columnspace) of a linear transform"
 
489
 
 
490
#: ../lib/library-strings.c:119
 
491
msgid "Get the Inf Norm of a vector"
 
492
msgstr "Get the Inf Norm of a vector"
 
493
 
 
494
#: ../lib/library-strings.c:120
 
495
msgid "Get the invariant factors of a square integer matrix (not its characteristic)"
 
496
msgstr "Get the invariant factors of a square integer matrix (not its characteristic)"
 
497
 
 
498
#: ../lib/library-strings.c:121
 
499
msgid "Inverse Hilbert matrix of order n"
 
500
msgstr "Inverse Hilbert matrix of order n"
 
501
 
 
502
#: ../lib/library-strings.c:122
 
503
msgid "Is a matrix hermitian"
 
504
msgstr "Is a matrix hermitian"
 
505
 
 
506
#: ../lib/library-strings.c:123
 
507
msgid "Test if a vector is in a subspace"
 
508
msgstr "Test if a vector is in a subspace"
 
509
 
 
510
#: ../lib/library-strings.c:124
 
511
msgid "Is a matrix (or number) invertible (Integer matrix is invertible iff it's invertible over the integers)"
 
512
msgstr "Is a matrix (or number) invertible (Integer matrix is invertible iff it's invertible over the integers)"
 
513
 
 
514
#: ../lib/library-strings.c:125
 
515
msgid "Is a matrix (or number) invertible over a field"
 
516
msgstr "Is a matrix (or number) invertible over a field"
 
517
 
 
518
#: ../lib/library-strings.c:126
 
519
msgid "Is a matrix normal"
 
520
msgstr "Is a matrix normal"
 
521
 
 
522
#: ../lib/library-strings.c:127
 
523
msgid "Is a matrix positive definite"
 
524
msgstr "Is a matrix positive definite"
 
525
 
 
526
#: ../lib/library-strings.c:128
 
527
msgid "Is a matrix positive semidefinite"
 
528
msgstr "Is a matrix positive semidefinite"
 
529
 
 
530
#: ../lib/library-strings.c:129
 
531
msgid "Is a matrix skew-hermitian"
 
532
msgstr "Is a matrix skew-hermitian"
 
533
 
 
534
#: ../lib/library-strings.c:130
 
535
msgid "Is a matrix unitary"
 
536
msgstr "Is a matrix unitary"
 
537
 
 
538
#: ../lib/library-strings.c:131
 
539
msgid "Get the jordan block corresponding to lambda and n"
 
540
msgstr "Get the jordan block corresponding to lambda and n"
 
541
 
 
542
#: ../lib/library-strings.c:132
 
543
msgid "Get the kernel (nullspace) of a linear transform"
 
544
msgstr "Get the kernel (nullspace) of a linear transform"
 
545
 
 
546
#: ../lib/library-strings.c:133
 
547
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."
 
548
msgstr "Get the LU decomposition of A and store the result in the L and U which should be references.  If not possible returns false."
 
549
 
 
550
#: ../lib/library-strings.c:134
 
551
msgid "Get the i-j minor of a matrix"
 
552
msgstr "Get the i-j minor of a matrix"
 
553
 
 
554
#: ../lib/library-strings.c:135
 
555
msgid "Return the columns that are not the pivot columns of a matrix"
 
556
msgstr "Return the columns that are not the pivot columns of a matrix"
 
557
 
 
558
#: ../lib/library-strings.c:136
 
559
msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
 
560
msgstr "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
 
561
 
 
562
#: ../lib/library-strings.c:137
 
563
msgid "Get the nullspace of a matrix"
 
564
msgstr "Get the nullspace of a matrix"
 
565
 
 
566
#: ../lib/library-strings.c:138
 
567
msgid "Get the nullity of a matrix"
 
568
msgstr "Get the nullity of a matrix"
 
569
 
 
570
#: ../lib/library-strings.c:139
 
571
msgid "Get the orthogonal complement of the columnspace"
 
572
msgstr "Get the orthogonal complement of the columnspace"
 
573
 
 
574
#: ../lib/library-strings.c:140
 
575
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"
 
576
msgstr "Return pivot columns of a matrix, that is columns which have a leading 1 in rref form, also returns the row where they occur"
 
577
 
 
578
#: ../lib/library-strings.c:141
 
579
msgid "Projection of vector v onto subspace W given a sesquilinear form B (if not given use hermitian product)"
 
580
msgstr "Projection of vector v onto subspace W given a sesquilinear form B (if not given use hermitian product)"
 
581
 
 
582
#: ../lib/library-strings.c:142
 
583
msgid "Get the QR decomposition of A, returns R and Q can be a reference"
 
584
msgstr "Get the QR decomposition of A, returns R and Q can be a reference"
 
585
 
 
586
#: ../lib/library-strings.c:143
 
587
msgid "Get the rank of a matrix"
 
588
msgstr "Get the rank of a matrix"
 
589
 
 
590
#: ../lib/library-strings.c:144
 
591
msgid "Return the Rayleigh quotient of a matrix and a vector"
 
592
msgstr "Return the Rayleigh quotient of a matrix and a vector"
 
593
 
 
594
#: ../lib/library-strings.c:145
 
595
msgid "Rosser matrix, a classic symmetric eigenvalue test problem"
 
596
msgstr "Rosser matrix, a classic symmetric eigenvalue test problem"
 
597
 
 
598
#: ../lib/library-strings.c:146
 
599
msgid "Rotation around origin in R^2"
 
600
msgstr "Rotation around origin in R^2"
 
601
 
 
602
#: ../lib/library-strings.c:147
 
603
msgid "Rotation around origin in R^3 about the x-axis"
 
604
msgstr "Rotation around origin in R^3 about the x-axis"
 
605
 
 
606
#: ../lib/library-strings.c:148
 
607
msgid "Rotation around origin in R^3 about the y-axis"
 
608
msgstr "Rotation around origin in R^3 about the y-axis"
 
609
 
 
610
#: ../lib/library-strings.c:149
 
611
msgid "Rotation around origin in R^3 about the z-axis"
 
612
msgstr "Rotation around origin in R^3 about the z-axis"
 
613
 
 
614
#: ../lib/library-strings.c:150
 
615
msgid "Get a basis matrix for the rowspace of a matrix"
 
616
msgstr "Get a basis matrix for the rowspace of a matrix"
 
617
 
 
618
#: ../lib/library-strings.c:151
 
619
msgid "Evaluate (v,w) with respect to the sesquilinear form given by the matrix A"
 
620
msgstr "Evaluate (v,w) with respect to the sesquilinear form given by the matrix A"
 
621
 
 
622
#: ../lib/library-strings.c:152
 
623
msgid "Return a function that evaluates two vectors with respect to the sesquilinear form given by A"
 
624
msgstr "Return a function that evaluates two vectors with respect to the sesquilinear form given by A"
 
625
 
 
626
#: ../lib/library-strings.c:153
 
627
msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)"
 
628
msgstr "Smith Normal Form for fields (will end up with 1's on the diagonal)"
 
629
 
 
630
#: ../lib/library-strings.c:154
 
631
msgid "Smith Normal Form for square integer matrices (not its characteristic)"
 
632
msgstr "Smith Normal Form for square integer matrices (not its characteristic)"
 
633
 
 
634
#: ../lib/library-strings.c:155
 
635
msgid "Return the Toeplitz matrix constructed given the first column c and (optionally) the first row r."
 
636
msgstr "Return the Toeplitz matrix constructed given the first column c and (optionally) the first row r."
 
637
 
 
638
#: ../lib/library-strings.c:156
 
639
msgid "Calculate the trace of a matrix"
 
640
msgstr "Calculate the trace of a matrix"
 
641
 
 
642
#: ../lib/library-strings.c:157
 
643
msgid "Transpose of a matrix"
 
644
msgstr "Transpose of a matrix"
 
645
 
 
646
#: ../lib/library-strings.c:158
 
647
msgid "Return the Vandermonde matrix"
 
648
msgstr "Return the Vandermonde matrix"
 
649
 
 
650
#: ../lib/library-strings.c:159
 
651
msgid "The angle of two vectors, given an inner product"
 
652
msgstr "The angle of two vectors, given an inner product"
 
653
 
 
654
#: ../lib/library-strings.c:160
 
655
msgid "The direct sum of the vector spaces M and N"
 
656
msgstr "The direct sum of the vector spaces M and N"
 
657
 
 
658
#: ../lib/library-strings.c:161
 
659
msgid "Intersection of the subspaces given by M and N"
 
660
msgstr "Intersection of the subspaces given by M and N"
 
661
 
 
662
#: ../lib/library-strings.c:162
 
663
msgid "The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
 
664
msgstr "The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
 
665
 
 
666
#: ../lib/library-strings.c:163
 
667
msgid "Get the classical adjoint (adjugate) of a matrix"
 
668
msgstr "Get the classical adjoint (adjugate) of a matrix"
 
669
 
 
670
#: ../lib/library-strings.c:164
 
671
msgid "Compute the Column Reduced Echelon Form"
 
672
msgstr "Compute the Column Reduced Echelon Form"
 
673
 
 
674
#: ../lib/library-strings.c:165
 
675
msgid "Get n'th catalan number"
 
676
msgstr "Get n'th catalan number"
 
677
 
 
678
#: ../lib/library-strings.c:166
 
679
msgid "Double factorial: n(n-2)(n-4)..."
 
680
msgstr "Double factorial: n(n-2)(n-4)..."
 
681
 
 
682
#: ../lib/library-strings.c:167
 
683
msgid "Factorial: n(n-1)(n-2)..."
 
684
msgstr "Factorial: n(n-1)(n-2)..."
 
685
 
 
686
#: ../lib/library-strings.c:168
 
687
msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
 
688
msgstr "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
 
689
 
 
690
#: ../lib/library-strings.c:169
 
691
msgid "Calculate n'th fibbonachi number"
 
692
msgstr "Calculate n'th fibbonachi number"
 
693
 
 
694
#: ../lib/library-strings.c:170
 
695
msgid "Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))"
 
696
msgstr "Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))"
 
697
 
 
698
#: ../lib/library-strings.c:171
 
699
msgid "Harmonic Number, the nth harmonic number of order r"
 
700
msgstr "Harmonic Number, the nth harmonic number of order r"
 
701
 
 
702
#: ../lib/library-strings.c:172
 
703
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))"
 
704
msgstr "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))"
 
705
 
 
706
#: ../lib/library-strings.c:173
 
707
msgid "Compute linear recursive sequence using galois stepping"
 
708
msgstr "Compute linear recursive sequence using galois stepping"
 
709
 
 
710
#: ../lib/library-strings.c:174
 
711
msgid "Calculate multinomial coefficients"
 
712
msgstr "Calculate multinomial coefficients"
 
713
 
 
714
#: ../lib/library-strings.c:175
 
715
msgid "Get the pascal's triangle as a matrix"
 
716
msgstr "Get the pascal's triangle as a matrix"
 
717
 
 
718
#: ../lib/library-strings.c:176
 
719
msgid "(Puchhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
 
720
msgstr "(Puchhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
 
721
 
 
722
#: ../lib/library-strings.c:177
 
723
msgid "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!"
 
724
msgstr "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!"
 
725
 
 
726
#: ../lib/library-strings.c:178
 
727
msgid "Calculate the nth triangular number"
 
728
msgstr "Calculate the nth triangular number"
 
729
 
 
730
#: ../lib/library-strings.c:179
 
731
msgid "Calculate combinations (binomial coefficient)"
 
732
msgstr "Calculate combinations (binomial coefficient)"
 
733
 
 
734
#: ../lib/library-strings.c:180
 
735
msgid "Calculate permutations"
 
736
msgstr "Calculate permutations"
 
737
 
 
738
#: ../lib/library-strings.c:181
 
739
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"
 
740
msgstr "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"
 
741
 
 
742
#: ../lib/library-strings.c:182
 
743
msgid "Attempt to calculate derivative by trying first symbolically and then numerically"
 
744
msgstr "Attempt to calculate derivative by trying first symbolically and then numerically"
 
745
 
 
746
#: ../lib/library-strings.c:183
 
747
msgid "Try to calculate an infinite product for a single parameter function"
 
748
msgstr "Try to calculate an infinite product for a single parameter function"
 
749
 
 
750
#: ../lib/library-strings.c:184
 
751
msgid "Try to calculate an infinite product for a double parameter function with func(arg,n)"
 
752
msgstr "Try to calculate an infinite product for a double parameter function with func(arg,n)"
 
753
 
 
754
#: ../lib/library-strings.c:185
 
755
msgid "Try to calculate an infinite sum for a single parameter function"
 
756
msgstr "Try to calculate an infinite sum for a single parameter function"
 
757
 
 
758
#: ../lib/library-strings.c:186
 
759
msgid "Try to calculate an infinite sum for a double parameter function with func(arg,n)"
 
760
msgstr "Try to calculate an infinite sum for a double parameter function with func(arg,n)"
 
761
 
 
762
#: ../lib/library-strings.c:187
 
763
msgid "Try and see if a real-valued function is continuous at x0 by calculating the limit there"
 
764
msgstr "Try and see if a real-valued function is continuous at x0 by calculating the limit there"
 
765
 
 
766
#: ../lib/library-strings.c:188
 
767
msgid "Test for differentiability by approximating the left and right limits and comparing"
 
768
msgstr "Test for differentiability by approximating the left and right limits and comparing"
 
769
 
 
770
#: ../lib/library-strings.c:189
 
771
msgid "Calculate the left limit of a real-valued function at x0"
 
772
msgstr "Calculate the left limit of a real-valued function at x0"
 
773
 
 
774
#: ../lib/library-strings.c:190
 
775
msgid "Calculate the limit of a real-valued function at x0.  Tries to calculate both left and right limits."
 
776
msgstr "Calculate the limit of a real-valued function at x0.  Tries to calculate both left and right limits."
 
777
 
 
778
#: ../lib/library-strings.c:191
 
779
msgid "Integration by midpoint rule"
 
780
msgstr "Integration by midpoint rule"
 
781
 
 
782
#: ../lib/library-strings.c:192
 
783
msgid "Attempt to calculate numerical derivative"
 
784
msgstr "Attempt to calculate numerical derivative"
 
785
 
 
786
#: ../lib/library-strings.c:193
 
787
msgid "Integration by rule set in NumericalIntegralFunction of f from a to b using NumericalIntegralSteps steps"
 
788
msgstr "Integration by rule set in NumericalIntegralFunction of f from a to b using NumericalIntegralSteps steps"
 
789
 
 
790
#: ../lib/library-strings.c:194
 
791
msgid "Attempt to calculate numerical left derivative"
 
792
msgstr "Attempt to calculate numerical left derivative"
 
793
 
 
794
#: ../lib/library-strings.c:195
 
795
msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
 
796
msgstr "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
 
797
 
 
798
#: ../lib/library-strings.c:196
 
799
msgid "Attempt to calculate numerical right derivative"
 
800
msgstr "Attempt to calculate numerical right derivative"
 
801
 
 
802
#: ../lib/library-strings.c:197
 
803
msgid "Compute one-sided derivative using five point formula"
 
804
msgstr "Compute one-sided derivative using five point formula"
 
805
 
 
806
#: ../lib/library-strings.c:198
 
807
msgid "Compute one-sided derivative using three-point formula"
 
808
msgstr "Compute one-sided derivative using three-point formula"
 
809
 
 
810
#: ../lib/library-strings.c:199
 
811
msgid "Calculate the right limit of a real-valued function at x0"
 
812
msgstr "Calculate the right limit of a real-valued function at x0"
 
813
 
 
814
#: ../lib/library-strings.c:200
 
815
msgid "Compute two-sided derivative using five-point formula"
 
816
msgstr "Compute two-sided derivative using five-point formula"
 
817
 
 
818
#: ../lib/library-strings.c:201
 
819
msgid "Compute two-sided derivative using three-point formula"
 
820
msgstr "Compute two-sided derivative using three-point formula"
 
821
 
 
822
#: ../lib/library-strings.c:202
 
823
msgid "argument (angle) of complex number"
 
824
msgstr "argument (angle) of complex number"
 
825
 
 
826
#: ../lib/library-strings.c:203
 
827
msgid "Dirichlet kernel of order n"
 
828
msgstr "Dirichlet kernel of order n"
 
829
 
 
830
#: ../lib/library-strings.c:204
 
831
msgid "Returns 1 iff all elements are zero"
 
832
msgstr "Returns 1 iff all elements are zero"
 
833
 
 
834
#: ../lib/library-strings.c:205
 
835
msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
 
836
msgstr "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
 
837
 
 
838
#: ../lib/library-strings.c:206
 
839
msgid "Fejer kernel of order n"
 
840
msgstr "Fejer kernel of order n"
 
841
 
 
842
#: ../lib/library-strings.c:207
 
843
msgid "Returns 1 iff all elements are equal"
 
844
msgstr "Returns 1 iff all elements are equal"
 
845
 
 
846
#: ../lib/library-strings.c:208
 
847
msgid "Find the first value where f(x)=0"
 
848
msgstr "Find the first value where f(x)=0"
 
849
 
 
850
#: ../lib/library-strings.c:209
 
851
msgid "Moebius mapping of the disk to itself mapping a to 0"
 
852
msgstr "Moebius mapping of the disk to itself mapping a to 0"
 
853
 
 
854
#: ../lib/library-strings.c:210
 
855
msgid "Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity respectively"
 
856
msgstr "Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity respectively"
 
857
 
 
858
#: ../lib/library-strings.c:211
 
859
msgid "Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 to 1 and 0 respectively"
 
860
msgstr "Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 to 1 and 0 respectively"
 
861
 
 
862
#: ../lib/library-strings.c:212
 
863
msgid "Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 and infinity respectively"
 
864
msgstr "Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 and infinity respectively"
 
865
 
 
866
#: ../lib/library-strings.c:213
 
867
msgid "Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 and infinity respectively"
 
868
msgstr "Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 and infinity respectively"
 
869
 
 
870
#: ../lib/library-strings.c:214
 
871
msgid "Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is 2pi)"
 
872
msgstr "Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is 2pi)"
 
873
 
 
874
#: ../lib/library-strings.c:215
 
875
msgid "Poisson kernel on D(0,R) (not normalized to 1)"
 
876
msgstr "Poisson kernel on D(0,R) (not normalized to 1)"
 
877
 
 
878
#: ../lib/library-strings.c:216
 
879
msgid "The unit step function = 0 for x<0, 1 otherwise.  This is the integral of the Dirac Delta function."
 
880
msgstr "The unit step function = 0 for x<0, 1 otherwise.  This is the integral of the Dirac Delta function."
 
881
 
 
882
#: ../lib/library-strings.c:217
 
883
msgid "The cis function, that is cos(x)+i*sin(x)"
 
884
msgstr "The cis function, that is cos(x)+i*sin(x)"
 
885
 
 
886
#: ../lib/library-strings.c:218
 
887
msgid "Convert degrees to radians"
 
888
msgstr "Convert degrees to radians"
 
889
 
 
890
#: ../lib/library-strings.c:219
 
891
msgid "Convert radians to degrees"
 
892
msgstr "Convert radians to degrees"
 
893
 
 
894
#: ../lib/library-strings.c:220
 
895
msgid "Find roots of a cubic polynomial (given as vector of coefficients)"
 
896
msgstr "Find roots of a cubic polynomial (given as vector of coefficients)"
 
897
 
 
898
#: ../lib/library-strings.c:221
 
899
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"
 
900
msgstr "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"
 
901
 
 
902
#: ../lib/library-strings.c:222
 
903
msgid "Find root of a function using the bisection method"
 
904
msgstr "Find root of a function using the bisection method"
 
905
 
 
906
#: ../lib/library-strings.c:223
 
907
msgid "Find root of a function using the method of false position"
 
908
msgstr "Find root of a function using the method of false position"
 
909
 
 
910
#: ../lib/library-strings.c:224
 
911
msgid "Find root of a function using the Muller's method"
 
912
msgstr "Find root of a function using the Muller's method"
 
913
 
 
914
#: ../lib/library-strings.c:225
 
915
msgid "Find root of a function using the secant method"
 
916
msgstr "Find root of a function using the secant method"
 
917
 
 
918
#: ../lib/library-strings.c:226
 
919
msgid "Find roots of a polynomial (given as vector of coefficients)"
 
920
msgstr "Find roots of a polynomial (given as vector of coefficients)"
 
921
 
 
922
#: ../lib/library-strings.c:227
 
923
msgid "Find roots of a quadratic polynomial (given as vector of coefficients)"
 
924
msgstr "Find roots of a quadratic polynomial (given as vector of coefficients)"
 
925
 
 
926
#: ../lib/library-strings.c:228
 
927
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"
 
928
msgstr "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"
 
929
 
 
930
#: ../lib/library-strings.c:229
 
931
msgid "Calculate average of an entire matrix"
 
932
msgstr "Calculate average of an entire matrix"
 
933
 
 
934
#: ../lib/library-strings.c:230
 
935
msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)"
 
936
msgstr "Integral of the GaussFunction from 0 to x (area under the normal curve)"
 
937
 
 
938
#: ../lib/library-strings.c:231
 
939
msgid "The normalized Gauss distribution function (the normal curve)"
 
940
msgstr "The normalized Gauss distribution function (the normal curve)"
 
941
 
 
942
#: ../lib/library-strings.c:232
 
943
msgid "Calculate median of an entire matrix"
 
944
msgstr "Calculate median of an entire matrix"
 
945
 
 
946
#: ../lib/library-strings.c:233
 
947
msgid "Calculate the population standard deviation of a whole matrix"
 
948
msgstr "Calculate the population standard deviation of a whole matrix"
 
949
 
 
950
#: ../lib/library-strings.c:234
 
951
msgid "Calculate average of each row in a matrix"
 
952
msgstr "Calculate average of each row in a matrix"
 
953
 
 
954
#: ../lib/library-strings.c:235
 
955
msgid "Calculate median of each row in a matrix"
 
956
msgstr "Calculate median of each row in a matrix"
 
957
 
 
958
#: ../lib/library-strings.c:236
 
959
msgid "Calculate the population standard deviations of rows of a matrix and return a vertical vector"
 
960
msgstr "Calculate the population standard deviations of rows of a matrix and return a vertical vector"
 
961
 
 
962
#: ../lib/library-strings.c:237
 
963
msgid "Calculate the standard deviations of rows of a matrix and return a vertical vector"
 
964
msgstr "Calculate the standard deviations of rows of a matrix and return a vertical vector"
 
965
 
 
966
#: ../lib/library-strings.c:238
 
967
msgid "Calculate the standard deviation of a whole matrix"
 
968
msgstr "Calculate the standard deviation of a whole matrix"
 
969
 
 
970
#: ../lib/library-strings.c:239
 
971
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)"
 
972
msgstr "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)"
 
973
 
 
974
#: ../lib/library-strings.c:240
 
975
msgid "Returns a set where every element of X appears only once"
 
976
msgstr "Returns a set where every element of X appears only once"
 
977
 
 
978
#: ../lib/library-strings.c:241
 
979
msgid "Returns a set theoretic union of X and Y (X and Y are vectors pretending to be sets)"
 
980
msgstr "Returns a set theoretic union of X and Y (X and Y are vectors pretending to be sets)"
 
981
 
 
982
#: ../lib/library-strings.c:242
 
983
msgid "Attempt to symbolically differentiate a function n times"
 
984
msgstr "Attempt to symbolically differentiate a function n times"
 
985
 
 
986
#: ../lib/library-strings.c:243
 
987
msgid "Attempt to symbolically differentiate a function n times quietly and return null on failure"
 
988
msgstr "Attempt to symbolically differentiate a function n times quietly and return null on failure"
 
989
 
 
990
#: ../lib/library-strings.c:244
 
991
msgid "Attempt to construct the taylor approximation function around x0 to the nth degree."
 
992
msgstr "Attempt to construct the taylor approximation function around x0 to the nth degree."
18
993
 
19
994
#: ../src/calc.c:187
20
995
msgid "Uncategorized"
24
999
msgid "Trying to set an alias for an alias"
25
1000
msgstr "Trying to set an alias for an alias"
26
1001
 
27
 
#: ../src/calc.c:935
 
1002
#: ../src/calc.c:939
28
1003
msgid "Bad identifier for function node!"
29
1004
msgstr "Bad identifier for function node!"
30
1005
 
31
 
#: ../src/calc.c:973 ../src/eval.c:6249 ../src/eval.c:6441
 
1006
#: ../src/calc.c:977
 
1007
#: ../src/eval.c:6382
 
1008
#: ../src/eval.c:6576
32
1009
msgid "Unexpected operator!"
33
1010
msgstr "Unexpected operator!"
34
1011
 
35
1012
#. FIXME:
36
 
#: ../src/calc.c:1162
 
1013
#: ../src/calc.c:1166
37
1014
msgid "Cannot currently print polynomials of more than 3 vars"
38
1015
msgstr "Cannot currently print polynomials of more than 3 vars"
39
1016
 
40
 
#: ../src/calc.c:1237
 
1017
#: ../src/calc.c:1241
41
1018
msgid "NULL tree!"
42
1019
msgstr "NULL tree!"
43
1020
 
44
 
#: ../src/calc.c:1312
 
1021
#: ../src/calc.c:1316
45
1022
msgid "NULL function!"
46
1023
msgstr "NULL function!"
47
1024
 
48
1025
#. variable and reference functions should
49
1026
#. never be in the etree
50
 
#: ../src/calc.c:1341
 
1027
#: ../src/calc.c:1345
51
1028
msgid "Unexpected function type!"
52
1029
msgstr "Unexpected function type!"
53
1030
 
54
 
#: ../src/calc.c:1356 ../src/eval.c:6669
 
1031
#: ../src/calc.c:1360
 
1032
#: ../src/eval.c:6812
55
1033
msgid "Unexpected node!"
56
1034
msgstr "Unexpected node!"
57
1035
 
58
 
#: ../src/calc.c:1764
 
1036
#: ../src/calc.c:1769
59
1037
#, c-format
60
1038
msgid "File '%s' is a wrong version of GEL"
61
1039
msgstr "File '%s' is a wrong version of GEL"
62
1040
 
63
 
#: ../src/calc.c:1812 ../src/calc.c:1821 ../src/calc.c:1826 ../src/calc.c:1835
64
 
#: ../src/calc.c:1840 ../src/calc.c:1849 ../src/calc.c:1854 ../src/calc.c:1863
65
 
#: ../src/calc.c:1868 ../src/calc.c:1879 ../src/calc.c:1884 ../src/calc.c:1895
66
 
#: ../src/calc.c:1902 ../src/calc.c:1915 ../src/calc.c:1921 ../src/calc.c:1928
67
 
#: ../src/calc.c:1937 ../src/calc.c:1943 ../src/calc.c:1950 ../src/calc.c:1956
68
 
#: ../src/calc.c:1965 ../src/calc.c:1975
 
1041
#: ../src/calc.c:1817
 
1042
#: ../src/calc.c:1826
 
1043
#: ../src/calc.c:1831
 
1044
#: ../src/calc.c:1840
 
1045
#: ../src/calc.c:1845
 
1046
#: ../src/calc.c:1854
 
1047
#: ../src/calc.c:1859
 
1048
#: ../src/calc.c:1868
 
1049
#: ../src/calc.c:1873
 
1050
#: ../src/calc.c:1884
 
1051
#: ../src/calc.c:1889
 
1052
#: ../src/calc.c:1900
 
1053
#: ../src/calc.c:1907
 
1054
#: ../src/calc.c:1920
 
1055
#: ../src/calc.c:1926
 
1056
#: ../src/calc.c:1933
 
1057
#: ../src/calc.c:1942
 
1058
#: ../src/calc.c:1953
 
1059
#: ../src/calc.c:1959
 
1060
#: ../src/calc.c:1966
 
1061
#: ../src/calc.c:1972
 
1062
#: ../src/calc.c:1981
 
1063
#: ../src/calc.c:1991
69
1064
msgid "Badly formed record"
70
1065
msgstr "Badly formed record"
71
1066
 
72
 
#: ../src/calc.c:1815
 
1067
#: ../src/calc.c:1820
73
1068
msgid "Record out of place"
74
1069
msgstr "Record out of place"
75
1070
 
76
 
#: ../src/calc.c:1990
 
1071
#: ../src/calc.c:2005
77
1072
msgid "Missing value for function"
78
1073
msgstr "Missing value for function"
79
1074
 
80
 
#: ../src/calc.c:2009
 
1075
#: ../src/calc.c:2025
81
1076
msgid "Extra dictionary for NULL function"
82
1077
msgstr "Extra dictionary for NULL function"
83
1078
 
84
 
#: ../src/calc.c:2049 ../src/calc.c:2602 ../src/calc.c:2636
 
1079
#: ../src/calc.c:2067
 
1080
#: ../src/calc.c:2621
 
1081
#: ../src/calc.c:2656
85
1082
#, c-format
86
1083
msgid "Can't open file: '%s'"
87
1084
msgstr "Can't open file: '%s'"
88
1085
 
89
 
#: ../src/calc.c:2250
 
1086
#: ../src/calc.c:2268
90
1087
msgid "Load a file into the interpretor"
91
1088
msgstr "Load a file into the interpretor"
92
1089
 
93
 
#: ../src/calc.c:2253
 
1090
#: ../src/calc.c:2271
94
1091
msgid "Load a plugin"
95
1092
msgstr "Load a plugin"
96
1093
 
97
 
#: ../src/calc.c:2256
 
1094
#: ../src/calc.c:2274
98
1095
msgid "List files in the current directory"
99
1096
msgstr "List files in the current directory"
100
1097
 
101
 
#: ../src/calc.c:2259
 
1098
#: ../src/calc.c:2277
102
1099
msgid "Change directory"
103
1100
msgstr "Change directory"
104
1101
 
105
 
#: ../src/calc.c:2262
 
1102
#: ../src/calc.c:2280
106
1103
msgid "Print current directory"
107
1104
msgstr "Print current directory"
108
1105
 
109
 
#: ../src/calc.c:2265
 
1106
#: ../src/calc.c:2283
110
1107
msgid "Print help (or help on a function/command)"
111
1108
msgstr "Print help (or help on a function/command)"
112
1109
 
113
 
#: ../src/calc.c:2282
 
1110
#: ../src/calc.c:2300
114
1111
msgid ""
115
1112
"\n"
116
1113
"For a manual on using Genius and the GEL language type:\n"
118
1115
"\n"
119
1116
"For a manual on using Genius and the GEL language type:\n"
120
1117
 
121
 
#: ../src/calc.c:2284
 
1118
#: ../src/calc.c:2302
122
1119
msgid "  manual\n"
123
1120
msgstr "  manual\n"
124
1121
 
125
 
#: ../src/calc.c:2288
 
1122
#: ../src/calc.c:2306
126
1123
msgid ""
127
1124
"\n"
128
1125
"For help on a specific function type:\n"
130
1127
"\n"
131
1128
"For help on a specific function type:\n"
132
1129
 
133
 
#: ../src/calc.c:2290
 
1130
#: ../src/calc.c:2308
134
1131
msgid "  help FunctionName\n"
135
1132
msgstr "  help FunctionName\n"
136
1133
 
137
 
#: ../src/calc.c:2294
 
1134
#: ../src/calc.c:2312
138
1135
msgid ""
139
1136
"\n"
140
1137
"Commands:\n"
142
1139
"\n"
143
1140
"Commands:\n"
144
1141
 
145
 
#: ../src/calc.c:2342
 
1142
#: ../src/calc.c:2360
146
1143
msgid ""
147
1144
"\n"
148
1145
"Undocumented:\n"
153
1150
#. func
154
1151
#. aliasfor
155
1152
#. category
156
 
#: ../src/calc.c:2385
 
1153
#: ../src/calc.c:2403
157
1154
msgid "Not documented"
158
1155
msgstr "Not documented"
159
1156
 
160
 
#: ../src/calc.c:2407
 
1157
#: ../src/calc.c:2425
161
1158
#, c-format
162
1159
msgid "'%s' is not documented"
163
1160
msgstr "'%s' is not documented"
164
1161
 
165
 
#: ../src/calc.c:2409
 
1162
#: ../src/calc.c:2427
166
1163
#, c-format
167
1164
msgid "'%s' is not documented.  Perhaps you meant %s."
168
1165
msgstr "'%s' is not documented.  Perhaps you meant %s."
169
1166
 
170
 
#: ../src/calc.c:2419
 
1167
#: ../src/calc.c:2437
171
1168
#, c-format
172
1169
msgid "%s is an alias for %s\n"
173
1170
msgstr "%s is an alias for %s\n"
174
1171
 
175
 
#: ../src/calc.c:2433
 
1172
#: ../src/calc.c:2451
176
1173
msgid "Parameter: "
177
1174
msgstr "Parameter: "
178
1175
 
179
 
#: ../src/calc.c:2458
 
1176
#: ../src/calc.c:2476
180
1177
msgid "Aliases:"
181
1178
msgstr "Aliases:"
182
1179
 
183
 
#: ../src/calc.c:2470
 
1180
#: ../src/calc.c:2488
184
1181
#, c-format
185
1182
msgid "Description: %s\n"
186
1183
msgstr "Description: %s\n"
187
1184
 
188
 
#: ../src/calc.c:2675 ../src/calc.c:2686
 
1185
#: ../src/calc.c:2695
 
1186
#: ../src/calc.c:2706
189
1187
#, c-format
190
1188
msgid "Can't expand '%s'"
191
1189
msgstr "Can't expand '%s'"
192
1190
 
193
 
#: ../src/calc.c:2756
 
1191
#: ../src/calc.c:2776
194
1192
#, c-format
195
1193
msgid "Cannot open plugin '%s'!"
196
1194
msgstr "Cannot open plugin '%s'!"
197
1195
 
198
 
#: ../src/calc.c:2961
 
1196
#: ../src/calc.c:2986
199
1197
msgid "ERROR: Probably corrupt stack!"
200
1198
msgstr "ERROR: Probably corrupted stack!"
201
1199
 
202
 
#: ../src/calc.c:2984
 
1200
#: ../src/calc.c:3009
203
1201
msgid "ERROR: Can't execute more things at once!"
204
1202
msgstr "ERROR: Can't execute anymore things at once!"
205
1203
 
206
 
#: ../src/calc.c:3089
 
1204
#: ../src/calc.c:3115
207
1205
#, c-format
208
1206
msgid "ERROR: %s before newline"
209
1207
msgstr "ERROR: %s before newline"
210
1208
 
211
 
#: ../src/calc.c:3091
 
1209
#: ../src/calc.c:3117
212
1210
#, c-format
213
1211
msgid "ERROR: %s at end of input"
214
1212
msgstr "ERROR: %s at end of input"
215
1213
 
216
 
#: ../src/calc.c:3098
 
1214
#: ../src/calc.c:3124
217
1215
#, c-format
218
1216
msgid "ERROR: %s before '%s'"
219
1217
msgstr "ERROR: %s before '%s'"
220
1218
 
221
 
#: ../src/compil.c:440 ../src/compil.c:446
 
1219
#: ../src/compil.c:459
 
1220
#: ../src/compil.c:466
222
1221
msgid "Bad tree record when decompiling"
223
1222
msgstr "Bad tree record when decompiling"
224
1223
 
225
 
#: ../src/eval.c:1424 ../src/eval.c:1478 ../src/eval.c:1493
 
1224
#: ../src/eval.c:1443
 
1225
#: ../src/eval.c:1497
 
1226
#: ../src/eval.c:1512
226
1227
msgid "Cannot compare non value or bool only matrixes"
227
1228
msgstr "Cannot compare non value or bool only matrices"
228
1229
 
229
1230
#. also on rationals but as integers
230
 
#: ../src/eval.c:1549 ../src/eval.c:1595
 
1231
#: ../src/eval.c:1568
 
1232
#: ../src/eval.c:1614
231
1233
msgid "Modulo arithmetic only works on integers"
232
1234
msgstr "Modulo arithmetic only works on integers"
233
1235
 
234
 
#: ../src/eval.c:1843
 
1236
#: ../src/eval.c:1826
 
1237
msgid "Can't add/subtract a scalar to non-square matrix (A + x is defined as A + x*I)"
 
1238
msgstr "Can't add/subtract a scalar to non-square matrix (A + x is defined as A + x*I)"
 
1239
 
 
1240
#: ../src/eval.c:1922
235
1241
msgid "Can't add/subtract two matricies of different sizes"
236
1242
msgstr "Can't add/subtract two matrices of different sizes"
237
1243
 
238
 
#: ../src/eval.c:1845
239
 
msgid ""
240
 
"Can't do element by element operations on two matricies of different sizes"
241
 
msgstr ""
242
 
"Can't do element by element operations on two matrices of different sizes"
 
1244
#: ../src/eval.c:1924
 
1245
msgid "Can't do element by element operations on two matricies of different sizes"
 
1246
msgstr "Can't do element by element operations on two matrices of different sizes"
243
1247
 
244
 
#: ../src/eval.c:1911
 
1248
#: ../src/eval.c:1990
245
1249
msgid "Can't multiply matricies of wrong sizes"
246
1250
msgstr "Can't multiply matrices of wrong sizes"
247
1251
 
248
 
#: ../src/eval.c:1960
 
1252
#: ../src/eval.c:2039
249
1253
msgid "Powers are defined on (square matrix)^(integer) only"
250
1254
msgstr "Powers are defined on (square matrix)^(integer) only"
251
1255
 
252
 
#: ../src/eval.c:1966
 
1256
#: ../src/eval.c:2045
253
1257
msgid "Powers on matrices in modulo mode are defined on integer matrices only"
254
1258
msgstr "Powers on matrices in modulo mode are defined on integer matrices only"
255
1259
 
256
 
#: ../src/eval.c:1974
 
1260
#: ../src/eval.c:2053
257
1261
msgid "Exponent too large"
258
1262
msgstr "Exponent too large"
259
1263
 
260
 
#: ../src/eval.c:2002 ../src/eval.c:2118 ../src/eval.c:2185
 
1264
#: ../src/eval.c:2081
 
1265
#: ../src/eval.c:2197
 
1266
#: ../src/eval.c:2264
261
1267
msgid "Matrix appears singular and can't be inverted"
262
1268
msgstr "Matrix appears singular and can't be inverted"
263
1269
 
264
 
#: ../src/eval.c:2094
 
1270
#: ../src/eval.c:2173
265
1271
msgid "Can't divide matrices of different sizes or non-square matrices"
266
1272
msgstr "Can't divide matrices of different sizes or non-square matrices"
267
1273
 
268
 
#: ../src/eval.c:2166
 
1274
#: ../src/eval.c:2245
269
1275
msgid "Can't divide by a non-square matrix"
270
1276
msgstr "Can't divide by a non-square matrix"
271
1277
 
272
 
#: ../src/eval.c:2575 ../src/eval.c:2602 ../src/eval.c:2623 ../src/eval.c:2647
273
 
#: ../src/eval.c:2692
 
1278
#: ../src/eval.c:2658
 
1279
#: ../src/eval.c:2685
 
1280
#: ../src/eval.c:2706
 
1281
#: ../src/eval.c:2730
 
1282
#: ../src/eval.c:2776
274
1283
msgid "Operations on functions with variable argument list not supported"
275
1284
msgstr "Operations on functions with variable argument list not supported"
276
1285
 
277
 
#: ../src/eval.c:2580
278
 
msgid ""
279
 
"Operations on functions with different number of arguments not supported"
280
 
msgstr ""
281
 
"Operations on functions with different number of arguments not supported"
 
1286
#: ../src/eval.c:2663
 
1287
msgid "Operations on functions with different number of arguments not supported"
 
1288
msgstr "Operations on functions with different number of arguments not supported"
282
1289
 
283
 
#: ../src/eval.c:2697
 
1290
#: ../src/eval.c:2781
284
1291
msgid "Function creation with wrong number of arguments"
285
1292
msgstr "Function creation with wrong number of arguments"
286
1293
 
287
 
#: ../src/eval.c:3239 ../src/eval.c:4594
 
1294
#: ../src/eval.c:3360
 
1295
#: ../src/eval.c:4717
288
1296
msgid "Unevaluatable function type encountered!"
289
1297
msgstr "Encountered function type that can't be evaulated!"
290
1298
 
291
 
#: ../src/eval.c:3261
 
1299
#: ../src/eval.c:3382
292
1300
msgid "' or '"
293
1301
msgstr "' or '"
294
1302
 
295
 
#: ../src/eval.c:3296
296
 
msgid ""
297
 
"Variable 'i' used uninitialized.  Perhaps you meant to write '1i' for the "
298
 
"imaginary number (square root of -1)."
299
 
msgstr ""
300
 
"Variable 'i' used uninitialised.  Perhaps you meant to write '1i' for the "
301
 
"imaginary number (square root of -1)."
 
1303
#: ../src/eval.c:3417
 
1304
msgid "Variable 'i' used uninitialized.  Perhaps you meant to write '1i' for the imaginary number (square root of -1)."
 
1305
msgstr "Variable 'i' used uninitialised.  Perhaps you meant to write '1i' for the imaginary number (square root of -1)."
302
1306
 
303
 
#: ../src/eval.c:3302 ../src/eval.c:3330
 
1307
#: ../src/eval.c:3423
 
1308
#: ../src/eval.c:3451
304
1309
#, c-format
305
1310
msgid "Variable '%s' used uninitialized, perhaps you meant %s."
306
1311
msgstr "Variable '%s' used uninitialised, perhaps you meant %s."
307
1312
 
308
 
#: ../src/eval.c:3309 ../src/eval.c:3337 ../src/eval.c:4347
 
1313
#: ../src/eval.c:3430
 
1314
#: ../src/eval.c:3458
 
1315
#: ../src/eval.c:4470
309
1316
#, c-format
310
1317
msgid "Variable '%s' used uninitialized"
311
1318
msgstr "Variable '%s' used uninitialised"
312
1319
 
313
 
#: ../src/eval.c:3341 ../src/eval.c:4392
 
1320
#: ../src/eval.c:3462
 
1321
#: ../src/eval.c:4515
314
1322
#, c-format
315
1323
msgid ""
316
1324
"Call of '%s' with the wrong number of arguments!\n"
319
1327
"Call of '%s' with the wrong number of arguments!\n"
320
1328
"(should be %d)"
321
1329
 
322
 
#: ../src/eval.c:3344
 
1330
#: ../src/eval.c:3465
323
1331
#, c-format
324
1332
msgid "Trying to dereference '%s' which is not a reference!\n"
325
1333
msgstr "Trying to dereference '%s' which is not a reference!\n"
326
1334
 
327
 
#: ../src/eval.c:3349
 
1335
#: ../src/eval.c:3470
328
1336
msgid "NULL reference encountered!"
329
1337
msgstr "NULL reference encountered!"
330
1338
 
331
 
#: ../src/eval.c:3476
 
1339
#: ../src/eval.c:3597
332
1340
msgid "Cannot compare matrixes"
333
1341
msgstr "Cannot compare matrices"
334
1342
 
335
 
#: ../src/eval.c:3518
 
1343
#: ../src/eval.c:3639
336
1344
msgid "Primitives must get numeric/matrix/string arguments"
337
1345
msgstr "Primitives must get numeric/matrix/string arguments"
338
1346
 
339
 
#: ../src/eval.c:3596
 
1347
#: ../src/eval.c:3730
340
1348
msgid "Bad argument to modular operation"
341
1349
msgstr "Bad argument to modular operation"
342
1350
 
343
 
#: ../src/eval.c:4325
 
1351
#: ../src/eval.c:4448
344
1352
#, c-format
345
1353
msgid "Function '%s' used uninitialized, perhaps you meant %s."
346
1354
msgstr "Function '%s' used uninitialised, perhaps you meant %s."
347
1355
 
348
 
#: ../src/eval.c:4332
 
1356
#: ../src/eval.c:4455
349
1357
#, c-format
350
1358
msgid "Function '%s' used uninitialized"
351
1359
msgstr "Function '%s' used uninitialised"
352
1360
 
353
 
#: ../src/eval.c:4353
 
1361
#: ../src/eval.c:4476
354
1362
#, c-format
355
1363
msgid "Can't dereference '%s'!"
356
1364
msgstr "Can't dereference '%s'!"
357
1365
 
358
 
#: ../src/eval.c:4361
 
1366
#: ../src/eval.c:4484
359
1367
msgid "Can't call a non-function!"
360
1368
msgstr "Can't call a non-function!"
361
1369
 
362
 
#: ../src/eval.c:4397
 
1370
#: ../src/eval.c:4520
363
1371
#, c-format
364
1372
msgid ""
365
1373
"Call of '%s' with the wrong number of arguments!\n"
368
1376
"Call of '%s' with the wrong number of arguments!\n"
369
1377
"(should be greater then %d)"
370
1378
 
371
 
#: ../src/eval.c:4440
 
1379
#: ../src/eval.c:4563
372
1380
#, c-format
373
1381
msgid "Referencing an undefined variable %s!"
374
1382
msgstr "Referencing an undefined variable %s!"
375
1383
 
376
 
#: ../src/eval.c:4573
 
1384
#: ../src/eval.c:4696
377
1385
msgid "Reference function with arguments encountered!"
378
1386
msgstr "Reference function with arguments encountered!"
379
1387
 
380
 
#: ../src/eval.c:4578
 
1388
#: ../src/eval.c:4701
381
1389
msgid "Unnamed reference function encountered!"
382
1390
msgstr "Unnamed reference function encountered!"
383
1391
 
384
 
#: ../src/eval.c:4698
 
1392
#: ../src/eval.c:4821
385
1393
msgid "Bad type for 'for/sum/prod' loop!"
386
1394
msgstr "Bad type for 'for/sum/prod' loop!"
387
1395
 
388
 
#: ../src/eval.c:4703
 
1396
#: ../src/eval.c:4826
389
1397
msgid "'for/sum/prod' loop increment can't be 0"
390
1398
msgstr "'for/sum/prod' loop increment can't be 0"
391
1399
 
392
 
#: ../src/eval.c:4814
 
1400
#: ../src/eval.c:4937
393
1401
msgid "Bad type for 'for in' loop!"
394
1402
msgstr "Bad type for 'for in' loop!"
395
1403
 
396
 
#: ../src/eval.c:4974 ../src/eval.c:5007
 
1404
#: ../src/eval.c:5101
 
1405
#: ../src/eval.c:5134
397
1406
msgid "Continue or break outside a loop, assuming \"return null\""
398
1407
msgstr "Continue or break outside a loop, assuming \"return null\""
399
1408
 
400
 
#: ../src/eval.c:5068
 
1409
#: ../src/eval.c:5195
401
1410
msgid "Wrong argument type as matrix index"
402
1411
msgstr "Wrong argument type as matrix index"
403
1412
 
404
 
#: ../src/eval.c:5078
 
1413
#: ../src/eval.c:5205
405
1414
msgid "Matrix index too large"
406
1415
msgstr "Matrix index too large"
407
1416
 
408
 
#: ../src/eval.c:5081
 
1417
#: ../src/eval.c:5208
409
1418
msgid "Matrix index less than 1"
410
1419
msgstr "Matrix index less than 1"
411
1420
 
412
 
#: ../src/eval.c:5104 ../src/eval.c:5119
 
1421
#: ../src/eval.c:5231
 
1422
#: ../src/eval.c:5246
413
1423
msgid "Matrix index out of range"
414
1424
msgstr "Matrix index out of range"
415
1425
 
416
 
#: ../src/eval.c:5166 ../src/eval.c:5228 ../src/eval.c:5291 ../src/eval.c:5336
 
1426
#: ../src/eval.c:5293
 
1427
#: ../src/eval.c:5355
 
1428
#: ../src/eval.c:5418
 
1429
#: ../src/eval.c:5465
417
1430
#, c-format
418
1431
msgid "Trying to set a protected id '%s'"
419
1432
msgstr "Trying to set a protected id '%s'"
420
1433
 
421
 
#: ../src/eval.c:5184 ../src/eval.c:5223
 
1434
#: ../src/eval.c:5311
 
1435
#: ../src/eval.c:5350
422
1436
msgid "Indexed Lvalue not user function"
423
1437
msgstr "Indexed Lvalue not user function"
424
1438
 
425
 
#: ../src/eval.c:5207 ../src/eval.c:5320
 
1439
#: ../src/eval.c:5334
 
1440
#: ../src/eval.c:5449
426
1441
msgid "Dereference of non-identifier!"
427
1442
msgstr "Dereference of non-identifier!"
428
1443
 
429
 
#: ../src/eval.c:5213 ../src/eval.c:5326
 
1444
#: ../src/eval.c:5340
 
1445
#: ../src/eval.c:5455
430
1446
msgid "Dereference of undefined variable!"
431
1447
msgstr "Dereference of undefined variable!"
432
1448
 
433
 
#: ../src/eval.c:5217 ../src/eval.c:5330
 
1449
#: ../src/eval.c:5344
 
1450
#: ../src/eval.c:5459
434
1451
msgid "Dereference of non-reference!"
435
1452
msgstr "Dereference of non-reference!"
436
1453
 
437
 
#: ../src/eval.c:5246
 
1454
#: ../src/eval.c:5373
438
1455
msgid "Indexed Lvalue not an identifier or a dereference"
439
1456
msgstr "Indexed Lvalue not an identifier or a dereference"
440
1457
 
441
 
#: ../src/eval.c:5284
 
1458
#: ../src/eval.c:5411
442
1459
msgid "Lvalue not an identifier/dereference/matrix location!"
443
1460
msgstr "Lvalue not an identifier/dereference/matrix location!"
444
1461
 
445
 
#: ../src/eval.c:5307 ../src/eval.c:5348
 
1462
#: ../src/eval.c:5436
 
1463
#: ../src/eval.c:5477
446
1464
msgid "Referencing an undefined variable!"
447
1465
msgstr "Referencing an undefined variable!"
448
1466
 
449
 
#: ../src/eval.c:5394 ../src/eval.c:5472 ../src/eval.c:5481
 
1467
#: ../src/eval.c:5523
 
1468
#: ../src/eval.c:5601
 
1469
#: ../src/eval.c:5610
450
1470
msgid "Wrong matrix dimensions when setting"
451
1471
msgstr "Wrong matrix dimensions when setting"
452
1472
 
453
 
#: ../src/eval.c:5412 ../src/eval.c:5452 ../src/eval.c:5518 ../src/eval.c:5700
454
 
#: ../src/eval.c:5753
 
1473
#: ../src/eval.c:5541
 
1474
#: ../src/eval.c:5581
 
1475
#: ../src/eval.c:5647
 
1476
#: ../src/eval.c:5829
 
1477
#: ../src/eval.c:5882
455
1478
msgid "Matrix index not an integer or a vector"
456
1479
msgstr "Matrix index not an integer or a vector"
457
1480
 
458
 
#: ../src/eval.c:5539
 
1481
#: ../src/eval.c:5668
459
1482
msgid "Parameters can only be created in the global context"
460
1483
msgstr "Parameters can only be created in the global context"
461
1484
 
462
 
#: ../src/eval.c:5595 ../src/eval.c:5637 ../src/eval.c:5712
 
1485
#: ../src/eval.c:5724
 
1486
#: ../src/eval.c:5766
 
1487
#: ../src/eval.c:5841
463
1488
msgid "Index works only on matricies"
464
1489
msgstr "Index works only on matrices"
465
1490
 
466
 
#: ../src/eval.c:5625
 
1491
#: ../src/eval.c:5754
467
1492
msgid "Vector index not an integer or a vector"
468
1493
msgstr "Vector index not an integer or a vector"
469
1494
 
470
 
#: ../src/eval.c:5776
 
1495
#: ../src/eval.c:5905
471
1496
msgid "number"
472
1497
msgstr "number"
473
1498
 
474
 
#: ../src/eval.c:5777
 
1499
#: ../src/eval.c:5906
475
1500
msgid "matrix"
476
1501
msgstr "matrix"
477
1502
 
478
 
#: ../src/eval.c:5778
 
1503
#: ../src/eval.c:5907
479
1504
msgid "string"
480
1505
msgstr "string"
481
1506
 
482
 
#: ../src/eval.c:5779
 
1507
#: ../src/eval.c:5908
483
1508
msgid "function"
484
1509
msgstr "function"
485
1510
 
486
 
#: ../src/eval.c:5780
 
1511
#: ../src/eval.c:5909
487
1512
msgid "identifier"
488
1513
msgstr "identifier"
489
1514
 
490
 
#: ../src/eval.c:5781
 
1515
#: ../src/eval.c:5910
491
1516
msgid "polynomial"
492
1517
msgstr "polynomial"
493
1518
 
494
 
#: ../src/eval.c:5782
 
1519
#: ../src/eval.c:5911
495
1520
msgid "boolean"
496
1521
msgstr "boolean"
497
1522
 
498
 
#: ../src/eval.c:5801 ../lib/library-strings.c:17
499
 
msgid "Absolute value"
500
 
msgstr "Absolute value"
501
 
 
502
 
#: ../src/eval.c:5802
 
1523
#: ../src/eval.c:5931
503
1524
msgid "Addition"
504
1525
msgstr "Addition"
505
1526
 
506
 
#: ../src/eval.c:5803
 
1527
#: ../src/eval.c:5932
 
1528
msgid "Element by element addition"
 
1529
msgstr "Element by element addition"
 
1530
 
 
1531
#: ../src/eval.c:5933
507
1532
msgid "Subtraction"
508
1533
msgstr "Subtraction"
509
1534
 
510
 
#: ../src/eval.c:5804
 
1535
#: ../src/eval.c:5934
 
1536
msgid "Element by element subtraction"
 
1537
msgstr "Element by element subtraction"
 
1538
 
 
1539
#: ../src/eval.c:5935
511
1540
msgid "Multiplication"
512
1541
msgstr "Multiplication"
513
1542
 
514
 
#: ../src/eval.c:5805
 
1543
#: ../src/eval.c:5936
515
1544
msgid "Element by element multiplication"
516
1545
msgstr "Element by element multiplication"
517
1546
 
518
 
#: ../src/eval.c:5806
 
1547
#: ../src/eval.c:5937
519
1548
msgid "Division"
520
1549
msgstr "Division"
521
1550
 
522
 
#: ../src/eval.c:5807
 
1551
#: ../src/eval.c:5938
523
1552
msgid "Element by element division"
524
1553
msgstr "Element by element division"
525
1554
 
526
 
#: ../src/eval.c:5808
 
1555
#: ../src/eval.c:5939
527
1556
msgid "Back division"
528
1557
msgstr "Back division"
529
1558
 
530
 
#: ../src/eval.c:5809
 
1559
#: ../src/eval.c:5940
531
1560
msgid "Element by element back division"
532
1561
msgstr "Element by element back division"
533
1562
 
534
 
#: ../src/eval.c:5810
 
1563
#: ../src/eval.c:5941
535
1564
msgid "Modulo"
536
1565
msgstr "Modulo"
537
1566
 
538
 
#: ../src/eval.c:5811
 
1567
#: ../src/eval.c:5942
539
1568
msgid "Element by element modulo"
540
1569
msgstr "Element by element modulo"
541
1570
 
542
 
#: ../src/eval.c:5812
 
1571
#: ../src/eval.c:5943
543
1572
msgid "Negation"
544
1573
msgstr "Negation"
545
1574
 
546
 
#: ../src/eval.c:5813
 
1575
#: ../src/eval.c:5944
547
1576
msgid "Power"
548
1577
msgstr "Power"
549
1578
 
550
 
#: ../src/eval.c:5814
 
1579
#: ../src/eval.c:5945
551
1580
msgid "Element by element power"
552
1581
msgstr "Element by element power"
553
1582
 
554
 
#: ../src/eval.c:5815
 
1583
#: ../src/eval.c:5946
555
1584
msgid "Factorial"
556
1585
msgstr "Factorial"
557
1586
 
558
 
#: ../src/eval.c:5816
 
1587
#: ../src/eval.c:5947
559
1588
msgid "Double factorial"
560
1589
msgstr "Double factorial"
561
1590
 
562
 
#: ../src/eval.c:5817
 
1591
#: ../src/eval.c:5948
563
1592
msgid "Transpose"
564
1593
msgstr "Transpose"
565
1594
 
566
 
#: ../src/eval.c:5818
 
1595
#: ../src/eval.c:5949
567
1596
msgid "ConjugateTranspose"
568
1597
msgstr "ConjugateTranspose"
569
1598
 
570
 
#: ../src/eval.c:5819
 
1599
#: ../src/eval.c:5950
571
1600
msgid "Comparison (<=>)"
572
1601
msgstr "Comparison (<=>)"
573
1602
 
574
 
#: ../src/eval.c:5820
 
1603
#: ../src/eval.c:5951
575
1604
msgid "XOR"
576
1605
msgstr "XOR"
577
1606
 
578
 
#: ../src/eval.c:5821
 
1607
#: ../src/eval.c:5952
579
1608
msgid "NOT"
580
1609
msgstr "NOT"
581
1610
 
582
 
#: ../src/eval.c:5841
 
1611
#: ../src/eval.c:5972
583
1612
#, c-format
584
1613
msgid "Bad types for '%s'"
585
1614
msgstr "Bad types for '%s'"
586
1615
 
587
 
#: ../src/eval.c:5852
 
1616
#: ../src/eval.c:5983
588
1617
#, c-format
589
1618
msgid "%s not defined on <%s> and <%s>"
590
1619
msgstr "%s not defined on <%s> and <%s>"
591
1620
 
592
 
#: ../src/eval.c:5871
 
1621
#: ../src/eval.c:6002
593
1622
#, c-format
594
1623
msgid "Bad type for '%s'"
595
1624
msgstr "Bad type for '%s'"
596
1625
 
597
 
#: ../src/eval.c:5881
 
1626
#: ../src/eval.c:6012
598
1627
#, c-format
599
1628
msgid "%s not defined on <%s>"
600
1629
msgstr "%s not defined on <%s>"
601
1630
 
602
 
#: ../src/eval.c:5900 ../src/eval.c:5917
 
1631
#: ../src/eval.c:6031
 
1632
#: ../src/eval.c:6048
603
1633
msgid "Vector building only works on numbers"
604
1634
msgstr "Vector building only works on numbers"
605
1635
 
606
1636
#. FIXME: perhaps we should just return null like octave?
607
 
#: ../src/eval.c:5910
 
1637
#: ../src/eval.c:6041
608
1638
msgid "Impossible arguments to vector building operator"
609
1639
msgstr "Impossible arguments to vector building operator"
610
1640
 
611
 
#: ../src/funclib.c:104
 
1641
#: ../src/funclib.c:111
612
1642
#, c-format
613
1643
msgid "%s: argument can't be negative or 0"
614
1644
msgstr "%s: argument can't be negative or 0"
615
1645
 
616
 
#: ../src/funclib.c:108
 
1646
#: ../src/funclib.c:115
617
1647
#, c-format
618
1648
msgid "%s: argument too large"
619
1649
msgstr "%s: argument too large"
620
1650
 
621
 
#: ../src/funclib.c:143
 
1651
#: ../src/funclib.c:150
622
1652
msgid "Cannot locate the manual"
623
1653
msgstr "Cannot locate the manual"
624
1654
 
625
 
#: ../src/funclib.c:159
 
1655
#: ../src/funclib.c:166
626
1656
#, c-format
627
1657
msgid ""
628
1658
"Genius %s\n"
661
1691
"    Foundation,  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n"
662
1692
"    USA.\n"
663
1693
 
664
 
#: ../src/funclib.c:376
 
1694
#: ../src/funclib.c:383
665
1695
#, c-format
666
1696
msgid "%s: trying to set a protected id!"
667
1697
msgstr "%s: trying to set a protected id!"
668
1698
 
669
1699
#. FIXME: fix this, this should just work too
670
 
#: ../src/funclib.c:382
 
1700
#: ../src/funclib.c:389
671
1701
#, c-format
672
1702
msgid "%s: trying to set a parameter, use the equals sign"
673
1703
msgstr "%s: trying to set a parameter, use the equals sign"
674
1704
 
675
 
#: ../src/funclib.c:409 ../src/funclib.c:496
 
1705
#: ../src/funclib.c:416
 
1706
#: ../src/funclib.c:503
676
1707
#, c-format
677
1708
msgid "%s: Too many arguments, should be at most %d"
678
1709
msgstr "%s: Too many arguments, should be at most %d"
679
1710
 
680
 
#: ../src/funclib.c:638
 
1711
#: ../src/funclib.c:645
681
1712
msgid "Cannot apply function to two differently sized matrixes"
682
1713
msgstr "Cannot apply function to two differently sized matrices"
683
1714
 
684
 
#: ../src/funclib.c:1536
 
1715
#: ../src/funclib.c:1265
 
1716
#: ../src/funclib.c:1302
 
1717
#, c-format
 
1718
msgid "%s: Not implemented (yet) for complex values"
 
1719
msgstr "%s: Not implemented (yet) for complex values"
 
1720
 
 
1721
#: ../src/funclib.c:1736
685
1722
#, c-format
686
1723
msgid "%s: square root for composite moduli is not yet implemented"
687
1724
msgstr "%s: square root for composite moduli is not yet implemented"
688
1725
 
689
 
#: ../src/funclib.c:1544
 
1726
#: ../src/funclib.c:1744
690
1727
#, c-format
691
1728
msgid "%s: Cannot find square root function for prime moduli"
692
1729
msgstr "%s: Cannot find square root function for prime moduli"
693
1730
 
694
 
#: ../src/funclib.c:1577
 
1731
#: ../src/funclib.c:1777
695
1732
#, c-format
696
1733
msgid "%s: matrix argument is not square"
697
1734
msgstr "%s: matrix argument is not square"
698
1735
 
699
 
#: ../src/funclib.c:1705 ../src/funclib.c:1805
 
1736
#: ../src/funclib.c:1905
 
1737
#: ../src/funclib.c:2005
700
1738
#, c-format
701
1739
msgid "%s: matrix argument must be integer only"
702
1740
msgstr "%s: matrix argument must be integer only"
703
1741
 
704
 
#: ../src/funclib.c:1727 ../src/funclib.c:1827
 
1742
#: ../src/funclib.c:1927
 
1743
#: ../src/funclib.c:2027
705
1744
#, c-format
706
1745
msgid "%s: argument must be an integer"
707
1746
msgstr "%s: argument must be an integer"
708
1747
 
709
 
#: ../src/funclib.c:2062 ../src/funclib.c:2149
 
1748
#: ../src/funclib.c:2262
 
1749
#: ../src/funclib.c:2349
710
1750
#, c-format
711
1751
msgid "%s: matrix argument must be value only"
712
1752
msgstr "%s: matrix argument must be value only"
713
1753
 
714
 
#: ../src/funclib.c:2269 ../src/funclib.c:2309 ../src/funclib.c:3369
 
1754
#: ../src/funclib.c:2469
 
1755
#: ../src/funclib.c:2509
 
1756
#: ../src/funclib.c:3758
715
1757
#, c-format
716
1758
msgid "%s: too many arguments"
717
1759
msgstr "%s: too many arguments"
718
1760
 
719
 
#: ../src/funclib.c:2432
 
1761
#: ../src/funclib.c:2632
720
1762
#, c-format
721
1763
msgid "%s: vector argument not value only"
722
1764
msgstr "%s: vector argument not value only"
723
1765
 
724
 
#: ../src/funclib.c:2443 ../src/funclib.c:2472
 
1766
#: ../src/funclib.c:2643
 
1767
#: ../src/funclib.c:2672
725
1768
#, c-format
726
1769
msgid "%s: vector argument has too large entries"
727
1770
msgstr "%s: vector argument has too large entries"
728
1771
 
729
 
#: ../src/funclib.c:2549 ../src/funclib.c:2555
 
1772
#: ../src/funclib.c:2714
 
1773
#, c-format
 
1774
msgid "%s: arguments must be vectors of equal size"
 
1775
msgstr "%s: arguments must be vectors of equal size"
 
1776
 
 
1777
#: ../src/funclib.c:2938
 
1778
#: ../src/funclib.c:2944
730
1779
#, c-format
731
1780
msgid "%s: %s not a reference"
732
1781
msgstr "%s: %s not a reference"
733
1782
 
734
 
#: ../src/funclib.c:2594
 
1783
#: ../src/funclib.c:2983
735
1784
#, c-format
736
1785
msgid "%s: matrices not of the same height"
737
1786
msgstr "%s: matrices not of the same height"
738
1787
 
739
 
#: ../src/funclib.c:2599
 
1788
#: ../src/funclib.c:2988
740
1789
msgid "third argument"
741
1790
msgstr "third argument"
742
1791
 
743
 
#: ../src/funclib.c:2604
 
1792
#: ../src/funclib.c:2993
744
1793
msgid "fourth argument"
745
1794
msgstr "fourth argument"
746
1795
 
747
 
#: ../src/funclib.c:2876
 
1796
#: ../src/funclib.c:3265
748
1797
#, c-format
749
1798
msgid "%s: argument must be greater than 2"
750
1799
msgstr "%s: argument must be greater then 2"
751
1800
 
752
 
#: ../src/funclib.c:2979 ../src/funclib.c:3008 ../src/mpwrap.c:3554
753
 
#: ../src/mpwrap.c:3573 ../src/mpwrap.c:3630 ../src/mpwrap.c:3659
754
 
#: ../src/mpwrap.c:3676 ../src/mpwrap.c:3725
 
1801
#: ../src/funclib.c:3368
 
1802
#: ../src/funclib.c:3397
 
1803
#: ../src/mpwrap.c:3523
 
1804
#: ../src/mpwrap.c:3542
 
1805
#: ../src/mpwrap.c:3599
 
1806
#: ../src/mpwrap.c:3628
 
1807
#: ../src/mpwrap.c:3645
 
1808
#: ../src/mpwrap.c:3694
755
1809
msgid "Division by zero!"
756
1810
msgstr "Division by zero!"
757
1811
 
758
 
#: ../src/funclib.c:3047
 
1812
#: ../src/funclib.c:3436
759
1813
#, c-format
760
1814
msgid "%s: arguments not horizontal vectors"
761
1815
msgstr "%s: arguments not horizontal vectors"
762
1816
 
763
 
#: ../src/funclib.c:3056
 
1817
#: ../src/funclib.c:3445
764
1818
#, c-format
765
1819
msgid "%s: arguments not numeric only vectors"
766
1820
msgstr "%s: arguments not numeric only vectors"
767
1821
 
768
 
#: ../src/funclib.c:3587 ../src/funclib.c:3676 ../src/funclib.c:3904
769
 
#: ../src/funclib.c:3959
 
1822
#: ../src/funclib.c:3986
 
1823
#: ../src/funclib.c:4075
 
1824
#: ../src/funclib.c:4303
 
1825
#: ../src/funclib.c:4358
 
1826
#: ../src/funclib.c:4428
 
1827
#: ../src/funclib.c:4442
770
1828
#, c-format
771
1829
msgid "%s: value out of range"
772
1830
msgstr "%s: value out of range"
773
1831
 
774
 
#: ../src/funclib.c:4062
 
1832
#: ../src/funclib.c:4513
775
1833
#, c-format
776
1834
msgid "%s: undefined function"
777
1835
msgstr "%s: undefined function"
778
1836
 
779
 
#: ../src/funclib.c:4068
 
1837
#: ../src/funclib.c:4519
780
1838
#, c-format
781
1839
msgid "%s: flags argument must be a string"
782
1840
msgstr "%s: flags argument must be a string"
783
1841
 
784
 
#: ../src/funclib.c:4181
 
1842
#: ../src/funclib.c:4632
785
1843
#, c-format
786
1844
msgid "%s: argument 2 must be less than or equal to argument 3"
787
1845
msgstr "%s: argument 2 must be less than or equal to argument 3"
788
1846
 
789
 
#: ../src/funclib.c:4194
 
1847
#: ../src/funclib.c:4645
 
1848
#: ../src/symbolic.c:723
790
1849
#, c-format
791
1850
msgid "%s: argument not a function of one variable"
792
1851
msgstr "%s: argument not a function of one variable"
793
1852
 
794
 
#: ../src/funclib.c:4294 ../src/funclib.c:4330 ../src/funclib.c:4526
 
1853
#: ../src/funclib.c:4745
 
1854
#: ../src/funclib.c:4781
 
1855
#: ../src/funclib.c:4977
795
1856
#, c-format
796
1857
msgid "%s: argument should be between %d and %d"
797
1858
msgstr "%s: argument should be between %d and %d"
798
1859
 
799
 
#: ../src/funclib.c:4431
 
1860
#: ../src/funclib.c:4882
800
1861
msgid "OutputStyle must be one of normal, troff, latex or mathml"
801
1862
msgstr "OutputStyle must be one of normal, troff, latex or mathml"
802
1863
 
803
 
#: ../src/funclib.c:4472
 
1864
#: ../src/funclib.c:4923
804
1865
#, c-format
805
1866
msgid "%s: argument should be larger or equal to 0"
806
1867
msgstr "%s: argument should be larger or equal to 0"
807
1868
 
808
 
#: ../src/funclib.c:4588
 
1869
#: ../src/funclib.c:5039
809
1870
msgid "Basic"
810
1871
msgstr "Basic"
811
1872
 
812
1873
#. internal
813
 
#: ../src/funclib.c:4589
 
1874
#: ../src/funclib.c:5040
814
1875
msgid "Parameters"
815
1876
msgstr "Parameters"
816
1877
 
817
1878
#. internal
818
 
#: ../src/funclib.c:4590
 
1879
#: ../src/funclib.c:5041
819
1880
msgid "Constants"
820
1881
msgstr "Constants"
821
1882
 
822
1883
#. internal
823
 
#: ../src/funclib.c:4591
 
1884
#: ../src/funclib.c:5042
824
1885
msgid "Numeric"
825
1886
msgstr "Numeric"
826
1887
 
827
1888
#. internal
828
 
#: ../src/funclib.c:4592
 
1889
#: ../src/funclib.c:5043
829
1890
msgid "Trigonometry"
830
1891
msgstr "Trigonometry"
831
1892
 
832
1893
#. internal
833
 
#: ../src/funclib.c:4593
 
1894
#: ../src/funclib.c:5044
834
1895
msgid "Number Theory"
835
1896
msgstr "Number Theory"
836
1897
 
837
1898
#. internal
838
 
#: ../src/funclib.c:4594
 
1899
#: ../src/funclib.c:5045
839
1900
msgid "Matrix Manipulation"
840
1901
msgstr "Matrix Manipulation"
841
1902
 
842
1903
#. internal
843
 
#: ../src/funclib.c:4595
 
1904
#: ../src/funclib.c:5046
844
1905
msgid "Linear Algebra"
845
1906
msgstr "Linear Algebra"
846
1907
 
847
1908
#. internal
848
 
#: ../src/funclib.c:4596
 
1909
#: ../src/funclib.c:5047
849
1910
msgid "Combinatorics"
850
1911
msgstr "Combinatorics"
851
1912
 
852
1913
#. internal
853
 
#: ../src/funclib.c:4597
 
1914
#: ../src/funclib.c:5048
854
1915
msgid "Calculus"
855
1916
msgstr "Calculus"
856
1917
 
857
1918
#. internal
858
 
#: ../src/funclib.c:4598
 
1919
#: ../src/funclib.c:5049
859
1920
msgid "Functions"
860
1921
msgstr "Functions"
861
1922
 
862
1923
#. internal
863
 
#: ../src/funclib.c:4599
 
1924
#: ../src/funclib.c:5050
864
1925
msgid "Equation Solving"
865
1926
msgstr "Equation Solving"
866
1927
 
867
1928
#. internal
868
 
#: ../src/funclib.c:4600
 
1929
#: ../src/funclib.c:5051
869
1930
msgid "Statistics"
870
1931
msgstr "Statistics"
871
1932
 
872
1933
#. internal
873
 
#: ../src/funclib.c:4601
 
1934
#: ../src/funclib.c:5052
874
1935
msgid "Polynomials"
875
1936
msgstr "Polynomials"
876
1937
 
877
1938
#. internal
878
 
#: ../src/funclib.c:4602
 
1939
#: ../src/funclib.c:5053
879
1940
msgid "Set Theory"
880
1941
msgstr "Set Theory"
881
1942
 
882
1943
#. internal
883
 
#: ../src/funclib.c:4603
 
1944
#: ../src/funclib.c:5054
884
1945
msgid "Miscellaneous"
885
1946
msgstr "Miscellaneous"
886
1947
 
887
1948
#. internal
888
 
#: ../src/funclib.c:4605
 
1949
#: ../src/funclib.c:5056
889
1950
msgid "Displays the user manual"
890
1951
msgstr "Displays the user manual"
891
1952
 
892
 
#: ../src/funclib.c:4606
 
1953
#: ../src/funclib.c:5057
893
1954
msgid "Gives the warranty information"
894
1955
msgstr "Gives the warranty information"
895
1956
 
896
 
#: ../src/funclib.c:4607
 
1957
#: ../src/funclib.c:5058
897
1958
msgid "Exits the program"
898
1959
msgstr "Exits the program"
899
1960
 
900
 
#: ../src/funclib.c:4609
 
1961
#: ../src/funclib.c:5060
901
1962
msgid "Prints a string to the error stream"
902
1963
msgstr "Prints a string to the error stream"
903
1964
 
904
 
#: ../src/funclib.c:4610
 
1965
#: ../src/funclib.c:5061
905
1966
msgid "Waits a specified number of seconds"
906
1967
msgstr "Waits a specified number of seconds"
907
1968
 
908
 
#: ../src/funclib.c:4611
 
1969
#: ../src/funclib.c:5062
909
1970
msgid "The true boolean value"
910
1971
msgstr "The true boolean value"
911
1972
 
912
 
#: ../src/funclib.c:4613
 
1973
#: ../src/funclib.c:5064
913
1974
msgid "The false boolean value"
914
1975
msgstr "The false boolean value"
915
1976
 
916
 
#: ../src/funclib.c:4622
 
1977
#: ../src/funclib.c:5073
917
1978
msgid "Make integer (0 or 1) from a boolean value"
918
1979
msgstr "Make integer (0 or 1) from a boolean value"
919
1980
 
920
 
#: ../src/funclib.c:4624
 
1981
#: ../src/funclib.c:5075
921
1982
msgid "Prints an expression"
922
1983
msgstr "Prints an expression"
923
1984
 
924
 
#: ../src/funclib.c:4625
 
1985
#: ../src/funclib.c:5076
925
1986
msgid "Changes current directory"
926
1987
msgstr "Changes current directory"
927
1988
 
928
 
#: ../src/funclib.c:4626
 
1989
#: ../src/funclib.c:5077
929
1990
msgid "Prints an expression without a trailing newline"
930
1991
msgstr "Prints an expression without a trailing newline"
931
1992
 
932
 
#: ../src/funclib.c:4627
 
1993
#: ../src/funclib.c:5078
933
1994
msgid "Display a string and an expression"
934
1995
msgstr "Display a string and an expression"
935
1996
 
936
 
#: ../src/funclib.c:4628
 
1997
#: ../src/funclib.c:5079
937
1998
msgid "Set a global variable"
938
1999
msgstr "Set a global variable"
939
2000
 
940
 
#: ../src/funclib.c:4630
 
2001
#: ../src/funclib.c:5081
941
2002
msgid "Set the category and help description line for a function"
942
2003
msgstr "Set the category and help description line for a function"
943
2004
 
944
 
#: ../src/funclib.c:4631
 
2005
#: ../src/funclib.c:5082
945
2006
msgid "Sets up a help alias"
946
2007
msgstr "Sets up a help alias"
947
2008
 
948
 
#: ../src/funclib.c:4633
 
2009
#: ../src/funclib.c:5084
949
2010
msgid "Identity function, returns its argument"
950
2011
msgstr "Identity function, returns its argument"
951
2012
 
952
 
#: ../src/funclib.c:4635
 
2013
#: ../src/funclib.c:5086
953
2014
msgid "Generate random float"
954
2015
msgstr "Generate random float"
955
2016
 
956
 
#: ../src/funclib.c:4637
 
2017
#: ../src/funclib.c:5088
957
2018
msgid "Generate random integer"
958
2019
msgstr "Generate random integer"
959
2020
 
960
 
#: ../src/funclib.c:4640 ../src/gnome-genius.c:1147
 
2021
#: ../src/funclib.c:5091
 
2022
#: ../src/gnome-genius.c:1165
961
2023
msgid "Floating point precision"
962
2024
msgstr "Floating point precision"
963
2025
 
964
 
#: ../src/funclib.c:4641
 
2026
#: ../src/funclib.c:5092
965
2027
msgid "Maximum digits to display"
966
2028
msgstr "Maximum digits to display"
967
2029
 
968
 
#: ../src/funclib.c:4642
 
2030
#: ../src/funclib.c:5093
969
2031
msgid "Maximum errors to display"
970
2032
msgstr "Maximum errors to display"
971
2033
 
972
 
#: ../src/funclib.c:4643
 
2034
#: ../src/funclib.c:5094
973
2035
msgid "Output style: normal, latex, mathml or troff"
974
2036
msgstr "Output style: normal, latex, mathml or troff"
975
2037
 
976
 
#: ../src/funclib.c:4644
 
2038
#: ../src/funclib.c:5095
977
2039
msgid "Integer output base"
978
2040
msgstr "Integer output base"
979
2041
 
980
 
#: ../src/funclib.c:4645
 
2042
#: ../src/funclib.c:5096
981
2043
msgid "If true, mixed fractions are printed"
982
2044
msgstr "If true, mixed fractions are printed"
983
2045
 
984
 
#: ../src/funclib.c:4646
 
2046
#: ../src/funclib.c:5097
985
2047
msgid "Print full expressions, even if more than a line"
986
2048
msgstr "Print full expressions, even if more than a line"
987
2049
 
988
 
#: ../src/funclib.c:4647
 
2050
#: ../src/funclib.c:5098
989
2051
msgid "Convert all results to floats before printing"
990
2052
msgstr "Convert all results to floats before printing"
991
2053
 
992
 
#: ../src/funclib.c:4648
 
2054
#: ../src/funclib.c:5099
993
2055
msgid "Use scientific notation"
994
2056
msgstr "Use scientific notation"
995
2057
 
996
 
#: ../src/funclib.c:4650
997
 
msgid ""
998
 
"Number of extra Miller-Rabin tests to run on a number before declaring it a "
999
 
"prime in IsPrime"
1000
 
msgstr ""
1001
 
"Number of extra Miller-Rabin tests to run on a number before declaring it a "
1002
 
"prime in IsPrime"
 
2058
#: ../src/funclib.c:5101
 
2059
msgid "Number of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime"
 
2060
msgstr "Number of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime"
1003
2061
 
1004
 
#: ../src/funclib.c:4656
 
2062
#: ../src/funclib.c:5107
1005
2063
msgid "Expands a matrix just like we do on unquoted matrix input"
1006
2064
msgstr "Expands a matrix just like we do on unquoted matrix input"
1007
2065
 
1008
 
#: ../src/funclib.c:4657
 
2066
#: ../src/funclib.c:5108
1009
2067
msgid "Gets the rows of a matrix as a vertical vector"
1010
2068
msgstr "Gets the rows of a matrix as a vertical vector"
1011
2069
 
1012
 
#: ../src/funclib.c:4658
 
2070
#: ../src/funclib.c:5109
1013
2071
msgid "Gets the columns of a matrix as a horizontal vector"
1014
2072
msgstr "Gets the columns of a matrix as a horizontal vector"
1015
2073
 
1016
 
#: ../src/funclib.c:4659
 
2074
#: ../src/funclib.c:5110
1017
2075
msgid "Gets the diagonal entries of a matrix as a horizontal vector"
1018
2076
msgstr "Gets the diagonal entries of a matrix as a horizontal vector"
1019
2077
 
1020
 
#: ../src/funclib.c:4661
 
2078
#: ../src/funclib.c:5111
 
2079
msgid "Count the number of zero columns in a matrix"
 
2080
msgstr "Count the number of zero columns in a matrix"
 
2081
 
 
2082
#: ../src/funclib.c:5112
 
2083
msgid "Removes any all-zero columns of M"
 
2084
msgstr "Removes any all-zero columns of M"
 
2085
 
 
2086
#: ../src/funclib.c:5114
1021
2087
msgid "Calculates the conjugate"
1022
2088
msgstr "Calculates the conjugate"
1023
2089
 
1024
 
#: ../src/funclib.c:4666
 
2090
#: ../src/funclib.c:5119
1025
2091
msgid "Calculates the sine function"
1026
2092
msgstr "Calculates the sine function"
1027
2093
 
1028
 
#: ../src/funclib.c:4668
 
2094
#: ../src/funclib.c:5121
1029
2095
msgid "Calculates the cosine function"
1030
2096
msgstr "Calculates the cosine function"
1031
2097
 
1032
 
#: ../src/funclib.c:4670
 
2098
#: ../src/funclib.c:5123
1033
2099
msgid "Calculates the hyperbolic sine function"
1034
2100
msgstr "Calculates the hyperbolic sine function"
1035
2101
 
1036
 
#: ../src/funclib.c:4672
 
2102
#: ../src/funclib.c:5125
1037
2103
msgid "Calculates the hyperbolic cosine function"
1038
2104
msgstr "Calculates the hyperbolic cosine function"
1039
2105
 
1040
 
#: ../src/funclib.c:4674
 
2106
#: ../src/funclib.c:5127
1041
2107
msgid "Calculates the tan function"
1042
2108
msgstr "Calculates the tangent function"
1043
2109
 
1044
 
#: ../src/funclib.c:4676
 
2110
#: ../src/funclib.c:5129
1045
2111
msgid "Calculates the arctan function"
1046
2112
msgstr "Calculates the arctangent function"
1047
2113
 
1048
 
#: ../src/funclib.c:4680
 
2114
#: ../src/funclib.c:5133
 
2115
msgid "Calculates the arctan2 function (arctan(y/x) if x>0)"
 
2116
msgstr "Calculates the arctan2 function (arctan(y/x) if x>0)"
 
2117
 
 
2118
#: ../src/funclib.c:5136
1049
2119
msgid "The number pi"
1050
2120
msgstr "The number pi"
1051
2121
 
1052
 
#: ../src/funclib.c:4681
 
2122
#: ../src/funclib.c:5138
1053
2123
msgid "The natural number e"
1054
2124
msgstr "The natural number e"
1055
2125
 
1056
 
#: ../src/funclib.c:4682
 
2126
#: ../src/funclib.c:5140
1057
2127
msgid "The Golden Ratio"
1058
2128
msgstr "The Golden Ratio"
1059
2129
 
1060
 
#: ../src/funclib.c:4683
 
2130
#: ../src/funclib.c:5142
1061
2131
msgid "Free fall acceleration"
1062
2132
msgstr "Free fall acceleration"
1063
2133
 
1064
 
#: ../src/funclib.c:4685
 
2134
#: ../src/funclib.c:5145
1065
2135
msgid "Euler's Constant gamma"
1066
2136
msgstr "Euler's Constant gamma"
1067
2137
 
1068
 
#. FIXME: need to handle complex values
1069
 
#.
1070
 
#. FUNC (ErrorFunction, 1, "x", "functions", N_("The error function, 2/sqrt(2) * int_0^x e^(-t^2) dt"));
 
2138
#: ../src/funclib.c:5149
 
2139
msgid "Catalan's Constant (0.915...)"
 
2140
msgstr "Catalan's Constant (0.915...)"
 
2141
 
 
2142
#. FUNC (ErrorFunction, 1, "x", "functions", N_("The error function, 2/sqrt(2) * int_0^x e^(-t^2) dt (only real values implemented)"));
1071
2143
#. ErrorFunction_function = f;
1072
2144
#. ALIAS (erf, 1, ErrorFunction);
1073
 
#. FUNC (RiemannZeta, 1, "x", "functions", N_("The Riemann zeta function"));
1074
 
#. RiemannZeta_function = f;
1075
 
#. ALIAS (zeta, 1, RiemannZeta);
1076
 
#.
1077
 
#: ../src/funclib.c:4698
 
2145
#: ../src/funclib.c:5154
 
2146
msgid "The Riemann zeta function (only real values implemented)"
 
2147
msgstr "The Riemann zeta function (only real values implemented)"
 
2148
 
 
2149
#: ../src/funclib.c:5157
 
2150
msgid "The Gamma function (only real values implemented)"
 
2151
msgstr "The Gamma function (only real values implemented)"
 
2152
 
 
2153
#: ../src/funclib.c:5161
1078
2154
msgid "The square root"
1079
2155
msgstr "The square root"
1080
2156
 
1081
 
#: ../src/funclib.c:4702
 
2157
#: ../src/funclib.c:5165
1082
2158
msgid "The exponential function"
1083
2159
msgstr "The exponential function"
1084
2160
 
1085
 
#: ../src/funclib.c:4704
 
2161
#: ../src/funclib.c:5167
1086
2162
msgid "The natural logarithm"
1087
2163
msgstr "The natural logarithm"
1088
2164
 
1089
 
#: ../src/funclib.c:4706
 
2165
#: ../src/funclib.c:5169
1090
2166
msgid "Logarithm of x base 2"
1091
2167
msgstr "Logarithm of x base 2"
1092
2168
 
1093
 
#: ../src/funclib.c:4709
 
2169
#: ../src/funclib.c:5172
1094
2170
msgid "Logarithm of x base 10"
1095
2171
msgstr "Logarithm of x base 10"
1096
2172
 
1097
 
#: ../src/funclib.c:4711
 
2173
#: ../src/funclib.c:5174
1098
2174
msgid "Round a number"
1099
2175
msgstr "Round a number"
1100
2176
 
1101
 
#: ../src/funclib.c:4714
 
2177
#: ../src/funclib.c:5177
1102
2178
msgid "Get the highest integer less than or equal to n"
1103
2179
msgstr "Get the highest integer less than or equal to n"
1104
2180
 
1105
 
#: ../src/funclib.c:4717
 
2181
#: ../src/funclib.c:5180
1106
2182
msgid "Get the lowest integer more than or equal to n"
1107
2183
msgstr "Get the lowest integer more than or equal to n"
1108
2184
 
1109
 
#: ../src/funclib.c:4720
 
2185
#: ../src/funclib.c:5183
1110
2186
msgid "Truncate number to an integer (return the integer part)"
1111
2187
msgstr "Truncate number to an integer (return the integer part)"
1112
2188
 
1113
 
#: ../src/funclib.c:4724
 
2189
#: ../src/funclib.c:5187
1114
2190
msgid "Make number a float"
1115
2191
msgstr "Make number a float"
1116
2192
 
1117
 
#: ../src/funclib.c:4726
 
2193
#: ../src/funclib.c:5189
1118
2194
msgid "Get the numerator of a rational number"
1119
2195
msgstr "Get the numerator of a rational number"
1120
2196
 
1121
 
#: ../src/funclib.c:4728
 
2197
#: ../src/funclib.c:5191
1122
2198
msgid "Get the denominator of a rational number"
1123
2199
msgstr "Get the denominator of a rational number"
1124
2200
 
1125
 
#: ../src/funclib.c:4731
 
2201
#: ../src/funclib.c:5194
1126
2202
msgid "Greatest common divisor"
1127
2203
msgstr "Greatest common divisor"
1128
2204
 
1129
 
#: ../src/funclib.c:4733
 
2205
#: ../src/funclib.c:5196
1130
2206
msgid "Least common multiplier"
1131
2207
msgstr "Least common multiplier"
1132
2208
 
1133
 
#: ../src/funclib.c:4735
 
2209
#: ../src/funclib.c:5198
1134
2210
msgid "Check a number for being a perfect square"
1135
2211
msgstr "Check a number for being a perfect square"
1136
2212
 
1137
 
#: ../src/funclib.c:4736
 
2213
#: ../src/funclib.c:5199
1138
2214
msgid "Check a number for being any perfect power (a^b)"
1139
2215
msgstr "Check a number for being any perfect power (a^b)"
1140
2216
 
1141
 
#: ../src/funclib.c:4737
 
2217
#: ../src/funclib.c:5200
1142
2218
msgid "Return the n'th prime (up to a limit)"
1143
2219
msgstr "Return the n'th prime (up to a limit)"
1144
2220
 
1145
 
#: ../src/funclib.c:4739
 
2221
#: ../src/funclib.c:5202
1146
2222
msgid "Tests if an integer is even"
1147
2223
msgstr "Tests if an integer is even"
1148
2224
 
1149
 
#: ../src/funclib.c:4740
 
2225
#: ../src/funclib.c:5203
1150
2226
msgid "Tests if an integer is odd"
1151
2227
msgstr "Tests if an integer is odd"
1152
2228
 
1153
 
#: ../src/funclib.c:4742
 
2229
#: ../src/funclib.c:5205
1154
2230
msgid "Returns the least prime greater than n (if n is positive)"
1155
2231
msgstr "Returns the least prime greater than n (if n is positive)"
1156
2232
 
1157
 
#: ../src/funclib.c:4743
 
2233
#: ../src/funclib.c:5206
1158
2234
msgid "Returns the n'th Lucas number"
1159
2235
msgstr "Returns the n'th Lucas number"
1160
2236
 
1161
 
#: ../src/funclib.c:4744
 
2237
#: ../src/funclib.c:5207
1162
2238
msgid "Returns inverse of n mod m"
1163
2239
msgstr "Returns inverse of n mod m"
1164
2240
 
1165
 
#: ../src/funclib.c:4745
 
2241
#: ../src/funclib.c:5208
1166
2242
msgid "Checks divisibility (if m divides n)"
1167
2243
msgstr "Checks divisibility (if m divides n)"
1168
2244
 
1169
 
#: ../src/funclib.c:4746
1170
 
msgid ""
1171
 
"Return n/d but only if d divides n else returns garbage (this is faster than "
1172
 
"writing n/d)"
1173
 
msgstr ""
1174
 
"Return n/d but only if d divides n else returns garbage (this is faster than "
1175
 
"writing n/d)"
1176
 
 
1177
 
#: ../src/funclib.c:4747
1178
 
msgid ""
1179
 
"Tests primality of integers, for numbers greater than 25*10^9 false positive "
1180
 
"is with low probability depending on IsPrimeMillerRabinReps"
1181
 
msgstr ""
1182
 
"Tests primality of integers, for numbers greater than 25*10^9 false positive "
1183
 
"is with low probability depending on IsPrimeMillerRabinReps"
1184
 
 
1185
 
#: ../src/funclib.c:4748
 
2245
#: ../src/funclib.c:5209
 
2246
msgid "Return n/d but only if d divides n else returns garbage (this is faster than writing n/d)"
 
2247
msgstr "Return n/d but only if d divides n else returns garbage (this is faster than writing n/d)"
 
2248
 
 
2249
#: ../src/funclib.c:5210
 
2250
msgid "Tests primality of integers, for numbers greater than 25*10^9 false positive is with low probability depending on IsPrimeMillerRabinReps"
 
2251
msgstr "Tests primality of integers, for numbers greater than 25*10^9 false positive is with low probability depending on IsPrimeMillerRabinReps"
 
2252
 
 
2253
#: ../src/funclib.c:5211
1186
2254
msgid "Run the strong pseudoprime test base b on n"
1187
2255
msgstr "Run the strong pseudoprime test base b on n"
1188
2256
 
1189
 
#: ../src/funclib.c:4749
1190
 
msgid ""
1191
 
"Use the Miller-Rabin primality test on n, reps number of times.  The "
1192
 
"probability of false positive is (1/4)^reps"
1193
 
msgstr ""
1194
 
"Use the Miller-Rabin primality test on n, reps number of times.  The "
1195
 
"probability of false positive is (1/4)^reps"
1196
 
 
1197
 
#: ../src/funclib.c:4750
1198
 
msgid ""
1199
 
"Use the Miller-Rabin primality test on n with enough bases that assuming the "
1200
 
"Generalized Reimann Hypothesis the result is deterministic"
1201
 
msgstr ""
1202
 
"Use the Miller-Rabin primality test on n with enough bases that assuming the "
1203
 
"Generalised Reimann Hypothesis the result is deterministic"
1204
 
 
1205
 
#: ../src/funclib.c:4751
 
2257
#: ../src/funclib.c:5212
 
2258
msgid "Use the Miller-Rabin primality test on n, reps number of times.  The probability of false positive is (1/4)^reps"
 
2259
msgstr "Use the Miller-Rabin primality test on n, reps number of times.  The probability of false positive is (1/4)^reps"
 
2260
 
 
2261
#: ../src/funclib.c:5213
 
2262
msgid "Use the Miller-Rabin primality test on n with enough bases that assuming the Generalized Reimann Hypothesis the result is deterministic"
 
2263
msgstr "Use the Miller-Rabin primality test on n with enough bases that assuming the Generalised Reimann Hypothesis the result is deterministic"
 
2264
 
 
2265
#: ../src/funclib.c:5214
1206
2266
msgid "Return factorization of a number as a matrix"
1207
2267
msgstr "Return factorisation of a number as a matrix"
1208
2268
 
1209
 
#: ../src/funclib.c:4753
 
2269
#: ../src/funclib.c:5216
1210
2270
msgid "Returns the maximum of arguments or matrix"
1211
2271
msgstr "Returns the maximum of arguments or matrix"
1212
2272
 
1213
 
#: ../src/funclib.c:4756
 
2273
#: ../src/funclib.c:5219
1214
2274
msgid "Returns the minimum of arguments or matrix"
1215
2275
msgstr "Returns the minimum of arguments or matrix"
1216
2276
 
1217
 
#: ../src/funclib.c:4760
 
2277
#: ../src/funclib.c:5223
1218
2278
msgid "Calculate the Jacobi symbol (a/b) (b should be odd)"
1219
2279
msgstr "Calculate the Jacobi symbol (a/b) (b should be odd)"
1220
2280
 
1221
 
#: ../src/funclib.c:4762
1222
 
msgid ""
1223
 
"Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) "
1224
 
"when a odd, or (a/2)=0 when a even"
1225
 
msgstr ""
1226
 
"Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) "
1227
 
"when a odd, or (a/2)=0 when a even"
 
2281
#: ../src/funclib.c:5225
 
2282
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"
 
2283
msgstr "Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) when a odd, or (a/2)=0 when a even"
1228
2284
 
1229
 
#: ../src/funclib.c:4764
 
2285
#: ../src/funclib.c:5227
1230
2286
msgid "Calculate the Legendre symbol (a/p)"
1231
2287
msgstr "Calculate the Legendre symbol (a/p)"
1232
2288
 
1233
 
#: ../src/funclib.c:4767
 
2289
#: ../src/funclib.c:5230
1234
2290
msgid "Get the real part of a complex number"
1235
2291
msgstr "Get the real part of a complex number"
1236
2292
 
1237
 
#: ../src/funclib.c:4770
 
2293
#: ../src/funclib.c:5233
1238
2294
msgid "Get the imaginary part of a complex number"
1239
2295
msgstr "Get the imaginary part of a complex number"
1240
2296
 
1241
 
#: ../src/funclib.c:4774
 
2297
#: ../src/funclib.c:5237
1242
2298
msgid "Make an identity matrix of a given size"
1243
2299
msgstr "Make an identity matrix of a given size"
1244
2300
 
1245
 
#: ../src/funclib.c:4777
 
2301
#: ../src/funclib.c:5240
1246
2302
msgid "Make an matrix of all zeros (or a row vector)"
1247
2303
msgstr "Make an matrix of all zeros (or a row vector)"
1248
2304
 
1249
 
#: ../src/funclib.c:4779
 
2305
#: ../src/funclib.c:5242
1250
2306
msgid "Make an matrix of all ones (or a row vector)"
1251
2307
msgstr "Make an matrix of all ones (or a row vector)"
1252
2308
 
1253
 
#: ../src/funclib.c:4782
 
2309
#: ../src/funclib.c:5245
1254
2310
msgid "Get the number of rows of a matrix"
1255
2311
msgstr "Get the number of rows of a matrix"
1256
2312
 
1257
 
#: ../src/funclib.c:4783
 
2313
#: ../src/funclib.c:5246
1258
2314
msgid "Get the number of columns of a matrix"
1259
2315
msgstr "Get the number of columns of a matrix"
1260
2316
 
1261
 
#: ../src/funclib.c:4784
 
2317
#: ../src/funclib.c:5247
1262
2318
msgid "Is a matrix square"
1263
2319
msgstr "Is a matrix square"
1264
2320
 
1265
 
#: ../src/funclib.c:4785
 
2321
#: ../src/funclib.c:5248
1266
2322
msgid "Get the number of elements of a matrix"
1267
2323
msgstr "Get the number of elements of a matrix"
1268
2324
 
1269
 
#: ../src/funclib.c:4787
 
2325
#: ../src/funclib.c:5250
1270
2326
msgid "Get the row echelon form of a matrix"
1271
2327
msgstr "Get the row echelon form of a matrix"
1272
2328
 
1273
 
#: ../src/funclib.c:4791
 
2329
#: ../src/funclib.c:5254
1274
2330
msgid "Get the reduced row echelon form of a matrix"
1275
2331
msgstr "Get the reduced row echelon form of a matrix"
1276
2332
 
1277
 
#: ../src/funclib.c:4795
1278
 
msgid ""
1279
 
"Solve linear system Mx=V, return solution V if there is a unique solution, "
1280
 
"null otherwise.  Extra two reference parameters can optionally be used to "
1281
 
"get the reduced M and V."
1282
 
msgstr ""
1283
 
"Solve linear system Mx=V, return solution V if there is a unique solution, "
1284
 
"null otherwise.  Extra two reference parameters can optionally be used to "
1285
 
"get the reduced M and V."
 
2333
#: ../src/funclib.c:5258
 
2334
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."
 
2335
msgstr "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."
1286
2336
 
1287
 
#: ../src/funclib.c:4798
 
2337
#: ../src/funclib.c:5261
1288
2338
msgid "Get the determinant of a matrix"
1289
2339
msgstr "Get the determinant of a matrix"
1290
2340
 
1291
 
#: ../src/funclib.c:4801
 
2341
#: ../src/funclib.c:5264
1292
2342
msgid "Make new matrix of given size from old one"
1293
2343
msgstr "Make new matrix of given size from old one"
1294
2344
 
1295
 
#: ../src/funclib.c:4802
 
2345
#: ../src/funclib.c:5265
1296
2346
msgid "Return the index complement of a vector of indexes"
1297
2347
msgstr "Return the index complement of a vector of indexes"
1298
2348
 
1299
 
#: ../src/funclib.c:4804
 
2349
#: ../src/funclib.c:5266
 
2350
msgid "Get the hermitian product of two vectors"
 
2351
msgstr "Get the hermitian product of two vectors"
 
2352
 
 
2353
#: ../src/funclib.c:5269
1300
2354
msgid "Check if a matrix is a matrix of numbers"
1301
2355
msgstr "Check if a matrix is a matrix of numbers"
1302
2356
 
1303
 
#: ../src/funclib.c:4805
 
2357
#: ../src/funclib.c:5270
1304
2358
msgid "Check if a matrix is an integer (non-complex) matrix"
1305
2359
msgstr "Check if a matrix is an integer (non-complex) matrix"
1306
2360
 
1307
 
#: ../src/funclib.c:4806
 
2361
#: ../src/funclib.c:5271
1308
2362
msgid "Check if a matrix is a rational (non-complex) matrix"
1309
2363
msgstr "Check if a matrix is a rational (non-complex) matrix"
1310
2364
 
1311
 
#: ../src/funclib.c:4807
 
2365
#: ../src/funclib.c:5272
1312
2366
msgid "Check if a matrix is a real (non-complex) matrix"
1313
2367
msgstr "Check if a matrix is a real (non-complex) matrix"
1314
2368
 
1315
 
#: ../src/funclib.c:4809
 
2369
#: ../src/funclib.c:5274
 
2370
msgid "Returns true if the element x is in the set X (where X is a vector pretending to be a set)"
 
2371
msgstr "Returns true if the element x is in the set X (where X is a vector pretending to be a set)"
 
2372
 
 
2373
#: ../src/funclib.c:5275
 
2374
msgid "Returns a set theoretic difference X-Y (X and Y are vectors pretending to be sets)"
 
2375
msgstr "Returns a set theoretic difference X-Y (X and Y are vectors pretending to be sets)"
 
2376
 
 
2377
#: ../src/funclib.c:5276
 
2378
msgid "Returns a set theoretic intersection of X and Y (X and Y are vectors pretending to be sets)"
 
2379
msgstr "Returns a set theoretic intersection of X and Y (X and Y are vectors pretending to be sets)"
 
2380
 
 
2381
#: ../src/funclib.c:5278
1316
2382
msgid "Check if argument is a null"
1317
2383
msgstr "Check if argument is a null"
1318
2384
 
1319
 
#: ../src/funclib.c:4810
 
2385
#: ../src/funclib.c:5279
1320
2386
msgid "Check if argument is a number"
1321
2387
msgstr "Check if argument is a number"
1322
2388
 
1323
 
#: ../src/funclib.c:4811
 
2389
#: ../src/funclib.c:5280
1324
2390
msgid "Check if argument is a boolean (and not a number)"
1325
2391
msgstr "Check if argument is a boolean (and not a number)"
1326
2392
 
1327
 
#: ../src/funclib.c:4812
 
2393
#: ../src/funclib.c:5281
1328
2394
msgid "Check if argument is a text string"
1329
2395
msgstr "Check if argument is a text string"
1330
2396
 
1331
 
#: ../src/funclib.c:4813
 
2397
#: ../src/funclib.c:5282
1332
2398
msgid "Check if argument is a matrix"
1333
2399
msgstr "Check if argument is a matrix"
1334
2400
 
1335
 
#: ../src/funclib.c:4814
 
2401
#: ../src/funclib.c:5283
1336
2402
msgid "Check if argument is a function"
1337
2403
msgstr "Check if argument is a function"
1338
2404
 
1339
 
#: ../src/funclib.c:4815
 
2405
#: ../src/funclib.c:5284
 
2406
msgid "Check if argument is a function or an identifier"
 
2407
msgstr "Check if argument is a function or an identifier"
 
2408
 
 
2409
#: ../src/funclib.c:5285
1340
2410
msgid "Check if argument is a function reference"
1341
2411
msgstr "Check if argument is a function reference"
1342
2412
 
1343
 
#: ../src/funclib.c:4817
 
2413
#: ../src/funclib.c:5287
1344
2414
msgid "Check if argument is a complex (non-real) number"
1345
2415
msgstr "Check if argument is a complex (non-real) number"
1346
2416
 
1347
 
#: ../src/funclib.c:4818
 
2417
#: ../src/funclib.c:5288
1348
2418
msgid "Check if argument is a real number"
1349
2419
msgstr "Check if argument is a real number"
1350
2420
 
1351
 
#: ../src/funclib.c:4819
 
2421
#: ../src/funclib.c:5289
1352
2422
msgid "Check if argument is an integer (non-complex)"
1353
2423
msgstr "Check if argument is an integer (non-complex)"
1354
2424
 
1355
 
#: ../src/funclib.c:4820
 
2425
#: ../src/funclib.c:5290
1356
2426
msgid "Check if argument is a positive real integer"
1357
2427
msgstr "Check if argument is a positive real integer"
1358
2428
 
1359
 
#: ../src/funclib.c:4822
 
2429
#: ../src/funclib.c:5292
1360
2430
msgid "Check if argument is a non-negative real integer"
1361
2431
msgstr "Check if argument is a non-negative real integer"
1362
2432
 
1363
 
#: ../src/funclib.c:4823
 
2433
#: ../src/funclib.c:5293
1364
2434
msgid "Check if argument is a possibly complex integer"
1365
2435
msgstr "Check if argument is a possibly complex integer"
1366
2436
 
1367
 
#: ../src/funclib.c:4825
 
2437
#: ../src/funclib.c:5295
1368
2438
msgid "Check if argument is a rational number (non-complex)"
1369
2439
msgstr "Check if argument is a rational number (non-complex)"
1370
2440
 
1371
 
#: ../src/funclib.c:4826
 
2441
#: ../src/funclib.c:5296
1372
2442
msgid "Check if argument is a possibly complex rational number"
1373
2443
msgstr "Check if argument is a possibly complex rational number"
1374
2444
 
1375
 
#: ../src/funclib.c:4827
 
2445
#: ../src/funclib.c:5297
1376
2446
msgid "Check if argument is a floating point number (non-complex)"
1377
2447
msgstr "Check if argument is a floating point number (non-complex)"
1378
2448
 
1379
 
#: ../src/funclib.c:4829
 
2449
#: ../src/funclib.c:5299
1380
2450
msgid "Add two polynomials (vectors)"
1381
2451
msgstr "Add two polynomials (vectors)"
1382
2452
 
1383
 
#: ../src/funclib.c:4830
 
2453
#: ../src/funclib.c:5300
1384
2454
msgid "Subtract two polynomials (as vectors)"
1385
2455
msgstr "Subtract two polynomials (as vectors)"
1386
2456
 
1387
 
#: ../src/funclib.c:4831
 
2457
#: ../src/funclib.c:5301
1388
2458
msgid "Multiply two polynomials (as vectors)"
1389
2459
msgstr "Multiply two polynomials (as vectors)"
1390
2460
 
1391
 
#: ../src/funclib.c:4832
 
2461
#: ../src/funclib.c:5302
1392
2462
msgid "Take polynomial (as vector) derivative"
1393
2463
msgstr "Take polynomial (as vector) derivative"
1394
2464
 
1395
 
#: ../src/funclib.c:4833
 
2465
#: ../src/funclib.c:5303
1396
2466
msgid "Take second polynomial (as vector) derivative"
1397
2467
msgstr "Take second polynomial (as vector) derivative"
1398
2468
 
1399
 
#: ../src/funclib.c:4834
 
2469
#: ../src/funclib.c:5304
1400
2470
msgid "Trim zeros from a polynomial (as vector)"
1401
2471
msgstr "Trim zeros from a polynomial (as vector)"
1402
2472
 
1403
 
#: ../src/funclib.c:4835
 
2473
#: ../src/funclib.c:5305
1404
2474
msgid "Check if a vector is usable as a polynomial"
1405
2475
msgstr "Check if a vector is usable as a polynomial"
1406
2476
 
1407
 
#: ../src/funclib.c:4836
 
2477
#: ../src/funclib.c:5306
1408
2478
msgid "Make string out of a polynomial (as vector)"
1409
2479
msgstr "Make string out of a polynomial (as vector)"
1410
2480
 
1411
 
#: ../src/funclib.c:4837
 
2481
#: ../src/funclib.c:5307
1412
2482
msgid "Make function out of a polynomial (as vector)"
1413
2483
msgstr "Make function out of a polynomial (as vector)"
1414
2484
 
1415
 
#: ../src/funclib.c:4839
 
2485
#: ../src/funclib.c:5309
1416
2486
msgid "Get all combinations of k numbers from 1 to n as a vector of vectors"
1417
2487
msgstr "Get all combinations of k numbers from 1 to n as a vector of vectors"
1418
2488
 
1419
 
#: ../src/funclib.c:4840
 
2489
#: ../src/funclib.c:5310
 
2490
msgid "Get combination that would come after v in call to combinations, first combination should be [1:k]."
 
2491
msgstr "Get combination that would come after v in call to combinations, first combination should be [1:k]."
 
2492
 
 
2493
#: ../src/funclib.c:5311
1420
2494
msgid "Get all permutations of k numbers from 1 to n as a vector of vectors"
1421
2495
msgstr "Get all permutations of k numbers from 1 to n as a vector of vectors"
1422
2496
 
1423
 
#: ../src/funclib.c:4842
 
2497
#: ../src/funclib.c:5313
1424
2498
msgid "Convert a string to a vector of ASCII values"
1425
2499
msgstr "Convert a string to a vector of ASCII values"
1426
2500
 
1427
 
#: ../src/funclib.c:4843
 
2501
#: ../src/funclib.c:5314
1428
2502
msgid "Convert a vector of ASCII values to a string"
1429
2503
msgstr "Convert a vector of ASCII values to a string"
1430
2504
 
1431
 
#: ../src/funclib.c:4845
1432
 
msgid ""
1433
 
"Convert a string to a vector of 0-based alphabet values (positions in the "
1434
 
"alphabet string), -1's for unknown letters"
1435
 
msgstr ""
1436
 
"Convert a string to a vector of 0-based alphabet values (positions in the "
1437
 
"alphabet string), -1's for unknown letters"
1438
 
 
1439
 
#: ../src/funclib.c:4846
1440
 
msgid ""
1441
 
"Convert a vector of 0-based alphabet values (positions in the alphabet "
1442
 
"string) to a string"
1443
 
msgstr ""
1444
 
"Convert a vector of 0-based alphabet values (positions in the alphabet "
1445
 
"string) to a string"
1446
 
 
1447
 
#: ../src/funclib.c:4848
 
2505
#: ../src/funclib.c:5316
 
2506
msgid "Convert a string to a vector of 0-based alphabet values (positions in the alphabet string), -1's for unknown letters"
 
2507
msgstr "Convert a string to a vector of 0-based alphabet values (positions in the alphabet string), -1's for unknown letters"
 
2508
 
 
2509
#: ../src/funclib.c:5317
 
2510
msgid "Convert a vector of 0-based alphabet values (positions in the alphabet string) to a string"
 
2511
msgstr "Convert a vector of 0-based alphabet values (positions in the alphabet string) to a string"
 
2512
 
 
2513
#: ../src/funclib.c:5319
1448
2514
msgid "Protect a variable from being modified"
1449
2515
msgstr "Protect a variable from being modified"
1450
2516
 
1451
 
#: ../src/funclib.c:4849
 
2517
#: ../src/funclib.c:5320
1452
2518
msgid "Unprotect a variable from being modified"
1453
2519
msgstr "Unprotect a variable from being modified"
1454
2520
 
1455
 
#: ../src/funclib.c:4850
1456
 
msgid ""
1457
 
"Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments"
1458
 
"\""
1459
 
msgstr ""
1460
 
"Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments"
1461
 
"\""
 
2521
#: ../src/funclib.c:5321
 
2522
msgid "Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments\""
 
2523
msgstr "Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments\""
1462
2524
 
1463
 
#: ../src/funclib.c:4851
 
2525
#: ../src/funclib.c:5322
1464
2526
msgid "Get current modulo from the context outside the function"
1465
2527
msgstr "Get current modulo from the context outside the function"
1466
2528
 
1467
 
#: ../src/funclib.c:4853
1468
 
msgid ""
1469
 
"Integration of f by Composite Simpson's Rule on the interval [a,b] with n "
1470
 
"subintervals with error of max(f'''')*h^4*(b-a)/180, note that n should be "
1471
 
"even"
1472
 
msgstr ""
1473
 
"Integration of f by Composite Simpson's Rule on the interval [a,b] with n "
1474
 
"subintervals with error of max(f'''')*h^4*(b-a)/180, note that n should be "
1475
 
"even"
 
2529
#: ../src/funclib.c:5324
 
2530
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"
 
2531
msgstr "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"
1476
2532
 
1477
2533
#: ../src/genius.c:97
1478
2534
#, c-format
1484
2540
msgid "Too many errors! (%d followed)\n"
1485
2541
msgstr "Too many errors! (%d followed)\n"
1486
2542
 
1487
 
#: ../src/genius.c:223 ../src/genius.c:230
 
2543
#: ../src/genius.c:224
 
2544
#: ../src/genius.c:233
 
2545
#: ../src/genius.c:240
 
2546
#: ../src/genius.c:249
1488
2547
#, c-format
1489
2548
msgid "%s should be between %d and %d, using %d"
1490
2549
msgstr "%s should be between %d and %d, using %d"
1491
2550
 
1492
 
#: ../src/genius.c:249
 
2551
#: ../src/genius.c:268
 
2552
#: ../src/genius.c:277
1493
2553
#, c-format
1494
2554
msgid "%s should be greater then or equal to %d, using %d"
1495
2555
msgstr "%s should be greater then or equal to %d, using %d"
1496
2556
 
1497
 
#: ../src/genius.c:277
1498
 
#, c-format
1499
 
msgid ""
1500
 
"Genius %s\n"
1501
 
"%s%s\n"
1502
 
msgstr ""
1503
 
"Genius %s\n"
1504
 
"%s%s\n"
1505
 
 
1506
 
#: ../src/genius.c:288
1507
 
#, c-format
1508
 
msgid ""
1509
 
"Genius %s usage:\n"
1510
 
"\n"
1511
 
"genius [options] [files]\n"
1512
 
"\n"
1513
 
"\t--help            \tPrint this help\n"
1514
 
"\t--version         \tPrint version number\n"
1515
 
"\t--precision=num   \tFloating point precision [128]\n"
1516
 
"\t--maxdigits=num   \tMaximum digits to display (0=no limit) [0]\n"
1517
 
"\t--[no]floatresult \tAll results as floats [OFF]\n"
1518
 
"\t--[no]scinot      \tResults in scientific notation [OFF]\n"
1519
 
"\t--[no]fullexp     \tAlways print full expressions [OFF]\n"
1520
 
"\t--maxerrors=num   \tMaximum errors to display (0=no limit) [5]\n"
1521
 
"\t--[no]mixed       \tPrint fractions in mixed format\n"
1522
 
"\t--intoutbase=num  \tBase to use to print out integers [10]\n"
1523
 
"\t--[no]readline    \tUse readline if it is available [ON]\n"
1524
 
"\t--[no]compile     \tCompile everything and dump it to stdout [OFF]\n"
1525
 
"\t--[no]gettext     \tDump help/error strings in fake .c file to\n"
1526
 
"\t                  \tstdout (for use with gettext) [OFF]\n"
1527
 
"\t--[no]quiet       \tBe quiet during non-interactive mode,\n"
1528
 
"\t                  \t(always on when compiling) [OFF]\n"
1529
 
"\n"
1530
 
msgstr ""
1531
 
"Genius %s usage:\n"
1532
 
"\n"
1533
 
"genius [options] [files]\n"
1534
 
"\n"
1535
 
"\t--help            \tPrint this help\n"
1536
 
"\t--version         \tPrint version number\n"
1537
 
"\t--precision=num   \tFloating point precision [128]\n"
1538
 
"\t--maxdigits=num   \tMaximum digits to display (0=no limit) [0]\n"
1539
 
"\t--[no]floatresult \tAll results as floats [OFF]\n"
1540
 
"\t--[no]scinot      \tResults in scientific notation [OFF]\n"
1541
 
"\t--[no]fullexp     \tAlways print full expressions [OFF]\n"
1542
 
"\t--maxerrors=num   \tMaximum errors to display (0=no limit) [5]\n"
1543
 
"\t--[no]mixed       \tPrint fractions in mixed format\n"
1544
 
"\t--intoutbase=num  \tBase to use to print out integers [10]\n"
1545
 
"\t--[no]readline    \tUse readline if it is available [ON]\n"
1546
 
"\t--[no]compile     \tCompile everything and dump it to stdout [OFF]\n"
1547
 
"\t--[no]gettext     \tDump help/error strings in fake .c file to\n"
1548
 
"\t                  \tstdout (for use with gettext) [OFF]\n"
1549
 
"\t--[no]quiet       \tBe quiet during non-interactive mode,\n"
1550
 
"\t                  \t(always on when compiling) [OFF]\n"
1551
 
"\n"
1552
 
 
1553
 
#: ../src/genius.c:336
 
2557
#: ../src/genius.c:313
 
2558
#, c-format
 
2559
msgid ""
 
2560
"Genius %s\n"
 
2561
"%s%s\n"
 
2562
msgstr ""
 
2563
"Genius %s\n"
 
2564
"%s%s\n"
 
2565
 
 
2566
#: ../src/genius.c:324
 
2567
#, c-format
 
2568
msgid ""
 
2569
"Genius %s usage:\n"
 
2570
"\n"
 
2571
"genius [options] [files]\n"
 
2572
"\n"
 
2573
"\t--help            \tPrint this help\n"
 
2574
"\t--version         \tPrint version number\n"
 
2575
"\t--precision=num   \tFloating point precision [128]\n"
 
2576
"\t--maxdigits=num   \tMaximum digits to display (0=no limit) [0]\n"
 
2577
"\t--[no]floatresult \tAll results as floats [OFF]\n"
 
2578
"\t--[no]scinot      \tResults in scientific notation [OFF]\n"
 
2579
"\t--[no]fullexp     \tAlways print full expressions [OFF]\n"
 
2580
"\t--maxerrors=num   \tMaximum errors to display (0=no limit) [5]\n"
 
2581
"\t--[no]mixed       \tPrint fractions in mixed format\n"
 
2582
"\t--intoutbase=num  \tBase to use to print out integers [10]\n"
 
2583
"\t--[no]readline    \tUse readline if it is available [ON]\n"
 
2584
"\t--[no]compile     \tCompile everything and dump it to stdout [OFF]\n"
 
2585
"\t--[no]gettext     \tDump help/error strings in fake .c file to\n"
 
2586
"\t                  \tstdout (for use with gettext) [OFF]\n"
 
2587
"\t--[no]quiet       \tBe quiet during non-interactive mode,\n"
 
2588
"\t                  \t(always on when compiling) [OFF]\n"
 
2589
"\t--exec=expr       \tExecute an expression\n"
 
2590
"\n"
 
2591
msgstr ""
 
2592
"Genius %s usage:\n"
 
2593
"\n"
 
2594
"genius [options] [files]\n"
 
2595
"\n"
 
2596
"\t--help            \tPrint this help\n"
 
2597
"\t--version         \tPrint version number\n"
 
2598
"\t--precision=num   \tFloating point precision [128]\n"
 
2599
"\t--maxdigits=num   \tMaximum digits to display (0=no limit) [0]\n"
 
2600
"\t--[no]floatresult \tAll results as floats [OFF]\n"
 
2601
"\t--[no]scinot      \tResults in scientific notation [OFF]\n"
 
2602
"\t--[no]fullexp     \tAlways print full expressions [OFF]\n"
 
2603
"\t--maxerrors=num   \tMaximum errors to display (0=no limit) [5]\n"
 
2604
"\t--[no]mixed       \tPrint fractions in mixed format\n"
 
2605
"\t--intoutbase=num  \tBase to use to print out integers [10]\n"
 
2606
"\t--[no]readline    \tUse readline if it is available [ON]\n"
 
2607
"\t--[no]compile     \tCompile everything and dump it to stdout [OFF]\n"
 
2608
"\t--[no]gettext     \tDump help/error strings in fake .c file to\n"
 
2609
"\t                  \tstdout (for use with gettext) [OFF]\n"
 
2610
"\t--[no]quiet       \tBe quiet during non-interactive mode,\n"
 
2611
"\t                  \t(always on when compiling) [OFF]\n"
 
2612
"\t--exec=expr       \tExecute an expression\n"
 
2613
"\n"
 
2614
 
 
2615
#: ../src/genius.c:352
 
2616
msgid "Can't specify both an expression and files to execute on the command line"
 
2617
msgstr "Can't specify both an expression and files to execute on the command line"
 
2618
 
 
2619
#: ../src/genius.c:378
1554
2620
#, c-format
1555
2621
msgid ""
1556
2622
"Genius %s\n"
1567
2633
"For help type 'manual' or 'help'.%s\n"
1568
2634
"\n"
1569
2635
 
1570
 
#: ../src/genius.c:391 ../src/gnome-genius.c:3155
1571
 
msgid ""
1572
 
"The only thing that interferes with my learning is my education.  -- Albert "
1573
 
"Einstein"
1574
 
msgstr ""
1575
 
"The only thing that interferes with my learning is my education.  -- Albert "
1576
 
"Einstein"
 
2636
#: ../src/genius.c:434
 
2637
#: ../src/gnome-genius.c:3343
 
2638
msgid "The only thing that interferes with my learning is my education.  -- Albert Einstein"
 
2639
msgstr "The only thing that interferes with my learning is my education.  -- Albert Einstein"
1577
2640
 
1578
 
#: ../src/genius.c:412 ../src/genius.c:472
 
2641
#: ../src/genius.c:455
 
2642
#: ../src/genius.c:526
1579
2643
msgid "Can't open file"
1580
2644
msgstr "Can't open file"
1581
2645
 
1615
2679
msgid "String"
1616
2680
msgstr "String"
1617
2681
 
1618
 
#: ../src/gnome-genius.c:205
 
2682
#: ../src/gnome-genius.c:210
1619
2683
msgid "_New Program"
1620
2684
msgstr "_New Program"
1621
2685
 
1622
 
#: ../src/gnome-genius.c:205 ../src/gnome-genius.c:302
 
2686
#: ../src/gnome-genius.c:210
 
2687
#: ../src/gnome-genius.c:319
1623
2688
msgid "Create new program tab"
1624
2689
msgstr "Create new program tab"
1625
2690
 
1626
 
#: ../src/gnome-genius.c:212
 
2691
#: ../src/gnome-genius.c:217
1627
2692
msgid "_Reload from Disk"
1628
2693
msgstr "_Reload from Disk"
1629
2694
 
1630
 
#: ../src/gnome-genius.c:212
 
2695
#: ../src/gnome-genius.c:217
1631
2696
msgid "Reload the selected program from disk"
1632
2697
msgstr "Reload the selected program from disk"
1633
2698
 
1634
 
#: ../src/gnome-genius.c:216
 
2699
#: ../src/gnome-genius.c:221
1635
2700
msgid "_Load and Run..."
1636
2701
msgstr "_Load and Run..."
1637
2702
 
1638
 
#: ../src/gnome-genius.c:216
 
2703
#: ../src/gnome-genius.c:221
1639
2704
msgid "Load and execute a file in genius"
1640
2705
msgstr "Load and execute a file in genius"
1641
2706
 
1642
 
#: ../src/gnome-genius.c:229
 
2707
#: ../src/gnome-genius.c:246
1643
2708
msgid "Copy Answer As Plain _Text"
1644
2709
msgstr "Copy Answer As Plain _Text"
1645
2710
 
1646
 
#: ../src/gnome-genius.c:230
 
2711
#: ../src/gnome-genius.c:247
1647
2712
msgid "Copy last answer into the clipboard in plain text"
1648
2713
msgstr "Copy last answer into the clipboard in plain text"
1649
2714
 
1650
 
#: ../src/gnome-genius.c:233
 
2715
#: ../src/gnome-genius.c:250
1651
2716
msgid "Copy Answer As _LaTeX"
1652
2717
msgstr "Copy Answer As _LaTeX"
1653
2718
 
1654
 
#: ../src/gnome-genius.c:234
 
2719
#: ../src/gnome-genius.c:251
1655
2720
msgid "Copy last answer into the clipboard as LaTeX"
1656
2721
msgstr "Copy last answer into the clipboard as LaTeX"
1657
2722
 
1658
 
#: ../src/gnome-genius.c:237
 
2723
#: ../src/gnome-genius.c:254
1659
2724
msgid "Copy Answer As _MathML"
1660
2725
msgstr "Copy Answer As _MathML"
1661
2726
 
1662
 
#: ../src/gnome-genius.c:238
 
2727
#: ../src/gnome-genius.c:255
1663
2728
msgid "Copy last answer into the clipboard as MathML"
1664
2729
msgstr "Copy last answer into the clipboard as MathML"
1665
2730
 
1666
 
#: ../src/gnome-genius.c:241
 
2731
#: ../src/gnome-genius.c:258
1667
2732
msgid "Copy Answer As T_roff"
1668
2733
msgstr "Copy Answer As T_roff"
1669
2734
 
1670
 
#: ../src/gnome-genius.c:242
 
2735
#: ../src/gnome-genius.c:259
1671
2736
msgid "Copy last answer into the clipboard as Troff eqn"
1672
2737
msgstr "Copy last answer into the clipboard as Troff eqn"
1673
2738
 
1674
 
#: ../src/gnome-genius.c:255
 
2739
#: ../src/gnome-genius.c:272
1675
2740
msgid "_Run"
1676
2741
msgstr "_Run"
1677
2742
 
1678
 
#: ../src/gnome-genius.c:255 ../src/gnome-genius.c:301
 
2743
#: ../src/gnome-genius.c:272
 
2744
#: ../src/gnome-genius.c:318
1679
2745
msgid "Run current program"
1680
2746
msgstr "Run current program"
1681
2747
 
1682
 
#: ../src/gnome-genius.c:256
 
2748
#: ../src/gnome-genius.c:273
1683
2749
msgid "_Interrupt"
1684
2750
msgstr "_Interrupt"
1685
2751
 
1686
 
#: ../src/gnome-genius.c:256 ../src/gnome-genius.c:299
 
2752
#: ../src/gnome-genius.c:273
 
2753
#: ../src/gnome-genius.c:316
1687
2754
msgid "Interrupt current calculation"
1688
2755
msgstr "Interrupt current calculation"
1689
2756
 
1690
 
#: ../src/gnome-genius.c:258 ../src/graphing.c:2879
 
2757
#: ../src/gnome-genius.c:275
 
2758
#: ../src/graphing.c:3269
1691
2759
msgid "_Plot"
1692
2760
msgstr "_Plot"
1693
2761
 
1694
 
#: ../src/gnome-genius.c:258 ../src/gnome-genius.c:304
 
2762
#: ../src/gnome-genius.c:275
 
2763
#: ../src/gnome-genius.c:321
1695
2764
msgid "Plot a function"
1696
2765
msgstr "Plot a function"
1697
2766
 
1698
 
#: ../src/gnome-genius.c:264
 
2767
#: ../src/gnome-genius.c:281
1699
2768
msgid "_Help on Function"
1700
2769
msgstr "_Help on Function"
1701
2770
 
1702
 
#: ../src/gnome-genius.c:265
 
2771
#: ../src/gnome-genius.c:282
1703
2772
msgid "Help on a function or a command"
1704
2773
msgstr "Help on a function or a command"
1705
2774
 
1706
 
#: ../src/gnome-genius.c:268
 
2775
#: ../src/gnome-genius.c:285
1707
2776
msgid "_Warranty"
1708
2777
msgstr "_Warranty"
1709
2778
 
1710
 
#: ../src/gnome-genius.c:269
 
2779
#: ../src/gnome-genius.c:286
1711
2780
msgid "Display warranty information"
1712
2781
msgstr "Display warranty information"
1713
2782
 
1714
 
#: ../src/gnome-genius.c:287
 
2783
#: ../src/gnome-genius.c:304
1715
2784
msgid "_Calculator"
1716
2785
msgstr "_Calculator"
1717
2786
 
1718
 
#: ../src/gnome-genius.c:289
 
2787
#: ../src/gnome-genius.c:306
1719
2788
msgid "P_lugins"
1720
2789
msgstr "P_lugins"
1721
2790
 
1722
 
#: ../src/gnome-genius.c:291
 
2791
#: ../src/gnome-genius.c:308
1723
2792
msgid "_Programs"
1724
2793
msgstr "_Programs"
1725
2794
 
1726
 
#: ../src/gnome-genius.c:299
 
2795
#: ../src/gnome-genius.c:316
1727
2796
msgid "Interrupt"
1728
2797
msgstr "Interrupt"
1729
2798
 
1730
 
#: ../src/gnome-genius.c:301
 
2799
#: ../src/gnome-genius.c:318
1731
2800
msgid "Run"
1732
2801
msgstr "Run"
1733
2802
 
1734
 
#: ../src/gnome-genius.c:302
 
2803
#: ../src/gnome-genius.c:319
1735
2804
msgid "New"
1736
2805
msgstr "New"
1737
2806
 
1738
 
#: ../src/gnome-genius.c:303
 
2807
#: ../src/gnome-genius.c:320
1739
2808
msgid "Open"
1740
2809
msgstr "Open"
1741
2810
 
1742
 
#: ../src/gnome-genius.c:303
 
2811
#: ../src/gnome-genius.c:320
1743
2812
msgid "Open a GEL file for running"
1744
2813
msgstr "Open a GEL file for running"
1745
2814
 
1746
 
#: ../src/gnome-genius.c:304 ../src/graphing.c:1254
 
2815
#: ../src/gnome-genius.c:321
 
2816
#: ../src/graphing.c:1277
1747
2817
msgid "Plot"
1748
2818
msgstr "Plot"
1749
2819
 
1750
 
#: ../src/gnome-genius.c:305
 
2820
#: ../src/gnome-genius.c:322
1751
2821
msgid "Exit"
1752
2822
msgstr "Exit"
1753
2823
 
1754
 
#: ../src/gnome-genius.c:305
 
2824
#: ../src/gnome-genius.c:322
1755
2825
msgid "Exit genius"
1756
2826
msgstr "Exit genius"
1757
2827
 
1758
 
#: ../src/gnome-genius.c:389
 
2828
#: ../src/gnome-genius.c:406
1759
2829
msgid "Help on Function"
1760
2830
msgstr "Help on Function"
1761
2831
 
1762
 
#: ../src/gnome-genius.c:400
 
2832
#: ../src/gnome-genius.c:417
1763
2833
msgid "Function or command name:"
1764
2834
msgstr "Function or command name:"
1765
2835
 
1766
 
#: ../src/gnome-genius.c:433
 
2836
#: ../src/gnome-genius.c:450
1767
2837
#, c-format
1768
2838
msgid "<b>Help on %s not found</b>"
1769
2839
msgstr "<b>Help on %s not found</b>"
1770
2840
 
1771
 
#: ../src/gnome-genius.c:437
 
2841
#: ../src/gnome-genius.c:454
1772
2842
#, c-format
1773
2843
msgid ""
1774
2844
"<b>Help on %s not found</b>\n"
1779
2849
"\n"
1780
2850
"Perhaps you meant %s."
1781
2851
 
1782
 
#: ../src/gnome-genius.c:482
 
2852
#: ../src/gnome-genius.c:499
1783
2853
msgid "Error"
1784
2854
msgstr "Error"
1785
2855
 
1786
 
#: ../src/gnome-genius.c:482
 
2856
#: ../src/gnome-genius.c:499
1787
2857
msgid "Information"
1788
2858
msgstr "Information"
1789
2859
 
1790
 
#: ../src/gnome-genius.c:537
 
2860
#: ../src/gnome-genius.c:554
1791
2861
#, c-format
1792
2862
msgid ""
1793
2863
"\n"
1796
2866
"\n"
1797
2867
"Too many errors! (%d followed)"
1798
2868
 
1799
 
#: ../src/gnome-genius.c:547
 
2869
#: ../src/gnome-genius.c:564
1800
2870
#, c-format
1801
2871
msgid "\\e[01;31mToo many errors! (%d followed)\\e[0m\n"
1802
2872
msgstr "\\e[01;31mToo many errors! (%d followed)\\e[0m\n"
1805
2875
#. * which will give them credit in the About box.
1806
2876
#. * E.g. "Fulano de Tal <fulano@detal.com>"
1807
2877
#.
1808
 
#: ../src/gnome-genius.c:698
 
2878
#: ../src/gnome-genius.c:716
1809
2879
msgid "translator-credits"
1810
2880
msgstr ""
1811
2881
"Gareth Owen <gowen72@yahoo.com>\n"
1812
2882
"David Lodge <dave@cirt.net>"
1813
2883
 
1814
 
#: ../src/gnome-genius.c:717
 
2884
#: ../src/gnome-genius.c:735
1815
2885
msgid "About Genius"
1816
2886
msgstr "About Genius"
1817
2887
 
1818
 
#: ../src/gnome-genius.c:720
1819
 
msgid ""
1820
 
"The Gnome calculator style edition of the genius calculator.  For license/"
1821
 
"warranty details, type 'warranty' into the console."
1822
 
msgstr ""
1823
 
"The Gnome calculator style edition of the genius calculator.  For licence/"
1824
 
"warranty details, type 'warranty' into the console."
1825
 
 
1826
 
#: ../src/gnome-genius.c:889
1827
 
msgid ""
1828
 
"Genius is executing something, and furthermore there are unsaved programs.\n"
1829
 
"Are you sure you wish to quit?"
1830
 
msgstr ""
1831
 
"Genius is executing something, and furthermore there are unsaved programs.\n"
1832
 
"Are you sure you wish to quit?"
1833
 
 
1834
 
#: ../src/gnome-genius.c:897
 
2888
#: ../src/gnome-genius.c:738
 
2889
msgid "The Gnome calculator style edition of the genius calculator.  For license/warranty details, type 'warranty' into the console."
 
2890
msgstr "The Gnome calculator style edition of the genius calculator.  For licence/warranty details, type 'warranty' into the console."
 
2891
 
 
2892
#: ../src/gnome-genius.c:907
 
2893
msgid ""
 
2894
"Genius is executing something, and furthermore there are unsaved programs.\n"
 
2895
"Are you sure you wish to quit?"
 
2896
msgstr ""
 
2897
"Genius is executing something, and furthermore there are unsaved programs.\n"
 
2898
"Are you sure you wish to quit?"
 
2899
 
 
2900
#: ../src/gnome-genius.c:915
1835
2901
msgid "There are unsaved programs, are you sure you wish to quit?"
1836
2902
msgstr "There are unsaved programs, are you sure you wish to quit?"
1837
2903
 
1838
 
#: ../src/gnome-genius.c:904
 
2904
#: ../src/gnome-genius.c:922
1839
2905
msgid "Genius is executing something, are you sure you wish to quit?"
1840
2906
msgstr "Genius is executing something, are you sure you wish to quit?"
1841
2907
 
1842
 
#: ../src/gnome-genius.c:911
 
2908
#: ../src/gnome-genius.c:929
1843
2909
msgid "Are you sure you wish to quit?"
1844
2910
msgstr "Are you sure you wish to quit?"
1845
2911
 
1846
 
#: ../src/gnome-genius.c:1018
 
2912
#: ../src/gnome-genius.c:1036
1847
2913
msgid "Genius Setup"
1848
2914
msgstr "Genius Setup"
1849
2915
 
1850
 
#: ../src/gnome-genius.c:1035
 
2916
#: ../src/gnome-genius.c:1053
1851
2917
msgid "Output"
1852
2918
msgstr "Output"
1853
2919
 
1854
 
#: ../src/gnome-genius.c:1038
 
2920
#: ../src/gnome-genius.c:1056
1855
2921
msgid "Number/Expression output options"
1856
2922
msgstr "Number/Expression output options"
1857
2923
 
1858
 
#: ../src/gnome-genius.c:1048
 
2924
#: ../src/gnome-genius.c:1066
1859
2925
msgid "Maximum digits to output (0=unlimited)"
1860
2926
msgstr "Maximum digits to output (0=unlimited)"
1861
2927
 
1862
 
#: ../src/gnome-genius.c:1068
 
2928
#: ../src/gnome-genius.c:1086
1863
2929
msgid "Results as floats"
1864
2930
msgstr "Results as floats"
1865
2931
 
1866
 
#: ../src/gnome-genius.c:1076
 
2932
#: ../src/gnome-genius.c:1094
1867
2933
msgid "Floats in scientific notation"
1868
2934
msgstr "Floats in scientific notation"
1869
2935
 
1870
 
#: ../src/gnome-genius.c:1084
 
2936
#: ../src/gnome-genius.c:1102
1871
2937
msgid "Always print full expressions"
1872
2938
msgstr "Always print full expressions"
1873
2939
 
1874
 
#: ../src/gnome-genius.c:1093
 
2940
#: ../src/gnome-genius.c:1111
1875
2941
msgid "Error/Info output options"
1876
2942
msgstr "Error/Info output options"
1877
2943
 
1878
 
#: ../src/gnome-genius.c:1101
 
2944
#: ../src/gnome-genius.c:1119
1879
2945
msgid "Display errors in a dialog"
1880
2946
msgstr "Display errors in a dialogue"
1881
2947
 
1882
 
#: ../src/gnome-genius.c:1109
 
2948
#: ../src/gnome-genius.c:1127
1883
2949
msgid "Display information messages in a dialog"
1884
2950
msgstr "Display information messages in a dialogue"
1885
2951
 
1886
 
#: ../src/gnome-genius.c:1120
 
2952
#: ../src/gnome-genius.c:1138
1887
2953
msgid "Maximum errors to display (0=unlimited)"
1888
2954
msgstr "Maximum errors to display (0=unlimited)"
1889
2955
 
1890
 
#: ../src/gnome-genius.c:1144
 
2956
#: ../src/gnome-genius.c:1162
1891
2957
msgid "Precision"
1892
2958
msgstr "Precision"
1893
2959
 
1894
 
#: ../src/gnome-genius.c:1154
 
2960
#: ../src/gnome-genius.c:1172
1895
2961
msgid ""
1896
2962
"NOTE: The floating point precision might not take effect\n"
1897
2963
"for all numbers immediately, only new numbers calculated\n"
1901
2967
"for all numbers immediately, only new numbers calculated\n"
1902
2968
"and new variables will be affected."
1903
2969
 
1904
 
#: ../src/gnome-genius.c:1163
 
2970
#: ../src/gnome-genius.c:1181
1905
2971
msgid "Floating point precision (bits)"
1906
2972
msgstr "Floating point precision (bits)"
1907
2973
 
1908
 
#: ../src/gnome-genius.c:1187
 
2974
#: ../src/gnome-genius.c:1205
1909
2975
msgid "Terminal"
1910
2976
msgstr "Terminal"
1911
2977
 
1912
 
#: ../src/gnome-genius.c:1190
 
2978
#: ../src/gnome-genius.c:1208
1913
2979
msgid "Terminal options"
1914
2980
msgstr "Terminal options"
1915
2981
 
1916
 
#: ../src/gnome-genius.c:1199
 
2982
#: ../src/gnome-genius.c:1217
1917
2983
msgid "Scrollback lines"
1918
2984
msgstr "Scrollback lines"
1919
2985
 
1920
 
#: ../src/gnome-genius.c:1222
 
2986
#: ../src/gnome-genius.c:1240
1921
2987
msgid "Font:"
1922
2988
msgstr "Font:"
1923
2989
 
1924
 
#: ../src/gnome-genius.c:1237
 
2990
#: ../src/gnome-genius.c:1255
1925
2991
msgid "Black on white"
1926
2992
msgstr "Black on white"
1927
2993
 
1928
 
#: ../src/gnome-genius.c:1245
 
2994
#: ../src/gnome-genius.c:1263
1929
2995
msgid "Blinking cursor"
1930
2996
msgstr "Blinking cursor"
1931
2997
 
1932
 
#: ../src/gnome-genius.c:1275
 
2998
#: ../src/gnome-genius.c:1293
1933
2999
msgid ""
1934
3000
"<b>Genius is currently executing something.</b>\n"
1935
3001
"\n"
1939
3005
"\n"
1940
3006
"Please try again later or interrupt the current operation."
1941
3007
 
1942
 
#: ../src/gnome-genius.c:1324
 
3008
#: ../src/gnome-genius.c:1342
1943
3009
msgid "GEL files"
1944
3010
msgstr "GEL files"
1945
3011
 
1946
 
#: ../src/gnome-genius.c:1329 ../src/graphing.c:881
 
3012
#: ../src/gnome-genius.c:1347
 
3013
#: ../src/graphing.c:904
1947
3014
msgid "All files"
1948
3015
msgstr "All files"
1949
3016
 
1950
 
#: ../src/gnome-genius.c:1363 ../src/gnome-genius.c:1987
 
3017
#: ../src/gnome-genius.c:1381
 
3018
#: ../src/gnome-genius.c:2123
1951
3019
msgid "Cannot open file!"
1952
3020
msgstr "Cannot open file!"
1953
3021
 
1954
 
#: ../src/gnome-genius.c:1392 ../src/gnome-genius.c:1410
 
3022
#: ../src/gnome-genius.c:1410
 
3023
#: ../src/gnome-genius.c:1428
1955
3024
msgid "Load and Run"
1956
3025
msgstr "Load and Run"
1957
3026
 
1958
 
#: ../src/gnome-genius.c:1396
 
3027
#: ../src/gnome-genius.c:1414
1959
3028
msgid "_Load"
1960
3029
msgstr "_Load"
1961
3030
 
1962
 
#: ../src/gnome-genius.c:1822
 
3031
#: ../src/gnome-genius.c:1931
1963
3032
msgid "Cannot open file"
1964
3033
msgstr "Cannot open file"
1965
3034
 
1966
 
#: ../src/gnome-genius.c:1854 ../src/gnome-genius.c:2825
 
3035
#: ../src/gnome-genius.c:1963
 
3036
#: ../src/gnome-genius.c:2970
1967
3037
#, c-format
1968
3038
msgid "Line: %d"
1969
3039
msgstr "Line: %d"
1970
3040
 
1971
 
#. the file name will have an underscore
1972
 
#: ../src/gnome-genius.c:1925
 
3041
#: ../src/gnome-genius.c:2045
1973
3042
#, c-format
1974
3043
msgid "Program_%d.gel"
1975
3044
msgstr "Program_%d.gel"
1976
3045
 
1977
 
#: ../src/gnome-genius.c:1926
 
3046
#: ../src/gnome-genius.c:2050
1978
3047
#, c-format
1979
3048
msgid "Program %d"
1980
3049
msgstr "Program %d"
1981
3050
 
1982
 
#: ../src/gnome-genius.c:1939
 
3051
#: ../src/gnome-genius.c:2071
1983
3052
#, c-format
1984
3053
msgid "Cannot open %s"
1985
3054
msgstr "Cannot open %s"
1986
3055
 
1987
 
#: ../src/gnome-genius.c:2014 ../src/gnome-genius.c:2033
 
3056
#: ../src/gnome-genius.c:2150
 
3057
#: ../src/gnome-genius.c:2169
1988
3058
msgid "Open..."
1989
3059
msgstr "Open..."
1990
3060
 
1991
3061
#. new fname
1992
 
#: ../src/gnome-genius.c:2108 ../src/gnome-genius.c:2163
 
3062
#: ../src/gnome-genius.c:2244
 
3063
#: ../src/gnome-genius.c:2299
1993
3064
#, c-format
1994
3065
msgid ""
1995
3066
"<b>Cannot save file</b>\n"
1998
3069
"<b>Cannot save file</b>\n"
1999
3070
"Details: %s"
2000
3071
 
2001
 
#: ../src/gnome-genius.c:2157 ../src/graphing.c:640 ../src/graphing.c:767
 
3072
#: ../src/gnome-genius.c:2293
 
3073
#: ../src/graphing.c:663
 
3074
#: ../src/graphing.c:790
2002
3075
msgid "File already exists.  Overwrite it?"
2003
3076
msgstr "File already exists.  Overwrite it?"
2004
3077
 
2005
 
#: ../src/gnome-genius.c:2214 ../src/gnome-genius.c:2236
 
3078
#: ../src/gnome-genius.c:2350
 
3079
#: ../src/gnome-genius.c:2372
2006
3080
msgid "Save As..."
2007
3081
msgstr "Save As..."
2008
3082
 
2009
 
#: ../src/gnome-genius.c:2310
 
3083
#: ../src/gnome-genius.c:2446
2010
3084
msgid ""
2011
3085
"<b>No program selected.</b>\n"
2012
3086
"\n"
2016
3090
"\n"
2017
3091
"Create a new program, or select an existing tab in the notebook."
2018
3092
 
2019
 
#: ../src/gnome-genius.c:2407
 
3093
#: ../src/gnome-genius.c:2551
2020
3094
#, c-format
2021
3095
msgid "Genius %s"
2022
3096
msgstr "Genius %s"
2023
3097
 
2024
 
#: ../src/gnome-genius.c:2619
 
3098
#: ../src/gnome-genius.c:2763
2025
3099
msgid "Can't execute genius-readline-helper-fifo!\n"
2026
3100
msgstr "Can't execute genius-readline-helper-fifo!\n"
2027
3101
 
2028
 
#: ../src/gnome-genius.c:2841
 
3102
#: ../src/gnome-genius.c:2988
2029
3103
msgid ""
2030
3104
"\n"
2031
3105
"Note: Compiled without GtkSourceView (better source editor)"
2033
3107
"\n"
2034
3108
"Note: Compiled without GtkSourceView (better source editor)"
2035
3109
 
2036
 
#: ../src/gnome-genius.c:3040
 
3110
#: ../src/gnome-genius.c:3222
2037
3111
msgid "Console"
2038
3112
msgstr "Console"
2039
3113
 
2040
 
#: ../src/gnome-genius.c:3088
 
3114
#: ../src/gnome-genius.c:3274
2041
3115
#, c-format
2042
3116
msgid ""
2043
3117
"%sGenius %s%s\n"
2062
3136
msgid "Genius Mathematical Tool and Calculator"
2063
3137
msgstr "Genius Mathematical Tool and Calculator"
2064
3138
 
2065
 
#: ../src/graphing.c:296
 
3139
#: ../src/graphing.c:319
2066
3140
msgid "Rotate"
2067
3141
msgstr "Rotate"
2068
3142
 
2069
 
#: ../src/graphing.c:315
 
3143
#: ../src/graphing.c:338
2070
3144
msgid "Rotate X: "
2071
3145
msgstr "Rotate X: "
2072
3146
 
2073
 
#: ../src/graphing.c:340
 
3147
#: ../src/graphing.c:363
2074
3148
msgid "Rotate Y: "
2075
3149
msgstr "Rotate Y: "
2076
3150
 
2077
 
#: ../src/graphing.c:365
 
3151
#: ../src/graphing.c:388
2078
3152
msgid "Rotate Z: "
2079
3153
msgstr "Rotate Z: "
2080
3154
 
2081
 
#: ../src/graphing.c:474
 
3155
#: ../src/graphing.c:497
2082
3156
msgid "Print"
2083
3157
msgstr "Print"
2084
3158
 
2085
 
#: ../src/graphing.c:491
 
3159
#: ../src/graphing.c:514
2086
3160
msgid "Print command: "
2087
3161
msgstr "Print command: "
2088
3162
 
2089
 
#: ../src/graphing.c:518
 
3163
#: ../src/graphing.c:541
2090
3164
msgid "Cannot open temporary file, cannot print."
2091
3165
msgstr "Cannot open temporary file, cannot print."
2092
3166
 
2093
 
#: ../src/graphing.c:547
 
3167
#: ../src/graphing.c:570
2094
3168
msgid "Printing failed"
2095
3169
msgstr "Printing failed"
2096
3170
 
2097
 
#: ../src/graphing.c:719 ../src/graphing.c:786 ../src/graphing.c:803
 
3171
#: ../src/graphing.c:742
 
3172
#: ../src/graphing.c:809
 
3173
#: ../src/graphing.c:826
2098
3174
msgid "Export failed"
2099
3175
msgstr "Export failed"
2100
3176
 
2101
 
#: ../src/graphing.c:846
 
3177
#: ../src/graphing.c:869
2102
3178
msgid "Export encapsulated postscript"
2103
3179
msgstr "Export encapsulated postscript"
2104
3180
 
2105
 
#: ../src/graphing.c:848
 
3181
#: ../src/graphing.c:871
2106
3182
msgid "Export postscript"
2107
3183
msgstr "Export postscript"
2108
3184
 
2109
 
#: ../src/graphing.c:850
 
3185
#: ../src/graphing.c:873
2110
3186
msgid "Export PNG"
2111
3187
msgstr "Export PNG"
2112
3188
 
2113
 
#: ../src/graphing.c:867
 
3189
#: ../src/graphing.c:890
2114
3190
msgid "EPS files"
2115
3191
msgstr "EPS files"
2116
3192
 
2117
 
#: ../src/graphing.c:871
 
3193
#: ../src/graphing.c:894
2118
3194
msgid "PS files"
2119
3195
msgstr "PS files"
2120
3196
 
2121
 
#: ../src/graphing.c:875
 
3197
#: ../src/graphing.c:898
2122
3198
msgid "PNG files"
2123
3199
msgstr "PNG files"
2124
3200
 
2125
 
#: ../src/graphing.c:1280
 
3201
#: ../src/graphing.c:1303
2126
3202
msgid "_Graph"
2127
3203
msgstr "_Graph"
2128
3204
 
2129
 
#: ../src/graphing.c:1284
 
3205
#: ../src/graphing.c:1307
2130
3206
msgid "_Print..."
2131
3207
msgstr "_Print..."
2132
3208
 
2133
 
#: ../src/graphing.c:1290
 
3209
#: ../src/graphing.c:1313
2134
3210
msgid "_Export postscript..."
2135
3211
msgstr "_Export postscript..."
2136
3212
 
2137
 
#: ../src/graphing.c:1296
 
3213
#: ../src/graphing.c:1319
2138
3214
msgid "E_xport encapsulated postscript..."
2139
3215
msgstr "E_xport encapsulated postscript..."
2140
3216
 
2141
 
#: ../src/graphing.c:1302
 
3217
#: ../src/graphing.c:1325
2142
3218
msgid "_Export PNG..."
2143
3219
msgstr "_Export PNG..."
2144
3220
 
2145
 
#: ../src/graphing.c:1310
 
3221
#: ../src/graphing.c:1333
2146
3222
msgid "_Zoom"
2147
3223
msgstr "_Zoom"
2148
3224
 
2149
 
#: ../src/graphing.c:1314
 
3225
#: ../src/graphing.c:1337
2150
3226
msgid "Zoom _out"
2151
3227
msgstr "Zoom _out"
2152
3228
 
2153
 
#: ../src/graphing.c:1320
 
3229
#: ../src/graphing.c:1343
2154
3230
msgid "Zoom _in"
2155
3231
msgstr "Zoom _in"
2156
3232
 
2157
 
#: ../src/graphing.c:1326
 
3233
#: ../src/graphing.c:1349
2158
3234
msgid "_Fit dependent axis"
2159
3235
msgstr "_Fit dependent axis"
2160
3236
 
2161
 
#: ../src/graphing.c:1334
 
3237
#: ../src/graphing.c:1357
2162
3238
msgid "_View"
2163
3239
msgstr "_View"
2164
3240
 
2165
 
#: ../src/graphing.c:1339
 
3241
#: ../src/graphing.c:1362
2166
3242
msgid "_Reset angles"
2167
3243
msgstr "_Reset angles"
2168
3244
 
2169
 
#: ../src/graphing.c:1344
 
3245
#: ../src/graphing.c:1367
2170
3246
msgid "_Top view"
2171
3247
msgstr "_Top view"
2172
3248
 
2173
 
#: ../src/graphing.c:1349
 
3249
#: ../src/graphing.c:1372
2174
3250
msgid "R_otate axis..."
2175
3251
msgstr "R_otate axis..."
2176
3252
 
2177
 
#: ../src/graphing.c:1878
 
3253
#: ../src/graphing.c:1961
 
3254
msgid "Function"
 
3255
msgstr "Function"
 
3256
 
 
3257
#: ../src/graphing.c:1963
2178
3258
#, c-format
2179
3259
msgid "Function #%d"
2180
3260
msgstr "Function #%d"
2181
3261
 
2182
 
#: ../src/graphing.c:1887
 
3262
#: ../src/graphing.c:1972
2183
3263
#, c-format
2184
3264
msgid "%s: argument number %d not a number"
2185
3265
msgstr "%s: argument number %d not a number"
2186
3266
 
2187
 
#: ../src/graphing.c:1900
 
3267
#: ../src/graphing.c:1985
2188
3268
msgid "Graph limits not given as a 4-vector"
2189
3269
msgstr "Graph limits not given as a 4-vector"
2190
3270
 
2191
 
#: ../src/graphing.c:1906 ../src/graphing.c:1912 ../src/graphing.c:1918
2192
 
#: ../src/graphing.c:1924 ../src/graphing.c:1983 ../src/graphing.c:1989
2193
 
#: ../src/graphing.c:1995 ../src/graphing.c:2001 ../src/graphing.c:2007
2194
 
#: ../src/graphing.c:2013
 
3271
#: ../src/graphing.c:1991
 
3272
#: ../src/graphing.c:1997
 
3273
#: ../src/graphing.c:2003
 
3274
#: ../src/graphing.c:2009
 
3275
#: ../src/graphing.c:2068
 
3276
#: ../src/graphing.c:2074
 
3277
#: ../src/graphing.c:2080
 
3278
#: ../src/graphing.c:2086
 
3279
#: ../src/graphing.c:2092
 
3280
#: ../src/graphing.c:2098
2195
3281
msgid "Graph limits not given as numbers"
2196
3282
msgstr "Graph limits not given as numbers"
2197
3283
 
2198
 
#: ../src/graphing.c:1977
 
3284
#: ../src/graphing.c:2062
2199
3285
msgid "Graph limits not given as a 6-vector"
2200
3286
msgstr "Graph limits not given as a 6-vector"
2201
3287
 
2202
 
#: ../src/graphing.c:2288
 
3288
#: ../src/graphing.c:2479
2203
3289
msgid "to:"
2204
3290
msgstr "to:"
2205
3291
 
2206
 
#: ../src/graphing.c:2318
2207
 
msgid "Functions / Expressions"
2208
 
msgstr "Functions / Expressions"
2209
 
 
2210
 
#: ../src/graphing.c:2323
2211
 
msgid ""
2212
 
"Type in function names or expressions involving the x variable in the boxes "
2213
 
"below to graph them"
2214
 
msgstr ""
2215
 
"Type in function names or expressions involving the x variable in the boxes "
2216
 
"below to graph them"
2217
 
 
2218
 
#: ../src/graphing.c:2346 ../src/graphing.c:2401
 
3292
#: ../src/graphing.c:2497
 
3293
msgid "by:"
 
3294
msgstr "by:"
 
3295
 
 
3296
#: ../src/graphing.c:2559
 
3297
msgid "Type in function names or expressions involving the x variable in the boxes below to graph them"
 
3298
msgstr "Type in function names or expressions involving the x variable in the boxes below to graph them"
 
3299
 
 
3300
#: ../src/graphing.c:2575
 
3301
msgid "_Functions / Expressions"
 
3302
msgstr "_Functions / Expressions"
 
3303
 
 
3304
#: ../src/graphing.c:2583
 
3305
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."
 
3306
msgstr "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."
 
3307
 
 
3308
#: ../src/graphing.c:2606
 
3309
msgid "or"
 
3310
msgstr "or"
 
3311
 
 
3312
#. t range
 
3313
#: ../src/graphing.c:2621
 
3314
msgid "Parameter t from:"
 
3315
msgstr "Parameter t from:"
 
3316
 
 
3317
#: ../src/graphing.c:2629
 
3318
msgid "_Parametric"
 
3319
msgstr "_Parametric"
 
3320
 
 
3321
#: ../src/graphing.c:2631
 
3322
#: ../src/graphing.c:2686
2219
3323
msgid "Plot Window"
2220
3324
msgstr "Plot Window"
2221
3325
 
2222
3326
#.
2223
3327
#. * X range
2224
3328
#.
2225
 
#: ../src/graphing.c:2355 ../src/graphing.c:2410
 
3329
#: ../src/graphing.c:2640
 
3330
#: ../src/graphing.c:2695
2226
3331
msgid "X from:"
2227
3332
msgstr "X from:"
2228
3333
 
2229
3334
#.
2230
3335
#. * Y range
2231
3336
#.
2232
 
#: ../src/graphing.c:2361 ../src/graphing.c:2416
 
3337
#: ../src/graphing.c:2646
 
3338
#: ../src/graphing.c:2702
2233
3339
msgid "Y from:"
2234
3340
msgstr "Y from:"
2235
3341
 
2236
 
#: ../src/graphing.c:2376
 
3342
#: ../src/graphing.c:2661
2237
3343
msgid "Function / Expression"
2238
3344
msgstr "Function / Expression"
2239
3345
 
2240
 
#: ../src/graphing.c:2381
2241
 
msgid ""
2242
 
"Type a function name or an expression involving the x and y variables (or "
2243
 
"the z variable which will be z=x+iy) in the boxes below to graph them.  "
2244
 
"Functions with one argument only will be passed a complex number."
2245
 
msgstr ""
2246
 
"Type a function name or an expression involving the x and y variables (or "
2247
 
"the z variable which will be z=x+iy) in the boxes below to graph them.  "
2248
 
"Functions with one argument only will be passed a complex number."
 
3346
#: ../src/graphing.c:2666
 
3347
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."
 
3348
msgstr "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."
2249
3349
 
2250
3350
#.
2251
3351
#. * Z range
2252
3352
#.
2253
 
#: ../src/graphing.c:2422
 
3353
#: ../src/graphing.c:2709
2254
3354
msgid "Z from:"
2255
3355
msgstr "Z from:"
2256
3356
 
2257
 
#: ../src/graphing.c:2435
 
3357
#: ../src/graphing.c:2723
2258
3358
msgid "Function _line plot"
2259
3359
msgstr "Function _line plot"
2260
3360
 
2261
 
#: ../src/graphing.c:2439
 
3361
#: ../src/graphing.c:2727
2262
3362
msgid "_Surface plot"
2263
3363
msgstr "_Surface plot"
2264
3364
 
2265
 
#: ../src/graphing.c:2638 ../src/graphing.c:2771
 
3365
#: ../src/graphing.c:2927
 
3366
#: ../src/graphing.c:3130
2266
3367
msgid "No functions to plot or no functions could be parsed"
2267
3368
msgstr "No functions to plot or no functions could be parsed"
2268
3369
 
2269
 
#: ../src/graphing.c:2669 ../src/graphing.c:2794
 
3370
#: ../src/graphing.c:2958
 
3371
#: ../src/graphing.c:3161
2270
3372
msgid "Invalid X range"
2271
3373
msgstr "Invalid X range"
2272
3374
 
2273
 
#: ../src/graphing.c:2674 ../src/graphing.c:2799
 
3375
#: ../src/graphing.c:2963
 
3376
#: ../src/graphing.c:3166
2274
3377
msgid "Invalid Y range"
2275
3378
msgstr "Invalid Y range"
2276
3379
 
2277
 
#: ../src/graphing.c:2679
 
3380
#: ../src/graphing.c:2968
2278
3381
msgid "Invalid Z range"
2279
3382
msgstr "Invalid Z range"
2280
3383
 
2281
 
#: ../src/graphing.c:2874
 
3384
#: ../src/graphing.c:3119
 
3385
msgid "Only specify x and y, or z, not all at once."
 
3386
msgstr "Only specify x and y, or z, not all at once."
 
3387
 
 
3388
#: ../src/graphing.c:3138
 
3389
msgid "Invalid t range"
 
3390
msgstr "Invalid t range"
 
3391
 
 
3392
#: ../src/graphing.c:3264
2282
3393
msgid "Create Plot"
2283
3394
msgstr "Create Plot"
2284
3395
 
2285
 
#: ../src/graphing.c:2914 ../src/graphing.c:3059
 
3396
#: ../src/graphing.c:3304
 
3397
#: ../src/graphing.c:3449
2286
3398
#, c-format
2287
3399
msgid "%s: argument not a function"
2288
3400
msgstr "%s: argument not a function"
2289
3401
 
2290
 
#: ../src/graphing.c:2924
 
3402
#: ../src/graphing.c:3314
2291
3403
#, c-format
2292
3404
msgid "%s: only one function supported"
2293
3405
msgstr "%s: only one function supported"
2294
3406
 
2295
 
#: ../src/graphing.c:2991 ../src/graphing.c:3110
 
3407
#: ../src/graphing.c:3381
 
3408
#: ../src/graphing.c:3500
 
3409
#: ../src/graphing.c:3629
 
3410
#: ../src/graphing.c:3760
2296
3411
#, c-format
2297
3412
msgid "%s: invalid X range"
2298
3413
msgstr "%s: invalid X range"
2299
3414
 
2300
 
#: ../src/graphing.c:2996 ../src/graphing.c:3115
 
3415
#: ../src/graphing.c:3386
 
3416
#: ../src/graphing.c:3505
 
3417
#: ../src/graphing.c:3634
 
3418
#: ../src/graphing.c:3765
2301
3419
#, c-format
2302
3420
msgid "%s: invalid Y range"
2303
3421
msgstr "%s: invalid Y range"
2304
3422
 
2305
 
#: ../src/graphing.c:3001
 
3423
#: ../src/graphing.c:3391
2306
3424
#, c-format
2307
3425
msgid "%s: invalid Z range"
2308
3426
msgstr "%s: invalid Z range"
2309
3427
 
2310
 
#: ../src/graphing.c:3054
 
3428
#: ../src/graphing.c:3444
2311
3429
#, c-format
2312
3430
msgid "%s: only up to 10 functions supported"
2313
3431
msgstr "%s: only up to 10 functions supported"
2314
3432
 
2315
 
#: ../src/graphing.c:3184 ../src/graphing.c:3232
2316
 
#, c-format
2317
 
msgid ""
2318
 
"%s: Line should be given as a real, n by 2 matrix with columns for x and y, "
2319
 
"n>=2"
 
3433
#: ../src/graphing.c:3548
 
3434
#, c-format
 
3435
msgid "%s: First two arguments must be functions"
 
3436
msgstr "%s: First two arguments must be functions"
 
3437
 
 
3438
#: ../src/graphing.c:3639
 
3439
#: ../src/graphing.c:3770
 
3440
#, c-format
 
3441
msgid "%s: invalid T range"
 
3442
msgstr "%s: invalid T range"
 
3443
 
 
3444
#: ../src/graphing.c:3681
 
3445
#, c-format
 
3446
msgid "%s: First argument must be functions"
 
3447
msgstr "%s: First argument must be functions"
 
3448
 
 
3449
#: ../src/graphing.c:3825
 
3450
#: ../src/graphing.c:3873
 
3451
#, c-format
 
3452
msgid "%s: Line should be given as a real, n by 2 matrix with columns for x and y, n>=2"
2320
3453
msgstr "%s: Line should be given as a real, n by 2 matrix with columns for x and y, n>=2"
2321
3454
 
2322
 
#: ../src/graphing.c:3271
 
3455
#: ../src/graphing.c:3912
2323
3456
#, c-format
2324
3457
msgid "%s: Wrong number of arguments"
2325
3458
msgstr "%s: Wrong number of arguments"
2326
3459
 
2327
 
#: ../src/graphing.c:3310
 
3460
#: ../src/graphing.c:3951
2328
3461
#, c-format
2329
3462
msgid "%s: No color specified"
2330
3463
msgstr "%s: No colour specified"
2331
3464
 
2332
 
#: ../src/graphing.c:3322
 
3465
#: ../src/graphing.c:3963
2333
3466
#, c-format
2334
3467
msgid "%s: Color must be a string"
2335
3468
msgstr "%s: Colour must be a string"
2336
3469
 
2337
 
#: ../src/graphing.c:3331
 
3470
#: ../src/graphing.c:3972
2338
3471
#, c-format
2339
3472
msgid "%s: No thicnkess specified"
2340
3473
msgstr "%s: No thicnkess specified"
2341
3474
 
2342
 
#: ../src/graphing.c:3347
 
3475
#: ../src/graphing.c:3988
2343
3476
#, c-format
2344
3477
msgid "%s: Unknown style"
2345
3478
msgstr "%s: Unknown style"
2346
3479
 
2347
 
#: ../src/graphing.c:3354
 
3480
#: ../src/graphing.c:3995
2348
3481
#, c-format
2349
3482
msgid "%s: Bad parameter"
2350
3483
msgstr "%s: Bad parameter"
2351
3484
 
2352
 
#: ../src/graphing.c:3432
 
3485
#: ../src/graphing.c:4073
2353
3486
msgid "Plotting"
2354
3487
msgstr "Plotting"
2355
3488
 
2356
3489
#. internal
2357
 
#: ../src/graphing.c:3434
2358
 
msgid ""
2359
 
"Plot a function with a line.  First come the functions (up to 10) then "
2360
 
"optionally limits as x1,x2,y1,y2"
2361
 
msgstr ""
2362
 
"Plot a function with a line.  First come the functions (up to 10) then "
2363
 
"optionally limits as x1,x2,y1,y2"
2364
 
 
2365
 
#: ../src/graphing.c:3435
2366
 
msgid ""
2367
 
"Plot a surface function which takes either two arguments or a complex "
2368
 
"number.  First comes the function then optionally limits as x1,x2,y1,y2,z1,z2"
2369
 
msgstr ""
2370
 
"Plot a surface function which takes either two arguments or a complex "
2371
 
"number.  First comes the function then optionally limits as x1,x2,y1,y2,z1,z2"
2372
 
 
2373
 
#: ../src/graphing.c:3437
 
3490
#: ../src/graphing.c:4075
 
3491
msgid "Plot a function with a line.  First come the functions (up to 10) then optionally limits as x1,x2,y1,y2"
 
3492
msgstr "Plot a function with a line.  First come the functions (up to 10) then optionally limits as x1,x2,y1,y2"
 
3493
 
 
3494
#: ../src/graphing.c:4076
 
3495
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"
 
3496
msgstr "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"
 
3497
 
 
3498
#: ../src/graphing.c:4077
 
3499
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"
 
3500
msgstr "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"
 
3501
 
 
3502
#: ../src/graphing.c:4078
 
3503
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"
 
3504
msgstr "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"
 
3505
 
 
3506
#: ../src/graphing.c:4080
2374
3507
msgid "Show the line plot window and clear out functions"
2375
3508
msgstr "Show the line plot window and clear out functions"
2376
3509
 
2377
 
#: ../src/graphing.c:3438
2378
 
msgid ""
2379
 
"Draw a line from x1,y1 to x2,y2.  x1,y1,x2,y2 can be replaced by a n by 2 "
2380
 
"matrix for a longer line"
 
3510
#: ../src/graphing.c:4081
 
3511
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"
2381
3512
msgstr "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"
2382
3513
 
2383
 
#: ../src/graphing.c:3440
 
3514
#: ../src/graphing.c:4083
2384
3515
msgid "Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]"
2385
3516
msgstr "Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]"
2386
3517
 
2387
 
#: ../src/graphing.c:3441
2388
 
msgid ""
2389
 
"Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,"
2390
 
"z2]"
2391
 
msgstr ""
2392
 
"Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,"
2393
 
"z2]"
 
3518
#: ../src/graphing.c:4084
 
3519
msgid "Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,z2]"
 
3520
msgstr "Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,z2]"
2394
3521
 
2395
 
#: ../src/matop.c:535
 
3522
#: ../src/matop.c:538
2396
3523
msgid "Determinant of a non-square matrix is undefined"
2397
3524
msgstr "Determinant of a non-square matrix is undefined"
2398
3525
 
2399
 
#: ../src/mpwrap.c:522
 
3526
#: ../src/mpwrap.c:482
2400
3527
msgid "Integer exponent too large to compute"
2401
3528
msgstr "Integer exponent too large to compute"
2402
3529
 
2403
 
#: ../src/mpwrap.c:1374
 
3530
#: ../src/mpwrap.c:1334
2404
3531
msgid "Can't do modulo of floats or rationals!"
2405
3532
msgstr "Can't do modulo of floats or rationals!"
2406
3533
 
2407
 
#: ../src/mpwrap.c:1388
 
3534
#: ../src/mpwrap.c:1348
2408
3535
msgid "Can't do GCD of floats or rationals!"
2409
3536
msgstr "Can't do GCD of floats or rationals!"
2410
3537
 
2411
 
#: ../src/mpwrap.c:1415
 
3538
#: ../src/mpwrap.c:1375
2412
3539
msgid "Can't modulo invert non integers!"
2413
3540
msgstr "Can't modulo invert non integers!"
2414
3541
 
2415
 
#: ../src/mpwrap.c:1436
 
3542
#: ../src/mpwrap.c:1396
2416
3543
msgid "Can't get jacobi symbols of floats or rationals!"
2417
3544
msgstr "Can't get jacobi symbols of floats or rationals!"
2418
3545
 
2419
 
#: ../src/mpwrap.c:1455
 
3546
#: ../src/mpwrap.c:1415
2420
3547
msgid "Can't get legendre symbols of floats or rationals!"
2421
3548
msgstr "Can't get legendre symbols of floats or rationals!"
2422
3549
 
2423
 
#: ../src/mpwrap.c:1474
2424
 
msgid ""
2425
 
"Can't get jacobi symbol with Kronecker extension of floats or rationals!"
2426
 
msgstr ""
2427
 
"Can't get jacobi symbol with Kronecker extension of floats or rationals!"
 
3550
#: ../src/mpwrap.c:1434
 
3551
msgid "Can't get jacobi symbol with Kronecker extension of floats or rationals!"
 
3552
msgstr "Can't get jacobi symbol with Kronecker extension of floats or rationals!"
2428
3553
 
2429
 
#: ../src/mpwrap.c:1483
 
3554
#: ../src/mpwrap.c:1443
2430
3555
msgid "Lucas must get an integer argument!"
2431
3556
msgstr "Lucas must get an integer argument!"
2432
3557
 
2433
 
#: ../src/mpwrap.c:1489
 
3558
#: ../src/mpwrap.c:1449
2434
3559
msgid "Number too large to compute lucas number!"
2435
3560
msgstr "Number too large to compute lucas number!"
2436
3561
 
2437
 
#: ../src/mpwrap.c:1494
 
3562
#: ../src/mpwrap.c:1454
2438
3563
msgid "No such thing as negative lucas numbers!"
2439
3564
msgstr "No such thing as negative lucas numbers!"
2440
3565
 
2441
 
#: ../src/mpwrap.c:1509
 
3566
#: ../src/mpwrap.c:1469
2442
3567
msgid "Cannot get next prime after non-integer!"
2443
3568
msgstr "Cannot get next prime after non-integer!"
2444
3569
 
2445
 
#: ../src/mpwrap.c:1529 ../src/mpwrap.c:1542 ../src/mpwrap.c:1555
2446
 
#: ../src/mpwrap.c:1568
 
3570
#: ../src/mpwrap.c:1489
 
3571
#: ../src/mpwrap.c:1502
 
3572
#: ../src/mpwrap.c:1515
 
3573
#: ../src/mpwrap.c:1528
2447
3574
#, c-format
2448
3575
msgid "%s: can't work on non-integers!"
2449
3576
msgstr "%s: can't work on non-integers!"
2450
3577
 
2451
 
#: ../src/mpwrap.c:1610 ../src/mpwrap.c:1650
 
3578
#: ../src/mpwrap.c:1570
 
3579
#: ../src/mpwrap.c:1610
2452
3580
msgid "Can't do factorials of rationals or floats!"
2453
3581
msgstr "Can't do factorials of rationals or floats!"
2454
3582
 
2455
 
#: ../src/mpwrap.c:1616 ../src/mpwrap.c:1656
 
3583
#: ../src/mpwrap.c:1576
 
3584
#: ../src/mpwrap.c:1616
2456
3585
msgid "Number too large to compute factorial!"
2457
3586
msgstr "Number too large to compute factorial!"
2458
3587
 
2459
 
#: ../src/mpwrap.c:1621 ../src/mpwrap.c:1661
 
3588
#: ../src/mpwrap.c:1581
 
3589
#: ../src/mpwrap.c:1621
2460
3590
msgid "Can't do factorials of negative numbers!"
2461
3591
msgstr "Can't do factorials of negative numbers!"
2462
3592
 
2463
 
#: ../src/mpwrap.c:1989 ../src/mpwrap.c:2057 ../src/mpwrap.c:4032
2464
 
#: ../src/mpwrap.c:4053
 
3593
#: ../src/mpwrap.c:1923
 
3594
#: ../src/mpwrap.c:1991
 
3595
#: ../src/mpwrap.c:4004
 
3596
#: ../src/mpwrap.c:4025
2465
3597
#, c-format
2466
3598
msgid "%s: Bad types for mod power"
2467
3599
msgstr "%s: Bad types for mod power"
2468
3600
 
2469
 
#: ../src/mpwrap.c:2026
 
3601
#: ../src/mpwrap.c:1960
2470
3602
#, c-format
2471
3603
msgid "Can't invert %s modulo %s in %s"
2472
3604
msgstr "Can't invert %s modulo %s in %s"
2473
3605
 
2474
 
#: ../src/mpwrap.c:2310
 
3606
#: ../src/mpwrap.c:2279
2475
3607
msgid "Can't make random integer from a non-integer"
2476
3608
msgstr "Can't make random integer from a non-integer"
2477
3609
 
2478
 
#: ../src/mpwrap.c:2315
 
3610
#: ../src/mpwrap.c:2284
2479
3611
msgid "Range for random integer must be positive"
2480
3612
msgstr "Range for random integer must be positive"
2481
3613
 
2482
 
#: ../src/mpwrap.c:2500 ../src/mpwrap.c:2528
 
3614
#: ../src/mpwrap.c:2469
 
3615
#: ../src/mpwrap.c:2497
2483
3616
msgid "Can't get numerator of floating types"
2484
3617
msgstr "Can't get numerator of floating types"
2485
3618
 
2486
 
#: ../src/mpwrap.c:3296 ../src/mpwrap.c:4710 ../src/mpwrap.c:4722
 
3619
#: ../src/mpwrap.c:3265
 
3620
#: ../src/mpwrap.c:4707
 
3621
#: ../src/mpwrap.c:4719
2487
3622
msgid "Can't compare complex numbers"
2488
3623
msgstr "Can't compare complex numbers"
2489
3624
 
2490
 
#: ../src/mpwrap.c:3738
 
3625
#: ../src/mpwrap.c:3707
2491
3626
msgid "Can't modulo complex numbers"
2492
3627
msgstr "Can't modulo complex numbers"
2493
3628
 
2494
 
#: ../src/mpwrap.c:3761
 
3629
#: ../src/mpwrap.c:3730
2495
3630
#, c-format
2496
3631
msgid "Inverse of %s modulo %s not found!"
2497
3632
msgstr "Inverse of %s modulo %s not found!"
2498
3633
 
2499
 
#: ../src/mpwrap.c:3770
 
3634
#: ../src/mpwrap.c:3739
2500
3635
msgid "Can't do modulo invert on complex numbers"
2501
3636
msgstr "Can't do modulo invert on complex numbers"
2502
3637
 
2503
 
#: ../src/mpwrap.c:3787
 
3638
#: ../src/mpwrap.c:3756
2504
3639
msgid "Can't GCD complex numbers"
2505
3640
msgstr "Can't GCD complex numbers"
2506
3641
 
2507
 
#: ../src/mpwrap.c:3816
 
3642
#: ../src/mpwrap.c:3785
2508
3643
msgid "Can't LCM complex numbers"
2509
3644
msgstr "Can't LCM complex numbers"
2510
3645
 
2511
 
#: ../src/mpwrap.c:3833
 
3646
#: ../src/mpwrap.c:3802
2512
3647
msgid "Can't get jacobi symbols of complex numbers"
2513
3648
msgstr "Can't get jacobi symbols of complex numbers"
2514
3649
 
2515
 
#: ../src/mpwrap.c:3849
 
3650
#: ../src/mpwrap.c:3818
2516
3651
msgid "Can't get legendre symbols complex numbers"
2517
3652
msgstr "Can't get legendre symbols complex numbers"
2518
3653
 
2519
 
#: ../src/mpwrap.c:3865
 
3654
#: ../src/mpwrap.c:3834
2520
3655
msgid "Can't get jacobi symbol with Kronecker extension for complex numbers"
2521
3656
msgstr "Can't get jacobi symbol with Kronecker extension for complex numbers"
2522
3657
 
2523
 
#: ../src/mpwrap.c:3881
 
3658
#: ../src/mpwrap.c:3850
2524
3659
msgid "Can't get lucas number for complex numbers"
2525
3660
msgstr "Can't get lucas number for complex numbers"
2526
3661
 
2527
 
#: ../src/mpwrap.c:3897
 
3662
#: ../src/mpwrap.c:3866
2528
3663
msgid "Can't get next prime for complex numbers"
2529
3664
msgstr "Can't get next prime for complex numbers"
2530
3665
 
2531
 
#: ../src/mpwrap.c:3907 ../src/mpwrap.c:3919 ../src/mpwrap.c:3931
2532
 
#: ../src/mpwrap.c:3943
 
3666
#: ../src/mpwrap.c:3876
 
3667
#: ../src/mpwrap.c:3888
 
3668
#: ../src/mpwrap.c:3900
 
3669
#: ../src/mpwrap.c:3912
2533
3670
#, c-format
2534
3671
msgid "%s: can't work on complex numbers"
2535
3672
msgstr "%s: can't work on complex numbers"
2536
3673
 
2537
 
#: ../src/mpwrap.c:4142 ../src/mpwrap.c:4220 ../src/mpwrap.c:4285
 
3674
#: ../src/mpwrap.c:4114
 
3675
#: ../src/mpwrap.c:4192
 
3676
#: ../src/mpwrap.c:4257
2538
3677
#, c-format
2539
3678
msgid "%s: can't take logarithm of 0"
2540
3679
msgstr "%s: can't take logarithm of 0"
2541
3680
 
2542
 
#: ../src/mpwrap.c:4637
 
3681
#: ../src/mpwrap.c:4586
 
3682
msgid "arctan2 not defined for complex numbers"
 
3683
msgstr "arctan2 not defined for complex numbers"
 
3684
 
 
3685
#: ../src/mpwrap.c:4634
2543
3686
msgid "Can't make random integer out of a complex number"
2544
3687
msgstr "Can't make random integer out of a complex number"
2545
3688
 
2546
 
#: ../src/mpwrap.c:4764 ../src/mpwrap.c:4781
 
3689
#: ../src/mpwrap.c:4772
 
3690
#: ../src/mpwrap.c:4789
2547
3691
msgid "Can't make factorials of complex numbers"
2548
3692
msgstr "Can't make factorials of complex numbers"
2549
3693
 
2550
 
#: ../src/mpwrap.c:5060 ../src/mpwrap.c:5082 ../src/mpwrap.c:5104
 
3694
#: ../src/mpwrap.c:5068
 
3695
#: ../src/mpwrap.c:5090
 
3696
#: ../src/mpwrap.c:5112
2551
3697
msgid "Can't determine type of a complex number"
2552
3698
msgstr "Can't determine type of a complex number"
2553
3699
 
2554
 
#: ../src/mpwrap.c:5196 ../src/mpwrap.c:5219
 
3700
#: ../src/mpwrap.c:5204
2555
3701
msgid "Can't convert complex number into integer"
2556
3702
msgstr "Can't convert complex number into integer"
2557
3703
 
2558
 
#: ../src/mpwrap.c:5202
 
3704
#: ../src/mpwrap.c:5210
2559
3705
msgid "Can't convert real number to integer"
2560
3706
msgstr "Can't convert real number to integer"
2561
3707
 
2562
 
#: ../src/mpwrap.c:5206
 
3708
#: ../src/mpwrap.c:5214
2563
3709
msgid "Integer too large for this operation"
2564
3710
msgstr "Integer too large for this operation"
2565
3711
 
2566
 
#: ../src/mpwrap.c:5228
 
3712
#: ../src/mpwrap.c:5227
 
3713
msgid "Can't convert complex number into a double"
 
3714
msgstr "Can't convert complex number into a double"
 
3715
 
 
3716
#: ../src/mpwrap.c:5236
2567
3717
msgid "Can't convert real number to double"
2568
3718
msgstr "Can't convert real number to double"
2569
3719
 
2570
 
#: ../src/mpwrap.c:5234
 
3720
#: ../src/mpwrap.c:5242
 
3721
#: ../src/mpwrap.c:5257
2571
3722
msgid "Number too large for this operation"
2572
3723
msgstr "Number too large for this operation"
2573
3724
 
2574
 
#: ../src/plugin.c:128
 
3725
#: ../src/plugin.c:147
2575
3726
msgid "Can't open plugin!"
2576
3727
msgstr "Can't open plugin!"
2577
3728
 
2578
 
#: ../src/plugin.c:143 ../src/plugin.c:151
 
3729
#: ../src/plugin.c:162
 
3730
#: ../src/plugin.c:170
2579
3731
msgid "Can't initialize plugin!"
2580
3732
msgstr "Can't initialise plugin!"
2581
3733
 
 
3734
#: ../src/symbolic.c:665
 
3735
#, c-format
 
3736
msgid "%s: '%s' not a function of one variable"
 
3737
msgstr "%s: '%s' not a function of one variable"
 
3738
 
 
3739
#: ../src/symbolic.c:698
 
3740
#, c-format
 
3741
msgid "%s: Cannot differentiate the '%s' function"
 
3742
msgstr "%s: Cannot differentiate the '%s' function"
 
3743
 
 
3744
#: ../src/symbolic.c:783
 
3745
msgid "Symbolic Operations"
 
3746
msgstr "Symbolic Operations"
 
3747
 
 
3748
#: ../src/symbolic.c:786
 
3749
msgid "Attempt to symbolically differentiate the function f, where f is a function of one variable."
 
3750
msgstr "Attempt to symbolically differentiate the function f, where f is a function of one variable."
 
3751
 
 
3752
#: ../src/symbolic.c:789
 
3753
msgid "Attempt to symbolically differentiate the function f, where f is a function of one variable, returns null if unsuccessful but is silent."
 
3754
msgstr "Attempt to symbolically differentiate the function f, where f is a function of one variable, returns null if unsuccessful but is silent."
 
3755
 
2582
3756
#: ../src/testplugin.c:13
2583
3757
msgid "This is the test-plugin function\n"
2584
3758
msgstr "This is the test-plugin function\n"
2611
3785
"That's it, isn't this fun\n"
2612
3786
"\n"
2613
3787
 
2614
 
#: ../src/util.c:96 ../src/util.c:115
 
3788
#: ../src/util.c:96
 
3789
#: ../src/util.c:115
2615
3790
msgid "Stack underflow!"
2616
3791
msgstr "Stack underflow!"
2617
3792
 
2618
 
#: ../lib/library-strings.c:1
2619
 
msgid "Compose two functions"
2620
 
msgstr "Compose two functions"
2621
 
 
2622
 
#: ../lib/library-strings.c:2
2623
 
msgid "Make a string"
2624
 
msgstr "Make a string"
2625
 
 
2626
 
#: ../lib/library-strings.c:3
2627
 
msgid "Tolerance of the Chop function"
2628
 
msgstr "Tolerance of the Chop function"
2629
 
 
2630
 
#: ../lib/library-strings.c:4
2631
 
msgid "How many iterations to try to find the limit for continuity and limits"
2632
 
msgstr "How many iterations to try to find the limit for continuity and limits"
2633
 
 
2634
 
#: ../lib/library-strings.c:5
2635
 
msgid ""
2636
 
"How many successive steps to be within tolerance for calculation of "
2637
 
"continuity"
2638
 
msgstr ""
2639
 
"How many successive steps to be within tolerance for calculation of "
2640
 
"continuity"
2641
 
 
2642
 
#: ../lib/library-strings.c:6
2643
 
msgid "Tolerance for continuity of functions and for calculating the limit"
2644
 
msgstr "Tolerance for continuity of functions and for calculating the limit"
2645
 
 
2646
 
#: ../lib/library-strings.c:7
2647
 
msgid "How many iterations to try to find the limit for derivative"
2648
 
msgstr "How many iterations to try to find the limit for derivative"
2649
 
 
2650
 
#: ../lib/library-strings.c:8
2651
 
msgid ""
2652
 
"How many successive steps to be within tolerance for calculation of "
2653
 
"derivative"
2654
 
msgstr ""
2655
 
"How many successive steps to be within tolerance for calculation of "
2656
 
"derivative"
2657
 
 
2658
 
#: ../lib/library-strings.c:9
2659
 
msgid "Tolerance for calculating the derivatives of functions"
2660
 
msgstr "Tolerance for calculating the derivatives of functions"
2661
 
 
2662
 
#: ../lib/library-strings.c:10
2663
 
msgid "Tolerance of the ErrorFunction"
2664
 
msgstr "Tolerance of the ErrorFunction"
2665
 
 
2666
 
#: ../lib/library-strings.c:11
2667
 
msgid "Tolerance of the GaussDistribution function"
2668
 
msgstr "Tolerance of the GaussDistribution function"
2669
 
 
2670
 
#: ../lib/library-strings.c:12
2671
 
msgid "The function used for numerical integration in NumericalIntegral"
2672
 
msgstr "The function used for numerical integration in NumericalIntegral"
2673
 
 
2674
 
#: ../lib/library-strings.c:13
2675
 
msgid "Steps to perform in NumericalIntegral"
2676
 
msgstr "Steps to perform in NumericalIntegral"
2677
 
 
2678
 
#: ../lib/library-strings.c:14
2679
 
msgid "How many iterations to try for InfiniteSum and InfiniteProduct"
2680
 
msgstr "How many iterations to try for InfiniteSum and InfiniteProduct"
2681
 
 
2682
 
#: ../lib/library-strings.c:15
2683
 
msgid ""
2684
 
"How many successive steps to be within tolerance for InfiniteSum and "
2685
 
"InfiniteProduct"
2686
 
msgstr ""
2687
 
"How many successive steps to be within tolerance for InfiniteSum and "
2688
 
"InfiniteProduct"
2689
 
 
2690
 
#: ../lib/library-strings.c:16
2691
 
msgid "Tolerance for InfiniteSum and InfiniteProduct"
2692
 
msgstr "Tolerance for InfiniteSum and InfiniteProduct"
2693
 
 
2694
 
#: ../lib/library-strings.c:18
2695
 
msgid "Replace very small number with zero"
2696
 
msgstr "Replace very small number with zero"
2697
 
 
2698
 
#: ../lib/library-strings.c:19
2699
 
msgid "Return the fractional part of a number"
2700
 
msgstr "Return the fractional part of a number"
2701
 
 
2702
 
#: ../lib/library-strings.c:20
2703
 
msgid "Division w/o remainder"
2704
 
msgstr "Division w/o remainder"
2705
 
 
2706
 
#: ../lib/library-strings.c:21
2707
 
msgid "Check if argument is a gaussian integer"
2708
 
msgstr "Check if argument is a gaussian integer"
2709
 
 
2710
 
#: ../lib/library-strings.c:22
2711
 
msgid "Return the sign (-1,0,1)"
2712
 
msgstr "Return the sign (-1,0,1)"
2713
 
 
2714
 
#: ../lib/library-strings.c:23
2715
 
msgid ""
2716
 
"Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not "
2717
 
"given, e is used"
2718
 
msgstr ""
2719
 
"Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not "
2720
 
"given, e is used"
2721
 
 
2722
 
#: ../lib/library-strings.c:24
2723
 
msgid "The arccos (reverse cos) function"
2724
 
msgstr "The arccos (reverse cos) function"
2725
 
 
2726
 
#: ../lib/library-strings.c:25
2727
 
msgid "The arccosh (reverse cosh) function"
2728
 
msgstr "The arccosh (reverse cosh) function"
2729
 
 
2730
 
#: ../lib/library-strings.c:26
2731
 
msgid "The arccot (reverse cot) function"
2732
 
msgstr "The arccot (reverse cot) function"
2733
 
 
2734
 
#: ../lib/library-strings.c:27
2735
 
msgid "The arccoth (reverse coth) function"
2736
 
msgstr "The arccoth (reverse coth) function"
2737
 
 
2738
 
#: ../lib/library-strings.c:28
2739
 
msgid "The reverse cosecant function"
2740
 
msgstr "The reverse cosecant function"
2741
 
 
2742
 
#: ../lib/library-strings.c:29
2743
 
msgid "The reverse hyperbolic cosecant function"
2744
 
msgstr "The reverse hyperbolic cosecant function"
2745
 
 
2746
 
#: ../lib/library-strings.c:30
2747
 
msgid "The reverse secant function"
2748
 
msgstr "The reverse secant function"
2749
 
 
2750
 
#: ../lib/library-strings.c:31
2751
 
msgid "The reverse hyperbolic secant function"
2752
 
msgstr "The reverse hyperbolic secant function"
2753
 
 
2754
 
#: ../lib/library-strings.c:32
2755
 
msgid "The arcsin (reverse sin) function"
2756
 
msgstr "The arcsin (reverse sin) function"
2757
 
 
2758
 
#: ../lib/library-strings.c:33
2759
 
msgid "The arcsinh (reverse sinh) function"
2760
 
msgstr "The arcsinh (reverse sinh) function"
2761
 
 
2762
 
#: ../lib/library-strings.c:34
2763
 
msgid "The arctanh (reverse tanh) function"
2764
 
msgstr "The arctanh (reverse tanh) function"
2765
 
 
2766
 
#: ../lib/library-strings.c:35
2767
 
msgid "The cotangent function"
2768
 
msgstr "The cotangent function"
2769
 
 
2770
 
#: ../lib/library-strings.c:36
2771
 
msgid "The hyperbolic cotangent function"
2772
 
msgstr "The hyperbolic cotangent function"
2773
 
 
2774
 
#: ../lib/library-strings.c:37
2775
 
msgid "The cosecant function"
2776
 
msgstr "The cosecant function"
2777
 
 
2778
 
#: ../lib/library-strings.c:38
2779
 
msgid "The hyperbolic cosecant function"
2780
 
msgstr "The hyperbolic cosecant function"
2781
 
 
2782
 
#: ../lib/library-strings.c:39
2783
 
msgid "The secant function"
2784
 
msgstr "The secant function"
2785
 
 
2786
 
#: ../lib/library-strings.c:40
2787
 
msgid "The hyperbolic secant function"
2788
 
msgstr "The hyperbolic secant function"
2789
 
 
2790
 
#: ../lib/library-strings.c:41
2791
 
msgid "The hyperbolic tangent function"
2792
 
msgstr "The hyperbolic tangent function"
2793
 
 
2794
 
#: ../lib/library-strings.c:42
2795
 
msgid "Are a and b relatively prime?"
2796
 
msgstr "Are a and b relatively prime?"
2797
 
 
2798
 
#: ../lib/library-strings.c:43
2799
 
msgid "Return the nth Bernoulli number"
2800
 
msgstr "Return the nth Bernoulli number"
2801
 
 
2802
 
#: ../lib/library-strings.c:44
2803
 
msgid ""
2804
 
"Find the x that solves the system given by the vector a and modulo the "
2805
 
"elements of m, using the Chinese Remainder Theorem"
2806
 
msgstr ""
2807
 
"Find the x that solves the system given by the vector a and modulo the "
2808
 
"elements of m, using the Chinese Remainder Theorem"
2809
 
 
2810
 
#: ../lib/library-strings.c:45
2811
 
msgid ""
2812
 
"Given two factorizations, give the factorization of the product, see "
2813
 
"Factorize"
2814
 
msgstr ""
2815
 
"Given two factorisations, give the factorisation of the product, see "
2816
 
"Factorise"
2817
 
 
2818
 
#: ../lib/library-strings.c:46
2819
 
msgid "Convert a vector of values indicating powers of b to a number"
2820
 
msgstr "Convert a vector of values indicating powers of b to a number"
2821
 
 
2822
 
#: ../lib/library-strings.c:47
2823
 
msgid "Convert a number to a vector of powers for elements in base b"
2824
 
msgstr "Convert a number to a vector of powers for elements in base b"
2825
 
 
2826
 
#: ../lib/library-strings.c:48
2827
 
msgid ""
2828
 
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
2829
 
"Pohlig-Hellman algoritm"
2830
 
msgstr ""
2831
 
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
2832
 
"Pohlig-Hellman algoritm"
2833
 
 
2834
 
#: ../lib/library-strings.c:49
2835
 
msgid ""
2836
 
"Compute phi(n), the Euler phi function, that is the number of integers "
2837
 
"between 1 and n relatively prime to n"
2838
 
msgstr ""
2839
 
"Compute phi(n), the Euler phi function, that is the number of integers "
2840
 
"between 1 and n relatively prime to n"
2841
 
 
2842
 
#: ../lib/library-strings.c:50
2843
 
msgid "Return all factors of a number"
2844
 
msgstr "Return all factors of a number"
2845
 
 
2846
 
#: ../lib/library-strings.c:51
2847
 
msgid ""
2848
 
"Attempt fermat factorization of n into (t-s)*(t+s), returns t and s as a "
2849
 
"vector if possible, null otherwise"
2850
 
msgstr ""
2851
 
"Attempt fermat factorisation of n into (t-s)*(t+s), returns t and s as a "
2852
 
"vector if possible, null otherwise"
2853
 
 
2854
 
#: ../lib/library-strings.c:52
2855
 
msgid "Find the first primitive element in F_q (q must be a prime)"
2856
 
msgstr "Find the first primitive element in F_q (q must be a prime)"
2857
 
 
2858
 
#: ../lib/library-strings.c:53
2859
 
msgid "Find a random primitive element in F_q (q must be a prime)"
2860
 
msgstr "Find a random primitive element in F_q (q must be a prime)"
2861
 
 
2862
 
#: ../lib/library-strings.c:54
2863
 
msgid ""
2864
 
"Compute discrete log base b of n in F_q (q a prime) using the factor base "
2865
 
"S.  S should be a column of primes possibly with second column precalculated "
2866
 
"by IndexCalculusPrecalculation."
2867
 
msgstr ""
2868
 
"Compute discrete log base b of n in F_q (q a prime) using the factor base "
2869
 
"S.  S should be a column of primes possibly with second column precalculated "
2870
 
"by IndexCalculusPrecalculation."
2871
 
 
2872
 
#: ../lib/library-strings.c:55
2873
 
msgid ""
2874
 
"Run the precalculation step of IndexCalculus for logarithms base b in F_q (q "
2875
 
"a prime) for the factor base S (where S is a column vector of primes).  The "
2876
 
"logs will be precalculated and returned in the second column."
2877
 
msgstr ""
2878
 
"Run the precalculation step of IndexCalculus for logarithms base b in F_q (q "
2879
 
"a prime) for the factor base S (where S is a column vector of primes).  The "
2880
 
"logs will be precalculated and returned in the second column."
2881
 
 
2882
 
#: ../lib/library-strings.c:56
2883
 
msgid "Tests if a rational number is a perfect power"
2884
 
msgstr "Tests if a rational number is a perfect power"
2885
 
 
2886
 
#: ../lib/library-strings.c:57
2887
 
msgid ""
2888
 
"Check if g is primitive in F_q, where q is a prime.  If q is not prime "
2889
 
"results are bogus."
2890
 
msgstr ""
2891
 
"Check if g is primitive in F_q, where q is a prime.  If q is not prime "
2892
 
"results are erroneous."
2893
 
 
2894
 
#: ../lib/library-strings.c:58
2895
 
msgid ""
2896
 
"Check if g is primitive in F_q, where q is a prime and f is a vector of "
2897
 
"prime factors of q-1.  If q is not prime results are bogus."
2898
 
msgstr ""
2899
 
"Check if g is primitive in F_q, where q is a prime and f is a vector of "
2900
 
"prime factors of q-1.  If q is not prime results are erroneous."
2901
 
 
2902
 
#: ../lib/library-strings.c:59
2903
 
msgid ""
2904
 
"If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
2905
 
msgstr ""
2906
 
"If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
2907
 
 
2908
 
#: ../lib/library-strings.c:60
2909
 
msgid "Test if n is a strong pseudoprime to base b but not a prime"
2910
 
msgstr "Test if n is a strong pseudoprime to base b but not a prime"
2911
 
 
2912
 
#: ../lib/library-strings.c:61
2913
 
msgid ""
2914
 
"Return the residue of a mod n with the least absolute value (in the interval "
2915
 
"-n/2 to n/2)"
2916
 
msgstr ""
2917
 
"Return the residue of a mod n with the least absolute value (in the interval "
2918
 
"-n/2 to n/2)"
2919
 
 
2920
 
#: ../lib/library-strings.c:62
2921
 
msgid "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
2922
 
msgstr "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
2923
 
 
2924
 
#: ../lib/library-strings.c:63
2925
 
msgid "Return all maximal prime power factors of a number"
2926
 
msgstr "Return all maximal prime power factors of a number"
2927
 
 
2928
 
#: ../lib/library-strings.c:64
2929
 
msgid "Return the Moebius mu function evaluated in n"
2930
 
msgstr "Return the Moebius mu function evaluated in n"
2931
 
 
2932
 
#: ../lib/library-strings.c:65
2933
 
msgid "Returns the padic valuation (number of trailing zeros in base p)."
2934
 
msgstr "Returns the padic valuation (number of trailing zeros in base p)."
2935
 
 
2936
 
#: ../lib/library-strings.c:66
2937
 
msgid "Compute a^b mod m"
2938
 
msgstr "Compute a^b mod m"
2939
 
 
2940
 
#: ../lib/library-strings.c:67
2941
 
msgid "Return all prime factors of a number"
2942
 
msgstr "Return all prime factors of a number"
2943
 
 
2944
 
#: ../lib/library-strings.c:68
2945
 
msgid "Pseudoprime test, true iff b^(n-1) == 1 (mod n)"
2946
 
msgstr "Pseudoprime test, true iff b^(n-1) == 1 (mod n)"
2947
 
 
2948
 
#: ../lib/library-strings.c:69
2949
 
msgid "Removes all instances of the factor m from the number n"
2950
 
msgstr "Removes all instances of the factor m from the number n"
2951
 
 
2952
 
#: ../lib/library-strings.c:70
2953
 
msgid ""
2954
 
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
2955
 
"Pohlig-Hellman algoritm, given f being the factorization of q-1"
2956
 
msgstr ""
2957
 
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
2958
 
"Pohlig-Hellman algoritm, given f being the factorisation of q-1"
2959
 
 
2960
 
#: ../lib/library-strings.c:71
2961
 
msgid ""
2962
 
"Find square root of n mod p (a prime). Null is returned if not a quadratic "
2963
 
"residue."
2964
 
msgstr ""
2965
 
"Find square root of n mod p (a prime). Null is returned if not a quadratic "
2966
 
"residue."
2967
 
 
2968
 
#: ../lib/library-strings.c:72
2969
 
msgid ""
2970
 
"Apply a function over all entries of a matrix and return a matrix of the "
2971
 
"results"
2972
 
msgstr ""
2973
 
"Apply a function over all entries of a matrix and return a matrix of the "
2974
 
"results"
2975
 
 
2976
 
#: ../lib/library-strings.c:73
2977
 
msgid ""
2978
 
"Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) "
2979
 
"and return a matrix of the results"
2980
 
msgstr ""
2981
 
"Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) "
2982
 
"and return a matrix of the results"
2983
 
 
2984
 
#: ../lib/library-strings.c:74
2985
 
msgid "Remove column(s) and row(s) from a matrix"
2986
 
msgstr "Remove column(s) and row(s) from a matrix"
2987
 
 
2988
 
#: ../lib/library-strings.c:75
2989
 
msgid "Calculate the kth compund matrix of A"
2990
 
msgstr "Calculate the kth compund matrix of A"
2991
 
 
2992
 
#: ../lib/library-strings.c:76
2993
 
msgid "Delete a column of a matrix"
2994
 
msgstr "Delete a column of a matrix"
2995
 
 
2996
 
#: ../lib/library-strings.c:77
2997
 
msgid "Delete a row of a matrix"
2998
 
msgstr "Delete a row of a matrix"
2999
 
 
3000
 
#: ../lib/library-strings.c:78
3001
 
msgid "Get the dot product of two vectors"
3002
 
msgstr "Get the dot product of two vectors"
3003
 
 
3004
 
#: ../lib/library-strings.c:79
3005
 
msgid "Is a matrix diagonal"
3006
 
msgstr "Is a matrix diagonal"
3007
 
 
3008
 
#: ../lib/library-strings.c:80
3009
 
msgid "Is a matrix lower triangular"
3010
 
msgstr "Is a matrix lower triangular"
3011
 
 
3012
 
#: ../lib/library-strings.c:81
3013
 
msgid "Is a matrix upper triangular"
3014
 
msgstr "Is a matrix upper triangular"
3015
 
 
3016
 
#: ../lib/library-strings.c:82
3017
 
msgid "Is argument a horizontal or a vertical vector"
3018
 
msgstr "Is argument a horizontal or a vertical vector"
3019
 
 
3020
 
#: ../lib/library-strings.c:83
3021
 
msgid "Zero out entries above the diagonal"
3022
 
msgstr "Zero out entries above the diagonal"
3023
 
 
3024
 
#: ../lib/library-strings.c:84
3025
 
msgid "Make diagonal matrix from a vector"
3026
 
msgstr "Make diagonal matrix from a vector"
3027
 
 
3028
 
#: ../lib/library-strings.c:85
3029
 
msgid "Calculate the product of all elements in a matrix"
3030
 
msgstr "Calculate the product of all elements in a matrix"
3031
 
 
3032
 
#: ../lib/library-strings.c:86
3033
 
msgid "Calculate the sum of all elements in a matrix"
3034
 
msgstr "Calculate the sum of all elements in a matrix"
3035
 
 
3036
 
#: ../lib/library-strings.c:87
3037
 
msgid "Calculate the sum of squares of all elements in a matrix"
3038
 
msgstr "Calculate the sum of squares of all elements in a matrix"
3039
 
 
3040
 
#: ../lib/library-strings.c:88
3041
 
msgid "Get the outer product of two vectors"
3042
 
msgstr "Get the outer product of two vectors"
3043
 
 
3044
 
#: ../lib/library-strings.c:89
3045
 
msgid "Reverse elements in a vector"
3046
 
msgstr "Reverse elements in a vector"
3047
 
 
3048
 
#: ../lib/library-strings.c:90
3049
 
msgid "Calculate sum of each row in a matrix"
3050
 
msgstr "Calculate sum of each row in a matrix"
3051
 
 
3052
 
#: ../lib/library-strings.c:91
3053
 
msgid "Calculate sum of squares of each row in a matrix"
3054
 
msgstr "Calculate sum of squares of each row in a matrix"
3055
 
 
3056
 
#: ../lib/library-strings.c:92
3057
 
msgid "Sort vector elements"
3058
 
msgstr "Sort vector elements"
3059
 
 
3060
 
#: ../lib/library-strings.c:93
3061
 
msgid "Removes any all-zero columns of M"
3062
 
msgstr "Removes any all-zero columns of M"
3063
 
 
3064
 
#: ../lib/library-strings.c:94
3065
 
msgid "Removes any all-zero rows of M"
3066
 
msgstr "Removes any all-zero rows of M"
3067
 
 
3068
 
#: ../lib/library-strings.c:95
3069
 
msgid "Return column(s) and row(s) from a matrix"
3070
 
msgstr "Return column(s) and row(s) from a matrix"
3071
 
 
3072
 
#: ../lib/library-strings.c:96
3073
 
msgid "Swap two rows in a matrix"
3074
 
msgstr "Swap two rows in a matrix"
3075
 
 
3076
 
#: ../lib/library-strings.c:97
3077
 
msgid "Zero out entries below the diagonal"
3078
 
msgstr "Zero out entries below the diagonal"
3079
 
 
3080
 
#: ../lib/library-strings.c:98
3081
 
msgid "Get the auxilliary unit matrix of size n"
3082
 
msgstr "Get the auxilliary unit matrix of size n"
3083
 
 
3084
 
#: ../lib/library-strings.c:99
3085
 
msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
3086
 
msgstr "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
3087
 
 
3088
 
#: ../lib/library-strings.c:100
3089
 
msgid ""
3090
 
"Return a function that evaluates two vectors with respect to the bilinear "
3091
 
"form given by A"
3092
 
msgstr ""
3093
 
"Return a function that evaluates two vectors with respect to the bilinear "
3094
 
"form given by A"
3095
 
 
3096
 
#: ../lib/library-strings.c:101
3097
 
msgid "Get the characteristic polynomial as a vector"
3098
 
msgstr "Get the characteristic polynomial as a vector"
3099
 
 
3100
 
#: ../lib/library-strings.c:102
3101
 
msgid "Get the characteristic polynomial as a function"
3102
 
msgstr "Get the characteristic polynomial as a function"
3103
 
 
3104
 
#: ../lib/library-strings.c:103
3105
 
msgid "Get a basis matrix for the columnspace of a matrix"
3106
 
msgstr "Get a basis matrix for the columnspace of a matrix"
3107
 
 
3108
 
#: ../lib/library-strings.c:104
3109
 
msgid "Companion matrix of a polynomial (as vector)"
3110
 
msgstr "Companion matrix of a polynomial (as vector)"
3111
 
 
3112
 
#: ../lib/library-strings.c:105
3113
 
msgid "Conjugate transpose of a matrix (adjoint)"
3114
 
msgstr "Conjugate transpose of a matrix (adjoint)"
3115
 
 
3116
 
#: ../lib/library-strings.c:106 ../lib/library-strings.c:107
3117
 
msgid "Calculate convolution of two horizontal vectors"
3118
 
msgstr "Calculate convolution of two horizontal vectors"
3119
 
 
3120
 
#: ../lib/library-strings.c:108
3121
 
msgid "CrossProduct of two vectors in R^3"
3122
 
msgstr "CrossProduct of two vectors in R^3"
3123
 
 
3124
 
#: ../lib/library-strings.c:109
3125
 
msgid ""
3126
 
"Get the determinantal divisors of an integer matrix (not its characteristic)"
3127
 
msgstr ""
3128
 
"Get the determinantal divisors of an integer matrix (not its characteristic)"
3129
 
 
3130
 
#: ../lib/library-strings.c:110
3131
 
msgid "Direct sum of matrices"
3132
 
msgstr "Direct sum of matrices"
3133
 
 
3134
 
#: ../lib/library-strings.c:111
3135
 
msgid "Direct sum of a vector of matrices"
3136
 
msgstr "Direct sum of a vector of matrices"
3137
 
 
3138
 
#: ../lib/library-strings.c:112
3139
 
msgid ""
3140
 
"Get the eigenvalues of a matrix (Currently only for 2x2 and triangular "
3141
 
"matrices)"
3142
 
msgstr ""
3143
 
"Get the eigenvalues of a matrix (Currently only for 2x2 and triangular "
3144
 
"matrices)"
3145
 
 
3146
 
#: ../lib/library-strings.c:113
3147
 
msgid ""
3148
 
"Apply the Gram-Schmidt process (to the columns) with respect to innter "
3149
 
"product given by #2"
3150
 
msgstr ""
3151
 
"Apply the Gram-Schmidt process (to the columns) with respect to innter "
3152
 
"product given by #2"
3153
 
 
3154
 
#: ../lib/library-strings.c:114
3155
 
msgid "Apply the Gram-Schmidt process (to the columns) using the dot product"
3156
 
msgstr "Apply the Gram-Schmidt process (to the columns) using the dot product"
3157
 
 
3158
 
#: ../lib/library-strings.c:115
3159
 
msgid "Hankel matrix"
3160
 
msgstr "Hankel matrix"
3161
 
 
3162
 
#: ../lib/library-strings.c:116
3163
 
msgid "Hilbert matrix of order n"
3164
 
msgstr "Hilbert matrix of order n"
3165
 
 
3166
 
#: ../lib/library-strings.c:117
3167
 
msgid "Get the image (columnspace) of a linear transform"
3168
 
msgstr "Get the image (columnspace) of a linear transform"
3169
 
 
3170
 
#: ../lib/library-strings.c:118
3171
 
msgid "Get the Inf Norm of a vector"
3172
 
msgstr "Get the Inf Norm of a vector"
3173
 
 
3174
 
#: ../lib/library-strings.c:119
3175
 
msgid ""
3176
 
"Get the invariant factors of a square integer matrix (not its characteristic)"
3177
 
msgstr ""
3178
 
"Get the invariant factors of a square integer matrix (not its characteristic)"
3179
 
 
3180
 
#: ../lib/library-strings.c:120
3181
 
msgid "Inverse Hilbert matrix of order n"
3182
 
msgstr "Inverse Hilbert matrix of order n"
3183
 
 
3184
 
#: ../lib/library-strings.c:121
3185
 
msgid "Is a matrix hermitian"
3186
 
msgstr "Is a matrix hermitian"
3187
 
 
3188
 
#: ../lib/library-strings.c:122
3189
 
msgid "Test if a vector is in a subspace"
3190
 
msgstr "Test if a vector is in a subspace"
3191
 
 
3192
 
#: ../lib/library-strings.c:123
3193
 
msgid ""
3194
 
"Is a matrix (or number) invertible (Integer matrix is invertible iff it's "
3195
 
"invertible over the integers)"
3196
 
msgstr ""
3197
 
"Is a matrix (or number) invertible (Integer matrix is invertible iff it's "
3198
 
"invertible over the integers)"
3199
 
 
3200
 
#: ../lib/library-strings.c:124
3201
 
msgid "Is a matrix (or number) invertible over a field"
3202
 
msgstr "Is a matrix (or number) invertible over a field"
3203
 
 
3204
 
#: ../lib/library-strings.c:125
3205
 
msgid "Is a matrix normal"
3206
 
msgstr "Is a matrix normal"
3207
 
 
3208
 
#: ../lib/library-strings.c:126
3209
 
msgid "Is a matrix skew-hermitian"
3210
 
msgstr "Is a matrix skew-hermitian"
3211
 
 
3212
 
#: ../lib/library-strings.c:127
3213
 
msgid "Is a matrix unitary"
3214
 
msgstr "Is a matrix unitary"
3215
 
 
3216
 
#: ../lib/library-strings.c:128
3217
 
msgid "Get the jordan block corresponding to lambda and n"
3218
 
msgstr "Get the jordan block corresponding to lambda and n"
3219
 
 
3220
 
#: ../lib/library-strings.c:129
3221
 
msgid "Get the kernel (nullspace) of a linear transform"
3222
 
msgstr "Get the kernel (nullspace) of a linear transform"
3223
 
 
3224
 
#: ../lib/library-strings.c:130
3225
 
msgid ""
3226
 
"Get the LU decomposition of A and store the result in the L and U which "
3227
 
"should be references.  If not possible returns false."
3228
 
msgstr ""
3229
 
"Get the LU decomposition of A and store the result in the L and U which "
3230
 
"should be references.  If not possible returns false."
3231
 
 
3232
 
#: ../lib/library-strings.c:131
3233
 
msgid "Get the i-j minor of a matrix"
3234
 
msgstr "Get the i-j minor of a matrix"
3235
 
 
3236
 
#: ../lib/library-strings.c:132
3237
 
msgid "Return the columns that are not the pivot columns of a matrix"
3238
 
msgstr "Return the columns that are not the pivot columns of a matrix"
3239
 
 
3240
 
#: ../lib/library-strings.c:133
3241
 
msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
3242
 
msgstr "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
3243
 
 
3244
 
#: ../lib/library-strings.c:134
3245
 
msgid "Get the nullspace of a matrix"
3246
 
msgstr "Get the nullspace of a matrix"
3247
 
 
3248
 
#: ../lib/library-strings.c:135
3249
 
msgid "Get the nullity of a matrix"
3250
 
msgstr "Get the nullity of a matrix"
3251
 
 
3252
 
#: ../lib/library-strings.c:136
3253
 
msgid "Get the orthogonal complement of the columnspace"
3254
 
msgstr "Get the orthogonal complement of the columnspace"
3255
 
 
3256
 
#: ../lib/library-strings.c:137
3257
 
msgid ""
3258
 
"Return pivot columns of a matrix, that is columns which have a leading 1 in "
3259
 
"rref form, also returns the row where they occur"
3260
 
msgstr ""
3261
 
"Return pivot columns of a matrix, that is columns which have a leading 1 in "
3262
 
"rref form, also returns the row where they occur"
3263
 
 
3264
 
#: ../lib/library-strings.c:138
3265
 
msgid "Projection of vector v onto subspace W given a bilinear form B"
3266
 
msgstr "Projection of vector v onto subspace W given a bilinear form B"
3267
 
 
3268
 
#: ../lib/library-strings.c:139
3269
 
msgid "Return the Raleigh Quotient of a matrix and a vector"
3270
 
msgstr "Return the Raleigh Quotient of a matrix and a vector"
3271
 
 
3272
 
#: ../lib/library-strings.c:140
3273
 
msgid "Get the rank of a matrix"
3274
 
msgstr "Get the rank of a matrix"
3275
 
 
3276
 
#: ../lib/library-strings.c:141
3277
 
msgid "Rosser matrix, a classic symmetric eigenvalue test problem"
3278
 
msgstr "Rosser matrix, a classic symmetric eigenvalue test problem"
3279
 
 
3280
 
#: ../lib/library-strings.c:142
3281
 
msgid "Rotation around origin in R^2"
3282
 
msgstr "Rotation around origin in R^2"
3283
 
 
3284
 
#: ../lib/library-strings.c:143
3285
 
msgid "Rotation around origin in R^3 about the x-axis"
3286
 
msgstr "Rotation around origin in R^3 about the x-axis"
3287
 
 
3288
 
#: ../lib/library-strings.c:144
3289
 
msgid "Rotation around origin in R^3 about the y-axis"
3290
 
msgstr "Rotation around origin in R^3 about the y-axis"
3291
 
 
3292
 
#: ../lib/library-strings.c:145
3293
 
msgid "Rotation around origin in R^3 about the z-axis"
3294
 
msgstr "Rotation around origin in R^3 about the z-axis"
3295
 
 
3296
 
#: ../lib/library-strings.c:146
3297
 
msgid "Get a basis matrix for the rowspace of a matrix"
3298
 
msgstr "Get a basis matrix for the rowspace of a matrix"
3299
 
 
3300
 
#: ../lib/library-strings.c:147
3301
 
msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)"
3302
 
msgstr "Smith Normal Form for fields (will end up with 1's on the diagonal)"
3303
 
 
3304
 
#: ../lib/library-strings.c:148
3305
 
msgid "Smith Normal Form for square integer matrices (not its characteristic)"
3306
 
msgstr "Smith Normal Form for square integer matrices (not its characteristic)"
3307
 
 
3308
 
#: ../lib/library-strings.c:149
3309
 
msgid "Calculate the trace of a matrix"
3310
 
msgstr "Calculate the trace of a matrix"
3311
 
 
3312
 
#: ../lib/library-strings.c:150
3313
 
msgid "Transpose of a matrix"
3314
 
msgstr "Transpose of a matrix"
3315
 
 
3316
 
#: ../lib/library-strings.c:151
3317
 
msgid "Return the Vandermonde matrix"
3318
 
msgstr "Return the Vandermonde matrix"
3319
 
 
3320
 
#: ../lib/library-strings.c:152
3321
 
msgid "The angle of two vectors, given an inner product"
3322
 
msgstr "The angle of two vectors, given an inner product"
3323
 
 
3324
 
#: ../lib/library-strings.c:153
3325
 
msgid "The direct sum of the vector spaces M and N"
3326
 
msgstr "The direct sum of the vector spaces M and N"
3327
 
 
3328
 
#: ../lib/library-strings.c:154
3329
 
msgid "Intersection of the subspaces given by M and N"
3330
 
msgstr "Intersection of the subspaces given by M and N"
3331
 
 
3332
 
#: ../lib/library-strings.c:155
3333
 
msgid ""
3334
 
"The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
3335
 
msgstr ""
3336
 
"The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
3337
 
 
3338
 
#: ../lib/library-strings.c:156
3339
 
msgid "Get the classical adjoint (adjugate) of a matrix"
3340
 
msgstr "Get the classical adjoint (adjugate) of a matrix"
3341
 
 
3342
 
#: ../lib/library-strings.c:157
3343
 
msgid "Compute the Column Reduced Echelon Form"
3344
 
msgstr "Compute the Column Reduced Echelon Form"
3345
 
 
3346
 
#: ../lib/library-strings.c:158
3347
 
msgid "Get n'th catalan number"
3348
 
msgstr "Get n'th catalan number"
3349
 
 
3350
 
#: ../lib/library-strings.c:159
3351
 
msgid "Double factorial: n(n-2)(n-4)..."
3352
 
msgstr "Double factorial: n(n-2)(n-4)..."
3353
 
 
3354
 
#: ../lib/library-strings.c:160
3355
 
msgid "Factorial: n(n-1)(n-2)..."
3356
 
msgstr "Factorial: n(n-1)(n-2)..."
3357
 
 
3358
 
#: ../lib/library-strings.c:161
3359
 
msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
3360
 
msgstr "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
3361
 
 
3362
 
#: ../lib/library-strings.c:162
3363
 
msgid "Calculate n'th fibbonachi number"
3364
 
msgstr "Calculate n'th fibbonachi number"
3365
 
 
3366
 
#: ../lib/library-strings.c:163
3367
 
msgid ""
3368
 
"Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))"
3369
 
msgstr ""
3370
 
"Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))"
3371
 
 
3372
 
#: ../lib/library-strings.c:164
3373
 
msgid "Harmonic Number, the nth harmonic number of order r"
3374
 
msgstr "Harmonic Number, the nth harmonic number of order r"
3375
 
 
3376
 
#: ../lib/library-strings.c:165
3377
 
msgid ""
3378
 
"Hofstadter's function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-q"
3379
 
"(n-2))"
3380
 
msgstr ""
3381
 
"Hofstadter's function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-q"
3382
 
"(n-2))"
3383
 
 
3384
 
#: ../lib/library-strings.c:166
3385
 
msgid "Compute linear recursive sequence using galois stepping"
3386
 
msgstr "Compute linear recursive sequence using galois stepping"
3387
 
 
3388
 
#: ../lib/library-strings.c:167
3389
 
msgid "Calculate multinomial coefficients"
3390
 
msgstr "Calculate multinomial coefficients"
3391
 
 
3392
 
#: ../lib/library-strings.c:168
3393
 
msgid "Get the pascal's triangle as a matrix"
3394
 
msgstr "Get the pascal's triangle as a matrix"
3395
 
 
3396
 
#: ../lib/library-strings.c:169
3397
 
msgid "(Puchhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
3398
 
msgstr "(Puchhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
3399
 
 
3400
 
#: ../lib/library-strings.c:170
3401
 
msgid "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!"
3402
 
msgstr "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!"
3403
 
 
3404
 
#: ../lib/library-strings.c:171
3405
 
msgid "Calculate the nth triangular number"
3406
 
msgstr "Calculate the nth triangular number"
3407
 
 
3408
 
#: ../lib/library-strings.c:172
3409
 
msgid "Calculate combinations (binomial coefficient)"
3410
 
msgstr "Calculate combinations (binomial coefficient)"
3411
 
 
3412
 
#: ../lib/library-strings.c:173
3413
 
msgid "Calculate permutations"
3414
 
msgstr "Calculate permutations"
3415
 
 
3416
 
#: ../lib/library-strings.c:174
3417
 
msgid ""
3418
 
"Integration of f by Composite Simpson's Rule on the interval [a,b] with the "
3419
 
"number of steps calculated by the fourth derivative bound and the desired "
3420
 
"tolerance"
3421
 
msgstr ""
3422
 
"Integration of f by Composite Simpson's Rule on the interval [a,b] with the "
3423
 
"number of steps calculated by the fourth derivative bound and the desired "
3424
 
"tolerance"
3425
 
 
3426
 
#: ../lib/library-strings.c:175
3427
 
msgid "Try to calculate an infinite product for a single parameter function"
3428
 
msgstr "Try to calculate an infinite product for a single parameter function"
3429
 
 
3430
 
#: ../lib/library-strings.c:176
3431
 
msgid ""
3432
 
"Try to calculate an infinite product for a double parameter function with "
3433
 
"func(arg,n)"
3434
 
msgstr ""
3435
 
"Try to calculate an infinite product for a double parameter function with "
3436
 
"func(arg,n)"
3437
 
 
3438
 
#: ../lib/library-strings.c:177
3439
 
msgid "Try to calculate an infinite sum for a single parameter function"
3440
 
msgstr "Try to calculate an infinite sum for a single parameter function"
3441
 
 
3442
 
#: ../lib/library-strings.c:178
3443
 
msgid ""
3444
 
"Try to calculate an infinite sum for a double parameter function with func"
3445
 
"(arg,n)"
3446
 
msgstr ""
3447
 
"Try to calculate an infinite sum for a double parameter function with func"
3448
 
"(arg,n)"
3449
 
 
3450
 
#: ../lib/library-strings.c:179
3451
 
msgid ""
3452
 
"Try and see if a real-valued function is continuous at x0 by calculating the "
3453
 
"limit there"
3454
 
msgstr ""
3455
 
"Try and see if a real-valued function is continuous at x0 by calculating the "
3456
 
"limit there"
3457
 
 
3458
 
#: ../lib/library-strings.c:180
3459
 
msgid ""
3460
 
"Test for differentiability by approximating the left and right limits and "
3461
 
"comparing"
3462
 
msgstr ""
3463
 
"Test for differentiability by approximating the left and right limits and "
3464
 
"comparing"
3465
 
 
3466
 
#: ../lib/library-strings.c:181
3467
 
msgid "Calculate the left limit of a real-valued function at x0"
3468
 
msgstr "Calculate the left limit of a real-valued function at x0"
3469
 
 
3470
 
#: ../lib/library-strings.c:182
3471
 
msgid ""
3472
 
"Calculate the limit of a real-valued function at x0.  Tries to calculate "
3473
 
"both left and right limits."
3474
 
msgstr ""
3475
 
"Calculate the limit of a real-valued function at x0.  Tries to calculate "
3476
 
"both left and right limits."
3477
 
 
3478
 
#: ../lib/library-strings.c:183
3479
 
msgid "Integration by midpoint rule"
3480
 
msgstr "Integration by midpoint rule"
3481
 
 
3482
 
#: ../lib/library-strings.c:184
3483
 
msgid "Attempt to calculate numerical derivative"
3484
 
msgstr "Attempt to calculate numerical derivative"
3485
 
 
3486
 
#: ../lib/library-strings.c:185
3487
 
msgid ""
3488
 
"Integration by rule set in NumericalIntegralFunction of f from a to b using "
3489
 
"NumericalIntegralSteps steps"
3490
 
msgstr ""
3491
 
"Integration by rule set in NumericalIntegralFunction of f from a to b using "
3492
 
"NumericalIntegralSteps steps"
3493
 
 
3494
 
#: ../lib/library-strings.c:186
3495
 
msgid "Attempt to calculate numerical left derivative"
3496
 
msgstr "Attempt to calculate numerical left derivative"
3497
 
 
3498
 
#: ../lib/library-strings.c:187
3499
 
msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
3500
 
msgstr "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
3501
 
 
3502
 
#: ../lib/library-strings.c:188
3503
 
msgid "Attempt to calculate numerical right derivative"
3504
 
msgstr "Attempt to calculate numerical right derivative"
3505
 
 
3506
 
#: ../lib/library-strings.c:189
3507
 
msgid "Compute one-sided derivative using five point formula"
3508
 
msgstr "Compute one-sided derivative using five point formula"
3509
 
 
3510
 
#: ../lib/library-strings.c:190
3511
 
msgid "Compute one-sided derivative using three-point formula"
3512
 
msgstr "Compute one-sided derivative using three-point formula"
3513
 
 
3514
 
#: ../lib/library-strings.c:191
3515
 
msgid "Calculate the right limit of a real-valued function at x0"
3516
 
msgstr "Calculate the right limit of a real-valued function at x0"
3517
 
 
3518
 
#: ../lib/library-strings.c:192
3519
 
msgid "Compute two-sided derivative using five-point formula"
3520
 
msgstr "Compute two-sided derivative using five-point formula"
3521
 
 
3522
 
#: ../lib/library-strings.c:193
3523
 
msgid "Compute two-sided derivative using three-point formula"
3524
 
msgstr "Compute two-sided derivative using three-point formula"
3525
 
 
3526
 
#: ../lib/library-strings.c:194
3527
 
msgid "argument (angle) of complex number"
3528
 
msgstr "argument (angle) of complex number"
3529
 
 
3530
 
#: ../lib/library-strings.c:195
3531
 
msgid "Dirichlet kernel of order n"
3532
 
msgstr "Dirichlet kernel of order n"
3533
 
 
3534
 
#: ../lib/library-strings.c:196
3535
 
msgid "Returns 1 iff all elements are zero"
3536
 
msgstr "Returns 1 iff all elements are zero"
3537
 
 
3538
 
#: ../lib/library-strings.c:197
3539
 
msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
3540
 
msgstr "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
3541
 
 
3542
 
#: ../lib/library-strings.c:198
3543
 
msgid "Fejer kernel of order n"
3544
 
msgstr "Fejer kernel of order n"
3545
 
 
3546
 
#: ../lib/library-strings.c:199
3547
 
msgid "Returns 1 iff all elements are equal"
3548
 
msgstr "Returns 1 iff all elements are equal"
3549
 
 
3550
 
#: ../lib/library-strings.c:200
3551
 
msgid "Find the first value where f(x)=0"
3552
 
msgstr "Find the first value where f(x)=0"
3553
 
 
3554
 
#: ../lib/library-strings.c:201
3555
 
msgid "Moebius mapping of the disk to itself mapping a to 0"
3556
 
msgstr "Moebius mapping of the disk to itself mapping a to 0"
3557
 
 
3558
 
#: ../lib/library-strings.c:202
3559
 
msgid ""
3560
 
"Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity "
3561
 
"respectively"
3562
 
msgstr ""
3563
 
"Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity "
3564
 
"respectively"
3565
 
 
3566
 
#: ../lib/library-strings.c:203
3567
 
msgid ""
3568
 
"Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 "
3569
 
"to 1 and 0 respectively"
3570
 
msgstr ""
3571
 
"Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 "
3572
 
"to 1 and 0 respectively"
3573
 
 
3574
 
#: ../lib/library-strings.c:204
3575
 
msgid ""
3576
 
"Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 "
3577
 
"and infinity respectively"
3578
 
msgstr ""
3579
 
"Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 "
3580
 
"and infinity respectively"
3581
 
 
3582
 
#: ../lib/library-strings.c:205
3583
 
msgid ""
3584
 
"Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 "
3585
 
"and infinity respectively"
3586
 
msgstr ""
3587
 
"Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 "
3588
 
"and infinity respectively"
3589
 
 
3590
 
#: ../lib/library-strings.c:206
3591
 
msgid ""
3592
 
"Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is "
3593
 
"2pi)"
3594
 
msgstr ""
3595
 
"Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is "
3596
 
"2pi)"
3597
 
 
3598
 
#: ../lib/library-strings.c:207
3599
 
msgid "Poisson kernel on D(0,R) (not normalized to 1)"
3600
 
msgstr "Poisson kernel on D(0,R) (not normalized to 1)"
3601
 
 
3602
 
#: ../lib/library-strings.c:208
3603
 
msgid ""
3604
 
"The unit step function = 0 for x<0, 1 otherwise.  This is the integral of "
3605
 
"the Dirac Delta function."
3606
 
msgstr ""
3607
 
"The unit step function = 0 for x<0, 1 otherwise.  This is the integral of "
3608
 
"the Dirac Delta function."
3609
 
 
3610
 
#: ../lib/library-strings.c:209
3611
 
msgid "The cis function, that is cos(x)+i*sin(x)"
3612
 
msgstr "The cis function, that is cos(x)+i*sin(x)"
3613
 
 
3614
 
#: ../lib/library-strings.c:210
3615
 
msgid "Convert degrees to radians"
3616
 
msgstr "Convert degrees to radians"
3617
 
 
3618
 
#: ../lib/library-strings.c:211
3619
 
msgid "Convert radians to degrees"
3620
 
msgstr "Convert radians to degrees"
3621
 
 
3622
 
#: ../lib/library-strings.c:212
3623
 
msgid ""
3624
 
"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
3625
 
"y0 going to x1 with n increments, returns y at x1"
3626
 
msgstr ""
3627
 
"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
3628
 
"y0 going to x1 with n increments, returns y at x1"
3629
 
 
3630
 
#: ../lib/library-strings.c:213
3631
 
msgid "Find root of a function using the bisection method"
3632
 
msgstr "Find root of a function using the bisection method"
3633
 
 
3634
 
#: ../lib/library-strings.c:214
3635
 
msgid "Find root of a function using the method of false position"
3636
 
msgstr "Find root of a function using the method of false position"
3637
 
 
3638
 
#: ../lib/library-strings.c:215
3639
 
msgid "Find root of a function using the Muller's method"
3640
 
msgstr "Find root of a function using the Muller's method"
3641
 
 
3642
 
#: ../lib/library-strings.c:216
3643
 
msgid "Find root of a function using the secant method"
3644
 
msgstr "Find root of a function using the secant method"
3645
 
 
3646
 
#: ../lib/library-strings.c:217
3647
 
msgid ""
3648
 
"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
3649
 
"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns y "
3650
 
"at x1"
3651
 
msgstr ""
3652
 
"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
3653
 
"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns y "
3654
 
"at x1"
3655
 
 
3656
 
#: ../lib/library-strings.c:218
3657
 
msgid "Calculate average of an entire matrix"
3658
 
msgstr "Calculate average of an entire matrix"
3659
 
 
3660
 
#: ../lib/library-strings.c:219
3661
 
msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)"
3662
 
msgstr ""
3663
 
"Integral of the GaussFunction from 0 to x (area under the normal curve)"
3664
 
 
3665
 
#: ../lib/library-strings.c:220
3666
 
msgid "The normalized Gauss distribution function (the normal curve)"
3667
 
msgstr "The normalized Gauss distribution function (the normal curve)"
3668
 
 
3669
 
#: ../lib/library-strings.c:221
3670
 
msgid "Calculate median of an entire matrix"
3671
 
msgstr "Calculate median of an entire matrix"
3672
 
 
3673
 
#: ../lib/library-strings.c:222
3674
 
msgid "Calculate the population standard deviation of a whole matrix"
3675
 
msgstr "Calculate the population standard deviation of a whole matrix"
3676
 
 
3677
 
#: ../lib/library-strings.c:223
3678
 
msgid "Calculate average of each row in a matrix"
3679
 
msgstr "Calculate average of each row in a matrix"
3680
 
 
3681
 
#: ../lib/library-strings.c:224
3682
 
msgid "Calculate median of each row in a matrix"
3683
 
msgstr "Calculate median of each row in a matrix"
3684
 
 
3685
 
#: ../lib/library-strings.c:225
3686
 
msgid ""
3687
 
"Calculate the population standard deviations of rows of a matrix and return "
3688
 
"a vertical vector"
3689
 
msgstr ""
3690
 
"Calculate the population standard deviations of rows of a matrix and return "
3691
 
"a vertical vector"
3692
 
 
3693
 
#: ../lib/library-strings.c:226
3694
 
msgid ""
3695
 
"Calculate the standard deviations of rows of a matrix and return a vertical "
3696
 
"vector"
3697
 
msgstr ""
3698
 
"Calculate the standard deviations of rows of a matrix and return a vertical "
3699
 
"vector"
3700
 
 
3701
 
#: ../lib/library-strings.c:227
3702
 
msgid "Calculate the standard deviation of a whole matrix"
3703
 
msgstr "Calculate the standard deviation of a whole matrix"
3704
 
 
3705
 
#: ../lib/library-strings.c:228
3706
 
msgid ""
3707
 
"Run newton's method on a polynomial to attempt to find a root, returns after "
3708
 
"two successive values are within epsilon or after maxn tries (then returns "
3709
 
"null)"
3710
 
msgstr ""
3711
 
"Run newton's method on a polynomial to attempt to find a root, returns after "
3712
 
"two successive values are within epsilon or after maxn tries (then returns "
3713
 
"null)"
3714
 
 
3715
 
#: ../lib/library-strings.c:229
3716
 
msgid ""
3717
 
"Returns a set theoretic intersection of X and Y (X and Y are vectors "
3718
 
"pretending to be sets)"
3719
 
msgstr ""
3720
 
"Returns a set theoretic intersection of X and Y (X and Y are vectors "
3721
 
"pretending to be sets)"
3722
 
 
3723
 
#: ../lib/library-strings.c:230
3724
 
msgid ""
3725
 
"Returns true if the element x is in the set X (where X is a vector "
3726
 
"pretending to be a set)"
3727
 
msgstr ""
3728
 
"Returns true if the element x is in the set X (where X is a vector "
3729
 
"pretending to be a set)"
3730
 
 
3731
 
#: ../lib/library-strings.c:231
3732
 
msgid "Returns a set where every element of X appears only once"
3733
 
msgstr "Returns a set where every element of X appears only once"
3734
 
 
3735
 
#: ../lib/library-strings.c:232
3736
 
msgid ""
3737
 
"Returns a set theoretic difference X-Y (X and Y are vectors pretending to be "
3738
 
"sets)"
3739
 
msgstr ""
3740
 
"Returns a set theoretic difference X-Y (X and Y are vectors pretending to be "
3741
 
"sets)"
3742
 
 
3743
 
#: ../lib/library-strings.c:233
3744
 
msgid ""
3745
 
"Returns a set theoretic union of X and Y (X and Y are vectors pretending to "
3746
 
"be sets)"
3747
 
msgstr ""
3748
 
"Returns a set theoretic union of X and Y (X and Y are vectors pretending to "
3749
 
"be sets)"
3750
 
 
 
3793
#: ../ve/glade-helper.c:82
 
3794
#: ../ve/glade-helper.c:114
 
3795
#: ../ve/glade-helper.c:136
 
3796
msgid "(memory buffer)"
 
3797
msgstr "(memory buffer)"
 
3798
 
 
3799
#. markup
 
3800
#: ../ve/glade-helper.c:171
 
3801
#: ../ve/glade-helper.c:224
 
3802
#: ../ve/glade-helper.c:278
 
3803
msgid "Cannot load user interface"
 
3804
msgstr "Cannot load user interface"
 
3805
 
 
3806
#: ../ve/glade-helper.c:172
 
3807
#, c-format
 
3808
msgid "An error occurred while loading user interface element %s%s from file %s.  Possibly the glade interface description was corrupted.  %s cannot continue and will exit now.  You should check your installation of %s or reinstall %s."
 
3809
msgstr "An error occurred while loading user interface element %s%s from file %s.  Possibly the glade interface description was corrupted.  %s cannot continue and will exit now.  You should check your installation of %s or reinstall %s."
 
3810
 
 
3811
#: ../ve/glade-helper.c:188
 
3812
#, c-format
 
3813
msgid ""
 
3814
"Glade file is on crack! Make sure the correct file is installed!\n"
 
3815
"file: %s widget: %s"
 
3816
msgstr ""
 
3817
"Glade file is on crack! Make sure the correct file is installed!\n"
 
3818
"file: %s widget: %s"
 
3819
 
 
3820
#: ../ve/glade-helper.c:225
 
3821
#, c-format
 
3822
msgid "An error occurred while loading the user interface element %s%s from file %s. CList type widget should have %d column. Possibly the glade interface description was corrupted. %s cannot continue and will exit now. You should check your installation of %s or reinstall %s."
 
3823
msgid_plural "An error occurred while loading the user interface element %s%s from file %s. CList type widget should have %d columns. Possibly the glade interface description was corrupted. %s cannot continue and will exit now. You should check your installation of %s or reinstall %s."
 
3824
msgstr[0] "An error occurred while loading the user interface element %s%s from file %s. CList type widget should have %d column. Possibly the glade interface description was corrupted. %s cannot continue and will exit now. You should check your installation of %s or reinstall %s."
 
3825
msgstr[1] "An error occurred while loading the user interface element %s%s from file %s. CList type widget should have %d columns. Possibly the glade interface description was corrupted. %s cannot continue and will exit now. You should check your installation of %s or reinstall %s."
 
3826
 
 
3827
#: ../ve/glade-helper.c:254
 
3828
#, c-format
 
3829
msgid ""
 
3830
"Glade file is on crack! Make sure the correct file is installed!\n"
 
3831
"file: %s widget: %s expected clist columns: %d"
 
3832
msgstr ""
 
3833
"Glade file is on crack! Make sure the correct file is installed!\n"
 
3834
"file: %s widget: %s expected clist columns: %d"
 
3835
 
 
3836
#: ../ve/glade-helper.c:279
 
3837
#, c-format
 
3838
msgid "An error occurred while loading the user interface from file %s.  Possibly the glade interface description was not found.  %s cannot continue and will exit now.  You should check your installation of %s or reinstall %s."
 
3839
msgstr "An error occurred while loading the user interface from file %s.  Possibly the glade interface description was not found.  %s cannot continue and will exit now.  You should check your installation of %s or reinstall %s."
 
3840
 
 
3841
#: ../ve/glade-helper.c:291
 
3842
#, c-format
 
3843
msgid "No interface could be loaded. This is BAD! (file: %s)"
 
3844
msgstr "No interface could be loaded. This is BAD! (file: %s)"
 
3845
 
 
3846
#: ../ve/ve-nongnome.c:134
 
3847
msgid "Too many alias levels for a locale; may indicate a loop"
 
3848
msgstr "Too many alias levels for a locale; may indicate a loop"
 
3849
 
 
3850
#~ msgid ""
 
3851
#~ "Apply the Gram-Schmidt process (to the columns) using the dot product"
 
3852
#~ msgstr ""
 
3853
#~ "Apply the Gram-Schmidt process (to the columns) using the dot product"
3751
3854
#~ msgid "Draw a line from x1,y1 to x2,y2"
3752
3855
#~ msgstr "Draw a line from x1,y1 to x2,y2"
 
3856