Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate
1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
# This file is distributed under the same license as the PACKAGE package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
# SOME DESCRIPTIVE TITLE.
6
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
7
# This file is distributed under the same license as the PACKAGE package.
8
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
# POT file for the Calculate activity
10
# Copyright (C) 2007
11
# This file is distributed under the same license as the Calculate package.
12
# Reinier Heeres <reinier@heeres.eu>, 2007
13
msgid ""
14
msgstr ""
15
"Project-Id-Version: PACKAGE VERSION\n"
16
"Report-Msgid-Bugs-To: \n"
17
"POT-Creation-Date: 2012-10-08 00:33-0400\n"
18
"PO-Revision-Date: 2013-01-21 08:09+0200\n"
19
"Last-Translator: Chris <cjl@laptop.org>\n"
20
"Language-Team: LANGUAGE <LL@li.org>\n"
21
"Language: ha\n"
22
"MIME-Version: 1.0\n"
23
"Content-Type: text/plain; charset=UTF-8\n"
24
"Content-Transfer-Encoding: 8bit\n"
25
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
"X-Generator: Pootle 2.0.5\n"
27
28
#. TRANS: "name" option from activity.info file
29
msgid "Calculate"
30
msgstr ""
31
32
#. TRANS: "summary" option from activity.info file
33
#. TRANS: "description" option from activity.info file
34
msgid ""
35
"This is the place to get the answer to a quick problem, but that is not the "
36
"limit! You can also explore Algebra, Trigonometry, Boolean and more!"
37
msgstr ""
38
39
#: astparser.py:40
40
msgid ""
41
"plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
42
"range from a to b"
43
msgstr ""
44
45
#: astparser.py:59
46
#, python-format
47
msgid "Parse error at %d"
48
msgstr ""
49
50
#: astparser.py:71 astparser.py:83
51
#, python-format
52
msgid "Error at %d"
53
msgstr ""
54
55
#: astparser.py:94
56
msgid "This is just a test topic, use help(index) for the index"
57
msgstr ""
58
59
#: astparser.py:106
60
msgid "Use help(test) for help about 'test', or help(index) for the index"
61
msgstr ""
62
63
#. TRANS: This command is descriptive, so can be translated
64
#: astparser.py:109
65
msgid "index"
66
msgstr ""
67
68
#: astparser.py:109
69
msgid "topics"
70
msgstr ""
71
72
#: astparser.py:110
73
msgid "Topics"
74
msgstr ""
75
76
#. TRANS: This command is descriptive, so can be translated
77
#: astparser.py:118
78
msgid "variables"
79
msgstr ""
80
81
#: astparser.py:119
82
msgid "Variables"
83
msgstr ""
84
85
#. TRANS: This command is descriptive, so can be translated
86
#: astparser.py:125
87
msgid "functions"
88
msgstr ""
89
90
#: astparser.py:126
91
msgid "Functions"
92
msgstr ""
93
94
#: astparser.py:135
95
#, python-format
96
msgid "No help about '%s' available, use help(index) for the index"
97
msgstr ""
98
99
#: astparser.py:459
100
msgid "help"
101
msgstr ""
102
103
#: astparser.py:466
104
msgid "Recursion detected"
105
msgstr ""
106
107
#: astparser.py:490
108
#, python-format
109
msgid "Function '%s' not defined"
110
msgstr ""
111
112
#: astparser.py:492
113
#, python-format
114
msgid "Variable '%s' not defined"
115
msgstr ""
116
117
#: astparser.py:502
118
#, python-format
119
msgid "Attribute '%s' does not exist"
120
msgstr ""
121
122
#: astparser.py:596
123
msgid "Parse error"
124
msgstr ""
125
126
#: astparser.py:601
127
msgid "Multiple statements not supported"
128
msgstr ""
129
130
#: astparser.py:625
131
msgid "Internal error"
132
msgstr ""
133
134
#: calculate.py:109
135
#, python-format
136
msgid "Equation.parse() string invalid (%s)"
137
msgstr ""
138
139
#: calculate.py:483
140
msgid "Can not assign label: will cause recursion"
141
msgstr ""
142
143
#: calculate.py:571
144
#, python-format
145
msgid "Writing to journal (%s)"
146
msgstr ""
147
148
#: calculate.py:865
149
msgid "button_pressed(): invalid type"
150
msgstr ""
151
152
#: functions.py:35
153
msgid "add"
154
msgstr ""
155
156
#: functions.py:36
157
msgid "abs"
158
msgstr ""
159
160
#: functions.py:37
161
msgid "acos"
162
msgstr ""
163
164
#: functions.py:38
165
msgid "acosh"
166
msgstr ""
167
168
#: functions.py:39
169
msgid "asin"
170
msgstr ""
171
172
#: functions.py:40
173
msgid "asinh"
174
msgstr ""
175
176
#: functions.py:41
177
msgid "atan"
178
msgstr ""
179
180
#: functions.py:42
181
msgid "atanh"
182
msgstr ""
183
184
#: functions.py:43
185
msgid "and"
186
msgstr ""
187
188
#: functions.py:44
189
msgid "b10bin"
190
msgstr ""
191
192
#: functions.py:45
193
msgid "ceil"
194
msgstr ""
195
196
#: functions.py:46
197
msgid "cos"
198
msgstr ""
199
200
#: functions.py:47
201
msgid "cosh"
202
msgstr ""
203
204
#: functions.py:48
205
msgid "div"
206
msgstr ""
207
208
#: functions.py:49
209
msgid "gcd"
210
msgstr ""
211
212
#: functions.py:50
213
msgid "exp"
214
msgstr ""
215
216
#: functions.py:51
217
msgid "factorial"
218
msgstr ""
219
220
#: functions.py:52
221
msgid "fac"
222
msgstr ""
223
224
#: functions.py:53
225
msgid "factorize"
226
msgstr ""
227
228
#: functions.py:54
229
msgid "floor"
230
msgstr ""
231
232
#: functions.py:55
233
msgid "inv"
234
msgstr ""
235
236
#: functions.py:56
237
msgid "is_int"
238
msgstr ""
239
240
#: functions.py:57
241
msgid "ln"
242
msgstr ""
243
244
#: functions.py:58
245
msgid "log10"
246
msgstr ""
247
248
#: functions.py:59
249
msgid "mul"
250
msgstr ""
251
252
#: functions.py:60
253
msgid "or"
254
msgstr ""
255
256
#: functions.py:61
257
msgid "rand_float"
258
msgstr ""
259
260
#: functions.py:62
261
msgid "rand_int"
262
msgstr ""
263
264
#: functions.py:63
265
msgid "round"
266
msgstr ""
267
268
#: functions.py:64
269
msgid "sin"
270
msgstr ""
271
272
#: functions.py:65
273
msgid "sinh"
274
msgstr ""
275
276
#: functions.py:66
277
msgid "sinc"
278
msgstr ""
279
280
#: functions.py:67
281
msgid "sqrt"
282
msgstr ""
283
284
#: functions.py:68
285
msgid "sub"
286
msgstr ""
287
288
#: functions.py:69
289
msgid "square"
290
msgstr ""
291
292
#: functions.py:70
293
msgid "tan"
294
msgstr ""
295
296
#: functions.py:71
297
msgid "tanh"
298
msgstr ""
299
300
#: functions.py:72
301
msgid "xor"
302
msgstr ""
303
304
#: functions.py:112
305
msgid "abs(x), return absolute value of x, which means -x for x < 0"
306
msgstr ""
307
308
#: functions.py:117
309
msgid ""
310
"acos(x), return the arc cosine of x. This is the angle for which the cosine "
311
"is x. Defined for -1 <= x < 1"
312
msgstr ""
313
314
#: functions.py:123
315
msgid ""
316
"acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
317
"which the hyperbolic cosine equals x."
318
msgstr ""
319
320
#: functions.py:129
321
msgid ""
322
"And(x, y), logical and. Returns True if x and y are True, else returns False"
323
msgstr ""
324
325
#: functions.py:136
326
msgid "add(x, y), return x + y"
327
msgstr ""
328
329
#: functions.py:141
330
msgid ""
331
"asin(x), return the arc sine of x. This is the angle for which the sine is "
332
"x. Defined for -1 <= x <= 1"
333
msgstr ""
334
335
#: functions.py:147
336
msgid ""
337
"asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
338
"the hyperbolic sine equals x."
339
msgstr ""
340
341
#: functions.py:153
342
msgid ""
343
"atan(x), return the arc tangent of x. This is the angle for which the "
344
"tangent is x. Defined for all x"
345
msgstr ""
346
347
#: functions.py:159
348
msgid ""
349
"atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
350
"which the hyperbolic tangent equals x."
351
msgstr ""
352
353
#: functions.py:171
354
msgid "Number does not look binary in base 10"
355
msgstr ""
356
357
#: functions.py:178
358
msgid ""
359
"b10bin(x), interpret a number written in base 10 as binary, e.g.: b10bin"
360
"(10111) = 23,"
361
msgstr ""
362
363
#: functions.py:183
364
msgid "ceil(x), return the smallest integer larger than x."
365
msgstr ""
366
367
#: functions.py:188
368
msgid ""
369
"cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
370
"at the angle x"
371
msgstr ""
372
373
#: functions.py:194
374
msgid ""
375
"cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
376
msgstr ""
377
378
#: functions.py:198
379
msgid "Can not divide by zero"
380
msgstr ""
381
382
#: functions.py:219
383
msgid "Invalid argument"
384
msgstr ""
385
386
#: functions.py:222
387
msgid ""
388
"gcd(a, b), determine the greatest common denominator of a and b. For "
389
"example, the biggest factor that is shared by the numbers 15 and 18 is 3."
390
msgstr ""
391
392
#: functions.py:227
393
msgid "exp(x), return the natural exponent of x. Given by e^x"
394
msgstr ""
395
396
#: functions.py:231
397
msgid "Factorial only defined for integers"
398
msgstr ""
399
400
#: functions.py:244
401
msgid ""
402
"factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
403
msgstr ""
404
405
#: functions.py:250
406
msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
407
msgstr ""
408
409
#: functions.py:283
410
msgid "floor(x), return the largest integer smaller than x."
411
msgstr ""
412
413
#: functions.py:287
414
msgid "inv(x), return the inverse of x, which is 1 / x"
415
msgstr ""
416
417
#: functions.py:309 functions.py:318
418
msgid "Logarithm(x) only defined for x > 0"
419
msgstr ""
420
421
#: functions.py:311
422
msgid ""
423
"ln(x), return the natural logarithm of x. This is the value for which the "
424
"exponent exp() equals x. Defined for x >= 0."
425
msgstr ""
426
427
#: functions.py:320
428
msgid ""
429
"log10(x), return the base 10 logarithm of x. This is the value y for which "
430
"10^y equals x. Defined for x >= 0."
431
msgstr ""
432
433
#: functions.py:327
434
msgid "Can only calculate x modulo <integer>"
435
msgstr ""
436
437
#: functions.py:329
438
msgid ""
439
"mod(x, y), return the modulus of x with respect to y. This is the remainder "
440
"after dividing x by y."
441
msgstr ""
442
443
#: functions.py:337
444
msgid "mul(x, y), return x * y"
445
msgstr ""
446
447
#: functions.py:341
448
msgid "negate(x), return -x"
449
msgstr ""
450
451
#: functions.py:346
452
msgid ""
453
"Or(x, y), logical or. Returns True if x or y is True, else returns False"
454
msgstr ""
455
456
#: functions.py:361
457
msgid "pow(x, y), return x to the power y (x**y)"
458
msgstr ""
459
460
#: functions.py:366
461
msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
462
msgstr ""
463
464
#: functions.py:371
465
msgid ""
466
"rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
467
"<maxval> is an optional argument and is set to 65535 by default."
468
msgstr ""
469
470
#: functions.py:376
471
msgid "round(x), return the integer nearest to x."
472
msgstr ""
473
474
#: functions.py:382 functions.py:390
475
msgid "Bitwise operations only apply to integers"
476
msgstr ""
477
478
#: functions.py:384
479
msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
480
msgstr ""
481
482
#: functions.py:392
483
msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
484
msgstr ""
485
486
#: functions.py:397
487
msgid ""
488
"sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
489
"the angle x"
490
msgstr ""
491
492
#: functions.py:403
493
msgid ""
494
"sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
495
msgstr ""
496
497
#: functions.py:410
498
msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
499
msgstr ""
500
501
#: functions.py:415
502
msgid ""
503
"sqrt(x), return the square root of x. This is the value for which the square "
504
"equals x. Defined for x >= 0."
505
msgstr ""
506
507
#: functions.py:420
508
msgid "square(x), return x * x"
509
msgstr ""
510
511
#: functions.py:427
512
msgid "sub(x, y), return x - y"
513
msgstr ""
514
515
#: functions.py:432
516
msgid ""
517
"tan(x), return the tangent of x. This is the slope of the line from the "
518
"origin of the unit circle to the point on the unit circle defined by the "
519
"angle x. Given by sin(x) / cos(x)"
520
msgstr ""
521
522
#: functions.py:439
523
msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
524
msgstr ""
525
526
#: functions.py:444
527
msgid ""
528
"xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
529
"y is True (and x is False), else returns False"
530
msgstr ""
531
532
#: layout.py:75
533
msgid "Clear"
534
msgstr ""
535
536
#: layout.py:105 layout.py:145
537
msgid "Edit"
538
msgstr ""
539
540
#: layout.py:110 layout.py:146
541
msgid "Algebra"
542
msgstr ""
543
544
#: layout.py:115 layout.py:147
545
msgid "Trigonometry"
546
msgstr ""
547
548
#: layout.py:120 layout.py:148
549
msgid "Boolean"
550
msgstr ""
551
552
#: layout.py:125 layout.py:149
553
msgid "Miscellaneous"
554
msgstr ""
555
556
#: layout.py:178
557
msgid "Label:"
558
msgstr ""
559
560
#: layout.py:223
561
msgid "All equations"
562
msgstr ""
563
564
#: layout.py:224
565
msgid "My equations"
566
msgstr ""
567
568
#: layout.py:225
569
msgid "Show variables"
570
msgstr ""
571
572
#. TRANS: multiplication symbol (default: '×')
573
#: mathlib.py:82
574
msgid "mul_sym"
575
msgstr ""
576
577
#. TRANS: division symbol (default: '÷')
578
#: mathlib.py:87
579
msgid "div_sym"
580
msgstr ""
581
582
#. TRANS: equal symbol (default: '=')
583
#: mathlib.py:92
584
msgid "equ_sym"
585
msgstr ""
586
587
#: mathlib.py:216
588
msgid "Undefined"
589
msgstr ""
590
591
#: mathlib.py:226
592
msgid "Error: unsupported type"
593
msgstr ""
594
595
#: toolbars.py:53
596
msgid "Help"
597
msgstr ""
598
599
#: toolbars.py:121
600
msgid "Copy"
601
msgstr ""
602
603
#: toolbars.py:122
604
msgid "<ctrl>c"
605
msgstr ""
606
607
#: toolbars.py:126
608
msgid "Cut"
609
msgstr ""
610
611
#: toolbars.py:129
612
msgid "<ctrl>x"
613
msgstr ""
614
615
#: toolbars.py:137
616
msgid "Paste"
617
msgstr ""
618
619
#: toolbars.py:147
620
msgid "Square"
621
msgstr ""
622
623
#: toolbars.py:152
624
msgid "Square root"
625
msgstr ""
626
627
#: toolbars.py:157
628
msgid "Inverse"
629
msgstr ""
630
631
#: toolbars.py:164
632
msgid "e to the power x"
633
msgstr ""
634
635
#: toolbars.py:169
636
msgid "x to the power y"
637
msgstr ""
638
639
#: toolbars.py:174
640
msgid "Natural logarithm"
641
msgstr ""
642
643
#: toolbars.py:180
644
msgid "Factorial"
645
msgstr ""
646
647
#: toolbars.py:190
648
msgid "Sine"
649
msgstr ""
650
651
#: toolbars.py:194
652
msgid "Cosine"
653
msgstr ""
654
655
#: toolbars.py:198
656
msgid "Tangent"
657
msgstr ""
658
659
#: toolbars.py:204
660
msgid "Arc sine"
661
msgstr ""
662
663
#: toolbars.py:208
664
msgid "Arc cosine"
665
msgstr ""
666
667
#: toolbars.py:212
668
msgid "Arc tangent"
669
msgstr ""
670
671
#: toolbars.py:218
672
msgid "Hyperbolic sine"
673
msgstr ""
674
675
#: toolbars.py:222
676
msgid "Hyperbolic cosine"
677
msgstr ""
678
679
#: toolbars.py:226
680
msgid "Hyperbolic tangent"
681
msgstr ""
682
683
#: toolbars.py:236
684
msgid "Logical and"
685
msgstr ""
686
687
#: toolbars.py:240
688
msgid "Logical or"
689
msgstr ""
690
691
#: toolbars.py:250
692
msgid "Equals"
693
msgstr ""
694
695
#: toolbars.py:253
696
msgid "Not equals"
697
msgstr ""
698
699
#: toolbars.py:262
700
msgid "Pi"
701
msgstr ""
702
703
#: toolbars.py:266
704
msgid "e"
705
msgstr ""
706
707
#: toolbars.py:269
708
msgid "γ"
709
msgstr ""
710
711
#: toolbars.py:272
712
msgid "φ"
713
msgstr ""
714
715
#: toolbars.py:279
716
msgid "Plot"
717
msgstr ""
718
719
#: toolbars.py:286
720
msgid "Degrees"
721
msgstr ""
722
723
#: toolbars.py:287
724
msgid "Radians"
725
msgstr ""
726
727
#: toolbars.py:291
728
msgid "Degrees / Radians"
729
msgstr ""
730
731
#: toolbars.py:300
732
msgid "Exponent / Scientific notation"
733
msgstr ""
734
735
#: toolbars.py:310
736
msgid "Number of shown digits"
737
msgstr ""
738
739
#: toolbars.py:320
740
msgid "Integer formatting base"
741
msgstr ""