diff --git a/help/cbot/po/cbot.pot b/help/cbot/po/cbot.pot
index 73f93bc3..261df377 100644
--- a/help/cbot/po/cbot.pot
+++ b/help/cbot/po/cbot.pot
@@ -1858,14 +1858,6 @@ msgstr ""
msgid "This instruction is executed at the end of every instance of the loop. "
msgstr ""
-#. type: Plain text
-#: ../E/for.txt:19
-#, no-wrap
-msgid ""
-"Example: count from 1 to 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-msgstr ""
-
#. type: Source code
#: ../E/for.txt:21
#, no-wrap
@@ -5515,3 +5507,11 @@ msgstr ""
#, no-wrap
msgid "The most frequent use of while
consists in repeating a set of instructions again and again. In order to achieve this, write while (true) {}
and put the instructions to be repeated in braces {}
. As an example, here is a program that repeats again and again the following actions:"
msgstr ""
+
+#. type: Plain text
+#: ../E/for.txt:19
+#, no-wrap
+msgid ""
+"Example: count from 1 to 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
+msgstr ""
diff --git a/help/cbot/po/de.po b/help/cbot/po/de.po
index a8995a66..17ba482d 100644
--- a/help/cbot/po/de.po
+++ b/help/cbot/po/de.po
@@ -2174,16 +2174,6 @@ msgstr "ende
"
msgid "This instruction is executed at the end of every instance of the loop. "
msgstr "Diese Anweisung wird am Ende von jeder Schleife ausgeführt, und dient typischerweise dazu, den Zähler zu inkrementieren."
-#. type: Plain text
-#: ../E/for.txt:19
-#, no-wrap
-msgid ""
-"Example: count from 1 to 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-msgstr ""
-"Beispiel: zählt von 0 bis 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-
#. type: Source code
#: ../E/for.txt:21
#, no-wrap
@@ -6413,3 +6403,13 @@ msgstr "Bemerkung"
#, no-wrap
msgid "radius: float
"
msgstr "reichweite: float
"
+
+#. type: Plain text
+#: ../E/for.txt:19
+#, no-wrap
+msgid ""
+"Example: count from 1 to 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
+msgstr ""
+"Beispiel: zählt von 1 bis 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
diff --git a/help/cbot/po/fr.po b/help/cbot/po/fr.po
index 41ada06c..dae2ae44 100644
--- a/help/cbot/po/fr.po
+++ b/help/cbot/po/fr.po
@@ -2198,14 +2198,6 @@ msgstr "fin
"
msgid "This instruction is executed at the end of every instance of the loop. "
msgstr "Cette instruction simple est exécutée à la fin de chaque tour de boucle."
-#. type: Plain text
-#: ../E/for.txt:19
-#, no-wrap
-msgid ""
-"Example: count from 1 to 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-msgstr ""
-
#. type: Source code
#: ../E/for.txt:21
#, no-wrap
@@ -6370,3 +6362,11 @@ msgid ""
msgstr ""
"file
, open
, close
, readln
et eof
.\n"
"Programmation, types et catégories."
+
+#. type: Plain text
+#: ../E/for.txt:19
+#, no-wrap
+msgid ""
+"Example: count from 1 to 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
+msgstr ""
diff --git a/help/cbot/po/pl.po b/help/cbot/po/pl.po
index ec640f62..1418abaf 100644
--- a/help/cbot/po/pl.po
+++ b/help/cbot/po/pl.po
@@ -2224,16 +2224,6 @@ msgstr "koniec
"
msgid "This instruction is executed at the end of every instance of the loop. "
msgstr "Instrukcja wykonywana po każdym przejściu pętli. "
-#. type: Plain text
-#: ../E/for.txt:19
-#, no-wrap
-msgid ""
-"Example: count from 1 to 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-msgstr ""
-"Przykład: liczenie od 1 do 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-
#. type: Source code
#: ../E/for.txt:21
#, no-wrap
@@ -6419,3 +6409,13 @@ msgid ""
msgstr ""
"file
, open
, close
, readln
i eof
.\n"
"Programowanie, typy i kategorie."
+
+#. type: Plain text
+#: ../E/for.txt:19
+#, no-wrap
+msgid ""
+"Example: count from 1 to 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
+msgstr ""
+"Przykład: liczenie od 1 do 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
diff --git a/help/cbot/po/ru.po b/help/cbot/po/ru.po
index a0acc9b5..1f267250 100644
--- a/help/cbot/po/ru.po
+++ b/help/cbot/po/ru.po
@@ -2206,14 +2206,6 @@ msgstr "end
"
msgid "This instruction is executed at the end of every instance of the loop. "
msgstr "Эта инструкция выпоолняется в конце каждого кольца цикла."
-#. type: Plain text
-#: ../E/for.txt:19
-#, no-wrap
-msgid ""
-"Example: count from 1 to 4\n"
-"for ( i = 0 ; i <= 4 ; i++ )"
-msgstr ""
-
#. type: Source code
#: ../E/for.txt:21
#, no-wrap
@@ -6381,3 +6373,11 @@ msgid ""
msgstr ""
"file
, open
, close
, readln
and eof
.\n"
"Программирование, типы и категории."
+
+#. type: Plain text
+#: ../E/for.txt:19
+#, no-wrap
+msgid ""
+"Example: count from 1 to 4\n"
+"for ( i = 1 ; i <= 4 ; i++ )"
+msgstr ""