1# Russian translation for genius.
2# Copyright (C) 2012 genius's COPYRIGHT HOLDER
3# This file is distributed under the same license as the genius package.
4# Алексей Кабанов <ak099@mail.ru>, 2012.
5# Yuri Myasoedov <omerta13@yandex.ru>, 2012.
6#
7msgid ""
8msgstr ""
9"Project-Id-Version: genius master\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2020-03-06 08:18-0600\n"
12"PO-Revision-Date: 2012-10-04 16:14+0400\n"
13"Last-Translator: Yuri Myasoedov <omerta13@yandex.ru>\n"
14"Language-Team: русский <gnome-cyr@gnome.org>\n"
15"Language: ru\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
21"X-Poedit-Language: Russian\n"
22"X-Poedit-Country: RUSSIAN FEDERATION\n"
23
24#: ../lib/library-strings.c:1
25msgid "Compose two functions"
26msgstr ""
27
28#: ../lib/library-strings.c:2
29msgid ""
30"Compose a function with itself n times, passing x as argument, and returning "
31"x if n == 0"
32msgstr ""
33
34#: ../lib/library-strings.c:3
35msgid ""
36"Print a table of values for f(n) for numbers from vector v, or if v is a "
37"number for integers from 1 to v"
38msgstr ""
39
40#: ../lib/library-strings.c:4
41msgid "Make a string"
42msgstr ""
43
44#: ../lib/library-strings.c:5
45msgid "Tolerance of the Chop function"
46msgstr ""
47
48#: ../lib/library-strings.c:6
49msgid "How many iterations to try to find the limit for continuity and limits"
50msgstr ""
51
52#: ../lib/library-strings.c:7
53msgid ""
54"How many successive steps to be within tolerance for calculation of "
55"continuity"
56msgstr ""
57
58#: ../lib/library-strings.c:8
59msgid "Tolerance for continuity of functions and for calculating the limit"
60msgstr ""
61
62#: ../lib/library-strings.c:9
63msgid "How many iterations to try to find the limit for derivative"
64msgstr ""
65
66#: ../lib/library-strings.c:10
67msgid ""
68"How many successive steps to be within tolerance for calculation of "
69"derivative"
70msgstr ""
71
72#: ../lib/library-strings.c:11
73msgid "Tolerance for calculating the derivatives of functions"
74msgstr ""
75
76#: ../lib/library-strings.c:12
77msgid "Tolerance of the ErrorFunction (used for complex values only)"
78msgstr ""
79
80#: ../lib/library-strings.c:13
81msgid "Tolerance of the GaussDistribution function"
82msgstr ""
83
84#: ../lib/library-strings.c:14
85msgid "The function used for numerical integration in NumericalIntegral"
86msgstr ""
87
88#: ../lib/library-strings.c:15
89msgid "Steps to perform in NumericalIntegral"
90msgstr ""
91
92#: ../lib/library-strings.c:16
93msgid "How many iterations to try for InfiniteSum and InfiniteProduct"
94msgstr ""
95
96#: ../lib/library-strings.c:17
97msgid ""
98"How many successive steps to be within tolerance for InfiniteSum and "
99"InfiniteProduct"
100msgstr ""
101
102#: ../lib/library-strings.c:18
103msgid "Tolerance for InfiniteSum and InfiniteProduct"
104msgstr ""
105
106#: ../lib/library-strings.c:19 ../src/eval.c:6711
107msgid "Absolute value"
108msgstr "Абсолютное значение"
109
110#: ../lib/library-strings.c:20
111msgid "Replace very small number with zero"
112msgstr "Заменяет очень малое число нулём"
113
114#: ../lib/library-strings.c:21
115msgid "Return the fractional part of a number"
116msgstr "Возвращает дробную часть числа"
117
118#: ../lib/library-strings.c:22
119msgid "Return the sign (-1,0,1)"
120msgstr "Возвращает знак (-1,0,1)"
121
122#: ../lib/library-strings.c:23
123msgid ""
124"Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not "
125"given, e is used"
126msgstr ""
127
128#: ../lib/library-strings.c:24
129msgid "The arccos (inverse cos) function"
130msgstr "Арккосинус (обратный косинус)"
131
132#: ../lib/library-strings.c:25
133msgid "The arccosh (inverse cosh) function"
134msgstr "Обратный гиперболический косинус"
135
136#: ../lib/library-strings.c:26
137msgid "The arccot (inverse cot) function"
138msgstr "Арккотангенс (обратный котангенс)"
139
140#: ../lib/library-strings.c:27
141msgid "The arccoth (inverse coth) function"
142msgstr "Обратный гиперболический котангенс"
143
144#: ../lib/library-strings.c:28
145msgid "The inverse cosecant function"
146msgstr "Обратный косеканс"
147
148#: ../lib/library-strings.c:29
149msgid "The inverse hyperbolic cosecant function"
150msgstr "Обратный гиперболический косеканс"
151
152#: ../lib/library-strings.c:30
153msgid "The inverse secant function"
154msgstr "Обратный секанс"
155
156#: ../lib/library-strings.c:31
157msgid "The inverse hyperbolic secant function"
158msgstr "Обратный гиперболический секанс"
159
160#: ../lib/library-strings.c:32
161msgid "The arcsin (inverse sin) function"
162msgstr "Арксинус (обратный синус)"
163
164#: ../lib/library-strings.c:33
165msgid "The arcsinh (inverse sinh) function"
166msgstr "Обратный гиперболический синус"
167
168#: ../lib/library-strings.c:34
169msgid "The arctanh (inverse tanh) function"
170msgstr "Обратный гиперболический тангенс"
171
172#: ../lib/library-strings.c:35
173msgid "The cotangent function"
174msgstr "Котангенс"
175
176#: ../lib/library-strings.c:36
177msgid "The hyperbolic cotangent function"
178msgstr "Гиперболический котангенс"
179
180#: ../lib/library-strings.c:37
181msgid "The cosecant function"
182msgstr "Косеканс"
183
184#: ../lib/library-strings.c:38
185msgid "The hyperbolic cosecant function"
186msgstr "Гиперболический косеканс"
187
188#: ../lib/library-strings.c:39
189msgid "The secant function"
190msgstr "Секанс"
191
192#: ../lib/library-strings.c:40
193msgid "The hyperbolic secant function"
194msgstr "Гиперболический секанс"
195
196#: ../lib/library-strings.c:41
197msgid "The hyperbolic tangent function"
198msgstr "Гиперболический тангенс"
199
200#: ../lib/library-strings.c:42
201msgid "Are a and b relatively prime?"
202msgstr "Являются ли a и b взаимно простыми?"
203
204#: ../lib/library-strings.c:43
205msgid "Return the nth Bernoulli number"
206msgstr "Возвращает n-ое число Бернулли"
207
208#: ../lib/library-strings.c:44
209msgid ""
210"Find the x that solves the system given by the vector a and modulo the "
211"elements of m, using the Chinese Remainder Theorem"
212msgstr ""
213
214#: ../lib/library-strings.c:45
215msgid ""
216"Given two factorizations, give the factorization of the product, see "
217"Factorize"
218msgstr ""
219
220#: ../lib/library-strings.c:46
221msgid "Convert a vector of values indicating powers of b to a number"
222msgstr "Преобразует вектор значений, указывающих степени основания b в число"
223
224#: ../lib/library-strings.c:47
225msgid "Convert a number to a vector of powers for elements in base b"
226msgstr "Преобразует число в вектор степеней для элементов по основанию b"
227
228#: ../lib/library-strings.c:48
229msgid ""
230"Find discrete log of n base b in F_q where q is a prime using the Silver-"
231"Pohlig-Hellman algorithm"
232msgstr ""
233
234#: ../lib/library-strings.c:49
235msgid ""
236"Compute phi(n), the Euler phi function, that is the number of integers "
237"between 1 and n relatively prime to n"
238msgstr ""
239"Вычисляет функцию Эйлера φ(n), то есть количество чисел от 1 до n, взаимно "
240"простых с n"
241
242#: ../lib/library-strings.c:50
243msgid "Return all factors of a number"
244msgstr ""
245
246#: ../lib/library-strings.c:51
247msgid ""
248"Attempt Fermat factorization of n into (t-s)*(t+s), returns t and s as a "
249"vector if possible, null otherwise"
250msgstr ""
251
252#: ../lib/library-strings.c:52
253msgid "Find the first primitive element in F_q (q must be a prime)"
254msgstr ""
255
256#: ../lib/library-strings.c:53
257msgid "Find a random primitive element in F_q (q must be a prime)"
258msgstr ""
259
260#: ../lib/library-strings.c:54
261msgid ""
262"Compute discrete log base b of n in F_q (q a prime) using the factor base "
263"S.  S should be a column of primes possibly with second column precalculated "
264"by IndexCalculusPrecalculation."
265msgstr ""
266
267#: ../lib/library-strings.c:55
268msgid ""
269"Run the precalculation step of IndexCalculus for logarithms base b in F_q (q "
270"a prime) for the factor base S (where S is a column vector of primes).  The "
271"logs will be precalculated and returned in the second column."
272msgstr ""
273
274#: ../lib/library-strings.c:56
275msgid "Test if Mp is a Mersenne prime using a table"
276msgstr "Проверяет, является ли Mp простым числом Мерсенна, используя таблицу"
277
278#: ../lib/library-strings.c:57
279msgid "Tests if a rational number is a perfect power"
280msgstr ""
281
282#: ../lib/library-strings.c:58
283msgid ""
284"Check if g is primitive in F_q, where q is a prime.  If q is not prime "
285"results are bogus."
286msgstr ""
287
288#: ../lib/library-strings.c:59
289msgid ""
290"Check if g is primitive in F_q, where q is a prime and f is a vector of "
291"prime factors of q-1.  If q is not prime results are bogus."
292msgstr ""
293
294#: ../lib/library-strings.c:60
295msgid ""
296"If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
297msgstr ""
298
299#: ../lib/library-strings.c:61
300msgid "Test if n is a strong pseudoprime to base b but not a prime"
301msgstr ""
302
303#: ../lib/library-strings.c:62
304msgid ""
305"Return the residue of a mod n with the least absolute value (in the interval "
306"-n/2 to n/2)"
307msgstr ""
308
309#: ../lib/library-strings.c:63
310msgid "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
311msgstr ""
312"Проверяет, является ли Mp простым числом Мерсенна, используя тест Люка-Лемера"
313
314#: ../lib/library-strings.c:64
315msgid "Return all maximal prime power factors of a number"
316msgstr ""
317
318#: ../lib/library-strings.c:65
319msgid "Vector with the known Mersenne prime exponents"
320msgstr "Вектор с известными индексами чисел Мерсенна"
321
322#: ../lib/library-strings.c:66
323msgid "Return the Moebius mu function evaluated in n"
324msgstr ""
325
326#: ../lib/library-strings.c:67
327msgid "Returns the p-adic valuation (number of trailing zeros in base p)."
328msgstr ""
329
330#: ../lib/library-strings.c:68
331msgid "Compute a^b mod m"
332msgstr "Вычисляет a^b mod m"
333
334#: ../lib/library-strings.c:69
335msgid "Return all prime factors of a number"
336msgstr ""
337
338#: ../lib/library-strings.c:70
339msgid "Pseudoprime test, true if and only if b^(n-1) == 1 (mod n)"
340msgstr ""
341
342#: ../lib/library-strings.c:71
343msgid "Removes all instances of the factor m from the number n"
344msgstr ""
345
346#: ../lib/library-strings.c:72
347msgid ""
348"Find discrete log of n base b in F_q where q is a prime using the Silver-"
349"Pohlig-Hellman algorithm, given f being the factorization of q-1"
350msgstr ""
351
352#: ../lib/library-strings.c:73
353msgid ""
354"Find square root of n mod p (a prime). Null is returned if not a quadratic "
355"residue."
356msgstr ""
357
358#: ../lib/library-strings.c:74
359msgid ""
360"Apply a function over all entries of a matrix and return a matrix of the "
361"results"
362msgstr ""
363"Применяет функцию ко всем элементам матрицы и возвращает матрицу результатов"
364
365#: ../lib/library-strings.c:75
366msgid ""
367"Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) "
368"and return a matrix of the results"
369msgstr ""
370"Применяет функцию ко всем элементам 2 матриц (или 1 значению и 1 матрице) и "
371"возвращает матрицу результатов"
372
373#: ../lib/library-strings.c:76
374msgid "Remove column(s) and row(s) from a matrix"
375msgstr "Удаляет столбцы и строки из матрицы"
376
377#: ../lib/library-strings.c:77
378msgid "Calculate the kth compound matrix of A"
379msgstr ""
380
381#: ../lib/library-strings.c:78
382msgid "Delete a column of a matrix"
383msgstr "Удаляет столбец матрицы"
384
385#: ../lib/library-strings.c:79
386msgid "Delete a row of a matrix"
387msgstr "Удаляет строку матрицы"
388
389#: ../lib/library-strings.c:80
390msgid "Get the dot product of two vectors (no conjugates)"
391msgstr ""
392
393#: ../lib/library-strings.c:81
394msgid "Zero out entries above the diagonal"
395msgstr "Обнуляет элементы над диагональю"
396
397#: ../lib/library-strings.c:82
398msgid "Make diagonal matrix from a vector"
399msgstr "Создаёт диагональную матрицу из вектора"
400
401#: ../lib/library-strings.c:83
402#, fuzzy
403msgid "Make column vector out of matrix by putting rows after each other"
404msgstr "Создаёт столбцовый вектор из матрицы, помещая столбцы друг над другом"
405
406#: ../lib/library-strings.c:84
407msgid "Make column vector out of matrix by putting columns above each other"
408msgstr "Создаёт столбцовый вектор из матрицы, помещая столбцы друг над другом"
409
410#: ../lib/library-strings.c:85
411msgid "Calculate the product of all elements in a matrix"
412msgstr "Вычисляет произведение всех элементов матрицы"
413
414#: ../lib/library-strings.c:86
415msgid "Calculate the sum of all elements in a matrix"
416msgstr "Вычисляет сумму всех элементов матрицы"
417
418#: ../lib/library-strings.c:87
419msgid "Calculate the sum of squares of all elements in a matrix"
420msgstr "Вычисляет сумму квадратов всех элементов матрицы"
421
422#: ../lib/library-strings.c:88
423msgid "Get the outer product of two vectors"
424msgstr "Получить векторное произведение двух векторов"
425
426#: ../lib/library-strings.c:89
427msgid "Reverse elements in a vector"
428msgstr "Обращает элементы вектора"
429
430#: ../lib/library-strings.c:90
431msgid "Calculate sum of each row in a matrix"
432msgstr "Вычисляет суммы для каждой строки матрицы"
433
434#: ../lib/library-strings.c:91
435msgid "Calculate sum of squares of each row in a matrix"
436msgstr "Вычисляет суммы квадратов для каждой строки матрицы"
437
438#: ../lib/library-strings.c:92
439msgid "Shuffle elements in a vector"
440msgstr "Перемешивает элементы в векторе"
441
442#: ../lib/library-strings.c:93
443msgid "Sort vector elements"
444msgstr "Сортирует элементы вектора"
445
446#: ../lib/library-strings.c:94
447msgid "Removes any all-zero rows of M"
448msgstr "Удаляет все полностью нулевые строки из матрицы"
449
450#: ../lib/library-strings.c:95
451msgid "Return column(s) and row(s) from a matrix"
452msgstr "Возвращает столбцы и строки из матрицы"
453
454#: ../lib/library-strings.c:96
455msgid "Swap two rows in a matrix"
456msgstr "Меняет местами две строки матрицы"
457
458#: ../lib/library-strings.c:97
459msgid "Zero out entries below the diagonal"
460msgstr "Обнуляет элементы под диагональю"
461
462#: ../lib/library-strings.c:98
463msgid "Get the auxiliary unit matrix of size n"
464msgstr "Получить вспомогательную единичную матрицу размера n"
465
466#: ../lib/library-strings.c:99
467msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
468msgstr ""
469
470#: ../lib/library-strings.c:100
471#, fuzzy
472msgid ""
473"Return a function that evaluates two vectors with respect to the bilinear "
474"form given by A"
475msgstr ""
476"Вернуть функцию, вычисляющую два вектора с отношением к билинейной форме, "
477"указанной A"
478
479#: ../lib/library-strings.c:101
480msgid "Get the characteristic polynomial as a vector"
481msgstr "Получить характеристический многочлен матрицы в виде вектора"
482
483#: ../lib/library-strings.c:102
484msgid "Get the characteristic polynomial as a function"
485msgstr "Получить характеристический многочлен матрицы в виде функции"
486
487#: ../lib/library-strings.c:103
488msgid "Get a basis matrix for the columnspace of a matrix"
489msgstr ""
490
491#: ../lib/library-strings.c:104
492msgid ""
493"Return the commutation matrix K(m,n) which is the unique m*n by m*n matrix "
494"such that K(m,n) * MakeVector(A) = MakeVector(A.') for all m by n matrices A."
495msgstr ""
496
497#: ../lib/library-strings.c:105
498msgid "Companion matrix of a polynomial (as vector)"
499msgstr ""
500
501#: ../lib/library-strings.c:106
502msgid "Conjugate transpose of a matrix (adjoint)"
503msgstr ""
504
505#: ../lib/library-strings.c:107 ../lib/library-strings.c:108
506msgid "Calculate convolution of two horizontal vectors"
507msgstr ""
508
509#: ../lib/library-strings.c:109
510msgid "CrossProduct of two vectors in R^3"
511msgstr ""
512
513#: ../lib/library-strings.c:110
514#, fuzzy
515msgid "Get the determinantal divisors of an integer matrix"
516msgstr "Возвращает определитель матрицы"
517
518#: ../lib/library-strings.c:111
519msgid "Direct sum of matrices"
520msgstr ""
521
522#: ../lib/library-strings.c:112
523msgid "Direct sum of a vector of matrices"
524msgstr ""
525
526#: ../lib/library-strings.c:113
527msgid ""
528"Get the eigenvalues of a matrix (Currently only for up to 4x4 or triangular "
529"matrices)"
530msgstr ""
531
532#: ../lib/library-strings.c:114
533msgid ""
534"Get the eigenvalues and eigenvectors of a matrix (Currently only for up to "
535"2x2 matrices)"
536msgstr ""
537
538#: ../lib/library-strings.c:115
539msgid ""
540"Apply the Gram-Schmidt process (to the columns) with respect to inner "
541"product given by B (if not given use Hermitian product)"
542msgstr ""
543
544#: ../lib/library-strings.c:116
545msgid "Hankel matrix"
546msgstr ""
547
548#: ../lib/library-strings.c:117
549msgid "Hilbert matrix of order n"
550msgstr "Матрица Гильберта порядка n"
551
552#: ../lib/library-strings.c:118
553msgid "Get the image (columnspace) of a linear transform"
554msgstr "Получить пространство столбцов линейного преобразования"
555
556#: ../lib/library-strings.c:119
557msgid "Get the Inf Norm of a vector"
558msgstr "Получить бесконечную норму вектора"
559
560#: ../lib/library-strings.c:120
561#, fuzzy
562msgid "Get the invariant factors of a square integer matrix"
563msgstr "Получить инвариантный множитель квадратной целочисленной матрицы"
564
565#: ../lib/library-strings.c:121
566msgid "Inverse Hilbert matrix of order n"
567msgstr "Обратить матрицу Гильберта порядка n"
568
569#: ../lib/library-strings.c:122
570msgid "Is a matrix Hermitian"
571msgstr "Является ли эрмитовой матрицей"
572
573#: ../lib/library-strings.c:123
574msgid "Test if a vector is in a subspace"
575msgstr ""
576
577#: ../lib/library-strings.c:124
578msgid ""
579"Is a matrix (or number) invertible (Integer matrix is invertible if and only "
580"if it is invertible over the integers)"
581msgstr ""
582
583#: ../lib/library-strings.c:125
584msgid "Is a matrix (or number) invertible over a field"
585msgstr ""
586
587#: ../lib/library-strings.c:126
588msgid "Is a matrix normal"
589msgstr "Является ли матрица нормальной"
590
591#: ../lib/library-strings.c:127
592msgid "Is a matrix positive definite"
593msgstr "Является ли матрица положительно определённой"
594
595#: ../lib/library-strings.c:128
596msgid "Is a matrix positive semidefinite"
597msgstr "Является ли матрица положительно полуопределённой"
598
599#: ../lib/library-strings.c:129
600msgid "Is a matrix skew-Hermitian"
601msgstr "Является ли эрмитово-кососимметрической матрицей"
602
603#: ../lib/library-strings.c:130
604msgid "Is a matrix unitary"
605msgstr "Является ли матрица унитарной"
606
607#: ../lib/library-strings.c:131
608msgid "Get the Jordan block corresponding to lambda and n"
609msgstr ""
610
611#: ../lib/library-strings.c:132
612msgid "Get the kernel (nullspace) of a linear transform"
613msgstr ""
614
615#: ../lib/library-strings.c:133
616#, fuzzy
617msgid "Compute the Kronecker product of two matrices"
618msgstr "Получить векторное произведение двух векторов"
619
620#: ../lib/library-strings.c:134
621msgid ""
622"Get the LU decomposition of A and store the result in the L and U which "
623"should be references.  If not possible returns false."
624msgstr ""
625
626#: ../lib/library-strings.c:135
627msgid "Get the i-j minor of a matrix"
628msgstr ""
629
630#: ../lib/library-strings.c:136
631msgid "Return the columns that are not the pivot columns of a matrix"
632msgstr ""
633
634#: ../lib/library-strings.c:137
635msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
636msgstr ""
637
638#: ../lib/library-strings.c:138
639msgid "Get the nullity of a matrix"
640msgstr ""
641
642#: ../lib/library-strings.c:139
643msgid "Get the orthogonal complement of the columnspace"
644msgstr ""
645
646#: ../lib/library-strings.c:140
647msgid ""
648"Projection of vector v onto subspace W given a sesquilinear form B (if not "
649"given use Hermitian product)"
650msgstr ""
651
652#: ../lib/library-strings.c:141
653msgid "Get the QR decomposition of A, returns R and Q can be a reference"
654msgstr ""
655
656#: ../lib/library-strings.c:142
657msgid "Get the rank of a matrix"
658msgstr "Определяет ранг матрицы"
659
660#: ../lib/library-strings.c:143
661msgid "Return the Rayleigh quotient of a matrix and a vector"
662msgstr "Возвращает отношение Релея для матрицы и вектора"
663
664#: ../lib/library-strings.c:144
665msgid ""
666"Compute an eigenvalue using the Rayleigh Quotient Iteration method until we "
667"are epsilon from eigenvalue or for maxiter iterations"
668msgstr ""
669
670#: ../lib/library-strings.c:145
671msgid "Rosser matrix, a classic symmetric eigenvalue test problem"
672msgstr ""
673
674#: ../lib/library-strings.c:146
675msgid "Rotation around origin in R^2"
676msgstr ""
677
678#: ../lib/library-strings.c:147
679msgid "Rotation around origin in R^3 about the x-axis"
680msgstr ""
681
682#: ../lib/library-strings.c:148
683msgid "Rotation around origin in R^3 about the y-axis"
684msgstr ""
685
686#: ../lib/library-strings.c:149
687msgid "Rotation around origin in R^3 about the z-axis"
688msgstr ""
689
690#: ../lib/library-strings.c:150
691msgid "Get a basis matrix for the rowspace of a matrix"
692msgstr ""
693
694#: ../lib/library-strings.c:151
695msgid ""
696"Evaluate (v,w) with respect to the sesquilinear form given by the matrix A"
697msgstr ""
698
699#: ../lib/library-strings.c:152
700msgid ""
701"Return a function that evaluates two vectors with respect to the "
702"sesquilinear form given by A"
703msgstr ""
704
705#: ../lib/library-strings.c:153
706msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)"
707msgstr ""
708
709#: ../lib/library-strings.c:154
710msgid "Smith Normal Form for square integer matrices"
711msgstr ""
712
713#: ../lib/library-strings.c:155
714msgid ""
715"Return the Toeplitz matrix constructed given the first column c and "
716"(optionally) the first row r."
717msgstr ""
718"Возвращает матрицу Тёплица, созданную по заданному первому столбцу c и "
719"(необязательно) первой строке r."
720
721#: ../lib/library-strings.c:156
722msgid "Calculate the trace of a matrix"
723msgstr ""
724
725#: ../lib/library-strings.c:157
726msgid "Transpose of a matrix"
727msgstr "Транспонирует матрицу"
728
729#: ../lib/library-strings.c:158
730msgid "Return the Vandermonde matrix"
731msgstr "Возвращает определитель Вандермонда"
732
733#: ../lib/library-strings.c:159
734msgid "The angle of two vectors, given an inner product"
735msgstr ""
736
737#: ../lib/library-strings.c:160
738msgid "The direct sum of the vector spaces M and N"
739msgstr ""
740
741#: ../lib/library-strings.c:161
742msgid "Intersection of the subspaces given by M and N"
743msgstr ""
744
745#: ../lib/library-strings.c:162
746msgid ""
747"The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
748msgstr ""
749
750#: ../lib/library-strings.c:163
751msgid "Get the classical adjoint (adjugate) of a matrix"
752msgstr ""
753
754#: ../lib/library-strings.c:164
755msgid "Compute the Column Reduced Echelon Form"
756msgstr ""
757
758#: ../lib/library-strings.c:165
759msgid "Get nth Catalan number"
760msgstr "Возвращает n-ое число Каталана"
761
762#: ../lib/library-strings.c:166
763msgid "Double factorial: n(n-2)(n-4)..."
764msgstr "Двойной факториал: n(n-2)(n-4)..."
765
766#: ../lib/library-strings.c:167
767msgid "Factorial: n(n-1)(n-2)..."
768msgstr "Факториал: n(n-1)(n-2)..."
769
770#: ../lib/library-strings.c:168
771msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
772msgstr "Убывающий факториал: (n)_k = n(n-1)...(n-(k-1))"
773
774#: ../lib/library-strings.c:169
775msgid "Calculate nth Fibonacci number"
776msgstr "Вычисляет n-ое число Фибоначчи"
777
778#: ../lib/library-strings.c:170
779msgid "Calculate the Frobenius number for a coin problem"
780msgstr "Вычисляет число Фробениуса для «задачи о размене монет»"
781
782#: ../lib/library-strings.c:171
783msgid ""
784"Galois matrix given a linear combining rule (a_1*x_1+...+a_n*x_n=x_(n+1))"
785msgstr ""
786
787#: ../lib/library-strings.c:172
788msgid "Use greedy algorithm to find c, for c . v = n.  (v must be sorted)"
789msgstr ""
790
791#: ../lib/library-strings.c:173
792msgid "Harmonic Number, the nth harmonic number of order r"
793msgstr "Гармоническое число, n-ое гармоническое число порядка r"
794
795#: ../lib/library-strings.c:174
796msgid ""
797"Hofstadter's function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-"
798"q(n-2))"
799msgstr ""
800
801#: ../lib/library-strings.c:175
802msgid "Compute linear recursive sequence using Galois stepping"
803msgstr ""
804
805#: ../lib/library-strings.c:176
806msgid "Calculate multinomial coefficients"
807msgstr ""
808
809#: ../lib/library-strings.c:177
810msgid "Get the Pascal's triangle as a matrix"
811msgstr "Возвращает треугольник Паскаля в виде матрицы"
812
813#: ../lib/library-strings.c:178
814msgid "(Pochhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
815msgstr "(Символ Похгаммера) Возрастающий факториал: (n)_k = n(n+1)...(n+(k-1))"
816
817#: ../lib/library-strings.c:179
818msgid "Stirling number of the first kind"
819msgstr "Число Стирлинга первого рода"
820
821#: ../lib/library-strings.c:180
822msgid "Stirling number of the second kind"
823msgstr "Число Стирлинга второго рода"
824
825#: ../lib/library-strings.c:181
826#, fuzzy
827msgid "Subfactorial: n! times sum_{k=0}^n (-1)^k/k!"
828msgstr "Субфакториал: n! * sum_{k=1}^n (-1)^k/k!"
829
830#: ../lib/library-strings.c:182
831msgid "Calculate the nth triangular number"
832msgstr "Вычисляет n-ое треугольное число"
833
834#: ../lib/library-strings.c:183
835msgid "Calculate permutations"
836msgstr ""
837
838#: ../lib/library-strings.c:184
839msgid ""
840"Integration of f by Composite Simpson's Rule on the interval [a,b] with the "
841"number of steps calculated by the fourth derivative bound and the desired "
842"tolerance"
843msgstr ""
844
845#: ../lib/library-strings.c:185
846msgid ""
847"Attempt to calculate derivative by trying first symbolically and then "
848"numerically"
849msgstr ""
850
851#: ../lib/library-strings.c:186
852msgid ""
853"Return a function which is the even periodic extension of f defined on the "
854"interval [0,L]"
855msgstr ""
856
857#: ../lib/library-strings.c:187
858msgid ""
859"Return a function which is a Fourier series with the coefficients given by "
860"the vectors a (sines) and b (cosines).  Note that a@(1) is the constant "
861"coefficient!"
862msgstr ""
863
864#: ../lib/library-strings.c:188
865msgid "Try to calculate an infinite product for a single parameter function"
866msgstr ""
867
868#: ../lib/library-strings.c:189
869msgid ""
870"Try to calculate an infinite product for a double parameter function with "
871"func(arg,n)"
872msgstr ""
873
874#: ../lib/library-strings.c:190
875msgid "Try to calculate an infinite sum for a single parameter function"
876msgstr ""
877
878#: ../lib/library-strings.c:191
879msgid ""
880"Try to calculate an infinite sum for a double parameter function with "
881"func(arg,n)"
882msgstr ""
883
884#: ../lib/library-strings.c:192
885msgid ""
886"Try and see if a real-valued function is continuous at x0 by calculating the "
887"limit there"
888msgstr ""
889
890#: ../lib/library-strings.c:193
891msgid ""
892"Test for differentiability by approximating the left and right limits and "
893"comparing"
894msgstr ""
895
896#: ../lib/library-strings.c:194
897msgid "Calculate the left limit of a real-valued function at x0"
898msgstr ""
899
900#: ../lib/library-strings.c:195
901msgid ""
902"Calculate the limit of a real-valued function at x0.  Tries to calculate "
903"both left and right limits."
904msgstr ""
905
906#: ../lib/library-strings.c:196
907msgid "Integration by midpoint rule"
908msgstr ""
909
910#: ../lib/library-strings.c:197
911msgid "Attempt to calculate numerical derivative"
912msgstr ""
913
914#: ../lib/library-strings.c:198
915msgid ""
916"Numerically compute the coefficients for a cosine Fourier series for a "
917"function on [0,L] up to the Nth coefficient."
918msgstr ""
919
920#: ../lib/library-strings.c:199
921msgid ""
922"Return a function which is the Fourier cosine series of f on [0,L] with "
923"coefficients up to N computed numerically"
924msgstr ""
925
926#: ../lib/library-strings.c:200
927msgid ""
928"Numerically compute the coefficients for a Fourier series with half-period L "
929"up to the Nth coefficient."
930msgstr ""
931
932#: ../lib/library-strings.c:201
933msgid ""
934"Return a function which is the Fourier series of f with half-period L with "
935"coefficients up to N computed numerically"
936msgstr ""
937
938#: ../lib/library-strings.c:202
939msgid ""
940"Numerically compute the coefficients for a sine Fourier series for a "
941"function on [0,L] up to the Nth coefficient."
942msgstr ""
943
944#: ../lib/library-strings.c:203
945msgid ""
946"Return a function which is the Fourier sine series of f on [0,L] with "
947"coefficients up to N computed numerically"
948msgstr ""
949
950#: ../lib/library-strings.c:204
951msgid ""
952"Integration by rule set in NumericalIntegralFunction of f from a to b using "
953"NumericalIntegralSteps steps"
954msgstr ""
955
956#: ../lib/library-strings.c:205
957msgid "Attempt to calculate numerical left derivative"
958msgstr ""
959
960#: ../lib/library-strings.c:206
961msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
962msgstr ""
963
964#: ../lib/library-strings.c:207
965msgid "Attempt to calculate numerical right derivative"
966msgstr ""
967
968#: ../lib/library-strings.c:208
969msgid ""
970"Return a function which is the odd periodic extension of f defined on the "
971"interval [0,L]"
972msgstr ""
973
974#: ../lib/library-strings.c:209
975msgid "Compute one-sided derivative using five point formula"
976msgstr ""
977
978#: ../lib/library-strings.c:210
979msgid "Compute one-sided derivative using three-point formula"
980msgstr ""
981
982#: ../lib/library-strings.c:211
983msgid ""
984"Return a function which is the periodic extension of f defined on the "
985"interval [a,b]"
986msgstr ""
987
988#: ../lib/library-strings.c:212
989msgid "Calculate the right limit of a real-valued function at x0"
990msgstr ""
991
992#: ../lib/library-strings.c:213
993msgid "Compute two-sided derivative using five-point formula"
994msgstr ""
995
996#: ../lib/library-strings.c:214
997msgid "Compute two-sided derivative using three-point formula"
998msgstr ""
999
1000#: ../lib/library-strings.c:215
1001msgid "argument (angle) of complex number"
1002msgstr ""
1003
1004#: ../lib/library-strings.c:216
1005msgid "Dirichlet kernel of order n"
1006msgstr ""
1007
1008#: ../lib/library-strings.c:217
1009msgid "Returns 1 if and only if all elements are zero"
1010msgstr ""
1011
1012#: ../lib/library-strings.c:218
1013msgid "Fejer kernel of order n"
1014msgstr ""
1015
1016#: ../lib/library-strings.c:219
1017msgid "Returns 1 if and only if all elements are equal"
1018msgstr ""
1019
1020#: ../lib/library-strings.c:220
1021msgid ""
1022"Principal branch of the Lambert W function for real values greater than or "
1023"equal to -1/e"
1024msgstr ""
1025
1026#: ../lib/library-strings.c:221
1027msgid ""
1028"The minus-one branch of the Lambert W function for real values between -1/e "
1029"and 0"
1030msgstr ""
1031
1032#: ../lib/library-strings.c:222
1033msgid "Find the first value where f(x)=0"
1034msgstr ""
1035
1036#: ../lib/library-strings.c:223
1037msgid "Moebius mapping of the disk to itself mapping a to 0"
1038msgstr ""
1039
1040#: ../lib/library-strings.c:224
1041msgid ""
1042"Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity "
1043"respectively"
1044msgstr ""
1045
1046#: ../lib/library-strings.c:225
1047msgid ""
1048"Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 "
1049"to 1 and 0 respectively"
1050msgstr ""
1051
1052#: ../lib/library-strings.c:226
1053msgid ""
1054"Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 "
1055"and infinity respectively"
1056msgstr ""
1057
1058#: ../lib/library-strings.c:227
1059msgid ""
1060"Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 "
1061"and infinity respectively"
1062msgstr ""
1063
1064#: ../lib/library-strings.c:228
1065msgid ""
1066"Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is "
1067"2pi)"
1068msgstr ""
1069
1070#: ../lib/library-strings.c:229
1071msgid "Poisson kernel on D(0,R) (not normalized to 1)"
1072msgstr ""
1073
1074#: ../lib/library-strings.c:230
1075msgid ""
1076"The unit step function = 0 for x<0, 1 otherwise.  This is the integral of "
1077"the Dirac Delta function."
1078msgstr ""
1079
1080#: ../lib/library-strings.c:231
1081msgid "The cis function, that is cos(x)+i*sin(x)"
1082msgstr "Функция cis = cos(x)+i*sin(x)"
1083
1084#: ../lib/library-strings.c:232
1085msgid "Convert degrees to radians"
1086msgstr "Преобразует градусы в радианы"
1087
1088#: ../lib/library-strings.c:233
1089msgid "Convert radians to degrees"
1090msgstr "Преобразует радианы в градусы"
1091
1092#: ../lib/library-strings.c:234
1093msgid "Find roots of a cubic polynomial (given as vector of coefficients)"
1094msgstr ""
1095"Находит корни кубического многочлена (заданного как вектор коэффициентов)"
1096
1097#: ../lib/library-strings.c:235
1098msgid ""
1099"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
1100"y0 going to x1 with n increments, returns y at x1"
1101msgstr ""
1102
1103#: ../lib/library-strings.c:236
1104msgid ""
1105"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
1106"y0 going to x1 with n increments, returns an n+1 by 2 matrix of values"
1107msgstr ""
1108
1109#: ../lib/library-strings.c:237
1110msgid ""
1111"Find root of a function using the bisection method to within TOL tolerance "
1112"in up to N iterations.  f(a) and f(b) must have opposite signs."
1113msgstr ""
1114
1115#: ../lib/library-strings.c:238
1116msgid ""
1117"Find root of a function using the method of false position to within TOL "
1118"tolerance in up to N iterations.  f(a) and f(b) must have opposite signs."
1119msgstr ""
1120
1121#: ../lib/library-strings.c:239
1122msgid "Find root of a function using the Muller's method"
1123msgstr ""
1124
1125#: ../lib/library-strings.c:240
1126msgid ""
1127"Find root of a function using the secant method to within TOL tolerance in "
1128"up to N iterations.  f(a) and f(b) must have opposite signs."
1129msgstr ""
1130
1131#: ../lib/library-strings.c:241
1132msgid ""
1133"Attempt to find a zero of a function f with derivative df and second "
1134"derivative ddf using Halley's method, returning after two successive values "
1135"are within epsilon or after maxn tries (then returns null)"
1136msgstr ""
1137
1138#: ../lib/library-strings.c:242
1139msgid ""
1140"Attempt to find a zero of a function f with derivative df using Newton's "
1141"method, returning after two successive values are within epsilon or after "
1142"maxn tries (then returns null)"
1143msgstr ""
1144
1145#: ../lib/library-strings.c:243
1146msgid "Find roots of a polynomial (given as vector of coefficients)"
1147msgstr "Находит корни многочлена (заданного как вектор коэффициентов)"
1148
1149#: ../lib/library-strings.c:244
1150msgid "Find roots of a quartic polynomial (given as vector of coefficients)"
1151msgstr ""
1152"Находит корни многочлена 4-ой степени (заданного как вектор коэффициентов)"
1153
1154#: ../lib/library-strings.c:245
1155msgid ""
1156"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
1157"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns y "
1158"at x1"
1159msgstr ""
1160
1161#: ../lib/library-strings.c:246
1162msgid ""
1163"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
1164"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns an n"
1165"+1 by 2 matrix of values"
1166msgstr ""
1167
1168#: ../lib/library-strings.c:247
1169msgid "Calculate average of an entire matrix"
1170msgstr "Вычисляет среднее арифметическое всей матрицы"
1171
1172#: ../lib/library-strings.c:248
1173msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)"
1174msgstr ""
1175
1176#: ../lib/library-strings.c:249
1177msgid "The normalized Gauss distribution function (the normal curve)"
1178msgstr ""
1179
1180#: ../lib/library-strings.c:250
1181msgid "Calculate median of an entire matrix"
1182msgstr "Вычисляет медиану всей матрицы"
1183
1184#: ../lib/library-strings.c:251
1185msgid "Calculate the population standard deviation of a whole matrix"
1186msgstr ""
1187
1188#: ../lib/library-strings.c:252
1189msgid "Calculate average of each row in a matrix"
1190msgstr "Вычисляет среднее арифметическое каждой строки матрицы"
1191
1192#: ../lib/library-strings.c:253
1193msgid "Calculate median of each row in a matrix"
1194msgstr "Вычисляет медиану каждой строки матрицы"
1195
1196#: ../lib/library-strings.c:254
1197msgid ""
1198"Calculate the population standard deviations of rows of a matrix and return "
1199"a vertical vector"
1200msgstr ""
1201
1202#: ../lib/library-strings.c:255
1203msgid ""
1204"Calculate the standard deviations of rows of a matrix and return a vertical "
1205"vector"
1206msgstr ""
1207
1208#: ../lib/library-strings.c:256
1209msgid "Calculate the standard deviation of a whole matrix"
1210msgstr "Вычисляет среднеквадратическое отклонение всей матрицы"
1211
1212#: ../lib/library-strings.c:257
1213msgid ""
1214"Attempt to find a root of a polynomial using Newton's method, returning "
1215"after two successive values are within epsilon or after maxn tries (then "
1216"returns null)"
1217msgstr ""
1218
1219#: ../lib/library-strings.c:258
1220msgid "Returns a set where every element of X appears only once"
1221msgstr ""
1222
1223#: ../lib/library-strings.c:259
1224msgid ""
1225"Returns a set theoretic union of X and Y (X and Y are vectors pretending to "
1226"be sets)"
1227msgstr ""
1228
1229#: ../lib/library-strings.c:260
1230msgid ""
1231"For a Hilbert function that is c for degree d, given the Macaulay bound for "
1232"the Hilbert function of degree d+1 (The c^<d> operator from Green's proof)"
1233msgstr ""
1234
1235#: ../lib/library-strings.c:261
1236msgid "The c_<d> operator from Green's proof of Macaulay's Theorem"
1237msgstr ""
1238
1239#: ../lib/library-strings.c:262
1240msgid "Return the dth Macaulay representation of a positive integer c"
1241msgstr ""
1242
1243#: ../lib/library-strings.c:263
1244msgid "Attempt to symbolically differentiate a function n times"
1245msgstr ""
1246
1247#: ../lib/library-strings.c:264
1248msgid ""
1249"Attempt to symbolically differentiate a function n times quietly and return "
1250"null on failure"
1251msgstr ""
1252
1253#: ../lib/library-strings.c:265
1254msgid ""
1255"Attempt to construct the Taylor approximation function around x0 to the nth "
1256"degree."
1257msgstr ""
1258
1259#: ../src/calc.c:215
1260msgid "Uncategorized"
1261msgstr "Без категории"
1262
1263#: ../src/calc.c:397
1264msgid "Trying to set an alias for an alias"
1265msgstr ""
1266
1267#: ../src/calc.c:976
1268msgid "Bad identifier for function node!"
1269msgstr ""
1270
1271#: ../src/calc.c:1026 ../src/eval.c:7219 ../src/eval.c:7426
1272msgid "Unexpected operator!"
1273msgstr "Непредвиденный оператор!"
1274
1275#. FIXME:
1276#: ../src/calc.c:1218
1277msgid "Cannot currently print polynomials of more than 3 vars"
1278msgstr ""
1279
1280#: ../src/calc.c:1310 ../src/calc.c:1384
1281msgid "NULL function!"
1282msgstr ""
1283
1284#. variable and reference functions should
1285#. never be in the etree
1286#: ../src/calc.c:1374
1287msgid "Unexpected function type!"
1288msgstr "Непредвиденный тип функции!"
1289
1290#: ../src/calc.c:1420
1291msgid "NULL tree!"
1292msgstr ""
1293
1294#: ../src/calc.c:1510 ../src/eval.c:7725
1295msgid "Unexpected node!"
1296msgstr ""
1297
1298#: ../src/calc.c:2025
1299#, c-format
1300msgid "File '%s' is a wrong version of GEL"
1301msgstr "Файл «%s» — неправильная версия GEL"
1302
1303#: ../src/calc.c:2075 ../src/calc.c:2089 ../src/calc.c:2103 ../src/calc.c:2116
1304#: ../src/calc.c:2132 ../src/calc.c:2147 ../src/calc.c:2162 ../src/calc.c:2175
1305#: ../src/calc.c:2181 ../src/calc.c:2188 ../src/calc.c:2202 ../src/calc.c:2213
1306#: ../src/calc.c:2220 ../src/calc.c:2227 ../src/calc.c:2234 ../src/calc.c:2241
1307#: ../src/calc.c:2248 ../src/calc.c:2255 ../src/calc.c:2262 ../src/calc.c:2269
1308#: ../src/calc.c:2276 ../src/calc.c:2283 ../src/calc.c:2290 ../src/calc.c:2297
1309#: ../src/calc.c:2304 ../src/calc.c:2311 ../src/calc.c:2327 ../src/calc.c:2345
1310#: ../src/calc.c:2355
1311msgid "Badly formed record"
1312msgstr ""
1313
1314#: ../src/calc.c:2078 ../src/calc.c:2083 ../src/calc.c:2097 ../src/calc.c:2111
1315#: ../src/calc.c:2126 ../src/calc.c:2142 ../src/calc.c:2156
1316msgid "Record out of place"
1317msgstr ""
1318
1319#: ../src/calc.c:2369 ../src/calc.c:2380 ../src/calc.c:2392
1320msgid "Missing value for function"
1321msgstr ""
1322
1323#: ../src/calc.c:2412
1324msgid "Extra dictionary for NULL function"
1325msgstr ""
1326
1327#: ../src/calc.c:2465 ../src/calc.c:3019 ../src/calc.c:3054
1328#, c-format
1329msgid "Can't open file: '%s'"
1330msgstr "Не удалось открыть файл: «%s»"
1331
1332#: ../src/calc.c:2666
1333msgid "Load a file into the interpreter"
1334msgstr "Загружает файл в интерпретатор"
1335
1336#: ../src/calc.c:2669
1337msgid "Load a plugin"
1338msgstr "Загружает модуль"
1339
1340#: ../src/calc.c:2672
1341msgid "List files in the current directory"
1342msgstr "Список файлов в текущем каталоге"
1343
1344#: ../src/calc.c:2675
1345msgid "Change directory"
1346msgstr "Изменяет каталог"
1347
1348#: ../src/calc.c:2678
1349msgid "Print current directory"
1350msgstr "Выводит путь к текущему каталогу"
1351
1352#: ../src/calc.c:2681
1353msgid "Print help (or help on a function/command)"
1354msgstr "Показывает справку (или справку по функции/команде)"
1355
1356#: ../src/calc.c:2697
1357msgid ""
1358"\n"
1359"For a manual on using Genius and the GEL language type:\n"
1360msgstr ""
1361"\n"
1362"Для справки по использованию Genius и языка GEL наберите:\n"
1363
1364#: ../src/calc.c:2699
1365msgid "  manual\n"
1366msgstr "  manual\n"
1367
1368#: ../src/calc.c:2703
1369msgid ""
1370"\n"
1371"For help on a specific function type:\n"
1372msgstr ""
1373"\n"
1374"Для справки по определённой функции наберите:\n"
1375
1376#: ../src/calc.c:2705
1377msgid "  help FunctionName\n"
1378msgstr "  help имя_функции\n"
1379
1380#: ../src/calc.c:2709
1381msgid ""
1382"\n"
1383"Commands:\n"
1384msgstr ""
1385"\n"
1386"Команды:\n"
1387
1388#: ../src/calc.c:2754
1389msgid ""
1390"\n"
1391"Undocumented:\n"
1392msgstr ""
1393"\n"
1394"Не документирована:\n"
1395
1396#. func
1397#. aliasfor
1398#. category
1399#: ../src/calc.c:2797
1400msgid "Not documented"
1401msgstr "Не документирована"
1402
1403#: ../src/calc.c:2820
1404#, c-format
1405msgid "'%s' is not documented"
1406msgstr "«%s» не документирована"
1407
1408#: ../src/calc.c:2822
1409#, c-format
1410msgid "'%s' is not documented.  Perhaps you meant %s."
1411msgstr "«%s» не документирована. Возможно, вы имели в виду %s?"
1412
1413#: ../src/calc.c:2832
1414#, c-format
1415msgid "%s is an alias for %s\n"
1416msgstr ""
1417
1418#: ../src/calc.c:2854
1419msgid "Parameter: "
1420msgstr "Параметр: "
1421
1422#: ../src/calc.c:2881
1423msgid "Aliases:"
1424msgstr ""
1425
1426#: ../src/calc.c:2893
1427#, c-format
1428msgid "Description: %s\n"
1429msgstr "Описание: %s\n"
1430
1431#: ../src/calc.c:3079 ../src/calc.c:3086
1432#, c-format
1433msgid "Error changing to directory '%s': %s"
1434msgstr "Ошибка перехода в каталог «%s»: %s"
1435
1436#: ../src/calc.c:3100 ../src/calc.c:3111
1437#, c-format
1438msgid "Can't expand '%s'"
1439msgstr ""
1440
1441#: ../src/calc.c:3181
1442#, c-format
1443msgid "Cannot open plugin '%s'!"
1444msgstr "Не удалось открыть модуль «%s»!"
1445
1446#: ../src/calc.c:3271
1447#, c-format
1448msgid "getcwd error: %s"
1449msgstr ""
1450
1451#: ../src/calc.c:3331
1452#, c-format
1453msgid "ERROR: 'pipe' failed: %s"
1454msgstr ""
1455
1456#: ../src/calc.c:3338 ../src/calc.c:3345
1457#, c-format
1458msgid "ERROR: 'write' possibly failed: %s"
1459msgstr ""
1460
1461#: ../src/calc.c:3413
1462msgid "ERROR: Probably corrupt stack!"
1463msgstr ""
1464
1465#: ../src/calc.c:3425
1466msgid ""
1467"ERROR: 'local' in a wrong place, can only be first statement in a function!"
1468msgstr ""
1469
1470#: ../src/calc.c:3449
1471msgid "ERROR: Can't execute more things at once!"
1472msgstr ""
1473
1474#: ../src/calc.c:3555
1475#, c-format
1476msgid "ERROR: %s before newline"
1477msgstr ""
1478
1479#: ../src/calc.c:3557
1480#, c-format
1481msgid "ERROR: %s at end of input"
1482msgstr ""
1483
1484#: ../src/calc.c:3564
1485#, c-format
1486msgid "ERROR: %s before '%s'"
1487msgstr "ОШИБКА: %s перед «%s»"
1488
1489#: ../src/calc.h:32
1490#, fuzzy
1491msgid "Copyright (C) 1997-2020 Jiří (George) Lebl"
1492msgstr "Copyright (C) 1997-2018 Jiří (George) Lebl"
1493
1494#: ../src/compil.c:545 ../src/compil.c:554
1495msgid "Bad tree record when decompiling"
1496msgstr ""
1497
1498#: ../src/eval.c:1561 ../src/eval.c:1618 ../src/eval.c:1633
1499msgid "Cannot compare non value or bool only matrices"
1500msgstr ""
1501
1502#. also on rationals but as integers
1503#: ../src/eval.c:1689 ../src/eval.c:1735
1504msgid "Modulo arithmetic only works on integers"
1505msgstr ""
1506
1507#: ../src/eval.c:1941
1508msgid ""
1509"Can't add/subtract a scalar to non-square matrix (A + x is defined as A + "
1510"x*I)"
1511msgstr ""
1512"Нельзя добавить/вычесть скаляр к неквадратной матрице (A + x определено как "
1513"A + x*I)"
1514
1515#: ../src/eval.c:2037
1516msgid "Can't add/subtract two matrices of different sizes"
1517msgstr "Нельзя сложить/вычесть две матрицы, имеющие разные размерности"
1518
1519#: ../src/eval.c:2039
1520msgid ""
1521"Can't do element by element operations on two matrices of different sizes"
1522msgstr ""
1523"Нельзя выполнить поэлементные операции над двумя матрицами разных "
1524"размерностей"
1525
1526#: ../src/eval.c:2105
1527msgid "Can't multiply matrices of wrong sizes"
1528msgstr "Нельзя умножить матрицы, имеющие несогласованные размерности"
1529
1530#: ../src/eval.c:2156
1531msgid "Powers are defined on (square matrix)^(integer) only"
1532msgstr ""
1533
1534#: ../src/eval.c:2162
1535msgid "Powers on matrices in modulo mode are defined on integer matrices only"
1536msgstr ""
1537
1538#: ../src/eval.c:2170
1539msgid "Exponent too large"
1540msgstr ""
1541
1542#: ../src/eval.c:2197 ../src/eval.c:2312 ../src/eval.c:2378
1543msgid "Matrix appears singular and can't be inverted"
1544msgstr "Похоже, матрица сингулярная и не может быть обращена"
1545
1546#: ../src/eval.c:2289
1547msgid "Can't divide matrices of different sizes or non-square matrices"
1548msgstr ""
1549
1550#: ../src/eval.c:2360
1551msgid "Can't divide by a non-square matrix"
1552msgstr ""
1553
1554#: ../src/eval.c:2776 ../src/eval.c:2803 ../src/eval.c:2824 ../src/eval.c:2848
1555#: ../src/eval.c:2896
1556msgid "Operations on functions with variable argument list not supported"
1557msgstr ""
1558
1559#: ../src/eval.c:2781
1560msgid ""
1561"Operations on functions with different number of arguments not supported"
1562msgstr ""
1563
1564#: ../src/eval.c:2901
1565msgid "Function creation with wrong number of arguments"
1566msgstr ""
1567
1568#: ../src/eval.c:3483 ../src/eval.c:4914
1569msgid "Unevaluatable function type encountered!"
1570msgstr ""
1571
1572#: ../src/eval.c:3506 ../src/graphing.c:6001
1573msgid "or"
1574msgstr "или"
1575
1576#: ../src/eval.c:3544
1577msgid ""
1578"Variable 'i' used uninitialized.  Perhaps you meant to write '1i' for the "
1579"imaginary number (square root of -1)."
1580msgstr ""
1581
1582#: ../src/eval.c:3550 ../src/eval.c:3583 ../src/eval.c:7543
1583#, c-format
1584msgid "Variable '%s' used uninitialized, perhaps you meant %s."
1585msgstr ""
1586
1587#: ../src/eval.c:3557 ../src/eval.c:3590 ../src/eval.c:4646 ../src/eval.c:7550
1588#, c-format
1589msgid "Variable '%s' used uninitialized"
1590msgstr ""
1591
1592#: ../src/eval.c:3598 ../src/eval.c:4692
1593#, c-format
1594msgid ""
1595"Call of '%s' with the wrong number of arguments!\n"
1596"(should be %d)"
1597msgstr ""
1598"Вызов «%s» с неправильным числом аргументов!\n"
1599"(должно быть %d)"
1600
1601#: ../src/eval.c:3601
1602#, c-format
1603msgid "Trying to dereference '%s' which is not a reference!\n"
1604msgstr ""
1605
1606#: ../src/eval.c:3606
1607msgid "NULL reference encountered!"
1608msgstr ""
1609
1610#: ../src/eval.c:3734
1611msgid "Cannot compare matrices"
1612msgstr ""
1613
1614#: ../src/eval.c:3776
1615msgid "Primitives must get numeric/matrix/string arguments"
1616msgstr ""
1617
1618#: ../src/eval.c:3867
1619msgid "Bad argument to modular operation"
1620msgstr ""
1621
1622#: ../src/eval.c:4620
1623#, c-format
1624msgid "Function '%s' used uninitialized, perhaps you meant %s."
1625msgstr ""
1626
1627#: ../src/eval.c:4627
1628#, c-format
1629msgid "Function '%s' used uninitialized"
1630msgstr ""
1631
1632#: ../src/eval.c:4655
1633#, c-format
1634msgid "Can't dereference '%s'!"
1635msgstr ""
1636
1637#: ../src/eval.c:4663
1638msgid "Can't call a non-function!"
1639msgstr "Невозможно вызвать не функцию!"
1640
1641#: ../src/eval.c:4697
1642#, c-format
1643msgid ""
1644"Call of '%s' with the wrong number of arguments!\n"
1645"(should be greater than %d)"
1646msgstr ""
1647"Вызов «%s» с неправильным числом аргументов!\n"
1648"(должно быть больше %d)"
1649
1650#: ../src/eval.c:4736
1651#, c-format
1652msgid "Referencing an undefined variable %s!"
1653msgstr ""
1654
1655#: ../src/eval.c:4890
1656msgid "Reference function with arguments encountered!"
1657msgstr ""
1658
1659#: ../src/eval.c:4895
1660msgid "Unnamed reference function encountered!"
1661msgstr ""
1662
1663#: ../src/eval.c:5019
1664msgid "Bad type for 'for/sum/prod' loop!"
1665msgstr "Недопустимый тип для цикла «for/sum/prod»!"
1666
1667#: ../src/eval.c:5024
1668msgid "'for/sum/prod' loop increment can't be 0"
1669msgstr ""
1670
1671#: ../src/eval.c:5150
1672msgid "Bad type for 'for in' loop!"
1673msgstr "Недопустимый тип для цикла «for in»!"
1674
1675#: ../src/eval.c:5315 ../src/eval.c:5348
1676msgid "Continue or break outside a loop, assuming \"return null\""
1677msgstr ""
1678
1679#: ../src/eval.c:5409
1680msgid "Wrong argument type as matrix index"
1681msgstr ""
1682
1683#: ../src/eval.c:5419
1684msgid "Matrix index too large"
1685msgstr ""
1686
1687#: ../src/eval.c:5422
1688msgid "Matrix index less than 1"
1689msgstr ""
1690
1691#: ../src/eval.c:5445 ../src/eval.c:5460
1692msgid "Matrix index out of range"
1693msgstr ""
1694
1695#: ../src/eval.c:5509 ../src/eval.c:5577 ../src/eval.c:5735 ../src/eval.c:5776
1696#: ../src/eval.c:5899 ../src/eval.c:5939 ../src/eval.c:6381
1697#, c-format
1698msgid "Trying to set a protected id '%s'"
1699msgstr ""
1700
1701#: ../src/eval.c:5534 ../src/eval.c:5572
1702msgid "Indexed Lvalue not user function"
1703msgstr ""
1704
1705#: ../src/eval.c:5556 ../src/eval.c:5760 ../src/eval.c:5923
1706msgid "Dereference of non-identifier!"
1707msgstr ""
1708
1709#: ../src/eval.c:5562 ../src/eval.c:5766 ../src/eval.c:5929
1710msgid "Dereference of undefined variable!"
1711msgstr ""
1712
1713#: ../src/eval.c:5566 ../src/eval.c:5770 ../src/eval.c:5933
1714msgid "Dereference of non-reference!"
1715msgstr ""
1716
1717#: ../src/eval.c:5594
1718msgid "Indexed Lvalue not an identifier or a dereference"
1719msgstr ""
1720
1721#: ../src/eval.c:5648 ../src/eval.c:5703 ../src/eval.c:5880 ../src/eval.c:6045
1722#: ../src/eval.c:6082 ../src/eval.c:6127 ../src/eval.c:6535 ../src/eval.c:6660
1723msgid "Matrix index not an integer or a vector"
1724msgstr ""
1725
1726#: ../src/eval.c:5692 ../src/eval.c:5834 ../src/eval.c:5843
1727msgid "Wrong matrix dimensions when setting"
1728msgstr ""
1729
1730#: ../src/eval.c:5723 ../src/eval.c:5975 ../src/eval.c:6348 ../src/eval.c:6355
1731msgid "Lvalue not an identifier/dereference/matrix location!"
1732msgstr ""
1733
1734#: ../src/eval.c:5747 ../src/eval.c:5788
1735msgid "Referencing an undefined variable!"
1736msgstr ""
1737
1738#: ../src/eval.c:5894
1739#, c-format
1740msgid ""
1741"Increment/Swapwith does not work on parameters (trying to increment '%s')"
1742msgstr ""
1743
1744#: ../src/eval.c:5963
1745msgid "Increment not a value!"
1746msgstr ""
1747
1748#: ../src/eval.c:5987
1749#, c-format
1750msgid "Trying to increment non-value id '%s'"
1751msgstr ""
1752
1753#: ../src/eval.c:6148 ../src/eval.c:6152 ../src/eval.c:6162
1754msgid "Can only swap user variables"
1755msgstr ""
1756
1757#: ../src/eval.c:6202 ../src/eval.c:6237 ../src/eval.c:6268 ../src/eval.c:6284
1758#: ../src/eval.c:6302 ../src/eval.c:6318
1759msgid "Cannot swap matrix regions"
1760msgstr ""
1761
1762#: ../src/eval.c:6376
1763msgid "Parameters can only be created in the global context"
1764msgstr ""
1765
1766#: ../src/eval.c:6482 ../src/eval.c:6527 ../src/eval.c:6618
1767msgid "Index works only on matrices"
1768msgstr ""
1769
1770#: ../src/eval.c:6515
1771msgid "Vector index not an integer or a vector"
1772msgstr ""
1773
1774#: ../src/eval.c:6683
1775msgid "number"
1776msgstr "число"
1777
1778#: ../src/eval.c:6684
1779msgid "matrix"
1780msgstr "матрица"
1781
1782#: ../src/eval.c:6685
1783msgid "string"
1784msgstr "строка"
1785
1786#: ../src/eval.c:6686
1787msgid "function"
1788msgstr "функция"
1789
1790#: ../src/eval.c:6687
1791msgid "identifier"
1792msgstr "идентификатор"
1793
1794#: ../src/eval.c:6688
1795msgid "polynomial"
1796msgstr "многочлен"
1797
1798#: ../src/eval.c:6689
1799msgid "boolean"
1800msgstr "логическое"
1801
1802#: ../src/eval.c:6712
1803msgid "Addition"
1804msgstr "Сложение"
1805
1806#: ../src/eval.c:6713
1807msgid "Element by element addition"
1808msgstr "Поэлементное сложение"
1809
1810#: ../src/eval.c:6714
1811msgid "Subtraction"
1812msgstr "Вычитание"
1813
1814#: ../src/eval.c:6715
1815msgid "Element by element subtraction"
1816msgstr "Поэлементное вычитание"
1817
1818#: ../src/eval.c:6716
1819msgid "Multiplication"
1820msgstr "Умножение"
1821
1822#: ../src/eval.c:6717
1823msgid "Element by element multiplication"
1824msgstr "Поэлементное умножение"
1825
1826#: ../src/eval.c:6718
1827msgid "Division"
1828msgstr "Деление"
1829
1830#: ../src/eval.c:6719
1831msgid "Element by element division"
1832msgstr "Поэлементное деление"
1833
1834#: ../src/eval.c:6720
1835msgid "Back division"
1836msgstr ""
1837
1838#: ../src/eval.c:6721
1839msgid "Element by element back division"
1840msgstr ""
1841
1842#: ../src/eval.c:6722
1843msgid "Modulo"
1844msgstr ""
1845
1846#: ../src/eval.c:6723
1847msgid "Element by element modulo"
1848msgstr ""
1849
1850#: ../src/eval.c:6724
1851msgid "Negation"
1852msgstr ""
1853
1854#: ../src/eval.c:6725
1855msgid "Power"
1856msgstr ""
1857
1858#: ../src/eval.c:6726
1859msgid "Element by element power"
1860msgstr ""
1861
1862#: ../src/eval.c:6727
1863msgid "Factorial"
1864msgstr "Факториал"
1865
1866#: ../src/eval.c:6728
1867msgid "Double factorial"
1868msgstr "Двойной факториал"
1869
1870#: ../src/eval.c:6729
1871msgid "Transpose"
1872msgstr "Транспозиция"
1873
1874#: ../src/eval.c:6730
1875msgid "ConjugateTranspose"
1876msgstr ""
1877
1878#: ../src/eval.c:6731
1879msgid "Comparison (<=>)"
1880msgstr "Сравнение (<=>)"
1881
1882#: ../src/eval.c:6732
1883msgid "XOR"
1884msgstr "XOR"
1885
1886#: ../src/eval.c:6733
1887msgid "NOT"
1888msgstr "NOT"
1889
1890#: ../src/eval.c:6753
1891#, c-format
1892msgid "Bad types for '%s'"
1893msgstr "Недопустимые типы для «%s»"
1894
1895#: ../src/eval.c:6764
1896#, c-format
1897msgid "%s not defined on <%s> and <%s>"
1898msgstr ""
1899
1900#: ../src/eval.c:6783
1901#, c-format
1902msgid "Bad type for '%s'"
1903msgstr "Недопустимый тип для «%s»"
1904
1905#: ../src/eval.c:6793
1906#, c-format
1907msgid "%s not defined on <%s>"
1908msgstr ""
1909
1910#: ../src/eval.c:6813 ../src/eval.c:6830
1911msgid "Vector building only works on numbers"
1912msgstr ""
1913
1914#. FIXME: perhaps we should just return null like octave?
1915#: ../src/eval.c:6823
1916msgid "Impossible arguments to vector building operator"
1917msgstr ""
1918
1919#: ../src/funclib.c:124
1920#, c-format
1921msgid "%s: argument too large"
1922msgstr "%s: аргумент слишком велик"
1923
1924#: ../src/funclib.c:153
1925#, c-format
1926msgid "Cannot parse version string: %s"
1927msgstr ""
1928
1929#: ../src/funclib.c:179 ../src/gnome-genius.c:1865
1930#, c-format
1931msgid ""
1932"Genius %s\n"
1933"%s\n"
1934"\n"
1935"    This program is free software: you can redistribute it and/or modify\n"
1936"    it under the terms of the GNU General Public License as published by\n"
1937"    the Free Software Foundation, either version 3 of the License, or\n"
1938"    (at your option) any later version.\n"
1939"\n"
1940"    This program is distributed in the hope that it will be useful,\n"
1941"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1942"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1943"    GNU General Public License for more details.\n"
1944"\n"
1945"    You should have received a copy of the GNU General Public License\n"
1946"    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n"
1947msgstr ""
1948"Genius %s\n"
1949"%s\n"
1950"\n"
1951"    Это свободное программное обеспечение: вы можете распространять и/или "
1952"изменять\n"
1953"    его при соблюдении условий лицензии GNU General Public License, "
1954"опубликованной\n"
1955"    Free Software Foundation, либо версии 3 этой лицензии, либо (по вашему "
1956"выбору)\n"
1957"    любой более поздней версии.\n"
1958"\n"
1959"    Программа распространяется в надежде, что она будет полезна,\n"
1960"    но БЕЗ КАКОЙ-ЛИБО ГАРАНТИИ; в том числе без подразумеваемой гарантии\n"
1961"    КОМЕРЧЕСКОЙ ЦЕННОСТИ или ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ.\n"
1962"    Подробности смотрите в GNU General Public License.\n"
1963"\n"
1964"    Вы должны были получить копию GNU General Public License вместе с "
1965"программой\n"
1966"    Если этого не произошло, смотрите <http://www.gnu.org/licenses/>.\n"
1967
1968#: ../src/funclib.c:273
1969#, c-format
1970msgid "%s: trying to undefine a protected id!"
1971msgstr ""
1972
1973#: ../src/funclib.c:546 ../src/funclib.c:584 ../src/funclib.c:646
1974#, c-format
1975msgid "%s: trying to set a protected id!"
1976msgstr ""
1977
1978#. FIXME: fix this, this should just work too
1979#: ../src/funclib.c:552 ../src/funclib.c:590 ../src/funclib.c:652
1980#, c-format
1981msgid "%s: trying to set a parameter, use the equals sign"
1982msgstr ""
1983
1984#: ../src/funclib.c:704 ../src/gnome-genius.c:992
1985msgid ""
1986"Global variables:\n"
1987"\n"
1988msgstr ""
1989"Глобальные переменные:\n"
1990"\n"
1991
1992#: ../src/funclib.c:727 ../src/gnome-genius.c:1025
1993msgid ""
1994"\n"
1995"Function call stack:\n"
1996msgstr ""
1997"\n"
1998"Стек вызова функций:\n"
1999
2000#: ../src/funclib.c:729 ../src/funclib.c:769 ../src/gnome-genius.c:1027
2001#: ../src/gnome-genius.c:1084
2002msgid ""
2003"(depth of context in parentheses)\n"
2004"\n"
2005msgstr ""
2006
2007#: ../src/funclib.c:767 ../src/gnome-genius.c:1082
2008msgid ""
2009"\n"
2010"Local variables:\n"
2011msgstr ""
2012"\n"
2013"Локальные переменные:\n"
2014
2015#: ../src/funclib.c:798
2016#, fuzzy, c-format
2017msgid "%s: Argument number %d not a string or identifier"
2018msgstr "%s: аргумент № %d не является функцией или идентификатором"
2019
2020#: ../src/funclib.c:807
2021#, fuzzy, c-format
2022msgid "%s undefined\n"
2023msgstr "%s: функция не определена"
2024
2025#: ../src/funclib.c:830 ../src/funclib.c:923
2026#, c-format
2027msgid "%s: Too many arguments, should be at most %d"
2028msgstr "%s: слишком много аргументов; должно быть не больше %d"
2029
2030#: ../src/funclib.c:1071
2031msgid "Cannot apply function to two differently sized matrices"
2032msgstr "Невозможно применить функцию к матрицам с различными размерами"
2033
2034#: ../src/funclib.c:1761 ../src/funclib.c:1798 ../src/funclib.c:1835
2035#: ../src/funclib.c:1872 ../src/funclib.c:1914 ../src/funclib.c:1951
2036#: ../src/funclib.c:1993 ../src/funclib.c:2040
2037#, c-format
2038msgid "%s: Not implemented (yet) for complex values"
2039msgstr "%s: пока ещё не реализовано для комплексных чисел"
2040
2041#: ../src/funclib.c:1956 ../src/funclib.c:1998 ../src/funclib.c:2045
2042#, c-format
2043msgid ""
2044"%s: Bessel functions of second kind not defined for nonpositive real numbers"
2045msgstr ""
2046
2047#: ../src/funclib.c:2498
2048#, c-format
2049msgid "%s: square root for composite moduli is not yet implemented"
2050msgstr ""
2051
2052#: ../src/funclib.c:2506
2053#, c-format
2054msgid "%s: Cannot find square root function for prime moduli"
2055msgstr ""
2056
2057#: ../src/funclib.c:2539
2058#, c-format
2059msgid "%s: matrix argument is not square"
2060msgstr ""
2061
2062#: ../src/funclib.c:2680 ../src/funclib.c:2781
2063#, c-format
2064msgid "%s: matrix argument must be integer only"
2065msgstr ""
2066
2067#: ../src/funclib.c:2702 ../src/funclib.c:2803
2068#, c-format
2069msgid "%s: argument must be an integer"
2070msgstr "%s: аргумент должен быть целым числом"
2071
2072#: ../src/funclib.c:2890 ../src/funclib.c:4816 ../src/funclib.c:4845
2073#: ../src/funclib.c:5097 ../src/mpwrap.c:3829 ../src/mpwrap.c:3848
2074#: ../src/mpwrap.c:3905 ../src/mpwrap.c:3934 ../src/mpwrap.c:3951
2075#: ../src/mpwrap.c:4000
2076msgid "Division by zero!"
2077msgstr "Деление на ноль!"
2078
2079#: ../src/funclib.c:3072 ../src/funclib.c:3169
2080#, c-format
2081msgid "%s: matrix argument must be value only"
2082msgstr ""
2083
2084#: ../src/funclib.c:3093 ../src/funclib.c:3190
2085#, fuzzy, c-format
2086msgid "%s: Cannot compare complex numbers"
2087msgstr "Не удалось сравнить комплексные числа"
2088
2089#: ../src/funclib.c:3103 ../src/funclib.c:3199
2090#, fuzzy, c-format
2091msgid "%s: Input not a number or a matrix of numbers."
2092msgstr "%s: аргумент № %d не является числом или матрицей"
2093
2094#: ../src/funclib.c:3437 ../src/funclib.c:3495 ../src/funclib.c:5082
2095#: ../src/funclib.c:5376 ../src/graphing.c:10287
2096#, c-format
2097msgid "%s: too many arguments"
2098msgstr "%s: слишком много аргументов"
2099
2100#: ../src/funclib.c:3794
2101#, c-format
2102msgid "%s: vector argument not value only"
2103msgstr ""
2104
2105#: ../src/funclib.c:3805 ../src/funclib.c:3844
2106#, c-format
2107msgid "%s: argument can't be negative or 0"
2108msgstr "%s: аргумент не может быть отрицательным или равным 0"
2109
2110#: ../src/funclib.c:3813 ../src/funclib.c:3849
2111#, c-format
2112msgid "%s: vector argument has too large entries"
2113msgstr ""
2114
2115#: ../src/funclib.c:3891
2116#, c-format
2117msgid "%s: arguments must be vectors of equal size"
2118msgstr "%s: аргументы должны быть векторами одинаковой размерности"
2119
2120#: ../src/funclib.c:4383 ../src/funclib.c:4389
2121#, c-format
2122msgid "%s: %s not a reference"
2123msgstr ""
2124
2125#: ../src/funclib.c:4428
2126#, c-format
2127msgid "%s: matrices not of the same height"
2128msgstr "%s: матрицы имеют не одинаковую высоту"
2129
2130#: ../src/funclib.c:4433 ../src/funclib.c:5076
2131msgid "third argument"
2132msgstr "3-й аргумент"
2133
2134#: ../src/funclib.c:4438
2135msgid "fourth argument"
2136msgstr "4-й аргумент"
2137
2138#: ../src/funclib.c:4713
2139#, c-format
2140msgid "%s: argument must be greater than 2"
2141msgstr "%s: аргумент должен быть больше 2"
2142
2143#: ../src/funclib.c:4901
2144#, c-format
2145msgid "%s: arguments not horizontal vectors"
2146msgstr "%s: аргументы не являются горизонтальными векторами"
2147
2148#: ../src/funclib.c:4910
2149#, c-format
2150msgid "%s: arguments not numeric only vectors"
2151msgstr "%s: аргументы не являются векторами, состоящими только из чисел"
2152
2153#: ../src/funclib.c:5294
2154#, c-format
2155msgid "%s: argument 1 must be a quadratic polynomial"
2156msgstr "%s: аргумент 1 должен быть квадратным многочленом"
2157
2158#: ../src/funclib.c:5605 ../src/funclib.c:5694 ../src/funclib.c:5955
2159#: ../src/funclib.c:5962 ../src/funclib.c:6017 ../src/funclib.c:6024
2160#: ../src/funclib.c:6095 ../src/funclib.c:6109
2161#, c-format
2162msgid "%s: value out of range"
2163msgstr "%s: значение за пределами диапазона"
2164
2165#: ../src/funclib.c:6318
2166#, c-format
2167msgid "%s: undefined function"
2168msgstr "%s: функция не определена"
2169
2170#: ../src/funclib.c:6324
2171#, c-format
2172msgid "%s: flags argument must be a string"
2173msgstr ""
2174
2175#: ../src/funclib.c:6452 ../src/symbolic.c:734
2176#, c-format
2177msgid "%s: argument not a function of one variable"
2178msgstr "%s: аргумент не является функцией одной переменной"
2179
2180#: ../src/funclib.c:6664 ../src/funclib.c:6699 ../src/funclib.c:6944
2181#, c-format
2182msgid "%s: argument should be between %d and %d"
2183msgstr "%s: аргумент должен быть в пределах от %d до %d"
2184
2185#: ../src/funclib.c:6852
2186msgid "OutputStyle must be one of normal, troff, latex or mathml"
2187msgstr ""
2188
2189#: ../src/funclib.c:6892
2190#, c-format
2191msgid "%s: argument should be larger or equal to 0"
2192msgstr "%s: аргумент должен быть больше или равен 0"
2193
2194#: ../src/funclib.c:7005
2195msgid "Basic"
2196msgstr "Основные"
2197
2198#. internal
2199#: ../src/funclib.c:7006
2200msgid "Parameters"
2201msgstr "Параметры"
2202
2203#. internal
2204#: ../src/funclib.c:7007
2205msgid "Constants"
2206msgstr "Константы"
2207
2208#. internal
2209#: ../src/funclib.c:7008
2210msgid "Numeric"
2211msgstr "Числовые"
2212
2213#. internal
2214#: ../src/funclib.c:7009
2215msgid "Trigonometry"
2216msgstr "Тригонометрия"
2217
2218#. internal
2219#: ../src/funclib.c:7010
2220msgid "Number Theory"
2221msgstr "Теория чисел"
2222
2223#. internal
2224#: ../src/funclib.c:7011
2225msgid "Matrix Manipulation"
2226msgstr "Операции с матрицами"
2227
2228#. internal
2229#: ../src/funclib.c:7012
2230msgid "Linear Algebra"
2231msgstr "Линейная алгебра"
2232
2233#. internal
2234#: ../src/funclib.c:7013
2235msgid "Combinatorics"
2236msgstr "Комбинаторика"
2237
2238#. internal
2239#: ../src/funclib.c:7014
2240msgid "Calculus"
2241msgstr ""
2242
2243#. internal
2244#: ../src/funclib.c:7015
2245msgid "Functions"
2246msgstr "Функции"
2247
2248#. internal
2249#: ../src/funclib.c:7016
2250msgid "Equation Solving"
2251msgstr "Решение уравнений"
2252
2253#. internal
2254#: ../src/funclib.c:7017
2255msgid "Statistics"
2256msgstr "Статистика"
2257
2258#. internal
2259#: ../src/funclib.c:7018
2260msgid "Polynomials"
2261msgstr "Многочлены"
2262
2263#. internal
2264#: ../src/funclib.c:7019
2265msgid "Set Theory"
2266msgstr "Теория множеств"
2267
2268#. internal
2269#: ../src/funclib.c:7020
2270msgid "Commutative Algebra"
2271msgstr ""
2272
2273#. internal
2274#: ../src/funclib.c:7021
2275msgid "Miscellaneous"
2276msgstr "Различные"
2277
2278#. internal
2279#: ../src/funclib.c:7023
2280msgid "Displays the user manual"
2281msgstr "Показывает руководство пользователя"
2282
2283#: ../src/funclib.c:7024
2284msgid "Gives the warranty information"
2285msgstr "Показывает информацию о лицензии"
2286
2287#: ../src/funclib.c:7025
2288msgid "Return version as a 3-vector"
2289msgstr ""
2290
2291#: ../src/funclib.c:7026
2292msgid "Exits the program"
2293msgstr "Завершает работу приложения"
2294
2295#: ../src/funclib.c:7028
2296msgid "Prints a string to the error stream"
2297msgstr "Выводит строку в поток ошибок"
2298
2299#: ../src/funclib.c:7029
2300msgid "Waits a specified number of seconds"
2301msgstr "Ожидает указанное количество секунд"
2302
2303#: ../src/funclib.c:7030
2304msgid "The true boolean value"
2305msgstr "Логическое значение «истина»"
2306
2307#: ../src/funclib.c:7032
2308msgid "The false boolean value"
2309msgstr "Логическое значение «ложь»"
2310
2311#: ../src/funclib.c:7035
2312msgid "Unix time in seconds as a floating point number"
2313msgstr "Время Unix в секундах как число с плавающей точкой"
2314
2315#: ../src/funclib.c:7043
2316msgid "Make integer (0 or 1) from a boolean value"
2317msgstr "Преобразует логическое значение в целочисленное (0 или 1)"
2318
2319#: ../src/funclib.c:7045
2320msgid "Prints an expression"
2321msgstr "Выводит выражение"
2322
2323#: ../src/funclib.c:7046
2324msgid "Changes current directory"
2325msgstr "Изменяет текущий каталог"
2326
2327#: ../src/funclib.c:7047
2328msgid "Prints an expression without a trailing newline"
2329msgstr "Выводит выражение без перехода на новую строку в конце"
2330
2331#: ../src/funclib.c:7048
2332msgid "Display a string and an expression"
2333msgstr "Показывает строку и выражение"
2334
2335#: ../src/funclib.c:7049
2336msgid "Set a global variable"
2337msgstr "Задаёт глобальную переменную"
2338
2339#: ../src/funclib.c:7050
2340msgid "Set an element in a global variable which is a matrix"
2341msgstr ""
2342
2343#: ../src/funclib.c:7051
2344msgid "Set an element in a global variable which is a vector"
2345msgstr ""
2346
2347#: ../src/funclib.c:7052
2348msgid "Display values of variables, or all if called without arguments"
2349msgstr ""
2350
2351#: ../src/funclib.c:7054
2352msgid "Set the category and help description line for a function"
2353msgstr "Задаёт категорию и справочную строку описания для функции"
2354
2355#: ../src/funclib.c:7055
2356msgid "Sets up a help alias"
2357msgstr ""
2358
2359#: ../src/funclib.c:7057
2360msgid "Identity function, returns its argument"
2361msgstr "Функция тождества, возвращает собственный аргумент"
2362
2363#: ../src/funclib.c:7059
2364msgid ""
2365"Generate random float between 0 and 1, or if size given generate vector or "
2366"matrix of random floats"
2367msgstr ""
2368"Генерирует случайное число с плавающей точкой от 0 до 1. Если задан аругмент "
2369"size, генерирует вектор или матрицу из случайных чисел с плавающей точкой"
2370
2371#: ../src/funclib.c:7061
2372msgid ""
2373"Generate random integer between 0 and max-1 inclusive, or if size given "
2374"generate vector or matrix of random integers"
2375msgstr ""
2376"Генерирует случайное целое число от 0 до max-1 включительно. Если задан "
2377"аргумент size, генерирует вектор или матрицу случайных целых чисел"
2378
2379#: ../src/funclib.c:7064 ../src/gnome-genius.c:2410
2380msgid "Floating point precision"
2381msgstr "Точность чисел с плавающей точкой"
2382
2383#: ../src/funclib.c:7066 ../src/gnome-genius.c:2299
2384msgid ""
2385"Display 0.0 when floating point number is less than 10^-x (0=never chop)"
2386msgstr "Показывать 0.0, если число с плавающей точкой меньше 10^-x (0=никогда)"
2387
2388#: ../src/funclib.c:7069 ../src/gnome-genius.c:2322
2389msgid "Only chop numbers when another number is greater than 10^-x"
2390msgstr "Заменять малые числа нулём, только если другое число больше 10^-x"
2391
2392#: ../src/funclib.c:7070
2393msgid "Maximum digits to display"
2394msgstr "Максимальное количество отображаемых цифр"
2395
2396#: ../src/funclib.c:7071
2397msgid "Maximum errors to display"
2398msgstr "Максимальное количество отображаемых ошибок"
2399
2400#: ../src/funclib.c:7072
2401msgid "Output style: normal, latex, mathml or troff"
2402msgstr "Стиль вывода: обычный, latex, mathml или troff"
2403
2404#: ../src/funclib.c:7073
2405msgid "Integer output base"
2406msgstr ""
2407
2408#: ../src/funclib.c:7074
2409msgid "If true, mixed fractions are printed"
2410msgstr "Если true, выводить смешанные дроби"
2411
2412#: ../src/funclib.c:7075
2413msgid "Print full expressions, even if more than a line"
2414msgstr "Выводить полные выражения, даже если превышают длину строки"
2415
2416#: ../src/funclib.c:7076
2417msgid "Convert all results to floats before printing"
2418msgstr ""
2419"Преобразовывать перед выводом все результаты в числа с плавающей точкой"
2420
2421#: ../src/funclib.c:7077
2422msgid "Use scientific notation"
2423msgstr "Использовать научную запись"
2424
2425#: ../src/funclib.c:7079
2426msgid ""
2427"Number of extra Miller-Rabin tests to run on a number before declaring it a "
2428"prime in IsPrime"
2429msgstr ""
2430
2431#: ../src/funclib.c:7085
2432msgid "Expands a matrix just like we do on unquoted matrix input"
2433msgstr ""
2434
2435#: ../src/funclib.c:7086
2436msgid "Gets the rows of a matrix as a vertical vector"
2437msgstr "Получает строки матрицы, как вертикальный вектор"
2438
2439#: ../src/funclib.c:7087
2440msgid "Gets the columns of a matrix as a horizontal vector"
2441msgstr "Получает столбцы матрицы, как горизонтальный вектор"
2442
2443#: ../src/funclib.c:7088
2444msgid "Gets the diagonal entries of a matrix as a column vector"
2445msgstr ""
2446
2447#: ../src/funclib.c:7089
2448msgid "Count the number of zero columns in a matrix"
2449msgstr "Подсчитывает число нулевых столбцов в матрице"
2450
2451#: ../src/funclib.c:7090
2452msgid "Removes any all-zero columns of M"
2453msgstr "Удаляет все полностью нулевые столбцы матрицы"
2454
2455#: ../src/funclib.c:7091
2456#, fuzzy
2457msgid "Return a vector with the indices of the nonzero columns in a matrix"
2458msgstr "Подсчитывает число нулевых столбцов в матрице"
2459
2460#: ../src/funclib.c:7092
2461msgid "Return a vector with the indices of the nonzero elements in a vector"
2462msgstr ""
2463
2464#: ../src/funclib.c:7094
2465msgid "Calculates the conjugate"
2466msgstr ""
2467
2468#: ../src/funclib.c:7099
2469msgid "Calculates the sine function"
2470msgstr "Вычисляет синус"
2471
2472#: ../src/funclib.c:7102
2473msgid "Calculates the cosine function"
2474msgstr "Вычисляет косинус"
2475
2476#: ../src/funclib.c:7105
2477msgid "Calculates the hyperbolic sine function"
2478msgstr "Вычисляет гиперболический синус"
2479
2480#: ../src/funclib.c:7108
2481msgid "Calculates the hyperbolic cosine function"
2482msgstr "Вычисляет гиперболический косинус"
2483
2484#: ../src/funclib.c:7111
2485msgid "Calculates the tan function"
2486msgstr "Вычисляет тангенс"
2487
2488#: ../src/funclib.c:7114
2489msgid "Calculates the arctan function"
2490msgstr "Вычисляет арктангенс"
2491
2492#: ../src/funclib.c:7119
2493msgid "Calculates the sinc function, that is sin(x)/x"
2494msgstr "Вычисляет функцию sinc = sin(x)/x"
2495
2496#: ../src/funclib.c:7123
2497msgid "Calculates the arctan2 function (arctan(y/x) if x>0)"
2498msgstr "Вычисляет функцию arctan2 = (arctan(y/x), если x>0)"
2499
2500#: ../src/funclib.c:7127
2501msgid "The number pi"
2502msgstr "Число пи"
2503
2504#: ../src/funclib.c:7129
2505msgid "The natural number e"
2506msgstr "Натуральное число e"
2507
2508#: ../src/funclib.c:7131
2509msgid "The Golden Ratio"
2510msgstr "Золотое сечение"
2511
2512#: ../src/funclib.c:7133
2513msgid "Free fall acceleration"
2514msgstr "Ускорение свободного падения"
2515
2516#: ../src/funclib.c:7136
2517msgid "Euler's Constant gamma"
2518msgstr "Постоянная Эйлера - Маскерони"
2519
2520#: ../src/funclib.c:7140
2521msgid "Catalan's Constant (0.915...)"
2522msgstr "Постоянная Каталана (0.915...)"
2523
2524#: ../src/funclib.c:7142
2525msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
2526msgstr ""
2527
2528#: ../src/funclib.c:7145
2529msgid "The Riemann zeta function (only real values implemented)"
2530msgstr "Дзета-функция Римана (реализованы только действительные значения)"
2531
2532#: ../src/funclib.c:7149
2533msgid "The Gamma function (only real values implemented)"
2534msgstr "Гамма-функция (реализованы только действительные значения)"
2535
2536#: ../src/funclib.c:7154
2537msgid "The Bessel function of first kind of order 0"
2538msgstr ""
2539
2540#: ../src/funclib.c:7157
2541msgid "The Bessel function of first kind of order 1"
2542msgstr ""
2543
2544#: ../src/funclib.c:7160
2545msgid "The Bessel function of first kind of order n"
2546msgstr ""
2547
2548#: ../src/funclib.c:7163
2549msgid "The Bessel function of second kind of order 0"
2550msgstr ""
2551
2552#: ../src/funclib.c:7166
2553msgid "The Bessel function of second kind of order 1"
2554msgstr ""
2555
2556#: ../src/funclib.c:7169
2557msgid "The Bessel function of second kind of integer order n"
2558msgstr ""
2559
2560#: ../src/funclib.c:7172
2561msgid "The square root"
2562msgstr "Квадратный корень"
2563
2564#: ../src/funclib.c:7176
2565msgid "The exponential function"
2566msgstr "Экспонента"
2567
2568#: ../src/funclib.c:7179
2569msgid "The natural logarithm"
2570msgstr "Натуральный логарифм"
2571
2572#: ../src/funclib.c:7182
2573msgid "Logarithm of x base 2"
2574msgstr "Логарифм x по основанию 2"
2575
2576#: ../src/funclib.c:7187
2577msgid "Logarithm of x base 10"
2578msgstr "Логарифм x по основанию 10"
2579
2580#: ../src/funclib.c:7190
2581msgid "Round a number"
2582msgstr "Округляет число"
2583
2584#: ../src/funclib.c:7194
2585msgid "Get the highest integer less than or equal to n"
2586msgstr "Выводит максимальное целое число, которое меньше или равно n"
2587
2588#: ../src/funclib.c:7198
2589msgid "Get the lowest integer more than or equal to n"
2590msgstr "Выводит минимальное целое число, которое больше или равно n"
2591
2592#: ../src/funclib.c:7202
2593msgid "Truncate number to an integer (return the integer part)"
2594msgstr "Усекает число до целого (возвращает целую часть)"
2595
2596#: ../src/funclib.c:7207
2597msgid "Make number a float"
2598msgstr ""
2599
2600#: ../src/funclib.c:7210
2601msgid "Get the numerator of a rational number"
2602msgstr "Возвращает числитель рационального числа"
2603
2604#: ../src/funclib.c:7212
2605msgid "Get the denominator of a rational number"
2606msgstr "Возвращает знаменатель рационального числа"
2607
2608#: ../src/funclib.c:7215
2609msgid "Greatest common divisor"
2610msgstr "Наибольший общий делитель"
2611
2612#: ../src/funclib.c:7217
2613msgid "Least common multiplier"
2614msgstr "Наименьшее общее кратное"
2615
2616#: ../src/funclib.c:7219
2617msgid "Check a number for being a perfect square"
2618msgstr "Проверяет, является ли число квадратным"
2619
2620#: ../src/funclib.c:7220
2621msgid "Check a number for being any perfect power (a^b)"
2622msgstr ""
2623
2624#: ../src/funclib.c:7221
2625msgid "Return the nth prime (up to a limit)"
2626msgstr ""
2627
2628#: ../src/funclib.c:7223
2629msgid "Tests if an integer is even"
2630msgstr "Проверяет, является ли целое число чётным"
2631
2632#: ../src/funclib.c:7224
2633msgid "Tests if an integer is odd"
2634msgstr "Проверяет, является ли целое число нечётным"
2635
2636#: ../src/funclib.c:7226
2637msgid "Returns the least prime greater than n (if n is positive)"
2638msgstr "Возвращает наименьшее простое число, большее n (если n положительно)"
2639
2640#: ../src/funclib.c:7227
2641msgid "Returns the nth Lucas number"
2642msgstr "Возвращает n-ое число Лукаса"
2643
2644#: ../src/funclib.c:7228
2645msgid "Returns inverse of n mod m"
2646msgstr ""
2647
2648#: ../src/funclib.c:7229
2649msgid "Checks divisibility (if m divides n)"
2650msgstr "Проверяет делимость (делится ли n на m)"
2651
2652#: ../src/funclib.c:7230
2653msgid ""
2654"Return n/d but only if d divides n else returns garbage (this is faster than "
2655"writing n/d)"
2656msgstr ""
2657"Возвращает n/d, но только если n делится на d, иначе возвращает мусор (для "
2658"больших чисел работает быстрее, чем операция n/d)"
2659
2660#: ../src/funclib.c:7231
2661msgid ""
2662"Tests primality of integers, for numbers greater than 25*10^9 false positive "
2663"is with low probability depending on IsPrimeMillerRabinReps"
2664msgstr ""
2665
2666#: ../src/funclib.c:7232
2667msgid "Run the strong pseudoprime test base b on n"
2668msgstr ""
2669
2670#: ../src/funclib.c:7233
2671msgid ""
2672"Use the Miller-Rabin primality test on n, reps number of times.  The "
2673"probability of false positive is (1/4)^reps"
2674msgstr ""
2675
2676#: ../src/funclib.c:7234
2677msgid ""
2678"Use the Miller-Rabin primality test on n with enough bases that assuming the "
2679"Generalized Riemann Hypothesis the result is deterministic"
2680msgstr ""
2681
2682#: ../src/funclib.c:7235
2683msgid "Return factorization of a number as a matrix"
2684msgstr ""
2685
2686#: ../src/funclib.c:7237
2687msgid "Returns the maximum of arguments or matrix"
2688msgstr ""
2689
2690#: ../src/funclib.c:7240
2691msgid "Returns the minimum of arguments or matrix"
2692msgstr ""
2693
2694#: ../src/funclib.c:7244
2695msgid "Division w/o remainder, equivalent to floor(a/b)"
2696msgstr "Деление без остатка, эквивалент floor(a/b)"
2697
2698#: ../src/funclib.c:7246
2699msgid "Calculate the Jacobi symbol (a/b) (b should be odd)"
2700msgstr "Вычисляет символ Якоби (a/b) (b должно быть нечётным)"
2701
2702#: ../src/funclib.c:7248
2703msgid ""
2704"Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) "
2705"when a odd, or (a/2)=0 when a even"
2706msgstr ""
2707"Вычисляет символ Якоби (a/b) с обобщением Кронекера (a/2)=(2/a), если "
2708"нечётное, или (a/2)=0 если чётное"
2709
2710#: ../src/funclib.c:7250
2711msgid "Calculate the Legendre symbol (a/p)"
2712msgstr "Вычисляет символ Лежандра (a/p)"
2713
2714#: ../src/funclib.c:7253
2715msgid "Get the real part of a complex number"
2716msgstr "Возвращает действительную часть комплексного числа"
2717
2718#: ../src/funclib.c:7256
2719msgid "Get the imaginary part of a complex number"
2720msgstr "Возвращает мнимую часть комплексного числа"
2721
2722#: ../src/funclib.c:7260
2723msgid "Make an identity matrix of a given size"
2724msgstr "Создаёт единичную матрицу заданной размерности"
2725
2726#: ../src/funclib.c:7263
2727msgid "Make an matrix of all zeros (or a row vector)"
2728msgstr "Создаёт матрицу, содержащую только нули (или строчный вектор)"
2729
2730#: ../src/funclib.c:7265
2731msgid "Make an matrix of all ones (or a row vector)"
2732msgstr "Создаёт матрицу, содержащую только единицы (или строчный вектор)"
2733
2734#: ../src/funclib.c:7268
2735msgid "Append an element to a vector (treating 1x1 matrix as a row vector)"
2736msgstr ""
2737
2738#: ../src/funclib.c:7270
2739msgid "Get the number of rows of a matrix"
2740msgstr "Выводит число строк в матрице"
2741
2742#: ../src/funclib.c:7271
2743msgid "Get the number of columns of a matrix"
2744msgstr "Выводит число столбцов в матрице"
2745
2746#: ../src/funclib.c:7272
2747msgid "Is a matrix square"
2748msgstr "Является ли матрица квадратной"
2749
2750#: ../src/funclib.c:7273
2751msgid "Is argument a horizontal or a vertical vector"
2752msgstr "Является аргумент горизонтальным или вертикальным вектором"
2753
2754#: ../src/funclib.c:7274
2755msgid "Is a matrix upper triangular"
2756msgstr "Является ли матрица верхнетреугольной"
2757
2758#: ../src/funclib.c:7275
2759msgid "Is a matrix lower triangular"
2760msgstr "Является ли матрица нижнетреугольной"
2761
2762#: ../src/funclib.c:7276
2763msgid "Is a matrix diagonal"
2764msgstr "Является ли матрица диагональной"
2765
2766#: ../src/funclib.c:7277
2767msgid "Get the number of elements of a matrix"
2768msgstr "Выводит число элементов в матрице"
2769
2770#: ../src/funclib.c:7279
2771msgid "Get the row echelon form of a matrix"
2772msgstr "Возвращает форму матрицы ступенчатого вида по строкам"
2773
2774#: ../src/funclib.c:7283
2775msgid "Get the reduced row echelon form of a matrix"
2776msgstr "Возвращает форму матрицы приведённого ступенчатого вида по строкам"
2777
2778#: ../src/funclib.c:7287
2779msgid ""
2780"Solve linear system Mx=V, return solution V if there is a unique solution, "
2781"null otherwise.  Extra two reference parameters can optionally be used to "
2782"get the reduced M and V."
2783msgstr ""
2784
2785#: ../src/funclib.c:7290
2786msgid "Get the determinant of a matrix"
2787msgstr "Возвращает определитель матрицы"
2788
2789#: ../src/funclib.c:7293
2790msgid ""
2791"Return pivot columns of a matrix, that is columns which have a leading 1 in "
2792"rref form, also returns the row where they occur"
2793msgstr ""
2794
2795#: ../src/funclib.c:7295
2796msgid "Get the nullspace of a matrix"
2797msgstr ""
2798
2799#: ../src/funclib.c:7297
2800msgid "Make new matrix of given size from old one"
2801msgstr "Создаёт из матрицы новую матрицу заданной размерности"
2802
2803#: ../src/funclib.c:7298
2804msgid "Return the index complement of a vector of indexes"
2805msgstr ""
2806
2807#: ../src/funclib.c:7299
2808msgid "Get the Hermitian product of two vectors"
2809msgstr ""
2810
2811#: ../src/funclib.c:7302
2812msgid "Check if a matrix is a matrix of numbers"
2813msgstr "Проверяет, состоит ли матрица только из чисел"
2814
2815#: ../src/funclib.c:7303
2816msgid "Check if a matrix is an integer (non-complex) matrix"
2817msgstr "Состоит ли матрица только из целых (не комплексных) чисел"
2818
2819#: ../src/funclib.c:7304
2820msgid "Check if a matrix is a rational (non-complex) matrix"
2821msgstr "Состоит ли матрица только из рациональных (не комплексных) чисел"
2822
2823#: ../src/funclib.c:7305
2824msgid "Check if a matrix is a real (non-complex) matrix"
2825msgstr "Состоит ли матрица только из действительных (не комплексных) чисел"
2826
2827#: ../src/funclib.c:7306
2828msgid "Check if a matrix is positive, that is if each element is positive"
2829msgstr "Является ли матрица положительной (т.е. каждый элемент положителен)"
2830
2831#: ../src/funclib.c:7307
2832msgid ""
2833"Check if a matrix is nonnegative, that is if each element is nonnegative"
2834msgstr ""
2835"Является ли матрица неотрицательной (т.е. каждый элемент неотрицателен)"
2836
2837#: ../src/funclib.c:7309
2838msgid "Check if a number or a matrix is all zeros"
2839msgstr "Проверяет, состоит ли матрица только из нулей"
2840
2841#: ../src/funclib.c:7310
2842msgid "Check if a number or a matrix is 1 or identity respectively"
2843msgstr "Проверяет, равно ли число 1 или является ли матрица единичной"
2844
2845#: ../src/funclib.c:7312
2846msgid ""
2847"Returns true if the element x is in the set X (where X is a vector "
2848"pretending to be a set)"
2849msgstr ""
2850"Возвращает true, если элемент x принадлежит множеству X (где X — вектор, "
2851"обозначающий множество)"
2852
2853#: ../src/funclib.c:7313
2854msgid "Returns true if X is a subset of Y"
2855msgstr "Возвращает true, если X является подмножеством Y"
2856
2857#: ../src/funclib.c:7314
2858msgid ""
2859"Returns a set theoretic difference X-Y (X and Y are vectors pretending to be "
2860"sets)"
2861msgstr ""
2862
2863#: ../src/funclib.c:7315
2864msgid ""
2865"Returns a set theoretic intersection of X and Y (X and Y are vectors "
2866"pretending to be sets)"
2867msgstr ""
2868
2869#: ../src/funclib.c:7317
2870msgid "Check if argument is a null"
2871msgstr ""
2872
2873#: ../src/funclib.c:7318
2874msgid "Check if argument is a number"
2875msgstr "Проверяет, является ли аргумент числом"
2876
2877#: ../src/funclib.c:7319
2878msgid "Check if argument is a boolean (and not a number)"
2879msgstr "Проверяет, является ли аргумент логическим выражением (а не числом)"
2880
2881#: ../src/funclib.c:7320
2882msgid "Check if argument is a text string"
2883msgstr "Проверяет, является ли аргумент строкой текста"
2884
2885#: ../src/funclib.c:7321
2886msgid "Check if argument is a matrix"
2887msgstr "Проверяет, является ли аргумент матрицей"
2888
2889#: ../src/funclib.c:7322
2890msgid "Check if argument is a function"
2891msgstr "Проверяет, является ли аргумент функцией"
2892
2893#: ../src/funclib.c:7323
2894msgid "Check if argument is a function or an identifier"
2895msgstr "Проверяет, является ли аргумент функцией или идентификатором"
2896
2897#: ../src/funclib.c:7324
2898msgid "Check if argument is a function reference"
2899msgstr "Проверяет, является ли аргумент ссылкой на функцию"
2900
2901#: ../src/funclib.c:7326
2902msgid "Check if argument is a complex (non-real) number"
2903msgstr "Проверяет, является ли аргумент комплексным (не действительным) числом"
2904
2905#: ../src/funclib.c:7327
2906msgid "Check if argument is a real number"
2907msgstr "Проверяет, является ли аргумент действительным числом"
2908
2909#: ../src/funclib.c:7328
2910msgid "Check if argument is an integer (non-complex)"
2911msgstr "Проверяет, является ли аргумент целым числом (не комплексным)"
2912
2913#: ../src/funclib.c:7329
2914msgid "Check if argument is a positive real integer"
2915msgstr "Проверяет, является ли аргумент положительным действительным числом"
2916
2917#: ../src/funclib.c:7331
2918msgid "Check if argument is a non-negative real integer"
2919msgstr "Проверяет, является ли аргумент неотрицательным действительным числом"
2920
2921#: ../src/funclib.c:7332
2922msgid "Check if argument is a possibly complex integer"
2923msgstr ""
2924
2925#: ../src/funclib.c:7334
2926msgid "Check if argument is a rational number (non-complex)"
2927msgstr "Является ли аргумент действительным числом (не комплексным)"
2928
2929#: ../src/funclib.c:7335
2930msgid "Check if argument is a possibly complex rational number"
2931msgstr ""
2932
2933#: ../src/funclib.c:7336
2934msgid "Check if argument is a floating point number (non-complex)"
2935msgstr "Является ли аргумент числом с плавающей точкой (не комплексным)"
2936
2937#: ../src/funclib.c:7338
2938msgid "Add two polynomials (vectors)"
2939msgstr "Складывает два многочлена (как векторы)"
2940
2941#: ../src/funclib.c:7339
2942msgid "Subtract two polynomials (as vectors)"
2943msgstr "Вычитает два многочлена (как векторы)"
2944
2945#: ../src/funclib.c:7340
2946msgid "Multiply two polynomials (as vectors)"
2947msgstr "Умножает два многочлена (как векторы)"
2948
2949#: ../src/funclib.c:7341
2950msgid "Divide polynomial p by q, return the remainder in r"
2951msgstr "Делит многочлен p на q, возвращает остаток в r"
2952
2953#: ../src/funclib.c:7342
2954msgid "Take polynomial (as vector) derivative"
2955msgstr "Находит производную многочлена (в виде вектора)"
2956
2957#: ../src/funclib.c:7343
2958msgid "Take second polynomial (as vector) derivative"
2959msgstr "Находит вторую производную многочлена (в виде вектора)"
2960
2961#: ../src/funclib.c:7344
2962msgid ""
2963"Trim zeros from a vector pretending to be a polynomial, that is trim "
2964"trailing zero elements"
2965msgstr ""
2966
2967#: ../src/funclib.c:7345
2968msgid "Check if a vector is usable as a polynomial"
2969msgstr "Проверяет, можно ли вектор использовать, как многочлен"
2970
2971#: ../src/funclib.c:7346
2972msgid "Make string out of a polynomial (as vector)"
2973msgstr ""
2974
2975#: ../src/funclib.c:7347
2976msgid "Make function out of a polynomial (as vector)"
2977msgstr ""
2978
2979#: ../src/funclib.c:7349
2980msgid "Find roots of a quadratic polynomial (given as vector of coefficients)"
2981msgstr ""
2982"Находит корни квадратного многочлена (заданного в виде вектора коэффициентов)"
2983
2984#: ../src/funclib.c:7351
2985msgid "Get all combinations of k numbers from 1 to n as a vector of vectors"
2986msgstr "Выдаёт все комбинации k чисел от 1 до n, как вектор векторов"
2987
2988#: ../src/funclib.c:7352
2989msgid ""
2990"Get combination that would come after v in call to combinations, first "
2991"combination should be [1:k]."
2992msgstr ""
2993
2994#: ../src/funclib.c:7353
2995msgid "Get all permutations of k numbers from 1 to n as a vector of vectors"
2996msgstr "Выдаёт все перестановки k чисел от 1 до n как вектор векторов"
2997
2998#: ../src/funclib.c:7355
2999msgid "Calculate combinations (binomial coefficient)"
3000msgstr ""
3001
3002#: ../src/funclib.c:7358
3003msgid "Convert a string to a vector of ASCII values"
3004msgstr "Преобразует строку в вектор ASCII-значений"
3005
3006#: ../src/funclib.c:7359
3007msgid "Convert a vector of ASCII values to a string"
3008msgstr "Преобразует вектор ASCII-значений в строку"
3009
3010#: ../src/funclib.c:7361
3011msgid ""
3012"Convert a string to a vector of 0-based alphabet values (positions in the "
3013"alphabet string), -1's for unknown letters"
3014msgstr ""
3015"Преобразует строку в вектор позиций букв в строке алфавита (начиная с нуля), "
3016"-1 для неизвестных букв"
3017
3018#: ../src/funclib.c:7362
3019msgid ""
3020"Convert a vector of 0-based alphabet values (positions in the alphabet "
3021"string) to a string"
3022msgstr ""
3023"Преобразует вектор позиций букв в строке алфавита (начиная с нуля) в строку"
3024
3025#: ../src/funclib.c:7364
3026msgid ""
3027"Protect a variable from being modified.  It will be treated as a system "
3028"defined variable from now on.  Protected parameters can still be modified."
3029msgstr ""
3030
3031#: ../src/funclib.c:7365
3032msgid ""
3033"Unprotect a variable from being modified.  It will be treated as a user "
3034"defined variable from now on."
3035msgstr ""
3036
3037#: ../src/funclib.c:7366
3038msgid ""
3039"Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments"
3040"\""
3041msgstr ""
3042
3043#: ../src/funclib.c:7367
3044msgid "Get current modulo from the context outside the function"
3045msgstr ""
3046
3047#: ../src/funclib.c:7368
3048msgid "Check if a variable or function is defined"
3049msgstr "Проверяет, определена ли переменная или функция"
3050
3051#: ../src/funclib.c:7369
3052msgid "Undefine a variable (including all locals and globals of the same name)"
3053msgstr ""
3054
3055#: ../src/funclib.c:7371
3056msgid ""
3057"Undefine all unprotected (user defined) global variables and parameters.  "
3058"Does not reset or change protected (system) parameters."
3059msgstr ""
3060
3061#: ../src/funclib.c:7372
3062msgid ""
3063"Mark all currently defined variables as protected.  They will be treated as "
3064"system defined variables from now on."
3065msgstr ""
3066
3067#: ../src/funclib.c:7373
3068msgid ""
3069"Return a vector of all global unprotected (user defined) variable names."
3070msgstr ""
3071
3072#: ../src/funclib.c:7375
3073msgid "Parse a string (but do not execute)"
3074msgstr ""
3075
3076#: ../src/funclib.c:7376
3077msgid "Parse and evaluate a string"
3078msgstr ""
3079
3080#: ../src/funclib.c:7378
3081msgid "Ask a question and return a string.  Optionally pass in a default."
3082msgstr ""
3083"Задаёт вопрос и возвращает строку. Может также выводить ответ по умолчанию."
3084
3085#: ../src/funclib.c:7379
3086msgid ""
3087"Ask a question and present a list of buttons.  Returns the 1-based index of "
3088"the button pressed (or null on failure)."
3089msgstr ""
3090"Задаёт вопрос и показывает список кнопок. Возвращает индекс (начиная с 1) "
3091"нажатой кнопки (или null при ошибке)."
3092
3093#: ../src/funclib.c:7381
3094msgid ""
3095"Integration of f by Composite Simpson's Rule on the interval [a,b] with n "
3096"subintervals with error of max(f'''')*h^4*(b-a)/180, note that n should be "
3097"even"
3098msgstr ""
3099
3100#: ../src/funclibhelper.cP:40
3101#, c-format
3102msgid "%s: argument number %d not an integer"
3103msgstr "%s: аргумент № %d не является целым числом"
3104
3105#: ../src/funclibhelper.cP:53
3106#, c-format
3107msgid "%s: argument number %d not an integer or a matrix"
3108msgstr "%s: аргумент № %d не является целым числом или матрицей"
3109
3110#: ../src/funclibhelper.cP:65 ../src/funclibhelper.cP:76
3111#, c-format
3112msgid "%s: argument number %d not a number or a matrix"
3113msgstr "%s: аргумент № %d не является числом или матрицей"
3114
3115#: ../src/funclibhelper.cP:89
3116#, c-format
3117msgid "%s: argument number %d not a nonnegative integer"
3118msgstr "%s: аргумент № %d не является неотрицательным целым числом"
3119
3120#: ../src/funclibhelper.cP:101
3121#, fuzzy, c-format
3122msgid "%s: argument number %d not a nonnegative number"
3123msgstr "%s: аргумент № %d не является неотрицательным целым числом"
3124
3125#: ../src/funclibhelper.cP:115
3126#, c-format
3127msgid "%s: argument number %d not a positive integer"
3128msgstr "%s: аргумент № %d не является положительным целым числом"
3129
3130#: ../src/funclibhelper.cP:125 ../src/graphing.c:3369
3131#, c-format
3132msgid "%s: argument number %d not a number"
3133msgstr "%s: аргумент № %d не является числом"
3134
3135#: ../src/funclibhelper.cP:136
3136#, c-format
3137msgid "%s: argument number %d not a boolean"
3138msgstr "%s: аргумент № %d не является логическим значением"
3139
3140#: ../src/funclibhelper.cP:147
3141#, c-format
3142msgid "%s: argument number %d not a real number"
3143msgstr "%s: аргумент № %d не является действительным числом"
3144
3145#: ../src/funclibhelper.cP:157
3146#, c-format
3147msgid "%s: argument number %d not a matrix"
3148msgstr "%s: аргумент № %d не является матрицей"
3149
3150#: ../src/funclibhelper.cP:168
3151#, c-format
3152msgid "%s: argument number %d not a square matrix"
3153msgstr "%s: аргумент № %d не является квадратной матрицей"
3154
3155#: ../src/funclibhelper.cP:179
3156#, c-format
3157msgid "%s: argument number %d not a matrix or null node"
3158msgstr ""
3159
3160#: ../src/funclibhelper.cP:192
3161#, fuzzy, c-format
3162msgid "%s: argument number %d not a vector or null node"
3163msgstr "%s: аргумент № %d не является логическим значением"
3164
3165#: ../src/funclibhelper.cP:203
3166#, c-format
3167msgid "%s: argument number %d not a value only matrix"
3168msgstr ""
3169
3170#: ../src/funclibhelper.cP:216
3171#, c-format
3172msgid "%s: argument number %d not a value only vector"
3173msgstr ""
3174
3175#: ../src/funclibhelper.cP:226 ../src/funclibhelper.cP:237
3176#, c-format
3177msgid "%s: argument number %d not a string"
3178msgstr "%s: аргумент № %d не является строкой"
3179
3180#: ../src/funclibhelper.cP:248
3181#, c-format
3182msgid "%s: argument number %d not a function or identifier"
3183msgstr "%s: аргумент № %d не является функцией или идентификатором"
3184
3185#: ../src/genius.c:111
3186#, c-format
3187msgid "line %d: %s\n"
3188msgstr "строка %d: %s\n"
3189
3190#: ../src/genius.c:129
3191#, c-format
3192msgid "Too many errors! (%d followed)\n"
3193msgstr ""
3194
3195#: ../src/genius.c:184
3196msgid "Cannot locate the manual"
3197msgstr "Не удалось обнаружить руководство"
3198
3199#: ../src/genius.c:214
3200msgid "Cannot run lynx/links/w3m to show the manual"
3201msgstr ""
3202
3203#: ../src/genius.c:240
3204#, c-format
3205msgid "Suggested: %s\n"
3206msgstr "Предлагается: %s\n"
3207
3208#: ../src/genius.c:286
3209#, c-format
3210msgid "Out of range!\n"
3211msgstr "За пределами диапазона!\n"
3212
3213#: ../src/genius.c:363 ../src/genius.lang.h:2 ../src/gnome-genius.c:661
3214#: ../src/gnome-genius.c:702
3215msgid "Genius"
3216msgstr "Genius"
3217
3218#: ../src/genius.c:396 ../src/genius.c:405 ../src/genius.c:412
3219#: ../src/genius.c:421
3220#, c-format
3221msgid "%s should be between %d and %d, using %d"
3222msgstr ""
3223
3224#: ../src/genius.c:440 ../src/genius.c:449
3225#, c-format
3226msgid "%s should be greater then or equal to %d, using %d"
3227msgstr ""
3228
3229#: ../src/genius.c:497
3230#, c-format
3231msgid ""
3232"Genius %s\n"
3233"%s%s\n"
3234msgstr ""
3235"Genius %s\n"
3236"%s%s\n"
3237
3238#: ../src/genius.c:508
3239#, c-format
3240msgid ""
3241"Genius %s usage:\n"
3242"\n"
3243"genius [options] [files]\n"
3244"\n"
3245"\t--help            \tPrint this help\n"
3246"\t--version         \tPrint version number\n"
3247"\t--precision=num   \tFloating point precision [128]\n"
3248"\t--maxdigits=num   \tMaximum digits to display (0=no limit) [0]\n"
3249"\t--[no]floatresult \tAll results as floats [OFF]\n"
3250"\t--[no]scinot      \tResults in scientific notation [OFF]\n"
3251"\t--[no]fullexp     \tAlways print full expressions [OFF]\n"
3252"\t--maxerrors=num   \tMaximum errors to display (0=no limit) [5]\n"
3253"\t--[no]mixed       \tPrint fractions in mixed format\n"
3254"\t--intoutbase=num  \tBase to use to print out integers [10]\n"
3255"\t--chop=num        \tChop small numbers less than 10^-num [20]\n"
3256"\t--chopwhen=num    \tBut only when other numbers 10^-num or more [5]\n"
3257"\t--[no]readline    \tUse readline if it is available [ON]\n"
3258"\t--[no]compile     \tCompile everything and dump it to stdout [OFF]\n"
3259"\t--[no]gettext     \tDump help/error strings in fake .c file to\n"
3260"\t                  \tstdout (for use with gettext) [OFF]\n"
3261"\t--[no]quiet       \tBe quiet during non-interactive mode,\n"
3262"\t                  \t(always on when compiling) [OFF]\n"
3263"\t--exec=expr       \tExecute an expression\n"
3264"\n"
3265msgstr ""
3266
3267#: ../src/genius.c:538
3268#, c-format
3269msgid ""
3270"Can't specify both an expression and files to execute on the command line"
3271msgstr ""
3272"Нельзя указывать в командной строке одновременно выражение и файлы для "
3273"выполнения"
3274
3275#: ../src/genius.c:549
3276#, fuzzy, c-format
3277msgid ""
3278"Genius %s\n"
3279"%s\n"
3280"This is free software with ABSOLUTELY NO WARRANTY.\n"
3281"For license details type `warranty'.\n"
3282"For help type `manual' or `help'.%s\n"
3283"\n"
3284msgstr ""
3285"Genius %s\n"
3286"%s\n"
3287"Это свободное программное обеспечение БЕЗ КАКОЙ-ЛИБО ГАРАНТИИ.\n"
3288"Для показа подробностей о лицензии наберите «warranty».\n"
3289"Для показа справки наберите «manual» или «help».%s\n"
3290"\n"
3291
3292#: ../src/genius.c:622 ../src/gnome-genius.c:5208
3293msgid ""
3294"The only thing that interferes with my learning is my education.  -- Albert "
3295"Einstein"
3296msgstr ""
3297"Единственное, что мешает мне учиться — это полученное мной образование.  — "
3298"Альберт Эйнштейн"
3299
3300#: ../src/genius.c:643 ../src/genius.c:714
3301msgid "Can't open file"
3302msgstr "Не удалось открыть файл"
3303
3304#: ../src/genius.lang.h:1
3305#, fuzzy
3306msgid "Script"
3307msgstr "Сценарии"
3308
3309#: ../src/gnome-genius.c:260
3310msgid "_New Program"
3311msgstr "Со_здать программу"
3312
3313#: ../src/gnome-genius.c:261
3314msgid "Create new program tab"
3315msgstr "Создать новую вкладку программы"
3316
3317#: ../src/gnome-genius.c:262
3318msgid "_Open..."
3319msgstr "_Открыть..."
3320
3321#: ../src/gnome-genius.c:263
3322msgid "Open a file"
3323msgstr "Открыть файл"
3324
3325#: ../src/gnome-genius.c:264 ../src/gnome-genius.c:3890
3326#: ../src/gnome-genius.c:4024 ../src/graphing.c:1208
3327msgid "_Save"
3328msgstr "_Сохранить"
3329
3330#: ../src/gnome-genius.c:265
3331msgid "Save current file"
3332msgstr "Сохранить текущий файл"
3333
3334#: ../src/gnome-genius.c:266
3335msgid "Save All _Unsaved"
3336msgstr "Сохранить _все несохранённые"
3337
3338#: ../src/gnome-genius.c:267
3339msgid "Save all unsaved programs"
3340msgstr "Сохранить все несохранённые программы"
3341
3342#: ../src/gnome-genius.c:268
3343msgid "Save _As..."
3344msgstr "Сохранить _как..."
3345
3346#: ../src/gnome-genius.c:269
3347msgid "Save to a file"
3348msgstr "Сохранить в файл"
3349
3350#: ../src/gnome-genius.c:270
3351msgid "_Reload from Disk"
3352msgstr "П_ерезагрузить с диска"
3353
3354#: ../src/gnome-genius.c:271
3355msgid "Reload the selected program from disk"
3356msgstr "Перезагрузить выбранную программу с диска"
3357
3358#. parent
3359#. flags
3360#. title
3361#. parent
3362#. flags
3363#. title
3364#. GTK_WINDOW (genius_window)
3365#. parent
3366#. flags
3367#: ../src/gnome-genius.c:272 ../src/gnome-genius.c:1142
3368#: ../src/gnome-genius.c:1347 ../src/graphing.c:605 ../src/graphing.c:1946
3369#: ../src/graphing.c:2151 ../src/graphing.c:7241 ../ve/ve-miscui.c:167
3370msgid "_Close"
3371msgstr "_Закрыть"
3372
3373#: ../src/gnome-genius.c:273
3374msgid "Close the current file"
3375msgstr "Закрыть текущий файл"
3376
3377#: ../src/gnome-genius.c:274
3378msgid "_Load and Run..."
3379msgstr "Загр_узить и выполнить..."
3380
3381#: ../src/gnome-genius.c:275
3382msgid "Load and execute a file in genius"
3383msgstr "Загрузить и выполнить файл в genius"
3384
3385#: ../src/gnome-genius.c:276
3386msgid "Save Console Ou_tput..."
3387msgstr "Сохранить _вывод консоли..."
3388
3389#: ../src/gnome-genius.c:277
3390msgid ""
3391"Save what is visible on the console (including scrollback) to a text file"
3392msgstr "Сохранить текст в консоли (включая прокрутку) в текстовый файл"
3393
3394#: ../src/gnome-genius.c:279
3395msgid "_Quit"
3396msgstr "В_ыйти"
3397
3398#: ../src/gnome-genius.c:280
3399msgid "Quit"
3400msgstr "Выйти"
3401
3402#: ../src/gnome-genius.c:286
3403msgid "_Undo"
3404msgstr "_Отменить"
3405
3406#: ../src/gnome-genius.c:287
3407msgid "Undo the last action"
3408msgstr "Отменить последнее действие"
3409
3410#: ../src/gnome-genius.c:288
3411msgid "_Redo"
3412msgstr "В_ернуть"
3413
3414#: ../src/gnome-genius.c:289
3415msgid "Redo the undone action"
3416msgstr "Вернуть последнее действие"
3417
3418#: ../src/gnome-genius.c:291
3419msgid "Cu_t"
3420msgstr "_Вырезать"
3421
3422#: ../src/gnome-genius.c:292
3423msgid "Cut the selection"
3424msgstr "Вырезать выделенное"
3425
3426#: ../src/gnome-genius.c:293
3427msgid "_Copy"
3428msgstr "_Копировать"
3429
3430#: ../src/gnome-genius.c:294
3431msgid "Copy the selection"
3432msgstr "Копировать выделенное"
3433
3434#: ../src/gnome-genius.c:295
3435msgid "_Paste"
3436msgstr "В_ставить"
3437
3438#: ../src/gnome-genius.c:296
3439msgid "Paste the clipboard"
3440msgstr "Вставить содержимое буфера обмена"
3441
3442#: ../src/gnome-genius.c:297
3443msgid "Copy Answer As Plain Te_xt"
3444msgstr "К_опировать ответ как простой текст"
3445
3446#: ../src/gnome-genius.c:298
3447msgid "Copy last answer into the clipboard in plain text"
3448msgstr "Копировать последний ответ в буфер обмена в виде простого текста"
3449
3450#: ../src/gnome-genius.c:299
3451msgid "Copy Answer As _LaTeX"
3452msgstr "Ко_пировать ответ как LaTeX"
3453
3454#: ../src/gnome-genius.c:300
3455msgid "Copy last answer into the clipboard as LaTeX"
3456msgstr "Копировать последний ответ в буфер обмена в формате LaTeX"
3457
3458#: ../src/gnome-genius.c:301
3459msgid "Copy Answer As _MathML"
3460msgstr "Коп_ировать ответ как MathML"
3461
3462#: ../src/gnome-genius.c:302
3463msgid "Copy last answer into the clipboard as MathML"
3464msgstr "Копировать последний ответ в буфер обмена в формате MathML"
3465
3466#: ../src/gnome-genius.c:303
3467msgid "Copy Answer As T_roff"
3468msgstr "Копи_ровать ответ как Troff"
3469
3470#: ../src/gnome-genius.c:304
3471msgid "Copy last answer into the clipboard as Troff eqn"
3472msgstr "Скопировать последний ответ в буфер обмена, как формулу Troff"
3473
3474#: ../src/gnome-genius.c:309
3475msgid "_Run"
3476msgstr "_Выполнить"
3477
3478#: ../src/gnome-genius.c:310
3479msgid "Run current program"
3480msgstr "Выполнить текущую программу"
3481
3482#: ../src/gnome-genius.c:311
3483msgid "_Interrupt"
3484msgstr "_Прервать"
3485
3486#: ../src/gnome-genius.c:312
3487msgid "Interrupt current calculation"
3488msgstr "Прервать текущее вычисление"
3489
3490#: ../src/gnome-genius.c:313
3491msgid "Show _Full Answer"
3492msgstr "П_оказать полный ответ"
3493
3494#: ../src/gnome-genius.c:314
3495msgid "Show the full text of last answer"
3496msgstr "Показать полный текст последнего ответа"
3497
3498#: ../src/gnome-genius.c:315
3499msgid "Show User _Variables"
3500msgstr "Показа_ть переменные пользователя"
3501
3502#: ../src/gnome-genius.c:316
3503msgid "Show the current value of all user variables"
3504msgstr "Показать текущие значения всех пользовательских переменных"
3505
3506#: ../src/gnome-genius.c:317
3507msgid "_Monitor a Variable"
3508msgstr "С_ледить за переменной"
3509
3510#: ../src/gnome-genius.c:318
3511msgid "Monitor a variable continuously"
3512msgstr "Постоянно отслеживать значение переменной"
3513
3514#: ../src/gnome-genius.c:319
3515msgid "_Plot..."
3516msgstr "Нарисовать _график..."
3517
3518#: ../src/gnome-genius.c:320
3519msgid "Plot functions, vector fields, surfaces, etc..."
3520msgstr "Рисовать графики функций, векторных полей, поверхностей и т.п."
3521
3522#: ../src/gnome-genius.c:325
3523msgid "_Next Tab"
3524msgstr "_Следующая вкладка"
3525
3526#: ../src/gnome-genius.c:326
3527msgid "Go to next tab"
3528msgstr "Перейти к следующей вкладке"
3529
3530#: ../src/gnome-genius.c:327
3531msgid "_Previous Tab"
3532msgstr "_Предыдущая вкладка"
3533
3534#: ../src/gnome-genius.c:328
3535msgid "Go to previous tab"
3536msgstr "Перейти к предыдущей вкладке"
3537
3538#: ../src/gnome-genius.c:329
3539msgid "_Console"
3540msgstr "_Консоль"
3541
3542#: ../src/gnome-genius.c:330
3543msgid "Go to the console tab"
3544msgstr "Перейти на вкладку консоли"
3545
3546#: ../src/gnome-genius.c:335
3547msgid "_Preferences"
3548msgstr "_Параметры"
3549
3550#: ../src/gnome-genius.c:336
3551msgid "Configure Genius"
3552msgstr "Настроить Genius"
3553
3554#: ../src/gnome-genius.c:341
3555msgid "_Contents"
3556msgstr "_Содержание"
3557
3558#: ../src/gnome-genius.c:342
3559msgid "View the Genius manual"
3560msgstr "Просмотреть руководство Genius"
3561
3562#: ../src/gnome-genius.c:343
3563msgid "_Help on Function"
3564msgstr "С_правка по функции"
3565
3566#: ../src/gnome-genius.c:344
3567msgid "Help on a function or a command"
3568msgstr "Справка по функции или команде"
3569
3570#: ../src/gnome-genius.c:345
3571msgid "_Warranty"
3572msgstr "_Лицензия"
3573
3574#: ../src/gnome-genius.c:346
3575msgid "Display warranty information"
3576msgstr "Показать лицензионную информацию"
3577
3578#: ../src/gnome-genius.c:347
3579msgid "_About"
3580msgstr "_О программе"
3581
3582#: ../src/gnome-genius.c:348
3583msgid "About Genius"
3584msgstr "Информация о Genius"
3585
3586#: ../src/gnome-genius.c:468
3587msgid "_File"
3588msgstr "_Файл"
3589
3590#: ../src/gnome-genius.c:471
3591msgid "Open R_ecent"
3592msgstr "Открыть _недавний"
3593
3594#: ../src/gnome-genius.c:485
3595msgid "_Edit"
3596msgstr "_Правка"
3597
3598#: ../src/gnome-genius.c:497
3599msgid "_Calculator"
3600msgstr "_Калькулятор"
3601
3602#: ../src/gnome-genius.c:506
3603msgid "E_xamples"
3604msgstr ""
3605
3606#: ../src/gnome-genius.c:509
3607msgid "P_lugins"
3608msgstr "_Модули"
3609
3610#: ../src/gnome-genius.c:512
3611msgid "_Programs"
3612msgstr "П_рограммы"
3613
3614#: ../src/gnome-genius.c:519
3615msgid "_Settings"
3616msgstr "_Настройки"
3617
3618#. parent
3619#. flags
3620#: ../src/gnome-genius.c:525 ../src/gnome-genius.c:2217
3621msgid "_Help"
3622msgstr "_Справка"
3623
3624#: ../src/gnome-genius.c:540
3625msgid "New"
3626msgstr "Создать"
3627
3628#: ../src/gnome-genius.c:543
3629msgid "Open"
3630msgstr "Открыть"
3631
3632#: ../src/gnome-genius.c:546 ../src/graphing.c:7243
3633msgid "_Plot"
3634msgstr "_График"
3635
3636#. GTK_WINDOW (genius_window)
3637#. parent
3638#. flags
3639#. title
3640#. parent
3641#. flags
3642#: ../src/gnome-genius.c:705 ../src/gnome-genius.c:769
3643#: ../src/gnome-genius.c:1422 ../src/gnome-genius.c:2219
3644#: ../src/gnome-genius.c:2708 ../src/gnome-genius.c:3658
3645#: ../src/gnome-genius.c:3889 ../src/gnome-genius.c:4023 ../src/graphing.c:833
3646#: ../src/graphing.c:1207 ../src/graphing.c:5649 ../src/graphing.c:5766
3647#: ../ve/ve-miscui.c:178 ../ve/ve-miscui.c:206
3648msgid "_Cancel"
3649msgstr ""
3650
3651#. parent
3652#. flags
3653#. title
3654#. parent
3655#. flags
3656#: ../src/gnome-genius.c:706 ../src/gnome-genius.c:770
3657#: ../src/gnome-genius.c:912 ../src/gnome-genius.c:1423
3658#: ../src/gnome-genius.c:2220 ../src/graphing.c:5647 ../src/graphing.c:5764
3659#: ../ve/ve-miscui.c:156 ../ve/ve-miscui.c:211
3660msgid "_OK"
3661msgstr ""
3662
3663#: ../src/gnome-genius.c:766
3664msgid "Help on Function"
3665msgstr "Справка по функции"
3666
3667#: ../src/gnome-genius.c:782
3668msgid "Function or command name:"
3669msgstr "Имя функции или команды:"
3670
3671#: ../src/gnome-genius.c:839 ../src/gnome-genius.c:1698
3672#, c-format
3673msgid "<b>Help on %s not found</b>"
3674msgstr "<b>Справка по %s не найдена</b>"
3675
3676#: ../src/gnome-genius.c:843
3677#, c-format
3678msgid ""
3679"<b>Help on %s not found</b>\n"
3680"\n"
3681"Perhaps you meant %s."
3682msgstr ""
3683"<b>Справка по %s не найдена</b>\n"
3684"\n"
3685"Возможно, вы имели в виду %s."
3686
3687#: ../src/gnome-genius.c:902
3688msgid "Error"
3689msgstr "Ошибка"
3690
3691#: ../src/gnome-genius.c:904
3692msgid "Information"
3693msgstr "Информация"
3694
3695#: ../src/gnome-genius.c:1138
3696msgid "User Variable Listing"
3697msgstr "Список пользовательских переменных"
3698
3699#. parent
3700#. flags
3701#: ../src/gnome-genius.c:1141
3702msgid "_Refresh"
3703msgstr ""
3704
3705#: ../src/gnome-genius.c:1247
3706#, c-format
3707msgid "%s undefined"
3708msgstr ""
3709
3710#. printed before a global variable
3711#: ../src/gnome-genius.c:1282
3712msgid "(global) "
3713msgstr ""
3714
3715#. printed before local variable in certain
3716#. * context
3717#: ../src/gnome-genius.c:1286
3718#, c-format
3719msgid "(context %d) "
3720msgstr ""
3721
3722#: ../src/gnome-genius.c:1308
3723#, c-format
3724msgid "%s not a user variable"
3725msgstr "%s — не пользовательская переменная"
3726
3727#: ../src/gnome-genius.c:1342
3728#, c-format
3729msgid "Monitoring: %s"
3730msgstr "Слежение: %s"
3731
3732#: ../src/gnome-genius.c:1388
3733msgid "Update continuously"
3734msgstr "Обновлять постоянно"
3735
3736#: ../src/gnome-genius.c:1419
3737msgid "Monitor a Variable"
3738msgstr "Следить за переменной"
3739
3740#: ../src/gnome-genius.c:1435
3741msgid "Variable name:"
3742msgstr "Имя переменной:"
3743
3744#. error
3745#. always textbox
3746#: ../src/gnome-genius.c:1491
3747msgid "Full Answer"
3748msgstr "Полный ответ"
3749
3750#: ../src/gnome-genius.c:1508
3751#, c-format
3752msgid ""
3753"\n"
3754"Too many errors! (%d followed)"
3755msgstr ""
3756
3757#: ../src/gnome-genius.c:1524
3758#, c-format
3759msgid "e[01;31mToo many errors! (%d followed)e[0m\n"
3760msgstr ""
3761
3762#: ../src/gnome-genius.c:1708 ../src/gnome-genius.c:1743
3763#, c-format
3764msgid ""
3765"<b>Cannot display help</b>\n"
3766"\n"
3767"%s"
3768msgstr ""
3769"<b>Не удаётся показать справку</b>\n"
3770"\n"
3771"%s"
3772
3773#: ../src/gnome-genius.c:1818
3774msgid "Nils Barth (initial implementation of parts of the GEL library)"
3775msgstr "Nils Barth (изначальная реализация частей библиотеки GEL)"
3776
3777#: ../src/gnome-genius.c:1819
3778msgid "Adrian E. Feiguin <feiguin@ifir.edu.ar> (GtkExtra - plotting widgetry)"
3779msgstr ""
3780
3781#: ../src/gnome-genius.c:1820
3782msgid "Yavor Doganov <yavor@gnu.org> (Port to GTK3)"
3783msgstr ""
3784
3785#. Translators should localize the following string
3786#. * which will give them credit in the About box.
3787#. * E.g. "Fulano de Tal <fulano@detal.com>"
3788#.
3789#: ../src/gnome-genius.c:1834
3790msgid "translator-credits"
3791msgstr "Aleksey Kabanov <ak099@mail.ru>, 2012"
3792
3793#: ../src/gnome-genius.c:1882
3794msgid "Genius Mathematical Tool"
3795msgstr "Математический инструмент Genius"
3796
3797#: ../src/gnome-genius.c:1886
3798#, fuzzy
3799msgid "The GNOME calculator style edition of the Genius Mathematical Tool."
3800msgstr ""
3801"Версия математического инструмента Genius с графическим интерфейсом Gnome."
3802
3803#: ../src/gnome-genius.c:2075
3804msgid ""
3805"Genius is executing something, and furthermore there are unsaved programs.\n"
3806"Are you sure you wish to quit?"
3807msgstr ""
3808"Genius сейчас что-то выполняет и имеются несохранённые программы.\n"
3809"Вы действительно хотите выйти?"
3810
3811#: ../src/gnome-genius.c:2083
3812msgid "There are unsaved programs, are you sure you wish to quit?"
3813msgstr "Есть несохранённые программы. Вы действительно хотите выйти?"
3814
3815#: ../src/gnome-genius.c:2090
3816msgid "Genius is executing something, are you sure you wish to quit?"
3817msgstr "Genius что-то выполняет. Вы действительно хотите выйти?"
3818
3819#: ../src/gnome-genius.c:2097
3820msgid "Are you sure you wish to quit?"
3821msgstr "Вы действительно хотите выйти?"
3822
3823#: ../src/gnome-genius.c:2214
3824msgid "Genius Setup"
3825msgstr "Настройка Genius"
3826
3827#: ../src/gnome-genius.c:2218
3828msgid "_Apply"
3829msgstr ""
3830
3831#: ../src/gnome-genius.c:2231
3832msgid "Output"
3833msgstr "Вывод"
3834
3835#: ../src/gnome-genius.c:2234
3836msgid "Number/Expression output options"
3837msgstr "Параметры вывода чисел и выражений"
3838
3839#: ../src/gnome-genius.c:2244
3840msgid "Maximum digits to output (0=unlimited)"
3841msgstr "Максимальное количество цифр (0=без ограничений)"
3842
3843#: ../src/gnome-genius.c:2264
3844msgid "Results as floats"
3845msgstr "Результаты в виде чисел с плавающей точкой"
3846
3847#: ../src/gnome-genius.c:2272
3848msgid "Floats in scientific notation"
3849msgstr "Числа с плавающей точкой в научной записи"
3850
3851#: ../src/gnome-genius.c:2280
3852msgid "Always print full expressions"
3853msgstr "Всегда выводить полные выражения"
3854
3855#: ../src/gnome-genius.c:2288
3856msgid "Use mixed fractions"
3857msgstr "Использовать смешанные дроби"
3858
3859#: ../src/gnome-genius.c:2341
3860msgid "Remember output settings across sessions"
3861msgstr "Запоминать параметры вывода"
3862
3863#: ../src/gnome-genius.c:2351
3864msgid ""
3865"Should the output settings in the \"Number/Expression output options\" frame "
3866"be remembered for next session.  Does not apply to the \"Error/Info output "
3867"options\" frame."
3868msgstr ""
3869"Должны ли настройки вывода в группе «Параметры вывода чисел и выражений» "
3870"запоминаться для следующего сеанса. Не действует на группу «Параметры вывода "
3871"ошибок и сообщений»."
3872
3873#: ../src/gnome-genius.c:2356
3874msgid "Error/Info output options"
3875msgstr "Параметры вывода ошибок и сообщений"
3876
3877#: ../src/gnome-genius.c:2364
3878msgid "Display errors in a dialog"
3879msgstr "Показывать ошибки в диалоговом окне"
3880
3881#: ../src/gnome-genius.c:2372
3882msgid "Display information messages in a dialog"
3883msgstr "Показывать информационные сообщения в диалоговом окне"
3884
3885#: ../src/gnome-genius.c:2383
3886msgid "Maximum errors to display (0=unlimited)"
3887msgstr "Максимальное количество отображаемых ошибок (0=без ограничений)"
3888
3889#: ../src/gnome-genius.c:2407
3890msgid "Precision"
3891msgstr "Точность"
3892
3893#: ../src/gnome-genius.c:2417
3894msgid ""
3895"NOTE: The floating point precision might not take effect\n"
3896"for all numbers immediately, only new numbers calculated\n"
3897"and new variables will be affected."
3898msgstr ""
3899
3900#: ../src/gnome-genius.c:2426
3901msgid "Floating point precision (bits)"
3902msgstr "Точность чисел с плавающей точкой (бит)"
3903
3904#: ../src/gnome-genius.c:2445
3905msgid "Remember precision setting across sessions"
3906msgstr "Запоминать параметры точности"
3907
3908#: ../src/gnome-genius.c:2454
3909msgid "Should the precision setting be remembered for next session."
3910msgstr "Должны ли настройки точности запоминаться для следующих сеансов."
3911
3912#: ../src/gnome-genius.c:2462
3913msgid "Terminal"
3914msgstr "Консоль"
3915
3916#: ../src/gnome-genius.c:2464
3917msgid "Terminal options"
3918msgstr "Параметры консоли"
3919
3920#: ../src/gnome-genius.c:2473
3921msgid "Scrollback lines"
3922msgstr "Строки обратной прокрутки"
3923
3924#: ../src/gnome-genius.c:2496
3925msgid "Font:"
3926msgstr "Шрифт:"
3927
3928#: ../src/gnome-genius.c:2507
3929msgid "Black on white"
3930msgstr "Чёрный на белом"
3931
3932#: ../src/gnome-genius.c:2515
3933msgid "Blinking cursor"
3934msgstr "Мигающий курсор"
3935
3936#: ../src/gnome-genius.c:2528
3937msgid "Memory"
3938msgstr "Память"
3939
3940#: ../src/gnome-genius.c:2531
3941msgid "Limits"
3942msgstr "Пределы"
3943
3944#: ../src/gnome-genius.c:2538
3945msgid ""
3946"When the limit is reached you will be asked if\n"
3947"you wish to interrupt the calculation or continue.\n"
3948"Setting to 0 disables the limit."
3949msgstr ""
3950"Когда достигнут предел, программа спросит\n"
3951"вас: прервать или продолжить вычисление.\n"
3952"Значение 0 отменяет ограничение."
3953
3954#: ../src/gnome-genius.c:2547
3955msgid "Maximum number of nodes to allocate"
3956msgstr ""
3957
3958#: ../src/gnome-genius.c:2587
3959msgid ""
3960"<b>Genius is currently executing something.</b>\n"
3961"\n"
3962"Please try again later or interrupt the current operation."
3963msgstr ""
3964"<b>Сейчас Genius что-то вычисляет.</b>\n"
3965"\n"
3966"Попробуйте снова позже или прервите текущую операцию."
3967
3968#: ../src/gnome-genius.c:2630
3969msgid "GEL files"
3970msgstr "Файлы GEL"
3971
3972#: ../src/gnome-genius.c:2635 ../src/graphing.c:1233
3973msgid "All files"
3974msgstr "Все файлы"
3975
3976#: ../src/gnome-genius.c:2659 ../src/gnome-genius.c:3633
3977msgid "Cannot open file!"
3978msgstr "Не удалось открыть файл!"
3979
3980#: ../src/gnome-genius.c:2669 ../src/gnome-genius.c:4117
3981msgid "Output from "
3982msgstr ""
3983
3984#: ../src/gnome-genius.c:2686 ../src/gnome-genius.c:4189
3985msgid "End"
3986msgstr ""
3987
3988#: ../src/gnome-genius.c:2705
3989msgid "Load and Run"
3990msgstr "Загрузить и выполнить"
3991
3992#: ../src/gnome-genius.c:2709
3993msgid "_Load"
3994msgstr "_Загрузить"
3995
3996#: ../src/gnome-genius.c:3264
3997msgid "Cannot open file"
3998msgstr "Не удалось открыть файл"
3999
4000#. context
4001#: ../src/gnome-genius.c:3299 ../src/gnome-genius.c:4814
4002#, c-format
4003msgid "Line: %d"
4004msgstr "Строка: %d"
4005
4006#: ../src/gnome-genius.c:3423
4007msgid ""
4008"The program you are closing is unsaved, are you sure you wish to close it "
4009"without saving?"
4010msgstr ""
4011"Закрываемая программа не сохранена. Действительно закрыть её без сохранения?"
4012
4013#: ../src/gnome-genius.c:3518
4014#, c-format
4015msgid "Program_%d.gel"
4016msgstr "Программа_%d.gel"
4017
4018#: ../src/gnome-genius.c:3529
4019#, c-format
4020msgid "Program %d"
4021msgstr "Программа %d"
4022
4023#: ../src/gnome-genius.c:3567
4024#, c-format
4025msgid "Cannot open %s"
4026msgstr "Не удалось открыть %s"
4027
4028#: ../src/gnome-genius.c:3655
4029msgid "Open..."
4030msgstr "Открыть..."
4031
4032#: ../src/gnome-genius.c:3659
4033#, fuzzy
4034msgid "_Open"
4035msgstr "Открыть"
4036
4037#: ../src/gnome-genius.c:3738
4038msgid "Program is read only"
4039msgstr "Программа только для чтения"
4040
4041#: ../src/gnome-genius.c:3743 ../src/gnome-genius.c:3783
4042#, fuzzy, c-format
4043msgid ""
4044"<b>Cannot save file %s</b>\n"
4045"Details: %s"
4046msgstr ""
4047"<b>Не удалось сохранить файл</b>\n"
4048"Подробности: %s"
4049
4050#: ../src/gnome-genius.c:3749 ../src/gnome-genius.c:3790
4051#, fuzzy, c-format
4052msgid "<b>Cannot save file %s</b>"
4053msgstr ""
4054"<b>Не удалось сохранить файл</b>\n"
4055"Подробности: %s"
4056
4057#: ../src/gnome-genius.c:3800
4058#, fuzzy
4059msgid "Save new programs by \"Save As...\" first!"
4060msgstr "Сначала сохраните новую программу командой «Сохранить как…»!"
4061
4062#: ../src/gnome-genius.c:3806
4063#, fuzzy
4064msgid ""
4065"Some read-only programs are modified.  Use \"Save As...\" to save them to a "
4066"new location."
4067msgstr ""
4068"Некоторые программы только для чтения были изменены. Используйте «Сохранить "
4069"как…», чтобы сохранить их в новое место."
4070
4071#: ../src/gnome-genius.c:3846 ../src/gnome-genius.c:3982
4072#, c-format
4073msgid ""
4074"<b>Cannot save file</b>\n"
4075"Details: %s"
4076msgstr ""
4077"<b>Не удалось сохранить файл</b>\n"
4078"Подробности: %s"
4079
4080#: ../src/gnome-genius.c:3851 ../src/gnome-genius.c:3987
4081#, fuzzy
4082msgid "<b>Cannot save file</b>"
4083msgstr ""
4084"<b>Не удалось сохранить файл</b>\n"
4085"Подробности: %s"
4086
4087#: ../src/gnome-genius.c:3886
4088msgid "Save As..."
4089msgstr "Сохранить как..."
4090
4091#: ../src/gnome-genius.c:4020
4092msgid "Save Console Output..."
4093msgstr "Сохранить вывод консоли..."
4094
4095#: ../src/gnome-genius.c:4074
4096msgid ""
4097"<b>No program selected.</b>\n"
4098"\n"
4099"Create a new program, or select an existing tab in the notebook."
4100msgstr ""
4101"<b>Нет выбранных программ.</b>\n"
4102"\n"
4103"Создайте новую программу или выберите существующую вкладку блокнота."
4104
4105#: ../src/gnome-genius.c:4104
4106#, c-format
4107msgid "Cannot open pipe: %s"
4108msgstr "Не удалось открыть канал: %s"
4109
4110#: ../src/gnome-genius.c:4133
4111msgid ""
4112"<b>Cannot execute program</b>\n"
4113"\n"
4114"Cannot fork."
4115msgstr ""
4116
4117#: ../src/gnome-genius.c:4206
4118msgid ""
4119"<b>Error executing program</b>\n"
4120"\n"
4121"There was an error while writing the\n"
4122"program to the engine."
4123msgstr ""
4124
4125#: ../src/gnome-genius.c:4242
4126#, c-format
4127msgid "Genius %s"
4128msgstr "Genius %s"
4129
4130#: ../src/gnome-genius.c:4475
4131msgid "Memory (node number) limit has been reached, interrupt the computation?"
4132msgstr ""
4133
4134#. error
4135#. always textbox
4136#. textbox_title
4137#. bind_response
4138#. wrap
4139#: ../src/gnome-genius.c:4589
4140msgid "Can't execute genius-readline-helper-fifo!\n"
4141msgstr ""
4142
4143#: ../src/gnome-genius.c:4650
4144msgid "Readline helper died, weird.  Trying to recover, things may be odd."
4145msgstr ""
4146
4147#: ../src/gnome-genius.c:4835
4148msgid ""
4149"\n"
4150"Note: Compiled without GtkSourceView (better source editor)"
4151msgstr ""
4152
4153#. parent
4154#: ../src/gnome-genius.c:4968
4155msgid "Cannot find the library file, genius installation may be incorrect"
4156msgstr ""
4157"Не удалось найти файл библиотеки. Возможно, genius установлен неправильно"
4158
4159#: ../src/gnome-genius.c:5050
4160msgid "Console"
4161msgstr "Консоль"
4162
4163#: ../src/gnome-genius.c:5101
4164#, fuzzy, c-format
4165msgid ""
4166"%sGenius %s%s\n"
4167"%s\n"
4168"This is free software with ABSOLUTELY NO WARRANTY.\n"
4169"For license details type `%swarranty%s'.\n"
4170"For help type `%smanual%s' or `%shelp%s'.%s\n"
4171"\n"
4172msgstr ""
4173"%sGenius %s%s\n"
4174"%s\n"
4175"Это свободное программное обеспечение БЕЗ КАКОЙ-ЛИБО ГАРАНТИИ.\n"
4176"Для показа лицензионной информации наберите `%swarranty%s'.\n"
4177"Для показа справки наберите '%smanual%s' или '%shelp%s'.%s\n"
4178"\n"
4179
4180#: ../src/gnome-genius.c:5325
4181msgid "GNOME Genius"
4182msgstr "GNOME Genius"
4183
4184#: ../src/gnome-genius.desktop.in.h:1
4185msgid "Genius Math Tool"
4186msgstr "Математический инструмент Genius"
4187
4188#: ../src/gnome-genius.desktop.in.h:2
4189msgid "Genius Mathematical Tool and Calculator"
4190msgstr "Математический инструмент и калькулятор Genius"
4191
4192#: ../src/gnome-genius.desktop.in.h:3
4193msgid ""
4194"Mathematics;Matrix;Vector;Linear Algebra;Calculus;Plot;Plotting;Graph;"
4195"Graphing;Function;Number Theory;"
4196msgstr ""
4197
4198#: ../src/graphing.c:602
4199msgid "Rotate"
4200msgstr "Повернуть"
4201
4202#: ../src/graphing.c:619 ../src/graphing.c:650
4203#, c-format
4204msgid "Rotate about %s axis: "
4205msgstr "Повернуть вокруг оси %s: "
4206
4207#: ../src/graphing.c:681
4208msgid "Rotate about dependent axis: "
4209msgstr "Повернуть вокруг зависимой оси: "
4210
4211#: ../src/graphing.c:830
4212msgid "Print"
4213msgstr "Печать"
4214
4215#: ../src/graphing.c:835
4216#, fuzzy
4217msgid "_Print"
4218msgstr "Печать"
4219
4220#: ../src/graphing.c:845
4221msgid "Print command: "
4222msgstr "Команда печати:"
4223
4224#: ../src/graphing.c:875
4225msgid "Cannot open temporary file, cannot print."
4226msgstr "Ошибка печати: не удалось открыть временный файл."
4227
4228#: ../src/graphing.c:904
4229msgid "Printing failed"
4230msgstr "Сбой печати"
4231
4232#: ../src/graphing.c:917
4233#, c-format
4234msgid "Printing failed: %s"
4235msgstr "Сбой печати: %s"
4236
4237#: ../src/graphing.c:991 ../src/graphing.c:1132
4238msgid "File already exists.  Overwrite it?"
4239msgstr "Файл уже существует. Заменить его?"
4240
4241#: ../src/graphing.c:1091 ../src/graphing.c:1147 ../src/graphing.c:1162
4242msgid "Export failed"
4243msgstr "Не удалось выполнить экспорт"
4244
4245#: ../src/graphing.c:1187
4246msgid "Export encapsulated postscript"
4247msgstr "Экспортировать в encapsulated postscript"
4248
4249#: ../src/graphing.c:1189
4250msgid "Export postscript"
4251msgstr "Экспортировать в postscript"
4252
4253#: ../src/graphing.c:1191
4254#, fuzzy
4255msgid "Export PDF"
4256msgstr "Экспортировать в PNG"
4257
4258#: ../src/graphing.c:1193
4259msgid "Export PNG"
4260msgstr "Экспортировать в PNG"
4261
4262#: ../src/graphing.c:1200
4263msgid "Missing ps2pdf command, perhaps ghostscript is not installed."
4264msgstr ""
4265
4266#: ../src/graphing.c:1215
4267msgid "EPS files"
4268msgstr "Файлы EPS"
4269
4270#: ../src/graphing.c:1219
4271msgid "PS files"
4272msgstr "Файлы PS"
4273
4274#: ../src/graphing.c:1223
4275#, fuzzy
4276msgid "PDF files"
4277msgstr "Файлы PS"
4278
4279#: ../src/graphing.c:1227
4280msgid "PNG files"
4281msgstr "Файлы PNG"
4282
4283#: ../src/graphing.c:1242
4284msgid "Generate preview in EPS file (with ps2epsi)"
4285msgstr ""
4286
4287#: ../src/graphing.c:1943
4288msgid "Solver"
4289msgstr ""
4290
4291#: ../src/graphing.c:1948
4292msgid "Clea_r solutions"
4293msgstr ""
4294
4295#: ../src/graphing.c:1950
4296msgid "_Plot solution"
4297msgstr ""
4298
4299#: ../src/graphing.c:1969
4300msgid ""
4301"Clicking on the graph window now will draw a solution according to the "
4302"parameters set below, starting at the point clicked.  To be able to zoom by "
4303"mouse again, close this window."
4304msgstr ""
4305
4306#: ../src/graphing.c:1992
4307msgid "X increment:"
4308msgstr "Инкремент X:"
4309
4310#: ../src/graphing.c:2014
4311msgid "T increment:"
4312msgstr "Инкремент T:"
4313
4314#: ../src/graphing.c:2018
4315msgid "T interval length:"
4316msgstr "Интервал длины T:"
4317
4318#: ../src/graphing.c:2032
4319msgid "Point x:"
4320msgstr "Точка x:"
4321
4322#: ../src/graphing.c:2037
4323msgid "y:"
4324msgstr "y:"
4325
4326#: ../src/graphing.c:2146
4327msgid "Plot"
4328msgstr "График"
4329
4330#. title
4331#. GTK_WINDOW (genius_window)
4332#. parent
4333#. flags
4334#: ../src/graphing.c:2149
4335msgid "_Stop"
4336msgstr ""
4337
4338#: ../src/graphing.c:2181
4339msgid "_Graph"
4340msgstr "_График"
4341
4342#: ../src/graphing.c:2185
4343msgid "_Print..."
4344msgstr "_Печать..."
4345
4346#: ../src/graphing.c:2191
4347msgid "_Export postscript..."
4348msgstr "_Экспортировать в postscript..."
4349
4350#: ../src/graphing.c:2197
4351msgid "E_xport encapsulated postscript..."
4352msgstr "Э_кспортировать в encapsulated postscript..."
4353
4354#: ../src/graphing.c:2204
4355#, fuzzy
4356msgid "Export P_DF..."
4357msgstr "Эк_спортировать в PNG..."
4358
4359#: ../src/graphing.c:2213
4360msgid "Export P_NG..."
4361msgstr "Эк_спортировать в PNG..."
4362
4363#: ../src/graphing.c:2225
4364msgid "_Zoom"
4365msgstr "_Масштаб"
4366
4367#: ../src/graphing.c:2229
4368msgid "Zoom _out"
4369msgstr "У_меньшить масштаб"
4370
4371#: ../src/graphing.c:2236
4372msgid "Zoom _in"
4373msgstr "У_величить масштаб"
4374
4375#: ../src/graphing.c:2243
4376msgid "_Fit dependent axis"
4377msgstr "У_местить зависимую ось"
4378
4379#: ../src/graphing.c:2250
4380msgid "_Reset to original zoom"
4381msgstr "_Вернуть исходный масштаб"
4382
4383#: ../src/graphing.c:2263
4384msgid "_View"
4385msgstr "_Вид"
4386
4387#: ../src/graphing.c:2268
4388msgid "_Reset angles"
4389msgstr "В_ернуть исходный угол обзора"
4390
4391#: ../src/graphing.c:2273
4392msgid "_Top view"
4393msgstr "_Вид сверху"
4394
4395#: ../src/graphing.c:2278
4396msgid "R_otate axis..."
4397msgstr "_Повернуть вокруг оси..."
4398
4399#: ../src/graphing.c:2283
4400msgid "Start rotate _animation..."
4401msgstr ""
4402
4403#: ../src/graphing.c:2288
4404msgid "Stop rotate a_nimation..."
4405msgstr ""
4406
4407#: ../src/graphing.c:2298
4408msgid "_Solver"
4409msgstr ""
4410
4411#: ../src/graphing.c:2303
4412msgid "_Solver..."
4413msgstr ""
4414
4415#: ../src/graphing.c:2308
4416msgid "_Clear solutions"
4417msgstr ""
4418
4419#: ../src/graphing.c:2339
4420msgid "Errors during plotting (possibly harmless), see the console."
4421msgstr ""
4422
4423#: ../src/graphing.c:3358
4424#, c-format
4425msgid "Function"
4426msgstr "Функция"
4427
4428#: ../src/graphing.c:3360
4429#, c-format
4430msgid "Function #%d"
4431msgstr "Функция #%d"
4432
4433#: ../src/graphing.c:3382
4434msgid "Graph limits not given as a 4-vector"
4435msgstr ""
4436
4437#: ../src/graphing.c:3388 ../src/graphing.c:3399 ../src/graphing.c:3410
4438#: ../src/graphing.c:3421 ../src/graphing.c:3464 ../src/graphing.c:3475
4439#: ../src/graphing.c:3573 ../src/graphing.c:3584 ../src/graphing.c:3595
4440#: ../src/graphing.c:3606 ../src/graphing.c:3617 ../src/graphing.c:3628
4441msgid "Graph limits not given as numbers"
4442msgstr ""
4443
4444#: ../src/graphing.c:3458
4445msgid "Graph limits not given as a 2-vector"
4446msgstr ""
4447
4448#: ../src/graphing.c:3567
4449msgid "Graph limits not given as a 6-vector"
4450msgstr ""
4451
4452#: ../src/graphing.c:3701 ../src/graphing.c:3719 ../src/graphing.c:3733
4453msgid "Ticks must be between 2 and 200"
4454msgstr ""
4455
4456#: ../src/graphing.c:3710 ../src/graphing.c:3724
4457msgid "Ticks not given as numbers"
4458msgstr ""
4459
4460#: ../src/graphing.c:3738
4461msgid "Ticks not given as a number or a 2-vector"
4462msgstr ""
4463
4464#: ../src/graphing.c:5397
4465#, c-format
4466msgid ""
4467"Type in function name or expression involving the %s and %s variables (or "
4468"the %s variable which will be %s=%s+i%s) that gives the slope at the point "
4469"(%s,%s)."
4470msgstr ""
4471
4472#: ../src/graphing.c:5422 ../src/graphing.c:5429 ../src/graphing.c:5593
4473#: ../src/graphing.c:5600
4474#, c-format
4475msgid "%s from:"
4476msgstr "%s от:"
4477
4478#: ../src/graphing.c:5436 ../src/graphing.c:5443
4479#, c-format
4480msgid "%s increment:"
4481msgstr ""
4482
4483#: ../src/graphing.c:5450
4484#, c-format
4485msgid "%s interval length:"
4486msgstr ""
4487
4488#: ../src/graphing.c:5457
4489#, c-format
4490msgid "Point %s:"
4491msgstr ""
4492
4493#: ../src/graphing.c:5470
4494#, c-format
4495msgid ""
4496"Type in function names or expressions involving the %s and %s variables (or "
4497"the %s variable which will be %s=%s+i%s) that give the d%s/d%s and d%s/d%s "
4498"of the autonomous system to be plotted at the point (%s,%s)."
4499msgstr ""
4500
4501#: ../src/graphing.c:5506
4502#, c-format
4503msgid ""
4504"Type in function names or expressions involving the %s variable in the boxes "
4505"below to graph them"
4506msgstr ""
4507"Укажите в полях внизу имена функций или выражения с переменной %s для "
4508"построения их графиков"
4509
4510#: ../src/graphing.c:5523
4511#, c-format
4512msgid ""
4513"Type in function names or expressions involving the %s variable in the boxes "
4514"below to graph them.  Either fill in both boxes with %s= and %s= in front of "
4515"them giving the %s and %s coordinates separately, or alternatively fill in "
4516"the %s= box giving %s and %s as the real and imaginary part of a complex "
4517"number."
4518msgstr ""
4519
4520#: ../src/graphing.c:5564
4521#, c-format
4522msgid "Parameter %s from:"
4523msgstr "Параметр %s от:"
4524
4525#: ../src/graphing.c:5578
4526#, c-format
4527msgid ""
4528"Type a function name or an expression involving the %s and %s variables (or "
4529"the %s variable which will be %s=%s+i%s) in the boxes below to graph them.  "
4530"Functions with one argument only will be passed a complex number."
4531msgstr ""
4532
4533#: ../src/graphing.c:5644 ../src/graphing.c:5761
4534msgid "Change variable names"
4535msgstr "Изменить имена переменных"
4536
4537#: ../src/graphing.c:5658 ../src/graphing.c:5775
4538msgid "Some values were illegal"
4539msgstr "Некоторые значения были неверны"
4540
4541#: ../src/graphing.c:5662 ../src/graphing.c:5779
4542msgid "independent variable (x):"
4543msgstr "независимая (x):"
4544
4545#: ../src/graphing.c:5672
4546msgid "dependent variable (y):"
4547msgstr "зависимая (y):"
4548
4549#: ../src/graphing.c:5682
4550msgid "complex variable (z = x+iy):"
4551msgstr "комплексная (z = x+iy):"
4552
4553#: ../src/graphing.c:5692
4554msgid "parameter variable (t):"
4555msgstr "параметрическая (t):"
4556
4557#: ../src/graphing.c:5789
4558msgid "independent variable (y):"
4559msgstr "независимая (y):"
4560
4561#: ../src/graphing.c:5799
4562msgid "independent complex variable (z = x+iy):"
4563msgstr "независимая комплексная (z = x+iy):"
4564
4565#: ../src/graphing.c:5968
4566msgid "_Functions / Expressions"
4567msgstr "_Функции / выражения"
4568
4569#. t range
4570#: ../src/graphing.c:6016
4571msgid "Parameter t from:"
4572msgstr "Параметр t от:"
4573
4574#: ../src/graphing.c:6020 ../src/graphing.c:6169 ../src/graphing.c:6182
4575#: ../src/graphing.c:6294 ../src/graphing.c:6306 ../src/graphing.c:6317
4576msgid "to:"
4577msgstr "до:"
4578
4579#: ../src/graphing.c:6024
4580msgid "by:"
4581msgstr "шаг:"
4582
4583#: ../src/graphing.c:6031
4584msgid "Pa_rametric"
4585msgstr "_Параметрический"
4586
4587#. # of ticks
4588#: ../src/graphing.c:6059 ../src/graphing.c:6112
4589msgid "Vertical ticks:"
4590msgstr "Вертикальные деления:"
4591
4592#. # of ticks
4593#: ../src/graphing.c:6063 ../src/graphing.c:6116
4594msgid "Horizontal ticks:"
4595msgstr "Горизонтальные деления:"
4596
4597#: ../src/graphing.c:6068
4598msgid "Sl_ope field"
4599msgstr ""
4600
4601#. Normalize the arrow length?
4602#: ../src/graphing.c:6103
4603msgid "_Normalize arrow length (do not show size)"
4604msgstr ""
4605
4606#: ../src/graphing.c:6121
4607msgid "_Vector field"
4608msgstr "_Векторное поле"
4609
4610#. draw legend?
4611#: ../src/graphing.c:6131 ../src/graphing.c:6263
4612msgid "_Draw legend"
4613msgstr "_Рисовать легенду"
4614
4615#. draw axis labels?
4616#: ../src/graphing.c:6140
4617msgid "Draw axis labels"
4618msgstr "Показывать метки осей"
4619
4620#. change varnames
4621#: ../src/graphing.c:6149 ../src/graphing.c:6273
4622msgid "Change variable names..."
4623msgstr "Изменить имена переменных..."
4624
4625#. plot window
4626#.
4627#. * Plot window frame
4628#.
4629#: ../src/graphing.c:6157 ../src/graphing.c:6282
4630msgid "Plot Window"
4631msgstr ""
4632
4633#.
4634#. * X range
4635#.
4636#: ../src/graphing.c:6166 ../src/graphing.c:6291
4637msgid "X from:"
4638msgstr "X от:"
4639
4640#.
4641#. * Y range
4642#.
4643#: ../src/graphing.c:6179 ../src/graphing.c:6303
4644msgid "Y from:"
4645msgstr "Y от:"
4646
4647#. fit dependent axis?
4648#: ../src/graphing.c:6190 ../src/graphing.c:6325
4649#, fuzzy
4650msgid "Fit dependent axis"
4651msgstr "У_местить зависимую ось"
4652
4653#: ../src/graphing.c:6234
4654msgid "Function / Expression"
4655msgstr "Функция / выражение"
4656
4657#.
4658#. * Z range
4659#.
4660#: ../src/graphing.c:6315
4661msgid "Dependent axis from:"
4662msgstr "Зависимая ось от:"
4663
4664#: ../src/graphing.c:6346
4665msgid "Function _line plot"
4666msgstr "_Линейный график функции"
4667
4668#: ../src/graphing.c:6350
4669msgid "_Surface plot"
4670msgstr "Г_рафик поверхности"
4671
4672#: ../src/graphing.c:6564 ../src/graphing.c:6750 ../src/graphing.c:6877
4673#: ../src/graphing.c:7006 ../src/graphing.c:7111
4674msgid "No functions to plot or no functions could be parsed"
4675msgstr ""
4676
4677#: ../src/graphing.c:6597 ../src/graphing.c:6603 ../src/graphing.c:6773
4678#: ../src/graphing.c:6779 ../src/graphing.c:6884 ../src/graphing.c:6907
4679#: ../src/graphing.c:6913 ../src/graphing.c:7029 ../src/graphing.c:7035
4680#: ../src/graphing.c:7134 ../src/graphing.c:7140
4681#, c-format
4682msgid "Invalid %s range"
4683msgstr "Недопустимый диапазон %s"
4684
4685#: ../src/graphing.c:6609
4686msgid "Invalid dependent range"
4687msgstr ""
4688
4689#: ../src/graphing.c:6871
4690#, c-format
4691msgid "Only specify %s and %s, or %s, not all at once."
4692msgstr "Укажите только %s и %s, или %s, а не все сразу."
4693
4694#: ../src/graphing.c:7238
4695msgid "Create Plot"
4696msgstr "Создать график"
4697
4698#: ../src/graphing.c:7278 ../src/graphing.c:7448 ../src/graphing.c:7479
4699#: ../src/graphing.c:7500 ../src/graphing.c:7540 ../src/graphing.c:7564
4700#: ../src/graphing.c:7676 ../src/graphing.c:7800 ../src/graphing.c:7937
4701#: ../src/graphing.c:8094 ../src/graphing.c:8241 ../src/graphing.c:8264
4702#: ../src/graphing.c:8861 ../src/graphing.c:9148 ../src/graphing.c:9367
4703#: ../src/graphing.c:9607 ../src/graphing.c:9935 ../src/graphing.c:10167
4704#: ../src/graphing.c:10256 ../src/graphing.c:10366 ../src/graphing.c:10397
4705#: ../src/graphing.c:10426 ../src/graphing.c:10452 ../src/graphing.c:10481
4706#: ../src/graphing.c:10574 ../src/graphing.c:10663 ../src/graphing.c:10688
4707#: ../src/graphing.c:10721 ../src/graphing.c:10769
4708#, c-format
4709msgid "%s: Plotting in progress, cannot call %s"
4710msgstr "%s: Идёт построение графика, нельзя вызвать %s"
4711
4712#: ../src/graphing.c:7286 ../src/graphing.c:7819
4713#, c-format
4714msgid "%s: argument not a function"
4715msgstr "%s: аргумент не является функцией"
4716
4717#: ../src/graphing.c:7296
4718#, c-format
4719msgid "%s: only one function supported"
4720msgstr "%s: поддерживается только одна функция"
4721
4722#: ../src/graphing.c:7319
4723msgid "Graph limits not given as a 4-vector or a 6-vector"
4724msgstr ""
4725
4726#: ../src/graphing.c:7375 ../src/graphing.c:7629 ../src/graphing.c:7746
4727#: ../src/graphing.c:7882 ../src/graphing.c:8031 ../src/graphing.c:8186
4728#: ../src/graphing.c:10036
4729#, c-format
4730msgid "%s: invalid X range"
4731msgstr "%s: недопустимый диапазон X"
4732
4733#: ../src/graphing.c:7380 ../src/graphing.c:7634 ../src/graphing.c:7751
4734#: ../src/graphing.c:7887 ../src/graphing.c:8036 ../src/graphing.c:8191
4735#: ../src/graphing.c:10041
4736#, c-format
4737msgid "%s: invalid Y range"
4738msgstr "%s: недопустимый диапазон Y"
4739
4740#: ../src/graphing.c:7385 ../src/graphing.c:10046
4741#, c-format
4742msgid "%s: invalid Z range"
4743msgstr "%s: недопустимый диапазон Z"
4744
4745#: ../src/graphing.c:7458
4746#, c-format
4747msgid "%s: dx must be positive"
4748msgstr "%s: значение dx должно быть положительным"
4749
4750#: ../src/graphing.c:7465 ../src/graphing.c:7484
4751#, c-format
4752msgid "%s: Slope field not active"
4753msgstr ""
4754
4755#: ../src/graphing.c:7511
4756#, c-format
4757msgid "%s: dt must be positive"
4758msgstr "%s: значение dt должно быть положительным"
4759
4760#: ../src/graphing.c:7517
4761#, c-format
4762msgid "%s: tlen must be positive"
4763msgstr ""
4764
4765#: ../src/graphing.c:7525 ../src/graphing.c:7546
4766#, c-format
4767msgid "%s: Vector field not active"
4768msgstr ""
4769
4770#: ../src/graphing.c:7571 ../src/graphing.c:8101
4771#, c-format
4772msgid "%s: First argument must be a function"
4773msgstr "%s: Первый аргумент должен быть функцией"
4774
4775#: ../src/graphing.c:7687 ../src/graphing.c:7945
4776#, c-format
4777msgid "%s: First two arguments must be functions"
4778msgstr "%s: Первые два аргумента должны быть функциями"
4779
4780#: ../src/graphing.c:7814
4781#, c-format
4782msgid "%s: only up to 10 functions supported"
4783msgstr "%s: поддерживается только до 10 функций"
4784
4785#: ../src/graphing.c:7840
4786msgid "Graph limits not given as a 2-vector or a 4-vector"
4787msgstr ""
4788
4789#: ../src/graphing.c:8041 ../src/graphing.c:8196
4790#, c-format
4791msgid "%s: invalid T range"
4792msgstr "%s: недопустимый диапазон T"
4793
4794#: ../src/graphing.c:8422
4795#, c-format
4796msgid ""
4797"%s: Not in line plot mode.  Perhaps run LinePlot or LinePlotClear first."
4798msgstr ""
4799
4800#: ../src/graphing.c:8543 ../src/graphing.c:8624
4801#, c-format
4802msgid ""
4803"%s: Points should be given as a real, n by 2 matrix with columns for x and "
4804"y, n>=%d, or as a complex valued n by 1 matrix"
4805msgstr ""
4806
4807#: ../src/graphing.c:8553
4808#, c-format
4809msgid ""
4810"%s: If points are given as an n by 2 matrix, then this matrix must be real"
4811msgstr ""
4812
4813#: ../src/graphing.c:8663 ../src/graphing.c:8726
4814#, c-format
4815msgid ""
4816"%s: Points should be given as a real, n by 3 matrix with columns for x, y "
4817"and z, n>=%d"
4818msgstr ""
4819
4820#: ../src/graphing.c:8778
4821#, c-format
4822msgid "%s: No color specified"
4823msgstr "%s: Не указан цвет"
4824
4825#: ../src/graphing.c:8783 ../src/graphing.c:8790
4826#, fuzzy, c-format
4827msgid "%s: Cannot parse color '%s'"
4828msgstr "Не удалось открыть модуль «%s»!"
4829
4830#: ../src/graphing.c:8804
4831#, c-format
4832msgid ""
4833"%s: A vector giving color should be a 3-vector of real numbers between 0 and "
4834"1"
4835msgstr ""
4836
4837#: ../src/graphing.c:8820
4838#, c-format
4839msgid ""
4840"%s: Warning: Values for red, green, or blue out of range (0 to 1), I will "
4841"clip them to this interval"
4842msgstr ""
4843
4844#: ../src/graphing.c:8837
4845#, c-format
4846msgid ""
4847"%s: Color must be a string or a three-vector of rgb values (between 0 and 1)"
4848msgstr ""
4849
4850#: ../src/graphing.c:8880 ../src/graphing.c:9167 ../src/graphing.c:9388
4851#: ../src/graphing.c:9628
4852#, c-format
4853msgid "%s: Wrong number of arguments"
4854msgstr "%s: Неправильное количество аргументов"
4855
4856#: ../src/graphing.c:8950 ../src/graphing.c:9221 ../src/graphing.c:9454
4857#: ../src/graphing.c:9688
4858#, c-format
4859msgid "%s: No thickness specified"
4860msgstr "%s: Не указана толщина"
4861
4862#: ../src/graphing.c:8973 ../src/graphing.c:9244 ../src/graphing.c:9479
4863#: ../src/graphing.c:9713
4864#, c-format
4865msgid "%s: No window specified"
4866msgstr "%s: Не указано окно"
4867
4868#: ../src/graphing.c:9021 ../src/graphing.c:9046
4869#, c-format
4870msgid "%s: arrow style should be \"origin\", \"end\", \"both\", or \"none\""
4871msgstr ""
4872
4873#: ../src/graphing.c:9056 ../src/graphing.c:9288 ../src/graphing.c:9531
4874#: ../src/graphing.c:9765
4875#, c-format
4876msgid "%s: No legend specified"
4877msgstr "%s: Не указана легенда"
4878
4879#: ../src/graphing.c:9070 ../src/graphing.c:9302 ../src/graphing.c:9546
4880#: ../src/graphing.c:9780
4881#, c-format
4882msgid "%s: Legend must be a string"
4883msgstr "%s: Легенда должна быть строкой"
4884
4885#: ../src/graphing.c:9081
4886#, fuzzy, c-format
4887msgid "%s: Unknown style: %s"
4888msgstr "%s: Неизвестный стиль"
4889
4890#: ../src/graphing.c:9090 ../src/graphing.c:9318 ../src/graphing.c:9564
4891#: ../src/graphing.c:9798
4892#, c-format
4893msgid "%s: Bad parameter"
4894msgstr "%s: Неправильный параметр"
4895
4896#: ../src/graphing.c:9311 ../src/graphing.c:9556 ../src/graphing.c:9790
4897#, c-format
4898msgid "%s: Unknown style"
4899msgstr "%s: Неизвестный стиль"
4900
4901#: ../src/graphing.c:9852 ../src/graphing.c:9915
4902#, c-format
4903msgid ""
4904"%s: Surface should be given as a real, n by 3 matrix with columns for x, y, "
4905"z, where n>=3"
4906msgstr ""
4907
4908#: ../src/graphing.c:9943
4909#, fuzzy, c-format
4910msgid "%s: argument not a matrix of data"
4911msgstr "%s: аргумент № %d не является матрицей"
4912
4913#: ../src/graphing.c:10127
4914#, c-format
4915msgid "%s: Surface grid data should be given as a real matrix "
4916msgstr ""
4917
4918#: ../src/graphing.c:10173
4919#, fuzzy, c-format
4920msgid "%s: first argument not a matrix of data"
4921msgstr "%s: аргумент № %d не является матрицей"
4922
4923#: ../src/graphing.c:10180
4924#, fuzzy, c-format
4925msgid "%s: second argument not a 4 or 6 element vector of limits"
4926msgstr "%s: аргументы не являются горизонтальными векторами"
4927
4928#: ../src/graphing.c:10197
4929#, fuzzy, c-format
4930msgid "%s: too many arguments or last argument not a string label"
4931msgstr "%s: слишком много аргументов; должно быть не больше %d"
4932
4933#: ../src/graphing.c:10263
4934#, fuzzy, c-format
4935msgid "%s: first argument not a nonempty string"
4936msgstr "%s: аргумент № %d не является строкой"
4937
4938#: ../src/graphing.c:10271
4939#, c-format
4940msgid "%s: type not specified and filename has no extension"
4941msgstr ""
4942
4943#: ../src/graphing.c:10280
4944#, fuzzy, c-format
4945msgid "%s: second argument not a nonempty string"
4946msgstr "%s: аргумент № %d не является строкой"
4947
4948#: ../src/graphing.c:10292
4949#, c-format
4950msgid "%s: plot canvas not active, cannot export"
4951msgstr ""
4952
4953#: ../src/graphing.c:10301 ../src/graphing.c:10315 ../src/graphing.c:10338
4954#, fuzzy, c-format
4955msgid "%s: export failed"
4956msgstr "Не удалось выполнить экспорт"
4957
4958#: ../src/graphing.c:10351
4959#, c-format
4960msgid "%s: unknown file type, can be \"png\", \"eps\", or \"ps\"."
4961msgstr ""
4962
4963#: ../src/graphing.c:10488
4964msgid "Variable names not given in a 4-vector"
4965msgstr ""
4966
4967#: ../src/graphing.c:10498 ../src/graphing.c:10507 ../src/graphing.c:10516
4968#: ../src/graphing.c:10525 ../src/graphing.c:10591 ../src/graphing.c:10600
4969#: ../src/graphing.c:10609
4970msgid "Variable names should be strings"
4971msgstr "Имена переменных должны быть строками"
4972
4973#: ../src/graphing.c:10532 ../src/graphing.c:10615
4974msgid "Variable names must be valid identifiers"
4975msgstr ""
4976
4977#: ../src/graphing.c:10541 ../src/graphing.c:10621
4978msgid "Variable names must be mutually distinct"
4979msgstr ""
4980
4981#: ../src/graphing.c:10581
4982msgid "Variable names not given in a 3-vector"
4983msgstr ""
4984
4985#: ../src/graphing.c:10804
4986msgid "Plotting"
4987msgstr "Построение графиков"
4988
4989#. internal
4990#: ../src/graphing.c:10806
4991msgid ""
4992"Plot a function with a line.  First come the functions (up to 10) then "
4993"optionally limits as x1,x2,y1,y2"
4994msgstr ""
4995"Рисует линейный график функции. Сначала укажите функции (до 10), затем "
4996"(необязательно) пределы: x1,x2,y1,y2"
4997
4998#: ../src/graphing.c:10807
4999msgid ""
5000"Plot a parametric function with a line.  First come the functions for x and "
5001"y then optionally the t limits as t1,t2,tinc, then optionally the limits as "
5002"x1,x2,y1,y2"
5003msgstr ""
5004
5005#: ../src/graphing.c:10808
5006msgid ""
5007"Plot a parametric complex valued function with a line.  First comes the "
5008"function that returns x+iy then optionally the t limits as t1,t2,tinc, then "
5009"optionally the limits as x1,x2,y1,y2"
5010msgstr ""
5011
5012#: ../src/graphing.c:10810
5013msgid ""
5014"Draw a slope field.  First comes the function dy/dx in terms of x and y (or "
5015"a complex z) then optionally the limits as x1,x2,y1,y2"
5016msgstr ""
5017
5018#: ../src/graphing.c:10811
5019msgid ""
5020"Draw a vector field.  First come the functions dx/dt and dy/dt in terms of x "
5021"and y then optionally the limits as x1,x2,y1,y2"
5022msgstr ""
5023
5024#: ../src/graphing.c:10813
5025msgid ""
5026"Draw a solution for a slope field starting at x,y and using dx as increment"
5027msgstr ""
5028
5029#: ../src/graphing.c:10814
5030msgid "Clear all the slopefield solutions"
5031msgstr ""
5032
5033#: ../src/graphing.c:10816
5034msgid ""
5035"Draw a solution for a vector field starting at x,y, using dt as increment "
5036"for tlen units"
5037msgstr ""
5038
5039#: ../src/graphing.c:10817
5040msgid "Clear all the vectorfield solutions"
5041msgstr ""
5042
5043#: ../src/graphing.c:10820
5044msgid ""
5045"Plot a surface function which takes either two arguments or a complex "
5046"number.  First comes the function then optionally limits as x1,x2,y1,y2,z1,z2"
5047msgstr ""
5048
5049#: ../src/graphing.c:10822
5050msgid "Show the surface (3d) plot window and clear out functions"
5051msgstr ""
5052
5053#: ../src/graphing.c:10824
5054msgid ""
5055"Plot surface data given as n by 3 matrix (n>=3) of data with each row being "
5056"x,y,z.  Optionally can pass a label string and limits.  If no limits passed, "
5057"limits computed from data."
5058msgstr ""
5059
5060#: ../src/graphing.c:10825
5061msgid ""
5062"Plot surface data given as a matrix (where rows are the x coordinate and "
5063"columns are the y coordinate), the limits are given as [x1,x2,y1,y2] or "
5064"optionally [x1,x2,y1,y2,z1,z2], and optionally a string for the label."
5065msgstr ""
5066
5067#: ../src/graphing.c:10826
5068#, fuzzy
5069msgid ""
5070"Draw a line from x1,y1,z1 to x2,y2,z2 on the surface (3d) plot.  x1,y1,z1,x2,"
5071"y2,z2 can be replaced by a n by 3 matrix for a longer line"
5072msgstr ""
5073"Рисует линию из x1,y1 в x2,y2.  Для более длинной линии вместо x1,y1,x2,y2 "
5074"можно указать матрицу размерностью n x 2"
5075
5076#: ../src/graphing.c:10827
5077#, fuzzy
5078msgid ""
5079"Draw a point at x,y,z on the surface (3d) plot.  x,y,z can be replaced by a "
5080"n by 3 matrix for more points."
5081msgstr ""
5082"Рисует линию из x1,y1 в x2,y2.  Для более длинной линии вместо x1,y1,x2,y2 "
5083"можно указать матрицу размерностью n x 2"
5084
5085#: ../src/graphing.c:10829
5086msgid "Show the line plot window and clear out functions"
5087msgstr ""
5088
5089#: ../src/graphing.c:10830
5090#, fuzzy
5091msgid ""
5092"Draw a line from x1,y1 to x2,y2.  x1,y1,x2,y2 can be replaced by a n by 2 "
5093"matrix for a longer line."
5094msgstr ""
5095"Рисует линию из x1,y1 в x2,y2.  Для более длинной линии вместо x1,y1,x2,y2 "
5096"можно указать матрицу размерностью n x 2"
5097
5098#: ../src/graphing.c:10831
5099#, fuzzy
5100msgid ""
5101"Draw a point at x,y.  x,y can be replaced by a n by 2 matrix for more points."
5102msgstr ""
5103"Рисует линию из x1,y1 в x2,y2.  Для более длинной линии вместо x1,y1,x2,y2 "
5104"можно указать матрицу размерностью n x 2"
5105
5106#: ../src/graphing.c:10833
5107msgid "Freeze the plot canvas, that is, inhibit drawing"
5108msgstr ""
5109
5110#: ../src/graphing.c:10834
5111msgid "Thaw the plot canvas and redraw the plot immediately"
5112msgstr ""
5113
5114#: ../src/graphing.c:10835
5115msgid "Raise the plot window, and create the window if necessary"
5116msgstr ""
5117
5118#: ../src/graphing.c:10837
5119msgid "Wait for a click on the line plot window, return the location."
5120msgstr ""
5121
5122#: ../src/graphing.c:10838
5123msgid "Return current mouse location on the line plot window."
5124msgstr ""
5125
5126#: ../src/graphing.c:10840
5127msgid ""
5128"Export the current contents of the plot canvas to a file.  The file type is "
5129"given by the string type, which can be \"png\", \"eps\", or \"ps\"."
5130msgstr ""
5131
5132#: ../src/graphing.c:10842
5133msgid "Number of slopefield ticks as a vector [vertical,horizontal]."
5134msgstr ""
5135
5136#: ../src/graphing.c:10843
5137msgid "Number of vectorfield ticks as a vector [vertical,horizontal]."
5138msgstr ""
5139
5140#: ../src/graphing.c:10844
5141msgid ""
5142"Default names used by all 2D plot functions.  Should be a 4 vector of "
5143"strings or identifiers [x,y,z,t]."
5144msgstr ""
5145
5146#: ../src/graphing.c:10845
5147msgid ""
5148"Default names used by surface plot functions.  Should be a 3 vector of "
5149"strings or identifiers [x,y,z] (where z=x+iy and not the dependent axis)."
5150msgstr ""
5151
5152#: ../src/graphing.c:10847
5153msgid ""
5154"Normalize vectorfields if true.  That is, only show direction and not "
5155"magnitude."
5156msgstr ""
5157
5158#: ../src/graphing.c:10848
5159msgid "If to draw legends or not on line plots."
5160msgstr "Рисовать или нет легенду на линейных графиках."
5161
5162#: ../src/graphing.c:10849
5163#, fuzzy
5164msgid "If to draw axis labels on line plots."
5165msgstr "Рисовать или нет легенду на линейных графиках."
5166
5167#: ../src/graphing.c:10851
5168#, fuzzy
5169msgid "If to draw legends or not on surface plots."
5170msgstr "Рисовать или нет легенду на линейных графиках."
5171
5172#: ../src/graphing.c:10853
5173msgid "Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]"
5174msgstr ""
5175
5176#: ../src/graphing.c:10854
5177msgid ""
5178"Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,"
5179"z2]"
5180msgstr ""
5181
5182#: ../src/matop.c:690
5183msgid "Determinant of a non-square matrix is undefined"
5184msgstr ""
5185
5186#: ../src/matrixw.c:622 ../src/matrixw.c:700
5187msgid "Trying to increment a nonvalue"
5188msgstr ""
5189
5190#: ../src/mpwrap.c:520
5191msgid "Integer exponent too large to compute"
5192msgstr ""
5193
5194#: ../src/mpwrap.c:1488
5195msgid "Can't do modulo of floats or rationals!"
5196msgstr ""
5197
5198#: ../src/mpwrap.c:1502
5199msgid "Can't do GCD of floats or rationals!"
5200msgstr ""
5201
5202#: ../src/mpwrap.c:1529
5203msgid "Can't modulo invert non integers!"
5204msgstr ""
5205
5206#: ../src/mpwrap.c:1550
5207msgid "Can't get Jacobi symbols of floats or rationals!"
5208msgstr ""
5209
5210#: ../src/mpwrap.c:1569
5211msgid "Can't get Legendre symbols of floats or rationals!"
5212msgstr ""
5213
5214#: ../src/mpwrap.c:1588
5215msgid ""
5216"Can't get Jacobi symbol with Kronecker extension of floats or rationals!"
5217msgstr ""
5218
5219#: ../src/mpwrap.c:1597
5220msgid "Lucas must get an integer argument!"
5221msgstr ""
5222
5223#: ../src/mpwrap.c:1603
5224msgid "Number too large to compute Lucas number!"
5225msgstr ""
5226
5227#: ../src/mpwrap.c:1608
5228msgid "No such thing as negative Lucas numbers!"
5229msgstr "Отрицательных чисел Лукаса не существует!"
5230
5231#: ../src/mpwrap.c:1623
5232msgid "Cannot get next prime after non-integer!"
5233msgstr ""
5234
5235#: ../src/mpwrap.c:1643 ../src/mpwrap.c:1656 ../src/mpwrap.c:1669
5236#: ../src/mpwrap.c:1682
5237#, c-format
5238msgid "%s: can't work on non-integers!"
5239msgstr "%s: не может работать с нецелыми числами!"
5240
5241#: ../src/mpwrap.c:1725 ../src/mpwrap.c:1765
5242msgid "Can't do factorials of rationals or floats!"
5243msgstr ""
5244
5245#: ../src/mpwrap.c:1731 ../src/mpwrap.c:1771
5246msgid "Number too large to compute factorial!"
5247msgstr "Число слишком велико для вычисления факториала!"
5248
5249#: ../src/mpwrap.c:1736 ../src/mpwrap.c:1776
5250msgid "Can't do factorials of negative numbers!"
5251msgstr "Нельзя вычислить факториал отрицательного числа!"
5252
5253#: ../src/mpwrap.c:1787
5254msgid "Can't do binomials of rationals or floats!"
5255msgstr ""
5256
5257#: ../src/mpwrap.c:2128 ../src/mpwrap.c:2198 ../src/mpwrap.c:4337
5258#: ../src/mpwrap.c:4358
5259#, c-format
5260msgid "%s: Bad types for mod power"
5261msgstr ""
5262
5263#: ../src/mpwrap.c:2166
5264#, c-format
5265msgid "Can't invert %s modulo %s in %s"
5266msgstr ""
5267
5268#: ../src/mpwrap.c:2488
5269msgid "Can't make random integer from a non-integer"
5270msgstr ""
5271
5272#: ../src/mpwrap.c:2493
5273msgid "Range for random integer must be positive"
5274msgstr ""
5275
5276#: ../src/mpwrap.c:2679 ../src/mpwrap.c:2707
5277msgid "Can't get numerator of floating types"
5278msgstr ""
5279
5280#: ../src/mpwrap.c:3531 ../src/mpwrap.c:5050 ../src/mpwrap.c:5072
5281msgid "Can't compare complex numbers"
5282msgstr "Не удалось сравнить комплексные числа"
5283
5284#: ../src/mpwrap.c:4013
5285msgid "Can't modulo complex numbers"
5286msgstr ""
5287
5288#: ../src/mpwrap.c:4036
5289#, c-format
5290msgid "Inverse of %s modulo %s not found!"
5291msgstr ""
5292
5293#: ../src/mpwrap.c:4045
5294msgid "Can't do modulo invert on complex numbers"
5295msgstr ""
5296
5297#: ../src/mpwrap.c:4062
5298msgid "Can't GCD complex numbers"
5299msgstr ""
5300
5301#: ../src/mpwrap.c:4091
5302msgid "Can't LCM complex numbers"
5303msgstr ""
5304
5305#: ../src/mpwrap.c:4108
5306msgid "Can't get Jacobi symbols of complex numbers"
5307msgstr "Нельзя вычислить символ Якоби для комплексных чисел"
5308
5309#: ../src/mpwrap.c:4124
5310#, fuzzy
5311msgid "Can't get Legendre symbols of complex numbers"
5312msgstr "Нельзя вычислить символ Якоби для комплексных чисел"
5313
5314#: ../src/mpwrap.c:4140
5315msgid "Can't get Jacobi symbol with Kronecker extension for complex numbers"
5316msgstr "Нельзя вычислить символ Якоби—Кронекера для комплексных чисел"
5317
5318#: ../src/mpwrap.c:4156
5319msgid "Can't get Lucas number for complex numbers"
5320msgstr "Нельзя вычислить число Лукаса для комплексных чисел"
5321
5322#: ../src/mpwrap.c:4172
5323msgid "Can't get next prime for complex numbers"
5324msgstr ""
5325
5326#: ../src/mpwrap.c:4182 ../src/mpwrap.c:4194 ../src/mpwrap.c:4206
5327#: ../src/mpwrap.c:4218
5328#, c-format
5329msgid "%s: can't work on complex numbers"
5330msgstr "%s: не работает с комплексными числами"
5331
5332#: ../src/mpwrap.c:4447 ../src/mpwrap.c:4525 ../src/mpwrap.c:4590
5333#, c-format
5334msgid "%s: can't take logarithm of 0"
5335msgstr "%s: нельзя вычислить логарифм 0"
5336
5337#: ../src/mpwrap.c:4919
5338msgid "arctan2 not defined for complex numbers"
5339msgstr "Функция arctan2 не определена для комплексных чисел"
5340
5341#: ../src/mpwrap.c:4967
5342msgid "Can't make random integer out of a complex number"
5343msgstr ""
5344
5345#: ../src/mpwrap.c:5129 ../src/mpwrap.c:5146
5346msgid "Can't make factorials of complex numbers"
5347msgstr ""
5348
5349#: ../src/mpwrap.c:5163
5350msgid "Can't make binomials of complex numbers"
5351msgstr ""
5352
5353#: ../src/mpwrap.c:5542 ../src/mpwrap.c:5553 ../src/mpwrap.c:5564
5354msgid "Can't determine type of a complex number"
5355msgstr ""
5356
5357#: ../src/mpwrap.c:5658 ../src/mpwrap.c:5681
5358msgid "Can't convert complex number into integer"
5359msgstr "Невозможно преобразовать комплексное число в целое"
5360
5361#: ../src/mpwrap.c:5664 ../src/mpwrap.c:5687
5362msgid "Can't convert real number to integer"
5363msgstr "Невозможно преобразовать действительное число в целое"
5364
5365#: ../src/mpwrap.c:5668 ../src/mpwrap.c:5691
5366msgid "Integer too large for this operation"
5367msgstr "Целое число слишком велико для этой операции"
5368
5369#: ../src/mpwrap.c:5704
5370msgid "Can't convert complex number into a double"
5371msgstr ""
5372
5373#: ../src/mpwrap.c:5713
5374msgid "Can't convert real number to double"
5375msgstr ""
5376
5377#: ../src/mpwrap.c:5719 ../src/mpwrap.c:5734
5378msgid "Number too large for this operation"
5379msgstr "Число слишком велико для этой операции"
5380
5381#: ../src/parseutil.c:57
5382msgid "ERROR: local statement not the first statement in function definition"
5383msgstr ""
5384
5385#: ../src/plugin.c:155
5386msgid "Can't open plugin!"
5387msgstr "Не удалось открыть модуль!"
5388
5389#: ../src/plugin.c:171 ../src/plugin.c:179
5390msgid "Can't initialize plugin!"
5391msgstr "Не удалось инициализировать модуль!"
5392
5393#: ../src/symbolic.c:676
5394#, c-format
5395msgid "%s: '%s' not a function of one variable"
5396msgstr "%s: «%s» — не функция одной переменной"
5397
5398#: ../src/symbolic.c:709
5399#, c-format
5400msgid "%s: Cannot differentiate the '%s' function"
5401msgstr "%s: Не удалось дифференцировать функцию «%s»"
5402
5403#: ../src/symbolic.c:794
5404msgid "Symbolic Operations"
5405msgstr "Символьные вычисления"
5406
5407#: ../src/symbolic.c:797
5408msgid ""
5409"Attempt to symbolically differentiate the function f, where f is a function "
5410"of one variable."
5411msgstr ""
5412
5413#: ../src/symbolic.c:800
5414msgid ""
5415"Attempt to symbolically differentiate the function f, where f is a function "
5416"of one variable, returns null if unsuccessful but is silent."
5417msgstr ""
5418
5419#: ../src/testplugin.c:13
5420msgid "This is the test-plugin function\n"
5421msgstr ""
5422
5423#: ../src/testplugin.c:24
5424msgid ""
5425"You have opened test plugin!\n"
5426"\n"
5427"Will evaluate 2+2 as a demonstration\n"
5428"2+2 = "
5429msgstr ""
5430"Вы открыли тестовый модуль!\n"
5431"\n"
5432"В качестве демонстрации мы вычислим 2+2\n"
5433"2+2 = "
5434
5435#: ../src/testplugin.c:30
5436msgid ""
5437"For my next trick I will add a function named TestPluginFunction\n"
5438"\n"
5439msgstr ""
5440
5441#: ../src/testplugin.c:41
5442msgid ""
5443"That's it, isn't this fun\n"
5444"\n"
5445msgstr ""
5446
5447#: ../src/util.c:93 ../src/util.c:112
5448msgid "Stack underflow!"
5449msgstr "Выход за нижнюю границу стека!"
5450
5451#: ../ve/ve-miscui.c:189
5452msgid "_No"
5453msgstr ""
5454
5455#: ../ve/ve-miscui.c:194
5456msgid "_Yes"
5457msgstr ""
5458
5459#~ msgid "String"
5460#~ msgstr "Строка"
5461
5462#~ msgid "Commands"
5463#~ msgstr "Команды"
5464
5465#~ msgid "Keywords"
5466#~ msgstr "Ключевые слова"
5467
5468#~ msgid "%s: Color must be a string"
5469#~ msgstr "%s: Цвет должен быть строкой"
5470