source: tags/1.1.0/Languages/Game2048.po

Last change on this file was 38, checked in by chronos, 5 years ago
  • Added: In computer AI form allow to set delay of steps computation. Set to zero means fastest processing.
File size: 3.9 KB
Line 
1msgid ""
2msgstr "Content-Type: text/plain; charset=UTF-8"
3
4#: tcore.aabout.caption
5msgctxt "tcore.aabout.caption"
6msgid "About"
7msgstr ""
8
9#: tcore.acomputer.caption
10msgctxt "tcore.acomputer.caption"
11msgid "AI"
12msgstr ""
13
14#: tcore.aexit.caption
15msgctxt "tcore.aexit.caption"
16msgid "Exit"
17msgstr ""
18
19#: tcore.ahelp.caption
20msgctxt "tcore.ahelp.caption"
21msgid "Help"
22msgstr ""
23
24#: tcore.ahistory.caption
25msgctxt "tcore.ahistory.caption"
26msgid "Moves history"
27msgstr ""
28
29#: tcore.anew.caption
30msgctxt "tcore.anew.caption"
31msgid "New..."
32msgstr ""
33
34#: tcore.asettings.caption
35msgctxt "tcore.asettings.caption"
36msgid "Settings"
37msgstr ""
38
39#: tcore.aundo.caption
40msgid "Undo"
41msgstr ""
42
43#: tformabout.buttonclose.caption
44msgid "Close"
45msgstr ""
46
47#: tformabout.buttonhomepage.caption
48msgid "Home page"
49msgstr ""
50
51#: tformabout.caption
52msgctxt "tformabout.caption"
53msgid "About"
54msgstr ""
55
56#: tformabout.labelappname.caption
57msgid "Title"
58msgstr ""
59
60#: tformabout.labelcontent.caption
61msgid " "
62msgstr ""
63
64#: tformcomputer.buttonstart.caption
65msgid "Start"
66msgstr ""
67
68#: tformcomputer.buttonstop.caption
69msgid "Stop"
70msgstr ""
71
72#: tformcomputer.caption
73msgctxt "tformcomputer.caption"
74msgid "AI"
75msgstr ""
76
77#: tformcomputer.label1.caption
78msgid "Delay per step:"
79msgstr ""
80
81#: tformhelp.caption
82msgctxt "tformhelp.caption"
83msgid "Help"
84msgstr ""
85
86#: tformhistory.caption
87msgctxt "tformhistory.caption"
88msgid "Moves history"
89msgstr ""
90
91#: tformmain.caption
92msgid "2048"
93msgstr ""
94
95#: tformmain.menuitemgame.caption
96msgid "Game"
97msgstr ""
98
99#: tformmain.menuitemhelp.caption
100msgctxt "tformmain.menuitemhelp.caption"
101msgid "Help"
102msgstr ""
103
104#: tformmain.menuitemtools.caption
105msgid "Tools"
106msgstr ""
107
108#: tformnew.buttoncancel.caption
109msgctxt "tformnew.buttoncancel.caption"
110msgid "Cancel"
111msgstr ""
112
113#: tformnew.buttonok.caption
114msgctxt "tformnew.buttonok.caption"
115msgid "OK"
116msgstr ""
117
118#: tformnew.caption
119msgid "New game"
120msgstr ""
121
122#: tformnew.checkboxrecordhistory.caption
123msgctxt "tformnew.checkboxrecordhistory.caption"
124msgid "Record moves history"
125msgstr ""
126
127#: tformnew.checkboxundoenabled.caption
128msgid "Undo enabled"
129msgstr ""
130
131#: tformnew.label1.caption
132msgid "Board size:"
133msgstr ""
134
135#: tformsettings.buttoncancel.caption
136msgctxt "tformsettings.buttoncancel.caption"
137msgid "Cancel"
138msgstr ""
139
140#: tformsettings.buttonok.caption
141msgctxt "tformsettings.buttonok.caption"
142msgid "OK"
143msgstr ""
144
145#: tformsettings.caption
146msgctxt "tformsettings.caption"
147msgid "Settings"
148msgstr ""
149
150#: tformsettings.label1.caption
151msgid "Animation duration:"
152msgstr ""
153
154#: tformsettings.label2.caption
155msgid "Language:"
156msgstr ""
157
158#: ucore.sgameovercaption
159msgctxt "ucore.sgameovercaption"
160msgid "Lost"
161msgstr ""
162
163#: ucore.sgameovermessage
164msgctxt "ucore.sgameovermessage"
165msgid "Game over!"
166msgstr ""
167
168#: ucore.swincaption
169msgctxt "ucore.swincaption"
170msgid "Win"
171msgstr ""
172
173#: ucore.swinmessage
174msgctxt "ucore.swinmessage"
175msgid "You reached %d and won! You can continue to play to get higher score."
176msgstr ""
177
178#: uformabout.slicense
179msgid "License"
180msgstr ""
181
182#: uformabout.sreleasedate
183msgid "Release date"
184msgstr ""
185
186#: uformabout.sversion
187msgid "Version"
188msgstr ""
189
190#: uformhelp.scontrols
191msgid "Use arrow keys to slide blocks to one of board side."
192msgstr ""
193
194#: uformhelp.severyturn
195msgid "Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4."
196msgstr ""
197
198#: uformhelp.sparagraph1
199msgid "2048 is a single-player block sliding puzzle game."
200msgstr ""
201
202#: uformhelp.sparagraph2
203msgid "The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048."
204msgstr ""
205
206#: uformhelp.sundo
207msgid "You can undo one move back, if undo action is enabled."
208msgstr ""
209
210#: uformsettings.slanguagechangemessage
211msgid "Interface language was changed. It may require restart of application."
212msgstr ""
213
214#: uformsettings.slanguagechangetitle
215msgid "Language change"
216msgstr ""
217
218#: ugame.sscore
219msgid "Score"
220msgstr ""
221
222#: ugame.stopscore
223msgid "Top score"
224msgstr ""
225
Note: See TracBrowser for help on using the repository browser.