~ubuntu-branches/ubuntu/maverick/sugar-calculate-activity/maverick-201007230209

« back to all changes in this revision

Viewing changes to po/wa.po

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2009-10-25 19:24:50 UTC
  • mfrom: (1.1.4 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091025192450-aprz7n98niflonce
Tags: 30-3
* Update python-sugar.mk to replace superfluous COPYING files with
  symlinks.
* Drop COPYING removal (python-sugar.mk replaces with symlink now).
* Fix python-sugar.mk to include both simple and versioned activity
  packages in DEB_PYTHON_SUGAR_PACKAGES by default. This fixes
  sugar-calculate-activity virtually empty binary package, and closes:
  bug#552332, thanks to Sascha Silbe.

Show diffs side-by-side

added added

removed removed

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