author | Henek |
Sat, 11 Dec 2010 14:03:49 +0100 | |
changeset 4506 | 37744d5c877e |
parent 4418 | c4ce66435305 |
child 4600 | 5a3b1dbdd4c9 |
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:
2545
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:
2545
diff
changeset
|
2 |
<!DOCTYPE TS> |
2657
fce353f8b75a
Add language to each ts file, rerun disabling of teams.
nemo
parents:
2656
diff
changeset
|
3 |
<TS version="2.0" language="tr_TR"> |
2030 | 4 |
<context> |
5 |
<name>AmmoSchemeModel</name> |
|
6 |
<message> |
|
7 |
<source>new</source> |
|
2543 | 8 |
<translation>yeni</translation> |
2030 | 9 |
</message> |
10 |
</context> |
|
1803 | 11 |
<context> |
3284 | 12 |
<name>FreqSpinBox</name> |
13 |
<message> |
|
14 |
<source>Never</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
15 |
<translation type="unfinished"></translation> |
3284 | 16 |
</message> |
17 |
<message numerus="yes"> |
|
18 |
<source>Every %1 turn</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
19 |
<translation type="unfinished"> |
3284 | 20 |
<numerusform></numerusform> |
21 |
</translation> |
|
22 |
</message> |
|
23 |
</context> |
|
24 |
<context> |
|
1803 | 25 |
<name>GameCFGWidget</name> |
26 |
<message> |
|
2030 | 27 |
<source>Edit weapons</source> |
2543 | 28 |
<translation>Silahları düzenle</translation> |
2030 | 29 |
</message> |
30 |
<message> |
|
1803 | 31 |
<source>Error</source> |
32 |
<translation>Hata</translation> |
|
33 |
</message> |
|
34 |
<message> |
|
35 |
<source>Illegal ammo scheme</source> |
|
36 |
<translation>Uygunsuz cephane düzeni</translation> |
|
37 |
</message> |
|
1900 | 38 |
<message> |
39 |
<source>Edit schemes</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
40 |
<translation>Düzeni değiştir</translation> |
1900 | 41 |
</message> |
4259 | 42 |
<message> |
4418 | 43 |
<source>When this option is enabled selecting a game scheme will auto-select a weapon</source> |
4259 | 44 |
<translation type="unfinished"></translation> |
45 |
</message> |
|
1803 | 46 |
</context> |
47 |
<context> |
|
2883 | 48 |
<name>HWChatWidget</name> |
49 |
<message> |
|
50 |
<source>%1 *** %2 has been removed from your ignore list</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
51 |
<translation type="unfinished"></translation> |
2883 | 52 |
</message> |
53 |
<message> |
|
54 |
<source>%1 *** %2 has been added to your ignore list</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
55 |
<translation type="unfinished"></translation> |
2883 | 56 |
</message> |
57 |
<message> |
|
58 |
<source>%1 *** %2 has been removed from your friends list</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
59 |
<translation type="unfinished"></translation> |
2883 | 60 |
</message> |
61 |
<message> |
|
62 |
<source>%1 *** %2 has been added to your friends list</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
63 |
<translation type="unfinished"></translation> |
2883 | 64 |
</message> |
65 |
</context> |
|
66 |
<context> |
|
1803 | 67 |
<name>HWForm</name> |
68 |
<message> |
|
69 |
<source>new</source> |
|
4418 | 70 |
<translation type="obsolete">yeni</translation> |
1803 | 71 |
</message> |
72 |
<message> |
|
73 |
<source>Error</source> |
|
74 |
<translation>Hata</translation> |
|
75 |
</message> |
|
76 |
<message> |
|
77 |
<source>OK</source> |
|
78 |
<translation>Tamam</translation> |
|
79 |
</message> |
|
80 |
<message> |
|
81 |
<source>Unable to start the server</source> |
|
82 |
<translation>Sunucu başlatılamadı</translation> |
|
83 |
</message> |
|
84 |
<message> |
|
85 |
<source>Cannot save record to file %1</source> |
|
86 |
<translation>Kayıt %1 dosyasına yazılamadı</translation> |
|
87 |
</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:
2545
diff
changeset
|
88 |
<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:
2545
diff
changeset
|
89 |
<source>Please select record from the list above</source> |
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:
2545
diff
changeset
|
90 |
<translation>Lütfen üstteki listeden kaydı seçin</translation> |
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:
2545
diff
changeset
|
91 |
</message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
92 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
93 |
<source>DefaultTeam</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
94 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
95 |
</message> |
4124 | 96 |
<message> |
97 |
<source>Hedgewars Demo File</source> |
|
98 |
<comment>File Types</comment> |
|
99 |
<translation type="unfinished"></translation> |
|
100 |
</message> |
|
101 |
<message> |
|
102 |
<source>Hedgewars Save File</source> |
|
103 |
<comment>File Types</comment> |
|
104 |
<translation type="unfinished"></translation> |
|
105 |
</message> |
|
1803 | 106 |
</context> |
107 |
<context> |
|
108 |
<name>HWGame</name> |
|
109 |
<message> |
|
110 |
<source>en.txt</source> |
|
111 |
<translation>tr.txt</translation> |
|
112 |
</message> |
|
113 |
<message> |
|
114 |
<source>Cannot open demofile %1</source> |
|
115 |
<translation>Gösteri dosyası açılamadı %1</translation> |
|
116 |
</message> |
|
117 |
</context> |
|
118 |
<context> |
|
119 |
<name>HWMapContainer</name> |
|
120 |
<message> |
|
121 |
<source>Map</source> |
|
122 |
<translation>Harita</translation> |
|
123 |
</message> |
|
124 |
<message> |
|
125 |
<source>Themes</source> |
|
126 |
<translation>Temalar</translation> |
|
127 |
</message> |
|
128 |
<message> |
|
129 |
<source>Filter</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
130 |
<translation>Filtre</translation> |
1803 | 131 |
</message> |
132 |
<message> |
|
133 |
<source>All</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
134 |
<translation>Tümü</translation> |
1803 | 135 |
</message> |
136 |
<message> |
|
137 |
<source>Small</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
138 |
<translation>Küçük</translation> |
1803 | 139 |
</message> |
140 |
<message> |
|
141 |
<source>Medium</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
142 |
<translation>Orta</translation> |
1803 | 143 |
</message> |
144 |
<message> |
|
145 |
<source>Large</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
146 |
<translation>Büyük</translation> |
1803 | 147 |
</message> |
148 |
<message> |
|
149 |
<source>Cavern</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
150 |
<translation>Mağara</translation> |
1803 | 151 |
</message> |
152 |
<message> |
|
153 |
<source>Wacky</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
154 |
<translation>Uçuk Kaçık</translation> |
1803 | 155 |
</message> |
3163 | 156 |
<message> |
3181 | 157 |
<source>Type</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
158 |
<translation type="unfinished"></translation> |
3181 | 159 |
</message> |
160 |
<message> |
|
161 |
<source>Small tunnels</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
162 |
<translation type="unfinished"></translation> |
3181 | 163 |
</message> |
164 |
<message> |
|
165 |
<source>Medium tunnels</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
166 |
<translation type="unfinished"></translation> |
3181 | 167 |
</message> |
168 |
<message> |
|
169 |
<source>Large tunnels</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
170 |
<translation type="unfinished"></translation> |
3181 | 171 |
</message> |
172 |
<message> |
|
173 |
<source>Small floating islands</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
174 |
<translation type="unfinished"></translation> |
3181 | 175 |
</message> |
176 |
<message> |
|
177 |
<source>Medium floating islands</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
178 |
<translation type="unfinished"></translation> |
3181 | 179 |
</message> |
180 |
<message> |
|
181 |
<source>Large floating islands</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
182 |
<translation type="unfinished"></translation> |
3163 | 183 |
</message> |
1803 | 184 |
</context> |
185 |
<context> |
|
186 |
<name>HWNetServersModel</name> |
|
187 |
<message> |
|
188 |
<source>Title</source> |
|
189 |
<translation>Başlık</translation> |
|
190 |
</message> |
|
191 |
<message> |
|
192 |
<source>IP</source> |
|
193 |
<translation>IP</translation> |
|
194 |
</message> |
|
195 |
<message> |
|
196 |
<source>Port</source> |
|
197 |
<translation>Port</translation> |
|
198 |
</message> |
|
199 |
</context> |
|
200 |
<context> |
|
201 |
<name>HWNewNet</name> |
|
202 |
<message> |
|
203 |
<source>The host was not found. Please check the host name and port settings.</source> |
|
204 |
<translation>Kurucu bilgisayar bulunamadı. Lütfen bilgisayar adı ve portu ayarlarınızı kontrol edin.</translation> |
|
205 |
</message> |
|
206 |
<message> |
|
207 |
<source>Connection refused</source> |
|
208 |
<translation>Bağlantı reddedildi</translation> |
|
209 |
</message> |
|
210 |
<message> |
|
211 |
<source>Room destroyed</source> |
|
212 |
<translation>Oda kapatıldı</translation> |
|
213 |
</message> |
|
214 |
<message> |
|
215 |
<source>Quit reason: </source> |
|
216 |
<translation>Çıkma sebebi:</translation> |
|
217 |
</message> |
|
1900 | 218 |
<message> |
219 |
<source>You got kicked</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
220 |
<translation>Kovuldunuz</translation> |
1900 | 221 |
</message> |
222 |
<message> |
|
223 |
<source>Password</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
224 |
<translation>Parola</translation> |
1900 | 225 |
</message> |
226 |
<message> |
|
2441 | 227 |
<source>%1 *** %2 has joined the room</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
228 |
<translation type="unfinished"></translation> |
2441 | 229 |
</message> |
230 |
<message> |
|
231 |
<source>%1 *** %2 has joined</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
232 |
<translation type="unfinished"></translation> |
2441 | 233 |
</message> |
234 |
<message> |
|
2543 | 235 |
<source>%1 *** %2 has left</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
236 |
<translation type="unfinished"></translation> |
2543 | 237 |
</message> |
238 |
<message> |
|
2442 | 239 |
<source>%1 *** %2 has left (%3)</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
240 |
<translation type="unfinished"></translation> |
2441 | 241 |
</message> |
242 |
<message> |
|
2543 | 243 |
<source>Your nickname %1 is |
244 |
registered on Hedgewars.org |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
245 |
Please provide your password below |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
246 |
or pick another nickname in game config:</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
247 |
<translation type="unfinished"></translation> |
2441 | 248 |
</message> |
1803 | 249 |
</context> |
250 |
<context> |
|
251 |
<name>KB</name> |
|
252 |
<message> |
|
253 |
<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> |
|
254 |
<translation>SDL_ttf yazıyı yorumlarken hata verdi. Bu büyük ihtimalle freetype2'deki bir hatadan kaynaklanıyor. Freetype kurulumunuzu güncellemenizi öneririz.</translation> |
|
255 |
</message> |
|
256 |
</context> |
|
257 |
<context> |
|
1933 | 258 |
<name>PageAdmin</name> |
259 |
<message> |
|
260 |
<source>Server message:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
261 |
<translation type="obsolete">Sunucu iletisi:</translation> |
1933 | 262 |
</message> |
263 |
<message> |
|
264 |
<source>Set message</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
265 |
<translation type="obsolete">İletiyi ayarla</translation> |
1933 | 266 |
</message> |
2158
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2103
diff
changeset
|
267 |
<message> |
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2103
diff
changeset
|
268 |
<source>Clear Accounts Cache</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
269 |
<translation type="unfinished"></translation> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
270 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
271 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
272 |
<source>Fetch data</source> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
273 |
<translation type="unfinished"></translation> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
274 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
275 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
276 |
<source>Server message for latest version:</source> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
277 |
<translation type="unfinished"></translation> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
278 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
279 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
280 |
<source>Server message for previous versions:</source> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
281 |
<translation type="unfinished"></translation> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
282 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
283 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
284 |
<source>Latest version protocol number:</source> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
285 |
<translation type="unfinished"></translation> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
286 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
287 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
288 |
<source>MOTD preview:</source> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
289 |
<translation type="unfinished"></translation> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
290 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
291 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
292 |
<source>Set data</source> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
293 |
<translation type="unfinished"></translation> |
2158
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2103
diff
changeset
|
294 |
</message> |
1933 | 295 |
</context> |
296 |
<context> |
|
297 |
<name>PageConnecting</name> |
|
298 |
<message> |
|
299 |
<source>Connecting...</source> |
|
2543 | 300 |
<translation>Bağlanıyor...</translation> |
1933 | 301 |
</message> |
302 |
</context> |
|
303 |
<context> |
|
1803 | 304 |
<name>PageEditTeam</name> |
305 |
<message> |
|
306 |
<source>General</source> |
|
307 |
<translation>Genel</translation> |
|
308 |
</message> |
|
309 |
<message> |
|
310 |
<source>Advanced</source> |
|
311 |
<translation>Gelişmiş</translation> |
|
312 |
</message> |
|
313 |
</context> |
|
314 |
<context> |
|
315 |
<name>PageGameStats</name> |
|
316 |
<message> |
|
317 |
<source><p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p></source> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
318 |
<translation type="obsolete"><p>En iyi atış ödülünü <b>%2</b> puanla <b>%1</b> kazandı.</p></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
319 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
320 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
321 |
<source>Details</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
322 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
323 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
324 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
325 |
<source>Health graph</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
326 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
327 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
328 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
329 |
<source>Ranking</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
330 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
331 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
332 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
333 |
<source>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
334 |
<translation type="unfinished"></translation> |
1803 | 335 |
</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:
2545
diff
changeset
|
336 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
337 |
<source>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
338 |
<translation type="unfinished"> |
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:
2545
diff
changeset
|
339 |
<numerusform></numerusform> |
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:
2545
diff
changeset
|
340 |
</translation> |
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:
2545
diff
changeset
|
341 |
</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:
2545
diff
changeset
|
342 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
343 |
<source>A total of <b>%1</b> hedgehog(s) were killed during this round.</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
344 |
<translation type="unfinished"> |
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:
2545
diff
changeset
|
345 |
<numerusform></numerusform> |
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:
2545
diff
changeset
|
346 |
</translation> |
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:
2545
diff
changeset
|
347 |
</message> |
4176 | 348 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
349 |
<source>(%1 kill)</source> |
4176 | 350 |
<translation type="unfinished"> |
351 |
<numerusform></numerusform> |
|
352 |
</translation> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
353 |
</message> |
4177 | 354 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
355 |
<source><b>%1</b> thought it's good to shoot his own hedgehogs with <b>%2</b> pts.</source> |
4177 | 356 |
<translation type="unfinished"> |
357 |
<numerusform></numerusform> |
|
358 |
</translation> |
|
359 |
</message> |
|
360 |
<message numerus="yes"> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
361 |
<source><b>%1</b> killed <b>%2</b> of his own hedgehogs.</source> |
4177 | 362 |
<translation type="unfinished"> |
363 |
<numerusform></numerusform> |
|
364 |
</translation> |
|
365 |
</message> |
|
366 |
<message numerus="yes"> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
367 |
<source><b>%1</b> was scared and skipped turn <b>%2</b> times.</source> |
4177 | 368 |
<translation type="unfinished"> |
369 |
<numerusform></numerusform> |
|
370 |
</translation> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
371 |
</message> |
1803 | 372 |
</context> |
373 |
<context> |
|
374 |
<name>PageMain</name> |
|
375 |
<message> |
|
376 |
<source>Local Game (Play a game on a single computer)</source> |
|
377 |
<translation>Yerel Oyun (Tek bilgisayarda oyna)</translation> |
|
378 |
</message> |
|
379 |
<message> |
|
380 |
<source>Network Game (Play a game across a network)</source> |
|
381 |
<translation>Ağ Oyunu (Bir bilgisayar ağı üzerinde oyna)</translation> |
|
382 |
</message> |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
383 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
384 |
<source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they'll win or lose together.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
385 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
386 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
387 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
388 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
389 |
<source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
390 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
391 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
392 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
393 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
394 |
<source>If you're unsure what to do and don't want to waste ammo, skip one round. But don't let too much time pass as there will be Sudden Death!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
395 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
396 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
397 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
398 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
399 |
<source>If you'd like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
400 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
401 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
402 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
403 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
404 |
<source>You're bored of default gameplay? Try one of the missions - they'll offer different gameplay depending on the one you picked.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
405 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
406 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
407 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
408 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
409 |
<source>By default the game will always record the last game played as a demo. Select 'Local Game' and pick the 'Demos' button on the lower right corner to play or manage them.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
410 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
411 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
412 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
413 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
414 |
<source>Hedgewars is Open Source and Freeware we create in our spare time. If you've got problems, ask on our forums but please don't expect 24/7 support!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
415 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
416 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
417 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
418 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
419 |
<source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
420 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
421 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
422 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
423 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
424 |
<source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
425 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
426 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
427 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
428 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
429 |
<source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
430 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
431 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
432 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
433 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
434 |
<source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
435 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
436 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
437 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
438 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
439 |
<source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
440 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
441 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
442 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
443 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
444 |
<source>Always remember you're able to set up your own games in local and network/online play. You're not restricted to the 'Simple Game' option.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
445 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
446 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
447 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
448 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
449 |
<source>While playing you should give yourself a short break at least once an hour.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
450 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
451 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
452 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
453 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
454 |
<source>If your graphics card isn't able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
455 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
456 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
457 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
458 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
459 |
<source>We're open to suggestions and constructive feedback. If you don't like something or got a great idea, let us know!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
460 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
461 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
462 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
463 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
464 |
<source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
465 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
466 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
467 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
468 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
469 |
<source>Special game modes such as 'Vampirism' or 'Karma' allow you to develop completely new tactics. Try them in a custom game!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
470 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
471 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
472 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
473 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
474 |
<source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
475 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
476 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
477 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
478 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
479 |
<source>You should never install Hedgewars on computers you don't own (school, university, work, etc.). Please ask the responsible person instead!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
480 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
481 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
482 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
483 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
484 |
<source>Hedgewars can be perfect for short games during breaks. Just ensure you don't add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
485 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
486 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
487 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
488 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
489 |
<source>No hedgehogs were harmed in making this game.</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
490 |
<comment>Tips</comment> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
491 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
492 |
</message> |
3683
8d3b483c6949
Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents:
3503
diff
changeset
|
493 |
<message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
494 |
<source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
495 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
496 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
497 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
498 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
499 |
<source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
500 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
501 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
502 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
503 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
504 |
<source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
505 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
506 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
507 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
508 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
509 |
<source>If your graphics card isn't able to provide hardware accelerated OpenGL, try to update the associated drivers.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
510 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
511 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
512 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
513 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
514 |
<source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
515 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
516 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
517 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
518 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
519 |
<source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
520 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
521 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
522 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
523 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
524 |
<source>Some weapons require special strategies or just lots of training, so don't give up on a particular tool if you miss an enemy once.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
525 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
526 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
527 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
528 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
529 |
<source>Most weapons won't work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
530 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
531 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
532 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
533 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
534 |
<source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
535 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
536 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
537 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
538 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
539 |
<source>The Piano Strike is the most damaging air strike. You'll lose the hedgehog performing it, so there's a huge downside as well.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
540 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
541 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
542 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
543 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
544 |
<source>The Homing Bee can be tricky to use. It's turn radius depends on it's velocity, so try to not use full power.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
545 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
546 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
547 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
548 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
549 |
<source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
550 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
551 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
552 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
553 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
554 |
<source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
555 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
556 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
557 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
558 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
559 |
<source>If you're stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
560 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
561 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
562 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
563 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
564 |
<source>The Cake's maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
565 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
566 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
567 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
568 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
569 |
<source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
570 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
571 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
572 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
573 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
574 |
<source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
575 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
576 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
577 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
578 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
579 |
<source>Want to know who's behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
580 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
581 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
582 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
583 |
<message> |
4031
cff30accecdd
remove the steam community group from one of the tips/hints/whatever
sheepluva (and totally not Smaxx)
parents:
3918
diff
changeset
|
584 |
<source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
585 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
586 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
587 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
588 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
589 |
<source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you'll have to share them somewhere to use them online.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
590 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
591 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
592 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
593 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
594 |
<source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
595 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
596 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
597 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
598 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
599 |
<source>Keep your video card drivers up to date to avoid issues playing the game.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
600 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
601 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
602 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
603 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
604 |
<source>You can find your Hedgewars configuration files under "My Documents\Hedgewars". Create backups or take the files with you, but don't edit them by hand.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
605 |
<comment>Tips</comment> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
606 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
607 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
608 |
<message> |
4124 | 609 |
<source>You're able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source> |
610 |
<comment>Tips</comment> |
|
611 |
<translation type="unfinished"></translation> |
|
612 |
</message> |
|
4180 | 613 |
<message> |
614 |
<source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don't touch the ground you'll reuse your rope without wasting ammo!</source> |
|
615 |
<comment>Tips</comment> |
|
616 |
<translation type="unfinished"></translation> |
|
617 |
</message> |
|
4259 | 618 |
<message> |
619 |
<source>You can find your Hedgewars configuration files under "Library/Application Support/Hedgewars" in your home directory. Create backups or take the files with you, but don't edit them by hand.</source> |
|
620 |
<comment>Tips</comment> |
|
621 |
<translation type="unfinished"></translation> |
|
622 |
</message> |
|
623 |
<message> |
|
624 |
<source>You can find your Hedgewars configuration files under ".hedgewars" in your home directory. Create backups or take the files with you, but don't edit them by hand.</source> |
|
625 |
<comment>Tips</comment> |
|
626 |
<translation type="unfinished"></translation> |
|
627 |
</message> |
|
1803 | 628 |
</context> |
629 |
<context> |
|
630 |
<name>PageMultiplayer</name> |
|
631 |
<message> |
|
632 |
<source>Start</source> |
|
633 |
<translation>Başla</translation> |
|
634 |
</message> |
|
635 |
</context> |
|
636 |
<context> |
|
637 |
<name>PageNet</name> |
|
638 |
<message> |
|
639 |
<source>Error</source> |
|
640 |
<translation>Hata</translation> |
|
641 |
</message> |
|
642 |
<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:
2545
diff
changeset
|
643 |
<source>Please select server from the list above</source> |
1803 | 644 |
<translation>Lütfen üstteki listeden bir sunucu seçin</translation> |
645 |
</message> |
|
646 |
</context> |
|
647 |
<context> |
|
648 |
<name>PageNetGame</name> |
|
649 |
<message> |
|
650 |
<source>Control</source> |
|
651 |
<translation>Kontrol</translation> |
|
652 |
</message> |
|
653 |
</context> |
|
654 |
<context> |
|
1952 | 655 |
<name>PageNetType</name> |
656 |
<message> |
|
657 |
<source>LAN game</source> |
|
2543 | 658 |
<translation>LAN oyunu</translation> |
1952 | 659 |
</message> |
660 |
<message> |
|
661 |
<source>Official server</source> |
|
2543 | 662 |
<translation>Resmi sunucu</translation> |
1952 | 663 |
</message> |
664 |
</context> |
|
665 |
<context> |
|
1803 | 666 |
<name>PageOptions</name> |
667 |
<message> |
|
668 |
<source>New team</source> |
|
669 |
<translation>Yeni takım</translation> |
|
670 |
</message> |
|
671 |
<message> |
|
672 |
<source>Edit team</source> |
|
673 |
<translation>Takımı düzenle</translation> |
|
674 |
</message> |
|
675 |
<message> |
|
3163 | 676 |
<source>Delete team</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
677 |
<translation type="unfinished"></translation> |
3163 | 678 |
</message> |
679 |
<message> |
|
4418 | 680 |
<source>You can't edit teams from team selection. Go back to main menu to add, edit or delete teams.</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
681 |
<translation type="unfinished"></translation> |
3163 | 682 |
</message> |
683 |
<message> |
|
4418 | 684 |
<source>New scheme</source> |
685 |
<translation type="unfinished"></translation> |
|
686 |
</message> |
|
687 |
<message> |
|
688 |
<source>Edit scheme</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
689 |
<translation type="unfinished"></translation> |
3163 | 690 |
</message> |
691 |
<message> |
|
4418 | 692 |
<source>Delete scheme</source> |
693 |
<translation type="unfinished"></translation> |
|
694 |
</message> |
|
695 |
<message> |
|
696 |
<source>New weapon set</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
697 |
<translation type="unfinished"></translation> |
1803 | 698 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
699 |
<message> |
4418 | 700 |
<source>Edit weapon set</source> |
701 |
<translation type="unfinished"></translation> |
|
702 |
</message> |
|
703 |
<message> |
|
704 |
<source>Delete weapon set</source> |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
705 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
706 |
</message> |
1803 | 707 |
</context> |
708 |
<context> |
|
709 |
<name>PagePlayDemo</name> |
|
710 |
<message> |
|
711 |
<source>Error</source> |
|
712 |
<translation>Hata</translation> |
|
713 |
</message> |
|
714 |
<message> |
|
715 |
<source>OK</source> |
|
716 |
<translation>Tamam</translation> |
|
717 |
</message> |
|
718 |
<message> |
|
719 |
<source>Rename dialog</source> |
|
720 |
<translation>Yeniden adlandırma</translation> |
|
721 |
</message> |
|
722 |
<message> |
|
723 |
<source>Enter new file name:</source> |
|
724 |
<translation>Yeni dosya adını girin:</translation> |
|
725 |
</message> |
|
726 |
<message> |
|
727 |
<source>Cannot rename to</source> |
|
728 |
<translation>Adlandırılamıyor</translation> |
|
729 |
</message> |
|
730 |
<message> |
|
731 |
<source>Cannot delete file</source> |
|
732 |
<translation>Dosya silinemiyor</translation> |
|
733 |
</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:
2545
diff
changeset
|
734 |
<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:
2545
diff
changeset
|
735 |
<source>Please select record from the list</source> |
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:
2545
diff
changeset
|
736 |
<translation>Lütfen listeden kaydı seçin</translation> |
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:
2545
diff
changeset
|
737 |
</message> |
1803 | 738 |
</context> |
739 |
<context> |
|
740 |
<name>PageRoomsList</name> |
|
741 |
<message> |
|
742 |
<source>Create</source> |
|
743 |
<translation>Oluştur</translation> |
|
744 |
</message> |
|
745 |
<message> |
|
746 |
<source>Join</source> |
|
747 |
<translation>Katıl</translation> |
|
748 |
</message> |
|
749 |
<message> |
|
750 |
<source>Refresh</source> |
|
751 |
<translation>Tazele</translation> |
|
752 |
</message> |
|
753 |
<message> |
|
754 |
<source>Error</source> |
|
755 |
<translation>Hata</translation> |
|
756 |
</message> |
|
757 |
<message> |
|
758 |
<source>OK</source> |
|
759 |
<translation>Tamam</translation> |
|
760 |
</message> |
|
761 |
<message> |
|
1900 | 762 |
<source>Admin features</source> |
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
763 |
<translation>Yönetici görevleri</translation> |
1900 | 764 |
</message> |
2441 | 765 |
<message> |
766 |
<source>Room Name:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
767 |
<translation type="unfinished"></translation> |
2441 | 768 |
</message> |
769 |
<message> |
|
770 |
<source>This game is in lobby. |
|
771 |
You may join and start playing once the game starts.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
772 |
<translation type="unfinished"></translation> |
2441 | 773 |
</message> |
774 |
<message> |
|
775 |
<source>This game is in progress. |
|
776 |
You may join and spectate now but you'll have to wait for the game to end to start playing.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
777 |
<translation type="unfinished"></translation> |
2441 | 778 |
</message> |
779 |
<message> |
|
780 |
<source>%1 is the host. He may adjust settings and start the game.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
781 |
<translation type="unfinished"></translation> |
2441 | 782 |
</message> |
783 |
<message> |
|
784 |
<source>Random Map</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
785 |
<translation type="unfinished"></translation> |
2441 | 786 |
</message> |
787 |
<message> |
|
788 |
<source>Games may be played on precreated or randomized maps.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
789 |
<translation type="unfinished"></translation> |
2441 | 790 |
</message> |
791 |
<message> |
|
792 |
<source>The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
793 |
<translation type="unfinished"></translation> |
2441 | 794 |
</message> |
795 |
<message> |
|
796 |
<source>The Weapon Scheme defines available weapons and their ammunition count.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
797 |
<translation type="unfinished"></translation> |
2441 | 798 |
</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:
2545
diff
changeset
|
799 |
<message numerus="yes"> |
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:
2545
diff
changeset
|
800 |
<source>There are %1 clients connected to this room.</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
801 |
<translation type="unfinished"> |
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:
2545
diff
changeset
|
802 |
<numerusform></numerusform> |
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:
2545
diff
changeset
|
803 |
</translation> |
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:
2545
diff
changeset
|
804 |
</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:
2545
diff
changeset
|
805 |
<message numerus="yes"> |
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:
2545
diff
changeset
|
806 |
<source>There are %1 teams participating in this room.</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
807 |
<translation type="unfinished"> |
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:
2545
diff
changeset
|
808 |
<numerusform></numerusform> |
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:
2545
diff
changeset
|
809 |
</translation> |
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:
2545
diff
changeset
|
810 |
</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:
2545
diff
changeset
|
811 |
<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:
2545
diff
changeset
|
812 |
<source>Please enter room name</source> |
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:
2545
diff
changeset
|
813 |
<translation>Lütfen oda ismini girin</translation> |
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:
2545
diff
changeset
|
814 |
</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:
2545
diff
changeset
|
815 |
<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:
2545
diff
changeset
|
816 |
<source>Please select room from the list</source> |
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:
2545
diff
changeset
|
817 |
<translation>Lütfen listeden bir oda seçin</translation> |
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:
2545
diff
changeset
|
818 |
</message> |
3163 | 819 |
<message> |
820 |
<source>Random Maze</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
821 |
<translation type="unfinished"></translation> |
3163 | 822 |
</message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
823 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
824 |
<source>State:</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
825 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
826 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
827 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
828 |
<source>Rules:</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
829 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
830 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
831 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
832 |
<source>Weapons:</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
833 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
834 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
835 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
836 |
<source>Search:</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
837 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
838 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
839 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
840 |
<source>Clear</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
841 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
842 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
843 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
844 |
<source>Warning</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
845 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
846 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
847 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
848 |
<source>The game you are trying to join has started. |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
849 |
Do you still want to join the room?</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
850 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
851 |
</message> |
1900 | 852 |
</context> |
853 |
<context> |
|
854 |
<name>PageScheme</name> |
|
855 |
<message> |
|
2030 | 856 |
<source>Defend your fort and destroy the opponents, two team colours max!</source> |
2543 | 857 |
<translation>Kaleni koru ve düşmanları yok et, en fazla iki takım rengi!</translation> |
2030 | 858 |
</message> |
859 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
860 |
<source>Teams will start on opposite sides of the terrain, two team colours max!</source> |
2543 | 861 |
<translation>Takımlar bölgenin faklı taraflarında başlarlar, en fazla iki takım rengi!</translation> |
2030 | 862 |
</message> |
863 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
864 |
<source>Land can not be destroyed!</source> |
2543 | 865 |
<translation>Zemin yok edilemez!</translation> |
2030 | 866 |
</message> |
867 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
868 |
<source>Add an indestructable border around the terrain</source> |
2543 | 869 |
<translation>Bölgenin etrafına yok edilemez bir sınır ekle</translation> |
2030 | 870 |
</message> |
871 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
872 |
<source>Lower gravity</source> |
2543 | 873 |
<translation>Düşük yer çekimi</translation> |
2030 | 874 |
</message> |
875 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
876 |
<source>Assisted aiming with laser sight</source> |
2543 | 877 |
<translation>Lazer görüşü destekli nişan alma</translation> |
2030 | 878 |
</message> |
879 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
880 |
<source>All hogs have a personal forcefield</source> |
2543 | 881 |
<translation>Tüm kirpilerin kişisel güç kalkanı olur</translation> |
2030 | 882 |
</message> |
883 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
884 |
<source>Enable random mines</source> |
4124 | 885 |
<translation type="obsolete">Rastgele mayınlar</translation> |
2030 | 886 |
</message> |
887 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
888 |
<source>Gain 80% of the damage you do back in health</source> |
2543 | 889 |
<translation>Verdiğin hasarın %%80'ini sağlık olarak kazan</translation> |
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
890 |
</message> |
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
891 |
<message> |
2030 | 892 |
<source>Share your opponents pain, share their damage</source> |
2543 | 893 |
<translation>Rakibin acısını paylaş, hasarını paylaş</translation> |
2030 | 894 |
</message> |
895 |
<message> |
|
896 |
<source>Your hogs are unable to move, put your artillery skills to the test</source> |
|
2543 | 897 |
<translation>Kirpiler hareket edemez, topçuluk becerini ölç</translation> |
2030 | 898 |
</message> |
899 |
<message> |
|
900 |
<source>Random</source> |
|
2543 | 901 |
<translation>Rastgele</translation> |
2030 | 902 |
</message> |
903 |
<message> |
|
904 |
<source>Seconds</source> |
|
2543 | 905 |
<translation>Saniye</translation> |
2030 | 906 |
</message> |
907 |
<message> |
|
1900 | 908 |
<source>New</source> |
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
909 |
<translation>Yeni</translation> |
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
910 |
</message> |
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
911 |
<message> |
1933 | 912 |
<source>Delete</source> |
2543 | 913 |
<translation>Sil</translation> |
1900 | 914 |
</message> |
2726 | 915 |
<message> |
916 |
<source>Order of play is random instead of in room order.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
917 |
<translation type="unfinished"></translation> |
2726 | 918 |
</message> |
919 |
<message> |
|
920 |
<source>Play with a King. If he dies, your side dies.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
921 |
<translation type="unfinished"></translation> |
2726 | 922 |
</message> |
2883 | 923 |
<message> |
924 |
<source>Take turns placing your hedgehogs before the start of play.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
925 |
<translation type="unfinished"></translation> |
2883 | 926 |
</message> |
927 |
<message> |
|
928 |
<source>Ammo is shared between all teams that share a colour.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
929 |
<translation type="unfinished"></translation> |
2883 | 930 |
</message> |
2899 | 931 |
<message> |
932 |
<source>Disable girders when generating random maps.</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
933 |
<translation type="unfinished"></translation> |
2899 | 934 |
</message> |
3287 | 935 |
<message> |
936 |
<source>Disable land objects when generating random maps.</source> |
|
937 |
<translation type="unfinished"></translation> |
|
938 |
</message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
939 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
940 |
<source>AI respawns on death.</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
941 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
942 |
</message> |
4124 | 943 |
<message> |
944 |
<source>All (living) hedgehogs are fully restored at the end of turn</source> |
|
945 |
<translation type="unfinished"></translation> |
|
946 |
</message> |
|
947 |
<message> |
|
948 |
<source>Attacking does not end your turn.</source> |
|
949 |
<translation type="unfinished"></translation> |
|
950 |
</message> |
|
951 |
<message> |
|
952 |
<source>Weapons are reset to starting values each turn.</source> |
|
953 |
<translation type="unfinished"></translation> |
|
954 |
</message> |
|
955 |
<message> |
|
956 |
<source>Each hedgehog has its own ammo. It does not share with the team.</source> |
|
957 |
<translation type="unfinished"></translation> |
|
958 |
</message> |
|
4418 | 959 |
<message> |
960 |
<source>You will not have to worry about wind anymore.</source> |
|
961 |
<translation type="unfinished"></translation> |
|
962 |
</message> |
|
963 |
<message> |
|
964 |
<source>Wind will affect almost everything.</source> |
|
965 |
<translation type="unfinished"></translation> |
|
966 |
</message> |
|
1803 | 967 |
</context> |
968 |
<context> |
|
969 |
<name>PageSelectWeapon</name> |
|
970 |
<message> |
|
971 |
<source>Default</source> |
|
972 |
<translation>Öntanımlı</translation> |
|
973 |
</message> |
|
974 |
<message> |
|
975 |
<source>Delete</source> |
|
976 |
<translation>Sil</translation> |
|
977 |
</message> |
|
4418 | 978 |
<message> |
979 |
<source>New</source> |
|
980 |
<translation type="unfinished">Yeni</translation> |
|
981 |
</message> |
|
1803 | 982 |
</context> |
983 |
<context> |
|
984 |
<name>PageSinglePlayer</name> |
|
985 |
<message> |
|
986 |
<source>Simple Game (a quick game against the computer, settings are chosen for you)</source> |
|
987 |
<translation>Basit Oyun (bilgisayara karşı oynayın, ayarlar sizin yerinize seçilir)</translation> |
|
988 |
</message> |
|
989 |
<message> |
|
990 |
<source>Multiplayer (play a hotseat game against your friends, or AI teams)</source> |
|
991 |
<translation>Çok oyunculu (arkadaşlarınızın veya bilgisayarın takımlarına karşı oynayın)</translation> |
|
992 |
</message> |
|
993 |
<message> |
|
994 |
<source>Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT</source> |
|
995 |
<translation> Talim Modu (Bir takım talimlere katılarak kirpilerinizi eğitin). YAPIM AŞAMASINDA</translation> |
|
996 |
</message> |
|
997 |
<message> |
|
998 |
<source>Demos (Watch recorded demos)</source> |
|
999 |
<translation>Kayıtlı Oyunlar (Kaydedilmiş oyunları izleyin)</translation> |
|
1000 |
</message> |
|
1001 |
<message> |
|
1002 |
<source>Load (Load a previously saved game)</source> |
|
1003 |
<translation>Yükle (Kaydedilmiş bir oyunu yükleyin)</translation> |
|
1004 |
</message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1005 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1006 |
<source>Campaign Mode (...). IN DEVELOPMENT</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1007 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1008 |
</message> |
1803 | 1009 |
</context> |
1010 |
<context> |
|
1011 |
<name>QAction</name> |
|
1012 |
<message> |
|
1013 |
<source>Kick</source> |
|
1014 |
<translation>Kov</translation> |
|
1015 |
</message> |
|
1016 |
<message> |
|
1017 |
<source>Info</source> |
|
1018 |
<translation>Bilgi</translation> |
|
1019 |
</message> |
|
1020 |
<message> |
|
1021 |
<source>Start</source> |
|
1022 |
<translation>Başla</translation> |
|
1023 |
</message> |
|
1024 |
<message> |
|
1025 |
<source>Restrict Joins</source> |
|
1026 |
<translation>Katılmaları Kısıtla</translation> |
|
1027 |
</message> |
|
1028 |
<message> |
|
1029 |
<source>Restrict Team Additions</source> |
|
1030 |
<translation>Takım Eklemeleri Kısıtla</translation> |
|
1031 |
</message> |
|
1900 | 1032 |
<message> |
1033 |
<source>Ban</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1034 |
<translation>Yasakla</translation> |
1900 | 1035 |
</message> |
2726 | 1036 |
<message> |
1037 |
<source>Follow</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1038 |
<translation type="unfinished"></translation> |
2726 | 1039 |
</message> |
2883 | 1040 |
<message> |
1041 |
<source>Ignore</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1042 |
<translation type="unfinished"></translation> |
2883 | 1043 |
</message> |
1044 |
<message> |
|
1045 |
<source>Add friend</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1046 |
<translation type="unfinished"></translation> |
2883 | 1047 |
</message> |
1048 |
<message> |
|
1049 |
<source>Unignore</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1050 |
<translation type="unfinished"></translation> |
2883 | 1051 |
</message> |
1052 |
<message> |
|
1053 |
<source>Remove friend</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1054 |
<translation type="unfinished"></translation> |
2883 | 1055 |
</message> |
1803 | 1056 |
</context> |
1057 |
<context> |
|
1058 |
<name>QCheckBox</name> |
|
1059 |
<message> |
|
1060 |
<source>Fullscreen</source> |
|
1061 |
<translation>Tam ekran</translation> |
|
1062 |
</message> |
|
1063 |
<message> |
|
1064 |
<source>Frontend fullscreen</source> |
|
1065 |
<translation>Oyun girişi tam ekran</translation> |
|
1066 |
</message> |
|
1067 |
<message> |
|
1068 |
<source>Enable sound</source> |
|
1069 |
<translation>Sesleri etkinleştir</translation> |
|
1070 |
</message> |
|
1071 |
<message> |
|
1072 |
<source>Enable music</source> |
|
1073 |
<translation>Müziği etkinleştir</translation> |
|
1074 |
</message> |
|
1075 |
<message> |
|
1076 |
<source>Show FPS</source> |
|
1077 |
<translation>FPS'yi göster</translation> |
|
1078 |
</message> |
|
1079 |
<message> |
|
1080 |
<source>Alternative damage show</source> |
|
1081 |
<translation>Alternatif hasar göstergesi</translation> |
|
1082 |
</message> |
|
1083 |
<message> |
|
1084 |
<source>Append date and time to record file name</source> |
|
1085 |
<translation>Kayıt dosyasının sonuna tarihi ve saati ekle</translation> |
|
1086 |
</message> |
|
1087 |
<message> |
|
2543 | 1088 |
<source>Check for updates at startup</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1089 |
<translation type="unfinished"></translation> |
2103 | 1090 |
</message> |
2883 | 1091 |
<message> |
1092 |
<source>Show ammo menu tooltips</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1093 |
<translation type="unfinished"></translation> |
2883 | 1094 |
</message> |
1095 |
<message> |
|
1096 |
<source>Enable frontend sounds</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1097 |
<translation type="unfinished"></translation> |
2883 | 1098 |
</message> |
1099 |
<message> |
|
1100 |
<source>Enable frontend music</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1101 |
<translation type="unfinished"></translation> |
2883 | 1102 |
</message> |
2899 | 1103 |
<message> |
1104 |
<source>Frontend effects</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1105 |
<translation type="unfinished"></translation> |
2899 | 1106 |
</message> |
1803 | 1107 |
</context> |
1108 |
<context> |
|
1109 |
<name>QComboBox</name> |
|
1110 |
<message> |
|
1111 |
<source>generated map...</source> |
|
1112 |
<translation>rastgele harita...</translation> |
|
1113 |
</message> |
|
1114 |
<message> |
|
1115 |
<source>Human</source> |
|
1116 |
<translation>İnsan</translation> |
|
1117 |
</message> |
|
1118 |
<message> |
|
1119 |
<source>Level</source> |
|
1120 |
<translation>Bilgisayar</translation> |
|
1121 |
</message> |
|
2913 | 1122 |
<message> |
1123 |
<source>(System default)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1124 |
<translation type="unfinished"></translation> |
2913 | 1125 |
</message> |
3163 | 1126 |
<message> |
1127 |
<source>generated maze...</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1128 |
<translation type="unfinished"></translation> |
3163 | 1129 |
</message> |
1130 |
<message> |
|
1131 |
<source>Mission</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1132 |
<translation type="unfinished"></translation> |
3163 | 1133 |
</message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1134 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1135 |
<source>Community</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1136 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1137 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1138 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1139 |
<source>Any</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1140 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1141 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1142 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1143 |
<source>In lobby</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1144 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1145 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1146 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1147 |
<source>In progress</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1148 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1149 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1150 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1151 |
<source>Default</source> |
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
|
1152 |
<translation type="obsolete">Öntanımlı</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1153 |
</message> |
1803 | 1154 |
</context> |
1155 |
<context> |
|
1156 |
<name>QGroupBox</name> |
|
1157 |
<message> |
|
1158 |
<source>Team Members</source> |
|
1159 |
<translation>Takım Üyeleri</translation> |
|
1160 |
</message> |
|
1161 |
<message> |
|
1162 |
<source>Fort</source> |
|
1163 |
<translation>Kale</translation> |
|
1164 |
</message> |
|
1165 |
<message> |
|
1166 |
<source>Key binds</source> |
|
1167 |
<translation>Tuşlar</translation> |
|
1168 |
</message> |
|
1169 |
<message> |
|
1170 |
<source>Teams</source> |
|
1171 |
<translation>Takımlar</translation> |
|
1172 |
</message> |
|
1173 |
<message> |
|
1174 |
<source>Weapons</source> |
|
4418 | 1175 |
<translation type="obsolete">Silahlar</translation> |
1803 | 1176 |
</message> |
1177 |
<message> |
|
1178 |
<source>Audio/Graphic options</source> |
|
1179 |
<translation>Ses/Görüntü seçenekleri</translation> |
|
1180 |
</message> |
|
1181 |
<message> |
|
1182 |
<source>Net game</source> |
|
1183 |
<translation>Ağ oyunu</translation> |
|
1184 |
</message> |
|
1185 |
<message> |
|
1186 |
<source>Playing teams</source> |
|
1187 |
<translation>Oynayan takımlar</translation> |
|
1188 |
</message> |
|
1933 | 1189 |
<message> |
1190 |
<source>Game Modifiers</source> |
|
2543 | 1191 |
<translation>Oyun Değişkenleri</translation> |
1933 | 1192 |
</message> |
1193 |
<message> |
|
1194 |
<source>Basic Settings</source> |
|
2543 | 1195 |
<translation>Basit Ayarlar</translation> |
1933 | 1196 |
</message> |
2899 | 1197 |
<message> |
1198 |
<source>Team Settings</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1199 |
<translation type="unfinished"></translation> |
2899 | 1200 |
</message> |
1201 |
<message> |
|
1202 |
<source>Misc</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1203 |
<translation type="unfinished"></translation> |
2899 | 1204 |
</message> |
4418 | 1205 |
<message> |
1206 |
<source>Schemes and Weapons</source> |
|
1207 |
<translation type="unfinished"></translation> |
|
1208 |
</message> |
|
1803 | 1209 |
</context> |
1210 |
<context> |
|
1211 |
<name>QLabel</name> |
|
1212 |
<message> |
|
2030 | 1213 |
<source>Mines Time</source> |
2543 | 1214 |
<translation>Mayın Süresi</translation> |
2030 | 1215 |
</message> |
1216 |
<message> |
|
1217 |
<source>Mines</source> |
|
2543 | 1218 |
<translation>Mayınlar</translation> |
2030 | 1219 |
</message> |
1220 |
<message> |
|
1803 | 1221 |
<source>Version</source> |
1222 |
<translation>Sürüm</translation> |
|
1223 |
</message> |
|
1224 |
<message> |
|
1225 |
<source>This program is distributed under the GNU General Public License</source> |
|
1226 |
<translation>Bu program GNU Genel Kamu Lisansı'yla dağıtılmaktadır</translation> |
|
1227 |
</message> |
|
1228 |
<message> |
|
1229 |
<source>Developers:</source> |
|
1230 |
<translation>Geliştiriciler:</translation> |
|
1231 |
</message> |
|
1232 |
<message> |
|
1233 |
<source>Art:</source> |
|
1234 |
<translation>Sanat:</translation> |
|
1235 |
</message> |
|
1236 |
<message> |
|
1237 |
<source>Sounds:</source> |
|
1238 |
<translation>Sesler:</translation> |
|
1239 |
</message> |
|
1240 |
<message> |
|
1241 |
<source>Translations:</source> |
|
1242 |
<translation>Çeviriler:</translation> |
|
1243 |
</message> |
|
1244 |
<message> |
|
1245 |
<source>Special thanks:</source> |
|
1246 |
<translation>Özel teşekkür:</translation> |
|
1247 |
</message> |
|
1248 |
<message> |
|
1249 |
<source>Weapons</source> |
|
1250 |
<translation>Silahlar</translation> |
|
1251 |
</message> |
|
1252 |
<message> |
|
1253 |
<source>Host:</source> |
|
1254 |
<translation>Bilgisayar adı:</translation> |
|
1255 |
</message> |
|
1256 |
<message> |
|
1257 |
<source>Port:</source> |
|
1258 |
<translation>Port:</translation> |
|
1259 |
</message> |
|
1260 |
<message> |
|
1261 |
<source>Net nick</source> |
|
1262 |
<translation>Takma ad</translation> |
|
1263 |
</message> |
|
1264 |
<message> |
|
1265 |
<source>Resolution</source> |
|
1266 |
<translation>Çözünürlük</translation> |
|
1267 |
</message> |
|
1268 |
<message> |
|
1269 |
<source>FPS limit</source> |
|
1270 |
<translation>FPS sınırı</translation> |
|
1271 |
</message> |
|
1272 |
<message> |
|
1273 |
<source>Server name:</source> |
|
1274 |
<translation>Sunucu adı:</translation> |
|
1275 |
</message> |
|
1276 |
<message> |
|
1277 |
<source>Server port:</source> |
|
1278 |
<translation>Sunucu portu:</translation> |
|
1279 |
</message> |
|
1280 |
<message> |
|
1281 |
<source>Initial sound volume</source> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1282 |
<translation>Başlangıçtaki ses seviyesi</translation> |
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1283 |
</message> |
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1284 |
<message> |
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1285 |
<source>Game scheme</source> |
2543 | 1286 |
<translation>Oyun teması</translation> |
1803 | 1287 |
</message> |
1933 | 1288 |
<message> |
1289 |
<source>Damage Modifier</source> |
|
2543 | 1290 |
<translation>Hasar Çarpanı</translation> |
1933 | 1291 |
</message> |
1292 |
<message> |
|
1293 |
<source>Turn Time</source> |
|
2543 | 1294 |
<translation>Tur Süresi</translation> |
1933 | 1295 |
</message> |
1296 |
<message> |
|
1297 |
<source>Initial Health</source> |
|
2543 | 1298 |
<translation>Başlangıç Sağlığı</translation> |
1933 | 1299 |
</message> |
1300 |
<message> |
|
1301 |
<source>Sudden Death Timeout</source> |
|
2543 | 1302 |
<translation>Ani Ölüm Süresi</translation> |
1933 | 1303 |
</message> |
1304 |
<message> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1305 |
<source>Crate Drops</source> |
2543 | 1306 |
<translation>Yardım Kasaları</translation> |
1933 | 1307 |
</message> |
1308 |
<message> |
|
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
1309 |
<source>Scheme Name:</source> |
2543 | 1310 |
<translation>Tema Adı:</translation> |
1933 | 1311 |
</message> |
2883 | 1312 |
<message> |
1313 |
<source>% Dud Mines</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1314 |
<translation type="unfinished"></translation> |
2883 | 1315 |
</message> |
2899 | 1316 |
<message> |
1317 |
<source>Name</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1318 |
<translation type="unfinished"></translation> |
2899 | 1319 |
</message> |
1320 |
<message> |
|
1321 |
<source>Type</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1322 |
<translation type="unfinished"></translation> |
2899 | 1323 |
</message> |
1324 |
<message> |
|
1325 |
<source>Grave</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1326 |
<translation type="unfinished"></translation> |
2899 | 1327 |
</message> |
1328 |
<message> |
|
1329 |
<source>Flag</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1330 |
<translation type="unfinished"></translation> |
2899 | 1331 |
</message> |
1332 |
<message> |
|
1333 |
<source>Voice</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1334 |
<translation type="unfinished"></translation> |
2899 | 1335 |
</message> |
1336 |
<message> |
|
1337 |
<source>Locale</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1338 |
<translation type="unfinished"></translation> |
2899 | 1339 |
</message> |
1340 |
<message> |
|
1341 |
<source>Restart game to apply</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1342 |
<translation type="unfinished"></translation> |
2899 | 1343 |
</message> |
3163 | 1344 |
<message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1345 |
<source>Explosives</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1346 |
<translation type="unfinished"></translation> |
3163 | 1347 |
</message> |
1348 |
<message> |
|
3683
8d3b483c6949
Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents:
3503
diff
changeset
|
1349 |
<source>Tip: </source> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1350 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1351 |
</message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1352 |
<message> |
3683
8d3b483c6949
Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents:
3503
diff
changeset
|
1353 |
<source>This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1354 |
<translation type="unfinished"></translation> |
3163 | 1355 |
</message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1356 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1357 |
<source>Quality</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1358 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1359 |
</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
|
1360 |
<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
|
1361 |
<source>% Health Crates</source> |
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
|
1362 |
<translation type="unfinished"></translation> |
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
|
1363 |
</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
|
1364 |
<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
|
1365 |
<source>Health in Crates</source> |
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
|
1366 |
<translation type="unfinished"></translation> |
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
|
1367 |
</message> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1368 |
<message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1369 |
<source>Sudden Death Water Rise</source> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1370 |
<translation type="unfinished"></translation> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1371 |
</message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1372 |
<message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1373 |
<source>Sudden Death Health Decrease</source> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1374 |
<translation type="unfinished"></translation> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
1375 |
</message> |
4259 | 1376 |
<message> |
4418 | 1377 |
<source>% Rope Length</source> |
4259 | 1378 |
<translation type="unfinished"></translation> |
1379 |
</message> |
|
1803 | 1380 |
</context> |
1381 |
<context> |
|
1382 |
<name>QLineEdit</name> |
|
1383 |
<message> |
|
1384 |
<source>unnamed</source> |
|
1385 |
<translation>isimsiz</translation> |
|
1386 |
</message> |
|
1387 |
</context> |
|
1388 |
<context> |
|
1389 |
<name>QMainWindow</name> |
|
1390 |
<message> |
|
1391 |
<source>Hedgewars %1</source> |
|
1392 |
<translation>Hedgewars %1</translation> |
|
1393 |
</message> |
|
1394 |
</context> |
|
1395 |
<context> |
|
1396 |
<name>QMessageBox</name> |
|
1397 |
<message> |
|
1398 |
<source>Network</source> |
|
1399 |
<translation>Ağ</translation> |
|
1400 |
</message> |
|
1401 |
<message> |
|
1402 |
<source>Connection to server is lost</source> |
|
1403 |
<translation>Sunucuyla olan bağlantı kesildi</translation> |
|
1404 |
</message> |
|
1405 |
<message> |
|
1406 |
<source>Error</source> |
|
1407 |
<translation>Hata</translation> |
|
1408 |
</message> |
|
1409 |
<message> |
|
1410 |
<source>Failed to open data directory: |
|
1411 |
%1 |
|
1412 |
Please check your installation</source> |
|
1413 |
<translation>Veri dizini açılamadı: |
|
1414 |
%1 |
|
1415 |
Lütfen kurulumunuzu kontrol edin</translation> |
|
1416 |
</message> |
|
1417 |
<message> |
|
1418 |
<source>Weapons</source> |
|
1419 |
<translation>Silahlar</translation> |
|
1420 |
</message> |
|
1421 |
<message> |
|
1422 |
<source>Can not edit default weapon set</source> |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1423 |
<translation type="obsolete">Öntanımlı silah seti düzenlenemez</translation> |
1803 | 1424 |
</message> |
1425 |
<message> |
|
1426 |
<source>Can not delete default weapon set</source> |
|
4418 | 1427 |
<translation type="obsolete">Öntanımlı silah seti silinemez</translation> |
1803 | 1428 |
</message> |
1429 |
<message> |
|
1430 |
<source>Really delete this weapon set?</source> |
|
1431 |
<translation>Bu silah seti silinsin mi?</translation> |
|
1432 |
</message> |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1433 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1434 |
<source>Can not overwrite default weapon set '%1'!</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1435 |
<translation type="unfinished"></translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1436 |
</message> |
4124 | 1437 |
<message> |
1438 |
<source>All file associations have been set.</source> |
|
1439 |
<translation type="unfinished"></translation> |
|
1440 |
</message> |
|
1441 |
<message> |
|
1442 |
<source>File association failed.</source> |
|
1443 |
<translation type="unfinished"></translation> |
|
1444 |
</message> |
|
4418 | 1445 |
<message> |
1446 |
<source>Teams</source> |
|
1447 |
<translation type="unfinished">Takımlar</translation> |
|
1448 |
</message> |
|
1449 |
<message> |
|
1450 |
<source>Really delete this team?</source> |
|
1451 |
<translation type="unfinished"></translation> |
|
1452 |
</message> |
|
1453 |
<message> |
|
1454 |
<source>Schemes</source> |
|
1455 |
<translation type="unfinished"></translation> |
|
1456 |
</message> |
|
1457 |
<message> |
|
1458 |
<source>Can not delete default scheme '%1'!</source> |
|
1459 |
<translation type="unfinished"></translation> |
|
1460 |
</message> |
|
1461 |
<message> |
|
1462 |
<source>Really delete this game scheme?</source> |
|
1463 |
<translation type="unfinished"></translation> |
|
1464 |
</message> |
|
1465 |
<message> |
|
1466 |
<source>Can not delete default weapon set '%1'!</source> |
|
1467 |
<translation type="unfinished"></translation> |
|
1468 |
</message> |
|
1803 | 1469 |
</context> |
1470 |
<context> |
|
1471 |
<name>QObject</name> |
|
1472 |
<message> |
|
1473 |
<source>Error</source> |
|
1474 |
<translation>Hata</translation> |
|
1475 |
</message> |
|
1476 |
<message> |
|
1477 |
<source>Cannot create directory %1</source> |
|
1478 |
<translation>%1 dizini oluşturulamadı</translation> |
|
1479 |
</message> |
|
1480 |
<message> |
|
1481 |
<source>OK</source> |
|
1482 |
<translation>Tamam</translation> |
|
1483 |
</message> |
|
2394 | 1484 |
<message> |
1485 |
<source>Nickname</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1486 |
<translation type="unfinished"></translation> |
2394 | 1487 |
</message> |
1488 |
<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:
2545
diff
changeset
|
1489 |
<source>Please enter your nickname</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1490 |
<translation type="unfinished"></translation> |
2394 | 1491 |
</message> |
1803 | 1492 |
</context> |
1493 |
<context> |
|
1494 |
<name>QPushButton</name> |
|
1495 |
<message> |
|
1496 |
<source>default</source> |
|
1497 |
<translation>öntanımlı</translation> |
|
1498 |
</message> |
|
1499 |
<message> |
|
1500 |
<source>OK</source> |
|
1501 |
<translation>Tamam</translation> |
|
1502 |
</message> |
|
1503 |
<message> |
|
1504 |
<source>Cancel</source> |
|
1505 |
<translation>İptal</translation> |
|
1506 |
</message> |
|
1507 |
<message> |
|
1508 |
<source>Start server</source> |
|
1509 |
<translation>Sunucu başlat</translation> |
|
1510 |
</message> |
|
1511 |
<message> |
|
1512 |
<source>Connect</source> |
|
1513 |
<translation>Bağlan</translation> |
|
1514 |
</message> |
|
1515 |
<message> |
|
1516 |
<source>Update</source> |
|
1517 |
<translation>Güncelle</translation> |
|
1518 |
</message> |
|
1519 |
<message> |
|
1520 |
<source>Specify</source> |
|
1521 |
<translation>Elle Belirt</translation> |
|
1522 |
</message> |
|
1523 |
<message> |
|
1524 |
<source>Start</source> |
|
1525 |
<translation>Başla</translation> |
|
1526 |
</message> |
|
1527 |
<message> |
|
1528 |
<source>Go!</source> |
|
1529 |
<translation>Hadi!</translation> |
|
1530 |
</message> |
|
1531 |
<message> |
|
1532 |
<source>Play demo</source> |
|
1533 |
<translation>Kayıtlı oyunu oynat</translation> |
|
1534 |
</message> |
|
1535 |
<message> |
|
1536 |
<source>Rename</source> |
|
1537 |
<translation>Yeniden adlandır</translation> |
|
1538 |
</message> |
|
1539 |
<message> |
|
1540 |
<source>Delete</source> |
|
1541 |
<translation>Sil</translation> |
|
1542 |
</message> |
|
1543 |
<message> |
|
1544 |
<source>Load</source> |
|
1545 |
<translation>Yükle</translation> |
|
1546 |
</message> |
|
1547 |
<message> |
|
1548 |
<source>Setup</source> |
|
1549 |
<translation>Ayarla</translation> |
|
1550 |
</message> |
|
1551 |
<message> |
|
1552 |
<source>Ready</source> |
|
1553 |
<translation>Hazır</translation> |
|
1554 |
</message> |
|
2883 | 1555 |
<message> |
1556 |
<source>Random Team</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1557 |
<translation type="unfinished"></translation> |
2883 | 1558 |
</message> |
4124 | 1559 |
<message> |
1560 |
<source>Associate file extensions</source> |
|
1561 |
<translation type="unfinished"></translation> |
|
1562 |
</message> |
|
1803 | 1563 |
</context> |
1564 |
<context> |
|
1565 |
<name>QTableWidget</name> |
|
1566 |
<message> |
|
2441 | 1567 |
<source>Room Name</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1568 |
<translation type="unfinished"></translation> |
2441 | 1569 |
</message> |
1570 |
<message> |
|
1571 |
<source>C</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1572 |
<translation type="unfinished"></translation> |
2441 | 1573 |
</message> |
1574 |
<message> |
|
1575 |
<source>T</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1576 |
<translation type="unfinished"></translation> |
2441 | 1577 |
</message> |
1578 |
<message> |
|
1579 |
<source>Owner</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1580 |
<translation type="unfinished"></translation> |
2441 | 1581 |
</message> |
1582 |
<message> |
|
1583 |
<source>Map</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1584 |
<translation type="unfinished">Harita</translation> |
2441 | 1585 |
</message> |
1586 |
<message> |
|
1587 |
<source>Rules</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1588 |
<translation type="unfinished"></translation> |
2441 | 1589 |
</message> |
1590 |
<message> |
|
1591 |
<source>Weapons</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1592 |
<translation type="unfinished">Silahlar</translation> |
1803 | 1593 |
</message> |
1594 |
</context> |
|
1595 |
<context> |
|
2394 | 1596 |
<name>SelWeaponWidget</name> |
1597 |
<message> |
|
1598 |
<source>Weapon set</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1599 |
<translation type="unfinished"></translation> |
2394 | 1600 |
</message> |
1601 |
<message> |
|
1602 |
<source>Probabilities</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1603 |
<translation type="unfinished"></translation> |
2394 | 1604 |
</message> |
2883 | 1605 |
<message> |
1606 |
<source>Ammo in boxes</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1607 |
<translation type="unfinished"></translation> |
2883 | 1608 |
</message> |
1609 |
<message> |
|
1610 |
<source>Delays</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1611 |
<translation type="unfinished"></translation> |
2883 | 1612 |
</message> |
4418 | 1613 |
<message> |
1614 |
<source>new</source> |
|
1615 |
<translation type="unfinished">yeni</translation> |
|
1616 |
</message> |
|
2394 | 1617 |
</context> |
1618 |
<context> |
|
1803 | 1619 |
<name>TCPBase</name> |
1620 |
<message> |
|
1621 |
<source>Error</source> |
|
1622 |
<translation>Hata</translation> |
|
1623 |
</message> |
|
1624 |
<message> |
|
1625 |
<source>Unable to start the server: %1.</source> |
|
1626 |
<translation>Sunucu başlatılamadı: %1.</translation> |
|
1627 |
</message> |
|
1628 |
<message> |
|
1629 |
<source>Unable to run engine: %1 (</source> |
|
1630 |
<translation>Oyun motoru çalıştırılamadı: %1 (</translation> |
|
1631 |
</message> |
|
1632 |
</context> |
|
1633 |
<context> |
|
1933 | 1634 |
<name>ToggleButtonWidget</name> |
1635 |
<message> |
|
2030 | 1636 |
<source>Vampirism</source> |
2543 | 1637 |
<translation>Vampircilik</translation> |
2030 | 1638 |
</message> |
1639 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1640 |
<source>Karma</source> |
2543 | 1641 |
<translation>Karma</translation> |
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1642 |
</message> |
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1643 |
<message> |
2030 | 1644 |
<source>Artillery</source> |
2543 | 1645 |
<translation>Topçuluk</translation> |
2030 | 1646 |
</message> |
1647 |
<message> |
|
1933 | 1648 |
<source>Fort Mode</source> |
2543 | 1649 |
<translation>Kale Modu</translation> |
1933 | 1650 |
</message> |
1651 |
<message> |
|
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1652 |
<source>Divide Teams</source> |
2543 | 1653 |
<translation>Takımları Böl</translation> |
2102
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1654 |
</message> |
cae2ca48d8fc
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents:
2093
diff
changeset
|
1655 |
<message> |
1933 | 1656 |
<source>Solid Land</source> |
2543 | 1657 |
<translation>Parçalanmaz Yüzey</translation> |
1933 | 1658 |
</message> |
1659 |
<message> |
|
1660 |
<source>Add Border</source> |
|
2543 | 1661 |
<translation>Sınır Ekle</translation> |
1933 | 1662 |
</message> |
1663 |
<message> |
|
1664 |
<source>Low Gravity</source> |
|
2543 | 1665 |
<translation>Azaltılmış Yerçekimi</translation> |
1933 | 1666 |
</message> |
1667 |
<message> |
|
1668 |
<source>Laser Sight</source> |
|
2543 | 1669 |
<translation>Lazer Görüşü</translation> |
1933 | 1670 |
</message> |
1671 |
<message> |
|
1672 |
<source>Invulnerable</source> |
|
2543 | 1673 |
<translation>Ölümsüzlük</translation> |
1933 | 1674 |
</message> |
1675 |
<message> |
|
1676 |
<source>Add Mines</source> |
|
4124 | 1677 |
<translation type="obsolete">Mayın Ekle</translation> |
1933 | 1678 |
</message> |
2726 | 1679 |
<message> |
1680 |
<source>Random Order</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1681 |
<translation type="unfinished"></translation> |
2726 | 1682 |
</message> |
1683 |
<message> |
|
1684 |
<source>King</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1685 |
<translation type="unfinished"></translation> |
2726 | 1686 |
</message> |
2883 | 1687 |
<message> |
1688 |
<source>Place Hedgehogs</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1689 |
<translation type="unfinished"></translation> |
2883 | 1690 |
</message> |
1691 |
<message> |
|
1692 |
<source>Clan Shares Ammo</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1693 |
<translation type="unfinished"></translation> |
2883 | 1694 |
</message> |
2899 | 1695 |
<message> |
1696 |
<source>Disable Girders</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1697 |
<translation type="unfinished"></translation> |
2899 | 1698 |
</message> |
3287 | 1699 |
<message> |
1700 |
<source>Disable Land Objects</source> |
|
1701 |
<translation type="unfinished"></translation> |
|
1702 |
</message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1703 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1704 |
<source>AI Survival Mode</source> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1705 |
<translation type="unfinished"></translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1706 |
</message> |
4124 | 1707 |
<message> |
1708 |
<source>Reset Health</source> |
|
1709 |
<translation type="unfinished"></translation> |
|
1710 |
</message> |
|
1711 |
<message> |
|
1712 |
<source>Unlimited Attacks</source> |
|
1713 |
<translation type="unfinished"></translation> |
|
1714 |
</message> |
|
1715 |
<message> |
|
1716 |
<source>Reset Weapons</source> |
|
1717 |
<translation type="unfinished"></translation> |
|
1718 |
</message> |
|
1719 |
<message> |
|
1720 |
<source>Per Hedgehog Ammo</source> |
|
1721 |
<translation type="unfinished"></translation> |
|
1722 |
</message> |
|
4418 | 1723 |
<message> |
1724 |
<source>Disable Wind</source> |
|
1725 |
<translation type="unfinished"></translation> |
|
1726 |
</message> |
|
1727 |
<message> |
|
1728 |
<source>More Wind</source> |
|
1729 |
<translation type="unfinished"></translation> |
|
1730 |
</message> |
|
1933 | 1731 |
</context> |
1732 |
<context> |
|
1803 | 1733 |
<name>binds</name> |
1734 |
<message> |
|
1735 |
<source>up</source> |
|
1736 |
<translation>yukarı</translation> |
|
1737 |
</message> |
|
1738 |
<message> |
|
1739 |
<source>left</source> |
|
1740 |
<translation>sol</translation> |
|
1741 |
</message> |
|
1742 |
<message> |
|
1743 |
<source>right</source> |
|
1744 |
<translation>sağ</translation> |
|
1745 |
</message> |
|
1746 |
<message> |
|
1747 |
<source>down</source> |
|
1748 |
<translation>aşağı</translation> |
|
1749 |
</message> |
|
1750 |
<message> |
|
1751 |
<source>attack</source> |
|
1752 |
<translation>saldır</translation> |
|
1753 |
</message> |
|
1754 |
<message> |
|
1755 |
<source>precise aim</source> |
|
1756 |
<translation>hassas nişan alma</translation> |
|
1757 |
</message> |
|
1758 |
<message> |
|
1759 |
<source>put</source> |
|
1760 |
<translation>koy</translation> |
|
1761 |
</message> |
|
1762 |
<message> |
|
1763 |
<source>switch</source> |
|
1764 |
<translation>değiştir</translation> |
|
1765 |
</message> |
|
1766 |
<message> |
|
1767 |
<source>find hedgehog</source> |
|
1768 |
<translation>kirpi bul</translation> |
|
1769 |
</message> |
|
1770 |
<message> |
|
1771 |
<source>ammo menu</source> |
|
1772 |
<translation>cephane menüsü</translation> |
|
1773 |
</message> |
|
1774 |
<message> |
|
1775 |
<source>slot 1</source> |
|
1776 |
<translation>slot 1</translation> |
|
1777 |
</message> |
|
1778 |
<message> |
|
1779 |
<source>slot 2</source> |
|
1780 |
<translation>slot 2</translation> |
|
1781 |
</message> |
|
1782 |
<message> |
|
1783 |
<source>slot 3</source> |
|
1784 |
<translation>slot 3</translation> |
|
1785 |
</message> |
|
1786 |
<message> |
|
1787 |
<source>slot 4</source> |
|
1788 |
<translation>slot 4</translation> |
|
1789 |
</message> |
|
1790 |
<message> |
|
1791 |
<source>slot 5</source> |
|
1792 |
<translation>slot 5</translation> |
|
1793 |
</message> |
|
1794 |
<message> |
|
1795 |
<source>slot 6</source> |
|
1796 |
<translation>slot 6</translation> |
|
1797 |
</message> |
|
1798 |
<message> |
|
1799 |
<source>slot 7</source> |
|
1800 |
<translation>slot 7</translation> |
|
1801 |
</message> |
|
1802 |
<message> |
|
1803 |
<source>slot 8</source> |
|
1804 |
<translation>slot 8</translation> |
|
1805 |
</message> |
|
1806 |
<message> |
|
1807 |
<source>slot 9</source> |
|
1808 |
<translation>slot 9</translation> |
|
1809 |
</message> |
|
1810 |
<message> |
|
1811 |
<source>timer 1 sec</source> |
|
1812 |
<translation>zamanlayıcı 1 san</translation> |
|
1813 |
</message> |
|
1814 |
<message> |
|
1815 |
<source>timer 2 sec</source> |
|
1816 |
<translation>zamanlayıcı 2 san</translation> |
|
1817 |
</message> |
|
1818 |
<message> |
|
1819 |
<source>timer 3 sec</source> |
|
1820 |
<translation>zamanlayıcı 3 san</translation> |
|
1821 |
</message> |
|
1822 |
<message> |
|
1823 |
<source>timer 4 sec</source> |
|
1824 |
<translation>zamanlayıcı 4 san</translation> |
|
1825 |
</message> |
|
1826 |
<message> |
|
1827 |
<source>timer 5 sec</source> |
|
1828 |
<translation>zamanlayıcı 5 san</translation> |
|
1829 |
</message> |
|
1830 |
<message> |
|
1831 |
<source>chat</source> |
|
1832 |
<translation>sohbet</translation> |
|
1833 |
</message> |
|
1834 |
<message> |
|
1835 |
<source>chat history</source> |
|
1836 |
<translation>sohbet geçmişi</translation> |
|
1837 |
</message> |
|
1838 |
<message> |
|
1839 |
<source>pause</source> |
|
1840 |
<translation>duraklat</translation> |
|
1841 |
</message> |
|
1842 |
<message> |
|
1843 |
<source>confirmation</source> |
|
1844 |
<translation>doğrulama</translation> |
|
1845 |
</message> |
|
1846 |
<message> |
|
1847 |
<source>volume down</source> |
|
1848 |
<translation>sesi kıs</translation> |
|
1849 |
</message> |
|
1850 |
<message> |
|
1851 |
<source>volume up</source> |
|
1852 |
<translation>sesi aç</translation> |
|
1853 |
</message> |
|
1854 |
<message> |
|
1855 |
<source>change mode</source> |
|
1856 |
<translation>modu değiştir</translation> |
|
1857 |
</message> |
|
1858 |
<message> |
|
1859 |
<source>capture</source> |
|
1860 |
<translation>yakala</translation> |
|
1861 |
</message> |
|
1862 |
<message> |
|
1863 |
<source>hedgehogs |
|
1864 |
info</source> |
|
1865 |
<translation>kirpi |
|
1866 |
bilgileri</translation> |
|
1867 |
</message> |
|
1868 |
<message> |
|
1869 |
<source>quit</source> |
|
1870 |
<translation>çıkış</translation> |
|
1871 |
</message> |
|
2394 | 1872 |
<message> |
2543 | 1873 |
<source>long jump</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1874 |
<translation type="unfinished"></translation> |
2543 | 1875 |
</message> |
1876 |
<message> |
|
1877 |
<source>high jump</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1878 |
<translation type="unfinished"></translation> |
2543 | 1879 |
</message> |
1880 |
<message> |
|
2394 | 1881 |
<source>zoom in</source> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1882 |
<translation type="unfinished"></translation> |
2394 | 1883 |
</message> |
1884 |
<message> |
|
1885 |
<source>zoom out</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1886 |
<translation type="unfinished"></translation> |
2394 | 1887 |
</message> |
1888 |
<message> |
|
1889 |
<source>reset zoom</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1890 |
<translation type="unfinished"></translation> |
2394 | 1891 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1892 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1893 |
<source>slot 10</source> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1894 |
<translation type="unfinished">slot 10</translation> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1895 |
</message> |
2441 | 1896 |
</context> |
1897 |
<context> |
|
1898 |
<name>binds (categories)</name> |
|
1899 |
<message> |
|
1900 |
<source>Basic controls</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1901 |
<translation type="unfinished"></translation> |
2441 | 1902 |
</message> |
1903 |
<message> |
|
1904 |
<source>Weapon controls</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1905 |
<translation type="unfinished"></translation> |
2441 | 1906 |
</message> |
1907 |
<message> |
|
1908 |
<source>Camera and cursor controls</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1909 |
<translation type="unfinished"></translation> |
2441 | 1910 |
</message> |
1911 |
<message> |
|
1912 |
<source>Other</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1913 |
<translation type="unfinished">Diğer</translation> |
2441 | 1914 |
</message> |
1915 |
</context> |
|
1916 |
<context> |
|
1917 |
<name>binds (descriptions)</name> |
|
1918 |
<message> |
|
1919 |
<source>Move your hogs and aim:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1920 |
<translation type="unfinished"></translation> |
2441 | 1921 |
</message> |
1922 |
<message> |
|
1923 |
<source>Traverse gaps and obstacles by jumping:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1924 |
<translation type="unfinished"></translation> |
2441 | 1925 |
</message> |
1926 |
<message> |
|
1927 |
<source>Fire your selected weapon or trigger an utility item:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1928 |
<translation type="unfinished"></translation> |
2441 | 1929 |
</message> |
1930 |
<message> |
|
1931 |
<source>Pick a weapon or a target location under the cursor:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1932 |
<translation type="unfinished"></translation> |
2441 | 1933 |
</message> |
1934 |
<message> |
|
1935 |
<source>Switch your currently active hog (if possible):</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1936 |
<translation type="unfinished"></translation> |
2441 | 1937 |
</message> |
1938 |
<message> |
|
1939 |
<source>Pick a weapon or utility item:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1940 |
<translation type="unfinished"></translation> |
2441 | 1941 |
</message> |
1942 |
<message> |
|
1943 |
<source>Set the timer on bombs and timed weapons:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1944 |
<translation type="unfinished"></translation> |
2441 | 1945 |
</message> |
1946 |
<message> |
|
1947 |
<source>Move the camera to the active hog:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1948 |
<translation type="unfinished"></translation> |
2441 | 1949 |
</message> |
1950 |
<message> |
|
1951 |
<source>Move the cursor or camera without using the mouse:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1952 |
<translation type="unfinished"></translation> |
2441 | 1953 |
</message> |
1954 |
<message> |
|
1955 |
<source>Modify the camera's zoom level:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1956 |
<translation type="unfinished"></translation> |
2441 | 1957 |
</message> |
1958 |
<message> |
|
1959 |
<source>Talk to your team or all participants:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1960 |
<translation type="unfinished"></translation> |
2441 | 1961 |
</message> |
1962 |
<message> |
|
1963 |
<source>Pause, continue or leave your game:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1964 |
<translation type="unfinished"></translation> |
2441 | 1965 |
</message> |
1966 |
<message> |
|
1967 |
<source>Modify the game's volume while playing:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1968 |
<translation type="unfinished"></translation> |
2441 | 1969 |
</message> |
1970 |
<message> |
|
1971 |
<source>Toggle fullscreen mode:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1972 |
<translation type="unfinished"></translation> |
2441 | 1973 |
</message> |
1974 |
<message> |
|
1975 |
<source>Take a screenshot:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1976 |
<translation type="unfinished"></translation> |
2441 | 1977 |
</message> |
1978 |
<message> |
|
1979 |
<source>Toggle labels above hedgehogs:</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1980 |
<translation type="unfinished"></translation> |
2441 | 1981 |
</message> |
1982 |
</context> |
|
1983 |
<context> |
|
1984 |
<name>binds (keys)</name> |
|
1985 |
<message> |
|
1986 |
<source>Axis</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1987 |
<translation type="unfinished"></translation> |
2441 | 1988 |
</message> |
1989 |
<message> |
|
1990 |
<source>(Up)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1991 |
<translation type="unfinished"></translation> |
2441 | 1992 |
</message> |
1993 |
<message> |
|
1994 |
<source>(Down)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1995 |
<translation type="unfinished"></translation> |
2441 | 1996 |
</message> |
1997 |
<message> |
|
1998 |
<source>Hat</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1999 |
<translation type="unfinished"></translation> |
2441 | 2000 |
</message> |
2001 |
<message> |
|
2002 |
<source>(Left)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2003 |
<translation type="unfinished"></translation> |
2441 | 2004 |
</message> |
2005 |
<message> |
|
2006 |
<source>(Right)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2007 |
<translation type="unfinished"></translation> |
2441 | 2008 |
</message> |
2009 |
<message> |
|
2010 |
<source>Button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2011 |
<translation type="unfinished"></translation> |
2441 | 2012 |
</message> |
2013 |
<message> |
|
2014 |
<source>Keyboard</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2015 |
<translation type="unfinished"></translation> |
2441 | 2016 |
</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:
2545
diff
changeset
|
2017 |
<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:
2545
diff
changeset
|
2018 |
<source>Delete</source> |
3284 | 2019 |
<translation>Sil</translation> |
2020 |
</message> |
|
2021 |
<message> |
|
2022 |
<source>Mouse: Left button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2023 |
<translation type="unfinished"></translation> |
3284 | 2024 |
</message> |
2025 |
<message> |
|
2026 |
<source>Mouse: Middle button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2027 |
<translation type="unfinished"></translation> |
3284 | 2028 |
</message> |
2029 |
<message> |
|
2030 |
<source>Mouse: Right button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2031 |
<translation type="unfinished"></translation> |
3284 | 2032 |
</message> |
2033 |
<message> |
|
2034 |
<source>Mouse: Wheel up</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2035 |
<translation type="unfinished"></translation> |
3284 | 2036 |
</message> |
2037 |
<message> |
|
2038 |
<source>Mouse: Wheel down</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2039 |
<translation type="unfinished"></translation> |
3284 | 2040 |
</message> |
2041 |
<message> |
|
2042 |
<source>Backspace</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2043 |
<translation type="unfinished"></translation> |
3284 | 2044 |
</message> |
2045 |
<message> |
|
2046 |
<source>Tab</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2047 |
<translation type="unfinished"></translation> |
3284 | 2048 |
</message> |
2049 |
<message> |
|
2050 |
<source>Clear</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2051 |
<translation type="unfinished"></translation> |
3284 | 2052 |
</message> |
2053 |
<message> |
|
2054 |
<source>Return</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2055 |
<translation type="unfinished"></translation> |
3284 | 2056 |
</message> |
2057 |
<message> |
|
2058 |
<source>Pause</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2059 |
<translation type="unfinished"></translation> |
3284 | 2060 |
</message> |
2061 |
<message> |
|
2062 |
<source>Escape</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2063 |
<translation type="unfinished"></translation> |
3284 | 2064 |
</message> |
2065 |
<message> |
|
2066 |
<source>Space</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2067 |
<translation type="unfinished"></translation> |
3284 | 2068 |
</message> |
2069 |
<message> |
|
2070 |
<source>Numpad 0</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2071 |
<translation type="unfinished"></translation> |
3284 | 2072 |
</message> |
2073 |
<message> |
|
2074 |
<source>Numpad 1</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2075 |
<translation type="unfinished"></translation> |
3284 | 2076 |
</message> |
2077 |
<message> |
|
2078 |
<source>Numpad 2</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2079 |
<translation type="unfinished"></translation> |
3284 | 2080 |
</message> |
2081 |
<message> |
|
2082 |
<source>Numpad 3</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2083 |
<translation type="unfinished"></translation> |
3284 | 2084 |
</message> |
2085 |
<message> |
|
2086 |
<source>Numpad 4</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2087 |
<translation type="unfinished"></translation> |
3284 | 2088 |
</message> |
2089 |
<message> |
|
2090 |
<source>Numpad 5</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2091 |
<translation type="unfinished"></translation> |
3284 | 2092 |
</message> |
2093 |
<message> |
|
2094 |
<source>Numpad 6</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2095 |
<translation type="unfinished"></translation> |
3284 | 2096 |
</message> |
2097 |
<message> |
|
2098 |
<source>Numpad 7</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2099 |
<translation type="unfinished"></translation> |
3284 | 2100 |
</message> |
2101 |
<message> |
|
2102 |
<source>Numpad 8</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2103 |
<translation type="unfinished"></translation> |
3284 | 2104 |
</message> |
2105 |
<message> |
|
2106 |
<source>Numpad 9</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2107 |
<translation type="unfinished"></translation> |
3284 | 2108 |
</message> |
2109 |
<message> |
|
2110 |
<source>Numpad .</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2111 |
<translation type="unfinished"></translation> |
3284 | 2112 |
</message> |
2113 |
<message> |
|
2114 |
<source>Numpad /</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2115 |
<translation type="unfinished"></translation> |
3284 | 2116 |
</message> |
2117 |
<message> |
|
2118 |
<source>Numpad *</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2119 |
<translation type="unfinished"></translation> |
3284 | 2120 |
</message> |
2121 |
<message> |
|
2122 |
<source>Numpad -</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2123 |
<translation type="unfinished"></translation> |
3284 | 2124 |
</message> |
2125 |
<message> |
|
2126 |
<source>Numpad +</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2127 |
<translation type="unfinished"></translation> |
3284 | 2128 |
</message> |
2129 |
<message> |
|
2130 |
<source>Enter</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2131 |
<translation type="unfinished"></translation> |
3284 | 2132 |
</message> |
2133 |
<message> |
|
2134 |
<source>Equals</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2135 |
<translation type="unfinished"></translation> |
3284 | 2136 |
</message> |
2137 |
<message> |
|
2138 |
<source>Up</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2139 |
<translation type="unfinished"></translation> |
3284 | 2140 |
</message> |
2141 |
<message> |
|
2142 |
<source>Down</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2143 |
<translation type="unfinished"></translation> |
3284 | 2144 |
</message> |
2145 |
<message> |
|
2146 |
<source>Right</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2147 |
<translation type="unfinished"></translation> |
3284 | 2148 |
</message> |
2149 |
<message> |
|
2150 |
<source>Left</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2151 |
<translation type="unfinished"></translation> |
3284 | 2152 |
</message> |
2153 |
<message> |
|
2154 |
<source>Insert</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2155 |
<translation type="unfinished"></translation> |
3284 | 2156 |
</message> |
2157 |
<message> |
|
2158 |
<source>Home</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2159 |
<translation type="unfinished"></translation> |
3284 | 2160 |
</message> |
2161 |
<message> |
|
2162 |
<source>End</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2163 |
<translation type="unfinished"></translation> |
3284 | 2164 |
</message> |
2165 |
<message> |
|
2166 |
<source>Page up</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2167 |
<translation type="unfinished"></translation> |
3284 | 2168 |
</message> |
2169 |
<message> |
|
2170 |
<source>Page down</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2171 |
<translation type="unfinished"></translation> |
3284 | 2172 |
</message> |
2173 |
<message> |
|
2174 |
<source>Num lock</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2175 |
<translation type="unfinished"></translation> |
3284 | 2176 |
</message> |
2177 |
<message> |
|
2178 |
<source>Caps lock</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2179 |
<translation type="unfinished"></translation> |
3284 | 2180 |
</message> |
2181 |
<message> |
|
2182 |
<source>Scroll lock</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2183 |
<translation type="unfinished"></translation> |
3284 | 2184 |
</message> |
2185 |
<message> |
|
2186 |
<source>Right shift</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2187 |
<translation type="unfinished"></translation> |
3284 | 2188 |
</message> |
2189 |
<message> |
|
2190 |
<source>Left shift</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2191 |
<translation type="unfinished"></translation> |
3284 | 2192 |
</message> |
2193 |
<message> |
|
2194 |
<source>Right ctrl</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2195 |
<translation type="unfinished"></translation> |
3284 | 2196 |
</message> |
2197 |
<message> |
|
2198 |
<source>Left ctrl</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2199 |
<translation type="unfinished"></translation> |
3284 | 2200 |
</message> |
2201 |
<message> |
|
2202 |
<source>Right alt</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2203 |
<translation type="unfinished"></translation> |
3284 | 2204 |
</message> |
2205 |
<message> |
|
2206 |
<source>Left alt</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2207 |
<translation type="unfinished"></translation> |
3284 | 2208 |
</message> |
2209 |
<message> |
|
2210 |
<source>Right meta</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2211 |
<translation type="unfinished"></translation> |
3284 | 2212 |
</message> |
2213 |
<message> |
|
2214 |
<source>Left meta</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2215 |
<translation type="unfinished"></translation> |
3284 | 2216 |
</message> |
2217 |
<message> |
|
2218 |
<source>A button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2219 |
<translation type="unfinished"></translation> |
3284 | 2220 |
</message> |
2221 |
<message> |
|
2222 |
<source>B button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2223 |
<translation type="unfinished"></translation> |
3284 | 2224 |
</message> |
2225 |
<message> |
|
2226 |
<source>X button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2227 |
<translation type="unfinished"></translation> |
3284 | 2228 |
</message> |
2229 |
<message> |
|
2230 |
<source>Y button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2231 |
<translation type="unfinished"></translation> |
3284 | 2232 |
</message> |
2233 |
<message> |
|
2234 |
<source>LB button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2235 |
<translation type="unfinished"></translation> |
3284 | 2236 |
</message> |
2237 |
<message> |
|
2238 |
<source>RB button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2239 |
<translation type="unfinished"></translation> |
3284 | 2240 |
</message> |
2241 |
<message> |
|
2242 |
<source>Back button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2243 |
<translation type="unfinished"></translation> |
3284 | 2244 |
</message> |
2245 |
<message> |
|
2246 |
<source>Start button</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2247 |
<translation type="unfinished"></translation> |
3284 | 2248 |
</message> |
2249 |
<message> |
|
2250 |
<source>Left stick</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2251 |
<translation type="unfinished"></translation> |
3284 | 2252 |
</message> |
2253 |
<message> |
|
2254 |
<source>Right stick</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2255 |
<translation type="unfinished"></translation> |
3284 | 2256 |
</message> |
2257 |
<message> |
|
2258 |
<source>Left stick (Right)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2259 |
<translation type="unfinished"></translation> |
3284 | 2260 |
</message> |
2261 |
<message> |
|
2262 |
<source>Left stick (Left)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2263 |
<translation type="unfinished"></translation> |
3284 | 2264 |
</message> |
2265 |
<message> |
|
2266 |
<source>Left stick (Down)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2267 |
<translation type="unfinished"></translation> |
3284 | 2268 |
</message> |
2269 |
<message> |
|
2270 |
<source>Left stick (Up)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2271 |
<translation type="unfinished"></translation> |
3284 | 2272 |
</message> |
2273 |
<message> |
|
2274 |
<source>Left trigger</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2275 |
<translation type="unfinished"></translation> |
3284 | 2276 |
</message> |
2277 |
<message> |
|
2278 |
<source>Right trigger</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2279 |
<translation type="unfinished"></translation> |
3284 | 2280 |
</message> |
2281 |
<message> |
|
2282 |
<source>Right stick (Down)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2283 |
<translation type="unfinished"></translation> |
3284 | 2284 |
</message> |
2285 |
<message> |
|
2286 |
<source>Right stick (Up)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2287 |
<translation type="unfinished"></translation> |
3284 | 2288 |
</message> |
2289 |
<message> |
|
2290 |
<source>Right stick (Right)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2291 |
<translation type="unfinished"></translation> |
3284 | 2292 |
</message> |
2293 |
<message> |
|
2294 |
<source>Right stick (Left)</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2295 |
<translation type="unfinished"></translation> |
3284 | 2296 |
</message> |
2297 |
<message> |
|
2298 |
<source>DPad</source> |
|
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
2299 |
<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:
2545
diff
changeset
|
2300 |
</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:
2545
diff
changeset
|
2301 |
</context> |
1803 | 2302 |
</TS> |