msgid "Convert some <a object|titanore>titanium ore</a> to <a object|titan>titanium cubes</a>, then drop 2 titanium cubes on the pads whose coordinates are:"
msgstr "Przetop nieco <a object|titanore>rudy tytanu</a> na <a object|titan>kostki tytanu</a>, a następnie dostarcz dwie kostki tytanu na platformy o podanych współrzędnych:"
msgid "The <a object|convert>converter</a> converts titanium ore to titanium cubes. Just drop the titanium ore on the platform, move backward, and wait until it has been converted."
msgstr "<a object|convert>Huta</a> przetapia rudę tytanu na kostki tytanu. Wystarczy zostawić rudę tytanu na platformie, cofnąć się i poczekać na jej przetopienie."
"A <code><a cbot|for>for</a></code> loop allows you to repeat 2 times all the instructions.\n"
"The titanium ore is not available immediately. You will have to wait until the derrick extracts it. Use a <code><a cbot|do>do</a></code> loop, as follows:"
"After the loop (when the radar has found one titanium ore), you can go to its location <code>obj.position</code> with the instruction <code><a cbot|goto>goto</a></code>. Use the instruction <code><a cbot|grab>grab</a></code> to grab the titanium ore.\n"
"Po tej pętli (gdy radar znajdzie rudę tytanu), możesz do niej podejść <code>obj.position</code> używając instrukcji <code><a cbot|goto>goto</a></code>. Do podniesienia rudy tytanu użyj instrukcji <code><a cbot|grab>grab</a></code>.\n"
"Użyj następującej instrukcji do znalezienia huty:"
"After you dropped the ore on the converter, move back 2.5 meters with <code><a cbot|move>move</a>(-2.5)</code>.\n"
"A second <code>do</code> loop allows you to wait until the titanium cube is available. You must limit the range of the radar to 5m, otherwise you would immediately find the titanium cube that you already dropped on a pad:"
"Po umieszczeniu rudy w hucie, cofnij się o 2,5 metra: <code><a cbot|move>move</a>(-2.5)</code>.\n"
"Druga pętla <code>do</code> czeka aż będzie dostępna kostka tytanu. Musisz ograniczyć zasięg radaru do 5 metrów, w przeciwnym wypadku natychmiast znajdziesz kostkę tytanu właśnie dostarczoną na platformę:"
msgid "The <code>x</code> coordinates of the 2 pads are all equal to 10. The <code>y</code> coordinates are respectively -60 and -65. The most efficient way to get the coordinates of the pads is to use the value of <code>i</code> of the <code>for</code> loop that will take successively the values 0 and 1:"
msgstr "Współrzędne <code>x</code> dwóch platform są równe. Współrzędne <code>y</code> są odpowiednio równe -60 i -65. Najefektywniejszym sposobem otrzymania współrzędnych platform jest użycie wartości <code>i</code> z pętli <code>for</code>, która przyjmuje kolejno wartości 0 i 1:"