blob: 4a77fd59e462d882101b74e0c8412319a6fb4836 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!DOCTYPE TS><TS>
<context>
<name>SnakeGame</name>
<message>
<source>Snake</source>
<translation>Waz</translation>
</message>
<message>
<source>New Game</source>
<translation>Nowa gra</translation>
</message>
<message>
<source>SNAKE!</source>
<translation>WAZ!</translation>
</message>
<message>
<source>Use the arrow keys to guide the
snake to eat the mouse. You must not
crash into the walls, edges or its tail.</source>
<translation>Uzywaj klawiszy strzalek do poruszania
weza i jedzenia myszek. Musisz
nie wpadac na sciany i przeszkody</translation>
</message>
<message>
<source>Press Any Key To Start</source>
<translation>Wcisnij dowolny klawisz do uruchomienia</translation>
</message>
<message>
<source> Score : %1 </source>
<translation> Wynik : %1 </translation>
</message>
<message>
<source>GAME OVER!
Your Score: %1</source>
<translation>KONIEC GRY!
Twoj wynik: %1</translation>
</message>
<message>
<source>Press Any Key to Begin a New Game.</source>
<translation>Wcisnij dowolny klawisz a rozpoczniesz gre.</translation>
</message>
</context>
</TS>
|