Codebase list sugar-calculate-activity / 0718928
Commit from Sugar Labs: Translation System by user aputsiaq.: 166 of 166 messages translated (0 fuzzy). Pootle daemon 12 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
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-01-29 18:59+0200\n"
17 "PO-Revision-Date: 2012-02-16 21:53+0200\n"
1818 "Last-Translator: Aputsiaq Niels <aj@isit.gl>\n"
1919 "Language-Team: LANGUAGE <LL@li.org>\n"
2020 "Language: da\n"
325325
326326 #: functions.py:136
327327 msgid "add(x, y), return x + y"
328 msgstr "add(x,y), returnér x + y"
328 msgstr "add(x, y), returnér x + y"
329329
330330 #: functions.py:141
331331 msgid ""
403403 "gcd(a, b), determine the greatest common denominator of a and b. For "
404404 "example, the biggest factor that is shared by the numbers 15 and 18 is 3."
405405 msgstr ""
406 "gcd(a, b) bestem den største fælles nævner for a og b. For eksempel, den "
406 "gcd(a, b), bestem den største fælles nævner for a og b. For eksempel, den "
407407 "største faktor som er delt af tallene 15 og 18 er 3."
408408
409409 #: functions.py:227