Codebase list sugar-calculate-activity / fbb298b
Regenerate POT file JuiP authored 3 years ago James Cameron committed 3 years ago
1 changed file(s) with 95 addition(s) and 94 deletion(s). Raw diff Collapse all Expand all
77 msgstr ""
88 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2019-09-17 15:59+1000\n"
10 "POT-Creation-Date: 2020-08-07 11:28+0530\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
3838 msgstr ""
3939
4040 #: astparser.py:75 astparser.py:109
41 msgid "Error at '%(a)', position: %(b)"
41 #, python-format
42 msgid "Error at '%s', position: %s"
4243 msgstr ""
4344
4445 #: astparser.py:88
116117 msgid "Attribute '%s' does not exist"
117118 msgstr ""
118119
119 #: astparser.py:650
120 #: astparser.py:651
120121 msgid "Parse error"
121122 msgstr ""
122123
123 #: astparser.py:655
124 #: astparser.py:656
124125 msgid "Multiple statements not supported"
125126 msgstr ""
126127
127 #: astparser.py:679
128 #: astparser.py:680
128129 msgid "Internal error"
129130 msgstr ""
130131
146147 msgid "button_pressed(): invalid type"
147148 msgstr ""
148149
149 #: functions.py:34
150 #: functions.py:35
150151 msgid "add"
151152 msgstr ""
152153
153 #: functions.py:35
154 #: functions.py:36
154155 msgid "abs"
155156 msgstr ""
156157
157 #: functions.py:36
158 #: functions.py:37
158159 msgid "acos"
159160 msgstr ""
160161
161 #: functions.py:37
162 #: functions.py:38
162163 msgid "acosh"
163164 msgstr ""
164165
165 #: functions.py:38
166 #: functions.py:39
166167 msgid "asin"
167168 msgstr ""
168169
169 #: functions.py:39
170 #: functions.py:40
170171 msgid "asinh"
171172 msgstr ""
172173
173 #: functions.py:40
174 #: functions.py:41
174175 msgid "atan"
175176 msgstr ""
176177
177 #: functions.py:41
178 #: functions.py:42
178179 msgid "atanh"
179180 msgstr ""
180181
181 #: functions.py:42
182 #: functions.py:43
182183 msgid "and"
183184 msgstr ""
184185
185 #: functions.py:43
186 #: functions.py:44
186187 msgid "b10bin"
187188 msgstr ""
188189
189 #: functions.py:44
190 #: functions.py:45
190191 msgid "ceil"
191192 msgstr ""
192193
193 #: functions.py:45
194 #: functions.py:46
194195 msgid "cos"
195196 msgstr ""
196197
197 #: functions.py:46
198 #: functions.py:47
198199 msgid "cosh"
199200 msgstr ""
200201
201 #: functions.py:47
202 #: functions.py:48
202203 msgid "div"
203204 msgstr ""
204205
205 #: functions.py:48
206 #: functions.py:49
206207 msgid "gcd"
207208 msgstr ""
208209
209 #: functions.py:49
210 #: functions.py:50
210211 msgid "exp"
211212 msgstr ""
212213
213 #: functions.py:50
214 #: functions.py:51
214215 msgid "factorial"
215216 msgstr ""
216217
217 #: functions.py:51
218 #: functions.py:52
218219 msgid "factorize"
219220 msgstr ""
220221
221 #: functions.py:52
222 #: functions.py:53
222223 msgid "floor"
223224 msgstr ""
224225
225 #: functions.py:53
226 #: functions.py:54
226227 msgid "inv"
227228 msgstr ""
228229
229 #: functions.py:54
230 #: functions.py:55
230231 msgid "is_int"
231232 msgstr ""
232233
233 #: functions.py:55
234 #: functions.py:56
234235 msgid "is_prime"
235236 msgstr ""
236237
237 #: functions.py:56
238 #: functions.py:57
238239 msgid "ln"
239240 msgstr ""
240241
241 #: functions.py:57
242 #: functions.py:58
242243 msgid "log10"
243244 msgstr ""
244245
245 #: functions.py:58
246 #: functions.py:59
246247 msgid "mul"
247248 msgstr ""
248249
249 #: functions.py:59
250 #: functions.py:60
250251 msgid "or"
251252 msgstr ""
252253
253 #: functions.py:60
254 #: functions.py:61
254255 msgid "rand_float"
255256 msgstr ""
256257
257 #: functions.py:61
258 #: functions.py:62
258259 msgid "rand_int"
259260 msgstr ""
260261
261 #: functions.py:62
262 #: functions.py:63
262263 msgid "round"
263264 msgstr ""
264265
265 #: functions.py:63
266 #: functions.py:64
266267 msgid "sin"
267268 msgstr ""
268269
269 #: functions.py:64
270 #: functions.py:65
270271 msgid "sinh"
271272 msgstr ""
272273
273 #: functions.py:65
274 #: functions.py:66
274275 msgid "sinc"
275276 msgstr ""
276277
277 #: functions.py:66
278 #: functions.py:67
278279 msgid "sqrt"
279280 msgstr ""
280281
281 #: functions.py:67
282 #: functions.py:68
282283 msgid "sub"
283284 msgstr ""
284285
285 #: functions.py:68
286 #: functions.py:69
286287 msgid "square"
287288 msgstr ""
288289
289 #: functions.py:69
290 #: functions.py:70
290291 msgid "tan"
291292 msgstr ""
292293
293 #: functions.py:70
294 #: functions.py:71
294295 msgid "tanh"
295296 msgstr ""
296297
297 #: functions.py:71
298 #: functions.py:72
298299 msgid "xor"
299300 msgstr ""
300301
301 #: functions.py:121
302 #: functions.py:122
302303 msgid "abs(x), return absolute value of x, which means -x for x < 0"
303304 msgstr ""
304305
305 #: functions.py:126
306 #: functions.py:127
306307 msgid "acos(x) only defined for x E [-1,1]"
307308 msgstr ""
308309
309 #: functions.py:132
310 #: functions.py:133
310311 msgid ""
311312 "acos(x), return the arc cosine of x. This is the angle for which the cosine "
312313 "is x. Defined for -1 <= x < 1"
313314 msgstr ""
314315
315 #: functions.py:141
316 #: functions.py:142
316317 msgid ""
317318 "acosh(x), return the arc hyperbolic cosine of x. This is the value y for "
318319 "which the hyperbolic cosine equals x."
319320 msgstr ""
320321
321 #: functions.py:150
322 #: functions.py:151
322323 msgid ""
323324 "And(x, y), logical and. Returns True if x and y are True,else returns False"
324325 msgstr ""
325326
326 #: functions.py:161
327 #: functions.py:162
327328 msgid "add(x, y), return x + y"
328329 msgstr ""
329330
330 #: functions.py:166
331 #: functions.py:167
331332 msgid "asin(x) only defined for x E [-1,1]"
332333 msgstr ""
333334
334 #: functions.py:171
335 #: functions.py:172
335336 msgid ""
336337 "asin(x), return the arc sine of x. This is the angle for which the sine is "
337338 "x. Defined for -1 <= x <= 1"
338339 msgstr ""
339340
340 #: functions.py:180
341 #: functions.py:181
341342 msgid ""
342343 "asinh(x), return the arc hyperbolic sine of x. This is the value y for which "
343344 "the hyperbolic sine equals x."
344345 msgstr ""
345346
346 #: functions.py:189
347 #: functions.py:190
347348 msgid ""
348349 "atan(x), return the arc tangent of x. This is the angle for which the "
349350 "tangent is x. Defined for all x"
350351 msgstr ""
351352
352 #: functions.py:198
353 #: functions.py:199
353354 msgid ""
354355 "atanh(x), return the arc hyperbolic tangent of x. This is the value y for "
355356 "which the hyperbolic tangent equals x."
356357 msgstr ""
357358
358 #: functions.py:209
359 #: functions.py:210
359360 msgid "Number does not look binary."
360361 msgstr ""
361362
362 #: functions.py:218
363 #: functions.py:219
363364 msgid ""
364365 "b10bin(x), interpret a number written in base 10 as binary, e.g.: "
365366 "b10bin(10111) = 23,"
366367 msgstr ""
367368
368 #: functions.py:226
369 #: functions.py:227
369370 msgid "ceil(x), return the smallest integer larger than x."
370371 msgstr ""
371372
372 #: functions.py:234
373 #: functions.py:235
373374 msgid ""
374375 "cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
375376 "at the angle x"
376377 msgstr ""
377378
378 #: functions.py:243
379 #: functions.py:244
379380 msgid ""
380381 "cosh(x), return the hyperbolic cosine of x.Given by (exp(x) + exp(-x)) / 2"
381382 msgstr ""
382383
383 #: functions.py:249 functions.py:354
384 #: functions.py:250 functions.py:355
384385 msgid "Can not divide by zero"
385386 msgstr ""
386387
387 #: functions.py:272
388 #: functions.py:273
388389 msgid "Invalid argument"
389390 msgstr ""
390391
391 #: functions.py:277
392 #: functions.py:278
392393 msgid ""
393394 "gcd(a, b), determine the greatest common denominator of a and b. For "
394395 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
395396 msgstr ""
396397
397 #: functions.py:286
398 #: functions.py:287
398399 msgid "exp(x), return the natural exponent of x. Given by e^x"
399400 msgstr ""
400401
401 #: functions.py:291
402 #: functions.py:292
402403 msgid "Factorial(x) is only defined for integers x>=0"
403404 msgstr ""
404405
405 #: functions.py:294
406 #: functions.py:295
406407 msgid "Factorial only defined for integers"
407408 msgstr ""
408409
409 #: functions.py:309
410 #: functions.py:310
410411 msgid ""
411412 "factorial(n), return the factorial of n. Given by n * (n - 1) * (n - 2) * ..."
412413 msgstr ""
413414
414 #: functions.py:349
415 #: functions.py:350
415416 msgid "floor(x), return the largest integer smaller than x."
416417 msgstr ""
417418
418 #: functions.py:358
419 #: functions.py:359
419420 msgid "inv(x), return the inverse of x, which is 1 / x"
420421 msgstr ""
421422
422 #: functions.py:395
423 #: functions.py:396
423424 msgid "Argument must be int"
424425 msgstr ""
425426
426 #: functions.py:397
427 #: functions.py:398
427428 msgid "Prime numbers is defined for natural numbers"
428429 msgstr ""
429430
430 #: functions.py:409 functions.py:421
431 #: functions.py:410 functions.py:422
431432 msgid "Logarithm(x) only defined for x > 0"
432433 msgstr ""
433434
434 #: functions.py:413
435 #: functions.py:414
435436 msgid ""
436437 "ln(x), return the natural logarithm of x. This is the value for which the "
437438 "exponent exp() equals x. Defined for x >= 0."
438439 msgstr ""
439440
440 #: functions.py:425
441 #: functions.py:426
441442 msgid ""
442443 "log10(x), return the base 10 logarithm of x. This is the value y for which "
443444 "10^y equals x. Defined for x >= 0."
444445 msgstr ""
445446
446 #: functions.py:433
447 #: functions.py:434
447448 msgid "Can only calculate x modulo <integer>"
448449 msgstr ""
449450
450 #: functions.py:437
451 #: functions.py:438
451452 msgid ""
452453 "mod(x, y), return the modulus of x with respect to y.This is the remainder "
453454 "after dividing x by y."
454455 msgstr ""
455456
456 #: functions.py:448
457 #: functions.py:449
457458 msgid "mul(x, y), return x * y"
458459 msgstr ""
459460
460 #: functions.py:455
461 #: functions.py:456
461462 msgid "negate(x), return -x"
462463 msgstr ""
463464
464 #: functions.py:463
465 #: functions.py:464
465466 msgid ""
466467 "Or(x, y), logical or. Returns True if x or y is True, else returns False"
467468 msgstr ""
468469
469 #: functions.py:482
470 #: functions.py:483
470471 msgid "pow(x, y), return x to the power y (x**y)"
471472 msgstr ""
472473
473 #: functions.py:490
474 #: functions.py:491
474475 msgid "rand_float(), return a random floating point number between 0.0 and 1.0"
475476 msgstr ""
476477
477 #: functions.py:498
478 #: functions.py:499
478479 msgid ""
479480 "rand_int([<maxval>]), return a random integer between 0 and <maxval>. "
480481 "<maxval> is an optional argument and is set to 65535 by default."
481482 msgstr ""
482483
483 #: functions.py:506
484 #: functions.py:507
484485 msgid "round(x), return the integer nearest to x."
485486 msgstr ""
486487
487 #: functions.py:513 functions.py:524
488 #: functions.py:514 functions.py:525
488489 msgid "Bitwise operations only apply to integers"
489490 msgstr ""
490491
491 #: functions.py:517
492 #: functions.py:518
492493 msgid "shift_left(x, y), shift x by y bits to the left (multiply by 2 per bit)"
493494 msgstr ""
494495
495 #: functions.py:528
496 #: functions.py:529
496497 msgid "shift_right(x, y), shift x by y bits to the right (divide by 2 per bit)"
497498 msgstr ""
498499
499 #: functions.py:536
500 #: functions.py:537
500501 msgid ""
501502 "sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
502503 "the angle x"
503504 msgstr ""
504505
505 #: functions.py:545
506 #: functions.py:546
506507 msgid ""
507508 "sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
508509 msgstr ""
509510
510 #: functions.py:556
511 #: functions.py:557
511512 msgid "sinc(x), return the sinc of x. This is given by sin(x) / x."
512513 msgstr ""
513514
514 #: functions.py:564
515 #: functions.py:565
515516 msgid ""
516517 "sqrt(x), return the square root of x. This is the value for which the square "
517518 "equals x. Defined for x >= 0."
518519 msgstr ""
519520
520 #: functions.py:572
521 #: functions.py:573
521522 msgid "square(x), return x * x"
522523 msgstr ""
523524
524 #: functions.py:582
525 #: functions.py:583
525526 msgid "sub(x, y), return x - y"
526527 msgstr ""
527528
528 #: functions.py:590
529 #: functions.py:591
529530 msgid ""
530531 "tan(x), return the tangent of x. This is the slope of the line from the "
531532 "origin of the unit circle to the point on the unit circle defined by the "
532533 "angle x. Given by sin(x) / cos(x)"
533534 msgstr ""
534535
535 #: functions.py:600
536 #: functions.py:601
536537 msgid "tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
537538 msgstr ""
538539
539 #: functions.py:608
540 #: functions.py:609
540541 msgid ""
541542 "xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
542543 "y is True (and x is False), else returns False"