Codebase list sugar-calculate-activity / a85c3ca
Adding language ko via Pootle Pootle Translation 16 years ago
1 changed file(s) with 526 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #, fuzzy
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2008-01-26 11:55-0500\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Generator: Translate Toolkit 1.0.1\n"
17
18 #: activity/activity.info:2
19 msgid "Calculate"
20 msgstr ""
21
22 #: calculate.py:80
23 #, python-format
24 msgid "Equation.parse() string invalid (%s)"
25 msgstr ""
26
27 #: calculate.py:210
28 msgid "Available functions:"
29 msgstr ""
30
31 #: calculate.py:504
32 #, python-format
33 msgid "Writing to journal (%s)"
34 msgstr ""
35
36 #: calculate.py:788
37 msgid "button_pressed(): invalid type"
38 msgstr ""
39
40 #: eqnparser.py:33
41 msgid "Parse error"
42 msgstr ""
43
44 #: eqnparser.py:58
45 #, python-format
46 msgid "level: %d, ofs %d"
47 msgstr ""
48
49 #: eqnparser.py:117
50 #, python-format
51 msgid "Error at %d"
52 msgstr ""
53
54 #: eqnparser.py:249 eqnparserhelp.py:128
55 msgid "Use help(test) for help about 'test', or help(index) for the index"
56 msgstr ""
57
58 #: eqnparser.py:353 eqnparser.py:354
59 #, python-format
60 msgid "Function '%s' not defined"
61 msgstr ""
62
63 #: eqnparser.py:359
64 #, python-format
65 msgid "Invalid number of arguments (%d instead of %d)"
66 msgstr ""
67
68 #: eqnparser.py:360
69 #, python-format
70 msgid "function takes %d args"
71 msgstr ""
72
73 #: eqnparser.py:370 eqnparser.py:371
74 #, python-format
75 msgid "Unable to parse argument %d: '%s'"
76 msgstr ""
77
78 #: eqnparser.py:380
79 #, python-format
80 msgid "Function error: %s"
81 msgstr ""
82
83 #: eqnparser.py:481
84 #, python-format
85 msgid "Variable '%s' not defined"
86 msgstr ""
87
88 #: eqnparser.py:504
89 msgid "Left parenthesis unexpected"
90 msgstr ""
91
92 #: eqnparser.py:516
93 msgid "Parse error (right parenthesis)"
94 msgstr ""
95
96 #: eqnparser.py:517 eqnparser.py:528 eqnparser.py:535 eqnparser.py:610
97 msgid "Right parenthesis unexpected"
98 msgstr ""
99
100 #: eqnparser.py:527
101 msgid "Parse error (right parenthesis, no left_val)"
102 msgstr ""
103
104 #: eqnparser.py:534
105 msgid "Parse error (right parenthesis, no level to close)"
106 msgstr ""
107
108 #: eqnparser.py:541 eqnparser.py:542
109 msgid "Number not expected"
110 msgstr ""
111
112 #: eqnparser.py:550
113 msgid "Operator not expected"
114 msgstr ""
115
116 #: eqnparser.py:566
117 msgid "Parse error: number or variable expected"
118 msgstr ""
119
120 #: eqnparser.py:567
121 msgid "Number or variable expected"
122 msgstr ""
123
124 #: eqnparser.py:596
125 msgid "Invalid operator"
126 msgstr ""
127
128 #: eqnparser.py:603
129 msgid "Operator expected"
130 msgstr ""
131
132 #: eqnparser.py:616
133 msgid "_parse(): returning None"
134 msgstr ""
135
136 #. TRANS: It is possible to translate commands. However, I would highly
137 #. recommend NOT doing so for mathematical functions like cos(). help(),
138 #. functions() etc should be translated.
139 #: eqnparserhelp.py:39
140 msgid "acos"
141 msgstr ""
142
143 #: eqnparserhelp.py:40
144 msgid ""
145 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
146 "is x. Defined for -1 <= x < 1"
147 msgstr ""
148
149 #: eqnparserhelp.py:43
150 msgid "and"
151 msgstr ""
152
153 #: eqnparserhelp.py:44
154 msgid ""
155 "and(x, y), logical and. Returns True if x and y are True, else returns False"
156 msgstr ""
157
158 #: eqnparserhelp.py:46
159 msgid "asin"
160 msgstr ""
161
162 #: eqnparserhelp.py:47
163 msgid ""
164 "asin(x), return the arc sine of x. This is the angle for which the sine is "
165 "x. Defined for -1 <= x <= 1"
166 msgstr ""
167
168 #: eqnparserhelp.py:50
169 msgid "atan"
170 msgstr ""
171
172 #: eqnparserhelp.py:51
173 msgid ""
174 "atan(x), return the arc tangent of x. This is the angle for which the "
175 "tangent is x. Defined for all x"
176 msgstr ""
177
178 #: eqnparserhelp.py:54
179 msgid "cos"
180 msgstr ""
181
182 #: eqnparserhelp.py:55
183 msgid ""
184 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
185 "at the angle x"
186 msgstr ""
187
188 #: eqnparserhelp.py:58
189 msgid "cosh"
190 msgstr ""
191
192 #: eqnparserhelp.py:59
193 msgid ""
194 "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
195 msgstr ""
196
197 #: eqnparserhelp.py:61
198 msgid "exp"
199 msgstr ""
200
201 #: eqnparserhelp.py:62
202 msgid "exp(x), return the natural exponent of x. Given by e^x"
203 msgstr ""
204
205 #: eqnparserhelp.py:64
206 msgid "fac"
207 msgstr ""
208
209 #: eqnparserhelp.py:65
210 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
211 msgstr ""
212
213 #. TRANS: This command is descriptive, so can be translated
214 #: eqnparserhelp.py:68
215 msgid "functions"
216 msgstr ""
217
218 #: eqnparserhelp.py:69
219 msgid "functions(), return a list of all the functions that are defined"
220 msgstr ""
221
222 #: eqnparserhelp.py:71
223 msgid "ln"
224 msgstr ""
225
226 #: eqnparserhelp.py:72
227 msgid ""
228 "ln(x), return the natural logarithm of x. This is the value for which the "
229 "exponent exp() equals x. Defined for x >= 0."
230 msgstr ""
231
232 #. TRANS: This command is descriptive, so can be translated
233 #: eqnparserhelp.py:76
234 msgid "operators"
235 msgstr ""
236
237 #: eqnparserhelp.py:77
238 msgid "operators(), return a list of the operators that are defined"
239 msgstr ""
240
241 #: eqnparserhelp.py:79
242 msgid "or"
243 msgstr ""
244
245 #: eqnparserhelp.py:80
246 msgid ""
247 "or(x, y), logical or. Returns True if x and/or y are True, else return False"
248 msgstr ""
249
250 #: eqnparserhelp.py:82
251 msgid "plot"
252 msgstr ""
253
254 #: eqnparserhelp.py:83
255 msgid ""
256 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
257 "range from a to b"
258 msgstr ""
259
260 #: eqnparserhelp.py:86
261 msgid "sin"
262 msgstr ""
263
264 #: eqnparserhelp.py:87
265 msgid ""
266 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
267 "the angle x"
268 msgstr ""
269
270 #: eqnparserhelp.py:90
271 msgid "sinh"
272 msgstr ""
273
274 #: eqnparserhelp.py:91
275 msgid ""
276 "sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
277 msgstr ""
278
279 #: eqnparserhelp.py:93
280 msgid "sqrt"
281 msgstr ""
282
283 #: eqnparserhelp.py:94
284 msgid ""
285 "sqrt(x), return the square root of x. This is the value for which the square "
286 "equals x. Defined for x >= 0."
287 msgstr ""
288
289 #: eqnparserhelp.py:97
290 msgid "square"
291 msgstr ""
292
293 #: eqnparserhelp.py:98
294 msgid "square(x), return the square of x. Given by x * x"
295 msgstr ""
296
297 #: eqnparserhelp.py:101
298 msgid "tan"
299 msgstr ""
300
301 #: eqnparserhelp.py:102
302 msgid ""
303 "tan(x), return the tangent of x. This is the slope of the line from the "
304 "origin of the unit circle to the point on the unit circle defined by the "
305 "angle x. Given by sin(x) / cos(x)"
306 msgstr ""
307
308 #: eqnparserhelp.py:106
309 msgid "tanh"
310 msgstr ""
311
312 #: eqnparserhelp.py:107
313 msgid "sinh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
314 msgstr ""
315
316 #: eqnparserhelp.py:109
317 msgid "test"
318 msgstr ""
319
320 #: eqnparserhelp.py:110
321 msgid "This is just a test topic, use help(index) for the index"
322 msgstr ""
323
324 #. TRANS: This command is descriptive, so can be translated
325 #: eqnparserhelp.py:113
326 msgid "variables"
327 msgstr ""
328
329 #: eqnparserhelp.py:114
330 msgid "variables(), return a list of the variables that are currently defined"
331 msgstr ""
332
333 #: eqnparserhelp.py:116
334 msgid "xor"
335 msgstr ""
336
337 #: eqnparserhelp.py:117
338 msgid ""
339 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
340 "y is True (and x is False), else returns False"
341 msgstr ""
342
343 #. TRANS: help(index), both 'index' and the translation will work
344 #: eqnparserhelp.py:131
345 msgid "index"
346 msgstr ""
347
348 #: eqnparserhelp.py:132
349 msgid "Topics"
350 msgstr ""
351
352 #: eqnparserhelp.py:143
353 #, python-format
354 msgid "No help about '%s' available, use help(index) for the index"
355 msgstr ""
356
357 #: layout.py:60
358 msgid "Edit"
359 msgstr ""
360
361 #: layout.py:61
362 msgid "Algebra"
363 msgstr ""
364
365 #: layout.py:62
366 msgid "Trigonometry"
367 msgstr ""
368
369 #: layout.py:63
370 msgid "Boolean"
371 msgstr ""
372
373 #: layout.py:64
374 msgid "Constants"
375 msgstr ""
376
377 #: layout.py:65
378 msgid "Format"
379 msgstr ""
380
381 #: layout.py:86
382 msgid "Label:"
383 msgstr ""
384
385 #: layout.py:118
386 msgid "All equations"
387 msgstr ""
388
389 #: layout.py:118
390 msgid "My equations"
391 msgstr ""
392
393 #: layout.py:120
394 msgid "Show history"
395 msgstr ""
396
397 #: layout.py:120
398 msgid "Show variables"
399 msgstr ""
400
401 #. TRANS: multiplication symbol (default: '*')
402 #: mathlib.py:74
403 msgid "mul_sym"
404 msgstr ""
405
406 #. TRANS: division symbol (default: '/')
407 #: mathlib.py:79
408 msgid "div_sym"
409 msgstr ""
410
411 #: mathlib.py:132
412 msgid "Undefined"
413 msgstr ""
414
415 #: mathlib.py:142
416 msgid "Error: unsupported type"
417 msgstr ""
418
419 #: toolbars.py:36
420 msgid "Help"
421 msgstr ""
422
423 #: toolbars.py:86
424 msgid "Copy"
425 msgstr ""
426
427 #: toolbars.py:89
428 msgid "Paste"
429 msgstr ""
430
431 #: toolbars.py:92
432 msgid "Cut"
433 msgstr ""
434
435 #: toolbars.py:99
436 msgid "Square"
437 msgstr ""
438
439 #: toolbars.py:103
440 msgid "Square root"
441 msgstr ""
442
443 #: toolbars.py:109
444 msgid "e to the power x"
445 msgstr ""
446
447 #: toolbars.py:117
448 msgid "Natural logarithm"
449 msgstr ""
450
451 #: toolbars.py:123
452 msgid "Factorial"
453 msgstr ""
454
455 #: toolbars.py:131
456 msgid "Sine"
457 msgstr ""
458
459 #: toolbars.py:135
460 msgid "Cosine"
461 msgstr ""
462
463 #: toolbars.py:139
464 msgid "Tangent"
465 msgstr ""
466
467 #: toolbars.py:145
468 msgid "Arc sine"
469 msgstr ""
470
471 #: toolbars.py:149
472 msgid "Arc cosine"
473 msgstr ""
474
475 #: toolbars.py:153
476 msgid "Arc tangent"
477 msgstr ""
478
479 #: toolbars.py:159
480 msgid "Hyperbolic sine"
481 msgstr ""
482
483 #: toolbars.py:163
484 msgid "Hyperbolic cosine"
485 msgstr ""
486
487 #: toolbars.py:167
488 msgid "Hyperbolic tangent"
489 msgstr ""
490
491 #: toolbars.py:175
492 msgid "Logical and"
493 msgstr ""
494
495 #: toolbars.py:179
496 msgid "Logical or"
497 msgstr ""
498
499 #: toolbars.py:189
500 msgid "Equals"
501 msgstr ""
502
503 #: toolbars.py:192
504 msgid "Not equals"
505 msgstr ""
506
507 #: toolbars.py:199
508 msgid "Pi"
509 msgstr ""
510
511 #: toolbars.py:202
512 msgid "e"
513 msgstr ""
514
515 #: toolbars.py:209
516 msgid "Degrees"
517 msgstr ""
518
519 #: toolbars.py:210
520 msgid "Radians"
521 msgstr ""
522
523 #: toolbars.py:113
524 msgid "x to the power y"
525 msgstr ""