[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    l10n-kde4/templates/docmessages
From:       Erik Kjær Pedersen <erik () binghamton ! edu>
Date:       2008-01-28 7:22:03
Message-ID: 1201504923.961592.12538.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 767497 by erik:

Producing doctemplates

 M  +3 -2      kdeedu/kturtle_glossary.pot  
 M  +118 -51   kdeedu/kturtle_programming-reference.pot  
 M  +4 -4      kdegames/lskat.pot  


--- trunk/l10n-kde4/templates/docmessages/kdeedu/kturtle_glossary.pot #767496:767497
@@ -7,8 +7,8 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "X-KDE-DocBook-SVN-URL: trunk/KDE/kdeedu/doc/kturtle/glossary.docbook\n"
-"X-KDE-DocBook-SVN-Changed-Revision: 765930\n"
-"POT-Creation-Date: 2008-01-25 07:19+0000\n"
+"X-KDE-DocBook-SVN-Changed-Revision: 767317\n"
+"POT-Creation-Date: 2008-01-28 07:19+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
@@ -84,6 +84,7 @@
 msgid ""
 "$x = 50\n"
 "print $x\n"
+"forward 50\n"
 "$str = \"hello!\"\n"
 "print $str"
 msgstr ""
--- trunk/l10n-kde4/templates/docmessages/kdeedu/kturtle_programming-reference.pot #767496:767497
@@ -8,8 +8,8 @@
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "X-KDE-DocBook-SVN-URL: "
 "trunk/KDE/kdeedu/doc/kturtle/programming-reference.docbook\n"
-"X-KDE-DocBook-SVN-Changed-Revision: 765930\n"
-"POT-Creation-Date: 2008-01-25 07:19+0000\n"
+"X-KDE-DocBook-SVN-Changed-Revision: 767317\n"
+"POT-Creation-Date: 2008-01-28 07:19+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
@@ -1294,8 +1294,7 @@
 msgid ""
 "Containers that are not used contain nothing. An example: <screen>\n"
 "print $N\n"
-"</screen> This will print nothing. If we try to do <link linkend=\"math\">"
-"math</link> with empty containers we will get errors."
+"</screen> This will print nothing and you get an error message."
 msgstr ""
 
 #. Tag: title
@@ -1736,9 +1735,15 @@
 msgid "<title>and</title>"
 msgstr ""
 
-#. Tag: para
+#. Tag: primary
 #: programming-reference.docbook:523
 #, no-c-format
+msgid "<primary>and</primary>"
+msgstr ""
+
+#. Tag: para
+#: programming-reference.docbook:524
+#, no-c-format
 msgid ""
 "When two questions are glued together with <userinput>and</userinput>"
 ", both sides of the <userinput>and</userinput> have to be 'true' in order to "
@@ -1753,13 +1758,19 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:529
+#: programming-reference.docbook:530
 #, no-c-format
 msgid "<title>or</title>"
 msgstr ""
 
+#. Tag: primary
+#: programming-reference.docbook:531
+#, no-c-format
+msgid "<primary>or</primary>"
+msgstr ""
+
 #. Tag: para
-#: programming-reference.docbook:530
+#: programming-reference.docbook:532
 #, no-c-format
 msgid ""
 "If one of the two questions that are glued together with <userinput>"
@@ -1774,13 +1785,19 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:536
+#: programming-reference.docbook:538
 #, no-c-format
 msgid "<title>not</title>"
 msgstr ""
 
+#. Tag: primary
+#: programming-reference.docbook:539
+#, no-c-format
+msgid "<primary>not</primary>"
+msgstr ""
+
 #. Tag: para
-#: programming-reference.docbook:537
+#: programming-reference.docbook:540
 #, no-c-format
 msgid ""
 "<userinput>not</userinput> is a special question glue-word because it only "
@@ -1802,13 +1819,13 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:547
+#: programming-reference.docbook:550
 #, no-c-format
 msgid "Controlling execution"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:548
+#: programming-reference.docbook:551
 #, no-c-format
 msgid ""
 "The execution controllers enable you &mdash; as their name implies &mdash; to "
@@ -1816,7 +1833,7 @@
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:549
+#: programming-reference.docbook:552
 #, no-c-format
 msgid ""
 "Execution controlling commands are <glossterm>highlighted</glossterm> "
@@ -1826,13 +1843,13 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:552
+#: programming-reference.docbook:555
 #, no-c-format
 msgid "Have the turtle wait"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:553
+#: programming-reference.docbook:556
 #, no-c-format
 msgid ""
 "If you have done some programming in &kturtle; you have might noticed that the "
@@ -1841,25 +1858,25 @@
 msgstr ""
 
 #. Tag: term
-#: programming-reference.docbook:556
+#: programming-reference.docbook:559
 #, no-c-format
 msgid "<term>wait</term>"
 msgstr ""
 
 #. Tag: primary
-#: programming-reference.docbook:556
+#: programming-reference.docbook:559
 #, no-c-format
 msgid "<primary>wait</primary>"
 msgstr ""
 
 #. Tag: screen
-#: programming-reference.docbook:557
+#: programming-reference.docbook:560
 #, no-c-format
 msgid "wait X"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:557
+#: programming-reference.docbook:560
 #, no-c-format
 msgid ""
 "<userinput>wait</userinput> makes the turtle wait for X seconds. <screen>\n"
@@ -1873,31 +1890,31 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:567
+#: programming-reference.docbook:570
 #, no-c-format
 msgid "Execute \"if\""
 msgstr ""
 
 #. Tag: term
-#: programming-reference.docbook:570
+#: programming-reference.docbook:573
 #, no-c-format
 msgid "<term>if</term>"
 msgstr ""
 
 #. Tag: primary
-#: programming-reference.docbook:570
+#: programming-reference.docbook:573
 #, no-c-format
 msgid "<primary>if</primary>"
 msgstr ""
 
 #. Tag: screen
-#: programming-reference.docbook:571
+#: programming-reference.docbook:574
 #, no-c-format
 msgid "if <link linkend=\"questions\">question</link> { ... }"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:571
+#: programming-reference.docbook:574
 #, no-c-format
 msgid ""
 "The code that is placed between the brackets will only be executed <userinput>"
@@ -1917,31 +1934,31 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:580
+#: programming-reference.docbook:583
 #, no-c-format
 msgid "If not, in other words: \"else\""
 msgstr ""
 
 #. Tag: term
-#: programming-reference.docbook:583
+#: programming-reference.docbook:586
 #, no-c-format
 msgid "<term>else</term>"
 msgstr ""
 
 #. Tag: primary
-#: programming-reference.docbook:583
+#: programming-reference.docbook:586
 #, no-c-format
 msgid "<primary>else</primary>"
 msgstr ""
 
 #. Tag: screen
-#: programming-reference.docbook:584
+#: programming-reference.docbook:587
 #, no-c-format
 msgid "if question { ... } else { ... }"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:584
+#: programming-reference.docbook:587
 #, no-c-format
 msgid ""
 "<userinput>else</userinput> can be used in addition to the execution controller "
@@ -1966,31 +1983,31 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:593
+#: programming-reference.docbook:596
 #, no-c-format
 msgid "The \"while\" loop"
 msgstr ""
 
 #. Tag: term
-#: programming-reference.docbook:596
+#: programming-reference.docbook:599
 #, no-c-format
 msgid "<term>while</term>"
 msgstr ""
 
 #. Tag: primary
-#: programming-reference.docbook:596
+#: programming-reference.docbook:599
 #, no-c-format
 msgid "<primary>while</primary>"
 msgstr ""
 
 #. Tag: screen
-#: programming-reference.docbook:597
+#: programming-reference.docbook:600
 #, no-c-format
 msgid "while <link linkend=\"questions\">question</link> { ... }"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:597
+#: programming-reference.docbook:600
 #, no-c-format
 msgid ""
 "The execution controller <userinput>while</userinput> "
@@ -2015,31 +2032,31 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:606
+#: programming-reference.docbook:609
 #, no-c-format
 msgid "The \"repeat\" loop"
 msgstr ""
 
 #. Tag: term
-#: programming-reference.docbook:609
+#: programming-reference.docbook:612
 #, no-c-format
 msgid "<term>repeat</term>"
 msgstr ""
 
 #. Tag: primary
-#: programming-reference.docbook:609
+#: programming-reference.docbook:612
 #, no-c-format
 msgid "<primary>repeat</primary>"
 msgstr ""
 
 #. Tag: screen
-#: programming-reference.docbook:610
+#: programming-reference.docbook:613
 #, no-c-format
 msgid "repeat number { ... }"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:610
+#: programming-reference.docbook:613
 #, no-c-format
 msgid ""
 "The execution controller <userinput>repeat</userinput> "
@@ -2049,25 +2066,31 @@
 msgstr ""
 
 #. Tag: title
-#: programming-reference.docbook:617
+#: programming-reference.docbook:620
 #, no-c-format
 msgid "The \"for\" loop, a counting loop"
 msgstr ""
 
 #. Tag: term
-#: programming-reference.docbook:620
+#: programming-reference.docbook:623
 #, no-c-format
 msgid "<term>for</term>"
 msgstr ""
 
 #. Tag: primary
-#: programming-reference.docbook:620
+#: programming-reference.docbook:623
 #, no-c-format
 msgid "<primary>for</primary>"
 msgstr ""
 
+#. Tag: primary
+#: programming-reference.docbook:623
+#, no-c-format
+msgid "step"
+msgstr ""
+
 #. Tag: screen
-#: programming-reference.docbook:621
+#: programming-reference.docbook:624
 #, no-c-format
 msgid ""
 "for <userinput>start point</userinput> to <userinput>end point</userinput> "
@@ -2075,7 +2098,7 @@
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:621
+#: programming-reference.docbook:624
 #, no-c-format
 msgid ""
 "The <userinput>for</userinput> loop is a <quote>counting loop</quote>"
@@ -2091,14 +2114,58 @@
 "will see the times table of 7 on the canvas."
 msgstr ""
 
+#. Tag: para
+#: programming-reference.docbook:628
+#, no-c-format
+msgid "The default step size of a loop is 1, you can use an other value with"
+msgstr ""
+
+#. Tag: screen
+#: programming-reference.docbook:629
+#, no-c-format
+msgid ""
+"for <userinput>start point</userinput> to <userinput>end point</userinput> "
+"step <userinput>step size</userinput> { ... }"
+msgstr ""
+
 #. Tag: title
-#: programming-reference.docbook:633
+#: programming-reference.docbook:646
 #, no-c-format
+msgid "Stop the turtle"
+msgstr ""
+
+#. Tag: term
+#: programming-reference.docbook:649
+#, no-c-format
+msgid "<term>exit</term>"
+msgstr ""
+
+#. Tag: primary
+#: programming-reference.docbook:649
+#, no-c-format
+msgid "<primary>exit</primary>"
+msgstr ""
+
+#. Tag: screen
+#: programming-reference.docbook:650
+#, no-c-format
+msgid "<screen>exit</screen>"
+msgstr ""
+
+#. Tag: para
+#: programming-reference.docbook:650
+#, no-c-format
+msgid "Finishes the execution of the code."
+msgstr ""
+
+#. Tag: title
+#: programming-reference.docbook:659
+#, no-c-format
 msgid "Create your own commands with <quote>learn</quote>"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:634
+#: programming-reference.docbook:660
 #, no-c-format
 msgid ""
 "<userinput>learn</userinput><indexterm><primary>learn</primary></indexterm> "
@@ -2123,7 +2190,7 @@
 msgstr ""
 
 #. Tag: screen
-#: programming-reference.docbook:637
+#: programming-reference.docbook:663
 #, no-c-format
 msgid ""
 "learn circle $X {\n"
@@ -2133,15 +2200,15 @@
 "  }\n"
 "}\n"
 "\n"
-"go 30,30 \n"
+"go 200,200 \n"
 "circle 20\n"
 "\n"
-"go 40,40 \n"
-"circle 50"
+"go 300,200 \n"
+"circle 40"
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:639
+#: programming-reference.docbook:665
 #, no-c-format
 msgid ""
 "In the next example, a command with a return value is created. <screen>\n"
@@ -2161,7 +2228,7 @@
 msgstr ""
 
 #. Tag: para
-#: programming-reference.docbook:643
+#: programming-reference.docbook:669
 #, no-c-format
 msgid ""
 "Commands can have more than one <glossterm linkend=\"input-output\">"
--- trunk/l10n-kde4/templates/docmessages/kdegames/lskat.pot #767496:767497
@@ -7,8 +7,8 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "X-KDE-DocBook-SVN-URL: trunk/KDE/kdegames/doc/lskat/index.docbook\n"
-"X-KDE-DocBook-SVN-Changed-Revision: 757621\n"
-"POT-Creation-Date: 2008-01-06 07:09+0000\n"
+"X-KDE-DocBook-SVN-Changed-Revision: 767067\n"
+"POT-Creation-Date: 2008-01-28 07:16+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
@@ -215,7 +215,7 @@
 #: index.docbook:70
 #, no-c-format
 msgid ""
-"Once dialing is finished each player ends up with 16 cards each. Cards are "
+"Once dealing is finished each player ends up with 16 cards each. Cards are "
 "displayed in two vertical rows - four cards per row. Half of the cards are face "
 "down and half is face up. As a player you can see the opponent's cards as well "
 "as your own. You can make a move then by clicking on any of your cards which "
@@ -226,7 +226,7 @@
 "cards are evaluated and either you or your opponent is awarded points. The game "
 "is complete in 16 rounds (when all of your and your opponent's cards have been "
 "played). After the game ends your score is be compared to that of your "
-"opponent's and the player with the most sore wins the round."
+"opponent's and the player with the most score wins the round."
 msgstr ""
 
 #. Tag: title
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic