msgid "Search the whole zone inside the barriers with the <a object|botsr>sniffer bot</a> for adequate locations for a derrick. When the bot sounds the subsoil and discovers an adequate location for a derrick, it will mark it with a red cross."
msgstr "Обыщите всю территорию между барьерами, используя <a object|botsr>проверочного бота</a> в поисках подходящего места для постройки деррика. Когда бот простукивает землю и находит подходящее для деррика место, он обозначит это место красным крестом."
"This program works well only at the beginning. After the first line, the bot turns correctly left and sounds the second line. But after the second line, it must turn right!\n"
"You will have noticed that if <code>y</code> is even, the bot must turn left, and if <code>y</code> is odd, the bot must turn right.\n"
"The <a cbot|expr>expression</a> <code>y%2</code> returns the rest of the division of <code>y</code> by <code>2</code>. For example, if <code>y=3</code>, the expression returns <code>1</code>.\n"
"The test <code><a cbot|if>if</a> { }</code> can be followed by a <code>else { }</code>. If the test is true, the first <a cbot|bloc>block</a> <code>{ }</code> will be executed. Otherwise, the second block <code>{ }</code> will be executed."
"Эта программа хорошо работает только в начале. После первой линии бот поворачивает точно налево и исследует второю линию. Но после второй линии он должен свернуть вправо!\n"
"Вы заметите, что если <code>y</code> четное, бот должен повернуть налево, а если <code>y</code> нечетное, бот должен повернуть направо.\n"
"<a cbot|expr>Выражение</a> <code>y%2</code> возвращает остаток от деления <code>y</code> на <code>2</code>. например, если <code>y=3</code>, выражение возвращает <code>1</code>.\n"
"Проверьте <code><a cbot|if>if</a> { }</code> может следовать за <code>else { }</code>. Если проверка истинная, будет выполнен первый <a cbot|bloc>блок</a> <code>{ }</code>. Иначе будет выполнен второй блок <code>{ }</code>."
msgid "Use the instruction <code><a cbot|sniff>sniff</a>( )</code> to sound the subsoil, and <code><a cbot|move>move</a>( )</code> and <code><a cbot|turn>turn</a>( )</code> to move the bot."
msgstr "Используйте инструкцию <code><a cbot|sniff>sniff</a>( )</code> чтобы простукать почву, и <code><a cbot|move>move</a>( )</code> и <code><a cbot|turn>turn</a>( )</code> чтобы перемещать бота."