Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/ru.po
blob: 6ff144b6cbac92e53c62156193e49f4ba65090ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
# POT file for the Calculate activity
# Copyright (C) 2007
# This file is distributed under the same license as the Calculate package.
# Reinier Heeres <reinier@heeres.eu>, 2007
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-11-13 10:59+0100\n"
"PO-Revision-Date: 2007-11-27 09:13+0000\n"
"Last-Translator: Andrei Popov <ceesaxp@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 1.0.2\n"

#: activity/activity.info:2
msgid "Calculate"
msgstr "Сосчитать"

#: calculate.py:206
msgid "Available functions:"
msgstr "Доступные функции:"

#-----------------------------------------
# The help system uses topic msgid's that should be translated here.
#-----------------------------------------
#. These are the help topics and should explain how things work
#: eqnparserhelp.py:37
msgid "help_acos"
msgstr ""

#: eqnparserhelp.py:38
msgid "help_asin"
msgstr ""

#: eqnparserhelp.py:40
msgid "help_exp"
msgstr ""

#: eqnparserhelp.py:41
msgid "help_functions"
msgstr ""

#: eqnparserhelp.py:42
msgid "help_operators"
msgstr ""

#: eqnparserhelp.py:43
msgid "help_plot"
msgstr ""

#: eqnparserhelp.py:45
msgid "help_sqrt"
msgstr ""

#: eqnparserhelp.py:46
msgid "help_test"
msgstr ""

#: eqnparserhelp.py:47
msgid "help_variables"
msgstr ""

#: eqnparserhelp.py:58
msgid "help_usage"
msgstr ""

# Text assigned to the 'help' variable
#: eqnparser.py:234
msgid "help_var"
msgstr ""

#-----------------------------------------
# End of help topics
#-----------------------------------------

#: eqnparserhelp.py:52
msgid "Topics: "
msgstr ""

#: eqnparserhelp.py:72
#, python-format
#, fuzzy
msgid "No help about '%s' available, use help(index) for the index"
msgstr ""
"Не могу найти справочной информации для '%s'. Попробуйте воспользоваться "
"оглавлением или алфавитным индексом (Помощь/Индекс)"

#: eqnparser.py:87
msgid "Type error"
msgstr "Ошибка типа"

#: eqnparser.py:110
#, python-format
msgid "Error at %d"
msgstr "Ошибка в %d"

#: eqnparser.py:299
#, python-format
msgid "variable %s not defined"
msgstr "переменная %s неопределена"

#: eqnparser.py:335 eqnparser.py:336
#, python-format
msgid "Function '%s' not defined"
msgstr "Функция '%s' неопределена"

#: eqnparser.py:341
#, python-format
msgid "Invalid number of arguments (%d instead of %d)"
msgstr "Неверное количество аргументов функции (%d вместо %d)"

#: eqnparser.py:342
#, python-format
msgid "function takes %d args"
msgstr "функция требует %d аргументов"

#: eqnparser.py:352 eqnparser.py:353
#, python-format
msgid "Unable to parse argument %d: '%s'"
msgstr "Не могу применить аргумент %d: '%s'"

#: eqnparser.py:363
#, python-format
msgid "Function error: %s"
msgstr "Ошибка функции: %s"

#: eqnparser.py:358
#, python-format
msgid "Function '%s' returned %s"
msgstr "Функция '%s' вернула %s"

#: eqnparser.py:457
#, python-format
msgid "Variable '%s' undefined"
msgstr "Переменная '%s' неопределена"

#: eqnparser.py:494
#, fuzzy
msgid "Parse error (right parenthesis)"
msgstr "Ошибка чтения (нет закрывающей скобки)"

#: eqnparser.py:495 eqnparser.py:506 eqnparser.py:513 eqnparser.py:585
msgid "Right parenthesis unexpected"
msgstr "Лишняя закрывающая скобка"

#: eqnparser.py:505
msgid "Parse error (right parenthesis, no left_val)"
msgstr ""

#: eqnparser.py:505
msgid "Parse error (right parenthesis, no level to close)"
msgstr "Ошибка чтения (лишняя закрывающая скобка)"

#: eqnparser.py:519 eqnparser.py:520
msgid "Number not expected"
msgstr "Число не ожидалось"

#: eqnparser.py:571
msgid "Invalid operator"
msgstr "Неверный оператор"

#: eqnparser.py:565
msgid "Parse error: ')' expected"
msgstr "Ошибка чтения: ожидалась ')'"

#: eqnparser.py:591
#, fuzzy
msgid "_parse(): returning None"
msgstr "_parse(): возвращаю None"

#: layout.py:46
msgid "clear"
msgstr "очистить"

#: layout.py:55
msgid "enter"
msgstr "ввести"

#: layout.py:57
msgid "Edit"
msgstr "Редактировать"

#: layout.py:58
msgid "Algebra"
msgstr "Алгебра"

#: layout.py:59
msgid "Trigonometry"
msgstr "Тригонометрия"

#: layout.py:60
#, fuzzy
msgid "Boolean"
msgstr "Логика"

#: layout.py:61
msgid "Constants"
msgstr "Константы"

#: layout.py:62
msgid "Format"
msgstr "Формат"

#: layout.py:83
msgid "Label:"
msgstr "Метка:"

#: layout.py:115
#, fuzzy
msgid "All equations"
msgstr "Все уравнения"

#: layout.py:115
#, fuzzy
msgid "My equations"
msgstr "Мои уравнения"

#: layout.py:117
msgid "Show history"
msgstr "История"

#: layout.py:117
msgid "Show variables"
msgstr "Показать переменные"

#: mathlib.py:86
msgid "Error"
msgstr "Ошибка"

#: mathlib.py:92
msgid "Error: unsupported type"
msgstr "Ошибка: тип данных не поддерживается"

#: plotlib.py:134
msgid "Unable to parse range"
msgstr "Не могу определить интервал"

#: toolbars.py:57
msgid "Copy"
msgstr "Копировать"

#: toolbars.py:60
msgid "Paste"
msgstr "Вставить"

#: toolbars.py:63
msgid "Cut"
msgstr "Вырезать"

#: calculate.py:79
#, python-format
msgid "Equation.parse() string invalid (%s)"
msgstr ""

#: calculate.py:486
#, python-format
msgid "Writing to journal (%s)"
msgstr "Запись в журнал (%s)"

#: calculate.py:506
#, python-format
msgid "Reading from journal (%s)"
msgstr "Чтение из журнала (%s)"

#: calculate.py:512
msgid "Unable to determine version"
msgstr "Не могу определить версию"

#: calculate.py:517
#, python-format
msgid "Reading journal entry (version %s)"
msgstr "Чтение записи из журнала (версия %s)"

#: calculate.py:522
#, python-format
msgid "State line invalid (%s)"
msgstr ""

#: calculate.py:539
#, python-format
msgid "Unable to read journal entry, unknown version (%s)"
msgstr "Не могу прочитать запись из журнала, неизвестная версия (%"

#: calculate.py:767
msgid "button_pressed(): invalid type"
msgstr ""

#: eqnparser.py:54
#, python-format
#, fuzzy
msgid "level: %d, ofs %d"
msgstr "уровень: %d, отступ %d"

#: eqnparser.py:464
#, python-format
msgid "Variable '%s' not defined"
msgstr "Переменная '%s' не определена"

#: eqnparser.py:528
msgid "Operator not expected"
msgstr "Неверный оператор"

#: eqnparser.py:578
msgid "Operator expected"
msgstr "Оператор пропущен"

#: eqnparserhelp.py:39
msgid "help_cos"
msgstr ""

#: eqnparserhelp.py:44
msgid "help_sin"
msgstr ""

#: eqnparserhelp.py:61
msgid "Topics"
msgstr "Разделы"

#. The separator to mark thousands (default: ',')
#: mathlib.py:58
msgid "thousand_sep"
msgstr "."

#. The separator to mark fractions (default: '.')
#: mathlib.py:63
msgid "fraction_sep"
msgstr ","

#. The multiplication symbol (default: '*')
#: mathlib.py:68
msgid "mul_sym"
msgstr "*"

#. The division symbol (default: '/')
#: mathlib.py:73
msgid "div_sym"
msgstr "/"