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