Codebase list sugar-calculate-activity / c0ad416
Add patch 1003 adding danish l10n. Jonas Smedegaard 16 years ago
3 changed file(s) with 685 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 + Tighten python-sugar.mk build-dependency on python-sugar-toolkit
1818 to versions using full path and also properly installing zip-based
1919 bundles (*.xo files).
20 * Add patch 1003 adding danish l10n.
2021 * Bump debhelper compatibility level to version 6.
2122 * Semi-auto-update debian/control to update build-dependencies:
2223 DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
0 diff --git a/po/da.po b/po/da.po
1 new file mode 100644
2 index 0000000..2d6f7be
3 --- /dev/null
4 +++ b/po/da.po
5 @@ -0,0 +1,677 @@
6 +# POT file for the Sugar Calculate activity
7 +# Copyright (C) 2008 Jonas Smedegaard
8 +# This file is distributed under the same license as the Calculate package.
9 +# Jonas Smedegaard <dr@jones.dk>, 2008.
10 +msgid ""
11 +msgstr ""
12 +"Project-Id-Version: Calculate 19\n"
13 +"Report-Msgid-Bugs-To: \n"
14 +"POT-Creation-Date: 2008-01-26 11:55-0500\n"
15 +"PO-Revision-Date: 2008-04-23 16:13+0200\n"
16 +"Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
17 +"Language-Team: LANGUAGE <LL@li.org>\n"
18 +"MIME-Version: 1.0\n"
19 +"Content-Type: text/plain; charset=UTF-8\n"
20 +"Content-Transfer-Encoding: 8bit\n"
21 +"Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 +
23 +#: activity/activity.info:2
24 +msgid "Calculate"
25 +msgstr "Regn"
26 +
27 +#: calculate.py:80
28 +#, python-format
29 +msgid "Equation.parse() string invalid (%s)"
30 +msgstr "Forkert Equation.parse() streng (%s)"
31 +
32 +#: calculate.py:210
33 +msgid "Available functions:"
34 +msgstr "Tilgængelige funktioner:"
35 +
36 +#: calculate.py:504
37 +#, python-format
38 +msgid "Writing to journal (%s)"
39 +msgstr "Skriver til logbog (%s)"
40 +
41 +#: calculate.py:522
42 +#, python-format
43 +msgid "Reading from journal (%s)"
44 +msgstr "Læser fra logbot (%s)"
45 +
46 +#: calculate.py:528
47 +msgid "Unable to determine version"
48 +msgstr "Kunne ikke afgøre version"
49 +
50 +#: calculate.py:533
51 +#, python-format
52 +msgid "Reading journal entry (version %s)"
53 +msgstr "Læser logindlæg (version %s)"
54 +
55 +#: calculate.py:538
56 +#, python-format
57 +msgid "State line invalid (%s)"
58 +msgstr "Statuslinje forkert (%s)"
59 +
60 +#: calculate.py:555
61 +#, python-format
62 +msgid "Unable to read journal entry, unknown version (%s)"
63 +msgstr "Kunne ikke læse logindlæg, ukendt version (%s)"
64 +
65 +#: calculate.py:788
66 +msgid "button_pressed(): invalid type"
67 +msgstr "button_pressed(): forkert type"
68 +
69 +#: eqnparser.py:58
70 +#, python-format
71 +msgid "level: %d, ofs %d"
72 +msgstr "niveau: %d, ofs %d"
73 +
74 +#: eqnparser.py:117
75 +#, python-format
76 +msgid "Error at %d"
77 +msgstr "Fejl ved %d"
78 +
79 +# Text assigned to the 'help' variable
80 +#: eqnparser.py:235
81 +msgid "help_var"
82 +msgstr "Brug help(test) til hjælp om 'test', eller help(index) for oversigten"
83 +
84 +#: eqnparser.py:353 eqnparser.py:354
85 +#, python-format
86 +msgid "Function '%s' not defined"
87 +msgstr "Funktion '%s' ikke defineret"
88 +
89 +#: eqnparser.py:359
90 +#, python-format
91 +msgid "Invalid number of arguments (%d instead of %d)"
92 +msgstr "Forkert antal argumenter (%d istedet for %d)"
93 +
94 +#: eqnparser.py:360
95 +#, python-format
96 +msgid "function takes %d args"
97 +msgstr "funktion tager %d argumenter"
98 +
99 +#: eqnparser.py:370 eqnparser.py:371
100 +#, python-format
101 +msgid "Unable to parse argument %d: '%s'"
102 +msgstr "Kunne ikke aflæse argument %d: '%s'"
103 +
104 +#: eqnparser.py:380
105 +#, python-format
106 +msgid "Function error: %s"
107 +msgstr "Funktionsfejl: %s"
108 +
109 +#: eqnparser.py:481
110 +#, python-format
111 +msgid "Variable '%s' not defined"
112 +msgstr "Variabel '%s' ikke defineret"
113 +
114 +#: eqnparser.py:516
115 +msgid "Parse error (right parenthesis)"
116 +msgstr "Aflæsningsfejl (højre parentes)"
117 +
118 +#: eqnparser.py:517 eqnparser.py:528 eqnparser.py:535 eqnparser.py:610
119 +msgid "Right parenthesis unexpected"
120 +msgstr "Right parenthesis unexpected"
121 +
122 +#: eqnparser.py:527
123 +msgid "Parse error (right parenthesis, no left_val)"
124 +msgstr "Aflæsningsfejl (højre parantes, ingen left_val)"
125 +
126 +#: eqnparser.py:541 eqnparser.py:542
127 +msgid "Number not expected"
128 +msgstr "Nummer ikke forventet"
129 +
130 +#: eqnparser.py:550
131 +msgid "Operator not expected"
132 +msgstr "Operator ikke forventet"
133 +
134 +#: eqnparser.py:596
135 +msgid "Invalid operator"
136 +msgstr "Forkert operator"
137 +
138 +#: eqnparser.py:603
139 +msgid "Operator expected"
140 +msgstr "Operator forventet"
141 +
142 +#: eqnparser.py:616
143 +msgid "_parse(): returning None"
144 +msgstr "_parse(): returnerer None"
145 +
146 +# -----------------------------------------
147 +# The help system uses topic msgid's that should be translated here.
148 +# -----------------------------------------
149 +#: eqnparserhelp.py:37
150 +msgid "help_acos"
151 +msgstr "acos(x), returnerer arc cosinus af x. Defineret for -1 <= x <= 1"
152 +
153 +#: eqnparserhelp.py:38
154 +msgid "help_and"
155 +msgstr ""
156 +
157 +#: eqnparserhelp.py:39
158 +msgid "help_asin"
159 +msgstr "asin(x), returnerer arc sinus af x. Defineret for -1 <= x <= 1"
160 +
161 +#: eqnparserhelp.py:40
162 +msgid "help_atan"
163 +msgstr ""
164 +
165 +# -----------------------------------------
166 +# The help system uses topic msgid's that should be translated here.
167 +# -----------------------------------------
168 +#: eqnparserhelp.py:41
169 +msgid "help_cos"
170 +msgstr ""
171 +
172 +# -----------------------------------------
173 +# The help system uses topic msgid's that should be translated here.
174 +# -----------------------------------------
175 +#: eqnparserhelp.py:42
176 +msgid "help_cosh"
177 +msgstr ""
178 +
179 +#: eqnparserhelp.py:43
180 +msgid "help_exp"
181 +msgstr "exp(x), returnerer e^x, eksampel: exp(1)"
182 +
183 +# -----------------------------------------
184 +# The help system uses topic msgid's that should be translated here.
185 +# -----------------------------------------
186 +#: eqnparserhelp.py:44
187 +msgid "help_fac"
188 +msgstr ""
189 +
190 +#: eqnparserhelp.py:45
191 +msgid "help_functions"
192 +msgstr "vis tilgængelige funktioner"
193 +
194 +#: eqnparserhelp.py:46
195 +msgid "help_ln"
196 +msgstr ""
197 +
198 +#: eqnparserhelp.py:47
199 +msgid "help_operators"
200 +msgstr "vis tilgængelige operatorer"
201 +
202 +# Text assigned to the 'help' variable
203 +#: eqnparserhelp.py:48
204 +msgid "help_or"
205 +msgstr ""
206 +
207 +#: eqnparserhelp.py:49
208 +msgid "help_plot"
209 +msgstr "plot(expression,range), plotter en funktion. Eksempel: plot(x^3,x=-2..2)"
210 +
211 +#: eqnparserhelp.py:50
212 +msgid "help_sin"
213 +msgstr ""
214 +
215 +#: eqnparserhelp.py:51
216 +msgid "help_sinh"
217 +msgstr ""
218 +
219 +#: eqnparserhelp.py:52
220 +msgid "help_sqrt"
221 +msgstr "sqrt(x), returnerer kvadratrod af x. Defineret for x >= 0"
222 +
223 +#: eqnparserhelp.py:53
224 +msgid "help_square"
225 +msgstr ""
226 +
227 +#: eqnparserhelp.py:54
228 +msgid "help_tan"
229 +msgstr ""
230 +
231 +#: eqnparserhelp.py:55
232 +msgid "help_tanh"
233 +msgstr ""
234 +
235 +#: eqnparserhelp.py:56
236 +msgid "help_test"
237 +msgstr "test er blot et eksempel på et hjælpeemne! Se help(index)"
238 +
239 +#: eqnparserhelp.py:57
240 +msgid "help_variables"
241 +msgstr "vis tilgængelige variable"
242 +
243 +# Text assigned to the 'help' variable
244 +#: eqnparserhelp.py:58
245 +msgid "help_xor"
246 +msgstr ""
247 +
248 +#: eqnparserhelp.py:69
249 +msgid "help_usage"
250 +msgstr "Brug help(test) til hjælp om 'test', eller help(index) for oversigten"
251 +
252 +# -----------------------------------------
253 +# End of help topics
254 +# -----------------------------------------
255 +#: eqnparserhelp.py:132
256 +msgid "Topics"
257 +msgstr "Emner"
258 +
259 +#: eqnparserhelp.py:143
260 +#, python-format
261 +msgid "No help about '%s' available, use help(index) for the index"
262 +msgstr "Ingen hjælp om '%s' tilgængelig, brug help(index) for oversigten"
263 +
264 +#: layout.py:60
265 +msgid "Edit"
266 +msgstr "Redigér"
267 +
268 +#: layout.py:61
269 +msgid "Algebra"
270 +msgstr "Algebra"
271 +
272 +#: layout.py:62
273 +msgid "Trigonometry"
274 +msgstr "Trigonometri"
275 +
276 +#: layout.py:63
277 +msgid "Boolean"
278 +msgstr "Logik"
279 +
280 +#: layout.py:64
281 +msgid "Constants"
282 +msgstr "Konstanter"
283 +
284 +#: layout.py:65
285 +msgid "Format"
286 +msgstr "Format"
287 +
288 +#: layout.py:86
289 +msgid "Label:"
290 +msgstr "Mærkat:"
291 +
292 +#: layout.py:118
293 +msgid "All equations"
294 +msgstr "Alle beregninger"
295 +
296 +#: layout.py:118
297 +msgid "My equations"
298 +msgstr "Mine beregninger"
299 +
300 +#: layout.py:120
301 +msgid "Show history"
302 +msgstr "Vis historie"
303 +
304 +#: layout.py:120
305 +msgid "Show variables"
306 +msgstr "Vis variable"
307 +
308 +#: mathlib.py:58
309 +msgid "thousand_sep"
310 +msgstr "."
311 +
312 +#: mathlib.py:63
313 +msgid "fraction_sep"
314 +msgstr ","
315 +
316 +#. TRANS: multiplication symbol (default: '*')
317 +#: mathlib.py:74
318 +msgid "mul_sym"
319 +msgstr "*"
320 +
321 +#. TRANS: division symbol (default: '/')
322 +#: mathlib.py:79
323 +msgid "div_sym"
324 +msgstr "÷"
325 +
326 +#: mathlib.py:132
327 +msgid "Undefined"
328 +msgstr ""
329 +
330 +#: mathlib.py:142
331 +msgid "Error: unsupported type"
332 +msgstr "Fejl: ikke-understøttet type"
333 +
334 +#: toolbars.py:36
335 +msgid "Help"
336 +msgstr "Hjælp"
337 +
338 +#: toolbars.py:86
339 +msgid "Copy"
340 +msgstr "Kopiér"
341 +
342 +#: toolbars.py:89
343 +msgid "Paste"
344 +msgstr "Sæt ind"
345 +
346 +#: toolbars.py:92
347 +msgid "Cut"
348 +msgstr "Klip"
349 +
350 +#: toolbars.py:99
351 +msgid "Square"
352 +msgstr ""
353 +
354 +#: toolbars.py:103
355 +msgid "Square root"
356 +msgstr "Kvadratrod"
357 +
358 +#: toolbars.py:109
359 +msgid "e to the power x"
360 +msgstr "e opløftet til x potens"
361 +
362 +#: toolbars.py:117
363 +msgid "Natural logarithm"
364 +msgstr "Naturlig logaritme"
365 +
366 +#: toolbars.py:123
367 +msgid "Factorial"
368 +msgstr ""
369 +
370 +#: toolbars.py:131
371 +msgid "Sine"
372 +msgstr "Sinus"
373 +
374 +#: toolbars.py:135
375 +msgid "Cosine"
376 +msgstr "Cosinus"
377 +
378 +#: toolbars.py:139
379 +msgid "Tangent"
380 +msgstr "Tangens"
381 +
382 +#: toolbars.py:145
383 +msgid "Arc sine"
384 +msgstr "Arc sinus"
385 +
386 +#: toolbars.py:149
387 +msgid "Arc cosine"
388 +msgstr "Arc cosinus"
389 +
390 +#: toolbars.py:153
391 +msgid "Arc tangent"
392 +msgstr "Arc tangens"
393 +
394 +#: toolbars.py:159
395 +msgid "Hyperbolic sine"
396 +msgstr "Hyperbolsk sinus"
397 +
398 +#: toolbars.py:163
399 +msgid "Hyperbolic cosine"
400 +msgstr "Hyperbolks cosinus"
401 +
402 +#: toolbars.py:167
403 +msgid "Hyperbolic tangent"
404 +msgstr "Hyperbolsk tangens"
405 +
406 +#: toolbars.py:175
407 +msgid "Logical and"
408 +msgstr "Logisk og (and)"
409 +
410 +#: toolbars.py:179
411 +msgid "Logical or"
412 +msgstr "Logisk eller (or)"
413 +
414 +#: toolbars.py:174
415 +msgid "Logical xor"
416 +msgstr "Logisk ikke-eller (xor)"
417 +
418 +#: toolbars.py:189
419 +msgid "Equals"
420 +msgstr "Lig"
421 +
422 +#: toolbars.py:192
423 +msgid "Not equals"
424 +msgstr "Ikke lig"
425 +
426 +#: toolbars.py:199
427 +msgid "Pi"
428 +msgstr "Pi"
429 +
430 +#: toolbars.py:202
431 +msgid "e"
432 +msgstr "e"
433 +
434 +#: toolbars.py:209
435 +msgid "Degrees"
436 +msgstr "Grader"
437 +
438 +#: toolbars.py:210
439 +msgid "Radians"
440 +msgstr "Radianer"
441 +
442 +#: eqnparser.py:33
443 +msgid "Parse error"
444 +msgstr "Aflæsningsfejl"
445 +
446 +#: eqnparser.py:249 eqnparserhelp.py:128
447 +msgid "Use help(test) for help about 'test', or help(index) for the index"
448 +msgstr "Brug help(test) til hjælp om 'test', eller help(index) for oversigten"
449 +
450 +#: eqnparser.py:504
451 +msgid "Left parenthesis unexpected"
452 +msgstr "Venstre parantes uventet"
453 +
454 +#: eqnparser.py:534
455 +msgid "Parse error (right parenthesis, no level to close)"
456 +msgstr "Aflæsningsfejl (højreparantes, intet niveau at lukke)"
457 +
458 +#: eqnparser.py:566
459 +msgid "Parse error: number or variable expected"
460 +msgstr "Aflæsningsfejl: nummer eller variabel forventet"
461 +
462 +#: eqnparser.py:567
463 +msgid "Number or variable expected"
464 +msgstr "Nummer eller variabel forventet"
465 +
466 +#. TRANS: It is possible to translate commands. However, I would highly
467 +#. recommend NOT doing so for mathematical functions like cos(). help(),
468 +#. functions() etc should be translated.
469 +#: eqnparserhelp.py:39
470 +msgid "acos"
471 +msgstr ""
472 +
473 +#: eqnparserhelp.py:40
474 +msgid ""
475 +"acos(x), return the arc cosine of x. This is the angle for which the cosine "
476 +"is x. Defined for -1 <= x < 1"
477 +msgstr ""
478 +
479 +#: eqnparserhelp.py:43
480 +msgid "and"
481 +msgstr ""
482 +
483 +#: eqnparserhelp.py:44
484 +msgid ""
485 +"and(x, y), logical and. Returns True if x and y are True, else returns False"
486 +msgstr ""
487 +
488 +#: eqnparserhelp.py:46
489 +msgid "asin"
490 +msgstr ""
491 +
492 +#: eqnparserhelp.py:47
493 +msgid ""
494 +"asin(x), return the arc sine of x. This is the angle for which the sine is "
495 +"x. Defined for -1 <= x <= 1"
496 +msgstr ""
497 +
498 +#: eqnparserhelp.py:50
499 +msgid "atan"
500 +msgstr ""
501 +
502 +#: eqnparserhelp.py:51
503 +msgid ""
504 +"atan(x), return the arc tangent of x. This is the angle for which the "
505 +"tangent is x. Defined for all x"
506 +msgstr ""
507 +
508 +#: eqnparserhelp.py:54
509 +msgid "cos"
510 +msgstr ""
511 +
512 +#: eqnparserhelp.py:55
513 +msgid ""
514 +"cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
515 +"at the angle x"
516 +msgstr ""
517 +
518 +#: eqnparserhelp.py:58
519 +msgid "cosh"
520 +msgstr ""
521 +
522 +#: eqnparserhelp.py:59
523 +msgid ""
524 +"cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
525 +msgstr ""
526 +
527 +#: eqnparserhelp.py:61
528 +msgid "exp"
529 +msgstr ""
530 +
531 +#: eqnparserhelp.py:62
532 +msgid "exp(x), return the natural exponent of x. Given by e^x"
533 +msgstr ""
534 +
535 +#: eqnparserhelp.py:64
536 +msgid "fac"
537 +msgstr ""
538 +
539 +#: eqnparserhelp.py:65
540 +msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
541 +msgstr ""
542 +
543 +#. TRANS: This command is descriptive, so can be translated
544 +#: eqnparserhelp.py:68
545 +msgid "functions"
546 +msgstr "funktioner"
547 +
548 +#: eqnparserhelp.py:69
549 +msgid "functions(), return a list of all the functions that are defined"
550 +msgstr ""
551 +
552 +#: eqnparserhelp.py:71
553 +msgid "ln"
554 +msgstr ""
555 +
556 +#: eqnparserhelp.py:72
557 +msgid ""
558 +"ln(x), return the natural logarithm of x. This is the value for which the "
559 +"exponent exp() equals x. Defined for x >= 0."
560 +msgstr ""
561 +
562 +#. TRANS: This command is descriptive, so can be translated
563 +#: eqnparserhelp.py:76
564 +msgid "operators"
565 +msgstr "operatorer"
566 +
567 +#: eqnparserhelp.py:77
568 +msgid "operators(), return a list of the operators that are defined"
569 +msgstr ""
570 +
571 +#: eqnparserhelp.py:79
572 +msgid "or"
573 +msgstr ""
574 +
575 +#: eqnparserhelp.py:80
576 +msgid ""
577 +"or(x, y), logical or. Returns True if x and/or y are True, else return False"
578 +msgstr ""
579 +
580 +#: eqnparserhelp.py:82
581 +msgid "plot"
582 +msgstr ""
583 +
584 +#: eqnparserhelp.py:83
585 +msgid ""
586 +"plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
587 +"range from a to b"
588 +msgstr ""
589 +
590 +#: eqnparserhelp.py:86
591 +msgid "sin"
592 +msgstr ""
593 +
594 +#: eqnparserhelp.py:87
595 +msgid ""
596 +"sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
597 +"the angle x"
598 +msgstr ""
599 +
600 +#: eqnparserhelp.py:90
601 +msgid "sinh"
602 +msgstr ""
603 +
604 +#: eqnparserhelp.py:91
605 +msgid ""
606 +"sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
607 +msgstr ""
608 +
609 +#: eqnparserhelp.py:93
610 +msgid "sqrt"
611 +msgstr ""
612 +
613 +#: eqnparserhelp.py:94
614 +msgid ""
615 +"sqrt(x), return the square root of x. This is the value for which the square "
616 +"equals x. Defined for x >= 0."
617 +msgstr ""
618 +
619 +#: eqnparserhelp.py:97
620 +msgid "square"
621 +msgstr ""
622 +
623 +#: eqnparserhelp.py:98
624 +msgid "square(x), return the square of x. Given by x * x"
625 +msgstr ""
626 +
627 +#: eqnparserhelp.py:101
628 +msgid "tan"
629 +msgstr ""
630 +
631 +#: eqnparserhelp.py:102
632 +msgid ""
633 +"tan(x), return the tangent of x. This is the slope of the line from the "
634 +"origin of the unit circle to the point on the unit circle defined by the "
635 +"angle x. Given by sin(x) / cos(x)"
636 +msgstr ""
637 +
638 +#: eqnparserhelp.py:106
639 +msgid "tanh"
640 +msgstr ""
641 +
642 +#: eqnparserhelp.py:107
643 +msgid "sinh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
644 +msgstr "sinh(x) returnerer hyperbolsk tangens af x. Givet af sinh(x) / cosh(x)"
645 +
646 +#: eqnparserhelp.py:109
647 +msgid "test"
648 +msgstr ""
649 +
650 +#: eqnparserhelp.py:110
651 +msgid "This is just a test topic, use help(index) for the index"
652 +msgstr "Dette er blot et testemne, brug help(index) for oversigten"
653 +
654 +#. TRANS: This command is descriptive, so can be translated
655 +#: eqnparserhelp.py:113
656 +msgid "variables"
657 +msgstr "variable"
658 +
659 +#: eqnparserhelp.py:114
660 +msgid "variables(), return a list of the variables that are currently defined"
661 +msgstr "variables(), returnerer en liste over variable defineret i øjeblikket"
662 +
663 +#: eqnparserhelp.py:116
664 +msgid "xor"
665 +msgstr ""
666 +
667 +#: eqnparserhelp.py:117
668 +msgid ""
669 +"xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
670 +"y is True (and x is False), else returns False"
671 +msgstr ""
672 +"xor(x, y), logisk ikke-eller (xor). Returnerer Sand hvis enten x is Sand (og "
673 +"y er Falsk) eller y er Sand (og x er Falsk), og returnerer ellers Falsk"
674 +
675 +#. TRANS: help(index), both 'index' and the translation will work
676 +#: eqnparserhelp.py:131
677 +msgid "index"
678 +msgstr "oversigt"
679 +
680 +#: toolbars.py:113
681 +msgid "x to the power y"
682 +msgstr "x opløftet til y potens"
00 1001_strip_sharedstate_from_MANIFEST.patch
11 1002_fix_class_syntax.patch
2 1003_danish_l10n.patch
23 2001_strip_stripped_po-files_from_MANIFEST.patch