author | unc0rr |
Sun, 03 Sep 2006 15:39:53 +0000 | |
changeset 138 | 00e8d3693e90 |
parent 113 | d975a426ebf7 |
child 236 | 7ca605677704 |
permissions | -rw-r--r-- |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
1 |
<!DOCTYPE TS><TS> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
2 |
<context> |
88 | 3 |
<name>GameUIConfig</name> |
4 |
<message> |
|
5 |
<source>Error</source> |
|
6 |
<translation>Ошибка</translation> |
|
7 |
</message> |
|
8 |
<message> |
|
9 |
<source>Cannot create directory %1</source> |
|
113 | 10 |
<translation type="obsolete">Не могу создать папку %1</translation> |
88 | 11 |
</message> |
12 |
<message> |
|
13 |
<source>Quit</source> |
|
93 | 14 |
<translation>Выйти</translation> |
88 | 15 |
</message> |
16 |
<message> |
|
17 |
<source>Cannot save options to file %1</source> |
|
18 |
<translation>Ошибка при сохранении настроек в файл %1</translation> |
|
19 |
</message> |
|
20 |
</context> |
|
21 |
<context> |
|
22 |
<name>HWForm</name> |
|
23 |
<message> |
|
24 |
<source>Error</source> |
|
25 |
<translation>Ошибка</translation> |
|
26 |
</message> |
|
27 |
<message> |
|
28 |
<source>Please, select demo from the list above</source> |
|
29 |
<translation>Выберите демо из списка</translation> |
|
30 |
</message> |
|
31 |
<message> |
|
32 |
<source>OK</source> |
|
33 |
<translation>ОК</translation> |
|
34 |
</message> |
|
35 |
</context> |
|
36 |
<context> |
|
37 |
<name>HWGame</name> |
|
38 |
<message> |
|
39 |
<source>Error</source> |
|
40 |
<translation>Ошибка</translation> |
|
41 |
</message> |
|
42 |
<message> |
|
43 |
<source>Unable to start the server: %1.</source> |
|
44 |
<translation>Ошибка запуска сервера: %1.</translation> |
|
45 |
</message> |
|
46 |
<message> |
|
47 |
<source>en.txt</source> |
|
48 |
<translation>ru.txt</translation> |
|
49 |
</message> |
|
50 |
<message> |
|
51 |
<source>Cannot save demo to file %1</source> |
|
52 |
<translation>Ошибка сохранения демо в файл %1</translation> |
|
53 |
</message> |
|
54 |
<message> |
|
55 |
<source>Quit</source> |
|
56 |
<translation>Выход</translation> |
|
57 |
</message> |
|
58 |
<message> |
|
59 |
<source>Cannot open demofile %1</source> |
|
60 |
<translation>Не могу открыть демо %1</translation> |
|
61 |
</message> |
|
113 | 62 |
<message> |
63 |
<source>Unable to run engine: %1 (</source> |
|
64 |
<translation>Ошибка запуска движка: %1 (</translation> |
|
65 |
</message> |
|
88 | 66 |
</context> |
67 |
<context> |
|
68 |
<name>HWNet</name> |
|
69 |
<message> |
|
70 |
<source>Error</source> |
|
71 |
<translation>Ошибка</translation> |
|
72 |
</message> |
|
73 |
<message> |
|
74 |
<source>The host was not found. Please check the host name and port settings.</source> |
|
75 |
<translation>Ошибка подключения. Проверьте имя сервера и номер порта.</translation> |
|
76 |
</message> |
|
77 |
<message> |
|
78 |
<source>Connection refused</source> |
|
79 |
<translation>Отказано в соединении</translation> |
|
80 |
</message> |
|
81 |
</context> |
|
82 |
<context> |
|
83 |
<name>QCheckBox</name> |
|
84 |
<message> |
|
85 |
<source>Enable sound</source> |
|
86 |
<translation>Включить звук</translation> |
|
87 |
</message> |
|
88 |
<message> |
|
89 |
<source>Fullscreen</source> |
|
90 |
<translation>Полный экран</translation> |
|
91 |
</message> |
|
138 | 92 |
<message> |
93 |
<source>Forts mode</source> |
|
94 |
<translation>Режим фортов</translation> |
|
95 |
</message> |
|
88 | 96 |
</context> |
97 |
<context> |
|
98 |
<name>QGroupBox</name> |
|
99 |
<message> |
|
100 |
<source>Team Members</source> |
|
101 |
<translation>Состав команды</translation> |
|
102 |
</message> |
|
103 |
<message> |
|
104 |
<source>Team</source> |
|
105 |
<translation>Команда</translation> |
|
106 |
</message> |
|
107 |
<message> |
|
108 |
<source>Fort</source> |
|
109 |
<translation>Форт</translation> |
|
110 |
</message> |
|
111 |
<message> |
|
112 |
<source>Grave</source> |
|
113 |
<translation>Надгробие</translation> |
|
114 |
</message> |
|
115 |
<message> |
|
116 |
<source>Key binds</source> |
|
117 |
<translation>Привязки клавиш</translation> |
|
118 |
</message> |
|
119 |
<message> |
|
120 |
<source>Teams</source> |
|
121 |
<translation>Команды</translation> |
|
122 |
</message> |
|
97
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
123 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
124 |
<source>Audio/Graphic options</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
125 |
<translation>Настройки звука и графики</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
126 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
127 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
128 |
<source>Net nick</source> |
113 | 129 |
<translation type="obsolete">Имя игрока</translation> |
130 |
</message> |
|
131 |
<message> |
|
132 |
<source>Net options</source> |
|
133 |
<translation>Настройки сети</translation> |
|
97
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
134 |
</message> |
88 | 135 |
</context> |
136 |
<context> |
|
137 |
<name>QLabel</name> |
|
138 |
<message> |
|
139 |
<source>Net nick</source> |
|
140 |
<translation>Имя игрока</translation> |
|
141 |
</message> |
|
113 | 142 |
<message> |
143 |
<source>Server address</source> |
|
144 |
<translation>Адрес сервера</translation> |
|
145 |
</message> |
|
88 | 146 |
</context> |
147 |
<context> |
|
148 |
<name>QLineEdit</name> |
|
149 |
<message> |
|
150 |
<source>unnamed</source> |
|
151 |
<translation>безымянный</translation> |
|
152 |
</message> |
|
153 |
</context> |
|
154 |
<context> |
|
155 |
<name>QMainWindow</name> |
|
156 |
<message> |
|
157 |
<source>-= by unC0Rr =-</source> |
|
158 |
<translation>-= by unC0Rr =-</translation> |
|
159 |
</message> |
|
160 |
</context> |
|
161 |
<context> |
|
113 | 162 |
<name>QObject</name> |
163 |
<message> |
|
164 |
<source>Error</source> |
|
165 |
<translation>Ошибка</translation> |
|
166 |
</message> |
|
167 |
<message> |
|
168 |
<source>Cannot create directory %1</source> |
|
169 |
<translation>Не могу создать папку %1</translation> |
|
170 |
</message> |
|
171 |
<message> |
|
172 |
<source>Quit</source> |
|
173 |
<translation>Выйти</translation> |
|
174 |
</message> |
|
175 |
</context> |
|
176 |
<context> |
|
88 | 177 |
<name>QPushButton</name> |
178 |
<message> |
|
179 |
<source>Single Player</source> |
|
180 |
<translation>Одиночная игра</translation> |
|
181 |
</message> |
|
182 |
<message> |
|
183 |
<source>Multiplayer</source> |
|
184 |
<translation>Схватка</translation> |
|
185 |
</message> |
|
186 |
<message> |
|
187 |
<source>Net game</source> |
|
188 |
<translation>Сетевая игра</translation> |
|
189 |
</message> |
|
190 |
<message> |
|
191 |
<source>Demos</source> |
|
192 |
<translation>Демки</translation> |
|
193 |
</message> |
|
194 |
<message> |
|
195 |
<source>Setup</source> |
|
196 |
<translation>Настройка</translation> |
|
197 |
</message> |
|
198 |
<message> |
|
199 |
<source>Exit</source> |
|
200 |
<translation>Выход</translation> |
|
201 |
</message> |
|
202 |
<message> |
|
203 |
<source>Back</source> |
|
204 |
<translation>Назад</translation> |
|
205 |
</message> |
|
206 |
<message> |
|
207 |
<source>Simple Game</source> |
|
208 |
<translation>Быстрый старт</translation> |
|
209 |
</message> |
|
210 |
<message> |
|
211 |
<source>Discard</source> |
|
212 |
<translation>Отменить</translation> |
|
213 |
</message> |
|
214 |
<message> |
|
215 |
<source>Save</source> |
|
216 |
<translation>Сохранить</translation> |
|
217 |
</message> |
|
218 |
<message> |
|
219 |
<source>Play demo</source> |
|
220 |
<translation>Играть демку</translation> |
|
221 |
</message> |
|
222 |
<message> |
|
223 |
<source>New team</source> |
|
224 |
<translation>Новая команда</translation> |
|
225 |
</message> |
|
226 |
<message> |
|
227 |
<source>Edit team</source> |
|
228 |
<translation>Изменить</translation> |
|
229 |
</message> |
|
230 |
<message> |
|
231 |
<source>Connect</source> |
|
232 |
<translation>Соединить</translation> |
|
233 |
</message> |
|
234 |
<message> |
|
235 |
<source>Disconnect</source> |
|
236 |
<translation>Разъединить</translation> |
|
237 |
</message> |
|
238 |
<message> |
|
239 |
<source>Join</source> |
|
240 |
<translation>Присоединиться</translation> |
|
241 |
</message> |
|
242 |
<message> |
|
243 |
<source>Create</source> |
|
244 |
<translation>Создать</translation> |
|
245 |
</message> |
|
246 |
<message> |
|
247 |
<source>Add Team</source> |
|
248 |
<translation>Добавить команду</translation> |
|
249 |
</message> |
|
250 |
<message> |
|
251 |
<source>Go!</source> |
|
252 |
<translation>Вперёд!</translation> |
|
253 |
</message> |
|
138 | 254 |
<message> |
255 |
<source>Start</source> |
|
256 |
<translation>Старт</translation> |
|
257 |
</message> |
|
88 | 258 |
</context> |
259 |
<context> |
|
260 |
<name>QToolBox</name> |
|
261 |
<message> |
|
262 |
<source>Actions</source> |
|
263 |
<translation>Действия</translation> |
|
264 |
</message> |
|
265 |
<message> |
|
266 |
<source>Weapons</source> |
|
267 |
<translation>Оружие</translation> |
|
268 |
</message> |
|
269 |
<message> |
|
270 |
<source>Weapon properties</source> |
|
271 |
<translation>Настройки оружия</translation> |
|
272 |
</message> |
|
273 |
<message> |
|
274 |
<source>Other</source> |
|
275 |
<translation>Разное</translation> |
|
276 |
</message> |
|
277 |
</context> |
|
278 |
<context> |
|
279 |
<name>binds</name> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
280 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
281 |
<source>up</source> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
282 |
<translation>вверх</translation> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
283 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
284 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
285 |
<source>left</source> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
286 |
<translation>влево</translation> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
287 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
288 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
289 |
<source>right</source> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
290 |
<translation>вправо</translation> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
291 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
292 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
293 |
<source>down</source> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
294 |
<translation>вниз</translation> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
295 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
296 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
297 |
<source>jump</source> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
298 |
<translation>прыжок</translation> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
299 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
300 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
301 |
<source>attack</source> |
88 | 302 |
<translation>атака</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
303 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
304 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
305 |
<source>put</source> |
88 | 306 |
<translation>указать</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
307 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
308 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
309 |
<source>switch</source> |
88 | 310 |
<translation>переключить</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
311 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
312 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
313 |
<source>slot 1</source> |
88 | 314 |
<translation>слот 1</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
315 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
316 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
317 |
<source>slot 2</source> |
88 | 318 |
<translation>слот 2</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
319 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
320 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
321 |
<source>slot 3</source> |
88 | 322 |
<translation>слот 3</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
323 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
324 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
325 |
<source>slot 4</source> |
88 | 326 |
<translation>слот 4</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
327 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
328 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
329 |
<source>slot 5</source> |
88 | 330 |
<translation>слот 5</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
331 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
332 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
333 |
<source>slot 6</source> |
88 | 334 |
<translation>слот 6</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
335 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
336 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
337 |
<source>slot 7</source> |
88 | 338 |
<translation>слот 7</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
339 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
340 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
341 |
<source>slot 8</source> |
88 | 342 |
<translation>слот 8</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
343 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
344 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
345 |
<source>timer 1 sec</source> |
88 | 346 |
<translation>таймер на 1 сек</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
347 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
348 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
349 |
<source>timer 2 sec</source> |
88 | 350 |
<translation>таймер на 2 сек</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
351 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
352 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
353 |
<source>timer 3 sec</source> |
88 | 354 |
<translation>таймер на 3 сек</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
355 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
356 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
357 |
<source>timer 4 sec</source> |
88 | 358 |
<translation>таймер на 4 сек</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
359 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
360 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
361 |
<source>timer 5 sec</source> |
88 | 362 |
<translation>таймер на 5 сек</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
363 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
364 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
365 |
<source>capture</source> |
88 | 366 |
<translation>снимок</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
367 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
368 |
<message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
369 |
<source>quit</source> |
88 | 370 |
<translation>выход</translation> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
371 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
372 |
</context> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
373 |
<context> |
88 | 374 |
<name>teams</name> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
375 |
<message> |
88 | 376 |
<source>Hedgehogs</source> |
377 |
<translation>Ёжики</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
378 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
379 |
<message> |
88 | 380 |
<source>hedgehog 1</source> |
381 |
<translation>ёжик 1</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
382 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
383 |
<message> |
88 | 384 |
<source>hedgehog 2</source> |
385 |
<translation>ёжик 2</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
386 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
387 |
<message> |
88 | 388 |
<source>hedgehog 3</source> |
389 |
<translation>ёжик 3</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
390 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
391 |
<message> |
88 | 392 |
<source>hedgehog 4</source> |
393 |
<translation>ёжик 4</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
394 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
395 |
<message> |
88 | 396 |
<source>hedgehog 5</source> |
397 |
<translation>ёжик 5</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
398 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
399 |
<message> |
88 | 400 |
<source>hedgehog 6</source> |
401 |
<translation>ёжик 6</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
402 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
403 |
<message> |
88 | 404 |
<source>hedgehog 7</source> |
405 |
<translation>ёжик 7</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
406 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
407 |
<message> |
88 | 408 |
<source>hedgehog 8</source> |
409 |
<translation>ёжик 8</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
410 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
411 |
<message> |
88 | 412 |
<source>Goddess</source> |
413 |
<translation>Богини</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
414 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
415 |
<message> |
88 | 416 |
<source>Isis</source> |
417 |
<translation>Изида</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
418 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
419 |
<message> |
88 | 420 |
<source>Astarte</source> |
421 |
<translation>Астарта</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
422 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
423 |
<message> |
88 | 424 |
<source>Diana</source> |
425 |
<translation>Диана</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
426 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
427 |
<message> |
88 | 428 |
<source>Aphrodite</source> |
429 |
<translation>Афродита</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
430 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
431 |
<message> |
88 | 432 |
<source>Hecate</source> |
433 |
<translation>Геката</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
434 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
435 |
<message> |
88 | 436 |
<source>Demeter</source> |
437 |
<translation>Деметра</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
438 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
439 |
<message> |
88 | 440 |
<source>Kali</source> |
441 |
<translation>Кали</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
442 |
</message> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
443 |
<message> |
88 | 444 |
<source>Inanna</source> |
445 |
<translation>Инанна</translation> |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
446 |
</message> |
97
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
447 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
448 |
<source>Fruits</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
449 |
<translation>Фрукты</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
450 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
451 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
452 |
<source>Banana</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
453 |
<translation>Банан</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
454 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
455 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
456 |
<source>Apple</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
457 |
<translation>Яблоко</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
458 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
459 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
460 |
<source>Orange</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
461 |
<translation>Апельсин</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
462 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
463 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
464 |
<source>Lemon</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
465 |
<translation>Лимон</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
466 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
467 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
468 |
<source>Pineapple</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
469 |
<translation>Ананас</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
470 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
471 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
472 |
<source>Mango</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
473 |
<translation>Манго</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
474 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
475 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
476 |
<source>Peach</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
477 |
<translation>Персик</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
478 |
</message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
479 |
<message> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
480 |
<source>Plum</source> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
481 |
<translation>Слива</translation> |
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
482 |
</message> |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
483 |
</context> |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
diff
changeset
|
484 |
</TS> |