author | sheepluva |
Tue, 15 May 2018 17:05:40 +0200 | |
branch | ui-scaling |
changeset 13386 | 72bbccf9a715 |
parent 13307 | 1b409f2add34 |
child 13535 | 4dd9711b0206 |
child 13549 | bc6f3d5309f4 |
permissions | -rw-r--r-- |
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
2 |
<!DOCTYPE TS> |
12721 | 3 |
<TS version="2.1" language="uk"> |
2030 | 4 |
<context> |
8648 | 5 |
<name>About</name> |
6 |
<message> |
|
7 |
<source>Unknown Compiler</source> |
|
10341 | 8 |
<translation>Невідомий компілятор</translation> |
8648 | 9 |
</message> |
12721 | 10 |
<message> |
11 |
<source>Hedgewars %1</source> |
|
12 |
<extracomment>%1 contains Hedgewars' version number</extracomment> |
|
13 |
<translation type="unfinished">Hedgewars %1</translation> |
|
14 |
</message> |
|
15 |
<message> |
|
16 |
<source>Revision %1 (%2)</source> |
|
17 |
<translation type="unfinished"></translation> |
|
18 |
</message> |
|
19 |
<message> |
|
20 |
<source>Visit our homepage: %1</source> |
|
21 |
<translation type="unfinished"></translation> |
|
22 |
</message> |
|
23 |
<message> |
|
24 |
<source>This program is distributed under the %1.</source> |
|
25 |
<translation type="unfinished">Ця програма поширюється згідно з %1.</translation> |
|
26 |
</message> |
|
27 |
<message> |
|
28 |
<source>GNU GPL v2</source> |
|
29 |
<extracomment>Short for “GNU General Public License version 2”</extracomment> |
|
30 |
<translation type="unfinished"></translation> |
|
31 |
</message> |
|
32 |
<message> |
|
33 |
<source>Dependency versions:</source> |
|
34 |
<extracomment>For the version numbers of Hedgewars' software dependencies</extracomment> |
|
35 |
<translation type="unfinished"></translation> |
|
36 |
</message> |
|
37 |
<message> |
|
38 |
<source><a href="https://gcc.gnu.org">GCC</a>: %1</source> |
|
39 |
<translation type="unfinished"></translation> |
|
40 |
</message> |
|
41 |
<message> |
|
42 |
<source><a href="https://www.libsdl.org/">SDL2</a>: %1.%2.%3</source> |
|
43 |
<translation type="unfinished"></translation> |
|
44 |
</message> |
|
45 |
<message> |
|
46 |
<source><a href="https://www.libsdl.org/">SDL2_mixer</a>: %1.%2.%3</source> |
|
47 |
<translation type="unfinished"></translation> |
|
48 |
</message> |
|
49 |
<message> |
|
50 |
<source><a href="https://www.libsdl.org/">SDL2_net</a>: %1.%2.%3</source> |
|
51 |
<translation type="unfinished"></translation> |
|
52 |
</message> |
|
53 |
<message> |
|
54 |
<source><a href="https://www.libsdl.org/">SDL2_image</a>: %1.%2.%3</source> |
|
55 |
<translation type="unfinished"></translation> |
|
56 |
</message> |
|
57 |
<message> |
|
58 |
<source><a href="https://www.libsdl.org/">SDL2_ttf</a>: %1.%2.%3</source> |
|
59 |
<translation type="unfinished"></translation> |
|
60 |
</message> |
|
61 |
<message> |
|
62 |
<source><a href="https://www.qt.io/developers/">Qt</a>: %1</source> |
|
63 |
<translation type="unfinished"></translation> |
|
64 |
</message> |
|
65 |
<message> |
|
66 |
<source><a href="https://libav.org">libavcodec</a>: %1.%2.%3</source> |
|
67 |
<translation type="unfinished"></translation> |
|
68 |
</message> |
|
69 |
<message> |
|
70 |
<source><a href="https://libav.org">libavformat</a>: %1.%2.%3</source> |
|
71 |
<translation type="unfinished"></translation> |
|
72 |
</message> |
|
73 |
<message> |
|
74 |
<source><a href="https://libav.org">libavutil</a>: %1.%2.%3</source> |
|
75 |
<translation type="unfinished"></translation> |
|
76 |
</message> |
|
77 |
<message> |
|
78 |
<source><a href="https://icculus.org/physfs/">PhysFS</a>: %1.%2.%3</source> |
|
79 |
<translation type="unfinished"></translation> |
|
80 |
</message> |
|
8648 | 81 |
</context> |
82 |
<context> |
|
7679 | 83 |
<name>AbstractPage</name> |
84 |
<message> |
|
85 |
<source>Go back</source> |
|
10341 | 86 |
<translation>Назад</translation> |
7679 | 87 |
</message> |
88 |
</context> |
|
89 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
90 |
<name>BanDialog</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
91 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
92 |
<source>IP</source> |
10341 | 93 |
<translation>IP</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
94 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
95 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
96 |
<source>Nick</source> |
10341 | 97 |
<translation>Нік</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
98 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
99 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
100 |
<source>IP/Nick</source> |
10341 | 101 |
<translation>IP/Нік</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
102 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
103 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
104 |
<source>Reason</source> |
10341 | 105 |
<translation>Причина</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
106 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
107 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
108 |
<source>Duration</source> |
10341 | 109 |
<translation>Тривалість</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
110 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
111 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
112 |
<source>Ok</source> |
10341 | 113 |
<translation>Гаразд</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
114 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
115 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
116 |
<source>Cancel</source> |
10341 | 117 |
<translation>Скасувати</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
118 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
119 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
120 |
<source>you know why</source> |
10341 | 121 |
<translation>ви знаєте чому</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
122 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
123 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
124 |
<source>Warning</source> |
10341 | 125 |
<translation>Увага</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
126 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
127 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
128 |
<source>Please, specify %1</source> |
12721 | 129 |
<translation type="vanished">Будь ласка, вкажіть %1</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
130 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
131 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
132 |
<source>nickname</source> |
12721 | 133 |
<translation type="vanished">ім'я</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
134 |
</message> |
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
135 |
<message> |
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
136 |
<source>permanent</source> |
10341 | 137 |
<translation>постійний</translation> |
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
138 |
</message> |
11526 | 139 |
<message> |
140 |
<source>Ban player</source> |
|
141 |
<translation type="unfinished"></translation> |
|
142 |
</message> |
|
12721 | 143 |
<message> |
144 |
<source>Please specify an IP address.</source> |
|
145 |
<translation type="unfinished"></translation> |
|
146 |
</message> |
|
147 |
<message> |
|
148 |
<source>Please specify a nickname.</source> |
|
149 |
<translation type="unfinished"></translation> |
|
150 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
151 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
152 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
153 |
<name>DataManager</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
154 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
155 |
<source>Use Default</source> |
10341 | 156 |
<translation>Використати типове</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
157 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
158 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
159 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
160 |
<name>FeedbackDialog</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
161 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
162 |
<source>View</source> |
10341 | 163 |
<translation>Вигляд</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
164 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
165 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
166 |
<source>Cancel</source> |
10341 | 167 |
<translation>Скасувати</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
168 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
169 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
170 |
<source>Send Feedback</source> |
10341 | 171 |
<translation>Надіслати відгук</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
172 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
173 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
174 |
<source>We are always happy about suggestions, ideas, or bug reports.</source> |
10341 | 175 |
<translation>Ми завжди раді пропозиціям, ідеям, або повідомленням про помилки.</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
176 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
177 |
<message> |
9007 | 178 |
<source>Send us feedback!</source> |
10341 | 179 |
<translation>Надішліть нам відгук!</translation> |
9007 | 180 |
</message> |
181 |
<message> |
|
182 |
<source>If you found a bug, you can see if it's already been reported here: </source> |
|
10341 | 183 |
<translation>Якщо ви знайшли помилку, ви можете побачити, чи про неї вже повідомлялося, тут:</translation> |
9007 | 184 |
</message> |
185 |
<message> |
|
186 |
<source>Your email address is optional, but necessary if you want us to get back at you.</source> |
|
10341 | 187 |
<translation>Ваша електронна адреса не є обов'язковою, але потрібною, якщо ви хочете, щоб ми з вами зв'язались.</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
188 |
</message> |
11526 | 189 |
<message> |
190 |
<source>Feedback</source> |
|
191 |
<translation type="unfinished">Відгук</translation> |
|
192 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
193 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
194 |
<context> |
3284 | 195 |
<name>FreqSpinBox</name> |
196 |
<message> |
|
197 |
<source>Never</source> |
|
3457 | 198 |
<translation>Ніколи</translation> |
3284 | 199 |
</message> |
200 |
<message numerus="yes"> |
|
201 |
<source>Every %1 turn</source> |
|
3457 | 202 |
<translation> |
4965 | 203 |
<numerusform>Кожного ходу</numerusform> |
3457 | 204 |
<numerusform>Кожних %1 ходи</numerusform> |
205 |
<numerusform>Кожних %1 ходів</numerusform> |
|
3284 | 206 |
</translation> |
2030 | 207 |
</message> |
208 |
</context> |
|
1258 | 209 |
<context> |
1546 | 210 |
<name>GameCFGWidget</name> |
211 |
<message> |
|
2030 | 212 |
<source>Edit weapons</source> |
3457 | 213 |
<translation>Редагувати зброю</translation> |
2030 | 214 |
</message> |
215 |
<message> |
|
1900 | 216 |
<source>Edit schemes</source> |
3457 | 217 |
<translation>Редагувати схеми</translation> |
1900 | 218 |
</message> |
4259 | 219 |
<message> |
6239 | 220 |
<source>Game Options</source> |
8648 | 221 |
<translation type="obsolete">Параметри гри</translation> |
6239 | 222 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
223 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
224 |
<source>Game scheme will auto-select a weapon</source> |
10341 | 225 |
<translation>Схема гри вибере зброю</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
226 |
</message> |
8648 | 227 |
<message> |
228 |
<source>Map</source> |
|
10341 | 229 |
<translation>Карта</translation> |
8648 | 230 |
</message> |
231 |
<message> |
|
232 |
<source>Game options</source> |
|
10341 | 233 |
<translation>Параметри гри</translation> |
8648 | 234 |
</message> |
1546 | 235 |
</context> |
236 |
<context> |
|
13210 | 237 |
<name>GameSchemeModel</name> |
238 |
<message> |
|
239 |
<source>new</source> |
|
240 |
<translation type="obsolete">нова</translation> |
|
241 |
</message> |
|
242 |
<message> |
|
243 |
<source>copy of</source> |
|
244 |
<translation type="obsolete">копія</translation> |
|
245 |
</message> |
|
246 |
<message> |
|
247 |
<source>New</source> |
|
248 |
<translation type="unfinished">Нова</translation> |
|
249 |
</message> |
|
250 |
<message> |
|
251 |
<source>Copy of %1</source> |
|
252 |
<translation type="unfinished"></translation> |
|
253 |
</message> |
|
254 |
<message> |
|
255 |
<source>New (%1)</source> |
|
256 |
<translation type="unfinished"></translation> |
|
257 |
</message> |
|
258 |
<message> |
|
259 |
<source>Copy of %1 (%2)</source> |
|
260 |
<translation type="unfinished"></translation> |
|
261 |
</message> |
|
262 |
</context> |
|
263 |
<context> |
|
9756 | 264 |
<name>GameUIConfig</name> |
265 |
<message> |
|
266 |
<source>Guest</source> |
|
10341 | 267 |
<translation>Гість</translation> |
9756 | 268 |
</message> |
269 |
</context> |
|
270 |
<context> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
271 |
<name>HWApplication</name> |
8648 | 272 |
<message numerus="yes"> |
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
273 |
<source>%1 minutes</source> |
10341 | 274 |
<translation> |
275 |
<numerusform>%1 хвилин</numerusform> |
|
8648 | 276 |
<numerusform></numerusform> |
277 |
<numerusform></numerusform> |
|
278 |
</translation> |
|
279 |
</message> |
|
280 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
281 |
<source>%1 hour</source> |
10341 | 282 |
<translation> |
283 |
<numerusform>%1 година</numerusform> |
|
8648 | 284 |
<numerusform></numerusform> |
285 |
<numerusform></numerusform> |
|
286 |
</translation> |
|
287 |
</message> |
|
288 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
289 |
<source>%1 hours</source> |
10341 | 290 |
<translation> |
291 |
<numerusform>%1 годин</numerusform> |
|
8648 | 292 |
<numerusform></numerusform> |
293 |
<numerusform></numerusform> |
|
294 |
</translation> |
|
295 |
</message> |
|
296 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
297 |
<source>%1 day</source> |
10341 | 298 |
<translation> |
299 |
<numerusform>%1 день</numerusform> |
|
8648 | 300 |
<numerusform></numerusform> |
301 |
<numerusform></numerusform> |
|
302 |
</translation> |
|
303 |
</message> |
|
304 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
305 |
<source>%1 days</source> |
10341 | 306 |
<translation> |
307 |
<numerusform>%1 днів</numerusform> |
|
8648 | 308 |
<numerusform></numerusform> |
309 |
<numerusform></numerusform> |
|
310 |
</translation> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
311 |
</message> |
8788 | 312 |
<message> |
313 |
<source>Scheme '%1' not supported</source> |
|
10341 | 314 |
<translation>Схема '%1' не підтримується</translation> |
8788 | 315 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
316 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
317 |
<source>Cannot create directory %1</source> |
10341 | 318 |
<translation>Не можу створити директорію %1</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
319 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
320 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
321 |
<source>Failed to open data directory: |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
322 |
%1 |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
323 |
|
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
324 |
Please check your installation!</source> |
10341 | 325 |
<translation>Не вдалось відкрити теку з даними: |
326 |
%1 |
|
327 |
||
328 |
Перевірте інсталяцію!</translation> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
329 |
</message> |
10451 | 330 |
<message> |
331 |
<source>Usage</source> |
|
332 |
<comment>command-line</comment> |
|
333 |
<translation type="unfinished"></translation> |
|
334 |
</message> |
|
335 |
<message> |
|
336 |
<source>OPTION</source> |
|
337 |
<comment>command-line</comment> |
|
338 |
<translation type="unfinished"></translation> |
|
339 |
</message> |
|
340 |
<message> |
|
341 |
<source>CONNECTSTRING</source> |
|
342 |
<comment>command-line</comment> |
|
343 |
<translation type="unfinished"></translation> |
|
344 |
</message> |
|
345 |
<message> |
|
346 |
<source>Options</source> |
|
347 |
<comment>command-line</comment> |
|
348 |
<translation type="unfinished"></translation> |
|
349 |
</message> |
|
350 |
<message> |
|
351 |
<source>Display this help</source> |
|
352 |
<comment>command-line</comment> |
|
353 |
<translation type="unfinished"></translation> |
|
354 |
</message> |
|
355 |
<message> |
|
356 |
<source>Custom path for configuration data and user data</source> |
|
357 |
<comment>command-line</comment> |
|
358 |
<translation type="unfinished"></translation> |
|
359 |
</message> |
|
360 |
<message> |
|
361 |
<source>Custom path to the game data folder</source> |
|
362 |
<comment>command-line</comment> |
|
363 |
<translation type="unfinished"></translation> |
|
364 |
</message> |
|
365 |
<message> |
|
366 |
<source>Hedgewars can use a %1 (e.g. "%2") to connect on start.</source> |
|
367 |
<comment>command-line</comment> |
|
368 |
<translation type="unfinished"></translation> |
|
369 |
</message> |
|
370 |
<message> |
|
371 |
<source>Malformed option argument: %1</source> |
|
372 |
<comment>command-line</comment> |
|
373 |
<translation type="unfinished"></translation> |
|
374 |
</message> |
|
375 |
<message> |
|
376 |
<source>Unknown option argument: %1</source> |
|
377 |
<comment>command-line</comment> |
|
378 |
<translation type="unfinished"></translation> |
|
379 |
</message> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
380 |
</context> |
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
381 |
<context> |
7679 | 382 |
<name>HWAskQuitDialog</name> |
383 |
<message> |
|
7902
a82b1bf2eca1
- Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents:
7801
diff
changeset
|
384 |
<source>Do you really want to quit?</source> |
10341 | 385 |
<translation>Дійсно бажаєте вийти?</translation> |
7679 | 386 |
</message> |
387 |
</context> |
|
388 |
<context> |
|
2883 | 389 |
<name>HWChatWidget</name> |
390 |
<message> |
|
6239 | 391 |
<source>%1 has been removed from your ignore list</source> |
10341 | 392 |
<translation>%1 був видалений зі списку ігнорування</translation> |
6239 | 393 |
</message> |
394 |
<message> |
|
395 |
<source>%1 has been added to your ignore list</source> |
|
10341 | 396 |
<translation>%1 був доданий до списку ігнорування</translation> |
6239 | 397 |
</message> |
398 |
<message> |
|
399 |
<source>%1 has been removed from your friends list</source> |
|
10341 | 400 |
<translation>%1 був видалений зі списку друзів</translation> |
6239 | 401 |
</message> |
402 |
<message> |
|
403 |
<source>%1 has been added to your friends list</source> |
|
10341 | 404 |
<translation>%1 був доданий до списку друзів</translation> |
6239 | 405 |
</message> |
406 |
<message> |
|
407 |
<source>Stylesheet imported from %1</source> |
|
10341 | 408 |
<translation>Стиль імпортовано з %1</translation> |
6239 | 409 |
</message> |
410 |
<message> |
|
411 |
<source>Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!</source> |
|
10341 | 412 |
<translation>Введіть %1 щоб використовувати поточний стиль, введіть %2 щоб скинути параметри!</translation> |
6239 | 413 |
</message> |
414 |
<message> |
|
415 |
<source>Couldn't read %1</source> |
|
10341 | 416 |
<translation>Неможливо прочитати %1</translation> |
6239 | 417 |
</message> |
418 |
<message> |
|
419 |
<source>StyleSheet discarded</source> |
|
10341 | 420 |
<translation>Стиль відхилено</translation> |
6239 | 421 |
</message> |
422 |
<message> |
|
423 |
<source>StyleSheet saved to %1</source> |
|
10341 | 424 |
<translation>Стиль збережено до %1</translation> |
6239 | 425 |
</message> |
426 |
<message> |
|
427 |
<source>Failed to save StyleSheet to %1</source> |
|
10341 | 428 |
<translation>Не вдалось зберегти стиль %1</translation> |
6239 | 429 |
</message> |
9007 | 430 |
<message> |
431 |
<source>%1 has joined</source> |
|
10341 | 432 |
<translation>%1 приєднався</translation> |
9007 | 433 |
</message> |
434 |
<message> |
|
435 |
<source>%1 has left</source> |
|
10341 | 436 |
<translation>%1 пішов</translation> |
9007 | 437 |
</message> |
438 |
<message> |
|
439 |
<source>%1 has left (%2)</source> |
|
10341 | 440 |
<translation>%1 пішов (%2)</translation> |
9007 | 441 |
</message> |
11833 | 442 |
<message> |
443 |
<source>Chat log</source> |
|
444 |
<translation type="unfinished"></translation> |
|
445 |
</message> |
|
446 |
<message> |
|
447 |
<source>Enter chat messages here and send them with [Enter]</source> |
|
448 |
<translation type="unfinished"></translation> |
|
449 |
</message> |
|
450 |
<message> |
|
451 |
<source>List of players</source> |
|
452 |
<translation type="unfinished"></translation> |
|
453 |
</message> |
|
2883 | 454 |
</context> |
455 |
<context> |
|
1258 | 456 |
<name>HWForm</name> |
457 |
<message> |
|
3457 | 458 |
<source>Cannot save record to file %1</source> |
459 |
<translation>Не можу зберегти запис до файлу %1</translation> |
|
1546 | 460 |
</message> |
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
461 |
<message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
462 |
<source>DefaultTeam</source> |
12721 | 463 |
<translation type="vanished">Команда за замовчуванням</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
464 |
</message> |
4124 | 465 |
<message> |
466 |
<source>Hedgewars Demo File</source> |
|
467 |
<comment>File Types</comment> |
|
4440 | 468 |
<translation>Демо Файл Hedgewars</translation> |
4124 | 469 |
</message> |
470 |
<message> |
|
471 |
<source>Hedgewars Save File</source> |
|
472 |
<comment>File Types</comment> |
|
4440 | 473 |
<translation>Файл Збереження Hedgewars</translation> |
4124 | 474 |
</message> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
475 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
476 |
<source>Demo name</source> |
10341 | 477 |
<translation>Назва демонстрації</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
478 |
</message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
479 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
480 |
<source>Demo name:</source> |
10341 | 481 |
<translation>Назва демонстрації:</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
482 |
</message> |
6239 | 483 |
<message> |
484 |
<source>Game aborted</source> |
|
10341 | 485 |
<translation>Гра перервана</translation> |
6239 | 486 |
</message> |
487 |
<message> |
|
488 |
<source>Nickname</source> |
|
10341 | 489 |
<translation>Ім'я</translation> |
6239 | 490 |
</message> |
491 |
<message> |
|
7801 | 492 |
<source>No nickname supplied.</source> |
10341 | 493 |
<translation>Нікнейм не вказаний.</translation> |
7801 | 494 |
</message> |
495 |
<message> |
|
496 |
<source>Someone already uses your nickname %1 on the server. |
|
6239 | 497 |
Please pick another nickname:</source> |
10341 | 498 |
<translation>Хтось вже використовує ім'я %1 на сервері. |
499 |
Виберіть інше ім'я:</translation> |
|
6239 | 500 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
501 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
502 |
<source>%1's Team</source> |
10341 | 503 |
<translation>Команда %1</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
504 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
505 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
506 |
<source>Hedgewars - Nick registered</source> |
10341 | 507 |
<translation>Hedgewars - Ім'я зареєстроване</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
508 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
509 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
510 |
<source>This nick is registered, and you haven't specified a password. |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
511 |
|
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
512 |
If this nick isn't yours, please register your own nick at www.hedgewars.org |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
513 |
|
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
514 |
Password:</source> |
10341 | 515 |
<translation>Цей нік зареєстрований а ви не вказали пароль. |
516 |
||
517 |
Якщо нік не ваш, зареєструйте ваш власний нік на www.hedgewars.org |
|
518 |
||
519 |
Пароль:</translation> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
520 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
521 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
522 |
<source>Your nickname is not registered. |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
523 |
To prevent someone else from using it, |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
524 |
please register it at www.hedgewars.org</source> |
10341 | 525 |
<translation>Ваш нікнейм не зареєстрований. |
526 |
Щоб ніхто інший ним не користувався, |
|
527 |
зареєструйте його на www.hedgewars.org</translation> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
528 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
529 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
530 |
<source> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
531 |
|
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
532 |
Your password wasn't saved either.</source> |
10341 | 533 |
<translation> |
534 |
||
535 |
Ваш пароль не був збережений.</translation> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
536 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
537 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
538 |
<source>Hedgewars - Empty nickname</source> |
10341 | 539 |
<translation>Hedgewars - Порожнє ім'я</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
540 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
541 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
542 |
<source>Hedgewars - Wrong password</source> |
10341 | 543 |
<translation>Hedgewars - Невірний пароль</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
544 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
545 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
546 |
<source>You entered a wrong password.</source> |
10341 | 547 |
<translation>Ви вказали невірний пароль.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
548 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
549 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
550 |
<source>Try Again</source> |
10341 | 551 |
<translation>Спробуйте знову</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
552 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
553 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
554 |
<source>Hedgewars - Connection error</source> |
10341 | 555 |
<translation>Hedgewars - Помилка з'єднання</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
556 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
557 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
558 |
<source>You reconnected too fast. |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
559 |
Please wait a few seconds and try again.</source> |
10341 | 560 |
<translation>Ви перепід'єднались надто швидко. |
561 |
Зачекайте кілька секунд і спробуйте знов.</translation> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
562 |
</message> |
9007 | 563 |
<message> |
564 |
<source>This page requires an internet connection.</source> |
|
12721 | 565 |
<translation type="vanished">Сторінка потребує з'єднання з інтернетом.</translation> |
9007 | 566 |
</message> |
9756 | 567 |
<message> |
568 |
<source>Guest</source> |
|
10341 | 569 |
<translation>Гість</translation> |
9756 | 570 |
</message> |
571 |
<message> |
|
572 |
<source>Room password</source> |
|
10341 | 573 |
<translation>Пароль кімнати</translation> |
9756 | 574 |
</message> |
575 |
<message> |
|
576 |
<source>The room is protected with password. |
|
577 |
Please, enter the password:</source> |
|
10341 | 578 |
<translation type="unfinished">Кімната захищена паролем. |
579 |
Будь ласка, введіть пароль:</translation> |
|
9756 | 580 |
</message> |
12721 | 581 |
<message> |
582 |
<source>Team 1</source> |
|
583 |
<translation type="unfinished"></translation> |
|
584 |
</message> |
|
585 |
<message> |
|
586 |
<source>Team %1</source> |
|
587 |
<extracomment>Default team name</extracomment> |
|
588 |
<translation type="unfinished"></translation> |
|
589 |
</message> |
|
590 |
<message> |
|
591 |
<source>Computer %1</source> |
|
592 |
<extracomment>Default computer team name</extracomment> |
|
593 |
<translation type="unfinished"></translation> |
|
594 |
</message> |
|
595 |
<message> |
|
596 |
<source>Unknown network error (possibly missing SSL library).</source> |
|
597 |
<translation type="unfinished"></translation> |
|
598 |
</message> |
|
599 |
<message> |
|
600 |
<source>This feature requires an Internet connection, but you don't appear to be online (error code: %1).</source> |
|
601 |
<translation type="unfinished"></translation> |
|
602 |
</message> |
|
603 |
<message> |
|
604 |
<source>Internal error: Reply object is invalid.</source> |
|
605 |
<translation type="unfinished"></translation> |
|
606 |
</message> |
|
1258 | 607 |
</context> |
608 |
<context> |
|
609 |
<name>HWGame</name> |
|
610 |
<message> |
|
611 |
<source>en.txt</source> |
|
12721 | 612 |
<extracomment>IMPORTANT: This text has a special meaning, do not translate it directly. This is the file name of translation files for the game engine, found in Data/Locale/. Usually, you replace “en” with the ISO-639-1 language code of your language.</extracomment> |
1258 | 613 |
<translation>uk.txt</translation> |
614 |
</message> |
|
615 |
<message> |
|
616 |
<source>Cannot open demofile %1</source> |
|
617 |
<translation>Не можу відкрити демо %1</translation> |
|
618 |
</message> |
|
10451 | 619 |
<message> |
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
620 |
<source>A fatal ERROR occured! The game engine had to stop. |
10451 | 621 |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
622 |
We are very sorry for the inconvenience. :-( |
10451 | 623 |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
624 |
If this keeps happening, please click the 'Feedback' button in the main menu! |
10451 | 625 |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
626 |
Last engine message: |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
627 |
%1</source> |
10451 | 628 |
<translation type="unfinished"></translation> |
629 |
</message> |
|
1258 | 630 |
</context> |
631 |
<context> |
|
11526 | 632 |
<name>HWHostPortDialog</name> |
633 |
<message> |
|
634 |
<source>Connect to server</source> |
|
635 |
<translation type="unfinished"></translation> |
|
636 |
</message> |
|
637 |
</context> |
|
638 |
<context> |
|
1258 | 639 |
<name>HWMapContainer</name> |
640 |
<message> |
|
1803 | 641 |
<source>All</source> |
3457 | 642 |
<translation>Всі</translation> |
1803 | 643 |
</message> |
644 |
<message> |
|
645 |
<source>Small</source> |
|
3457 | 646 |
<translation>Малі</translation> |
1803 | 647 |
</message> |
648 |
<message> |
|
649 |
<source>Medium</source> |
|
3457 | 650 |
<translation>Середні</translation> |
1803 | 651 |
</message> |
652 |
<message> |
|
653 |
<source>Large</source> |
|
3457 | 654 |
<translation>Великі</translation> |
1803 | 655 |
</message> |
656 |
<message> |
|
657 |
<source>Cavern</source> |
|
3457 | 658 |
<translation>Печери</translation> |
1803 | 659 |
</message> |
660 |
<message> |
|
661 |
<source>Wacky</source> |
|
3457 | 662 |
<translation>Безглузді</translation> |
1803 | 663 |
</message> |
3163 | 664 |
<message> |
3181 | 665 |
<source>Small tunnels</source> |
3457 | 666 |
<translation>Малі тунелі</translation> |
3181 | 667 |
</message> |
668 |
<message> |
|
669 |
<source>Medium tunnels</source> |
|
3457 | 670 |
<translation>Середні тунелі</translation> |
3181 | 671 |
</message> |
672 |
<message> |
|
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
673 |
<source>Seed</source> |
10341 | 674 |
<translation>Висів</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
675 |
</message> |
4707
1d3b19eabfe7
Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
4600
diff
changeset
|
676 |
<message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
677 |
<source>Map type:</source> |
10341 | 678 |
<translation>Тип карти:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
679 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
680 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
681 |
<source>Image map</source> |
10341 | 682 |
<translation>Картинка</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
683 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
684 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
685 |
<source>Mission map</source> |
10341 | 686 |
<translation>Карта місії</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
687 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
688 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
689 |
<source>Hand-drawn</source> |
10341 | 690 |
<translation>Намальована вручну</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
691 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
692 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
693 |
<source>Randomly generated</source> |
10341 | 694 |
<translation>Згенерована</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
695 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
696 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
697 |
<source>Random maze</source> |
10341 | 698 |
<translation>Випадковий лабіринт</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
699 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
700 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
701 |
<source>Random</source> |
10341 | 702 |
<translation>Випадкова</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
703 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
704 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
705 |
<source>Map preview:</source> |
10341 | 706 |
<translation>Огляд карти:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
707 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
708 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
709 |
<source>Load map drawing</source> |
10341 | 710 |
<translation>Завантажити карту</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
711 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
712 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
713 |
<source>Edit map drawing</source> |
10341 | 714 |
<translation>Редагувати карту</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
715 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
716 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
717 |
<source>Small islands</source> |
10341 | 718 |
<translation>Малі острови</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
719 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
720 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
721 |
<source>Medium islands</source> |
10341 | 722 |
<translation>Середні острови</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
723 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
724 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
725 |
<source>Large islands</source> |
10341 | 726 |
<translation>Великі острови</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
727 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
728 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
729 |
<source>Map size:</source> |
10341 | 730 |
<translation>Розмір карти:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
731 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
732 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
733 |
<source>Maze style:</source> |
10341 | 734 |
<translation>Стиль лабіринту:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
735 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
736 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
737 |
<source>Mission:</source> |
10341 | 738 |
<translation>Місія:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
739 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
740 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
741 |
<source>Map:</source> |
10341 | 742 |
<translation>Карта:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
743 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
744 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
745 |
<source>Load drawn map</source> |
10341 | 746 |
<translation>Завантажити намальовану карту</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
747 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
748 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
749 |
<source>Drawn Maps</source> |
10341 | 750 |
<translation>Намальовані карти</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
751 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
752 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
753 |
<source>All files</source> |
10341 | 754 |
<translation>Всі файли</translation> |
4707
1d3b19eabfe7
Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
4600
diff
changeset
|
755 |
</message> |
8695 | 756 |
<message> |
757 |
<source>Large tunnels</source> |
|
10341 | 758 |
<translation>Великі тунелі:</translation> |
8695 | 759 |
</message> |
9007 | 760 |
<message> |
761 |
<source>Theme: %1</source> |
|
10341 | 762 |
<translation>Тема: %1</translation> |
9007 | 763 |
</message> |
10451 | 764 |
<message> |
765 |
<source>Random perlin</source> |
|
766 |
<translation type="unfinished"></translation> |
|
767 |
</message> |
|
768 |
<message> |
|
769 |
<source>Style:</source> |
|
770 |
<translation type="unfinished"></translation> |
|
771 |
</message> |
|
11756 | 772 |
<message> |
773 |
<source>Forts</source> |
|
774 |
<translation type="unfinished"></translation> |
|
775 |
</message> |
|
11833 | 776 |
<message> |
777 |
<source>View and edit the seed, the source of randomness in the game</source> |
|
778 |
<translation type="unfinished"></translation> |
|
779 |
</message> |
|
780 |
<message> |
|
781 |
<source>Randomize the theme</source> |
|
782 |
<translation type="unfinished"></translation> |
|
783 |
</message> |
|
784 |
<message> |
|
785 |
<source>Choose a theme</source> |
|
786 |
<translation type="unfinished"></translation> |
|
787 |
</message> |
|
788 |
<message> |
|
789 |
<source>Randomize the map, theme and seed</source> |
|
790 |
<translation type="unfinished"></translation> |
|
791 |
</message> |
|
792 |
<message> |
|
793 |
<source>Randomize the theme and seed</source> |
|
794 |
<translation type="unfinished"></translation> |
|
795 |
</message> |
|
796 |
<message> |
|
797 |
<source>Randomize the seed</source> |
|
798 |
<translation type="unfinished"></translation> |
|
799 |
</message> |
|
800 |
<message> |
|
801 |
<source>Click to randomize the map, theme and seed</source> |
|
802 |
<translation type="unfinished"></translation> |
|
803 |
</message> |
|
804 |
<message> |
|
805 |
<source>Click to randomize the theme and seed</source> |
|
806 |
<translation type="unfinished"></translation> |
|
807 |
</message> |
|
808 |
<message> |
|
809 |
<source>Adjust the complexity of the generated map</source> |
|
810 |
<translation type="unfinished"></translation> |
|
811 |
</message> |
|
812 |
<message> |
|
813 |
<source>Adjust the distance between forts</source> |
|
814 |
<translation type="unfinished"></translation> |
|
815 |
</message> |
|
816 |
<message> |
|
817 |
<source>Click to edit</source> |
|
818 |
<translation type="unfinished"></translation> |
|
819 |
</message> |
|
1258 | 820 |
</context> |
821 |
<context> |
|
822 |
<name>HWNetServersModel</name> |
|
823 |
<message> |
|
824 |
<source>Title</source> |
|
825 |
<translation>Назва</translation> |
|
826 |
</message> |
|
827 |
<message> |
|
828 |
<source>IP</source> |
|
829 |
<translation>IP</translation> |
|
830 |
</message> |
|
831 |
<message> |
|
832 |
<source>Port</source> |
|
833 |
<translation>Порт</translation> |
|
834 |
</message> |
|
835 |
</context> |
|
836 |
<context> |
|
837 |
<name>HWNewNet</name> |
|
838 |
<message> |
|
839 |
<source>The host was not found. Please check the host name and port settings.</source> |
|
840 |
<translation>Помилка підключення. Перевірте ім'я серверу та номер порту.</translation> |
|
841 |
</message> |
|
842 |
<message> |
|
843 |
<source>Connection refused</source> |
|
844 |
<translation>Відмовленно в з'єднанні</translation> |
|
845 |
</message> |
|
1414 | 846 |
<message> |
3457 | 847 |
<source>Room destroyed</source> |
848 |
<translation>Кімнату закрито</translation> |
|
1546 | 849 |
</message> |
1604 | 850 |
<message> |
3457 | 851 |
<source>Quit reason: </source> |
852 |
<translation>Причина виходу:</translation> |
|
1604 | 853 |
</message> |
1900 | 854 |
<message> |
855 |
<source>You got kicked</source> |
|
3457 | 856 |
<translation>Вас вигнали</translation> |
1900 | 857 |
</message> |
858 |
<message> |
|
2441 | 859 |
<source>%1 *** %2 has joined the room</source> |
3457 | 860 |
<translation>%1 *** %2 увійшов до кімнати</translation> |
2441 | 861 |
</message> |
862 |
<message> |
|
863 |
<source>%1 *** %2 has joined</source> |
|
9007 | 864 |
<translation type="obsolete">%1 *** %2 приєднався</translation> |
2441 | 865 |
</message> |
866 |
<message> |
|
2442 | 867 |
<source>%1 *** %2 has left (%3)</source> |
3457 | 868 |
<translation>%1 *** %2 від'єднаний (%3)</translation> |
2441 | 869 |
</message> |
870 |
<message> |
|
2442 | 871 |
<source>%1 *** %2 has left</source> |
3457 | 872 |
<translation>%1 *** %2 від'єднаний</translation> |
2441 | 873 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
874 |
<message> |
6239 | 875 |
<source>User quit</source> |
10341 | 876 |
<translation>Користувач вийшов</translation> |
6239 | 877 |
</message> |
7679 | 878 |
<message> |
879 |
<source>Remote host has closed connection</source> |
|
10341 | 880 |
<translation>Віддалений комп'ютер закрив з'єднання</translation> |
7679 | 881 |
</message> |
882 |
<message> |
|
883 |
<source>The server is too old. Disconnecting now.</source> |
|
10341 | 884 |
<translation>Сервер застарів. Від'єднуюсь.</translation> |
7679 | 885 |
</message> |
10451 | 886 |
<message> |
887 |
<source>Server authentication error</source> |
|
888 |
<translation type="unfinished"></translation> |
|
889 |
</message> |
|
7679 | 890 |
</context> |
891 |
<context> |
|
892 |
<name>HWPasswordDialog</name> |
|
893 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
894 |
<source>Login</source> |
10341 | 895 |
<translation>Логін</translation> |
7679 | 896 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
897 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
898 |
<source>To connect to the server, please log in. |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
899 |
|
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
900 |
If you don't have an account on www.hedgewars.org, |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
901 |
just enter your nickname.</source> |
10341 | 902 |
<translation>Щоб з'єднатись із серверов, увійдіть. |
903 |
||
904 |
Якщо у вас немає акаунта на www.hedgewars.org, |
|
905 |
просто вкажіть ваше ім'я.</translation> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
906 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
907 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
908 |
<source>Nickname:</source> |
10341 | 909 |
<translation>Ім'я:</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
910 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
911 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
912 |
<source>Password:</source> |
10341 | 913 |
<translation>Пароль:</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
914 |
</message> |
11526 | 915 |
<message> |
916 |
<source>New Account</source> |
|
917 |
<translation type="unfinished"></translation> |
|
918 |
</message> |
|
7679 | 919 |
</context> |
920 |
<context> |
|
921 |
<name>HWUploadVideoDialog</name> |
|
922 |
<message> |
|
923 |
<source>Upload video</source> |
|
13307 | 924 |
<translation type="vanished">Надіслати відео</translation> |
7679 | 925 |
</message> |
926 |
<message> |
|
927 |
<source>Upload</source> |
|
13307 | 928 |
<translation type="vanished">Надсилання</translation> |
7679 | 929 |
</message> |
1258 | 930 |
</context> |
931 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
932 |
<name>HatButton</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
933 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
934 |
<source>Change hat (%1)</source> |
10341 | 935 |
<translation>Змінити капелюх (%1)</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
936 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
937 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
938 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
939 |
<name>HatPrompt</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
940 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
941 |
<source>Cancel</source> |
10341 | 942 |
<translation>Скасувати</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
943 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
944 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
945 |
<source>Use selected hat</source> |
10341 | 946 |
<translation>Використати вибраний капелюх</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
947 |
</message> |
8648 | 948 |
<message> |
949 |
<source>Search for a hat:</source> |
|
10341 | 950 |
<translation>Шукати капелюх:</translation> |
8648 | 951 |
</message> |
11526 | 952 |
<message> |
953 |
<source>Choose a hat</source> |
|
954 |
<translation type="unfinished"></translation> |
|
955 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
956 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
957 |
<context> |
1258 | 958 |
<name>KB</name> |
959 |
<message> |
|
960 |
<source>SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It's recommended to update your freetype lib.</source> |
|
9756 | 961 |
<translation type="obsolete">SDL_ttf повернула помилку при виведенні тексту, найімовірніше через помилку у бібліотеці freetype2. Рекомендується оновити бібліотеку freetype2.</translation> |
1258 | 962 |
</message> |
963 |
</context> |
|
964 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
965 |
<name>KeyBinder</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
966 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
967 |
<source>Category</source> |
10341 | 968 |
<translation>Категорія</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
969 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
970 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
971 |
<context> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
972 |
<name>LibavInteraction</name> |
7679 | 973 |
<message> |
974 |
<source>Audio: </source> |
|
10341 | 975 |
<translation>Аудіо:</translation> |
7679 | 976 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
977 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
978 |
<source>unknown</source> |
10341 | 979 |
<translation>невідомо</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
980 |
</message> |
9756 | 981 |
<message> |
982 |
<source>Duration: %1m %2s</source> |
|
12721 | 983 |
<translation type="vanished">Тривалість: %1хв %2с</translation> |
9756 | 984 |
</message> |
985 |
<message> |
|
986 |
<source>Video: %1x%2</source> |
|
13307 | 987 |
<translation type="vanished">Відео: %1x%2</translation> |
9756 | 988 |
</message> |
989 |
<message> |
|
990 |
<source>%1 fps</source> |
|
12721 | 991 |
<translation type="vanished">%1 fps</translation> |
992 |
</message> |
|
993 |
<message> |
|
994 |
<source>Duration: %1min %2s</source> |
|
995 |
<extracomment>Duration in minutes and seconds (SI units)</extracomment> |
|
996 |
<translation type="unfinished"></translation> |
|
997 |
</message> |
|
998 |
<message> |
|
13307 | 999 |
<source>Video: %1x%2, %3 FPS, %4</source> |
1000 |
<extracomment>Video metadata. %1 = video width, %2 = video height, %3 = frames per second = %4 = decoder name</extracomment> |
|
1001 |
<translation type="unfinished"></translation> |
|
1002 |
</message> |
|
1003 |
<message> |
|
1004 |
<source>Video: %1x%2, %3</source> |
|
1005 |
<extracomment>Video metadata. %1 = video width, %2 = video height, %3 = decoder name</extracomment> |
|
1006 |
<translation type="unfinished"></translation> |
|
1007 |
</message> |
|
1008 |
<message> |
|
1009 |
<source>Player: %1</source> |
|
1010 |
<translation type="unfinished"></translation> |
|
1011 |
</message> |
|
1012 |
<message> |
|
1013 |
<source>Theme: %1</source> |
|
1014 |
<translation type="unfinished">Тема: %1</translation> |
|
1015 |
</message> |
|
1016 |
<message> |
|
1017 |
<source>Map: %1</source> |
|
1018 |
<translation type="unfinished"></translation> |
|
1019 |
</message> |
|
1020 |
<message> |
|
1021 |
<source>Record: %1</source> |
|
12721 | 1022 |
<translation type="unfinished"></translation> |
9756 | 1023 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1024 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1025 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1026 |
<name>MapModel</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1027 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1028 |
<source>No description available.</source> |
10341 | 1029 |
<translation>Опис відсутній.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1030 |
</message> |
7679 | 1031 |
</context> |
1032 |
<context> |
|
12721 | 1033 |
<name>MinesTimeSpinBox</name> |
1034 |
<message> |
|
1035 |
<source>Random</source> |
|
1036 |
<translation type="unfinished"></translation> |
|
1037 |
</message> |
|
1038 |
<message numerus="yes"> |
|
1039 |
<source>%1 seconds</source> |
|
1040 |
<translation type="unfinished"> |
|
1041 |
<numerusform></numerusform> |
|
1042 |
<numerusform></numerusform> |
|
1043 |
<numerusform></numerusform> |
|
1044 |
</translation> |
|
1045 |
</message> |
|
1046 |
</context> |
|
1047 |
<context> |
|
1933 | 1048 |
<name>PageAdmin</name> |
1049 |
<message> |
|
2158
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2103
diff
changeset
|
1050 |
<source>Clear Accounts Cache</source> |
3457 | 1051 |
<translation>Очистити Кеш Профілів</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1052 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1053 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1054 |
<source>Fetch data</source> |
3457 | 1055 |
<translation>Отримати дані</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1056 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1057 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1058 |
<source>Server message for latest version:</source> |
3457 | 1059 |
<translation>Повідомлення сервера для останньої версії клієнту</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1060 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1061 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1062 |
<source>Server message for previous versions:</source> |
3457 | 1063 |
<translation>Повідомлення сервера для попередніх версій клієнту</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1064 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1065 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1066 |
<source>Latest version protocol number:</source> |
3457 | 1067 |
<translation>Номер протоколу останньої версії:</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1068 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1069 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1070 |
<source>MOTD preview:</source> |
3457 | 1071 |
<translation>Попередній перегляд повідомлення сервера:</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1072 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1073 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1074 |
<source>Set data</source> |
3457 | 1075 |
<translation>Встановити дані</translation> |
2158
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2103
diff
changeset
|
1076 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1077 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1078 |
<source>General</source> |
10341 | 1079 |
<translation>Основні</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1080 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1081 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1082 |
<source>Bans</source> |
10341 | 1083 |
<translation>Бани</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1084 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1085 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1086 |
<source>IP/Nick</source> |
10341 | 1087 |
<translation>IP/Нік</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1088 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1089 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1090 |
<source>Expiration</source> |
10341 | 1091 |
<translation>Закінчення</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1092 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1093 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1094 |
<source>Reason</source> |
10341 | 1095 |
<translation>Причина</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1096 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1097 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1098 |
<source>Refresh</source> |
10341 | 1099 |
<translation>Оновити</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1100 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1101 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1102 |
<source>Add</source> |
10341 | 1103 |
<translation>Додати</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1104 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1105 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1106 |
<source>Remove</source> |
10341 | 1107 |
<translation>Видалити</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1108 |
</message> |
1933 | 1109 |
</context> |
1110 |
<context> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1111 |
<name>PageCampaign</name> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1112 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1113 |
<source>Team</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1114 |
<translation type="unfinished">Команда</translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1115 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1116 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1117 |
<source>Campaign</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1118 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1119 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1120 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1121 |
<source>Mission</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1122 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1123 |
</message> |
12721 | 1124 |
<message> |
1125 |
<source>Start fighting</source> |
|
1126 |
<translation type="unfinished">Розпочати бій</translation> |
|
1127 |
</message> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1128 |
</context> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1129 |
<context> |
1933 | 1130 |
<name>PageConnecting</name> |
1131 |
<message> |
|
1132 |
<source>Connecting...</source> |
|
3457 | 1133 |
<translation>Під'єднання...</translation> |
1933 | 1134 |
</message> |
1135 |
</context> |
|
1136 |
<context> |
|
9007 | 1137 |
<name>PageDataDownload</name> |
1138 |
<message> |
|
1139 |
<source>Loading, please wait.</source> |
|
10341 | 1140 |
<translation>Завантажується, зачекайте.</translation> |
9007 | 1141 |
</message> |
1142 |
<message> |
|
1143 |
<source>This page requires an internet connection.</source> |
|
12721 | 1144 |
<translation type="vanished">Ця сторінка потребує з'єднання з інтернетом.</translation> |
9007 | 1145 |
</message> |
10451 | 1146 |
<message> |
1147 |
<source>Open packages directory</source> |
|
1148 |
<translation type="unfinished"></translation> |
|
1149 |
</message> |
|
12721 | 1150 |
<message> |
1151 |
<source>Load the start page</source> |
|
1152 |
<translation type="unfinished"></translation> |
|
1153 |
</message> |
|
1154 |
<message> |
|
1155 |
<source>Unknown network error (possibly missing SSL library).</source> |
|
1156 |
<translation type="unfinished"></translation> |
|
1157 |
</message> |
|
1158 |
<message> |
|
1159 |
<source>This feature requires an Internet connection, but you don't appear to be online (error code: %1).</source> |
|
1160 |
<translation type="unfinished"></translation> |
|
1161 |
</message> |
|
1162 |
<message> |
|
1163 |
<source>Internal error: Reply object is invalid.</source> |
|
1164 |
<translation type="unfinished"></translation> |
|
1165 |
</message> |
|
9007 | 1166 |
</context> |
1167 |
<context> |
|
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1168 |
<name>PageDrawMap</name> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1169 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1170 |
<source>Undo</source> |
4965 | 1171 |
<translation>Повернути</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1172 |
</message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1173 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1174 |
<source>Clear</source> |
4965 | 1175 |
<translation>Очистити</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1176 |
</message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1177 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1178 |
<source>Load</source> |
4965 | 1179 |
<translation>Завантажити</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1180 |
</message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1181 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1182 |
<source>Save</source> |
4965 | 1183 |
<translation>Зберегти</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1184 |
</message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1185 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1186 |
<source>Load drawn map</source> |
10341 | 1187 |
<translation>Завантажити намальовану карту</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1188 |
</message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1189 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1190 |
<source>Save drawn map</source> |
10341 | 1191 |
<translation>Зберегти намальовану карту</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1192 |
</message> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1193 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1194 |
<source>Drawn Maps</source> |
10341 | 1195 |
<translation>Намальовані карти</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1196 |
</message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1197 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1198 |
<source>All files</source> |
10341 | 1199 |
<translation>Всі файли</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1200 |
</message> |
7679 | 1201 |
<message> |
1202 |
<source>Eraser</source> |
|
10341 | 1203 |
<translation>Гумка</translation> |
7679 | 1204 |
</message> |
9756 | 1205 |
<message> |
1206 |
<source>Polyline</source> |
|
10341 | 1207 |
<translation>Ламана лінія</translation> |
9756 | 1208 |
</message> |
1209 |
<message> |
|
1210 |
<source>Rectangle</source> |
|
10341 | 1211 |
<translation>Прямокутник</translation> |
9756 | 1212 |
</message> |
1213 |
<message> |
|
1214 |
<source>Ellipse</source> |
|
10341 | 1215 |
<translation>Еліпс</translation> |
9756 | 1216 |
</message> |
10451 | 1217 |
<message> |
1218 |
<source>Optimize</source> |
|
1219 |
<translation type="unfinished"></translation> |
|
1220 |
</message> |
|
13210 | 1221 |
<message> |
1222 |
<source>Brush size</source> |
|
1223 |
<translation type="unfinished"></translation> |
|
1224 |
</message> |
|
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1225 |
</context> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1226 |
<context> |
1258 | 1227 |
<name>PageEditTeam</name> |
1228 |
<message> |
|
1229 |
<source>General</source> |
|
3457 | 1230 |
<translation>Основні</translation> |
1258 | 1231 |
</message> |
1232 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1233 |
<source>Select an action to choose a custom key bind for this team</source> |
10341 | 1234 |
<translation>Виберіть дію для зміни гарячої кнопки для цієї команди</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1235 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1236 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1237 |
<source>Use my default</source> |
10341 | 1238 |
<translation>Використати типове</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1239 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1240 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1241 |
<source>Reset all binds</source> |
10341 | 1242 |
<translation>Скинути всі прив'язки</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1243 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1244 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1245 |
<source>Custom Controls</source> |
10341 | 1246 |
<translation>Власне керування</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1247 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1248 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1249 |
<source>Hat</source> |
10341 | 1250 |
<translation>Капелюх</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1251 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1252 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1253 |
<source>Name</source> |
10341 | 1254 |
<translation>Назва</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1255 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1256 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1257 |
<source>This hedgehog's name</source> |
10341 | 1258 |
<translation>Ім'я цього їжака</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1259 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1260 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1261 |
<source>Randomize this hedgehog's name</source> |
10341 | 1262 |
<translation>Згенерувати випадкове ім'я їжака</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1263 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1264 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1265 |
<source>Random Team</source> |
10341 | 1266 |
<translation>Випадкова Команда</translation> |
1258 | 1267 |
</message> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1268 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1269 |
<source>Play a random example of this voice</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1270 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1271 |
</message> |
12721 | 1272 |
<message> |
1273 |
<source>Random Hats</source> |
|
1274 |
<translation type="unfinished"></translation> |
|
1275 |
</message> |
|
1276 |
<message> |
|
1277 |
<source>Random Names</source> |
|
1278 |
<translation type="unfinished"></translation> |
|
1279 |
</message> |
|
1280 |
<message> |
|
1281 |
<source>Randomize the team name</source> |
|
1282 |
<translation type="unfinished"></translation> |
|
1283 |
</message> |
|
1284 |
<message> |
|
1285 |
<source>Randomize the grave</source> |
|
1286 |
<translation type="unfinished"></translation> |
|
1287 |
</message> |
|
1288 |
<message> |
|
1289 |
<source>Randomize the flag</source> |
|
1290 |
<translation type="unfinished"></translation> |
|
1291 |
</message> |
|
1292 |
<message> |
|
1293 |
<source>Randomize the voice</source> |
|
1294 |
<translation type="unfinished"></translation> |
|
1295 |
</message> |
|
1296 |
<message> |
|
1297 |
<source>Randomize the fort</source> |
|
1298 |
<translation type="unfinished"></translation> |
|
1299 |
</message> |
|
1300 |
<message> |
|
1301 |
<source>CPU %1</source> |
|
1302 |
<extracomment>Name of a flag for computer-controlled enemies. %1 is replaced with the computer level</extracomment> |
|
1303 |
<translation type="unfinished"></translation> |
|
1304 |
</message> |
|
1305 |
<message> |
|
1306 |
<source>%1 (%2)</source> |
|
1307 |
<translation type="unfinished"></translation> |
|
1308 |
</message> |
|
1258 | 1309 |
</context> |
1310 |
<context> |
|
1673 | 1311 |
<name>PageGameStats</name> |
1312 |
<message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1313 |
<source>Details</source> |
4440 | 1314 |
<translation>Деталі</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1315 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1316 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1317 |
<source>Health graph</source> |
4440 | 1318 |
<translation>Графа здоров'я</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1319 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1320 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1321 |
<source>Ranking</source> |
4440 | 1322 |
<translation>Позиції</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1323 |
</message> |
10451 | 1324 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1325 |
<source>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</source> |
10451 | 1326 |
<translation type="unfinished"> |
1327 |
<numerusform>Нагороду за кращий постріл отримує <b>%1</b> з <b>%2</b> пунктами нанесених втрат.</numerusform> |
|
1328 |
<numerusform></numerusform> |
|
1329 |
<numerusform></numerusform> |
|
1330 |
</translation> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1331 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1332 |
<message numerus="yes"> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1333 |
<source>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</source> |
4440 | 1334 |
<translation> |
1335 |
<numerusform>Кращим вбивцею є <b>%1</b> з <b>%2</b> вбивством за хід.</numerusform> |
|
1336 |
<numerusform>Кращим вбивцею є <b>%1</b> з <b>%2</b> вбивствами за хід.</numerusform> |
|
1337 |
<numerusform>Кращим вбивцею є <b>%1</b> з <b>%2</b> вбивствами за хід.</numerusform> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1338 |
</translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1339 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1340 |
<message numerus="yes"> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1341 |
<source>A total of <b>%1</b> hedgehog(s) were killed during this round.</source> |
4440 | 1342 |
<translation> |
1343 |
<numerusform>Загалом протягом цього раунду було вбито <b>%1</b> їжака.</numerusform> |
|
1344 |
<numerusform>Загалом протягом цього раунду було вбито <b>%1</b> їжаки.</numerusform> |
|
1345 |
<numerusform>Загалом протягом цього раунду було вбито <b>%1</b> їжаків.</numerusform> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1346 |
</translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1347 |
</message> |
4176 | 1348 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1349 |
<source>(%1 kill)</source> |
12721 | 1350 |
<extracomment>Number of kills in stats screen, written after the team name</extracomment> |
4440 | 1351 |
<translation> |
1352 |
<numerusform>(%1 вбивство)</numerusform> |
|
1353 |
<numerusform>(%1 вбивства)</numerusform> |
|
1354 |
<numerusform>(%1 вбивств)</numerusform> |
|
4176 | 1355 |
</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1356 |
</message> |
4177 | 1357 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1358 |
<source><b>%1</b> thought it's good to shoot his own hedgehogs with <b>%2</b> pts.</source> |
12721 | 1359 |
<translation type="vanished"> |
4440 | 1360 |
<numerusform><b>%1</b> обстріляв напарників на <b>%2</b> пункт нанесених втрат.</numerusform> |
1361 |
<numerusform><b>%1</b> обстріляв напарників на <b>%2</b> пункти нанесених втрат.</numerusform> |
|
1362 |
<numerusform><b>%1</b> обстріляв напарників на <b>%2</b> пунктів нанесених втрат.</numerusform> |
|
4177 | 1363 |
</translation> |
1364 |
</message> |
|
1365 |
<message numerus="yes"> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1366 |
<source><b>%1</b> killed <b>%2</b> of his own hedgehogs.</source> |
12721 | 1367 |
<translation type="vanished"> |
4440 | 1368 |
<numerusform><b>%1</b> вбив <b>%2</b> їжака зі своєї команди.</numerusform> |
1369 |
<numerusform><b>%1</b> вбив <b>%2</b> їжаків зі своєї команди.</numerusform> |
|
1370 |
<numerusform><b>%1</b> вбив <b>%2</b> їжаків зі своєї команди.</numerusform> |
|
4177 | 1371 |
</translation> |
1372 |
</message> |
|
1373 |
<message numerus="yes"> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1374 |
<source><b>%1</b> was scared and skipped turn <b>%2</b> times.</source> |
4440 | 1375 |
<translation> |
1376 |
<numerusform><b>%1</b> злякався і пропустив хід <b>%2</b> разів.</numerusform> |
|
4177 | 1377 |
<numerusform></numerusform> |
1378 |
<numerusform></numerusform> |
|
1379 |
</translation> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1380 |
</message> |
9049 | 1381 |
<message> |
1382 |
<source>Play again</source> |
|
10341 | 1383 |
<translation>Зіграти знову</translation> |
9049 | 1384 |
</message> |
1385 |
<message> |
|
1386 |
<source>Save</source> |
|
10341 | 1387 |
<translation>Зберегти</translation> |
9049 | 1388 |
</message> |
9756 | 1389 |
<message numerus="yes"> |
1390 |
<source>(%1 %2)</source> |
|
12721 | 1391 |
<extracomment>For custom number of points in the stats screen, written after the team name. %1 is the number, %2 is the word. Example: “4 points”</extracomment> |
10341 | 1392 |
<translation> |
1393 |
<numerusform>(%1 %2)</numerusform> |
|
9756 | 1394 |
<numerusform></numerusform> |
1395 |
<numerusform></numerusform> |
|
1396 |
</translation> |
|
1397 |
</message> |
|
12721 | 1398 |
<message numerus="yes"> |
1399 |
<source><b>%1</b> thought it's good to shoot their own hedgehogs for <b>%2</b> pts.</source> |
|
1400 |
<translation type="unfinished"> |
|
1401 |
<numerusform></numerusform> |
|
1402 |
<numerusform></numerusform> |
|
1403 |
<numerusform></numerusform> |
|
1404 |
</translation> |
|
1405 |
</message> |
|
1406 |
<message numerus="yes"> |
|
1407 |
<source><b>%1</b> killed <b>%2</b> of their own hedgehogs.</source> |
|
1408 |
<translation type="unfinished"> |
|
1409 |
<numerusform></numerusform> |
|
1410 |
<numerusform></numerusform> |
|
1411 |
<numerusform></numerusform> |
|
1412 |
</translation> |
|
1413 |
</message> |
|
1673 | 1414 |
</context> |
1415 |
<context> |
|
6239 | 1416 |
<name>PageInGame</name> |
1417 |
<message> |
|
1418 |
<source>In game...</source> |
|
10341 | 1419 |
<translation>В грі...</translation> |
6239 | 1420 |
</message> |
1421 |
</context> |
|
1422 |
<context> |
|
7679 | 1423 |
<name>PageInfo</name> |
1424 |
<message> |
|
1425 |
<source>Open the snapshot folder</source> |
|
10341 | 1426 |
<translation>Відкрити теку зі знімками</translation> |
7679 | 1427 |
</message> |
1428 |
</context> |
|
1429 |
<context> |
|
1258 | 1430 |
<name>PageMain</name> |
1431 |
<message> |
|
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1432 |
<source>Downloadable Content</source> |
10341 | 1433 |
<translation>Завантажуваний контент</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1434 |
</message> |
7679 | 1435 |
<message> |
1436 |
<source>Play a game on a single computer</source> |
|
10341 | 1437 |
<translation>Грати гру на одному комп'ютері</translation> |
7679 | 1438 |
</message> |
1439 |
<message> |
|
1440 |
<source>Play a game across a network</source> |
|
10341 | 1441 |
<translation>Грати гру по мережі</translation> |
7679 | 1442 |
</message> |
1443 |
<message> |
|
1444 |
<source>Read about who is behind the Hedgewars Project</source> |
|
10341 | 1445 |
<translation>Дізнатись хто стоїть за проектом Hedgewars</translation> |
7679 | 1446 |
</message> |
1447 |
<message> |
|
1448 |
<source>Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars</source> |
|
10341 | 1449 |
<translation>Залиште тут відгук, пропозицію, повідомте про помилку, або просто поділіться враженнями про Hedgewars</translation> |
7679 | 1450 |
</message> |
1451 |
<message> |
|
1452 |
<source>Access the user created content downloadable from our website</source> |
|
10341 | 1453 |
<translation>Отримати контент, створений користувачами</translation> |
7679 | 1454 |
</message> |
1455 |
<message> |
|
1456 |
<source>Exit game</source> |
|
10341 | 1457 |
<translation>Вийти з гри</translation> |
7679 | 1458 |
</message> |
1459 |
<message> |
|
1460 |
<source>Manage videos recorded from game</source> |
|
10341 | 1461 |
<translation>Керувати відеозаписами ігор</translation> |
7679 | 1462 |
</message> |
1463 |
<message> |
|
1464 |
<source>Edit game preferences</source> |
|
10341 | 1465 |
<translation>Змінити параметри гри</translation> |
7679 | 1466 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1467 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1468 |
<source>Play a game across a local area network</source> |
10341 | 1469 |
<translation>Грати гру по локальній мережі</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1470 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1471 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1472 |
<source>Play a game on an official server</source> |
10341 | 1473 |
<translation>Грати гру на офіційному сайті</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1474 |
</message> |
8676 | 1475 |
<message> |
1476 |
<source>Feedback</source> |
|
10341 | 1477 |
<translation>Відгук</translation> |
8676 | 1478 |
</message> |
8693
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1479 |
<message> |
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1480 |
<source>Play local network game</source> |
10341 | 1481 |
<translation>Грати локальну мережну гру</translation> |
8693
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1482 |
</message> |
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1483 |
<message> |
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1484 |
<source>Play official network game</source> |
10341 | 1485 |
<translation>Грати офіційну мережну гру</translation> |
8693
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1486 |
</message> |
1258 | 1487 |
</context> |
1488 |
<context> |
|
1489 |
<name>PageMultiplayer</name> |
|
1490 |
<message> |
|
1491 |
<source>Start</source> |
|
1492 |
<translation>Старт</translation> |
|
1493 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1494 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1495 |
<source>Edit game preferences</source> |
10341 | 1496 |
<translation>Змінити параметри гри</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1497 |
</message> |
11833 | 1498 |
<message> |
1499 |
<source>Start fighting (requires at least 2 teams)</source> |
|
1500 |
<translation type="unfinished"></translation> |
|
1501 |
</message> |
|
1258 | 1502 |
</context> |
1503 |
<context> |
|
1414 | 1504 |
<name>PageNetGame</name> |
1505 |
<message> |
|
1506 |
<source>Control</source> |
|
8648 | 1507 |
<translation type="obsolete">Керування</translation> |
1414 | 1508 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1509 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1510 |
<source>Edit game preferences</source> |
10341 | 1511 |
<translation>Змінити параметри гри</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1512 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1513 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1514 |
<source>Start</source> |
10341 | 1515 |
<translation>Старт</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1516 |
</message> |
8648 | 1517 |
<message> |
1518 |
<source>Update</source> |
|
10341 | 1519 |
<translation>Оновити</translation> |
8648 | 1520 |
</message> |
1521 |
<message> |
|
1522 |
<source>Room controls</source> |
|
10341 | 1523 |
<translation>Керування кімнатою</translation> |
8648 | 1524 |
</message> |
11833 | 1525 |
<message> |
1526 |
<source>Room name</source> |
|
1527 |
<translation type="unfinished"></translation> |
|
1528 |
</message> |
|
1529 |
<message> |
|
1530 |
<source>Update the room name</source> |
|
1531 |
<translation type="unfinished"></translation> |
|
1532 |
</message> |
|
1533 |
<message> |
|
1534 |
<source>Turn on the lightbulb to show the other players when you're ready to fight</source> |
|
1535 |
<translation type="unfinished"></translation> |
|
1536 |
</message> |
|
1537 |
<message> |
|
1538 |
<source>Start fighting (requires at least 2 teams)</source> |
|
1539 |
<translation type="unfinished"></translation> |
|
1540 |
</message> |
|
1414 | 1541 |
</context> |
1542 |
<context> |
|
8788 | 1543 |
<name>PageNetServer</name> |
1544 |
<message> |
|
1545 |
<source>Click here for details</source> |
|
10341 | 1546 |
<translation>Клацніть тут за деталями</translation> |
8788 | 1547 |
</message> |
1548 |
<message> |
|
1549 |
<source>Insert your address here</source> |
|
10341 | 1550 |
<translation>Вкажіть вашу адресу тут</translation> |
8788 | 1551 |
</message> |
1552 |
</context> |
|
1553 |
<context> |
|
1258 | 1554 |
<name>PageOptions</name> |
1555 |
<message> |
|
1556 |
<source>New team</source> |
|
1557 |
<translation>Нова команда</translation> |
|
1558 |
</message> |
|
1559 |
<message> |
|
1560 |
<source>Edit team</source> |
|
1561 |
<translation>Редагувати команду</translation> |
|
1562 |
</message> |
|
1563 |
<message> |
|
3163 | 1564 |
<source>Delete team</source> |
3457 | 1565 |
<translation>Видалити команду</translation> |
3163 | 1566 |
</message> |
1567 |
<message> |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
1568 |
<source>You can't edit teams from team selection. Go back to main menu to add, edit or delete teams.</source> |
4440 | 1569 |
<translation>Не можна редагувати команду з меню вибору. Перейдіть в головне меню щоб додати, редагувати чи видалити команду.</translation> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
1570 |
</message> |
4418 | 1571 |
<message> |
1572 |
<source>New scheme</source> |
|
4440 | 1573 |
<translation>Нова схема</translation> |
4418 | 1574 |
</message> |
1575 |
<message> |
|
1576 |
<source>Edit scheme</source> |
|
4440 | 1577 |
<translation>Редагувати схему</translation> |
4418 | 1578 |
</message> |
1579 |
<message> |
|
1580 |
<source>Delete scheme</source> |
|
4440 | 1581 |
<translation>Видалити схему</translation> |
4418 | 1582 |
</message> |
1583 |
<message> |
|
1584 |
<source>New weapon set</source> |
|
4440 | 1585 |
<translation>Новий набір зброї</translation> |
4418 | 1586 |
</message> |
1587 |
<message> |
|
1588 |
<source>Edit weapon set</source> |
|
4440 | 1589 |
<translation>Редагувати набір зброї</translation> |
4418 | 1590 |
</message> |
1591 |
<message> |
|
1592 |
<source>Delete weapon set</source> |
|
4440 | 1593 |
<translation>Видалити набір зброї</translation> |
4418 | 1594 |
</message> |
7679 | 1595 |
<message> |
1596 |
<source>Advanced</source> |
|
10341 | 1597 |
<translation>Розширені</translation> |
7679 | 1598 |
</message> |
7680 | 1599 |
<message> |
1600 |
<source>Reset to default colors</source> |
|
10341 | 1601 |
<translation>Скинути кольори до типових</translation> |
7680 | 1602 |
</message> |
7700 | 1603 |
<message> |
1604 |
<source>Proxy host</source> |
|
10341 | 1605 |
<translation>Хост проксі</translation> |
7700 | 1606 |
</message> |
1607 |
<message> |
|
1608 |
<source>Proxy port</source> |
|
10341 | 1609 |
<translation>Порт проксі</translation> |
7700 | 1610 |
</message> |
1611 |
<message> |
|
1612 |
<source>Proxy login</source> |
|
10341 | 1613 |
<translation>Логін проксі</translation> |
7700 | 1614 |
</message> |
1615 |
<message> |
|
1616 |
<source>Proxy password</source> |
|
10341 | 1617 |
<translation>Пароль проксі</translation> |
7700 | 1618 |
</message> |
1619 |
<message> |
|
1620 |
<source>No proxy</source> |
|
10341 | 1621 |
<translation>Без проксі</translation> |
7700 | 1622 |
</message> |
1623 |
<message> |
|
1624 |
<source>Socks5 proxy</source> |
|
10341 | 1625 |
<translation>Socks5 проксі</translation> |
7700 | 1626 |
</message> |
1627 |
<message> |
|
1628 |
<source>HTTP proxy</source> |
|
10341 | 1629 |
<translation>HTTP проксі</translation> |
7700 | 1630 |
</message> |
7702 | 1631 |
<message> |
1632 |
<source>System proxy settings</source> |
|
10341 | 1633 |
<translation>Системні параметри проксі</translation> |
7702 | 1634 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1635 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1636 |
<source>Select an action to change what key controls it</source> |
10341 | 1637 |
<translation>Виберіть дію для зміни кнопки, що контролює дію</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1638 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1639 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1640 |
<source>Reset to default</source> |
10341 | 1641 |
<translation>Скинути до типового</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1642 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1643 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1644 |
<source>Reset all binds</source> |
10341 | 1645 |
<translation>Скинути всі прив'язки</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1646 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1647 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1648 |
<source>Game</source> |
10341 | 1649 |
<translation>Гра</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1650 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1651 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1652 |
<source>Graphics</source> |
10341 | 1653 |
<translation>Графіка</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1654 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1655 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1656 |
<source>Audio</source> |
10341 | 1657 |
<translation>Аудіо</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1658 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1659 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1660 |
<source>Controls</source> |
10341 | 1661 |
<translation>Керування</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1662 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1663 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1664 |
<source>Video Recording</source> |
10341 | 1665 |
<translation>Запис відео</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1666 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1667 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1668 |
<source>Network</source> |
10341 | 1669 |
<translation>Мережа</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1670 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1671 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1672 |
<source>Teams</source> |
10341 | 1673 |
<translation>Команди</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1674 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1675 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1676 |
<source>Schemes</source> |
10341 | 1677 |
<translation>Схеми</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1678 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1679 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1680 |
<source>Weapons</source> |
10341 | 1681 |
<translation>Зброя</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1682 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1683 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1684 |
<source>Frontend</source> |
10341 | 1685 |
<translation>Фронтенд</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1686 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1687 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1688 |
<source>Custom colors</source> |
10341 | 1689 |
<translation>Власні кольори</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1690 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1691 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1692 |
<source>Game audio</source> |
10341 | 1693 |
<translation>Аудіо гри</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1694 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1695 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1696 |
<source>Frontend audio</source> |
10341 | 1697 |
<translation>Аудіо фронтенду</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1698 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1699 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1700 |
<source>Account</source> |
10341 | 1701 |
<translation>Акаунт</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1702 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1703 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1704 |
<source>Proxy settings</source> |
10341 | 1705 |
<translation>Параметри проксі</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1706 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1707 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1708 |
<source>Miscellaneous</source> |
10341 | 1709 |
<translation>Різне</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1710 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1711 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1712 |
<source>Updates</source> |
10341 | 1713 |
<translation>Оновлення</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1714 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1715 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1716 |
<source>Check for updates</source> |
10341 | 1717 |
<translation>Перевірити на оновлення</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1718 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1719 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1720 |
<source>Video recording options</source> |
10341 | 1721 |
<translation>Параметри запису відео</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
1722 |
</message> |
12721 | 1723 |
<message> |
1724 |
<source>x</source> |
|
1725 |
<extracomment>Multiplication sign, to be used between two numbers. Note the “x” is only a dummy character, we recommend to use “×” if your language permits it</extracomment> |
|
1726 |
<translation type="unfinished"></translation> |
|
1727 |
</message> |
|
1728 |
<message> |
|
1729 |
<source>MISSING LANGUAGE NAME [%1]</source> |
|
1730 |
<translation type="unfinished"></translation> |
|
1731 |
</message> |
|
1732 |
<message> |
|
1733 |
<source>Check now</source> |
|
1734 |
<translation type="unfinished"></translation> |
|
1735 |
</message> |
|
1736 |
<message> |
|
1737 |
<source>Can't delete last team</source> |
|
1738 |
<translation type="unfinished"></translation> |
|
1739 |
</message> |
|
1740 |
<message> |
|
1741 |
<source>You can't delete the last team!</source> |
|
1742 |
<translation type="unfinished"></translation> |
|
1743 |
</message> |
|
1258 | 1744 |
</context> |
1745 |
<context> |
|
1746 |
<name>PagePlayDemo</name> |
|
1747 |
<message> |
|
1748 |
<source>Rename dialog</source> |
|
1749 |
<translation>Перейменування</translation> |
|
1750 |
</message> |
|
1751 |
<message> |
|
1752 |
<source>Enter new file name:</source> |
|
1753 |
<translation>Введіть нове ім'я файлу:</translation> |
|
1754 |
</message> |
|
11833 | 1755 |
<message> |
1756 |
<source>Play demo</source> |
|
1757 |
<translation type="unfinished">Грати демо</translation> |
|
1758 |
</message> |
|
1759 |
<message> |
|
1760 |
<source>Play the selected demo</source> |
|
1761 |
<translation type="unfinished"></translation> |
|
1762 |
</message> |
|
1763 |
<message> |
|
1764 |
<source>Load the selected game</source> |
|
1765 |
<translation type="unfinished"></translation> |
|
1766 |
</message> |
|
1258 | 1767 |
</context> |
1768 |
<context> |
|
1353 | 1769 |
<name>PageRoomsList</name> |
1770 |
<message> |
|
1771 |
<source>Create</source> |
|
8648 | 1772 |
<translation type="obsolete">Створити</translation> |
1353 | 1773 |
</message> |
1774 |
<message> |
|
1775 |
<source>Join</source> |
|
8648 | 1776 |
<translation type="obsolete">Приєднатися</translation> |
1353 | 1777 |
</message> |
1778 |
<message> |
|
1900 | 1779 |
<source>Admin features</source> |
3457 | 1780 |
<translation>Адміністрування</translation> |
1900 | 1781 |
</message> |
2441 | 1782 |
<message> |
1783 |
<source>Room Name:</source> |
|
8648 | 1784 |
<translation type="obsolete">Назва Кімнати:</translation> |
2441 | 1785 |
</message> |
1786 |
<message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1787 |
<source>Rules:</source> |
9756 | 1788 |
<translation type="obsolete">Правила:</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1789 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1790 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1791 |
<source>Weapons:</source> |
9756 | 1792 |
<translation type="obsolete">Зброя:</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1793 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1794 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1795 |
<source>Search:</source> |
8648 | 1796 |
<translation type="obsolete">Пошук:</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1797 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1798 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1799 |
<source>Clear</source> |
8648 | 1800 |
<translation type="obsolete">Очистити</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1801 |
</message> |
5602 | 1802 |
<message numerus="yes"> |
1803 |
<source>%1 players online</source> |
|
5890 | 1804 |
<translation> |
1805 |
<numerusform>%1 гравець в мережі</numerusform> |
|
1806 |
<numerusform>%1 гравця в мережі</numerusform> |
|
1807 |
<numerusform>%1 гравців в мережі</numerusform> |
|
5602 | 1808 |
</translation> |
1809 |
</message> |
|
8648 | 1810 |
<message> |
1811 |
<source>Search for a room:</source> |
|
10341 | 1812 |
<translation>Шукати кімнату:</translation> |
8648 | 1813 |
</message> |
1814 |
<message> |
|
1815 |
<source>Create room</source> |
|
10341 | 1816 |
<translation>Створити кімнату</translation> |
8648 | 1817 |
</message> |
1818 |
<message> |
|
1819 |
<source>Join room</source> |
|
10341 | 1820 |
<translation>Приєднатись до кімнати</translation> |
8648 | 1821 |
</message> |
1822 |
<message> |
|
1823 |
<source>Room state</source> |
|
10341 | 1824 |
<translation>Стан кімнати</translation> |
8648 | 1825 |
</message> |
1826 |
<message> |
|
1827 |
<source>Open server administration page</source> |
|
10341 | 1828 |
<translation>Відкрити сторінку адміністрування сервера</translation> |
8648 | 1829 |
</message> |
1900 | 1830 |
</context> |
1831 |
<context> |
|
1832 |
<name>PageScheme</name> |
|
1833 |
<message> |
|
2030 | 1834 |
<source>Defend your fort and destroy the opponents, two team colours max!</source> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1835 |
<translation type="obsolete">Захисти свій форт та знищ суперників, команди максимум двох кольорів!</translation> |
2030 | 1836 |
</message> |
1837 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1838 |
<source>Teams will start on opposite sides of the terrain, two team colours max!</source> |
11833 | 1839 |
<translation type="obsolete">Команди почнуть гру на протилежних кінцях карти, команди максимум двох кольорів!</translation> |
2030 | 1840 |
</message> |
1841 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1842 |
<source>Land can not be destroyed!</source> |
3457 | 1843 |
<translation>Грунт не може бути знищений!</translation> |
2030 | 1844 |
</message> |
1845 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1846 |
<source>Lower gravity</source> |
3457 | 1847 |
<translation>Слабка гравітація</translation> |
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1848 |
</message> |
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1849 |
<message> |
2030 | 1850 |
<source>Assisted aiming with laser sight</source> |
3457 | 1851 |
<translation>Прицілюватись допомагає лазерний приціл</translation> |
2030 | 1852 |
</message> |
1853 |
<message> |
|
1854 |
<source>All hogs have a personal forcefield</source> |
|
3457 | 1855 |
<translation>Всі їжаки мають особисте силове поле</translation> |
1856 |
</message> |
|
1857 |
<message> |
|
1858 |
<source>Gain 80% of the damage you do back in health</source> |
|
1859 |
<translation>Отримання 80% здоров'я, яке втратив противник</translation> |
|
1860 |
</message> |
|
1861 |
<message> |
|
1862 |
<source>Share your opponents pain, share their damage</source> |
|
1863 |
<translation>Нанесення вашим їжакам пошкодження, коли вони наносять удар іншим</translation> |
|
1864 |
</message> |
|
1865 |
<message> |
|
1866 |
<source>Your hogs are unable to move, put your artillery skills to the test</source> |
|
1867 |
<translation>Ваші їжаки не взмозі рухатися, використайте навички артилериста</translation> |
|
1868 |
</message> |
|
1869 |
<message> |
|
1870 |
<source>Random</source> |
|
11833 | 1871 |
<translation type="obsolete">Випадково</translation> |
3457 | 1872 |
</message> |
1873 |
<message> |
|
1874 |
<source>Seconds</source> |
|
11833 | 1875 |
<translation type="obsolete">Секунд(и)</translation> |
3457 | 1876 |
</message> |
1877 |
<message> |
|
1878 |
<source>New</source> |
|
1879 |
<translation>Нова</translation> |
|
1880 |
</message> |
|
1881 |
<message> |
|
1882 |
<source>Delete</source> |
|
1883 |
<translation>Видалити</translation> |
|
2030 | 1884 |
</message> |
2726 | 1885 |
<message> |
1886 |
<source>Order of play is random instead of in room order.</source> |
|
3457 | 1887 |
<translation>Порядок ходів не такий, як в кімнаті, а випадковий.</translation> |
2726 | 1888 |
</message> |
1889 |
<message> |
|
1890 |
<source>Play with a King. If he dies, your side dies.</source> |
|
3457 | 1891 |
<translation>Гра з Королем. Якщо король помре, помре ваша сторона.</translation> |
2726 | 1892 |
</message> |
2883 | 1893 |
<message> |
1894 |
<source>Take turns placing your hedgehogs before the start of play.</source> |
|
3457 | 1895 |
<translation>По черзі розмістіть ваших їжаків перед початком гри.</translation> |
2883 | 1896 |
</message> |
1897 |
<message> |
|
1898 |
<source>Ammo is shared between all teams that share a colour.</source> |
|
3457 | 1899 |
<translation>Боєприпаси спільні для команд одного кольору.</translation> |
2883 | 1900 |
</message> |
2899 | 1901 |
<message> |
1902 |
<source>Disable girders when generating random maps.</source> |
|
3457 | 1903 |
<translation>Вимкнути балки при генеруванні випадкових карт.</translation> |
2899 | 1904 |
</message> |
3287 | 1905 |
<message> |
1906 |
<source>Disable land objects when generating random maps.</source> |
|
10341 | 1907 |
<translation>Вимкнути декорації при генеруванні випадкової карти</translation> |
3287 | 1908 |
</message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1909 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1910 |
<source>AI respawns on death.</source> |
4440 | 1911 |
<translation>AI відроджуються після смерті</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1912 |
</message> |
4124 | 1913 |
<message> |
1914 |
<source>All (living) hedgehogs are fully restored at the end of turn</source> |
|
4440 | 1915 |
<translation>Всі (живі) їжаки повністю відновлюються на кінці ходу</translation> |
4124 | 1916 |
</message> |
1917 |
<message> |
|
1918 |
<source>Attacking does not end your turn.</source> |
|
4440 | 1919 |
<translation>Атака не завершує ваш хід</translation> |
4124 | 1920 |
</message> |
1921 |
<message> |
|
1922 |
<source>Weapons are reset to starting values each turn.</source> |
|
4440 | 1923 |
<translation>Зброя скидається до початкової після кожного ходу.</translation> |
4124 | 1924 |
</message> |
1925 |
<message> |
|
1926 |
<source>Each hedgehog has its own ammo. It does not share with the team.</source> |
|
4440 | 1927 |
<translation>Кожен їжак має свої боєприпаси. Він не ділить їх з командою.</translation> |
4124 | 1928 |
</message> |
4418 | 1929 |
<message> |
1930 |
<source>You will not have to worry about wind anymore.</source> |
|
4440 | 1931 |
<translation>Більше не треба хвилюватись через вітер.</translation> |
4418 | 1932 |
</message> |
1933 |
<message> |
|
1934 |
<source>Wind will affect almost everything.</source> |
|
4440 | 1935 |
<translation>Вітер вплине майже на все.</translation> |
4418 | 1936 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1937 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1938 |
<source>Copy</source> |
4965 | 1939 |
<translation>Копіювати</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
1940 |
</message> |
5602 | 1941 |
<message> |
1942 |
<source>Teams in each clan take successive turns sharing their turn time.</source> |
|
5890 | 1943 |
<translation>Команди в кожному клані здійснюють послідовні ходи, поділяючи час ходу.</translation> |
5602 | 1944 |
</message> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1945 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1946 |
<source>Add an indestructible border around the terrain</source> |
5908 | 1947 |
<translation>Додати невразливу рамку навколо місцевості</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1948 |
</message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1949 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1950 |
<source>Add an indestructible border along the bottom</source> |
10341 | 1951 |
<translation>Додати невразливу межу знизу</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
1952 |
</message> |
9756 | 1953 |
<message> |
1954 |
<source>None (Default)</source> |
|
10341 | 1955 |
<translation>Немає (Типово)</translation> |
9756 | 1956 |
</message> |
1957 |
<message> |
|
1958 |
<source>Wrap (World wraps)</source> |
|
10341 | 1959 |
<translation>Перенос (на інший край)</translation> |
9756 | 1960 |
</message> |
1961 |
<message> |
|
1962 |
<source>Bounce (Edges reflect)</source> |
|
10341 | 1963 |
<translation>Відбиття (краї пружні)</translation> |
9756 | 1964 |
</message> |
1965 |
<message> |
|
1966 |
<source>Sea (Edges connect to sea)</source> |
|
10341 | 1967 |
<translation>Море (краї з'єднані з морем)</translation> |
9756 | 1968 |
</message> |
11756 | 1969 |
<message> |
1970 |
<source>Each clan starts in its own part of the terrain.</source> |
|
1971 |
<translation type="unfinished"></translation> |
|
1972 |
</message> |
|
11833 | 1973 |
<message> |
1974 |
<source>Overall damage and knockback in percent</source> |
|
1975 |
<translation type="unfinished"></translation> |
|
1976 |
</message> |
|
1977 |
<message> |
|
1978 |
<source>Turn time in seconds</source> |
|
1979 |
<translation type="unfinished"></translation> |
|
1980 |
</message> |
|
1981 |
<message> |
|
1982 |
<source>Initial health of hedgehogs</source> |
|
1983 |
<translation type="unfinished"></translation> |
|
1984 |
</message> |
|
1985 |
<message> |
|
1986 |
<source>How many rounds have to be played before Sudden Death begins</source> |
|
1987 |
<translation type="unfinished"></translation> |
|
1988 |
</message> |
|
1989 |
<message> |
|
1990 |
<source>How much the water rises per turn while in Sudden Death. Set to 0 along with Sudden Death Health Decrease to disable Sudden Death.</source> |
|
1991 |
<translation type="unfinished"></translation> |
|
1992 |
</message> |
|
1993 |
<message> |
|
1994 |
<source>How much health hedgehogs lose per turn while in Sudden Death, down to 1 health. Set to 0 along with Sudden Death Water Rise to disable Sudden Death.</source> |
|
1995 |
<translation type="unfinished"></translation> |
|
1996 |
</message> |
|
1997 |
<message> |
|
1998 |
<source>Maximum rope length in percent</source> |
|
1999 |
<translation type="unfinished"></translation> |
|
2000 |
</message> |
|
2001 |
<message> |
|
2002 |
<source>Likelihood of a dropped crate being a health crate. All other crates will be weapon or utility crates.</source> |
|
2003 |
<translation type="unfinished"></translation> |
|
2004 |
</message> |
|
2005 |
<message> |
|
2006 |
<source>Likelihood of a crate dropping before a turn</source> |
|
2007 |
<translation type="unfinished"></translation> |
|
2008 |
</message> |
|
2009 |
<message> |
|
2010 |
<source>Health bonus for collecting a health crate</source> |
|
2011 |
<translation type="unfinished"></translation> |
|
2012 |
</message> |
|
2013 |
<message> |
|
2014 |
<source>Detonation timer of mines. The random timer lies between 0 and 5 seconds. The timer of air mines will be a quarter of the mines timer.</source> |
|
2015 |
<translation type="unfinished"></translation> |
|
2016 |
</message> |
|
2017 |
<message> |
|
2018 |
<source>Average number of mines to be placed a medium-sized island map. This number will be scaled for other maps.</source> |
|
2019 |
<translation type="unfinished"></translation> |
|
2020 |
</message> |
|
2021 |
<message> |
|
2022 |
<source>Likelihood of a mine being a dud. Does not affect mines placed by hedgehogs.</source> |
|
2023 |
<translation type="unfinished"></translation> |
|
2024 |
</message> |
|
2025 |
<message> |
|
2026 |
<source>Average number of barrels to be placed a medium-sized island map. This number will be scaled for other maps.</source> |
|
2027 |
<translation type="unfinished"></translation> |
|
2028 |
</message> |
|
2029 |
<message> |
|
2030 |
<source>Average number of air mines to be placed a medium-sized island map. This number will be scaled for other maps.</source> |
|
2031 |
<translation type="unfinished"></translation> |
|
2032 |
</message> |
|
2033 |
<message> |
|
2034 |
<source>Affects the left and right boundaries of the map</source> |
|
2035 |
<translation type="unfinished"></translation> |
|
2036 |
</message> |
|
2037 |
<message> |
|
2038 |
<source>Time you get after an attack</source> |
|
2039 |
<translation type="unfinished"></translation> |
|
2040 |
</message> |
|
2041 |
<message> |
|
2042 |
<source>Additional parameter to configure game styles. The meaning depends on the used style, refer to the documentation. When in doubt, leave it empty.</source> |
|
2043 |
<translation type="unfinished"></translation> |
|
2044 |
</message> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2045 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2046 |
<source>Name of this scheme</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2047 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2048 |
</message> |
13307 | 2049 |
<message> |
2050 |
<source>Select a hedgehog at the beginning of a turn</source> |
|
2051 |
<translation type="unfinished"></translation> |
|
2052 |
</message> |
|
1353 | 2053 |
</context> |
2054 |
<context> |
|
1258 | 2055 |
<name>PageSelectWeapon</name> |
2056 |
<message> |
|
2057 |
<source>Default</source> |
|
2058 |
<translation>За замовчуванням</translation> |
|
2059 |
</message> |
|
2060 |
<message> |
|
2061 |
<source>Delete</source> |
|
2062 |
<translation>Видалити</translation> |
|
2063 |
</message> |
|
4418 | 2064 |
<message> |
2065 |
<source>New</source> |
|
4440 | 2066 |
<translation>Нова</translation> |
4418 | 2067 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
2068 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
2069 |
<source>Copy</source> |
4965 | 2070 |
<translation>Копіювати</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
2071 |
</message> |
1258 | 2072 |
</context> |
2073 |
<context> |
|
2074 |
<name>PageSinglePlayer</name> |
|
2075 |
<message> |
|
7679 | 2076 |
<source>Play a quick game against the computer with random settings</source> |
10341 | 2077 |
<translation>Грати швидку гру проти комп'ютера з випадковими параметрами</translation> |
7679 | 2078 |
</message> |
2079 |
<message> |
|
2080 |
<source>Play a hotseat game against your friends, or AI teams</source> |
|
10341 | 2081 |
<translation>Грати гарячу гру проти друзів, або комп'ютера</translation> |
7679 | 2082 |
</message> |
2083 |
<message> |
|
2084 |
<source>Campaign Mode</source> |
|
10341 | 2085 |
<translation>Режим кампанії</translation> |
6239 | 2086 |
</message> |
2087 |
<message> |
|
7679 | 2088 |
<source>Practice your skills in a range of training missions</source> |
10341 | 2089 |
<translation>Відточіть навики в тренувальних місіях</translation> |
7679 | 2090 |
</message> |
2091 |
<message> |
|
2092 |
<source>Watch recorded demos</source> |
|
10341 | 2093 |
<translation>Переглянути записані демо</translation> |
7679 | 2094 |
</message> |
2095 |
<message> |
|
2096 |
<source>Load a previously saved game</source> |
|
10341 | 2097 |
<translation>Завантажити збережену гру</translation> |
6239 | 2098 |
</message> |
2099 |
</context> |
|
2100 |
<context> |
|
2101 |
<name>PageTraining</name> |
|
2102 |
<message> |
|
2103 |
<source>No description available</source> |
|
10341 | 2104 |
<translation>Опис відсутній</translation> |
6239 | 2105 |
</message> |
2106 |
<message> |
|
2107 |
<source>Select a mission!</source> |
|
10341 | 2108 |
<translation>Виберіть місію!</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2109 |
</message> |
7679 | 2110 |
<message> |
2111 |
<source>Pick the mission or training to play</source> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2112 |
<translation type="obsolete">Виберіть місію або навчання для гри</translation> |
7679 | 2113 |
</message> |
2114 |
<message> |
|
2115 |
<source>Start fighting</source> |
|
10341 | 2116 |
<translation>Розпочати бій</translation> |
7679 | 2117 |
</message> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2118 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2119 |
<source>Pick the training to play</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2120 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2121 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2122 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2123 |
<source>Pick the challenge to play</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2124 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2125 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2126 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2127 |
<source>Pick the scenario to play</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2128 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2129 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2130 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2131 |
<source>Trainings</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2132 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2133 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2134 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2135 |
<source>Challenges</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2136 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2137 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2138 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2139 |
<source>Scenarios</source> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2140 |
<translation type="unfinished"></translation> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2141 |
</message> |
7679 | 2142 |
</context> |
2143 |
<context> |
|
2144 |
<name>PageVideos</name> |
|
2145 |
<message> |
|
2146 |
<source>Name</source> |
|
10341 | 2147 |
<translation>Назва</translation> |
7679 | 2148 |
</message> |
2149 |
<message> |
|
2150 |
<source>Size</source> |
|
10341 | 2151 |
<translation>Розмір</translation> |
7679 | 2152 |
</message> |
7680 | 2153 |
<message numerus="yes"> |
7679 | 2154 |
<source>%1 bytes</source> |
10341 | 2155 |
<translation> |
2156 |
<numerusform>%1 байт</numerusform> |
|
7680 | 2157 |
<numerusform></numerusform> |
2158 |
<numerusform></numerusform> |
|
2159 |
</translation> |
|
7679 | 2160 |
</message> |
2161 |
<message> |
|
2162 |
<source>(in progress...)</source> |
|
10341 | 2163 |
<translation>(в процесі...)</translation> |
7679 | 2164 |
</message> |
2165 |
<message> |
|
2166 |
<source>encoding</source> |
|
10341 | 2167 |
<translation>кодування</translation> |
7679 | 2168 |
</message> |
2169 |
<message> |
|
2170 |
<source>uploading</source> |
|
13307 | 2171 |
<translation type="vanished">надсилання</translation> |
7679 | 2172 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2173 |
<message> |
9756 | 2174 |
<source>Date: %1</source> |
10341 | 2175 |
<translation>Дата: %1</translation> |
9756 | 2176 |
</message> |
2177 |
<message> |
|
2178 |
<source>Size: %1</source> |
|
10341 | 2179 |
<translation>Розмір: %1</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2180 |
</message> |
13307 | 2181 |
<message> |
2182 |
<source>%1%</source> |
|
2183 |
<extracomment>Video encoding progress. %1 = number</extracomment> |
|
2184 |
<translation type="unfinished"></translation> |
|
2185 |
</message> |
|
2186 |
<message> |
|
2187 |
<source>%1 (%2%) - %3</source> |
|
2188 |
<extracomment>Video encoding list entry. %1 = file name, %2 = percent complete, %3 = video operation type (e.g. “encoding”)</extracomment> |
|
2189 |
<translation type="unfinished"></translation> |
|
2190 |
</message> |
|
1258 | 2191 |
</context> |
2192 |
<context> |
|
1414 | 2193 |
<name>QAction</name> |
2194 |
<message> |
|
2195 |
<source>Kick</source> |
|
3457 | 2196 |
<translation>Копнути з гри</translation> |
2197 |
</message> |
|
2198 |
<message> |
|
2199 |
<source>Info</source> |
|
2200 |
<translation>Інфо</translation> |
|
1414 | 2201 |
</message> |
2202 |
<message> |
|
2203 |
<source>Restrict Joins</source> |
|
3457 | 2204 |
<translation>Обмежити Приєднання</translation> |
1414 | 2205 |
</message> |
2206 |
<message> |
|
2207 |
<source>Restrict Team Additions</source> |
|
3457 | 2208 |
<translation>Обмежити Додавання Команд</translation> |
1900 | 2209 |
</message> |
2210 |
<message> |
|
2211 |
<source>Ban</source> |
|
3457 | 2212 |
<translation>Забанити</translation> |
1583 | 2213 |
</message> |
2726 | 2214 |
<message> |
2215 |
<source>Follow</source> |
|
3457 | 2216 |
<translation>Слідувати</translation> |
2726 | 2217 |
</message> |
2883 | 2218 |
<message> |
2219 |
<source>Ignore</source> |
|
3457 | 2220 |
<translation>Ігнорувати</translation> |
2883 | 2221 |
</message> |
2222 |
<message> |
|
2223 |
<source>Add friend</source> |
|
3457 | 2224 |
<translation>Додати друга</translation> |
2883 | 2225 |
</message> |
2226 |
<message> |
|
2227 |
<source>Unignore</source> |
|
3457 | 2228 |
<translation>Не ігнорувати</translation> |
2883 | 2229 |
</message> |
2230 |
<message> |
|
2231 |
<source>Remove friend</source> |
|
3457 | 2232 |
<translation>Видалити друга</translation> |
2883 | 2233 |
</message> |
5602 | 2234 |
<message> |
2235 |
<source>Update</source> |
|
8648 | 2236 |
<translation type="obsolete">Оновити</translation> |
2237 |
</message> |
|
2238 |
<message> |
|
2239 |
<source>Restrict Unregistered Players Join</source> |
|
10341 | 2240 |
<translation>Заборонити вхід незареєстрованих гравців</translation> |
8648 | 2241 |
</message> |
2242 |
<message> |
|
2243 |
<source>Show games in lobby</source> |
|
10341 | 2244 |
<translation>Показувати ігри в вестибюлі</translation> |
8648 | 2245 |
</message> |
2246 |
<message> |
|
2247 |
<source>Show games in-progress</source> |
|
10341 | 2248 |
<translation>Показувати триваючі ігри</translation> |
5602 | 2249 |
</message> |
11526 | 2250 |
<message> |
2251 |
<source>Show password protected</source> |
|
2252 |
<translation type="unfinished"></translation> |
|
2253 |
</message> |
|
2254 |
<message> |
|
2255 |
<source>Show join restricted</source> |
|
2256 |
<translation type="unfinished"></translation> |
|
2257 |
</message> |
|
11866 | 2258 |
<message> |
2259 |
<source>Delegate room control</source> |
|
2260 |
<translation type="unfinished"></translation> |
|
2261 |
</message> |
|
1414 | 2262 |
</context> |
2263 |
<context> |
|
1258 | 2264 |
<name>QCheckBox</name> |
2265 |
<message> |
|
3457 | 2266 |
<source>Check for updates at startup</source> |
2267 |
<translation>Перевірити наявність оновлень при старті</translation> |
|
2268 |
</message> |
|
2269 |
<message> |
|
2270 |
<source>Fullscreen</source> |
|
2271 |
<translation>Повний екран</translation> |
|
2272 |
</message> |
|
2273 |
<message> |
|
1258 | 2274 |
<source>Show FPS</source> |
2275 |
<translation>Показувати значення FPS</translation> |
|
2276 |
</message> |
|
2277 |
<message> |
|
2278 |
<source>Alternative damage show</source> |
|
2614 | 2279 |
<translation>Альтернативний показ пошкоджень</translation> |
1258 | 2280 |
</message> |
2281 |
<message> |
|
1488 | 2282 |
<source>Append date and time to record file name</source> |
3457 | 2283 |
<translation>Додавати дату і час в назву записаного файлу</translation> |
2270 | 2284 |
</message> |
2394 | 2285 |
<message> |
2883 | 2286 |
<source>Show ammo menu tooltips</source> |
3457 | 2287 |
<translation>Показувати підказки в меню зброї</translation> |
2883 | 2288 |
</message> |
2289 |
<message> |
|
7679 | 2290 |
<source>Save password</source> |
10341 | 2291 |
<translation>Зберегти пароль</translation> |
7679 | 2292 |
</message> |
2293 |
<message> |
|
2294 |
<source>Save account name and password</source> |
|
13307 | 2295 |
<translation type="vanished">Зберегти ім'я і пароль</translation> |
7679 | 2296 |
</message> |
2297 |
<message> |
|
2298 |
<source>Video is private</source> |
|
13307 | 2299 |
<translation type="vanished">Відео є приватним</translation> |
7679 | 2300 |
</message> |
2301 |
<message> |
|
2302 |
<source>Record audio</source> |
|
10341 | 2303 |
<translation>Звук</translation> |
7679 | 2304 |
</message> |
2305 |
<message> |
|
2306 |
<source>Use game resolution</source> |
|
10341 | 2307 |
<translation>Як у грі</translation> |
7679 | 2308 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2309 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2310 |
<source>Visual effects</source> |
10341 | 2311 |
<translation>Візуальні ефекти</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2312 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2313 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2314 |
<source>Sound</source> |
10341 | 2315 |
<translation>Звук</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2316 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2317 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2318 |
<source>In-game sound effects</source> |
10341 | 2319 |
<translation>Звукові ефекти в грі</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2320 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2321 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2322 |
<source>Music</source> |
10341 | 2323 |
<translation>Музика</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2324 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2325 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2326 |
<source>In-game music</source> |
10341 | 2327 |
<translation>Музика в грі</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2328 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2329 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2330 |
<source>Frontend sound effects</source> |
10341 | 2331 |
<translation>Звукові ефети фронтенду</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2332 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2333 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2334 |
<source>Frontend music</source> |
10341 | 2335 |
<translation>Музика фронтенду</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2336 |
</message> |
9756 | 2337 |
<message> |
2338 |
<source>Team</source> |
|
10341 | 2339 |
<translation>Команда</translation> |
9756 | 2340 |
</message> |
2341 |
<message> |
|
2342 |
<source>Enable team tags by default</source> |
|
10341 | 2343 |
<translation>Ввімкнути теги команд</translation> |
9756 | 2344 |
</message> |
2345 |
<message> |
|
2346 |
<source>Hog</source> |
|
10341 | 2347 |
<translation>Іжак</translation> |
9756 | 2348 |
</message> |
2349 |
<message> |
|
2350 |
<source>Enable hedgehog tags by default</source> |
|
10341 | 2351 |
<translation>Ввімкнути теги їжаків</translation> |
9756 | 2352 |
</message> |
2353 |
<message> |
|
2354 |
<source>Health</source> |
|
10341 | 2355 |
<translation>Здоров'я</translation> |
9756 | 2356 |
</message> |
2357 |
<message> |
|
2358 |
<source>Enable health tags by default</source> |
|
10341 | 2359 |
<translation>Ввімкнути теги здоров'я</translation> |
9756 | 2360 |
</message> |
2361 |
<message> |
|
2362 |
<source>Translucent</source> |
|
10341 | 2363 |
<translation>Напівпрозорість</translation> |
9756 | 2364 |
</message> |
2365 |
<message> |
|
2366 |
<source>Enable translucent tags by default</source> |
|
10341 | 2367 |
<translation>Ввімкнути напівпрозорі теги</translation> |
9756 | 2368 |
</message> |
12721 | 2369 |
<message> |
2370 |
<source>Enable visual effects such as animated menu transitions and falling stars</source> |
|
2371 |
<translation type="unfinished"></translation> |
|
2372 |
</message> |
|
2373 |
<message> |
|
2374 |
<source>If enabled, Hedgewars adds the date and time in the form "YYYY-MM-DD_hh-mm" for automatically created demos.</source> |
|
2375 |
<translation type="unfinished"></translation> |
|
2376 |
</message> |
|
1258 | 2377 |
</context> |
2378 |
<context> |
|
2379 |
<name>QComboBox</name> |
|
2380 |
<message> |
|
2381 |
<source>Human</source> |
|
2382 |
<translation>Людина</translation> |
|
2383 |
</message> |
|
2384 |
<message> |
|
1353 | 2385 |
<source>Level</source> |
11833 | 2386 |
<translation type="obsolete">Рівень</translation> |
1258 | 2387 |
</message> |
2913 | 2388 |
<message> |
2389 |
<source>(System default)</source> |
|
3457 | 2390 |
<translation>(Системні замовчування)</translation> |
2391 |
</message> |
|
2392 |
<message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2393 |
<source>Community</source> |
4440 | 2394 |
<translation>Спільнота</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2395 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2396 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2397 |
<source>Any</source> |
9756 | 2398 |
<translation type="obsolete">Усі</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2399 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2400 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2401 |
<source>In lobby</source> |
8648 | 2402 |
<translation type="obsolete">В вестибюлі</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2403 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2404 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2405 |
<source>In progress</source> |
8648 | 2406 |
<translation type="obsolete">В процесі</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2407 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2408 |
<message> |
4864 | 2409 |
<source>Disabled</source> |
4965 | 2410 |
<translation>Вимкнено</translation> |
4864 | 2411 |
</message> |
2412 |
<message> |
|
2413 |
<source>Red/Cyan</source> |
|
4965 | 2414 |
<translation>Червоний/Блакитний</translation> |
4864 | 2415 |
</message> |
2416 |
<message> |
|
2417 |
<source>Cyan/Red</source> |
|
4965 | 2418 |
<translation>Блакитний/Червоний</translation> |
4864 | 2419 |
</message> |
2420 |
<message> |
|
2421 |
<source>Red/Blue</source> |
|
4965 | 2422 |
<translation>Червоний/Синій</translation> |
4864 | 2423 |
</message> |
2424 |
<message> |
|
2425 |
<source>Blue/Red</source> |
|
4965 | 2426 |
<translation>Синій/Червоний</translation> |
4864 | 2427 |
</message> |
2428 |
<message> |
|
2429 |
<source>Red/Green</source> |
|
4965 | 2430 |
<translation>Червоний/Зелений</translation> |
4864 | 2431 |
</message> |
2432 |
<message> |
|
2433 |
<source>Green/Red</source> |
|
4965 | 2434 |
<translation>Зелений/Червоний</translation> |
4864 | 2435 |
</message> |
2436 |
<message> |
|
2437 |
<source>Side-by-side</source> |
|
4965 | 2438 |
<translation>Пліч-о-пліч</translation> |
4864 | 2439 |
</message> |
2440 |
<message> |
|
2441 |
<source>Top-Bottom</source> |
|
4965 | 2442 |
<translation>Верх-низ</translation> |
4864 | 2443 |
</message> |
2444 |
<message> |
|
5602 | 2445 |
<source>Red/Cyan grayscale</source> |
10341 | 2446 |
<translation>Черв./Блак. сіра гама</translation> |
5602 | 2447 |
</message> |
2448 |
<message> |
|
2449 |
<source>Cyan/Red grayscale</source> |
|
10341 | 2450 |
<translation>Блак./Черв. сіра гама</translation> |
5602 | 2451 |
</message> |
2452 |
<message> |
|
2453 |
<source>Red/Blue grayscale</source> |
|
10341 | 2454 |
<translation>Черв./Синій сіра гама</translation> |
5602 | 2455 |
</message> |
2456 |
<message> |
|
2457 |
<source>Blue/Red grayscale</source> |
|
10341 | 2458 |
<translation>Синій/Черв. сіра гама</translation> |
5602 | 2459 |
</message> |
2460 |
<message> |
|
2461 |
<source>Red/Green grayscale</source> |
|
10341 | 2462 |
<translation>Черв./Зел. сіра гама</translation> |
5602 | 2463 |
</message> |
2464 |
<message> |
|
2465 |
<source>Green/Red grayscale</source> |
|
10341 | 2466 |
<translation>Зел./Черв. сіра гама</translation> |
5602 | 2467 |
</message> |
11833 | 2468 |
<message> |
2469 |
<source>Computer (Level %1)</source> |
|
2470 |
<translation type="unfinished"></translation> |
|
2471 |
</message> |
|
12721 | 2472 |
<message> |
2473 |
<source>Stereoscopy creates an illusion of depth when you wear 3D glasses.</source> |
|
2474 |
<translation type="unfinished"></translation> |
|
2475 |
</message> |
|
2476 |
<message> |
|
2477 |
<source>24 FPS</source> |
|
2478 |
<translation type="unfinished"></translation> |
|
2479 |
</message> |
|
2480 |
<message> |
|
2481 |
<source>25 FPS</source> |
|
2482 |
<translation type="unfinished"></translation> |
|
2483 |
</message> |
|
2484 |
<message> |
|
2485 |
<source>30 FPS</source> |
|
2486 |
<translation type="unfinished"></translation> |
|
2487 |
</message> |
|
2488 |
<message> |
|
2489 |
<source>50 FPS</source> |
|
2490 |
<translation type="unfinished"></translation> |
|
2491 |
</message> |
|
2492 |
<message> |
|
2493 |
<source>60 FPS</source> |
|
2494 |
<translation type="unfinished"></translation> |
|
2495 |
</message> |
|
1258 | 2496 |
</context> |
2497 |
<context> |
|
2498 |
<name>QGroupBox</name> |
|
2499 |
<message> |
|
2500 |
<source>Team Members</source> |
|
3457 | 2501 |
<translation>Склад Команди</translation> |
1258 | 2502 |
</message> |
2503 |
<message> |
|
2504 |
<source>Fort</source> |
|
2505 |
<translation>Форт</translation> |
|
2506 |
</message> |
|
2507 |
<message> |
|
2508 |
<source>Net game</source> |
|
2614 | 2509 |
<translation>Мережна гра</translation> |
1258 | 2510 |
</message> |
2511 |
<message> |
|
3457 | 2512 |
<source>Playing teams</source> |
2513 |
<translation>Команди в грі</translation> |
|
1258 | 2514 |
</message> |
1933 | 2515 |
<message> |
2516 |
<source>Game Modifiers</source> |
|
3457 | 2517 |
<translation>Модифікатори Гри</translation> |
1933 | 2518 |
</message> |
2519 |
<message> |
|
2520 |
<source>Basic Settings</source> |
|
3457 | 2521 |
<translation>Основні Параметри</translation> |
1933 | 2522 |
</message> |
2899 | 2523 |
<message> |
2524 |
<source>Team Settings</source> |
|
3457 | 2525 |
<translation>Налаштування Команди</translation> |
2899 | 2526 |
</message> |
2527 |
<message> |
|
7679 | 2528 |
<source>Videos</source> |
10341 | 2529 |
<translation>Відео</translation> |
7679 | 2530 |
</message> |
2531 |
<message> |
|
2532 |
<source>Description</source> |
|
10341 | 2533 |
<translation>Опис</translation> |
7679 | 2534 |
</message> |
1258 | 2535 |
</context> |
2536 |
<context> |
|
2537 |
<name>QLabel</name> |
|
2538 |
<message> |
|
3457 | 2539 |
<source>Mines Time</source> |
2540 |
<translation>Таймер Мін</translation> |
|
2541 |
</message> |
|
2542 |
<message> |
|
2543 |
<source>Mines</source> |
|
2544 |
<translation>Кількість Мін</translation> |
|
2545 |
</message> |
|
2546 |
<message> |
|
2547 |
<source>Version</source> |
|
8648 | 2548 |
<translation type="obsolete">Версія</translation> |
1258 | 2549 |
</message> |
2550 |
<message> |
|
3457 | 2551 |
<source>Weapons</source> |
2552 |
<translation>Зброя</translation> |
|
1258 | 2553 |
</message> |
2554 |
<message> |
|
2555 |
<source>Host:</source> |
|
2556 |
<translation>Сервер:</translation> |
|
2557 |
</message> |
|
2558 |
<message> |
|
2559 |
<source>Port:</source> |
|
2560 |
<translation>Порт:</translation> |
|
2561 |
</message> |
|
2562 |
<message> |
|
3457 | 2563 |
<source>Resolution</source> |
2564 |
<translation>Роздільна здатність</translation> |
|
1258 | 2565 |
</message> |
2566 |
<message> |
|
3457 | 2567 |
<source>FPS limit</source> |
2568 |
<translation>Обмеження FPS</translation> |
|
1258 | 2569 |
</message> |
2570 |
<message> |
|
3457 | 2571 |
<source>Server name:</source> |
4440 | 2572 |
<translation>Назва сервера:</translation> |
3457 | 2573 |
</message> |
2574 |
<message> |
|
2575 |
<source>Server port:</source> |
|
2576 |
<translation>Порт сервера:</translation> |
|
1258 | 2577 |
</message> |
1803 | 2578 |
<message> |
2579 |
<source>Initial sound volume</source> |
|
3457 | 2580 |
<translation>Початкова гучність звуку</translation> |
1803 | 2581 |
</message> |
1933 | 2582 |
<message> |
2583 |
<source>Damage Modifier</source> |
|
3457 | 2584 |
<translation>Модифікатор Пошкодженнь</translation> |
1933 | 2585 |
</message> |
2586 |
<message> |
|
2587 |
<source>Turn Time</source> |
|
3457 | 2588 |
<translation>Час Ходу</translation> |
1933 | 2589 |
</message> |
2590 |
<message> |
|
2591 |
<source>Initial Health</source> |
|
3457 | 2592 |
<translation>Початкове Здоров'я</translation> |
1933 | 2593 |
</message> |
2594 |
<message> |
|
2595 |
<source>Sudden Death Timeout</source> |
|
3457 | 2596 |
<translation>Час до Раптової Смерті</translation> |
2030 | 2597 |
</message> |
2598 |
<message> |
|
1943 | 2599 |
<source>Scheme Name:</source> |
3457 | 2600 |
<translation>Назва Схеми:</translation> |
1933 | 2601 |
</message> |
2602 |
<message> |
|
1943 | 2603 |
<source>Crate Drops</source> |
3457 | 2604 |
<translation>Кількість Подарунків</translation> |
1933 | 2605 |
</message> |
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
2606 |
<message> |
2883 | 2607 |
<source>% Dud Mines</source> |
3457 | 2608 |
<translation>% Бракованих Мін</translation> |
2883 | 2609 |
</message> |
2899 | 2610 |
<message> |
2611 |
<source>Name</source> |
|
3457 | 2612 |
<translation>Назва</translation> |
2899 | 2613 |
</message> |
2614 |
<message> |
|
2615 |
<source>Type</source> |
|
11833 | 2616 |
<translation type="obsolete">Тип</translation> |
2899 | 2617 |
</message> |
2618 |
<message> |
|
2619 |
<source>Grave</source> |
|
3457 | 2620 |
<translation>Надгробок</translation> |
2899 | 2621 |
</message> |
2622 |
<message> |
|
2623 |
<source>Flag</source> |
|
3457 | 2624 |
<translation>Прапор</translation> |
2899 | 2625 |
</message> |
2626 |
<message> |
|
2627 |
<source>Voice</source> |
|
3457 | 2628 |
<translation>Голос</translation> |
2899 | 2629 |
</message> |
2630 |
<message> |
|
2631 |
<source>Locale</source> |
|
3457 | 2632 |
<translation>Мова</translation> |
2899 | 2633 |
</message> |
2634 |
<message> |
|
3457 | 2635 |
<source>Explosives</source> |
11833 | 2636 |
<translation type="obsolete">Вибухівка</translation> |
2899 | 2637 |
</message> |
3163 | 2638 |
<message> |
3683
8d3b483c6949
Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents:
3503
diff
changeset
|
2639 |
<source>Tip: </source> |
9756 | 2640 |
<translation type="obsolete">Порада: </translation> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
2641 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
2642 |
<message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2643 |
<source>Quality</source> |
4440 | 2644 |
<translation>Якість</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2645 |
</message> |
4143
eb7981f34800
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents:
4124
diff
changeset
|
2646 |
<message> |
eb7981f34800
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents:
4124
diff
changeset
|
2647 |
<source>% Health Crates</source> |
4440 | 2648 |
<translation>% Ящиків Здоров'я</translation> |
4143
eb7981f34800
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents:
4124
diff
changeset
|
2649 |
</message> |
eb7981f34800
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents:
4124
diff
changeset
|
2650 |
<message> |
eb7981f34800
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents:
4124
diff
changeset
|
2651 |
<source>Health in Crates</source> |
4440 | 2652 |
<translation>Здоров'я в Ящиках</translation> |
4143
eb7981f34800
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents:
4124
diff
changeset
|
2653 |
</message> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2654 |
<message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2655 |
<source>Sudden Death Water Rise</source> |
4440 | 2656 |
<translation>Підйом Води Раптової Смерті</translation> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2657 |
</message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2658 |
<message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2659 |
<source>Sudden Death Health Decrease</source> |
4440 | 2660 |
<translation>Зменшення Здоров'я Раптової Смерті</translation> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2661 |
</message> |
4259 | 2662 |
<message> |
4418 | 2663 |
<source>% Rope Length</source> |
4440 | 2664 |
<translation>% Довжина Мотузки</translation> |
4259 | 2665 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
2666 |
<message> |
4864 | 2667 |
<source>Stereo rendering</source> |
12721 | 2668 |
<translation type="vanished">Стерео рендеринг</translation> |
4864 | 2669 |
</message> |
5602 | 2670 |
<message> |
2671 |
<source>Style</source> |
|
5890 | 2672 |
<translation>Стиль</translation> |
5602 | 2673 |
</message> |
2674 |
<message> |
|
2675 |
<source>Scheme</source> |
|
5890 | 2676 |
<translation>Схема</translation> |
5602 | 2677 |
</message> |
2678 |
<message> |
|
2679 |
<source>% Get Away Time</source> |
|
11833 | 2680 |
<translation type="obsolete">% Час Тікати</translation> |
5602 | 2681 |
</message> |
6239 | 2682 |
<message> |
7679 | 2683 |
<source>There are videos that are currently being processed. |
2684 |
Exiting now will abort them. |
|
7902
a82b1bf2eca1
- Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents:
7801
diff
changeset
|
2685 |
Do you really want to quit?</source> |
10341 | 2686 |
<translation>Зараз триває обробка відео. |
2687 |
Якщо зараз вийти це скасує обробку. |
|
2688 |
Дійсно вийти?</translation> |
|
7679 | 2689 |
</message> |
2690 |
<message> |
|
2691 |
<source>Please provide either the YouTube account name or the email address associated with the Google Account.</source> |
|
13307 | 2692 |
<translation type="vanished">Вкажіть ім'я акаунта на YouTube або електронну адресу акаунта на Google.</translation> |
7679 | 2693 |
</message> |
2694 |
<message> |
|
2695 |
<source>Account name (or email): </source> |
|
13307 | 2696 |
<translation type="vanished">Ім'я акаунта (або е-мейл): </translation> |
7679 | 2697 |
</message> |
2698 |
<message> |
|
2699 |
<source>Password: </source> |
|
13307 | 2700 |
<translation type="vanished">Пароль: </translation> |
7679 | 2701 |
</message> |
2702 |
<message> |
|
2703 |
<source>Video title: </source> |
|
13307 | 2704 |
<translation type="vanished">Заголовок відео: </translation> |
7679 | 2705 |
</message> |
2706 |
<message> |
|
2707 |
<source>Video description: </source> |
|
13307 | 2708 |
<translation type="vanished">Опис відео: </translation> |
7679 | 2709 |
</message> |
2710 |
<message> |
|
2711 |
<source>Tags (comma separated): </source> |
|
13307 | 2712 |
<translation type="vanished">Теги (через кому): </translation> |
7679 | 2713 |
</message> |
2714 |
<message> |
|
2715 |
<source>Description</source> |
|
10341 | 2716 |
<translation>Опис</translation> |
7679 | 2717 |
</message> |
2718 |
<message> |
|
2719 |
<source>Nickname</source> |
|
10341 | 2720 |
<translation>Ім'я</translation> |
7679 | 2721 |
</message> |
2722 |
<message> |
|
2723 |
<source>Format</source> |
|
10341 | 2724 |
<translation>Формат</translation> |
7679 | 2725 |
</message> |
2726 |
<message> |
|
2727 |
<source>Audio codec</source> |
|
10341 | 2728 |
<translation>Кодек звуку</translation> |
7679 | 2729 |
</message> |
2730 |
<message> |
|
2731 |
<source>Video codec</source> |
|
10341 | 2732 |
<translation>Кодек відео</translation> |
7679 | 2733 |
</message> |
2734 |
<message> |
|
2735 |
<source>Framerate</source> |
|
10341 | 2736 |
<translation>Частота кадрів</translation> |
7679 | 2737 |
</message> |
2738 |
<message> |
|
2739 |
<source>Bitrate (Kbps)</source> |
|
12721 | 2740 |
<translation type="vanished">Бітрейт (Kbps)</translation> |
7679 | 2741 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2742 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2743 |
<source>This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!</source> |
10341 | 2744 |
<translation>Ця збірка знаходиться в розробці і може бути несумісна з іншими версіями гри. Також певні функції можуть бути зламані або недороблені.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2745 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2746 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2747 |
<source>Fullscreen</source> |
10341 | 2748 |
<translation>Повний екран</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2749 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2750 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2751 |
<source>Fullscreen Resolution</source> |
10341 | 2752 |
<translation>Повноекранне розширення</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2753 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2754 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2755 |
<source>Windowed Resolution</source> |
10341 | 2756 |
<translation>Розширення вікна</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2757 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2758 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2759 |
<source>Your Email</source> |
10341 | 2760 |
<translation>Ваша пошта</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2761 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2762 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2763 |
<source>Summary</source> |
10341 | 2764 |
<translation>Звіт</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2765 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2766 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2767 |
<source>Send system information</source> |
10341 | 2768 |
<translation>Відіслати системні дані</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2769 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2770 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2771 |
<source>Type the security code:</source> |
10341 | 2772 |
<translation>Введіть код безпеки:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
2773 |
</message> |
8648 | 2774 |
<message> |
2775 |
<source>Revision</source> |
|
12721 | 2776 |
<translation type="vanished">Ревізія</translation> |
8648 | 2777 |
</message> |
8676 | 2778 |
<message> |
2779 |
<source>This program is distributed under the %1</source> |
|
12721 | 2780 |
<translation type="vanished">Ця програма поширюється згідно з %1</translation> |
8676 | 2781 |
</message> |
9007 | 2782 |
<message> |
2783 |
<source>This setting will be effective at next restart.</source> |
|
10341 | 2784 |
<translation>Цей параметр застосується після перезапуску.</translation> |
9007 | 2785 |
</message> |
9756 | 2786 |
<message> |
2787 |
<source>Tip: %1</source> |
|
10341 | 2788 |
<translation>Порада: %1</translation> |
9756 | 2789 |
</message> |
2790 |
<message> |
|
2791 |
<source>Displayed tags above hogs and translucent tags</source> |
|
10341 | 2792 |
<translation>Показувати теги над їжаками і напівпрозорі теги</translation> |
9756 | 2793 |
</message> |
2794 |
<message> |
|
2795 |
<source>World Edge</source> |
|
10341 | 2796 |
<translation>Край світу</translation> |
9756 | 2797 |
</message> |
10451 | 2798 |
<message> |
2799 |
<source>Script parameter</source> |
|
2800 |
<translation type="unfinished"></translation> |
|
2801 |
</message> |
|
11526 | 2802 |
<message> |
2803 |
<source>Air Mines</source> |
|
2804 |
<translation type="unfinished"></translation> |
|
2805 |
</message> |
|
11833 | 2806 |
<message> |
2807 |
<source>Player</source> |
|
2808 |
<translation type="unfinished"></translation> |
|
2809 |
</message> |
|
2810 |
<message> |
|
2811 |
<source>Barrels</source> |
|
2812 |
<translation type="unfinished"></translation> |
|
2813 |
</message> |
|
2814 |
<message> |
|
2815 |
<source>% Retreat Time</source> |
|
2816 |
<translation type="unfinished"></translation> |
|
2817 |
</message> |
|
12721 | 2818 |
<message> |
2819 |
<source>Stereoscopy</source> |
|
2820 |
<translation type="unfinished"></translation> |
|
2821 |
</message> |
|
2822 |
<message> |
|
2823 |
<source>Bitrate (Kibit/s)</source> |
|
2824 |
<extracomment>“Kibit/s” is the symbol for 1024 bits per second</extracomment> |
|
2825 |
<translation type="unfinished"></translation> |
|
2826 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2827 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2828 |
<source>Loading<br>CAPTCHA ...</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2829 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2830 |
</message> |
1258 | 2831 |
</context> |
2832 |
<context> |
|
2833 |
<name>QLineEdit</name> |
|
2834 |
<message> |
|
2835 |
<source>unnamed</source> |
|
3457 | 2836 |
<translation>без_назви</translation> |
1258 | 2837 |
</message> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
2838 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
2839 |
<source>hedgehog %1</source> |
10341 | 2840 |
<translation>їжак %1</translation> |
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5890
diff
changeset
|
2841 |
</message> |
7679 | 2842 |
<message> |
2843 |
<source>anonymous</source> |
|
10341 | 2844 |
<translation>анонімус</translation> |
7679 | 2845 |
</message> |
12721 | 2846 |
<message> |
2847 |
<source>unnamed (%1)</source> |
|
2848 |
<translation type="unfinished"></translation> |
|
2849 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2850 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2851 |
<source>Hedgehog %1</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2852 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2853 |
</message> |
1258 | 2854 |
</context> |
2855 |
<context> |
|
2856 |
<name>QMainWindow</name> |
|
2857 |
<message> |
|
1546 | 2858 |
<source>Hedgewars %1</source> |
3457 | 2859 |
<translation>Hedgewars %1</translation> |
1258 | 2860 |
</message> |
2861 |
</context> |
|
2862 |
<context> |
|
2863 |
<name>QMessageBox</name> |
|
2864 |
<message> |
|
3457 | 2865 |
<source>Connection to server is lost</source> |
2866 |
<translation>З'єднання з сервером втрачено</translation> |
|
2867 |
</message> |
|
2868 |
<message> |
|
1258 | 2869 |
<source>Error</source> |
2870 |
<translation>Помилка</translation> |
|
2871 |
</message> |
|
2872 |
<message> |
|
4124 | 2873 |
<source>File association failed.</source> |
4440 | 2874 |
<translation>Файлове асоціювання не вдалось</translation> |
4124 | 2875 |
</message> |
4418 | 2876 |
<message> |
7679 | 2877 |
<source>Error while authenticating at google.com: |
2878 |
</source> |
|
13307 | 2879 |
<translation type="vanished">Помилка авторизації на google.com: |
10341 | 2880 |
</translation> |
7679 | 2881 |
</message> |
2882 |
<message> |
|
2883 |
<source>Login or password is incorrect</source> |
|
13307 | 2884 |
<translation type="vanished">Логін або пароль невірні</translation> |
7679 | 2885 |
</message> |
2886 |
<message> |
|
2887 |
<source>Error while sending metadata to youtube.com: |
|
2888 |
</source> |
|
13307 | 2889 |
<translation type="vanished">Помилка відсилання метаданих на youtube.com: |
10341 | 2890 |
</translation> |
7679 | 2891 |
</message> |
7801 | 2892 |
<message> |
2893 |
<source>Teams - Are you sure?</source> |
|
10341 | 2894 |
<translation>Команди - Ви впевнені?</translation> |
7801 | 2895 |
</message> |
2896 |
<message> |
|
2897 |
<source>Do you really want to delete the team '%1'?</source> |
|
10341 | 2898 |
<translation>Ви дійсно хочете видалити команду '%1'?</translation> |
7801 | 2899 |
</message> |
2900 |
<message> |
|
2901 |
<source>Cannot delete default scheme '%1'!</source> |
|
10341 | 2902 |
<translation>Неможливо видалити типову схему '%1'!</translation> |
7801 | 2903 |
</message> |
2904 |
<message> |
|
2905 |
<source>Please select a record from the list</source> |
|
10341 | 2906 |
<translation>Виберіть запис зі списку</translation> |
7801 | 2907 |
</message> |
2908 |
<message> |
|
2909 |
<source>Unable to start server</source> |
|
10341 | 2910 |
<translation>Помилка запуску сервера</translation> |
7801 | 2911 |
</message> |
2912 |
<message> |
|
2913 |
<source>Hedgewars - Error</source> |
|
10341 | 2914 |
<translation>Hedgewars - Помилка</translation> |
7801 | 2915 |
</message> |
2916 |
<message> |
|
2917 |
<source>Hedgewars - Success</source> |
|
10341 | 2918 |
<translation>Hedgewars - Успіх</translation> |
7801 | 2919 |
</message> |
2920 |
<message> |
|
2921 |
<source>All file associations have been set</source> |
|
10341 | 2922 |
<translation>Файлові асоціації встановлено</translation> |
7801 | 2923 |
</message> |
2924 |
<message> |
|
2925 |
<source>Cannot create directory %1</source> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
2926 |
<translation type="obsolete">Не можу створити директорію %1</translation> |
7801 | 2927 |
</message> |
2928 |
<message> |
|
2929 |
<source>Unable to start the server: %1.</source> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
2930 |
<translation type="obsolete">Помилка запуску сервера: %1.</translation> |
7801 | 2931 |
</message> |
2932 |
<message> |
|
2933 |
<source>Video upload - Error</source> |
|
13307 | 2934 |
<translation type="vanished">Надсилання відео - Помилка</translation> |
7801 | 2935 |
</message> |
2936 |
<message> |
|
2937 |
<source>Netgame - Error</source> |
|
10341 | 2938 |
<translation>Мережна гра - Помилка</translation> |
7801 | 2939 |
</message> |
2940 |
<message> |
|
2941 |
<source>Please select a server from the list</source> |
|
10341 | 2942 |
<translation>Виберіть сервер зі списку</translation> |
7801 | 2943 |
</message> |
2944 |
<message> |
|
2945 |
<source>Please enter room name</source> |
|
10341 | 2946 |
<translation>Введіть назву кімнати</translation> |
7801 | 2947 |
</message> |
2948 |
<message> |
|
2949 |
<source>Record Play - Error</source> |
|
12721 | 2950 |
<translation type="vanished">Відтворення запису - Помилка</translation> |
7801 | 2951 |
</message> |
2952 |
<message> |
|
2953 |
<source>Please select record from the list</source> |
|
12721 | 2954 |
<translation type="vanished">Виберіть запис зі списку</translation> |
7801 | 2955 |
</message> |
2956 |
<message> |
|
2957 |
<source>Cannot rename to </source> |
|
12721 | 2958 |
<translation type="vanished">Неможливо перейменувати на </translation> |
7801 | 2959 |
</message> |
2960 |
<message> |
|
2961 |
<source>Cannot delete file </source> |
|
12721 | 2962 |
<translation type="vanished">Неможливо видалити файл </translation> |
7801 | 2963 |
</message> |
2964 |
<message> |
|
2965 |
<source>Room Name - Error</source> |
|
10341 | 2966 |
<translation>Назва кімнати - Помилка</translation> |
7801 | 2967 |
</message> |
2968 |
<message> |
|
2969 |
<source>Please select room from the list</source> |
|
10341 | 2970 |
<translation>Виберіть кімнату зі списку</translation> |
7801 | 2971 |
</message> |
2972 |
<message> |
|
2973 |
<source>Room Name - Are you sure?</source> |
|
10341 | 2974 |
<translation>Назва кімнати - Ви впевнені?</translation> |
7801 | 2975 |
</message> |
2976 |
<message> |
|
2977 |
<source>The game you are trying to join has started. |
|
2978 |
Do you still want to join the room?</source> |
|
10341 | 2979 |
<translation>Гра, до якої ви хочети при'єднатись вже почалась. |
7801 | 2980 |
Ви все ще хочете ввійти в кімнату?</translation> |
2981 |
</message> |
|
2982 |
<message> |
|
2983 |
<source>Schemes - Warning</source> |
|
10341 | 2984 |
<translation>Схеми - Увага</translation> |
7801 | 2985 |
</message> |
2986 |
<message> |
|
2987 |
<source>Schemes - Are you sure?</source> |
|
10341 | 2988 |
<translation>Схеми - Ви впевнені?</translation> |
7801 | 2989 |
</message> |
2990 |
<message> |
|
2991 |
<source>Do you really want to delete the game scheme '%1'?</source> |
|
10341 | 2992 |
<translation>Ви дійсно хочете видалити схему гри '%1'?</translation> |
7801 | 2993 |
</message> |
2994 |
<message> |
|
2995 |
<source>Videos - Are you sure?</source> |
|
10341 | 2996 |
<translation>Відео - Ви впевнені?</translation> |
7801 | 2997 |
</message> |
2998 |
<message> |
|
2999 |
<source>Do you really want to delete the video '%1'?</source> |
|
10341 | 3000 |
<translation>Ви дійсно хочете видалити відео '%1'?</translation> |
7801 | 3001 |
</message> |
3002 |
<message numerus="yes"> |
|
3003 |
<source>Do you really want to remove %1 file(s)?</source> |
|
10341 | 3004 |
<translation> |
3005 |
<numerusform>Ви дійсно хочете видалити '%1' файл?</numerusform> |
|
3006 |
<numerusform>Ви дійсно хочете видалити '%1' файли?</numerusform> |
|
3007 |
<numerusform>Ви дійсно хочете видалити '%1' файлів?</numerusform> |
|
7801 | 3008 |
</translation> |
3009 |
</message> |
|
3010 |
<message> |
|
3011 |
<source>Do you really want to cancel uploading %1?</source> |
|
13307 | 3012 |
<translation type="vanished">Ви дійсно хочете скасувати відсилання %1?</translation> |
7801 | 3013 |
</message> |
3014 |
<message> |
|
3015 |
<source>File error</source> |
|
10341 | 3016 |
<translation>Помилка файлу</translation> |
7801 | 3017 |
</message> |
3018 |
<message> |
|
3019 |
<source>Cannot open '%1' for writing</source> |
|
10341 | 3020 |
<translation>Неможливо відкрити '%1' для запису</translation> |
7801 | 3021 |
</message> |
3022 |
<message> |
|
3023 |
<source>Cannot open '%1' for reading</source> |
|
10341 | 3024 |
<translation>Неможливо відкрити '%1' для читання</translation> |
7801 | 3025 |
</message> |
3026 |
<message> |
|
3027 |
<source>Cannot use the ammo '%1'!</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3028 |
<translation type="vanished">Не можу використати боєприпаси '%1'!</translation> |
7801 | 3029 |
</message> |
3030 |
<message> |
|
3031 |
<source>Weapons - Warning</source> |
|
10341 | 3032 |
<translation>Зброя - Увага</translation> |
7801 | 3033 |
</message> |
3034 |
<message> |
|
3035 |
<source>Cannot overwrite default weapon set '%1'!</source> |
|
10341 | 3036 |
<translation>Неможливо перевизначити типовий набір зброї '%1'!</translation> |
7801 | 3037 |
</message> |
3038 |
<message> |
|
3039 |
<source>Cannot delete default weapon set '%1'!</source> |
|
10341 | 3040 |
<translation>Неможливо видалити типовий набір зброї '%1'!</translation> |
7801 | 3041 |
</message> |
3042 |
<message> |
|
3043 |
<source>Weapons - Are you sure?</source> |
|
10341 | 3044 |
<translation>Зброя - Ви впевнені?</translation> |
7801 | 3045 |
</message> |
3046 |
<message> |
|
3047 |
<source>Do you really want to delete the weapon set '%1'?</source> |
|
10341 | 3048 |
<translation>Ви дійсно хочете видалити набір зброї '%1'?</translation> |
7801 | 3049 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3050 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3051 |
<source>Hedgewars - Nick not registered</source> |
10341 | 3052 |
<translation>Hedgewars - Ім'я не зареєстроване</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3053 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3054 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3055 |
<source>System Information Preview</source> |
10341 | 3056 |
<translation>Перегляд системної інформації</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3057 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3058 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3059 |
<source>Failed to generate captcha</source> |
10341 | 3060 |
<translation>Не вдалось згенерувати капчу</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3061 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3062 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3063 |
<source>Failed to download captcha</source> |
10341 | 3064 |
<translation>Не вдалось завантажити капчу</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3065 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3066 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3067 |
<source>Please fill out all fields. Email is optional.</source> |
10341 | 3068 |
<translation>Заповніть всі поля, е-мейл не обов'язковий.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3069 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3070 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3071 |
<source>Hedgewars - Warning</source> |
10341 | 3072 |
<translation>Hedgewars - Увага</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3073 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3074 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3075 |
<source>Hedgewars - Information</source> |
10341 | 3076 |
<translation>Hedgewars - Інформація</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3077 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3078 |
<message> |
8648 | 3079 |
<source>Not all players are ready</source> |
10341 | 3080 |
<translation>Не всі гравці готові</translation> |
8648 | 3081 |
</message> |
3082 |
<message> |
|
3083 |
<source>Are you sure you want to start this game? |
|
3084 |
Not all players are ready.</source> |
|
10341 | 3085 |
<translation>Ви дійсно хочете розпочати цю гру? |
3086 |
Не всі гравці готові.</translation> |
|
8648 | 3087 |
</message> |
12721 | 3088 |
<message> |
3089 |
<source>Sorry, Hedgewars can't be played with more than 48 hedgehogs. Please try again with fewer hedgehogs. |
|
3090 |
||
3091 |
Current number of hedgehogs: %1</source> |
|
3092 |
<translation type="unfinished"></translation> |
|
3093 |
</message> |
|
3094 |
<message> |
|
3095 |
<source>Teams - Name already taken</source> |
|
3096 |
<translation type="unfinished"></translation> |
|
3097 |
</message> |
|
3098 |
<message> |
|
3099 |
<source>The team name '%1' is already taken, so your team has been renamed to '%2'.</source> |
|
3100 |
<translation type="unfinished"></translation> |
|
3101 |
</message> |
|
3102 |
<message> |
|
3103 |
<source>Please select a file from the list.</source> |
|
3104 |
<translation type="unfinished"></translation> |
|
3105 |
</message> |
|
3106 |
<message> |
|
3107 |
<source>Cannot rename file to %1.</source> |
|
3108 |
<translation type="unfinished"></translation> |
|
3109 |
</message> |
|
3110 |
<message> |
|
3111 |
<source>Cannot delete file %1.</source> |
|
3112 |
<translation type="unfinished"></translation> |
|
3113 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3114 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3115 |
<source>Welcome to Hedgewars</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3116 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3117 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3118 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3119 |
<source>Welcome to Hedgewars! |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3120 |
|
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3121 |
You seem to be new around here. Would you like to play some training missions first to learn the basics of Hedgewars?</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3122 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3123 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3124 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3125 |
<source>Cannot use the weapon scheme '%1'!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3126 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3127 |
</message> |
1258 | 3128 |
</context> |
3129 |
<context> |
|
9756 | 3130 |
<name>QObject</name> |
3131 |
<message> |
|
3132 |
<source>No description available</source> |
|
10341 | 3133 |
<translation>Опис відсутній</translation> |
9756 | 3134 |
</message> |
3135 |
</context> |
|
3136 |
<context> |
|
1258 | 3137 |
<name>QPushButton</name> |
3138 |
<message> |
|
3139 |
<source>default</source> |
|
3140 |
<translation>за замовчуванням</translation> |
|
3141 |
</message> |
|
3142 |
<message> |
|
3143 |
<source>OK</source> |
|
2614 | 3144 |
<translation>Так</translation> |
1258 | 3145 |
</message> |
3146 |
<message> |
|
3147 |
<source>Cancel</source> |
|
3457 | 3148 |
<translation>Скасувати</translation> |
3149 |
</message> |
|
3150 |
<message> |
|
3151 |
<source>Start server</source> |
|
3152 |
<translation>Запустити сервер</translation> |
|
3153 |
</message> |
|
3154 |
<message> |
|
3155 |
<source>Connect</source> |
|
3156 |
<translation>З'єднати</translation> |
|
3157 |
</message> |
|
3158 |
<message> |
|
3159 |
<source>Update</source> |
|
3160 |
<translation>Оновити</translation> |
|
3161 |
</message> |
|
3162 |
<message> |
|
3163 |
<source>Specify</source> |
|
3164 |
<translation>Вказати</translation> |
|
3165 |
</message> |
|
3166 |
<message> |
|
3167 |
<source>Start</source> |
|
3168 |
<translation>Старт</translation> |
|
3169 |
</message> |
|
3170 |
<message> |
|
3171 |
<source>Go!</source> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
3172 |
<translation type="obsolete">Вперед!</translation> |
3457 | 3173 |
</message> |
3174 |
<message> |
|
3175 |
<source>Play demo</source> |
|
3176 |
<translation>Грати демо</translation> |
|
3177 |
</message> |
|
3178 |
<message> |
|
3179 |
<source>Rename</source> |
|
3180 |
<translation>Перейменувати</translation> |
|
1258 | 3181 |
</message> |
3182 |
<message> |
|
3183 |
<source>Delete</source> |
|
3184 |
<translation>Видалити</translation> |
|
3185 |
</message> |
|
1414 | 3186 |
<message> |
3457 | 3187 |
<source>Load</source> |
3188 |
<translation>Завантажити</translation> |
|
3189 |
</message> |
|
3190 |
<message> |
|
4124 | 3191 |
<source>Associate file extensions</source> |
4440 | 3192 |
<translation>Асоціювати файлові розширення</translation> |
4124 | 3193 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
3194 |
<message> |
7679 | 3195 |
<source>More info</source> |
10341 | 3196 |
<translation>Більше інформації</translation> |
7679 | 3197 |
</message> |
3198 |
<message> |
|
3199 |
<source>Set default options</source> |
|
10341 | 3200 |
<translation>Задати типові налаштування</translation> |
7679 | 3201 |
</message> |
3202 |
<message> |
|
3203 |
<source>Open videos directory</source> |
|
10341 | 3204 |
<translation>Відкрити теку з відео</translation> |
7679 | 3205 |
</message> |
3206 |
<message> |
|
3207 |
<source>Play</source> |
|
10341 | 3208 |
<translation>Відтворити</translation> |
7679 | 3209 |
</message> |
3210 |
<message> |
|
3211 |
<source>Upload to YouTube</source> |
|
13307 | 3212 |
<translation type="vanished">Надіслати на YouTube</translation> |
7679 | 3213 |
</message> |
3214 |
<message> |
|
3215 |
<source>Cancel uploading</source> |
|
13307 | 3216 |
<translation type="vanished">Скасувати надсилання</translation> |
7679 | 3217 |
</message> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3218 |
<message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3219 |
<source>Restore default coding parameters</source> |
10341 | 3220 |
<translation>Відновити типові параметри кодування</translation> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3221 |
</message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3222 |
<message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3223 |
<source>Open the video directory in your system</source> |
10341 | 3224 |
<translation>Відкрити теку з відеозаписами у вашій системі</translation> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3225 |
</message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3226 |
<message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3227 |
<source>Play this video</source> |
10341 | 3228 |
<translation>Відтворити це відео</translation> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3229 |
</message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3230 |
<message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3231 |
<source>Delete this video</source> |
10341 | 3232 |
<translation>Видалити це відео</translation> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3233 |
</message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3234 |
<message> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3235 |
<source>Upload this video to your Youtube account</source> |
12721 | 3236 |
<translation type="vanished">Відіслати це відео на ваш акаунт Youtube</translation> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3237 |
</message> |
8788 | 3238 |
<message> |
3239 |
<source>Reset</source> |
|
10341 | 3240 |
<translation>Скинути</translation> |
8788 | 3241 |
</message> |
3242 |
<message> |
|
3243 |
<source>Set the default server port for Hedgewars</source> |
|
10341 | 3244 |
<translation>Задати типовий порт сервера для Hedgewars</translation> |
8788 | 3245 |
</message> |
3246 |
<message> |
|
3247 |
<source>Invite your friends to your server in just 1 click!</source> |
|
10341 | 3248 |
<translation>Запросіть друзів на ваш сервер одним кліком!</translation> |
8788 | 3249 |
</message> |
3250 |
<message> |
|
9360 | 3251 |
<source>Click to copy your unique server URL to your clipboard. Send this link to your friends and they will be able to join you.</source> |
10341 | 3252 |
<translation>Клацніть щоб скопіювати унікальний URL сервера в буфер. Надішліть це посилання друзям, і вони зможуть приєднатися до вас.</translation> |
8788 | 3253 |
</message> |
3254 |
<message> |
|
3255 |
<source>Start private server</source> |
|
10341 | 3256 |
<translation>Запутити приватний сервер</translation> |
8788 | 3257 |
</message> |
12721 | 3258 |
</context> |
3259 |
<context> |
|
3260 |
<name>QSpinBox</name> |
|
3261 |
<message> |
|
3262 |
<source>Specify the bitrate of recorded videos as a multiple of 1024 bits per second</source> |
|
3263 |
<translation type="unfinished"></translation> |
|
3264 |
</message> |
|
1414 | 3265 |
</context> |
3266 |
<context> |
|
8648 | 3267 |
<name>RoomNamePrompt</name> |
3268 |
<message> |
|
3269 |
<source>Enter a name for your room.</source> |
|
10341 | 3270 |
<translation>Вкажіть назву вашої кімнати.</translation> |
8648 | 3271 |
</message> |
3272 |
<message> |
|
3273 |
<source>Cancel</source> |
|
10341 | 3274 |
<translation>Скасувати</translation> |
8648 | 3275 |
</message> |
3276 |
<message> |
|
3277 |
<source>Create room</source> |
|
10341 | 3278 |
<translation>Створити кімнату</translation> |
8648 | 3279 |
</message> |
9756 | 3280 |
<message> |
3281 |
<source>set password</source> |
|
10341 | 3282 |
<translation>задати пароль</translation> |
9756 | 3283 |
</message> |
8648 | 3284 |
</context> |
3285 |
<context> |
|
7679 | 3286 |
<name>RoomsListModel</name> |
3287 |
<message> |
|
3288 |
<source>In progress</source> |
|
10341 | 3289 |
<translation>В процесі</translation> |
7679 | 3290 |
</message> |
3291 |
<message> |
|
3292 |
<source>Room Name</source> |
|
10341 | 3293 |
<translation>Назва Кімнати</translation> |
7679 | 3294 |
</message> |
3295 |
<message> |
|
3296 |
<source>C</source> |
|
12721 | 3297 |
<extracomment>Caption of the column for the number of connected clients in the list of rooms</extracomment> |
10341 | 3298 |
<translation>Кл</translation> |
7679 | 3299 |
</message> |
3300 |
<message> |
|
3301 |
<source>T</source> |
|
12721 | 3302 |
<extracomment>Caption of the column for the number of teams in the list of rooms</extracomment> |
10341 | 3303 |
<translation>Км</translation> |
7679 | 3304 |
</message> |
3305 |
<message> |
|
3306 |
<source>Owner</source> |
|
10341 | 3307 |
<translation>Власник</translation> |
7679 | 3308 |
</message> |
3309 |
<message> |
|
3310 |
<source>Map</source> |
|
10341 | 3311 |
<translation>Карта</translation> |
7679 | 3312 |
</message> |
3313 |
<message> |
|
3314 |
<source>Rules</source> |
|
10341 | 3315 |
<translation>Правила</translation> |
7679 | 3316 |
</message> |
3317 |
<message> |
|
3318 |
<source>Weapons</source> |
|
10341 | 3319 |
<translation>Зброя</translation> |
7679 | 3320 |
</message> |
3321 |
<message> |
|
3322 |
<source>Random Map</source> |
|
10341 | 3323 |
<translation>Випадкова Карта</translation> |
7679 | 3324 |
</message> |
3325 |
<message> |
|
3326 |
<source>Random Maze</source> |
|
10341 | 3327 |
<translation>Випадковий лабіринт</translation> |
7679 | 3328 |
</message> |
3329 |
<message> |
|
3330 |
<source>Hand-drawn</source> |
|
10341 | 3331 |
<translation>Намальована вручну</translation> |
2441 | 3332 |
</message> |
9756 | 3333 |
<message> |
3334 |
<source>Script</source> |
|
10341 | 3335 |
<translation>Скрипт</translation> |
9756 | 3336 |
</message> |
10451 | 3337 |
<message> |
3338 |
<source>Random Perlin</source> |
|
3339 |
<translation type="unfinished"></translation> |
|
3340 |
</message> |
|
11756 | 3341 |
<message> |
3342 |
<source>Forts</source> |
|
3343 |
<translation type="unfinished"></translation> |
|
3344 |
</message> |
|
1258 | 3345 |
</context> |
3346 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3347 |
<name>SeedPrompt</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3348 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3349 |
<source>The map seed is the basis for all random values generated by the game.</source> |
10341 | 3350 |
<translation>Висів карти є основою для всіх випадкових величин, згенерованих грою.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3351 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3352 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3353 |
<source>Cancel</source> |
10341 | 3354 |
<translation>Скасувати</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3355 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3356 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3357 |
<source>Set seed</source> |
10341 | 3358 |
<translation>Вказати висів</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3359 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3360 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3361 |
<source>Close</source> |
10341 | 3362 |
<translation>Закрити</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3363 |
</message> |
11526 | 3364 |
<message> |
3365 |
<source>Seed</source> |
|
3366 |
<translation type="unfinished">Висів</translation> |
|
3367 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3368 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3369 |
<context> |
2394 | 3370 |
<name>SelWeaponWidget</name> |
3371 |
<message> |
|
3457 | 3372 |
<source>Weapon set</source> |
3373 |
<translation>Набір зброї</translation> |
|
2394 | 3374 |
</message> |
3375 |
<message> |
|
3457 | 3376 |
<source>Probabilities</source> |
3377 |
<translation>Ймовірність</translation> |
|
2394 | 3378 |
</message> |
2883 | 3379 |
<message> |
3380 |
<source>Ammo in boxes</source> |
|
3457 | 3381 |
<translation>Боєприпаси в коробках</translation> |
2883 | 3382 |
</message> |
3383 |
<message> |
|
3384 |
<source>Delays</source> |
|
3457 | 3385 |
<translation>Затримки</translation> |
2883 | 3386 |
</message> |
4418 | 3387 |
<message> |
3388 |
<source>new</source> |
|
11833 | 3389 |
<translation type="obsolete">нова</translation> |
4418 | 3390 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
3391 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
3392 |
<source>copy of</source> |
10451 | 3393 |
<translation type="obsolete">копія</translation> |
3394 |
</message> |
|
3395 |
<message> |
|
11833 | 3396 |
<source>New</source> |
3397 |
<translation type="unfinished">Нова</translation> |
|
3398 |
</message> |
|
3399 |
<message> |
|
3400 |
<source>New (%1)</source> |
|
3401 |
<translation type="unfinished"></translation> |
|
3402 |
</message> |
|
3403 |
<message> |
|
3404 |
<source>Copy of %1</source> |
|
3405 |
<translation type="unfinished"></translation> |
|
3406 |
</message> |
|
3407 |
<message> |
|
3408 |
<source>Copy of %1 (%2)</source> |
|
10451 | 3409 |
<translation type="unfinished"></translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4440
diff
changeset
|
3410 |
</message> |
2394 | 3411 |
</context> |
3412 |
<context> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3413 |
<name>TCPBase</name> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3414 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3415 |
<source>Unable to start server at %1.</source> |
10341 | 3416 |
<translation>Неможливо запустити сервер на %1.</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3417 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3418 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3419 |
<source>Unable to run engine at %1 |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3420 |
Error code: %2</source> |
10341 | 3421 |
<translation>Неможливо запустити двигун на %1 |
3422 |
Код помилки: %2</translation> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3423 |
</message> |
10451 | 3424 |
<message> |
3425 |
<source>The game engine died unexpectedly! |
|
3426 |
(exit code %1) |
|
3427 |
||
3428 |
We are very sorry for the inconvenience :( |
|
3429 |
||
3430 |
If this keeps happening, please click the '%2' button in the main menu!</source> |
|
3431 |
<translation type="unfinished"></translation> |
|
3432 |
</message> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3433 |
</context> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8695
diff
changeset
|
3434 |
<context> |
8788 | 3435 |
<name>TeamSelWidget</name> |
3436 |
<message> |
|
3437 |
<source>At least two teams are required to play!</source> |
|
10341 | 3438 |
<translation>Щоб грати потрібно хоча б дві команди!</translation> |
8788 | 3439 |
</message> |
3440 |
</context> |
|
3441 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3442 |
<name>ThemePrompt</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3443 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3444 |
<source>Cancel</source> |
10341 | 3445 |
<translation>Скасувати</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3446 |
</message> |
8648 | 3447 |
<message> |
3448 |
<source>Search for a theme:</source> |
|
10341 | 3449 |
<translation>Шукати тему:</translation> |
8648 | 3450 |
</message> |
3451 |
<message> |
|
3452 |
<source>Use selected theme</source> |
|
10341 | 3453 |
<translation>Використати вибрану тему</translation> |
8648 | 3454 |
</message> |
11526 | 3455 |
<message> |
3456 |
<source>Choose a theme</source> |
|
3457 |
<translation type="unfinished"></translation> |
|
3458 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3459 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3460 |
<context> |
1258 | 3461 |
<name>binds</name> |
3462 |
<message> |
|
3463 |
<source>up</source> |
|
2614 | 3464 |
<translation>вверх</translation> |
1258 | 3465 |
</message> |
3466 |
<message> |
|
3467 |
<source>left</source> |
|
3468 |
<translation>вліво</translation> |
|
3469 |
</message> |
|
3470 |
<message> |
|
3471 |
<source>right</source> |
|
3472 |
<translation>вправо</translation> |
|
3473 |
</message> |
|
3474 |
<message> |
|
3475 |
<source>down</source> |
|
3476 |
<translation>вниз</translation> |
|
3477 |
</message> |
|
3478 |
<message> |
|
3479 |
<source>attack</source> |
|
3480 |
<translation>атака</translation> |
|
3481 |
</message> |
|
3482 |
<message> |
|
3457 | 3483 |
<source>precise aim</source> |
4440 | 3484 |
<translation>точна ціль</translation> |
3457 | 3485 |
</message> |
3486 |
<message> |
|
1258 | 3487 |
<source>put</source> |
3488 |
<translation>вказати</translation> |
|
3489 |
</message> |
|
3490 |
<message> |
|
3491 |
<source>switch</source> |
|
3492 |
<translation>переключити</translation> |
|
3493 |
</message> |
|
3494 |
<message> |
|
3457 | 3495 |
<source>find hedgehog</source> |
10451 | 3496 |
<translation type="obsolete">знайти їжачка</translation> |
3457 | 3497 |
</message> |
3498 |
<message> |
|
3499 |
<source>ammo menu</source> |
|
3500 |
<translation>меню боєприпасів</translation> |
|
3501 |
</message> |
|
3502 |
<message> |
|
1258 | 3503 |
<source>slot 1</source> |
3504 |
<translation>слот 1</translation> |
|
3505 |
</message> |
|
3506 |
<message> |
|
3507 |
<source>slot 2</source> |
|
3508 |
<translation>слот 2</translation> |
|
3509 |
</message> |
|
3510 |
<message> |
|
3511 |
<source>slot 3</source> |
|
3512 |
<translation>слот 3</translation> |
|
3513 |
</message> |
|
3514 |
<message> |
|
3515 |
<source>slot 4</source> |
|
3516 |
<translation>слот 4</translation> |
|
3517 |
</message> |
|
3518 |
<message> |
|
3519 |
<source>slot 5</source> |
|
3520 |
<translation>слот 5</translation> |
|
3521 |
</message> |
|
3522 |
<message> |
|
3523 |
<source>slot 6</source> |
|
3524 |
<translation>слот 6</translation> |
|
3525 |
</message> |
|
3526 |
<message> |
|
3527 |
<source>slot 7</source> |
|
3528 |
<translation>слот 7</translation> |
|
3529 |
</message> |
|
3530 |
<message> |
|
3531 |
<source>slot 8</source> |
|
3532 |
<translation>слот 8</translation> |
|
3533 |
</message> |
|
3534 |
<message> |
|
3457 | 3535 |
<source>slot 9</source> |
3536 |
<translation>слот 9</translation> |
|
3537 |
</message> |
|
3538 |
<message> |
|
1258 | 3539 |
<source>timer 1 sec</source> |
3540 |
<translation>таймер на 1 сек</translation> |
|
3541 |
</message> |
|
3542 |
<message> |
|
3543 |
<source>timer 2 sec</source> |
|
3544 |
<translation>таймер на 2 сек</translation> |
|
3545 |
</message> |
|
3546 |
<message> |
|
3547 |
<source>timer 3 sec</source> |
|
3548 |
<translation>таймер на 3 сек</translation> |
|
3549 |
</message> |
|
3550 |
<message> |
|
3551 |
<source>timer 4 sec</source> |
|
3552 |
<translation>таймер на 4 сек</translation> |
|
3553 |
</message> |
|
3554 |
<message> |
|
3555 |
<source>timer 5 sec</source> |
|
3556 |
<translation>таймер на 5 сек</translation> |
|
3557 |
</message> |
|
3558 |
<message> |
|
3457 | 3559 |
<source>chat</source> |
3560 |
<translation>чат</translation> |
|
1258 | 3561 |
</message> |
3562 |
<message> |
|
3457 | 3563 |
<source>chat history</source> |
3564 |
<translation>історія чату</translation> |
|
1258 | 3565 |
</message> |
3566 |
<message> |
|
3457 | 3567 |
<source>pause</source> |
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3568 |
<translation type="vanished">пауза</translation> |
1258 | 3569 |
</message> |
3570 |
<message> |
|
3457 | 3571 |
<source>confirmation</source> |
3572 |
<translation>підтвердження</translation> |
|
1258 | 3573 |
</message> |
3574 |
<message> |
|
3575 |
<source>volume down</source> |
|
3576 |
<translation>тихіше</translation> |
|
3577 |
</message> |
|
3578 |
<message> |
|
3579 |
<source>volume up</source> |
|
3580 |
<translation>гучніше</translation> |
|
3581 |
</message> |
|
3582 |
<message> |
|
3583 |
<source>change mode</source> |
|
3584 |
<translation>змінити режим</translation> |
|
3585 |
</message> |
|
3586 |
<message> |
|
3457 | 3587 |
<source>capture</source> |
3588 |
<translation>знімок</translation> |
|
1258 | 3589 |
</message> |
3590 |
<message> |
|
3457 | 3591 |
<source>quit</source> |
3592 |
<translation>вихід</translation> |
|
1641 | 3593 |
</message> |
2394 | 3594 |
<message> |
3595 |
<source>zoom in</source> |
|
3457 | 3596 |
<translation>збільшити</translation> |
2394 | 3597 |
</message> |
3598 |
<message> |
|
3599 |
<source>zoom out</source> |
|
3457 | 3600 |
<translation>зменшити</translation> |
2394 | 3601 |
</message> |
3602 |
<message> |
|
3603 |
<source>reset zoom</source> |
|
3457 | 3604 |
<translation>скидання зуму</translation> |
2394 | 3605 |
</message> |
2441 | 3606 |
<message> |
3607 |
<source>long jump</source> |
|
3457 | 3608 |
<translation>стрибок у довжину</translation> |
2441 | 3609 |
</message> |
3610 |
<message> |
|
3611 |
<source>high jump</source> |
|
3457 | 3612 |
<translation>стрибок у висоту</translation> |
2441 | 3613 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
3614 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
3615 |
<source>slot 10</source> |
4440 | 3616 |
<translation>слот 10</translation> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3457
diff
changeset
|
3617 |
</message> |
7679 | 3618 |
<message> |
3619 |
<source>mute audio</source> |
|
10341 | 3620 |
<translation>вимкнути звук</translation> |
7679 | 3621 |
</message> |
3622 |
<message> |
|
3623 |
<source>record</source> |
|
10341 | 3624 |
<translation>запис</translation> |
7679 | 3625 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3626 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3627 |
<source>hedgehog info</source> |
12721 | 3628 |
<translation type="vanished">про їжака</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3629 |
</message> |
10451 | 3630 |
<message> |
3631 |
<source>autocam / find hedgehog</source> |
|
3632 |
<translation type="unfinished"></translation> |
|
3633 |
</message> |
|
3634 |
<message> |
|
3635 |
<source>speed up replay</source> |
|
3636 |
<translation type="unfinished"></translation> |
|
3637 |
</message> |
|
12721 | 3638 |
<message> |
3639 |
<source>toggle team bars</source> |
|
3640 |
<extracomment>This refers to the team info bars (name/flag/health) of all teams. These are shown at the bottom center of the screen</extracomment> |
|
3641 |
<translation type="unfinished"></translation> |
|
3642 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3643 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3644 |
<source>team chat</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3645 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3646 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3647 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3648 |
<source>pause / auto skip</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3649 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3650 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3651 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3652 |
<source>toggle hedgehog tags</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3653 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3654 |
</message> |
2441 | 3655 |
</context> |
3656 |
<context> |
|
3657 |
<name>binds (categories)</name> |
|
3658 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3659 |
<source>Movement</source> |
10341 | 3660 |
<translation>Переміщення</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3661 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3662 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3663 |
<source>Weapons</source> |
10341 | 3664 |
<translation>Зброя</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3665 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3666 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3667 |
<source>Camera</source> |
10341 | 3668 |
<translation>Камера</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3669 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3670 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3671 |
<source>Miscellaneous</source> |
10341 | 3672 |
<translation>Різне</translation> |
2441 | 3673 |
</message> |
3674 |
</context> |
|
3675 |
<context> |
|
3676 |
<name>binds (descriptions)</name> |
|
3677 |
<message> |
|
3678 |
<source>Traverse gaps and obstacles by jumping:</source> |
|
3457 | 3679 |
<translation>Подолання прогалин і перешкод стрибками:</translation> |
2441 | 3680 |
</message> |
3681 |
<message> |
|
3682 |
<source>Fire your selected weapon or trigger an utility item:</source> |
|
3457 | 3683 |
<translation>Вогонь з обраної вами зброї або запуск пристрою:</translation> |
2441 | 3684 |
</message> |
3685 |
<message> |
|
3686 |
<source>Pick a weapon or a target location under the cursor:</source> |
|
3457 | 3687 |
<translation>Вибір зброї або об'єкту, що знаходиться під курсором:</translation> |
2441 | 3688 |
</message> |
3689 |
<message> |
|
3690 |
<source>Switch your currently active hog (if possible):</source> |
|
3457 | 3691 |
<translation>Зміна активного їжака (якщо можливо):</translation> |
2441 | 3692 |
</message> |
3693 |
<message> |
|
3694 |
<source>Pick a weapon or utility item:</source> |
|
3457 | 3695 |
<translation>Вибір зброї або пристрою:</translation> |
2441 | 3696 |
</message> |
3697 |
<message> |
|
3698 |
<source>Set the timer on bombs and timed weapons:</source> |
|
3457 | 3699 |
<translation>Встановлення таймеру на бомбі чи зброї з таймером:</translation> |
2441 | 3700 |
</message> |
3701 |
<message> |
|
3702 |
<source>Move the camera to the active hog:</source> |
|
10451 | 3703 |
<translation type="obsolete">Перемістити камеру до активного їжака:</translation> |
2441 | 3704 |
</message> |
3705 |
<message> |
|
3706 |
<source>Move the cursor or camera without using the mouse:</source> |
|
3457 | 3707 |
<translation>Переміщення курсора або камери без використання миші:</translation> |
2441 | 3708 |
</message> |
3709 |
<message> |
|
3710 |
<source>Modify the camera's zoom level:</source> |
|
3457 | 3711 |
<translation>Приближення або віддалення камери:</translation> |
2441 | 3712 |
</message> |
3713 |
<message> |
|
3714 |
<source>Talk to your team or all participants:</source> |
|
3457 | 3715 |
<translation>Розмова з вашою командою або всіма учасниками:</translation> |
2441 | 3716 |
</message> |
3717 |
<message> |
|
3718 |
<source>Pause, continue or leave your game:</source> |
|
3457 | 3719 |
<translation>Пауза, продовження або вихід з гри:</translation> |
2441 | 3720 |
</message> |
3721 |
<message> |
|
3722 |
<source>Modify the game's volume while playing:</source> |
|
3457 | 3723 |
<translation>Зміна гучності звуку під час гри:</translation> |
2441 | 3724 |
</message> |
3725 |
<message> |
|
3726 |
<source>Toggle fullscreen mode:</source> |
|
3457 | 3727 |
<translation>Перехід в повноекранний режим:</translation> |
2441 | 3728 |
</message> |
3729 |
<message> |
|
3730 |
<source>Take a screenshot:</source> |
|
3457 | 3731 |
<translation>Створення знімку гри:</translation> |
2441 | 3732 |
</message> |
3733 |
<message> |
|
3734 |
<source>Toggle labels above hedgehogs:</source> |
|
12721 | 3735 |
<translation type="vanished">Перемикання надписів над їжаками:</translation> |
2441 | 3736 |
</message> |
7679 | 3737 |
<message> |
3738 |
<source>Record video:</source> |
|
10341 | 3739 |
<translation>Записати відео:</translation> |
7679 | 3740 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3741 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3742 |
<source>Hedgehog movement</source> |
10341 | 3743 |
<translation>Рух їжака</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
7982
diff
changeset
|
3744 |
</message> |
10451 | 3745 |
<message> |
3746 |
<source>Toggle automatic camera / refocus on active hedgehog:</source> |
|
3747 |
<translation type="unfinished"></translation> |
|
3748 |
</message> |
|
3749 |
<message> |
|
3750 |
<source>Demo replay:</source> |
|
3751 |
<translation type="unfinished"></translation> |
|
3752 |
</message> |
|
12721 | 3753 |
<message> |
3754 |
<source>Heads-up display:</source> |
|
3755 |
<translation type="unfinished"></translation> |
|
3756 |
</message> |
|
2441 | 3757 |
</context> |
3758 |
<context> |
|
3759 |
<name>binds (keys)</name> |
|
3760 |
<message> |
|
3761 |
<source>Axis</source> |
|
3457 | 3762 |
<translation type="unfinished"></translation> |
2441 | 3763 |
</message> |
3764 |
<message> |
|
3765 |
<source>(Up)</source> |
|
3457 | 3766 |
<translation>(Вверх)</translation> |
2441 | 3767 |
</message> |
3768 |
<message> |
|
3769 |
<source>(Down)</source> |
|
3457 | 3770 |
<translation>(Вниз)</translation> |
2441 | 3771 |
</message> |
3772 |
<message> |
|
3773 |
<source>Hat</source> |
|
3457 | 3774 |
<translation>Капелюх</translation> |
2441 | 3775 |
</message> |
3776 |
<message> |
|
3777 |
<source>(Left)</source> |
|
3457 | 3778 |
<translation>(Вліво)</translation> |
2441 | 3779 |
</message> |
3780 |
<message> |
|
3781 |
<source>(Right)</source> |
|
3457 | 3782 |
<translation>(Вправо)</translation> |
2441 | 3783 |
</message> |
3784 |
<message> |
|
3785 |
<source>Button</source> |
|
3457 | 3786 |
<translation>Кнопка</translation> |
2441 | 3787 |
</message> |
3788 |
<message> |
|
3789 |
<source>Keyboard</source> |
|
3457 | 3790 |
<translation>Клавіатура</translation> |
2441 | 3791 |
</message> |
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
3792 |
<message> |
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
3793 |
<source>Delete</source> |
4965 | 3794 |
<translation>Видалити</translation> |
3284 | 3795 |
</message> |
3796 |
<message> |
|
3457 | 3797 |
<source>Mouse: Left button</source> |
3798 |
<translation>Мишка: Ліва кнопка</translation> |
|
3799 |
</message> |
|
3800 |
<message> |
|
3284 | 3801 |
<source>Mouse: Middle button</source> |
3457 | 3802 |
<translation>Мишка: Середня кнопка</translation> |
3284 | 3803 |
</message> |
3804 |
<message> |
|
3805 |
<source>Mouse: Right button</source> |
|
3457 | 3806 |
<translation>Мишка: Права кнопка</translation> |
3284 | 3807 |
</message> |
3808 |
<message> |
|
3809 |
<source>Mouse: Wheel up</source> |
|
3457 | 3810 |
<translation>Мишка: Колесо вверх</translation> |
3284 | 3811 |
</message> |
3812 |
<message> |
|
3813 |
<source>Mouse: Wheel down</source> |
|
3457 | 3814 |
<translation>Мишка: Колесо вниз</translation> |
3284 | 3815 |
</message> |
3816 |
<message> |
|
3817 |
<source>Backspace</source> |
|
10341 | 3818 |
<translation>Backspace</translation> |
3284 | 3819 |
</message> |
3820 |
<message> |
|
3821 |
<source>Tab</source> |
|
3457 | 3822 |
<translation>Tab</translation> |
3284 | 3823 |
</message> |
3824 |
<message> |
|
3825 |
<source>Clear</source> |
|
4965 | 3826 |
<translation>Очистити</translation> |
3284 | 3827 |
</message> |
3828 |
<message> |
|
3829 |
<source>Return</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3830 |
<translation type="unfinished"></translation> |
3284 | 3831 |
</message> |
3832 |
<message> |
|
3833 |
<source>Pause</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3834 |
<translation type="unfinished"></translation> |
3284 | 3835 |
</message> |
3836 |
<message> |
|
3837 |
<source>Escape</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3838 |
<translation type="unfinished"></translation> |
3284 | 3839 |
</message> |
3840 |
<message> |
|
3841 |
<source>Space</source> |
|
3457 | 3842 |
<translation>Пробіл</translation> |
3284 | 3843 |
</message> |
3844 |
<message> |
|
3845 |
<source>Numpad 0</source> |
|
10341 | 3846 |
<translation>Numpad 0</translation> |
3284 | 3847 |
</message> |
3848 |
<message> |
|
3849 |
<source>Numpad 1</source> |
|
10341 | 3850 |
<translation>Numpad 1</translation> |
3284 | 3851 |
</message> |
3852 |
<message> |
|
3853 |
<source>Numpad 2</source> |
|
10341 | 3854 |
<translation>Numpad 2</translation> |
3284 | 3855 |
</message> |
3856 |
<message> |
|
3857 |
<source>Numpad 3</source> |
|
10341 | 3858 |
<translation>Numpad 3</translation> |
3284 | 3859 |
</message> |
3860 |
<message> |
|
3861 |
<source>Numpad 4</source> |
|
10341 | 3862 |
<translation>Numpad 4</translation> |
3284 | 3863 |
</message> |
3864 |
<message> |
|
3865 |
<source>Numpad 5</source> |
|
10341 | 3866 |
<translation>Numpad 5</translation> |
3284 | 3867 |
</message> |
3868 |
<message> |
|
3869 |
<source>Numpad 6</source> |
|
10341 | 3870 |
<translation>Numpad 6</translation> |
3284 | 3871 |
</message> |
3872 |
<message> |
|
3873 |
<source>Numpad 7</source> |
|
10341 | 3874 |
<translation>Numpad 7</translation> |
3284 | 3875 |
</message> |
3876 |
<message> |
|
3877 |
<source>Numpad 8</source> |
|
10341 | 3878 |
<translation>Numpad 8</translation> |
3284 | 3879 |
</message> |
3880 |
<message> |
|
3881 |
<source>Numpad 9</source> |
|
10341 | 3882 |
<translation>Numpad 9</translation> |
3284 | 3883 |
</message> |
3884 |
<message> |
|
3885 |
<source>Numpad .</source> |
|
10341 | 3886 |
<translation>Numpad .</translation> |
3284 | 3887 |
</message> |
3888 |
<message> |
|
3889 |
<source>Numpad /</source> |
|
10341 | 3890 |
<translation>Numpad /</translation> |
3284 | 3891 |
</message> |
3892 |
<message> |
|
3893 |
<source>Numpad *</source> |
|
10341 | 3894 |
<translation>Numpad *</translation> |
3284 | 3895 |
</message> |
3896 |
<message> |
|
3897 |
<source>Numpad -</source> |
|
10341 | 3898 |
<translation>Numpad -</translation> |
3284 | 3899 |
</message> |
3900 |
<message> |
|
3901 |
<source>Numpad +</source> |
|
10341 | 3902 |
<translation>Numpad +</translation> |
3284 | 3903 |
</message> |
3904 |
<message> |
|
3905 |
<source>Enter</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3906 |
<translation type="unfinished"></translation> |
3284 | 3907 |
</message> |
3908 |
<message> |
|
3909 |
<source>Equals</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3910 |
<translation type="unfinished"></translation> |
3284 | 3911 |
</message> |
3912 |
<message> |
|
3913 |
<source>Up</source> |
|
3457 | 3914 |
<translation>Вверх</translation> |
3284 | 3915 |
</message> |
3916 |
<message> |
|
3917 |
<source>Down</source> |
|
3457 | 3918 |
<translation>Вниз</translation> |
3284 | 3919 |
</message> |
3920 |
<message> |
|
3921 |
<source>Right</source> |
|
3457 | 3922 |
<translation>Вправо</translation> |
3284 | 3923 |
</message> |
3924 |
<message> |
|
3925 |
<source>Left</source> |
|
3457 | 3926 |
<translation>Вліво</translation> |
3284 | 3927 |
</message> |
3928 |
<message> |
|
3929 |
<source>Insert</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3930 |
<translation type="unfinished"></translation> |
3284 | 3931 |
</message> |
3932 |
<message> |
|
3933 |
<source>Home</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3934 |
<translation type="unfinished"></translation> |
3284 | 3935 |
</message> |
3936 |
<message> |
|
3937 |
<source>End</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3938 |
<translation type="unfinished"></translation> |
3284 | 3939 |
</message> |
3940 |
<message> |
|
3941 |
<source>Page up</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3942 |
<translation type="unfinished"></translation> |
3284 | 3943 |
</message> |
3944 |
<message> |
|
3945 |
<source>Page down</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3946 |
<translation type="unfinished"></translation> |
3284 | 3947 |
</message> |
3948 |
<message> |
|
3949 |
<source>Num lock</source> |
|
10341 | 3950 |
<translation>Num lock</translation> |
3284 | 3951 |
</message> |
3952 |
<message> |
|
3953 |
<source>Caps lock</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3954 |
<translation type="unfinished"></translation> |
3284 | 3955 |
</message> |
3956 |
<message> |
|
3957 |
<source>Scroll lock</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3958 |
<translation type="unfinished"></translation> |
3284 | 3959 |
</message> |
3960 |
<message> |
|
3961 |
<source>Right shift</source> |
|
3457 | 3962 |
<translation>Правий shift</translation> |
3284 | 3963 |
</message> |
3964 |
<message> |
|
3965 |
<source>Left shift</source> |
|
3457 | 3966 |
<translation>Лівий shift</translation> |
3284 | 3967 |
</message> |
3968 |
<message> |
|
3969 |
<source>Right ctrl</source> |
|
3457 | 3970 |
<translation>Правий ctrl</translation> |
3284 | 3971 |
</message> |
3972 |
<message> |
|
3973 |
<source>Left ctrl</source> |
|
3457 | 3974 |
<translation>Лівий ctrl</translation> |
3284 | 3975 |
</message> |
3976 |
<message> |
|
3977 |
<source>Right alt</source> |
|
3457 | 3978 |
<translation>Правий alt</translation> |
3284 | 3979 |
</message> |
3980 |
<message> |
|
3981 |
<source>Left alt</source> |
|
3457 | 3982 |
<translation>Лівий alt</translation> |
3284 | 3983 |
</message> |
3984 |
<message> |
|
3985 |
<source>Right meta</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3986 |
<translation type="unfinished"></translation> |
3284 | 3987 |
</message> |
3988 |
<message> |
|
3989 |
<source>Left meta</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3990 |
<translation type="unfinished"></translation> |
3284 | 3991 |
</message> |
3992 |
<message> |
|
3993 |
<source>A button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3994 |
<translation type="unfinished"></translation> |
3284 | 3995 |
</message> |
3996 |
<message> |
|
3997 |
<source>B button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
3998 |
<translation type="unfinished"></translation> |
3284 | 3999 |
</message> |
4000 |
<message> |
|
4001 |
<source>X button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4002 |
<translation type="unfinished"></translation> |
3284 | 4003 |
</message> |
4004 |
<message> |
|
4005 |
<source>Y button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4006 |
<translation type="unfinished"></translation> |
3284 | 4007 |
</message> |
4008 |
<message> |
|
4009 |
<source>LB button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4010 |
<translation type="unfinished"></translation> |
3284 | 4011 |
</message> |
4012 |
<message> |
|
4013 |
<source>RB button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4014 |
<translation type="unfinished"></translation> |
3284 | 4015 |
</message> |
4016 |
<message> |
|
4017 |
<source>Back button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4018 |
<translation type="unfinished"></translation> |
3284 | 4019 |
</message> |
4020 |
<message> |
|
4021 |
<source>Start button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4022 |
<translation type="unfinished"></translation> |
3284 | 4023 |
</message> |
4024 |
<message> |
|
4025 |
<source>Left stick</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4026 |
<translation type="unfinished"></translation> |
3284 | 4027 |
</message> |
4028 |
<message> |
|
4029 |
<source>Right stick</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4030 |
<translation type="unfinished"></translation> |
3284 | 4031 |
</message> |
4032 |
<message> |
|
4033 |
<source>Left stick (Right)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4034 |
<translation type="unfinished"></translation> |
3284 | 4035 |
</message> |
4036 |
<message> |
|
4037 |
<source>Left stick (Left)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4038 |
<translation type="unfinished"></translation> |
3284 | 4039 |
</message> |
4040 |
<message> |
|
4041 |
<source>Left stick (Down)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4042 |
<translation type="unfinished"></translation> |
3284 | 4043 |
</message> |
4044 |
<message> |
|
4045 |
<source>Left stick (Up)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4046 |
<translation type="unfinished"></translation> |
3284 | 4047 |
</message> |
4048 |
<message> |
|
4049 |
<source>Left trigger</source> |
|
10341 | 4050 |
<translation>Лівий перемикач</translation> |
3284 | 4051 |
</message> |
4052 |
<message> |
|
4053 |
<source>Right trigger</source> |
|
10341 | 4054 |
<translation>Правий перемикач</translation> |
3284 | 4055 |
</message> |
4056 |
<message> |
|
4057 |
<source>Right stick (Down)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4058 |
<translation type="unfinished"></translation> |
3284 | 4059 |
</message> |
4060 |
<message> |
|
4061 |
<source>Right stick (Up)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4062 |
<translation type="unfinished"></translation> |
3284 | 4063 |
</message> |
4064 |
<message> |
|
4065 |
<source>Right stick (Right)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4066 |
<translation type="unfinished"></translation> |
3284 | 4067 |
</message> |
4068 |
<message> |
|
4069 |
<source>Right stick (Left)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4070 |
<translation type="unfinished"></translation> |
3284 | 4071 |
</message> |
4072 |
<message> |
|
4073 |
<source>DPad</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
4074 |
<translation type="unfinished"></translation> |
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
4075 |
</message> |
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2614
diff
changeset
|
4076 |
</context> |
9793 | 4077 |
<context> |
4078 |
<name>server</name> |
|
4079 |
<message> |
|
4080 |
<source>Restricted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4081 |
<translation type="vanished">Обмежено</translation> |
9793 | 4082 |
</message> |
4083 |
<message> |
|
4084 |
<source>Not room master</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4085 |
<translation type="vanished">Не власник кімнати</translation> |
9793 | 4086 |
</message> |
4087 |
<message> |
|
4088 |
<source>Corrupted hedgehogs info</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4089 |
<translation type="vanished">Пошкоджені дані їжака</translation> |
9793 | 4090 |
</message> |
4091 |
<message> |
|
4092 |
<source>too many teams</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4093 |
<translation type="vanished">забагато команд</translation> |
9793 | 4094 |
</message> |
4095 |
<message> |
|
4096 |
<source>too many hedgehogs</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4097 |
<translation type="vanished">забагато їжаків</translation> |
9793 | 4098 |
</message> |
4099 |
<message> |
|
4100 |
<source>There's already a team with same name in the list</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4101 |
<translation type="vanished">Команда з такою назвою вже є у списку</translation> |
9793 | 4102 |
</message> |
4103 |
<message> |
|
4104 |
<source>round in progress</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4105 |
<translation type="vanished">раунд триває</translation> |
9793 | 4106 |
</message> |
4107 |
<message> |
|
4108 |
<source>restricted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4109 |
<translation type="vanished">обмежено</translation> |
9793 | 4110 |
</message> |
4111 |
<message> |
|
4112 |
<source>REMOVE_TEAM: no such team</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4113 |
<translation type="vanished">REMOVE_TEAM: немає такої команди</translation> |
9793 | 4114 |
</message> |
4115 |
<message> |
|
4116 |
<source>Not team owner!</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4117 |
<translation type="vanished">Не власник команди!</translation> |
9793 | 4118 |
</message> |
4119 |
<message> |
|
4120 |
<source>Less than two clans!</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4121 |
<translation type="vanished">Менше двох кланів!</translation> |
9793 | 4122 |
</message> |
4123 |
<message> |
|
4124 |
<source>Illegal room name</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4125 |
<translation type="vanished">неприпустима назва кімнати</translation> |
9793 | 4126 |
</message> |
4127 |
<message> |
|
4128 |
<source>Room with such name already exists</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4129 |
<translation type="vanished">Кімната з такою назвою вже існує</translation> |
9793 | 4130 |
</message> |
4131 |
<message> |
|
4132 |
<source>Nickname already chosen</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4133 |
<translation type="vanished">Нікнейм вже вибрано</translation> |
9793 | 4134 |
</message> |
4135 |
<message> |
|
4136 |
<source>Illegal nickname</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4137 |
<translation type="vanished">недопустимий нікнейм</translation> |
9793 | 4138 |
</message> |
4139 |
<message> |
|
4140 |
<source>Protocol already known</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4141 |
<translation type="vanished">Протокол вже відомий</translation> |
9793 | 4142 |
</message> |
4143 |
<message> |
|
4144 |
<source>Bad number</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4145 |
<translation type="vanished">Погане число</translation> |
9793 | 4146 |
</message> |
4147 |
<message> |
|
4148 |
<source>Nickname is already in use</source> |
|
10341 | 4149 |
<translation>Нікнейм вже використовується</translation> |
9793 | 4150 |
</message> |
4151 |
<message> |
|
4152 |
<source>No checker rights</source> |
|
10341 | 4153 |
<translation>Немає прав контролера</translation> |
9793 | 4154 |
</message> |
4155 |
<message> |
|
4156 |
<source>Authentication failed</source> |
|
10341 | 4157 |
<translation>Помилка авторизації</translation> |
9793 | 4158 |
</message> |
4159 |
<message> |
|
4160 |
<source>60 seconds cooldown after kick</source> |
|
10341 | 4161 |
<translation>60 секунд очікування після копняка</translation> |
9793 | 4162 |
</message> |
4163 |
<message> |
|
4164 |
<source>kicked</source> |
|
10341 | 4165 |
<translation>копнутий</translation> |
9793 | 4166 |
</message> |
4167 |
<message> |
|
4168 |
<source>Ping timeout</source> |
|
10341 | 4169 |
<translation>Час відклику</translation> |
9793 | 4170 |
</message> |
4171 |
<message> |
|
4172 |
<source>bye</source> |
|
10341 | 4173 |
<translation>бувай</translation> |
9793 | 4174 |
</message> |
4175 |
<message> |
|
4176 |
<source>No such room</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4177 |
<translation type="vanished">Немає такої кімнати</translation> |
9793 | 4178 |
</message> |
4179 |
<message> |
|
4180 |
<source>Room version incompatible to your hedgewars version</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4181 |
<translation type="vanished">Версія кімнати несумісна з версією вашої гри</translation> |
9793 | 4182 |
</message> |
4183 |
<message> |
|
4184 |
<source>Joining restricted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4185 |
<translation type="vanished">Вхід обмежено</translation> |
9793 | 4186 |
</message> |
4187 |
<message> |
|
4188 |
<source>Registered users only</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4189 |
<translation type="vanished">Лише для зареєстрованих користувачів</translation> |
9793 | 4190 |
</message> |
4191 |
<message> |
|
4192 |
<source>You are banned in this room</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4193 |
<translation type="vanished">Ви заблоковані в цій кімнаті</translation> |
9793 | 4194 |
</message> |
4195 |
<message> |
|
4196 |
<source>Empty config entry</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4197 |
<translation type="vanished">Порожній конфігураційний запис</translation> |
10451 | 4198 |
</message> |
4199 |
<message> |
|
4200 |
<source>New voting started</source> |
|
4201 |
<translation type="unfinished"></translation> |
|
4202 |
</message> |
|
4203 |
<message> |
|
4204 |
<source>kick</source> |
|
4205 |
<translation type="unfinished"></translation> |
|
4206 |
</message> |
|
4207 |
<message> |
|
4208 |
<source>map</source> |
|
4209 |
<translation type="unfinished"></translation> |
|
4210 |
</message> |
|
4211 |
<message> |
|
4212 |
<source>pause</source> |
|
4213 |
<translation type="unfinished">пауза</translation> |
|
4214 |
</message> |
|
4215 |
<message> |
|
4216 |
<source>Reconnected too fast</source> |
|
4217 |
<translation type="unfinished"></translation> |
|
4218 |
</message> |
|
4219 |
<message> |
|
4220 |
<source>Warning! Chat flood protection activated</source> |
|
4221 |
<translation type="unfinished"></translation> |
|
4222 |
</message> |
|
4223 |
<message> |
|
4224 |
<source>Excess flood</source> |
|
4225 |
<translation type="unfinished"></translation> |
|
4226 |
</message> |
|
4227 |
<message> |
|
4228 |
<source>Game messages flood detected - 1</source> |
|
4229 |
<translation type="unfinished"></translation> |
|
4230 |
</message> |
|
4231 |
<message> |
|
4232 |
<source>Warning! Joins flood protection activated</source> |
|
4233 |
<translation type="unfinished"></translation> |
|
4234 |
</message> |
|
4235 |
<message> |
|
11526 | 4236 |
<source>new seed</source> |
4237 |
<translation type="unfinished"></translation> |
|
4238 |
</message> |
|
4239 |
<message> |
|
4240 |
<source>/maxteams: specify number from 2 to 8</source> |
|
4241 |
<translation type="unfinished"></translation> |
|
4242 |
</message> |
|
4243 |
<message> |
|
4244 |
<source>Available callvote commands: kick <nickname>, map <name>, pause, newseed, hedgehogs</source> |
|
4245 |
<translation type="unfinished"></translation> |
|
4246 |
</message> |
|
4247 |
<message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4248 |
<source>The game can't be started with less than two clans!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4249 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4250 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4251 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4252 |
<source>Empty config entry.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4253 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4254 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4255 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4256 |
<source>Access denied.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4257 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4258 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4259 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4260 |
<source>You're not the room master!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4261 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4262 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4263 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4264 |
<source>Corrupted hedgehogs info!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4265 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4266 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4267 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4268 |
<source>Too many teams!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4269 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4270 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4271 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4272 |
<source>Too many hedgehogs!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4273 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4274 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4275 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4276 |
<source>There's already a team with same name in the list.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4277 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4278 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4279 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4280 |
<source>Joining not possible: Round is in progress.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4281 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4282 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4283 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4284 |
<source>This room currently does not allow adding new teams.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4285 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4286 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4287 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4288 |
<source>Error: The team you tried to remove does not exist.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4289 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4290 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4291 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4292 |
<source>You can't remove a team you don't own.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4293 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4294 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4295 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4296 |
<source>Illegal room name! The room name must be between 1-40 characters long, must not have a trailing or leading space and must not have any of these characters: $()*+?[]^{|}</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4297 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4298 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4299 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4300 |
<source>A room with the same name already exists.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4301 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4302 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4303 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4304 |
<source>/callvote kick: You need to specify a nickname.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4305 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4306 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4307 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4308 |
<source>/callvote kick: No such user!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4309 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4310 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4311 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4312 |
<source>/callvote map: No such map!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4313 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4314 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4315 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4316 |
<source>/callvote pause: No game in progress!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4317 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4318 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4319 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4320 |
<source>/callvote hedgehogs: Specify number from 1 to 8.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4321 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4322 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4323 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4324 |
<source>Illegal room name! A room name must be between 1-40 characters long, must not have a trailing or leading space and must not have any of these characters: $()*+?[]^{|}</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4325 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4326 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4327 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4328 |
<source>No such room.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4329 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4330 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4331 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4332 |
<source>Room version incompatible to your Hedgewars version!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4333 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4334 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4335 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4336 |
<source>Access denied. This room currently doesn't allow joining.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4337 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4338 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4339 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4340 |
<source>Access denied. This room is for registered users only.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4341 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4342 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4343 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4344 |
<source>You are banned from this room.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4345 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4346 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4347 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4348 |
<source>Nickname already provided.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4349 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4350 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4351 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4352 |
<source>Illegal nickname! Nicknames must be between 1-40 characters long, must not have a trailing or leading space and must not have any of these characters: $()*+?[]^{|}</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4353 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4354 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4355 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4356 |
<source>Protocol already known.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4357 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4358 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4359 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4360 |
<source>Bad number.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4361 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4362 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4363 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4364 |
<source>There's no voting going on.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4365 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4366 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4367 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4368 |
<source>You already have voted.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4369 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4370 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4371 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4372 |
<source>Your vote has been counted.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4373 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4374 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4375 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4376 |
<source>Voting closed.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4377 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4378 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4379 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4380 |
<source>Pause toggled.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4381 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4382 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4383 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4384 |
<source>Voting expired.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4385 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4386 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4387 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4388 |
<source>hedgehogs per team: </source> |
11526 | 4389 |
<translation type="unfinished"></translation> |
4390 |
</message> |
|
9793 | 4391 |
</context> |
1258 | 4392 |
</TS> |