Codebase list sugar-calculate-activity / 9690d59
Merge branch 'master' of git.sugarlabs.org:calculate/mainline Gary Martin 12 years ago
11 changed file(s) with 195 addition(s) and 3733 deletion(s). Raw diff Collapse all Expand all
+0
-753
po/ay.po less more
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 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 # POT file for the Calculate activity
9 # Copyright (C) 2007
10 # This file is distributed under the same license as the Calculate package.
11 # Reinier Heeres <reinier@heeres.eu>, 2007
12 #, fuzzy
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: PACKAGE VERSION\n"
16 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-14 05:07+0100\n"
18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
20 "Language-Team: LANGUAGE <LL@li.org>\n"
21 "Language: \n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "X-Generator: Translate Toolkit 1.0.1\n"
26
27 #: activity/activity.info:2
28 msgid "Calculate"
29 msgstr ""
30
31 #: functions.py:35
32 msgid "add"
33 msgstr ""
34
35 #: functions.py:36
36 msgid "abs"
37 msgstr ""
38
39 #: functions.py:37
40 msgid "acos"
41 msgstr ""
42
43 #: functions.py:38
44 msgid "acosh"
45 msgstr ""
46
47 #: functions.py:39
48 msgid "asin"
49 msgstr ""
50
51 #: functions.py:40
52 msgid "asinh"
53 msgstr ""
54
55 #: functions.py:41
56 msgid "atan"
57 msgstr ""
58
59 #: functions.py:42
60 msgid "atanh"
61 msgstr ""
62
63 #: functions.py:43
64 msgid "and"
65 msgstr ""
66
67 #: functions.py:44
68 msgid "b10bin"
69 msgstr ""
70
71 #: functions.py:45
72 msgid "ceil"
73 msgstr ""
74
75 #: functions.py:46
76 msgid "cos"
77 msgstr ""
78
79 #: functions.py:47
80 msgid "cosh"
81 msgstr ""
82
83 #: functions.py:48
84 msgid "div"
85 msgstr ""
86
87 #: functions.py:49
88 msgid "gcd"
89 msgstr ""
90
91 #: functions.py:50
92 msgid "exp"
93 msgstr ""
94
95 #: functions.py:51
96 msgid "factorial"
97 msgstr ""
98
99 #: functions.py:52
100 msgid "fac"
101 msgstr ""
102
103 #: functions.py:53
104 msgid "factorize"
105 msgstr ""
106
107 #: functions.py:54
108 msgid "floor"
109 msgstr ""
110
111 #: functions.py:55
112 msgid "inv"
113 msgstr ""
114
115 #: functions.py:56
116 msgid "is_int"
117 msgstr ""
118
119 #: functions.py:57
120 msgid "ln"
121 msgstr ""
122
123 #: functions.py:58
124 msgid "log10"
125 msgstr ""
126
127 #: functions.py:59
128 msgid "mul"
129 msgstr ""
130
131 #: functions.py:60
132 msgid "or"
133 msgstr ""
134
135 #: functions.py:61
136 msgid "rand_float"
137 msgstr ""
138
139 #: functions.py:62
140 msgid "rand_int"
141 msgstr ""
142
143 #: functions.py:63
144 msgid "round"
145 msgstr ""
146
147 #: functions.py:64
148 msgid "sin"
149 msgstr ""
150
151 #: functions.py:65
152 msgid "sinh"
153 msgstr ""
154
155 #: functions.py:66
156 msgid "sinc"
157 msgstr ""
158
159 #: functions.py:67
160 msgid "sqrt"
161 msgstr ""
162
163 #: functions.py:68
164 msgid "sub"
165 msgstr ""
166
167 #: functions.py:69
168 msgid "square"
169 msgstr ""
170
171 #: functions.py:70
172 msgid "tan"
173 msgstr ""
174
175 #: functions.py:71
176 msgid "tanh"
177 msgstr ""
178
179 #: functions.py:72
180 msgid "xor"
181 msgstr ""
182
183 #: functions.py:112
184 msgid "abs(x), return absolute value of x, which means -x for x < 0"
185 msgstr ""
186
187 #: functions.py:117
188 msgid ""
189 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
190 "is x. Defined for -1 <= x < 1"
191 msgstr ""
192
193 #: functions.py:123
194 msgid ""
195 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
196 "which the hyperbolic cosine equals x."
197 msgstr ""
198
199 #: functions.py:129
200 msgid ""
201 "And(x, y), logical and. Returns True if x and y are True, else returns False"
202 msgstr ""
203
204 #: functions.py:136
205 msgid "add(x, y), return x + y"
206 msgstr ""
207
208 #: functions.py:141
209 msgid ""
210 "asin(x), return the arc sine of x. This is the angle for which the sine is "
211 "x. Defined for -1 <= x <= 1"
212 msgstr ""
213
214 #: functions.py:147
215 msgid ""
216 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
217 "the hyperbolic sine equals x."
218 msgstr ""
219
220 #: functions.py:153
221 msgid ""
222 "atan(x), return the arc tangent of x. This is the angle for which the "
223 "tangent is x. Defined for all x"
224 msgstr ""
225
226 #: functions.py:159
227 msgid ""
228 "atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
229 "which the hyperbolic tangent equals x."
230 msgstr ""
231
232 #: functions.py:171
233 msgid "Number does not look binary in base 10"
234 msgstr ""
235
236 #: functions.py:178
237 msgid ""
238 "b10bin(x), interpret a number written in base 10 as binary, e.g.: b10bin"
239 "(10111) = 23,"
240 msgstr ""
241
242 #: functions.py:183
243 msgid "ceil(x), return the smallest integer larger than x."
244 msgstr ""
245
246 #: functions.py:188
247 msgid ""
248 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
249 "at the angle x"
250 msgstr ""
251
252 #: functions.py:194
253 msgid ""
254 "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
255 msgstr ""
256
257 #: functions.py:198
258 msgid "Can not divide by zero"
259 msgstr ""
260
261 #: functions.py:219
262 msgid "Invalid argument"
263 msgstr ""
264
265 #: functions.py:222
266 msgid ""
267 "gcd(a, b), determine the greatest common denominator of a and b. For "
268 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
269 msgstr ""
270
271 #: functions.py:227
272 msgid "exp(x), return the natural exponent of x. Given by e^x"
273 msgstr ""
274
275 #: functions.py:231
276 msgid "Factorial only defined for integers"
277 msgstr ""
278
279 #: functions.py:244
280 msgid ""
281 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
282 msgstr ""
283
284 #: functions.py:250
285 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
286 msgstr ""
287
288 #: functions.py:283
289 msgid "floor(x), return the largest integer smaller than x."
290 msgstr ""
291
292 #: functions.py:287
293 msgid "inv(x), return the inverse of x, which is 1 / x"
294 msgstr ""
295
296 #: functions.py:309
297 #: functions.py:318
298 msgid "Logarithm(x) only defined for x > 0"
299 msgstr ""
300
301 #: functions.py:311
302 msgid ""
303 "ln(x), return the natural logarithm of x. This is the value for which the "
304 "exponent exp() equals x. Defined for x >= 0."
305 msgstr ""
306
307 #: functions.py:320
308 msgid ""
309 "log10(x), return the base 10 logarithm of x. This is the value y for which "
310 "10^y equals x. Defined for x >= 0."
311 msgstr ""
312
313 #: functions.py:327
314 msgid "Can only calculate x modulo <integer>"
315 msgstr ""
316
317 #: functions.py:329
318 msgid ""
319 "mod(x, y), return the modulus of x with respect to y. This is the remainder "
320 "after dividing x by y."
321 msgstr ""
322
323 #: functions.py:337
324 msgid "mul(x, y), return x * y"
325 msgstr ""
326
327 #: functions.py:341
328 msgid "negate(x), return -x"
329 msgstr ""
330
331 #: functions.py:346
332 msgid ""
333 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
334 msgstr ""
335
336 #: functions.py:361
337 msgid "pow(x, y), return x to the power y (x**y)"
338 msgstr ""
339
340 #: functions.py:366
341 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
342 msgstr ""
343
344 #: functions.py:371
345 msgid ""
346 "rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
347 "<maxval> is an optional argument and is set to 65535 by default."
348 msgstr ""
349
350 #: functions.py:376
351 msgid "round(x), return the integer nearest to x."
352 msgstr ""
353
354 #: functions.py:382
355 #: functions.py:390
356 msgid "Bitwise operations only apply to integers"
357 msgstr ""
358
359 #: functions.py:384
360 msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
361 msgstr ""
362
363 #: functions.py:392
364 msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
365 msgstr ""
366
367 #: functions.py:397
368 msgid ""
369 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
370 "the angle x"
371 msgstr ""
372
373 #: functions.py:403
374 msgid ""
375 "sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
376 msgstr ""
377
378 #: functions.py:410
379 msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
380 msgstr ""
381
382 #: functions.py:415
383 msgid ""
384 "sqrt(x), return the square root of x. This is the value for which the square "
385 "equals x. Defined for x >= 0."
386 msgstr ""
387
388 #: functions.py:420
389 msgid "square(x), return x * x"
390 msgstr ""
391
392 #: functions.py:427
393 msgid "sub(x, y), return x - y"
394 msgstr ""
395
396 #: functions.py:432
397 msgid ""
398 "tan(x), return the tangent of x. This is the slope of the line from the "
399 "origin of the unit circle to the point on the unit circle defined by the "
400 "angle x. Given by sin(x) / cos(x)"
401 msgstr ""
402
403 #: functions.py:439
404 msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
405 msgstr ""
406
407 #: functions.py:444
408 msgid ""
409 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
410 "y is True (and x is False), else returns False"
411 msgstr ""
412
413 #: layout.py:68
414 msgid "Clear"
415 msgstr ""
416
417 #: layout.py:77
418 msgid "Enter"
419 msgstr ""
420
421 #: layout.py:98
422 #: layout.py:138
423 msgid "Edit"
424 msgstr ""
425
426 #: layout.py:103
427 #: layout.py:139
428 msgid "Algebra"
429 msgstr ""
430
431 #: layout.py:108
432 #: layout.py:140
433 msgid "Trigonometry"
434 msgstr ""
435
436 #: layout.py:113
437 #: layout.py:141
438 msgid "Boolean"
439 msgstr ""
440
441 #: layout.py:118
442 #: layout.py:142
443 msgid "Miscellaneous"
444 msgstr ""
445
446 #: layout.py:163
447 msgid "Label:"
448 msgstr ""
449
450 #: layout.py:196
451 msgid "All equations"
452 msgstr ""
453
454 #: layout.py:196
455 msgid "My equations"
456 msgstr ""
457
458 #: layout.py:198
459 msgid "Change view between own and all equations"
460 msgstr ""
461
462 #: layout.py:201
463 msgid "Show history"
464 msgstr ""
465
466 #: layout.py:201
467 msgid "Show variables"
468 msgstr ""
469
470 #: layout.py:203
471 msgid "Change view between history and variables"
472 msgstr ""
473
474 #. TRANS: multiplication symbol (default: '*')
475 #: mathlib.py:82
476 msgid "mul_sym"
477 msgstr ""
478
479 #. TRANS: division symbol (default: '/')
480 #: mathlib.py:87
481 msgid "div_sym"
482 msgstr ""
483
484 #: mathlib.py:211
485 msgid "Undefined"
486 msgstr ""
487
488 #: mathlib.py:221
489 msgid "Error: unsupported type"
490 msgstr ""
491
492 #: calculate.py:109
493 #, python-format
494 msgid "Equation.parse() string invalid (%s)"
495 msgstr ""
496
497 #: calculate.py:473
498 msgid "Can not assign label: will cause recursion"
499 msgstr ""
500
501 #: calculate.py:545
502 #, python-format
503 msgid "Writing to journal (%s)"
504 msgstr ""
505
506 #: calculate.py:828
507 msgid "button_pressed(): invalid type"
508 msgstr ""
509
510 #: toolbars.py:53
511 msgid "Help"
512 msgstr ""
513
514 #: toolbars.py:121
515 msgid "Copy"
516 msgstr ""
517
518 #: toolbars.py:122
519 msgid "<ctrl>c"
520 msgstr ""
521
522 #: toolbars.py:126
523 msgid "Cut"
524 msgstr ""
525
526 #: toolbars.py:129
527 msgid "<ctrl>x"
528 msgstr ""
529
530 #: toolbars.py:137
531 msgid "Paste"
532 msgstr ""
533
534 #: toolbars.py:147
535 msgid "Square"
536 msgstr ""
537
538 #: toolbars.py:152
539 msgid "Square root"
540 msgstr ""
541
542 #: toolbars.py:157
543 msgid "Inverse"
544 msgstr ""
545
546 #: toolbars.py:164
547 msgid "e to the power x"
548 msgstr ""
549
550 #: toolbars.py:169
551 msgid "x to the power y"
552 msgstr ""
553
554 #: toolbars.py:174
555 msgid "Natural logarithm"
556 msgstr ""
557
558 #: toolbars.py:180
559 msgid "Factorial"
560 msgstr ""
561
562 #: toolbars.py:190
563 msgid "Sine"
564 msgstr ""
565
566 #: toolbars.py:194
567 msgid "Cosine"
568 msgstr ""
569
570 #: toolbars.py:198
571 msgid "Tangent"
572 msgstr ""
573
574 #: toolbars.py:204
575 msgid "Arc sine"
576 msgstr ""
577
578 #: toolbars.py:208
579 msgid "Arc cosine"
580 msgstr ""
581
582 #: toolbars.py:212
583 msgid "Arc tangent"
584 msgstr ""
585
586 #: toolbars.py:218
587 msgid "Hyperbolic sine"
588 msgstr ""
589
590 #: toolbars.py:222
591 msgid "Hyperbolic cosine"
592 msgstr ""
593
594 #: toolbars.py:226
595 msgid "Hyperbolic tangent"
596 msgstr ""
597
598 #: toolbars.py:236
599 msgid "Logical and"
600 msgstr ""
601
602 #: toolbars.py:240
603 msgid "Logical or"
604 msgstr ""
605
606 #: toolbars.py:250
607 msgid "Equals"
608 msgstr ""
609
610 #: toolbars.py:253
611 msgid "Not equals"
612 msgstr ""
613
614 #: toolbars.py:262
615 msgid "Pi"
616 msgstr ""
617
618 #: toolbars.py:266
619 msgid "e"
620 msgstr ""
621
622 #: toolbars.py:269
623 msgid "γ"
624 msgstr ""
625
626 #: toolbars.py:272
627 msgid "φ"
628 msgstr ""
629
630 #: toolbars.py:279
631 msgid "Plot"
632 msgstr ""
633
634 #: toolbars.py:286
635 msgid "Degrees"
636 msgstr ""
637
638 #: toolbars.py:287
639 msgid "Radians"
640 msgstr ""
641
642 #: toolbars.py:291
643 msgid "Degrees / Radians"
644 msgstr ""
645
646 #: toolbars.py:300
647 msgid "Exponent / Scientific notation"
648 msgstr ""
649
650 #: toolbars.py:310
651 msgid "Number of shown digits"
652 msgstr ""
653
654 #: toolbars.py:320
655 msgid "Integer formatting base"
656 msgstr ""
657
658 #: astparser.py:40
659 msgid ""
660 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
661 "range from a to b"
662 msgstr ""
663
664 #: astparser.py:59
665 #, python-format
666 msgid "Parse error at %d"
667 msgstr ""
668
669 #: astparser.py:71
670 #: astparser.py:83
671 #, python-format
672 msgid "Error at %d"
673 msgstr ""
674
675 #: astparser.py:94
676 msgid "This is just a test topic, use help(index) for the index"
677 msgstr ""
678
679 #: astparser.py:106
680 msgid "Use help(test) for help about 'test', or help(index) for the index"
681 msgstr ""
682
683 #. TRANS: This command is descriptive, so can be translated
684 #: astparser.py:109
685 msgid "index"
686 msgstr ""
687
688 #: astparser.py:109
689 msgid "topics"
690 msgstr ""
691
692 #: astparser.py:110
693 msgid "Topics"
694 msgstr ""
695
696 #. TRANS: This command is descriptive, so can be translated
697 #: astparser.py:118
698 msgid "variables"
699 msgstr ""
700
701 #: astparser.py:119
702 msgid "Variables"
703 msgstr ""
704
705 #. TRANS: This command is descriptive, so can be translated
706 #: astparser.py:125
707 msgid "functions"
708 msgstr ""
709
710 #: astparser.py:126
711 msgid "Functions"
712 msgstr ""
713
714 #: astparser.py:135
715 #, python-format
716 msgid "No help about '%s' available, use help(index) for the index"
717 msgstr ""
718
719 #: astparser.py:459
720 msgid "help"
721 msgstr ""
722
723 #: astparser.py:466
724 msgid "Recursion detected"
725 msgstr ""
726
727 #: astparser.py:490
728 #, python-format
729 msgid "Function '%s' not defined"
730 msgstr ""
731
732 #: astparser.py:492
733 #, python-format
734 msgid "Variable '%s' not defined"
735 msgstr ""
736
737 #: astparser.py:502
738 #, python-format
739 msgid "Attribute '%s' does not exist"
740 msgstr ""
741
742 #: astparser.py:596
743 msgid "Parse error"
744 msgstr ""
745
746 #: astparser.py:601
747 msgid "Multiple statements not supported"
748 msgstr ""
749
750 #: astparser.py:625
751 msgid "Internal error"
752 msgstr ""
1717 "Project-Id-Version: PACKAGE VERSION\n"
1818 "Report-Msgid-Bugs-To: \n"
1919 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
20 "PO-Revision-Date: 2010-01-22 23:17+0200\n"
20 "PO-Revision-Date: 2012-03-23 21:37+0200\n"
2121 "Last-Translator: Chris <cjl@laptop.org>\n"
2222 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
23 "Language: \n"
23 "Language: bg\n"
2424 "MIME-Version: 1.0\n"
2525 "Content-Type: text/plain; charset=UTF-8\n"
2626 "Content-Transfer-Encoding: 8bit\n"
2727 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
28 "X-Generator: Pootle 2.0.1\n"
28 "X-Generator: Pootle 2.0.5\n"
2929
3030 #: activity/activity.info:2
3131 msgid "Calculate"
6565 msgstr "index"
6666
6767 #: astparser.py:109
68 #, fuzzy
6968 msgid "topics"
70 msgstr "Теми"
69 msgstr "теми"
7170
7271 #: astparser.py:110
7372 msgid "Topics"
7675 #. TRANS: This command is descriptive, so can be translated
7776 #: astparser.py:118
7877 msgid "variables"
79 msgstr "variables"
78 msgstr "променливи"
8079
8180 #: astparser.py:119
82 #, fuzzy
8381 msgid "Variables"
84 msgstr "variables"
82 msgstr "Променливи"
8583
8684 #. TRANS: This command is descriptive, so can be translated
8785 #: astparser.py:125
86 #, fuzzy
8887 msgid "functions"
89 msgstr "functions"
88 msgstr "Функции"
9089
9190 #: astparser.py:126
92 #, fuzzy
9391 msgid "Functions"
94 msgstr "functions"
92 msgstr "Функции"
9593
9694 #: astparser.py:135
9795 #, python-format
132130
133131 #: astparser.py:625
134132 msgid "Internal error"
135 msgstr ""
133 msgstr "Вътрешна грешка"
136134
137135 #: calculate.py:109
138136 #, python-format
153151 msgstr "button_pressed(): невалиден тип"
154152
155153 #: functions.py:35
154 #, fuzzy
156155 msgid "add"
157 msgstr ""
156 msgstr "Добавяне"
158157
159158 #: functions.py:36
160159 msgid "abs"
171170 # recommend NOT doing so for mathematical functions like cos(). help(),
172171 # functions() etc should be translated.
173172 #: functions.py:38
174 #, fuzzy
175173 msgid "acosh"
176 msgstr "acos"
174 msgstr "acosh"
177175
178176 #: functions.py:39
179177 msgid "asin"
180178 msgstr "asin"
181179
182180 #: functions.py:40
183 #, fuzzy
184181 msgid "asinh"
185 msgstr "asin"
182 msgstr "asinh"
186183
187184 #: functions.py:41
188185 msgid "atan"
189186 msgstr "atan"
190187
191188 #: functions.py:42
192 #, fuzzy
193189 msgid "atanh"
194 msgstr "atan"
190 msgstr "atanh"
195191
196192 #: functions.py:43
197193 msgid "and"
288284 msgstr "sinh"
289285
290286 #: functions.py:66
291 #, fuzzy
292287 msgid "sinc"
293 msgstr "sin"
288 msgstr "sinc"
294289
295290 #: functions.py:67
296291 msgid "sqrt"
684679 msgstr "Квадратен корен"
685680
686681 #: toolbars.py:157
682 #, fuzzy
687683 msgid "Inverse"
688 msgstr ""
684 msgstr "Обръщане"
689685
690686 #: toolbars.py:164
691687 msgid "e to the power x"
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
1616 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
17 "PO-Revision-Date: 2011-01-24 06:05+0200\n"
17 "PO-Revision-Date: 2012-03-16 10:54+0200\n"
1818 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
20 "Language: \n"
20 "Language: cs\n"
2121 "MIME-Version: 1.0\n"
2222 "Content-Type: text/plain; charset=UTF-8\n"
2323 "Content-Transfer-Encoding: 8bit\n"
2424 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
25 "X-Generator: Pootle 2.0.3\n"
25 "X-Generator: Pootle 2.0.5\n"
2626
2727 #: activity/activity.info:2
2828 msgid "Calculate"
29 msgstr "počítat"
29 msgstr "Počítat"
3030
3131 #: astparser.py:40
3232 msgid ""
3333 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
3434 "range from a to b"
3535 msgstr ""
36 "plot(eqn, var=-a..b), vykreslí rovnici 'eqn' za pomocí proměnné 'var' v "
37 "rozsahu od a do b"
3638
3739 #: astparser.py:59
3840 #, python-format
3941 msgid "Parse error at %d"
40 msgstr ""
42 msgstr "Chyba zpracování na řádku %d"
4143
4244 #: astparser.py:71 astparser.py:83
4345 #, python-format
4446 msgid "Error at %d"
45 msgstr ""
47 msgstr "Chyba na řádku %d"
4648
4749 #: astparser.py:94
4850 msgid "This is just a test topic, use help(index) for the index"
49 msgstr ""
51 msgstr "Toto je pouze testovací téma, použijte help(index) pro index"
5052
5153 #: astparser.py:106
5254 msgid "Use help(test) for help about 'test', or help(index) for the index"
5355 msgstr ""
56 "Použijte help(test) pro nápovědu o tématu 'test', nebo help(index) pro index "
57 "nápovědy"
5458
5559 #. TRANS: This command is descriptive, so can be translated
5660 #: astparser.py:109
6468
6569 #: astparser.py:110
6670 msgid "Topics"
67 msgstr "témata"
71 msgstr "Témata"
6872
6973 #. TRANS: This command is descriptive, so can be translated
7074 #: astparser.py:118
7175 msgid "variables"
72 msgstr "proměnná"
76 msgstr "proměnné"
7377
7478 #: astparser.py:119
7579 #, fuzzy
7680 msgid "Variables"
77 msgstr "proměnná"
81 msgstr "Proměnná"
7882
7983 #. TRANS: This command is descriptive, so can be translated
8084 #: astparser.py:125
8286 msgstr "funkce"
8387
8488 #: astparser.py:126
85 #, fuzzy
8689 msgid "Functions"
87 msgstr "funkce"
90 msgstr "Funkce"
8891
8992 #: astparser.py:135
9093 #, python-format
9194 msgid "No help about '%s' available, use help(index) for the index"
9295 msgstr ""
96 "Není k dispozici žádná nápověda k '%s', použijte help(index) pro index "
97 "nápovědy"
9398
9499 #: astparser.py:459
95 #, fuzzy
96100 msgid "help"
97 msgstr "pomoc"
101 msgstr "nápověda"
98102
99103 #: astparser.py:466
100104 msgid "Recursion detected"
101 msgstr ""
105 msgstr "Detekována rekurze"
102106
103107 #: astparser.py:490
104108 #, python-format
105109 msgid "Function '%s' not defined"
106 msgstr ""
110 msgstr "Funkce '%s' nebyla definována"
107111
108112 #: astparser.py:492
109113 #, python-format
110114 msgid "Variable '%s' not defined"
111 msgstr ""
115 msgstr "Proměnná '%s' nebyla definována"
112116
113117 #: astparser.py:502
114118 #, python-format
115119 msgid "Attribute '%s' does not exist"
116 msgstr ""
120 msgstr "Atribut '%s' neexistuje"
117121
118122 #: astparser.py:596
119123 msgid "Parse error"
120 msgstr "Zpracování chyb"
124 msgstr "Chyba ve zpracování textu"
121125
122126 #: astparser.py:601
127 #, fuzzy
123128 msgid "Multiple statements not supported"
124 msgstr ""
129 msgstr "Není podporováno více výroků"
125130
126131 #: astparser.py:625
127132 msgid "Internal error"
128 msgstr ""
133 msgstr "Vnitřní chyba programu"
129134
130135 #: calculate.py:109
131136 #, python-format
137 #, python-format, fuzzy
132138 msgid "Equation.parse() string invalid (%s)"
133 msgstr ""
139 msgstr "Řetězec '%s' Equation.parse() není platný"
134140
135141 #: calculate.py:474
136142 msgid "Can not assign label: will cause recursion"
137 msgstr ""
143 msgstr "Nemohu přiřadit do návěští: způsobilo by to rekurzi"
138144
139145 #: calculate.py:546
140146 #, python-format
147 #, python-format, fuzzy
141148 msgid "Writing to journal (%s)"
142 msgstr ""
149 msgstr "Zápis do žurnálu (%s)"
143150
144151 #: calculate.py:829
145152 msgid "button_pressed(): invalid type"
146 msgstr ""
153 msgstr "button_pressed(): neplatný typ"
147154
148155 #: functions.py:35
149156 msgid "add"
305312
306313 #: functions.py:112
307314 msgid "abs(x), return absolute value of x, which means -x for x < 0"
308 msgstr ""
315 msgstr "abs(x), vrátí absolutní hodnotu x, což znamená -x pro x < 0"
309316
310317 #: functions.py:117
311318 msgid ""
312319 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
313320 "is x. Defined for -1 <= x < 1"
314321 msgstr ""
322 "acos(x), vrátí arcus cosinus x. To znamená úhel, pro který výchází cosinus "
323 "x. Definováno pro -1 <= x < 1"
315324
316325 #: functions.py:123
317326 msgid ""
329338 msgstr ""
330339
331340 #: functions.py:141
341 #, fuzzy
332342 msgid ""
333343 "asin(x), return the arc sine of x. This is the angle for which the sine is "
334344 "x. Defined for -1 <= x <= 1"
335345 msgstr ""
346 "acos(x), vrátí arcus cosinus x. To znamená úhel, pro který výchází cosinus "
347 "x. Definováno pro -1 <= x < 1"
336348
337349 #: functions.py:147
338350 msgid ""
341353 msgstr ""
342354
343355 #: functions.py:153
356 #, fuzzy
344357 msgid ""
345358 "atan(x), return the arc tangent of x. This is the angle for which the "
346359 "tangent is x. Defined for all x"
347360 msgstr ""
361 "acos(x), vrátí arcus cosinus x. To znamená úhel, pro který výchází cosinus "
362 "x. Definováno pro -1 <= x < 1"
348363
349364 #: functions.py:159
350365 msgid ""
533548
534549 #: layout.py:69
535550 msgid "Clear"
536 msgstr "smazat"
551 msgstr "Smazat"
537552
538553 #: layout.py:99 layout.py:139
539554 msgid "Edit"
608623
609624 #: toolbars.py:53
610625 msgid "Help"
611 msgstr "pomoc"
626 msgstr "Pomoc"
612627
613628 #: toolbars.py:121
614629 msgid "Copy"
636651
637652 #: toolbars.py:152
638653 msgid "Square root"
639 msgstr "odmocnina"
654 msgstr "Odmocnina"
640655
641656 #: toolbars.py:157
642657 msgid "Inverse"
761776 #~ msgid "operators"
762777 #~ msgstr "operátoři"
763778
764 #~ msgid "plot"
765 #~ msgstr "plot"
766
767779 #~ msgid "test"
768780 #~ msgstr "test"
769781
+0
-746
po/pis.po less more
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 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 # SOME DESCRIPTIVE TITLE.
9 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
10 # This file is distributed under the same license as the PACKAGE package.
11 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
12 #, fuzzy
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: PACKAGE VERSION\n"
16 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
20 "Language-Team: LANGUAGE <LL@li.org>\n"
21 "Language: \n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "X-Generator: Translate Toolkit 1.1.1rc4\n"
26
27 #: activity/activity.info:2
28 msgid "Calculate"
29 msgstr ""
30
31 #: astparser.py:40
32 msgid ""
33 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
34 "range from a to b"
35 msgstr ""
36
37 #: astparser.py:59
38 #, python-format
39 msgid "Parse error at %d"
40 msgstr ""
41
42 #: astparser.py:71 astparser.py:83
43 #, python-format
44 msgid "Error at %d"
45 msgstr ""
46
47 #: astparser.py:94
48 msgid "This is just a test topic, use help(index) for the index"
49 msgstr ""
50
51 #: astparser.py:106
52 msgid "Use help(test) for help about 'test', or help(index) for the index"
53 msgstr ""
54
55 #. TRANS: This command is descriptive, so can be translated
56 #: astparser.py:109
57 msgid "index"
58 msgstr ""
59
60 #: astparser.py:109
61 msgid "topics"
62 msgstr ""
63
64 #: astparser.py:110
65 msgid "Topics"
66 msgstr ""
67
68 #. TRANS: This command is descriptive, so can be translated
69 #: astparser.py:118
70 msgid "variables"
71 msgstr ""
72
73 #: astparser.py:119
74 msgid "Variables"
75 msgstr ""
76
77 #. TRANS: This command is descriptive, so can be translated
78 #: astparser.py:125
79 msgid "functions"
80 msgstr ""
81
82 #: astparser.py:126
83 msgid "Functions"
84 msgstr ""
85
86 #: astparser.py:135
87 #, python-format
88 msgid "No help about '%s' available, use help(index) for the index"
89 msgstr ""
90
91 #: astparser.py:459
92 msgid "help"
93 msgstr ""
94
95 #: astparser.py:466
96 msgid "Recursion detected"
97 msgstr ""
98
99 #: astparser.py:490
100 #, python-format
101 msgid "Function '%s' not defined"
102 msgstr ""
103
104 #: astparser.py:492
105 #, python-format
106 msgid "Variable '%s' not defined"
107 msgstr ""
108
109 #: astparser.py:502
110 #, python-format
111 msgid "Attribute '%s' does not exist"
112 msgstr ""
113
114 #: astparser.py:596
115 msgid "Parse error"
116 msgstr ""
117
118 #: astparser.py:601
119 msgid "Multiple statements not supported"
120 msgstr ""
121
122 #: astparser.py:625
123 msgid "Internal error"
124 msgstr ""
125
126 #: calculate.py:109
127 #, python-format
128 msgid "Equation.parse() string invalid (%s)"
129 msgstr ""
130
131 #: calculate.py:474
132 msgid "Can not assign label: will cause recursion"
133 msgstr ""
134
135 #: calculate.py:546
136 #, python-format
137 msgid "Writing to journal (%s)"
138 msgstr ""
139
140 #: calculate.py:829
141 msgid "button_pressed(): invalid type"
142 msgstr ""
143
144 #: functions.py:35
145 msgid "add"
146 msgstr ""
147
148 #: functions.py:36
149 msgid "abs"
150 msgstr ""
151
152 #: functions.py:37
153 msgid "acos"
154 msgstr ""
155
156 #: functions.py:38
157 msgid "acosh"
158 msgstr ""
159
160 #: functions.py:39
161 msgid "asin"
162 msgstr ""
163
164 #: functions.py:40
165 msgid "asinh"
166 msgstr ""
167
168 #: functions.py:41
169 msgid "atan"
170 msgstr ""
171
172 #: functions.py:42
173 msgid "atanh"
174 msgstr ""
175
176 #: functions.py:43
177 msgid "and"
178 msgstr ""
179
180 #: functions.py:44
181 msgid "b10bin"
182 msgstr ""
183
184 #: functions.py:45
185 msgid "ceil"
186 msgstr ""
187
188 #: functions.py:46
189 msgid "cos"
190 msgstr ""
191
192 #: functions.py:47
193 msgid "cosh"
194 msgstr ""
195
196 #: functions.py:48
197 msgid "div"
198 msgstr ""
199
200 #: functions.py:49
201 msgid "gcd"
202 msgstr ""
203
204 #: functions.py:50
205 msgid "exp"
206 msgstr ""
207
208 #: functions.py:51
209 msgid "factorial"
210 msgstr ""
211
212 #: functions.py:52
213 msgid "fac"
214 msgstr ""
215
216 #: functions.py:53
217 msgid "factorize"
218 msgstr ""
219
220 #: functions.py:54
221 msgid "floor"
222 msgstr ""
223
224 #: functions.py:55
225 msgid "inv"
226 msgstr ""
227
228 #: functions.py:56
229 msgid "is_int"
230 msgstr ""
231
232 #: functions.py:57
233 msgid "ln"
234 msgstr ""
235
236 #: functions.py:58
237 msgid "log10"
238 msgstr ""
239
240 #: functions.py:59
241 msgid "mul"
242 msgstr ""
243
244 #: functions.py:60
245 msgid "or"
246 msgstr ""
247
248 #: functions.py:61
249 msgid "rand_float"
250 msgstr ""
251
252 #: functions.py:62
253 msgid "rand_int"
254 msgstr ""
255
256 #: functions.py:63
257 msgid "round"
258 msgstr ""
259
260 #: functions.py:64
261 msgid "sin"
262 msgstr ""
263
264 #: functions.py:65
265 msgid "sinh"
266 msgstr ""
267
268 #: functions.py:66
269 msgid "sinc"
270 msgstr ""
271
272 #: functions.py:67
273 msgid "sqrt"
274 msgstr ""
275
276 #: functions.py:68
277 msgid "sub"
278 msgstr ""
279
280 #: functions.py:69
281 msgid "square"
282 msgstr ""
283
284 #: functions.py:70
285 msgid "tan"
286 msgstr ""
287
288 #: functions.py:71
289 msgid "tanh"
290 msgstr ""
291
292 #: functions.py:72
293 msgid "xor"
294 msgstr ""
295
296 #: functions.py:112
297 msgid "abs(x), return absolute value of x, which means -x for x < 0"
298 msgstr ""
299
300 #: functions.py:117
301 msgid ""
302 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
303 "is x. Defined for -1 <= x < 1"
304 msgstr ""
305
306 #: functions.py:123
307 msgid ""
308 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
309 "which the hyperbolic cosine equals x."
310 msgstr ""
311
312 #: functions.py:129
313 msgid ""
314 "And(x, y), logical and. Returns True if x and y are True, else returns False"
315 msgstr ""
316
317 #: functions.py:136
318 msgid "add(x, y), return x + y"
319 msgstr ""
320
321 #: functions.py:141
322 msgid ""
323 "asin(x), return the arc sine of x. This is the angle for which the sine is "
324 "x. Defined for -1 <= x <= 1"
325 msgstr ""
326
327 #: functions.py:147
328 msgid ""
329 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
330 "the hyperbolic sine equals x."
331 msgstr ""
332
333 #: functions.py:153
334 msgid ""
335 "atan(x), return the arc tangent of x. This is the angle for which the "
336 "tangent is x. Defined for all x"
337 msgstr ""
338
339 #: functions.py:159
340 msgid ""
341 "atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
342 "which the hyperbolic tangent equals x."
343 msgstr ""
344
345 #: functions.py:171
346 msgid "Number does not look binary in base 10"
347 msgstr ""
348
349 #: functions.py:178
350 msgid ""
351 "b10bin(x), interpret a number written in base 10 as binary, e.g.: b10bin"
352 "(10111) = 23,"
353 msgstr ""
354
355 #: functions.py:183
356 msgid "ceil(x), return the smallest integer larger than x."
357 msgstr ""
358
359 #: functions.py:188
360 msgid ""
361 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
362 "at the angle x"
363 msgstr ""
364
365 #: functions.py:194
366 msgid ""
367 "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
368 msgstr ""
369
370 #: functions.py:198
371 msgid "Can not divide by zero"
372 msgstr ""
373
374 #: functions.py:219
375 msgid "Invalid argument"
376 msgstr ""
377
378 #: functions.py:222
379 msgid ""
380 "gcd(a, b), determine the greatest common denominator of a and b. For "
381 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
382 msgstr ""
383
384 #: functions.py:227
385 msgid "exp(x), return the natural exponent of x. Given by e^x"
386 msgstr ""
387
388 #: functions.py:231
389 msgid "Factorial only defined for integers"
390 msgstr ""
391
392 #: functions.py:244
393 msgid ""
394 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
395 msgstr ""
396
397 #: functions.py:250
398 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
399 msgstr ""
400
401 #: functions.py:283
402 msgid "floor(x), return the largest integer smaller than x."
403 msgstr ""
404
405 #: functions.py:287
406 msgid "inv(x), return the inverse of x, which is 1 / x"
407 msgstr ""
408
409 #: functions.py:309 functions.py:318
410 msgid "Logarithm(x) only defined for x > 0"
411 msgstr ""
412
413 #: functions.py:311
414 msgid ""
415 "ln(x), return the natural logarithm of x. This is the value for which the "
416 "exponent exp() equals x. Defined for x >= 0."
417 msgstr ""
418
419 #: functions.py:320
420 msgid ""
421 "log10(x), return the base 10 logarithm of x. This is the value y for which "
422 "10^y equals x. Defined for x >= 0."
423 msgstr ""
424
425 #: functions.py:327
426 msgid "Can only calculate x modulo <integer>"
427 msgstr ""
428
429 #: functions.py:329
430 msgid ""
431 "mod(x, y), return the modulus of x with respect to y. This is the remainder "
432 "after dividing x by y."
433 msgstr ""
434
435 #: functions.py:337
436 msgid "mul(x, y), return x * y"
437 msgstr ""
438
439 #: functions.py:341
440 msgid "negate(x), return -x"
441 msgstr ""
442
443 #: functions.py:346
444 msgid ""
445 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
446 msgstr ""
447
448 #: functions.py:361
449 msgid "pow(x, y), return x to the power y (x**y)"
450 msgstr ""
451
452 #: functions.py:366
453 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
454 msgstr ""
455
456 #: functions.py:371
457 msgid ""
458 "rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
459 "<maxval> is an optional argument and is set to 65535 by default."
460 msgstr ""
461
462 #: functions.py:376
463 msgid "round(x), return the integer nearest to x."
464 msgstr ""
465
466 #: functions.py:382 functions.py:390
467 msgid "Bitwise operations only apply to integers"
468 msgstr ""
469
470 #: functions.py:384
471 msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
472 msgstr ""
473
474 #: functions.py:392
475 msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
476 msgstr ""
477
478 #: functions.py:397
479 msgid ""
480 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
481 "the angle x"
482 msgstr ""
483
484 #: functions.py:403
485 msgid ""
486 "sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
487 msgstr ""
488
489 #: functions.py:410
490 msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
491 msgstr ""
492
493 #: functions.py:415
494 msgid ""
495 "sqrt(x), return the square root of x. This is the value for which the square "
496 "equals x. Defined for x >= 0."
497 msgstr ""
498
499 #: functions.py:420
500 msgid "square(x), return x * x"
501 msgstr ""
502
503 #: functions.py:427
504 msgid "sub(x, y), return x - y"
505 msgstr ""
506
507 #: functions.py:432
508 msgid ""
509 "tan(x), return the tangent of x. This is the slope of the line from the "
510 "origin of the unit circle to the point on the unit circle defined by the "
511 "angle x. Given by sin(x) / cos(x)"
512 msgstr ""
513
514 #: functions.py:439
515 msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
516 msgstr ""
517
518 #: functions.py:444
519 msgid ""
520 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
521 "y is True (and x is False), else returns False"
522 msgstr ""
523
524 #: layout.py:69
525 msgid "Clear"
526 msgstr ""
527
528 #: layout.py:99 layout.py:139
529 msgid "Edit"
530 msgstr ""
531
532 #: layout.py:104 layout.py:140
533 msgid "Algebra"
534 msgstr ""
535
536 #: layout.py:109 layout.py:141
537 msgid "Trigonometry"
538 msgstr ""
539
540 #: layout.py:114 layout.py:142
541 msgid "Boolean"
542 msgstr ""
543
544 #: layout.py:119 layout.py:143
545 msgid "Miscellaneous"
546 msgstr ""
547
548 #: layout.py:164
549 msgid "Label:"
550 msgstr ""
551
552 #: layout.py:197
553 msgid "All equations"
554 msgstr ""
555
556 #: layout.py:197
557 msgid "My equations"
558 msgstr ""
559
560 #: layout.py:199
561 msgid "Change view between own and all equations"
562 msgstr ""
563
564 #: layout.py:202
565 msgid "Show history"
566 msgstr ""
567
568 #: layout.py:202
569 msgid "Show variables"
570 msgstr ""
571
572 #: layout.py:204
573 msgid "Change view between history and variables"
574 msgstr ""
575
576 #. TRANS: multiplication symbol (default: '×')
577 #: mathlib.py:82
578 msgid "mul_sym"
579 msgstr ""
580
581 #. TRANS: division symbol (default: '÷')
582 #: mathlib.py:87
583 msgid "div_sym"
584 msgstr ""
585
586 #. TRANS: equal symbol (default: '=')
587 #: mathlib.py:92
588 msgid "equ_sym"
589 msgstr ""
590
591 #: mathlib.py:216
592 msgid "Undefined"
593 msgstr ""
594
595 #: mathlib.py:226
596 msgid "Error: unsupported type"
597 msgstr ""
598
599 #: toolbars.py:53
600 msgid "Help"
601 msgstr ""
602
603 #: toolbars.py:121
604 msgid "Copy"
605 msgstr ""
606
607 #: toolbars.py:122
608 msgid "<ctrl>c"
609 msgstr ""
610
611 #: toolbars.py:126
612 msgid "Cut"
613 msgstr ""
614
615 #: toolbars.py:129
616 msgid "<ctrl>x"
617 msgstr ""
618
619 #: toolbars.py:137
620 msgid "Paste"
621 msgstr ""
622
623 #: toolbars.py:147
624 msgid "Square"
625 msgstr ""
626
627 #: toolbars.py:152
628 msgid "Square root"
629 msgstr ""
630
631 #: toolbars.py:157
632 msgid "Inverse"
633 msgstr ""
634
635 #: toolbars.py:164
636 msgid "e to the power x"
637 msgstr ""
638
639 #: toolbars.py:169
640 msgid "x to the power y"
641 msgstr ""
642
643 #: toolbars.py:174
644 msgid "Natural logarithm"
645 msgstr ""
646
647 #: toolbars.py:180
648 msgid "Factorial"
649 msgstr ""
650
651 #: toolbars.py:190
652 msgid "Sine"
653 msgstr ""
654
655 #: toolbars.py:194
656 msgid "Cosine"
657 msgstr ""
658
659 #: toolbars.py:198
660 msgid "Tangent"
661 msgstr ""
662
663 #: toolbars.py:204
664 msgid "Arc sine"
665 msgstr ""
666
667 #: toolbars.py:208
668 msgid "Arc cosine"
669 msgstr ""
670
671 #: toolbars.py:212
672 msgid "Arc tangent"
673 msgstr ""
674
675 #: toolbars.py:218
676 msgid "Hyperbolic sine"
677 msgstr ""
678
679 #: toolbars.py:222
680 msgid "Hyperbolic cosine"
681 msgstr ""
682
683 #: toolbars.py:226
684 msgid "Hyperbolic tangent"
685 msgstr ""
686
687 #: toolbars.py:236
688 msgid "Logical and"
689 msgstr ""
690
691 #: toolbars.py:240
692 msgid "Logical or"
693 msgstr ""
694
695 #: toolbars.py:250
696 msgid "Equals"
697 msgstr ""
698
699 #: toolbars.py:253
700 msgid "Not equals"
701 msgstr ""
702
703 #: toolbars.py:262
704 msgid "Pi"
705 msgstr ""
706
707 #: toolbars.py:266
708 msgid "e"
709 msgstr ""
710
711 #: toolbars.py:269
712 msgid "γ"
713 msgstr ""
714
715 #: toolbars.py:272
716 msgid "φ"
717 msgstr ""
718
719 #: toolbars.py:279
720 msgid "Plot"
721 msgstr ""
722
723 #: toolbars.py:286
724 msgid "Degrees"
725 msgstr ""
726
727 #: toolbars.py:287
728 msgid "Radians"
729 msgstr ""
730
731 #: toolbars.py:291
732 msgid "Degrees / Radians"
733 msgstr ""
734
735 #: toolbars.py:300
736 msgid "Exponent / Scientific notation"
737 msgstr ""
738
739 #: toolbars.py:310
740 msgid "Number of shown digits"
741 msgstr ""
742
743 #: toolbars.py:320
744 msgid "Integer formatting base"
745 msgstr ""
+0
-534
po/pseudo.po less more
0 # POT file for the Calculate activity
1 # Copyright (C) 2007
2 # This file is distributed under the same license as the Calculate package.
3 # Reinier Heeres <reinier@heeres.eu>, 2007
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:44
358 msgid "Clear"
359 msgstr ""
360
361 #: layout.py:53
362 msgid "Enter"
363 msgstr ""
364
365 #: layout.py:60
366 msgid "Edit"
367 msgstr ""
368
369 #: layout.py:61
370 msgid "Algebra"
371 msgstr ""
372
373 #: layout.py:62
374 msgid "Trigonometry"
375 msgstr ""
376
377 #: layout.py:63
378 msgid "Boolean"
379 msgstr ""
380
381 #: layout.py:64
382 msgid "Constants"
383 msgstr ""
384
385 #: layout.py:65
386 msgid "Format"
387 msgstr ""
388
389 #: layout.py:86
390 msgid "Label:"
391 msgstr ""
392
393 #: layout.py:118
394 msgid "All equations"
395 msgstr ""
396
397 #: layout.py:118
398 msgid "My equations"
399 msgstr ""
400
401 #: layout.py:120
402 msgid "Show history"
403 msgstr ""
404
405 #: layout.py:120
406 msgid "Show variables"
407 msgstr ""
408
409 #. TRANS: multiplication symbol (default: '*')
410 #: mathlib.py:74
411 msgid "mul_sym"
412 msgstr ""
413
414 #. TRANS: division symbol (default: '/')
415 #: mathlib.py:79
416 msgid "div_sym"
417 msgstr ""
418
419 #: mathlib.py:132
420 msgid "Undefined"
421 msgstr ""
422
423 #: mathlib.py:142
424 msgid "Error: unsupported type"
425 msgstr ""
426
427 #: toolbars.py:36
428 msgid "Help"
429 msgstr ""
430
431 #: toolbars.py:86
432 msgid "Copy"
433 msgstr ""
434
435 #: toolbars.py:89
436 msgid "Paste"
437 msgstr ""
438
439 #: toolbars.py:92
440 msgid "Cut"
441 msgstr ""
442
443 #: toolbars.py:99
444 msgid "Square"
445 msgstr ""
446
447 #: toolbars.py:103
448 msgid "Square root"
449 msgstr ""
450
451 #: toolbars.py:109
452 msgid "e to the power x"
453 msgstr ""
454
455 #: toolbars.py:113
456 msgid "x to the power y"
457 msgstr ""
458
459 #: toolbars.py:117
460 msgid "Natural logarithm"
461 msgstr ""
462
463 #: toolbars.py:123
464 msgid "Factorial"
465 msgstr ""
466
467 #: toolbars.py:131
468 msgid "Sine"
469 msgstr ""
470
471 #: toolbars.py:135
472 msgid "Cosine"
473 msgstr ""
474
475 #: toolbars.py:139
476 msgid "Tangent"
477 msgstr ""
478
479 #: toolbars.py:145
480 msgid "Arc sine"
481 msgstr ""
482
483 #: toolbars.py:149
484 msgid "Arc cosine"
485 msgstr ""
486
487 #: toolbars.py:153
488 msgid "Arc tangent"
489 msgstr ""
490
491 #: toolbars.py:159
492 msgid "Hyperbolic sine"
493 msgstr ""
494
495 #: toolbars.py:163
496 msgid "Hyperbolic cosine"
497 msgstr ""
498
499 #: toolbars.py:167
500 msgid "Hyperbolic tangent"
501 msgstr ""
502
503 #: toolbars.py:175
504 msgid "Logical and"
505 msgstr ""
506
507 #: toolbars.py:179
508 msgid "Logical or"
509 msgstr ""
510
511 #: toolbars.py:189
512 msgid "Equals"
513 msgstr ""
514
515 #: toolbars.py:192
516 msgid "Not equals"
517 msgstr ""
518
519 #: toolbars.py:199
520 msgid "Pi"
521 msgstr ""
522
523 #: toolbars.py:202
524 msgid "e"
525 msgstr ""
526
527 #: toolbars.py:209
528 msgid "Degrees"
529 msgstr ""
530
531 #: toolbars.py:210
532 msgid "Radians"
533 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
1616 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
17 "PO-Revision-Date: 2012-02-01 00:23+0200\n"
17 "PO-Revision-Date: 2012-03-27 15:24+0200\n"
1818 "Last-Translator: Eduardo H. <hoboprimate@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2020 "Language: pt\n"
3333 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
3434 "range from a to b"
3535 msgstr ""
36 "plot(eqn, var=-a..b), cria gráfico da equação 'eqn' com variável 'var' no "
37 "intervalo entre a e b"
36 "plot(eqn, var=-a..b), traça gráfico da equação 'eqn' com a variável 'var' no "
37 "intervalo de 'a' a 'b'"
3838
3939 #: astparser.py:59
4040 #, python-format
4141 msgid "Parse error at %d"
42 msgstr "Erro sintáctico em %d"
42 msgstr "Erro sintático em %d"
4343
4444 #: astparser.py:71 astparser.py:83
4545 #, python-format
6060 #. TRANS: This command is descriptive, so can be translated
6161 #: astparser.py:109
6262 msgid "index"
63 msgstr "índice"
63 msgstr "index"
6464
6565 #: astparser.py:109
6666 msgid "topics"
9191 #: astparser.py:135
9292 #, python-format
9393 msgid "No help about '%s' available, use help(index) for the index"
94 msgstr "Não existe ajuda sobre '%s', usa help(index) para ver o índice"
94 msgstr "Não existe ajuda sobre '%s', utiliza help(index) para ver o índice"
9595
9696 #: astparser.py:459
9797 msgid "help"
9999
100100 #: astparser.py:466
101101 msgid "Recursion detected"
102 msgstr "Detectada recursão"
102 msgstr "Detetada recursão"
103103
104104 #: astparser.py:490
105105 #, python-format
106106 msgid "Function '%s' not defined"
107 msgstr "Função '%s' não está definida"
107 msgstr "Função '%s' não definida"
108108
109109 #: astparser.py:492
110110 #, python-format
111111 msgid "Variable '%s' not defined"
112 msgstr "Variável '%s' não está definida"
112 msgstr "Variável '%s' não definida"
113113
114114 #: astparser.py:502
115115 #, python-format
118118
119119 #: astparser.py:596
120120 msgid "Parse error"
121 msgstr "Erro sintáctico"
121 msgstr "Erro sintático"
122122
123123 #: astparser.py:601
124124 msgid "Multiple statements not supported"
131131 #: calculate.py:109
132132 #, python-format
133133 msgid "Equation.parse() string invalid (%s)"
134 msgstr "Equation.parse() cadeia de caracteres (string) inválida (%s)"
134 msgstr "Equation.parse() texto inválido (%s)"
135135
136136 #: calculate.py:474
137137 msgid "Can not assign label: will cause recursion"
138 msgstr "Não é possível associar etiqueta: irá causar recursão"
138 msgstr "Não é possível associar etiqueta: irá causar \"recursão\""
139139
140140 #: calculate.py:546
141141 #, python-format
142142 msgid "Writing to journal (%s)"
143 msgstr "Escrevendo no Diário (%s)"
143 msgstr "A escrever no Diário (%s)"
144144
145145 #: calculate.py:829
146146 msgid "button_pressed(): invalid type"
212212
213213 #: functions.py:51
214214 msgid "factorial"
215 msgstr "factorial"
215 msgstr "fatorial"
216216
217217 #: functions.py:52
218218 msgid "fac"
300300
301301 #: functions.py:112
302302 msgid "abs(x), return absolute value of x, which means -x for x < 0"
303 msgstr "abs(x), devolve o valor absoluto de x, ou seja -x para x < 0"
303 msgstr "abs(x), devolve o valor absoluto de x, o que significa -x para x < 0"
304304
305305 #: functions.py:117
306306 msgid ""
307307 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
308308 "is x. Defined for -1 <= x < 1"
309309 msgstr ""
310 "acos(x), devolve o arco co-seno de x. Este é o ângulo cujo co-seno é x. "
310 "acos(x), devolve o arco cosseno de x. Este é o ângulo cujo cosseno é x. "
311311 "Definido para -1 <= x < 1"
312312
313313 #: functions.py:123
315315 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
316316 "which the hyperbolic cosine equals x."
317317 msgstr ""
318 "acosh(x), devolve o arco co-seno hiperbólico de x. Este é o valor y cujo co-"
319 "seno hiperbólico é igual a x."
318 "acosh(x), devolve o arco cosseno hiperbólico de x. Este é o valor y cujo "
319 "cosseno hiperbólico é igual a x."
320320
321321 #: functions.py:129
322322 msgid ""
323323 "And(x, y), logical and. Returns True if x and y are True, else returns False"
324324 msgstr ""
325 "And(x, y), Conjunção lógica (\"E\"). Devolve Verdadeiro (True) se x e y forem "
326 "verdadeiros, caso contrário devolve Falso (False)"
325 "And(x, y), Conjunção lógica (\"and\"). Devolve \"True\"(Verdadeiro) se x e y "
326 "forem verdadeiros, caso contrário devolve \"False\" (Falso)"
327327
328328 #: functions.py:136
329329 msgid "add(x, y), return x + y"
342342 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
343343 "the hyperbolic sine equals x."
344344 msgstr ""
345 "asinh(x), devolve o arco seno hiperbólico de x. Este é o valor x cujo seno "
345 "asinh(x), devolve o arco seno hiperbólico de x. Este é o valor y cujo seno "
346346 "hiperbólico é igual a x."
347347
348348 #: functions.py:153
375375
376376 #: functions.py:183
377377 msgid "ceil(x), return the smallest integer larger than x."
378 msgstr "ceil(x), devolve o menor número inteiro maior ou igual x."
378 msgstr "ceil(x), devolve o menor número inteiro maior ou igual a x."
379379
380380 #: functions.py:188
381381 msgid ""
382382 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
383383 "at the angle x"
384384 msgstr ""
385 "cos(x), devolve o co-seno de x. Esta é a coordenada x do círculo unitário no "
385 "cos(x), devolve o cosseno de x. Esta é a coordenada X do círculo unitário no "
386386 "ângulo x"
387387
388388 #: functions.py:194
389389 msgid ""
390390 "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
391391 msgstr ""
392 "cosh(x), devolve o co-seno hiperbólico de x. Obtido por (exp(x) + exp(-x)) / "
392 "cosh(x), devolve o cosseno hiperbólico de x. Obtido por (exp(x) + exp(-x)) / "
393393 "2"
394394
395395 #: functions.py:198
406406 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
407407 msgstr ""
408408 "gcd(a, b), determina o maior denominador comum de a e b. Por exemplo, o "
409 "maior factor comum dos números 15 e 18 é 3."
409 "maior fator comum dos números 15 e 18 é 3."
410410
411411 #: functions.py:227
412412 msgid "exp(x), return the natural exponent of x. Given by e^x"
420420 msgid ""
421421 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
422422 msgstr ""
423 "factorial(n), devolve o factorial de n. Obtido por n * (n - 1) * (n - 2) * "
423 "factorial(n), devolve o fatorial de n. Obtido por n * (n - 1) * (n - 2) * "
424424 "..."
425425
426426 #: functions.py:250
427427 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
428 msgstr ""
429 "fac(x), devolve o factorial de x. Obtido por x * (x - 1) * (x - 2) * ..."
428 msgstr "fac(x), devolve o fatorial de x. Obtido por x * (x - 1) * (x - 2) * ..."
430429
431430 #: functions.py:283
432431 msgid "floor(x), return the largest integer smaller than x."
480479 msgid ""
481480 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
482481 msgstr ""
483 "Or(x, y), disjunção lógica (\"Ou\"). Devolve Verdadeiro (True) se x e/ou y "
484 "forem verdadeiros, caso contrário devolve Falso (False)"
482 "Or(x, y), disjunção lógica (\"or\"). Devolve \"True\"(Verdadeiro) se x ou y "
483 "forem verdadeiros, caso contrário devolve \"Falso\"(Falso)"
485484
486485 #: functions.py:361
487486 msgid "pow(x, y), return x to the power y (x**y)"
488 msgstr "pow(x, y), devolve x elevado a y (x**y)"
487 msgstr "pow(x, y), devolve x elevado à potência y (x**y)"
489488
490489 #: functions.py:366
491490 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
500499 msgstr ""
501500 "rand_int([<maxval>]), devolve um número inteiro aleatório entre 0 e "
502501 "<maxval>, <maxval> é um argumento opcional e está definido para 65535 por "
503 "padrão."
502 "omissão."
504503
505504 #: functions.py:376
506505 msgid "round(x), return the integer nearest to x."
527526 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
528527 "the angle x"
529528 msgstr ""
530 "sin(x), devolve o seno de x. Esta é a coordenada y no círculo unitário no "
529 "sin(x), devolve o seno de x. Esta é a coordenada Y no círculo unitário no "
531530 "ângulo x"
532531
533532 #: functions.py:403
562561 "origin of the unit circle to the point on the unit circle defined by the "
563562 "angle x. Given by sin(x) / cos(x)"
564563 msgstr ""
565 "tan(x), devolve a tangente de x. Esta é a inclinação da linha desde a origem "
566 "do círculo unitário até ao ponto no círculo unitário definido pelo ângulo "
567 "x. Obtido por sin(x) / cos(x)"
564 "tan(x), devolve a tangente de x. Esta é a inclinação da linha que vai desde "
565 "a origem do círculo unitário até ao ponto no círculo unitário definido pelo "
566 "ângulo x. Obtido por sin(x) / cos(x)"
568567
569568 # English original is incorrect
570569 #: functions.py:439
577576 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
578577 "y is True (and x is False), else returns False"
579578 msgstr ""
580 "xor(x, y), disjunção exclusiva (\"Ou exclusivo\"). Devolve Verdadeiro (True ) "
581 "caso x é Verdadeiro e y é Falso, ou x é Falso e y é Verdadeiro. Caso "
582 "contrário devolve Falso (False)"
579 "xor(x, y), disjunção exclusiva (\"xor\"). Devolve \"True\"(Verdadeiro) se x é "
580 "Verdadeiro e y é Falso, ou y é Verdadeiro e x é Falso. Caso contrário "
581 "devolve \"False\"(Falso)"
583582
584583 #: layout.py:69
585584 msgid "Clear"
619618
620619 #: layout.py:199
621620 msgid "Change view between own and all equations"
622 msgstr "Mudar de visualização entre as tuas equações e todas as equações"
621 msgstr "Mudar a vista entre as tuas equações e todas as equações"
623622
624623 #: layout.py:202
625624 msgid "Show history"
631630
632631 #: layout.py:204
633632 msgid "Change view between history and variables"
634 msgstr "Mudar de visualização entre o histórico e as variáveis"
633 msgstr "Mudar a vista entre o histórico e as variáveis"
635634
636635 #. TRANS: multiplication symbol (default: '×')
637636 #: mathlib.py:82
686685
687686 #: toolbars.py:152
688687 msgid "Square root"
689 msgstr "Raíz quadrada"
688 msgstr "Raiz quadrada"
690689
691690 #: toolbars.py:157
692691 msgid "Inverse"
706705
707706 #: toolbars.py:180
708707 msgid "Factorial"
709 msgstr "Factorial"
708 msgstr "Fatorial"
710709
711710 #: toolbars.py:190
712711 msgid "Sine"
714713
715714 #: toolbars.py:194
716715 msgid "Cosine"
717 msgstr "Co-seno"
716 msgstr "Cosseno"
718717
719718 #: toolbars.py:198
720719 msgid "Tangent"
726725
727726 #: toolbars.py:208
728727 msgid "Arc cosine"
729 msgstr "Arco co-seno"
728 msgstr "Arco cosseno"
730729
731730 #: toolbars.py:212
732731 msgid "Arc tangent"
738737
739738 #: toolbars.py:222
740739 msgid "Hyperbolic cosine"
741 msgstr "Co-seno hiperbólico"
740 msgstr "Cosseno hiperbólico"
742741
743742 #: toolbars.py:226
744743 msgid "Hyperbolic tangent"
746745
747746 #: toolbars.py:236
748747 msgid "Logical and"
749 msgstr "Conjunção lógica (\"E\")"
748 msgstr "Conjunção lógica (\"and\")"
750749
751750 #: toolbars.py:240
752751 msgid "Logical or"
753 msgstr "Disjunção lógica (\"Ou\")"
752 msgstr "Disjunção lógica (\"or\")"
754753
755754 #: toolbars.py:250
756755 msgid "Equals"
778777
779778 #: toolbars.py:279
780779 msgid "Plot"
781 msgstr "Gráfico de função (Plot)"
780 msgstr "Traçar gráfico de função"
782781
783782 #: toolbars.py:286
784783 msgid "Degrees"
802801
803802 #: toolbars.py:320
804803 msgid "Integer formatting base"
805 msgstr "Base da formatação dos números inteiros"
804 msgstr "Base de formatação dos números inteiros"
806805
807806 #~ msgid "Enter"
808807 #~ msgstr "Introduzir"
+0
-753
po/qu.po less more
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 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 # POT file for the Calculate activity
9 # Copyright (C) 2007
10 # This file is distributed under the same license as the Calculate package.
11 # Reinier Heeres <reinier@heeres.eu>, 2007
12 #, fuzzy
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: PACKAGE VERSION\n"
16 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2011-08-14 05:07+0100\n"
18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
20 "Language-Team: LANGUAGE <LL@li.org>\n"
21 "Language: \n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "X-Generator: Translate Toolkit 1.0.1\n"
26
27 #: activity/activity.info:2
28 msgid "Calculate"
29 msgstr ""
30
31 #: functions.py:35
32 msgid "add"
33 msgstr ""
34
35 #: functions.py:36
36 msgid "abs"
37 msgstr ""
38
39 #: functions.py:37
40 msgid "acos"
41 msgstr ""
42
43 #: functions.py:38
44 msgid "acosh"
45 msgstr ""
46
47 #: functions.py:39
48 msgid "asin"
49 msgstr ""
50
51 #: functions.py:40
52 msgid "asinh"
53 msgstr ""
54
55 #: functions.py:41
56 msgid "atan"
57 msgstr ""
58
59 #: functions.py:42
60 msgid "atanh"
61 msgstr ""
62
63 #: functions.py:43
64 msgid "and"
65 msgstr ""
66
67 #: functions.py:44
68 msgid "b10bin"
69 msgstr ""
70
71 #: functions.py:45
72 msgid "ceil"
73 msgstr ""
74
75 #: functions.py:46
76 msgid "cos"
77 msgstr ""
78
79 #: functions.py:47
80 msgid "cosh"
81 msgstr ""
82
83 #: functions.py:48
84 msgid "div"
85 msgstr ""
86
87 #: functions.py:49
88 msgid "gcd"
89 msgstr ""
90
91 #: functions.py:50
92 msgid "exp"
93 msgstr ""
94
95 #: functions.py:51
96 msgid "factorial"
97 msgstr ""
98
99 #: functions.py:52
100 msgid "fac"
101 msgstr ""
102
103 #: functions.py:53
104 msgid "factorize"
105 msgstr ""
106
107 #: functions.py:54
108 msgid "floor"
109 msgstr ""
110
111 #: functions.py:55
112 msgid "inv"
113 msgstr ""
114
115 #: functions.py:56
116 msgid "is_int"
117 msgstr ""
118
119 #: functions.py:57
120 msgid "ln"
121 msgstr ""
122
123 #: functions.py:58
124 msgid "log10"
125 msgstr ""
126
127 #: functions.py:59
128 msgid "mul"
129 msgstr ""
130
131 #: functions.py:60
132 msgid "or"
133 msgstr ""
134
135 #: functions.py:61
136 msgid "rand_float"
137 msgstr ""
138
139 #: functions.py:62
140 msgid "rand_int"
141 msgstr ""
142
143 #: functions.py:63
144 msgid "round"
145 msgstr ""
146
147 #: functions.py:64
148 msgid "sin"
149 msgstr ""
150
151 #: functions.py:65
152 msgid "sinh"
153 msgstr ""
154
155 #: functions.py:66
156 msgid "sinc"
157 msgstr ""
158
159 #: functions.py:67
160 msgid "sqrt"
161 msgstr ""
162
163 #: functions.py:68
164 msgid "sub"
165 msgstr ""
166
167 #: functions.py:69
168 msgid "square"
169 msgstr ""
170
171 #: functions.py:70
172 msgid "tan"
173 msgstr ""
174
175 #: functions.py:71
176 msgid "tanh"
177 msgstr ""
178
179 #: functions.py:72
180 msgid "xor"
181 msgstr ""
182
183 #: functions.py:112
184 msgid "abs(x), return absolute value of x, which means -x for x < 0"
185 msgstr ""
186
187 #: functions.py:117
188 msgid ""
189 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
190 "is x. Defined for -1 <= x < 1"
191 msgstr ""
192
193 #: functions.py:123
194 msgid ""
195 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
196 "which the hyperbolic cosine equals x."
197 msgstr ""
198
199 #: functions.py:129
200 msgid ""
201 "And(x, y), logical and. Returns True if x and y are True, else returns False"
202 msgstr ""
203
204 #: functions.py:136
205 msgid "add(x, y), return x + y"
206 msgstr ""
207
208 #: functions.py:141
209 msgid ""
210 "asin(x), return the arc sine of x. This is the angle for which the sine is "
211 "x. Defined for -1 <= x <= 1"
212 msgstr ""
213
214 #: functions.py:147
215 msgid ""
216 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
217 "the hyperbolic sine equals x."
218 msgstr ""
219
220 #: functions.py:153
221 msgid ""
222 "atan(x), return the arc tangent of x. This is the angle for which the "
223 "tangent is x. Defined for all x"
224 msgstr ""
225
226 #: functions.py:159
227 msgid ""
228 "atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
229 "which the hyperbolic tangent equals x."
230 msgstr ""
231
232 #: functions.py:171
233 msgid "Number does not look binary in base 10"
234 msgstr ""
235
236 #: functions.py:178
237 msgid ""
238 "b10bin(x), interpret a number written in base 10 as binary, e.g.: b10bin"
239 "(10111) = 23,"
240 msgstr ""
241
242 #: functions.py:183
243 msgid "ceil(x), return the smallest integer larger than x."
244 msgstr ""
245
246 #: functions.py:188
247 msgid ""
248 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
249 "at the angle x"
250 msgstr ""
251
252 #: functions.py:194
253 msgid ""
254 "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
255 msgstr ""
256
257 #: functions.py:198
258 msgid "Can not divide by zero"
259 msgstr ""
260
261 #: functions.py:219
262 msgid "Invalid argument"
263 msgstr ""
264
265 #: functions.py:222
266 msgid ""
267 "gcd(a, b), determine the greatest common denominator of a and b. For "
268 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
269 msgstr ""
270
271 #: functions.py:227
272 msgid "exp(x), return the natural exponent of x. Given by e^x"
273 msgstr ""
274
275 #: functions.py:231
276 msgid "Factorial only defined for integers"
277 msgstr ""
278
279 #: functions.py:244
280 msgid ""
281 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
282 msgstr ""
283
284 #: functions.py:250
285 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
286 msgstr ""
287
288 #: functions.py:283
289 msgid "floor(x), return the largest integer smaller than x."
290 msgstr ""
291
292 #: functions.py:287
293 msgid "inv(x), return the inverse of x, which is 1 / x"
294 msgstr ""
295
296 #: functions.py:309
297 #: functions.py:318
298 msgid "Logarithm(x) only defined for x > 0"
299 msgstr ""
300
301 #: functions.py:311
302 msgid ""
303 "ln(x), return the natural logarithm of x. This is the value for which the "
304 "exponent exp() equals x. Defined for x >= 0."
305 msgstr ""
306
307 #: functions.py:320
308 msgid ""
309 "log10(x), return the base 10 logarithm of x. This is the value y for which "
310 "10^y equals x. Defined for x >= 0."
311 msgstr ""
312
313 #: functions.py:327
314 msgid "Can only calculate x modulo <integer>"
315 msgstr ""
316
317 #: functions.py:329
318 msgid ""
319 "mod(x, y), return the modulus of x with respect to y. This is the remainder "
320 "after dividing x by y."
321 msgstr ""
322
323 #: functions.py:337
324 msgid "mul(x, y), return x * y"
325 msgstr ""
326
327 #: functions.py:341
328 msgid "negate(x), return -x"
329 msgstr ""
330
331 #: functions.py:346
332 msgid ""
333 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
334 msgstr ""
335
336 #: functions.py:361
337 msgid "pow(x, y), return x to the power y (x**y)"
338 msgstr ""
339
340 #: functions.py:366
341 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
342 msgstr ""
343
344 #: functions.py:371
345 msgid ""
346 "rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
347 "<maxval> is an optional argument and is set to 65535 by default."
348 msgstr ""
349
350 #: functions.py:376
351 msgid "round(x), return the integer nearest to x."
352 msgstr ""
353
354 #: functions.py:382
355 #: functions.py:390
356 msgid "Bitwise operations only apply to integers"
357 msgstr ""
358
359 #: functions.py:384
360 msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
361 msgstr ""
362
363 #: functions.py:392
364 msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
365 msgstr ""
366
367 #: functions.py:397
368 msgid ""
369 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
370 "the angle x"
371 msgstr ""
372
373 #: functions.py:403
374 msgid ""
375 "sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
376 msgstr ""
377
378 #: functions.py:410
379 msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
380 msgstr ""
381
382 #: functions.py:415
383 msgid ""
384 "sqrt(x), return the square root of x. This is the value for which the square "
385 "equals x. Defined for x >= 0."
386 msgstr ""
387
388 #: functions.py:420
389 msgid "square(x), return x * x"
390 msgstr ""
391
392 #: functions.py:427
393 msgid "sub(x, y), return x - y"
394 msgstr ""
395
396 #: functions.py:432
397 msgid ""
398 "tan(x), return the tangent of x. This is the slope of the line from the "
399 "origin of the unit circle to the point on the unit circle defined by the "
400 "angle x. Given by sin(x) / cos(x)"
401 msgstr ""
402
403 #: functions.py:439
404 msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
405 msgstr ""
406
407 #: functions.py:444
408 msgid ""
409 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
410 "y is True (and x is False), else returns False"
411 msgstr ""
412
413 #: layout.py:68
414 msgid "Clear"
415 msgstr ""
416
417 #: layout.py:77
418 msgid "Enter"
419 msgstr ""
420
421 #: layout.py:98
422 #: layout.py:138
423 msgid "Edit"
424 msgstr ""
425
426 #: layout.py:103
427 #: layout.py:139
428 msgid "Algebra"
429 msgstr ""
430
431 #: layout.py:108
432 #: layout.py:140
433 msgid "Trigonometry"
434 msgstr ""
435
436 #: layout.py:113
437 #: layout.py:141
438 msgid "Boolean"
439 msgstr ""
440
441 #: layout.py:118
442 #: layout.py:142
443 msgid "Miscellaneous"
444 msgstr ""
445
446 #: layout.py:163
447 msgid "Label:"
448 msgstr ""
449
450 #: layout.py:196
451 msgid "All equations"
452 msgstr ""
453
454 #: layout.py:196
455 msgid "My equations"
456 msgstr ""
457
458 #: layout.py:198
459 msgid "Change view between own and all equations"
460 msgstr ""
461
462 #: layout.py:201
463 msgid "Show history"
464 msgstr ""
465
466 #: layout.py:201
467 msgid "Show variables"
468 msgstr ""
469
470 #: layout.py:203
471 msgid "Change view between history and variables"
472 msgstr ""
473
474 #. TRANS: multiplication symbol (default: '*')
475 #: mathlib.py:82
476 msgid "mul_sym"
477 msgstr ""
478
479 #. TRANS: division symbol (default: '/')
480 #: mathlib.py:87
481 msgid "div_sym"
482 msgstr ""
483
484 #: mathlib.py:211
485 msgid "Undefined"
486 msgstr ""
487
488 #: mathlib.py:221
489 msgid "Error: unsupported type"
490 msgstr ""
491
492 #: calculate.py:109
493 #, python-format
494 msgid "Equation.parse() string invalid (%s)"
495 msgstr ""
496
497 #: calculate.py:473
498 msgid "Can not assign label: will cause recursion"
499 msgstr ""
500
501 #: calculate.py:545
502 #, python-format
503 msgid "Writing to journal (%s)"
504 msgstr ""
505
506 #: calculate.py:828
507 msgid "button_pressed(): invalid type"
508 msgstr ""
509
510 #: toolbars.py:53
511 msgid "Help"
512 msgstr ""
513
514 #: toolbars.py:121
515 msgid "Copy"
516 msgstr ""
517
518 #: toolbars.py:122
519 msgid "<ctrl>c"
520 msgstr ""
521
522 #: toolbars.py:126
523 msgid "Cut"
524 msgstr ""
525
526 #: toolbars.py:129
527 msgid "<ctrl>x"
528 msgstr ""
529
530 #: toolbars.py:137
531 msgid "Paste"
532 msgstr ""
533
534 #: toolbars.py:147
535 msgid "Square"
536 msgstr ""
537
538 #: toolbars.py:152
539 msgid "Square root"
540 msgstr ""
541
542 #: toolbars.py:157
543 msgid "Inverse"
544 msgstr ""
545
546 #: toolbars.py:164
547 msgid "e to the power x"
548 msgstr ""
549
550 #: toolbars.py:169
551 msgid "x to the power y"
552 msgstr ""
553
554 #: toolbars.py:174
555 msgid "Natural logarithm"
556 msgstr ""
557
558 #: toolbars.py:180
559 msgid "Factorial"
560 msgstr ""
561
562 #: toolbars.py:190
563 msgid "Sine"
564 msgstr ""
565
566 #: toolbars.py:194
567 msgid "Cosine"
568 msgstr ""
569
570 #: toolbars.py:198
571 msgid "Tangent"
572 msgstr ""
573
574 #: toolbars.py:204
575 msgid "Arc sine"
576 msgstr ""
577
578 #: toolbars.py:208
579 msgid "Arc cosine"
580 msgstr ""
581
582 #: toolbars.py:212
583 msgid "Arc tangent"
584 msgstr ""
585
586 #: toolbars.py:218
587 msgid "Hyperbolic sine"
588 msgstr ""
589
590 #: toolbars.py:222
591 msgid "Hyperbolic cosine"
592 msgstr ""
593
594 #: toolbars.py:226
595 msgid "Hyperbolic tangent"
596 msgstr ""
597
598 #: toolbars.py:236
599 msgid "Logical and"
600 msgstr ""
601
602 #: toolbars.py:240
603 msgid "Logical or"
604 msgstr ""
605
606 #: toolbars.py:250
607 msgid "Equals"
608 msgstr ""
609
610 #: toolbars.py:253
611 msgid "Not equals"
612 msgstr ""
613
614 #: toolbars.py:262
615 msgid "Pi"
616 msgstr ""
617
618 #: toolbars.py:266
619 msgid "e"
620 msgstr ""
621
622 #: toolbars.py:269
623 msgid "γ"
624 msgstr ""
625
626 #: toolbars.py:272
627 msgid "φ"
628 msgstr ""
629
630 #: toolbars.py:279
631 msgid "Plot"
632 msgstr ""
633
634 #: toolbars.py:286
635 msgid "Degrees"
636 msgstr ""
637
638 #: toolbars.py:287
639 msgid "Radians"
640 msgstr ""
641
642 #: toolbars.py:291
643 msgid "Degrees / Radians"
644 msgstr ""
645
646 #: toolbars.py:300
647 msgid "Exponent / Scientific notation"
648 msgstr ""
649
650 #: toolbars.py:310
651 msgid "Number of shown digits"
652 msgstr ""
653
654 #: toolbars.py:320
655 msgid "Integer formatting base"
656 msgstr ""
657
658 #: astparser.py:40
659 msgid ""
660 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
661 "range from a to b"
662 msgstr ""
663
664 #: astparser.py:59
665 #, python-format
666 msgid "Parse error at %d"
667 msgstr ""
668
669 #: astparser.py:71
670 #: astparser.py:83
671 #, python-format
672 msgid "Error at %d"
673 msgstr ""
674
675 #: astparser.py:94
676 msgid "This is just a test topic, use help(index) for the index"
677 msgstr ""
678
679 #: astparser.py:106
680 msgid "Use help(test) for help about 'test', or help(index) for the index"
681 msgstr ""
682
683 #. TRANS: This command is descriptive, so can be translated
684 #: astparser.py:109
685 msgid "index"
686 msgstr ""
687
688 #: astparser.py:109
689 msgid "topics"
690 msgstr ""
691
692 #: astparser.py:110
693 msgid "Topics"
694 msgstr ""
695
696 #. TRANS: This command is descriptive, so can be translated
697 #: astparser.py:118
698 msgid "variables"
699 msgstr ""
700
701 #: astparser.py:119
702 msgid "Variables"
703 msgstr ""
704
705 #. TRANS: This command is descriptive, so can be translated
706 #: astparser.py:125
707 msgid "functions"
708 msgstr ""
709
710 #: astparser.py:126
711 msgid "Functions"
712 msgstr ""
713
714 #: astparser.py:135
715 #, python-format
716 msgid "No help about '%s' available, use help(index) for the index"
717 msgstr ""
718
719 #: astparser.py:459
720 msgid "help"
721 msgstr ""
722
723 #: astparser.py:466
724 msgid "Recursion detected"
725 msgstr ""
726
727 #: astparser.py:490
728 #, python-format
729 msgid "Function '%s' not defined"
730 msgstr ""
731
732 #: astparser.py:492
733 #, python-format
734 msgid "Variable '%s' not defined"
735 msgstr ""
736
737 #: astparser.py:502
738 #, python-format
739 msgid "Attribute '%s' does not exist"
740 msgstr ""
741
742 #: astparser.py:596
743 msgid "Parse error"
744 msgstr ""
745
746 #: astparser.py:601
747 msgid "Multiple statements not supported"
748 msgstr ""
749
750 #: astparser.py:625
751 msgid "Internal error"
752 msgstr ""
127127
128128 #: calculate.py:109
129129 #, python-format
130 #, python-format,
130 #, python-format,
131131 msgid "Equation.parse() string invalid (%s)"
132132 msgstr "Equation.parse() string invalid (%s)"
133133
318318 msgstr ""
319319
320320 #: functions.py:136
321 #, fuzzy
321322 msgid "add(x, y), return x + y"
322 msgstr ""
323 msgstr "sub(x, y), return x - y"
323324
324325 #: functions.py:141
325326 msgid ""
436437 msgstr ""
437438
438439 #: functions.py:337
440 #, fuzzy
439441 msgid "mul(x, y), return x * y"
440 msgstr ""
442 msgstr "sub(x, y), return x - y"
441443
442444 #: functions.py:341
443445 msgid "negate(x), return -x"
+0
-746
po/tpi.po less more
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 # SOME DESCRIPTIVE TITLE.
5 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
6 # This file is distributed under the same license as the PACKAGE package.
7 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 # SOME DESCRIPTIVE TITLE.
9 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
10 # This file is distributed under the same license as the PACKAGE package.
11 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
12 #, fuzzy
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: PACKAGE VERSION\n"
16 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
20 "Language-Team: LANGUAGE <LL@li.org>\n"
21 "Language: \n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "X-Generator: Translate Toolkit 1.1.1rc4\n"
26
27 #: activity/activity.info:2
28 msgid "Calculate"
29 msgstr ""
30
31 #: astparser.py:40
32 msgid ""
33 "plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
34 "range from a to b"
35 msgstr ""
36
37 #: astparser.py:59
38 #, python-format
39 msgid "Parse error at %d"
40 msgstr ""
41
42 #: astparser.py:71 astparser.py:83
43 #, python-format
44 msgid "Error at %d"
45 msgstr ""
46
47 #: astparser.py:94
48 msgid "This is just a test topic, use help(index) for the index"
49 msgstr ""
50
51 #: astparser.py:106
52 msgid "Use help(test) for help about 'test', or help(index) for the index"
53 msgstr ""
54
55 #. TRANS: This command is descriptive, so can be translated
56 #: astparser.py:109
57 msgid "index"
58 msgstr ""
59
60 #: astparser.py:109
61 msgid "topics"
62 msgstr ""
63
64 #: astparser.py:110
65 msgid "Topics"
66 msgstr ""
67
68 #. TRANS: This command is descriptive, so can be translated
69 #: astparser.py:118
70 msgid "variables"
71 msgstr ""
72
73 #: astparser.py:119
74 msgid "Variables"
75 msgstr ""
76
77 #. TRANS: This command is descriptive, so can be translated
78 #: astparser.py:125
79 msgid "functions"
80 msgstr ""
81
82 #: astparser.py:126
83 msgid "Functions"
84 msgstr ""
85
86 #: astparser.py:135
87 #, python-format
88 msgid "No help about '%s' available, use help(index) for the index"
89 msgstr ""
90
91 #: astparser.py:459
92 msgid "help"
93 msgstr ""
94
95 #: astparser.py:466
96 msgid "Recursion detected"
97 msgstr ""
98
99 #: astparser.py:490
100 #, python-format
101 msgid "Function '%s' not defined"
102 msgstr ""
103
104 #: astparser.py:492
105 #, python-format
106 msgid "Variable '%s' not defined"
107 msgstr ""
108
109 #: astparser.py:502
110 #, python-format
111 msgid "Attribute '%s' does not exist"
112 msgstr ""
113
114 #: astparser.py:596
115 msgid "Parse error"
116 msgstr ""
117
118 #: astparser.py:601
119 msgid "Multiple statements not supported"
120 msgstr ""
121
122 #: astparser.py:625
123 msgid "Internal error"
124 msgstr ""
125
126 #: calculate.py:109
127 #, python-format
128 msgid "Equation.parse() string invalid (%s)"
129 msgstr ""
130
131 #: calculate.py:474
132 msgid "Can not assign label: will cause recursion"
133 msgstr ""
134
135 #: calculate.py:546
136 #, python-format
137 msgid "Writing to journal (%s)"
138 msgstr ""
139
140 #: calculate.py:829
141 msgid "button_pressed(): invalid type"
142 msgstr ""
143
144 #: functions.py:35
145 msgid "add"
146 msgstr ""
147
148 #: functions.py:36
149 msgid "abs"
150 msgstr ""
151
152 #: functions.py:37
153 msgid "acos"
154 msgstr ""
155
156 #: functions.py:38
157 msgid "acosh"
158 msgstr ""
159
160 #: functions.py:39
161 msgid "asin"
162 msgstr ""
163
164 #: functions.py:40
165 msgid "asinh"
166 msgstr ""
167
168 #: functions.py:41
169 msgid "atan"
170 msgstr ""
171
172 #: functions.py:42
173 msgid "atanh"
174 msgstr ""
175
176 #: functions.py:43
177 msgid "and"
178 msgstr ""
179
180 #: functions.py:44
181 msgid "b10bin"
182 msgstr ""
183
184 #: functions.py:45
185 msgid "ceil"
186 msgstr ""
187
188 #: functions.py:46
189 msgid "cos"
190 msgstr ""
191
192 #: functions.py:47
193 msgid "cosh"
194 msgstr ""
195
196 #: functions.py:48
197 msgid "div"
198 msgstr ""
199
200 #: functions.py:49
201 msgid "gcd"
202 msgstr ""
203
204 #: functions.py:50
205 msgid "exp"
206 msgstr ""
207
208 #: functions.py:51
209 msgid "factorial"
210 msgstr ""
211
212 #: functions.py:52
213 msgid "fac"
214 msgstr ""
215
216 #: functions.py:53
217 msgid "factorize"
218 msgstr ""
219
220 #: functions.py:54
221 msgid "floor"
222 msgstr ""
223
224 #: functions.py:55
225 msgid "inv"
226 msgstr ""
227
228 #: functions.py:56
229 msgid "is_int"
230 msgstr ""
231
232 #: functions.py:57
233 msgid "ln"
234 msgstr ""
235
236 #: functions.py:58
237 msgid "log10"
238 msgstr ""
239
240 #: functions.py:59
241 msgid "mul"
242 msgstr ""
243
244 #: functions.py:60
245 msgid "or"
246 msgstr ""
247
248 #: functions.py:61
249 msgid "rand_float"
250 msgstr ""
251
252 #: functions.py:62
253 msgid "rand_int"
254 msgstr ""
255
256 #: functions.py:63
257 msgid "round"
258 msgstr ""
259
260 #: functions.py:64
261 msgid "sin"
262 msgstr ""
263
264 #: functions.py:65
265 msgid "sinh"
266 msgstr ""
267
268 #: functions.py:66
269 msgid "sinc"
270 msgstr ""
271
272 #: functions.py:67
273 msgid "sqrt"
274 msgstr ""
275
276 #: functions.py:68
277 msgid "sub"
278 msgstr ""
279
280 #: functions.py:69
281 msgid "square"
282 msgstr ""
283
284 #: functions.py:70
285 msgid "tan"
286 msgstr ""
287
288 #: functions.py:71
289 msgid "tanh"
290 msgstr ""
291
292 #: functions.py:72
293 msgid "xor"
294 msgstr ""
295
296 #: functions.py:112
297 msgid "abs(x), return absolute value of x, which means -x for x < 0"
298 msgstr ""
299
300 #: functions.py:117
301 msgid ""
302 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
303 "is x. Defined for -1 <= x < 1"
304 msgstr ""
305
306 #: functions.py:123
307 msgid ""
308 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
309 "which the hyperbolic cosine equals x."
310 msgstr ""
311
312 #: functions.py:129
313 msgid ""
314 "And(x, y), logical and. Returns True if x and y are True, else returns False"
315 msgstr ""
316
317 #: functions.py:136
318 msgid "add(x, y), return x + y"
319 msgstr ""
320
321 #: functions.py:141
322 msgid ""
323 "asin(x), return the arc sine of x. This is the angle for which the sine is "
324 "x. Defined for -1 <= x <= 1"
325 msgstr ""
326
327 #: functions.py:147
328 msgid ""
329 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
330 "the hyperbolic sine equals x."
331 msgstr ""
332
333 #: functions.py:153
334 msgid ""
335 "atan(x), return the arc tangent of x. This is the angle for which the "
336 "tangent is x. Defined for all x"
337 msgstr ""
338
339 #: functions.py:159
340 msgid ""
341 "atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
342 "which the hyperbolic tangent equals x."
343 msgstr ""
344
345 #: functions.py:171
346 msgid "Number does not look binary in base 10"
347 msgstr ""
348
349 #: functions.py:178
350 msgid ""
351 "b10bin(x), interpret a number written in base 10 as binary, e.g.: b10bin"
352 "(10111) = 23,"
353 msgstr ""
354
355 #: functions.py:183
356 msgid "ceil(x), return the smallest integer larger than x."
357 msgstr ""
358
359 #: functions.py:188
360 msgid ""
361 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
362 "at the angle x"
363 msgstr ""
364
365 #: functions.py:194
366 msgid ""
367 "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
368 msgstr ""
369
370 #: functions.py:198
371 msgid "Can not divide by zero"
372 msgstr ""
373
374 #: functions.py:219
375 msgid "Invalid argument"
376 msgstr ""
377
378 #: functions.py:222
379 msgid ""
380 "gcd(a, b), determine the greatest common denominator of a and b. For "
381 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
382 msgstr ""
383
384 #: functions.py:227
385 msgid "exp(x), return the natural exponent of x. Given by e^x"
386 msgstr ""
387
388 #: functions.py:231
389 msgid "Factorial only defined for integers"
390 msgstr ""
391
392 #: functions.py:244
393 msgid ""
394 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
395 msgstr ""
396
397 #: functions.py:250
398 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
399 msgstr ""
400
401 #: functions.py:283
402 msgid "floor(x), return the largest integer smaller than x."
403 msgstr ""
404
405 #: functions.py:287
406 msgid "inv(x), return the inverse of x, which is 1 / x"
407 msgstr ""
408
409 #: functions.py:309 functions.py:318
410 msgid "Logarithm(x) only defined for x > 0"
411 msgstr ""
412
413 #: functions.py:311
414 msgid ""
415 "ln(x), return the natural logarithm of x. This is the value for which the "
416 "exponent exp() equals x. Defined for x >= 0."
417 msgstr ""
418
419 #: functions.py:320
420 msgid ""
421 "log10(x), return the base 10 logarithm of x. This is the value y for which "
422 "10^y equals x. Defined for x >= 0."
423 msgstr ""
424
425 #: functions.py:327
426 msgid "Can only calculate x modulo <integer>"
427 msgstr ""
428
429 #: functions.py:329
430 msgid ""
431 "mod(x, y), return the modulus of x with respect to y. This is the remainder "
432 "after dividing x by y."
433 msgstr ""
434
435 #: functions.py:337
436 msgid "mul(x, y), return x * y"
437 msgstr ""
438
439 #: functions.py:341
440 msgid "negate(x), return -x"
441 msgstr ""
442
443 #: functions.py:346
444 msgid ""
445 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
446 msgstr ""
447
448 #: functions.py:361
449 msgid "pow(x, y), return x to the power y (x**y)"
450 msgstr ""
451
452 #: functions.py:366
453 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
454 msgstr ""
455
456 #: functions.py:371
457 msgid ""
458 "rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
459 "<maxval> is an optional argument and is set to 65535 by default."
460 msgstr ""
461
462 #: functions.py:376
463 msgid "round(x), return the integer nearest to x."
464 msgstr ""
465
466 #: functions.py:382 functions.py:390
467 msgid "Bitwise operations only apply to integers"
468 msgstr ""
469
470 #: functions.py:384
471 msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
472 msgstr ""
473
474 #: functions.py:392
475 msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
476 msgstr ""
477
478 #: functions.py:397
479 msgid ""
480 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
481 "the angle x"
482 msgstr ""
483
484 #: functions.py:403
485 msgid ""
486 "sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
487 msgstr ""
488
489 #: functions.py:410
490 msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
491 msgstr ""
492
493 #: functions.py:415
494 msgid ""
495 "sqrt(x), return the square root of x. This is the value for which the square "
496 "equals x. Defined for x >= 0."
497 msgstr ""
498
499 #: functions.py:420
500 msgid "square(x), return x * x"
501 msgstr ""
502
503 #: functions.py:427
504 msgid "sub(x, y), return x - y"
505 msgstr ""
506
507 #: functions.py:432
508 msgid ""
509 "tan(x), return the tangent of x. This is the slope of the line from the "
510 "origin of the unit circle to the point on the unit circle defined by the "
511 "angle x. Given by sin(x) / cos(x)"
512 msgstr ""
513
514 #: functions.py:439
515 msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
516 msgstr ""
517
518 #: functions.py:444
519 msgid ""
520 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
521 "y is True (and x is False), else returns False"
522 msgstr ""
523
524 #: layout.py:69
525 msgid "Clear"
526 msgstr ""
527
528 #: layout.py:99 layout.py:139
529 msgid "Edit"
530 msgstr ""
531
532 #: layout.py:104 layout.py:140
533 msgid "Algebra"
534 msgstr ""
535
536 #: layout.py:109 layout.py:141
537 msgid "Trigonometry"
538 msgstr ""
539
540 #: layout.py:114 layout.py:142
541 msgid "Boolean"
542 msgstr ""
543
544 #: layout.py:119 layout.py:143
545 msgid "Miscellaneous"
546 msgstr ""
547
548 #: layout.py:164
549 msgid "Label:"
550 msgstr ""
551
552 #: layout.py:197
553 msgid "All equations"
554 msgstr ""
555
556 #: layout.py:197
557 msgid "My equations"
558 msgstr ""
559
560 #: layout.py:199
561 msgid "Change view between own and all equations"
562 msgstr ""
563
564 #: layout.py:202
565 msgid "Show history"
566 msgstr ""
567
568 #: layout.py:202
569 msgid "Show variables"
570 msgstr ""
571
572 #: layout.py:204
573 msgid "Change view between history and variables"
574 msgstr ""
575
576 #. TRANS: multiplication symbol (default: '×')
577 #: mathlib.py:82
578 msgid "mul_sym"
579 msgstr ""
580
581 #. TRANS: division symbol (default: '÷')
582 #: mathlib.py:87
583 msgid "div_sym"
584 msgstr ""
585
586 #. TRANS: equal symbol (default: '=')
587 #: mathlib.py:92
588 msgid "equ_sym"
589 msgstr ""
590
591 #: mathlib.py:216
592 msgid "Undefined"
593 msgstr ""
594
595 #: mathlib.py:226
596 msgid "Error: unsupported type"
597 msgstr ""
598
599 #: toolbars.py:53
600 msgid "Help"
601 msgstr ""
602
603 #: toolbars.py:121
604 msgid "Copy"
605 msgstr ""
606
607 #: toolbars.py:122
608 msgid "<ctrl>c"
609 msgstr ""
610
611 #: toolbars.py:126
612 msgid "Cut"
613 msgstr ""
614
615 #: toolbars.py:129
616 msgid "<ctrl>x"
617 msgstr ""
618
619 #: toolbars.py:137
620 msgid "Paste"
621 msgstr ""
622
623 #: toolbars.py:147
624 msgid "Square"
625 msgstr ""
626
627 #: toolbars.py:152
628 msgid "Square root"
629 msgstr ""
630
631 #: toolbars.py:157
632 msgid "Inverse"
633 msgstr ""
634
635 #: toolbars.py:164
636 msgid "e to the power x"
637 msgstr ""
638
639 #: toolbars.py:169
640 msgid "x to the power y"
641 msgstr ""
642
643 #: toolbars.py:174
644 msgid "Natural logarithm"
645 msgstr ""
646
647 #: toolbars.py:180
648 msgid "Factorial"
649 msgstr ""
650
651 #: toolbars.py:190
652 msgid "Sine"
653 msgstr ""
654
655 #: toolbars.py:194
656 msgid "Cosine"
657 msgstr ""
658
659 #: toolbars.py:198
660 msgid "Tangent"
661 msgstr ""
662
663 #: toolbars.py:204
664 msgid "Arc sine"
665 msgstr ""
666
667 #: toolbars.py:208
668 msgid "Arc cosine"
669 msgstr ""
670
671 #: toolbars.py:212
672 msgid "Arc tangent"
673 msgstr ""
674
675 #: toolbars.py:218
676 msgid "Hyperbolic sine"
677 msgstr ""
678
679 #: toolbars.py:222
680 msgid "Hyperbolic cosine"
681 msgstr ""
682
683 #: toolbars.py:226
684 msgid "Hyperbolic tangent"
685 msgstr ""
686
687 #: toolbars.py:236
688 msgid "Logical and"
689 msgstr ""
690
691 #: toolbars.py:240
692 msgid "Logical or"
693 msgstr ""
694
695 #: toolbars.py:250
696 msgid "Equals"
697 msgstr ""
698
699 #: toolbars.py:253
700 msgid "Not equals"
701 msgstr ""
702
703 #: toolbars.py:262
704 msgid "Pi"
705 msgstr ""
706
707 #: toolbars.py:266
708 msgid "e"
709 msgstr ""
710
711 #: toolbars.py:269
712 msgid "γ"
713 msgstr ""
714
715 #: toolbars.py:272
716 msgid "φ"
717 msgstr ""
718
719 #: toolbars.py:279
720 msgid "Plot"
721 msgstr ""
722
723 #: toolbars.py:286
724 msgid "Degrees"
725 msgstr ""
726
727 #: toolbars.py:287
728 msgid "Radians"
729 msgstr ""
730
731 #: toolbars.py:291
732 msgid "Degrees / Radians"
733 msgstr ""
734
735 #: toolbars.py:300
736 msgid "Exponent / Scientific notation"
737 msgstr ""
738
739 #: toolbars.py:310
740 msgid "Number of shown digits"
741 msgstr ""
742
743 #: toolbars.py:320
744 msgid "Integer formatting base"
745 msgstr ""
1414 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
1616 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
17 "PO-Revision-Date: 2012-03-22 06:32+0200\n"
17 "PO-Revision-Date: 2012-03-24 05:04+0200\n"
1818 "Last-Translator: lite <litekok@gmail.com>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2020 "Language: zh_CN\n"
148148
149149 #: functions.py:35
150150 msgid "add"
151 msgstr "加add"
151 msgstr "相加add"
152152
153153 #: functions.py:36
154154 msgid "abs"
184184
185185 #: functions.py:44
186186 msgid "b10bin"
187 msgstr "十进制转二进制b10bin"
187 msgstr "二进制转十进制b10bin"
188188
189189 #: functions.py:45
190190 msgid "ceil"
208208
209209 #: functions.py:50
210210 msgid "exp"
211 msgstr "exp"
211 msgstr "e 的指定数乘幂exp"
212212
213213 #: functions.py:51
214 #, fuzzy
215214 msgid "factorial"
216 msgstr "阶乘"
215 msgstr "阶乘函数factorial"
217216
218217 #: functions.py:52
219218 msgid "fac"
220 msgstr "fac"
219 msgstr "阶乘fac"
221220
222221 #: functions.py:53
223 #, fuzzy
224222 msgid "factorize"
225 msgstr "阶乘"
223 msgstr "因式分解factorize"
226224
227225 #: functions.py:54
228226 msgid "floor"
229 msgstr ""
227 msgstr "舍去法取整floor"
230228
231229 #: functions.py:55
232230 msgid "inv"
233 msgstr ""
231 msgstr "矩阵的逆inv"
234232
235233 #: functions.py:56
236234 msgid "is_int"
237 msgstr ""
235 msgstr "是整数吗?"
238236
239237 #: functions.py:57
240238 msgid "ln"
241 msgstr "ln"
239 msgstr "自然对数ln"
242240
243241 #: functions.py:58
244242 msgid "log10"
245 msgstr ""
243 msgstr "常用对数log10"
246244
247245 #: functions.py:59
248246 msgid "mul"
249 msgstr ""
247 msgstr "相乘mul"
250248
251249 #: functions.py:60
252250 msgid "or"
253 msgstr "or"
251 msgstr "或or"
254252
255253 #: functions.py:61
256254 msgid "rand_float"
257 msgstr ""
255 msgstr "随机浮点数rand_float"
258256
259257 #: functions.py:62
260258 msgid "rand_int"
261 msgstr ""
259 msgstr "随机整数rand_int"
262260
263261 #: functions.py:63
264262 msgid "round"
265 msgstr ""
263 msgstr "四舍五入法取整round"
266264
267265 #: functions.py:64
268 #, fuzzy
269266 msgid "sin"
270 msgstr "sin"
267 msgstr "正弦sin"
271268
272269 #: functions.py:65
273 #, fuzzy
274270 msgid "sinh"
275 msgstr "sinh"
271 msgstr "双曲正弦sinh"
276272
277273 #: functions.py:66
278 #, fuzzy
279274 msgid "sinc"
280 msgstr "sinc"
275 msgstr "sinc函数"
281276
282277 #: functions.py:67
283278 msgid "sqrt"
284 msgstr "sqrt"
279 msgstr "平方根sqrt"
285280
286281 #: functions.py:68
287282 msgid "sub"
288 msgstr ""
283 msgstr "相减sub"
289284
290285 #: functions.py:69
291286 msgid "square"
292 msgstr "square"
287 msgstr "平方square"
293288
294289 #: functions.py:70
295 #, fuzzy
296290 msgid "tan"
297 msgstr "tan"
291 msgstr "正切tan"
298292
299293 #: functions.py:71
300 #, fuzzy
301294 msgid "tanh"
302 msgstr "tanh"
295 msgstr "双曲正切tanh"
303296
304297 #: functions.py:72
305298 msgid "xor"
306 msgstr "xor"
299 msgstr "异或xor"
307300
308301 #: functions.py:112
309302 msgid "abs(x), return absolute value of x, which means -x for x < 0"
310 msgstr ""
303 msgstr "abs(x),返回x的绝对值,当 x<0 时该值为 -x"
311304
312305 #: functions.py:117
313306 msgid ""
319312 msgid ""
320313 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
321314 "which the hyperbolic cosine equals x."
322 msgstr ""
315 msgstr "acosh(x),返回x的双曲余弦。该值的双曲余弦等于x。"
323316
324317 #: functions.py:129
325 #, fuzzy
326318 msgid ""
327319 "And(x, y), logical and. Returns True if x and y are True, else returns False"
328 msgstr "and(x, y),逻辑与。x,y都为真则为真,否则为假。"
320 msgstr "and(x, y),逻辑与。x,y都为真则为真,否则为假"
329321
330322 #: functions.py:136
331323 msgid "add(x, y), return x + y"
332 msgstr ""
324 msgstr "add(x, y),返回 x + y"
333325
334326 #: functions.py:141
335 #, fuzzy
336327 msgid ""
337328 "asin(x), return the arc sine of x. This is the angle for which the sine is "
338329 "x. Defined for -1 <= x <= 1"
342333 msgid ""
343334 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
344335 "the hyperbolic sine equals x."
345 msgstr ""
336 msgstr "asinh(x),返回x的双曲正弦。该值的双曲正弦等于x。"
346337
347338 #: functions.py:153
348339 msgid ""
354345 msgid ""
355346 "atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
356347 "which the hyperbolic tangent equals x."
357 msgstr ""
348 msgstr "atanh(x),返回x的双曲正切。该值的双曲正切等于x。"
358349
359350 #: functions.py:171
360351 msgid "Number does not look binary in base 10"
361 msgstr ""
352 msgstr "数值不是二进制数"
362353
363354 #: functions.py:178
364355 msgid ""
365356 "b10bin(x), interpret a number written in base 10 as binary, e.g.: b10bin"
366357 "(10111) = 23,"
367 msgstr ""
358 msgstr "b10bin(x),转换二进制成十进制,例如 b10bin(10111)=23,"
368359
369360 #: functions.py:183
370361 msgid "ceil(x), return the smallest integer larger than x."
371 msgstr ""
362 msgstr "ceil(x),返回大于x的最小整数。"
372363
373364 #: functions.py:188
374365 msgid ""
383374
384375 #: functions.py:198
385376 msgid "Can not divide by zero"
386 msgstr ""
377 msgstr "不能被零除"
387378
388379 #: functions.py:219
389380 msgid "Invalid argument"
390 msgstr ""
381 msgstr "无效的参数"
391382
392383 #: functions.py:222
393384 msgid ""
394385 "gcd(a, b), determine the greatest common denominator of a and b. For "
395386 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
396 msgstr ""
387 msgstr "gcd(a, b),返回a和b的最大公约数。例如,15和18的最大公约数为3。"
397388
398389 #: functions.py:227
399390 msgid "exp(x), return the natural exponent of x. Given by e^x"
401392
402393 #: functions.py:231
403394 msgid "Factorial only defined for integers"
404 msgstr ""
395 msgstr "只能是整数的阶乘"
405396
406397 #: functions.py:244
407 #, fuzzy
408398 msgid ""
409399 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
410 msgstr "fac(x),返回x的阶乘,也就是x * (x - 1) * (x - 2) * ..."
400 msgstr "factorial(n),返回n的阶乘,也就是n * (n - 1) * (n - 2) * ..."
411401
412402 #: functions.py:250
413403 msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
414 msgstr "fac(x),返回x的阶乘,也就是x * (x - 1) * (x - 2) * ..."
404 msgstr "fac(x),返回x的阶乘,也就是x * (x - 1) * (x - 2) * ..."
415405
416406 #: functions.py:283
417407 msgid "floor(x), return the largest integer smaller than x."
418 msgstr ""
408 msgstr "floor(x),返回小于x的最大整数。"
419409
420410 #: functions.py:287
421411 msgid "inv(x), return the inverse of x, which is 1 / x"
422 msgstr ""
412 msgstr "inv(x),返回x的倒数,即 1 / x"
423413
424414 #: functions.py:309 functions.py:318
425415 msgid "Logarithm(x) only defined for x > 0"
426 msgstr ""
416 msgstr "Logarithm(x)中x只能>0"
427417
428418 #: functions.py:311
429419 msgid ""
430420 "ln(x), return the natural logarithm of x. This is the value for which the "
431421 "exponent exp() equals x. Defined for x >= 0."
432 msgstr "ln(x), 返回x的自然对数值,也就是当exp()等于x的值。定义x >= 0。"
422 msgstr "ln(x),返回x的自然对数值,也就是当exp()等于x的值。定义x >= 0。"
433423
434424 #: functions.py:320
435425 msgid ""
436426 "log10(x), return the base 10 logarithm of x. This is the value y for which "
437427 "10^y equals x. Defined for x >= 0."
438 msgstr ""
428 msgstr "log10(x),返回底数为 10的x的对数值. 也就是10^y等于x的y值。x 必须 >= 0。"
439429
440430 #: functions.py:327
441431 msgid "Can only calculate x modulo <integer>"
442 msgstr ""
432 msgstr "只能计算 x 整除 <integer> 的余数"
443433
444434 #: functions.py:329
445435 msgid ""
446436 "mod(x, y), return the modulus of x with respect to y. This is the remainder "
447437 "after dividing x by y."
448 msgstr ""
438 msgstr "mod(x, y),返回x对于y的模。也就是x整除y的余数。"
449439
450440 #: functions.py:337
451441 msgid "mul(x, y), return x * y"
452 msgstr ""
442 msgstr "mul(x, y),返回 x * y"
453443
454444 #: functions.py:341
455445 msgid "negate(x), return -x"
456 msgstr ""
446 msgstr "negate(x),返回 -x"
457447
458448 #: functions.py:346
459 #, fuzzy
460449 msgid ""
461450 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
462 msgstr "or(x, y), 逻辑或。只要x或y有一个为真则为真,否则为假"
451 msgstr "or(x, y),逻辑或。只要x或y有一个为真则为真,否则为假"
463452
464453 #: functions.py:361
465454 msgid "pow(x, y), return x to the power y (x**y)"
466 msgstr ""
455 msgstr "pow(x, y),返回x的y次方 (x**y)"
467456
468457 #: functions.py:366
469458 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
470 msgstr ""
459 msgstr "rand_float(),返回0.0和1.0之间的一个随机浮点数"
471460
472461 #: functions.py:371
473462 msgid ""
474463 "rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
475464 "<maxval> is an optional argument and is set to 65535 by default."
476 msgstr ""
465 msgstr "rand_int([<maxval>]),返回0和 <maxval> 之间的一个随机整数。<maxval>是可选参赛,缺省值为65535。"
477466
478467 #: functions.py:376
479468 msgid "round(x), return the integer nearest to x."
480 msgstr ""
469 msgstr "round(x),返回最接近x的整数。"
481470
482471 #: functions.py:382 functions.py:390
483472 msgid "Bitwise operations only apply to integers"
484 msgstr ""
473 msgstr "位运算只适用于整数"
485474
486475 #: functions.py:384
487476 msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
488 msgstr ""
477 msgstr "shift_left(x, y),将x向左位移y位(每位乘以2)"
489478
490479 #: functions.py:392
491480 msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
492 msgstr ""
481 msgstr "shift_right(x, y),将x向右位移y位(每位除以2)"
493482
494483 #: functions.py:397
495484 msgid ""
504493
505494 #: functions.py:410
506495 msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
507 msgstr ""
496 msgstr "sinc(x), 返回x的sinc值。也就是 sin(x)/x。"
508497
509498 #: functions.py:415
510499 msgid ""
514503
515504 #: functions.py:420
516505 msgid "square(x), return x * x"
517 msgstr ""
506 msgstr "square(x), 返回 x * x"
518507
519508 #: functions.py:427
520509 msgid "sub(x, y), return x - y"
521 msgstr ""
510 msgstr "sub(x, y), 返回 x - y"
522511
523512 #: functions.py:432
524513 msgid ""
528517 msgstr "tan(x), 返回x的正切值,也就是单位圆上,通过圆心与横轴夹角为x的直线的斜率,即sin(x) / cos(x)"
529518
530519 #: functions.py:439
531 #, fuzzy
532520 msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
533 msgstr "sinh(x), 返回x的双曲正切值,即 sinh(x) / cosh(x)"
521 msgstr "sinh(x), 返回x的双曲正切值,也就是 sinh(x) / cosh(x)"
534522
535523 #: functions.py:444
536524 msgid ""
560548
561549 #: layout.py:119 layout.py:143
562550 msgid "Miscellaneous"
563 msgstr ""
551 msgstr "杂项"
564552
565553 #: layout.py:164
566554 msgid "Label:"
576564
577565 #: layout.py:199
578566 msgid "Change view between own and all equations"
579 msgstr ""
567 msgstr "在个人视图和所有方程视图之间切换"
580568
581569 #: layout.py:202
582570 msgid "Show history"
588576
589577 #: layout.py:204
590578 msgid "Change view between history and variables"
591 msgstr ""
579 msgstr "在历史视图和变量视图之间切换"
592580
593581 #. TRANS: multiplication symbol (default: '×')
594582 #: mathlib.py:82
603591 #. TRANS: equal symbol (default: '=')
604592 #: mathlib.py:92
605593 msgid "equ_sym"
606 msgstr ""
594 msgstr "equ_sym"
607595
608596 #: mathlib.py:216
609597 msgid "Undefined"
623611
624612 #: toolbars.py:122
625613 msgid "<ctrl>c"
626 msgstr ""
614 msgstr "<ctrl>c"
627615
628616 #: toolbars.py:126
629617 msgid "Cut"
631619
632620 #: toolbars.py:129
633621 msgid "<ctrl>x"
634 msgstr ""
622 msgstr "<ctrl>x"
635623
636624 #: toolbars.py:137
637625 msgid "Paste"
647635
648636 #: toolbars.py:157
649637 msgid "Inverse"
650 msgstr ""
638 msgstr "倒数"
651639
652640 #: toolbars.py:164
653641 msgid "e to the power x"
727715
728716 #: toolbars.py:269
729717 msgid "γ"
730 msgstr ""
718 msgstr "γ"
731719
732720 #: toolbars.py:272
733721 msgid "φ"
734 msgstr ""
722 msgstr "φ"
735723
736724 #: toolbars.py:279
737 #, fuzzy
738725 msgid "Plot"
739 msgstr "plot"
726 msgstr "绘画"
740727
741728 #: toolbars.py:286
742729 msgid "Degrees"
748735
749736 #: toolbars.py:291
750737 msgid "Degrees / Radians"
751 msgstr ""
738 msgstr "度/弧度"
752739
753740 #: toolbars.py:300
754741 msgid "Exponent / Scientific notation"
755 msgstr ""
742 msgstr "指数/科学记数法"
756743
757744 #: toolbars.py:310
758745 msgid "Number of shown digits"
759 msgstr ""
746 msgstr "显示位数的数量"
760747
761748 #: toolbars.py:320
762749 msgid "Integer formatting base"
763 msgstr ""
750 msgstr "整型格式"
764751
765752 #~ msgid "Enter"
766753 #~ msgstr "输入"
1414 "Project-Id-Version: calculate-activity\n"
1515 "Report-Msgid-Bugs-To: \n"
1616 "POT-Creation-Date: 2012-01-27 00:33-0500\n"
17 "PO-Revision-Date: 2012-01-24 01:31+0200\n"
18 "Last-Translator: eonjae <eonjae@gmail.com>\n"
17 "PO-Revision-Date: 2012-03-22 02:06+0200\n"
18 "Last-Translator: Chris <cjl@laptop.org>\n"
1919 "Language-Team: Yuan Chao <yuanchao@gmail.com>\n"
2020 "Language: zh_TW\n"
2121 "MIME-Version: 1.0\n"
3737 #: astparser.py:59
3838 #, python-format
3939 msgid "Parse error at %d"
40 msgstr ""
40 msgstr "剖析錯誤位於 %d"
4141
4242 #: astparser.py:71 astparser.py:83
4343 #, python-format
5858 msgstr "索引"
5959
6060 #: astparser.py:109
61 #, fuzzy
6261 msgid "topics"
6362 msgstr "主題"
6463
7271 msgstr "變數"
7372
7473 #: astparser.py:119
75 #, fuzzy
7674 msgid "Variables"
7775 msgstr "變數"
7876