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-- |
932 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2562 | 2 |
<!DOCTYPE TS> |
12721 | 3 |
<TS version="2.1" language="it"> |
2030 | 4 |
<context> |
8648 | 5 |
<name>About</name> |
6 |
<message> |
|
7 |
<source>Unknown Compiler</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
8 |
<translation>Compilatore sconosciuto</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">Questo programma è distribuito secondo i termini di %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> |
|
7686 | 86 |
<translation>Indietro</translation> |
7679 | 87 |
</message> |
88 |
</context> |
|
89 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
90 |
<name>BanDialog</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
91 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
92 |
<source>IP</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
93 |
<translation>IP</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
94 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
95 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
96 |
<source>Nick</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
97 |
<translation>Soprannome</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
98 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
99 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
100 |
<source>IP/Nick</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
101 |
<translation>IP/Soprannome</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
102 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
103 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
104 |
<source>Reason</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
105 |
<translation>Motivo</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
106 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
107 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
108 |
<source>Duration</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
109 |
<translation>Durata</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
110 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
111 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
112 |
<source>Ok</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
113 |
<translation>Ok</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
114 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
115 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
116 |
<source>Cancel</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
117 |
<translation>Annulla</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
118 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
119 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
120 |
<source>you know why</source> |
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
121 |
<translation>tu sai perché</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
122 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
123 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
124 |
<source>Warning</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
125 |
<translation>Avviso</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
126 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
127 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
128 |
<source>Please, specify %1</source> |
12721 | 129 |
<translation type="vanished">Per favore, specifica %1</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
130 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
131 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
132 |
<source>nickname</source> |
12721 | 133 |
<translation type="vanished">soprannome</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
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> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
137 |
<translation>permanente</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> |
|
12460 | 141 |
<translation>Espelli giocatore</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:
8264
diff
changeset
|
151 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
152 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
153 |
<name>DataManager</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
154 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
155 |
<source>Use Default</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
156 |
<translation>Usa predefinito</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
157 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
158 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
159 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
160 |
<name>FeedbackDialog</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
161 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
162 |
<source>View</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
163 |
<translation>Leggi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
164 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
165 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
166 |
<source>Cancel</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
167 |
<translation>Annulla</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
168 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
169 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
170 |
<source>Send Feedback</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
171 |
<translation>Invia commento</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
172 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
173 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
174 |
<source>We are always happy about suggestions, ideas, or bug reports.</source> |
8873 | 175 |
<translation>Siamo sempre felici di ricevere suggerimenti, idee o segnalazioni di bachi.</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
176 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
177 |
<message> |
9007 | 178 |
<source>Send us feedback!</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
179 |
<translation>Mandaci un commento!</translation> |
9007 | 180 |
</message> |
181 |
<message> |
|
182 |
<source>If you found a bug, you can see if it's already been reported here: </source> |
|
12460 | 183 |
<translation>Se trovi un baco, puoi vedere se è già stato segnalato qui: </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> |
|
12460 | 187 |
<translation>Il tuo indirizzo di posta elettronica è facoltativo, ma potremmo volerti contattare.</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
188 |
</message> |
11526 | 189 |
<message> |
190 |
<source>Feedback</source> |
|
12460 | 191 |
<translation>Opinioni</translation> |
11526 | 192 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
193 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
194 |
<context> |
2562 | 195 |
<name>FreqSpinBox</name> |
196 |
<message> |
|
197 |
<source>Never</source> |
|
3284 | 198 |
<translation>Mai</translation> |
2562 | 199 |
</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:
2562
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:
2562
diff
changeset
|
201 |
<source>Every %1 turn</source> |
3284 | 202 |
<translation> |
2661 | 203 |
<numerusform>Ogni turno</numerusform> |
204 |
<numerusform>Ogni %1 turni</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:
2562
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:
2562
diff
changeset
|
206 |
</message> |
2562 | 207 |
</context> |
208 |
<context> |
|
1546 | 209 |
<name>GameCFGWidget</name> |
210 |
<message> |
|
2030 | 211 |
<source>Edit weapons</source> |
2085 | 212 |
<translation>Modifica armi</translation> |
2030 | 213 |
</message> |
214 |
<message> |
|
1900 | 215 |
<source>Edit schemes</source> |
1949 | 216 |
<translation>Modifica schemi</translation> |
1900 | 217 |
</message> |
4259 | 218 |
<message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
219 |
<source>Game scheme will auto-select a weapon</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
220 |
<translation>Lo schema di gioco sceglierà automaticamente un'arma</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
221 |
</message> |
8648 | 222 |
<message> |
223 |
<source>Map</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
224 |
<translation>Mappa</translation> |
8648 | 225 |
</message> |
226 |
<message> |
|
227 |
<source>Game options</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
228 |
<translation>Opzioni di gioco</translation> |
8648 | 229 |
</message> |
1546 | 230 |
</context> |
231 |
<context> |
|
13210 | 232 |
<name>GameSchemeModel</name> |
233 |
<message> |
|
234 |
<source>new</source> |
|
235 |
<translation type="obsolete">nuovo</translation> |
|
236 |
</message> |
|
237 |
<message> |
|
238 |
<source>copy of %1</source> |
|
239 |
<translation type="obsolete">copia di %1</translation> |
|
240 |
</message> |
|
241 |
<message> |
|
242 |
<source>New</source> |
|
243 |
<translation>Nuovo</translation> |
|
244 |
</message> |
|
245 |
<message> |
|
246 |
<source>Copy of %1</source> |
|
247 |
<translation>Copia di %1</translation> |
|
248 |
</message> |
|
249 |
<message> |
|
250 |
<source>New (%1)</source> |
|
251 |
<translation type="unfinished">Nuovo (%1)</translation> |
|
252 |
</message> |
|
253 |
<message> |
|
254 |
<source>Copy of %1 (%2)</source> |
|
255 |
<translation type="unfinished">Copia di %1 (%2)</translation> |
|
256 |
</message> |
|
257 |
</context> |
|
258 |
<context> |
|
9756 | 259 |
<name>GameUIConfig</name> |
260 |
<message> |
|
261 |
<source>Guest</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
262 |
<translation>Ospite</translation> |
9756 | 263 |
</message> |
264 |
</context> |
|
265 |
<context> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
266 |
<name>HWApplication</name> |
8648 | 267 |
<message numerus="yes"> |
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
268 |
<source>%1 minutes</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
269 |
<translation> |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
270 |
<numerusform>%1 minuto</numerusform> |
8648 | 271 |
<numerusform>%1 minuti</numerusform> |
272 |
</translation> |
|
273 |
</message> |
|
274 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
275 |
<source>%1 hour</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
276 |
<translation> |
8648 | 277 |
<numerusform>%1 ora</numerusform> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
278 |
<numerusform>%1 ore</numerusform> |
8648 | 279 |
</translation> |
280 |
</message> |
|
281 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
282 |
<source>%1 hours</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
283 |
<translation> |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
284 |
<numerusform>%1 ora</numerusform> |
8648 | 285 |
<numerusform>%1 ore</numerusform> |
286 |
</translation> |
|
287 |
</message> |
|
288 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
289 |
<source>%1 day</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
290 |
<translation> |
8648 | 291 |
<numerusform>%1 giorno</numerusform> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
292 |
<numerusform>%1 giorni</numerusform> |
8648 | 293 |
</translation> |
294 |
</message> |
|
295 |
<message numerus="yes"> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
296 |
<source>%1 days</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
297 |
<translation> |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
298 |
<numerusform>%1 giorno</numerusform> |
8648 | 299 |
<numerusform>%1 giorni</numerusform> |
300 |
</translation> |
|
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
301 |
</message> |
8788 | 302 |
<message> |
303 |
<source>Scheme '%1' not supported</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
304 |
<translation>Schema '%1' non supportato</translation> |
8788 | 305 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
306 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
307 |
<source>Cannot create directory %1</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
308 |
<translation>Impossibile creare la cartella %1</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
309 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
310 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
311 |
<source>Failed to open data directory: |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
312 |
%1 |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
313 |
|
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
314 |
Please check your installation!</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
315 |
<translation>Impossibile creare la cartella dati: |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
316 |
%1 |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
317 |
|
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
318 |
Per favore controlla l'installazione!</translation> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
319 |
</message> |
10451 | 320 |
<message> |
321 |
<source>Usage</source> |
|
322 |
<comment>command-line</comment> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
323 |
<translation>Utilizzo</translation> |
10451 | 324 |
</message> |
325 |
<message> |
|
326 |
<source>OPTION</source> |
|
327 |
<comment>command-line</comment> |
|
12460 | 328 |
<translation>OPTION</translation> |
10451 | 329 |
</message> |
330 |
<message> |
|
331 |
<source>CONNECTSTRING</source> |
|
332 |
<comment>command-line</comment> |
|
12460 | 333 |
<translation>CONNECTSTRING</translation> |
10451 | 334 |
</message> |
335 |
<message> |
|
336 |
<source>Options</source> |
|
337 |
<comment>command-line</comment> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
338 |
<translation>Opzioni</translation> |
10451 | 339 |
</message> |
340 |
<message> |
|
341 |
<source>Display this help</source> |
|
342 |
<comment>command-line</comment> |
|
12460 | 343 |
<translation>Visualizza questo messaggio di aiuto</translation> |
10451 | 344 |
</message> |
345 |
<message> |
|
346 |
<source>Custom path for configuration data and user data</source> |
|
347 |
<comment>command-line</comment> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
348 |
<translation>Percorso personalizzato per la configurazione e i dati utente</translation> |
10451 | 349 |
</message> |
350 |
<message> |
|
351 |
<source>Custom path to the game data folder</source> |
|
352 |
<comment>command-line</comment> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
353 |
<translation>Percorso personalizzato per i dati del gioco</translation> |
10451 | 354 |
</message> |
355 |
<message> |
|
356 |
<source>Hedgewars can use a %1 (e.g. "%2") to connect on start.</source> |
|
357 |
<comment>command-line</comment> |
|
12460 | 358 |
<translation>Hedgewars può usare un %1 (per esempio "%2") per connettersi all'avvio.</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
|
359 |
</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
|
360 |
<message> |
10451 | 361 |
<source>Malformed option argument: %1</source> |
362 |
<comment>command-line</comment> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
363 |
<translation>Argomento %1 errato</translation> |
10451 | 364 |
</message> |
365 |
<message> |
|
366 |
<source>Unknown option argument: %1</source> |
|
367 |
<comment>command-line</comment> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
368 |
<translation>Opzione %1 sconosciuta</translation> |
10451 | 369 |
</message> |
8412
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
370 |
</context> |
a2465e542e3d
lupdate -pro project_files/hedgewars.pro -no-obsolete
koda
parents:
8401
diff
changeset
|
371 |
<context> |
7679 | 372 |
<name>HWAskQuitDialog</name> |
373 |
<message> |
|
7902
a82b1bf2eca1
- Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents:
7801
diff
changeset
|
374 |
<source>Do you really want to quit?</source> |
7686 | 375 |
<translation>Vuoi veramente uscire?</translation> |
7679 | 376 |
</message> |
377 |
</context> |
|
378 |
<context> |
|
2883 | 379 |
<name>HWChatWidget</name> |
380 |
<message> |
|
6239 | 381 |
<source>%1 has been removed from your ignore list</source> |
6533 | 382 |
<translation>%1 è stato rimosso dalla tua lista ignorati</translation> |
6239 | 383 |
</message> |
384 |
<message> |
|
385 |
<source>%1 has been added to your ignore list</source> |
|
6533 | 386 |
<translation>%1 è stato aggiunto alla tua lista ignorati</translation> |
6239 | 387 |
</message> |
388 |
<message> |
|
389 |
<source>%1 has been removed from your friends list</source> |
|
6533 | 390 |
<translation>%1 è stato rimosso dalla tua lista amici</translation> |
6239 | 391 |
</message> |
392 |
<message> |
|
393 |
<source>%1 has been added to your friends list</source> |
|
6533 | 394 |
<translation>%1 è stato aggounto alla tua lista amici</translation> |
6239 | 395 |
</message> |
396 |
<message> |
|
397 |
<source>Stylesheet imported from %1</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
398 |
<translation>Foglio di stile importato da %1</translation> |
6239 | 399 |
</message> |
400 |
<message> |
|
401 |
<source>Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
402 |
<translation>Inserisci %1 se vuoi utilizzare il foglio di stile corrente in futuro, inserisci %2 per azzerarlo!</translation> |
6239 | 403 |
</message> |
404 |
<message> |
|
405 |
<source>Couldn't read %1</source> |
|
6533 | 406 |
<translation>Impossibile leggere %1</translation> |
6239 | 407 |
</message> |
408 |
<message> |
|
409 |
<source>StyleSheet discarded</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
410 |
<translation>Foglio di stile scartato</translation> |
6239 | 411 |
</message> |
412 |
<message> |
|
413 |
<source>StyleSheet saved to %1</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
414 |
<translation>Foglio di stile salvato in %1</translation> |
6239 | 415 |
</message> |
416 |
<message> |
|
417 |
<source>Failed to save StyleSheet to %1</source> |
|
12460 | 418 |
<translation>Impossibile salvare il foglio di stile in %1</translation> |
6239 | 419 |
</message> |
9007 | 420 |
<message> |
421 |
<source>%1 has joined</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
422 |
<translation>%1 è entrato</translation> |
9007 | 423 |
</message> |
424 |
<message> |
|
425 |
<source>%1 has left</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
426 |
<translation>%1 è uscito</translation> |
9007 | 427 |
</message> |
428 |
<message> |
|
429 |
<source>%1 has left (%2)</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
430 |
<translation>%1 è uscito (%2)</translation> |
9007 | 431 |
</message> |
11833 | 432 |
<message> |
433 |
<source>Chat log</source> |
|
12460 | 434 |
<translation>Log della chat</translation> |
11833 | 435 |
</message> |
436 |
<message> |
|
437 |
<source>Enter chat messages here and send them with [Enter]</source> |
|
12460 | 438 |
<translation>Scrivi qui i messaggi di chat e spediscili con [Invio]</translation> |
11833 | 439 |
</message> |
440 |
<message> |
|
441 |
<source>List of players</source> |
|
12460 | 442 |
<translation>Lista dei giocatori</translation> |
11833 | 443 |
</message> |
2883 | 444 |
</context> |
445 |
<context> |
|
932 | 446 |
<name>HWForm</name> |
447 |
<message> |
|
448 |
<source>Cannot save record to file %1</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
449 |
<translation>Impossibile salvare il campo nel file %1</translation> |
932 | 450 |
</message> |
1546 | 451 |
<message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
452 |
<source>DefaultTeam</source> |
12721 | 453 |
<translation type="vanished">Squadra_Predefinita</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
454 |
</message> |
4124 | 455 |
<message> |
456 |
<source>Hedgewars Demo File</source> |
|
457 |
<comment>File Types</comment> |
|
4863 | 458 |
<translation>Demo di Hedgewars</translation> |
4124 | 459 |
</message> |
460 |
<message> |
|
461 |
<source>Hedgewars Save File</source> |
|
462 |
<comment>File Types</comment> |
|
4863 | 463 |
<translation>Salvataggio di Hedgewars</translation> |
4124 | 464 |
</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
|
465 |
<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
|
466 |
<source>Demo name</source> |
5929 | 467 |
<translation>Nome della demo</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
|
468 |
</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
|
469 |
<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
|
470 |
<source>Demo name:</source> |
5929 | 471 |
<translation>Nome della demo:</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
|
472 |
</message> |
6239 | 473 |
<message> |
474 |
<source>Game aborted</source> |
|
6533 | 475 |
<translation>Gioco concluso per volere del giocatore</translation> |
6239 | 476 |
</message> |
477 |
<message> |
|
478 |
<source>Nickname</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
479 |
<translation>Nome</translation> |
6239 | 480 |
</message> |
481 |
<message> |
|
482 |
<source>No nickname supplied.</source> |
|
12460 | 483 |
<translation>Nessun soprannome inserito.</translation> |
6239 | 484 |
</message> |
7801 | 485 |
<message> |
486 |
<source>Someone already uses your nickname %1 on the server. |
|
487 |
Please pick another nickname:</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
488 |
<translation>Qualcun altro sta già usando il tuo nome %1 sul server. |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
489 |
Per favore scegli un altro nome:</translation> |
7801 | 490 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
491 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
492 |
<source>%1's Team</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
493 |
<translation>Squadra di %1</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
494 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
495 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
496 |
<source>Hedgewars - Nick registered</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
497 |
<translation>Hedgewars - Nome registrato</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
498 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
499 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
500 |
<source>This nick is registered, and you haven't specified a password. |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
501 |
|
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
502 |
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:
8264
diff
changeset
|
503 |
|
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
504 |
Password:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
505 |
<translation>Questo nome è registrato, e non hai specificato una password. |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
506 |
|
12460 | 507 |
Se questo nome non è tuo, per favore registra un nome tuo su www.hedgewars.org |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
508 |
|
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
509 |
Password:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
510 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
511 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
512 |
<source>Your nickname is not registered. |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
513 |
To prevent someone else from using it, |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
514 |
please register it at www.hedgewars.org</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
515 |
<translation>Il tuo nome non è registrato. |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
516 |
Per evitare che qualcun altro lo usi, |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
517 |
per favore registralo su www.hedgewars.org</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
518 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
519 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
520 |
<source> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
521 |
|
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
522 |
Your password wasn't saved either.</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
523 |
<translation> |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
524 |
|
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
525 |
Anche la tua password non è stata salvata.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
526 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
527 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
528 |
<source>Hedgewars - Empty nickname</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
529 |
<translation>Hedgewars - Nome vuoto</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
530 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
531 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
532 |
<source>Hedgewars - Wrong password</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
533 |
<translation>Hedgewars - Password sbagliata</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
534 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
535 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
536 |
<source>You entered a wrong password.</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
537 |
<translation>Hai inserito una password sbagliata.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
538 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
539 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
540 |
<source>Try Again</source> |
12460 | 541 |
<translation>Riprova</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
542 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
543 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
544 |
<source>Hedgewars - Connection error</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
545 |
<translation>Hedgewars - Errore di connessione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
546 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
547 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
548 |
<source>You reconnected too fast. |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
549 |
Please wait a few seconds and try again.</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
550 |
<translation>Ti sei ricollegato troppo velocemente. |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
551 |
Per favore aspetta qualche secondo e prova di nuovo.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
552 |
</message> |
9007 | 553 |
<message> |
554 |
<source>This page requires an internet connection.</source> |
|
12721 | 555 |
<translation type="vanished">Questa pagina richiede una connessione a Internet.</translation> |
9007 | 556 |
</message> |
9756 | 557 |
<message> |
558 |
<source>Guest</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
559 |
<translation>Ospite</translation> |
9756 | 560 |
</message> |
561 |
<message> |
|
562 |
<source>Room password</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
563 |
<translation>Password stanza</translation> |
9756 | 564 |
</message> |
565 |
<message> |
|
566 |
<source>The room is protected with password. |
|
567 |
Please, enter the password:</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
568 |
<translation>Questa stanza è protetta da password. |
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
569 |
Per piacere, inserisci la password:</translation> |
9756 | 570 |
</message> |
12721 | 571 |
<message> |
572 |
<source>Team 1</source> |
|
573 |
<translation type="unfinished"></translation> |
|
574 |
</message> |
|
575 |
<message> |
|
576 |
<source>Team %1</source> |
|
577 |
<extracomment>Default team name</extracomment> |
|
578 |
<translation type="unfinished"></translation> |
|
579 |
</message> |
|
580 |
<message> |
|
581 |
<source>Computer %1</source> |
|
582 |
<extracomment>Default computer team name</extracomment> |
|
583 |
<translation type="unfinished"></translation> |
|
584 |
</message> |
|
585 |
<message> |
|
586 |
<source>Unknown network error (possibly missing SSL library).</source> |
|
587 |
<translation type="unfinished"></translation> |
|
588 |
</message> |
|
589 |
<message> |
|
590 |
<source>This feature requires an Internet connection, but you don't appear to be online (error code: %1).</source> |
|
591 |
<translation type="unfinished"></translation> |
|
592 |
</message> |
|
593 |
<message> |
|
594 |
<source>Internal error: Reply object is invalid.</source> |
|
595 |
<translation type="unfinished"></translation> |
|
596 |
</message> |
|
932 | 597 |
</context> |
598 |
<context> |
|
599 |
<name>HWGame</name> |
|
600 |
<message> |
|
601 |
<source>en.txt</source> |
|
12721 | 602 |
<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> |
932 | 603 |
<translation>it.txt</translation> |
604 |
</message> |
|
605 |
<message> |
|
606 |
<source>Cannot open demofile %1</source> |
|
6546
265db7d3e085
Italian update - ditched missions file since encoding appears to be incorrect.
ChipHome
parents:
6533
diff
changeset
|
607 |
<translation>Impossibile aprire il file demo %1</translation> |
932 | 608 |
</message> |
10451 | 609 |
<message> |
610 |
<source>A Fatal ERROR occured! - The game engine had to stop. |
|
611 |
||
612 |
We are very sorry for the inconvenience :( |
|
613 |
||
614 |
If this keeps happening, please click the '%1' button in the main menu! |
|
615 |
||
616 |
Last two engine messages: |
|
617 |
%2</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
618 |
<translation type="vanished">ERRORE non recuperabile! Il motore di gioco si è dovuto arrestare. |
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
619 |
|
11526 | 620 |
Ci dispiace molto per l'inconveniente :( |
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
621 |
|
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
622 |
Se continua a succedere, per piacere clicca il bottone '%1' nel menu principale! |
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
623 |
|
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
624 |
Ultimi due messaggi del motore: |
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
625 |
%2</translation> |
10451 | 626 |
</message> |
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
627 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
628 |
<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
|
629 |
|
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
630 |
We are very sorry for the inconvenience. :-( |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
631 |
|
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
632 |
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
|
633 |
|
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
634 |
Last engine message: |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
635 |
%1</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
636 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
637 |
</message> |
932 | 638 |
</context> |
639 |
<context> |
|
11526 | 640 |
<name>HWHostPortDialog</name> |
641 |
<message> |
|
642 |
<source>Connect to server</source> |
|
12460 | 643 |
<translation>Connetti al server</translation> |
11526 | 644 |
</message> |
645 |
</context> |
|
646 |
<context> |
|
1213 | 647 |
<name>HWMapContainer</name> |
648 |
<message> |
|
1803 | 649 |
<source>All</source> |
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
650 |
<translation>Tutte</translation> |
1803 | 651 |
</message> |
652 |
<message> |
|
653 |
<source>Small</source> |
|
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
654 |
<translation>Piccola</translation> |
1803 | 655 |
</message> |
656 |
<message> |
|
657 |
<source>Medium</source> |
|
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
658 |
<translation>Media</translation> |
1803 | 659 |
</message> |
660 |
<message> |
|
661 |
<source>Large</source> |
|
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
662 |
<translation>Grande</translation> |
1803 | 663 |
</message> |
664 |
<message> |
|
665 |
<source>Cavern</source> |
|
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
666 |
<translation>Caverna</translation> |
1803 | 667 |
</message> |
668 |
<message> |
|
669 |
<source>Wacky</source> |
|
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
670 |
<translation>Stramba</translation> |
1803 | 671 |
</message> |
3163 | 672 |
<message> |
3228 | 673 |
<source>Small tunnels</source> |
4863 | 674 |
<translation>Gallerie piccole</translation> |
3228 | 675 |
</message> |
676 |
<message> |
|
677 |
<source>Medium tunnels</source> |
|
4863 | 678 |
<translation>Gallerie medie</translation> |
3228 | 679 |
</message> |
680 |
<message> |
|
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
681 |
<source>Seed</source> |
12460 | 682 |
<translation>Seme</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
683 |
</message> |
4707
1d3b19eabfe7
Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
4600
diff
changeset
|
684 |
<message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
685 |
<source>Map type:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
686 |
<translation>Tipo mappa:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
687 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
688 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
689 |
<source>Image map</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
690 |
<translation>Immagine mappa</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
691 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
692 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
693 |
<source>Mission map</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
694 |
<translation>Mappa missione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
695 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
696 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
697 |
<source>Hand-drawn</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
698 |
<translation>Disegnata a mano</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
699 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
700 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
701 |
<source>Randomly generated</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
702 |
<translation>Generata casualmente</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
703 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
704 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
705 |
<source>Random maze</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
706 |
<translation>Labirinto casuale</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
707 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
708 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
709 |
<source>Random</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
710 |
<translation>Casuale</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
711 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
712 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
713 |
<source>Map preview:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
714 |
<translation>Anteprima mappa:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
715 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
716 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
717 |
<source>Load map drawing</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
718 |
<translation>Carica disegno mappa</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
719 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
720 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
721 |
<source>Edit map drawing</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
722 |
<translation>Modifica disegno mappa</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
723 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
724 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
725 |
<source>Small islands</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
726 |
<translation>Isole piccole</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
727 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
728 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
729 |
<source>Medium islands</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
730 |
<translation>Isole medie</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
731 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
732 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
733 |
<source>Large islands</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
734 |
<translation>Isole grandi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
735 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
736 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
737 |
<source>Map size:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
738 |
<translation>Dimensione mappa:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
739 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
740 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
741 |
<source>Maze style:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
742 |
<translation>Stile labirinto:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
743 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
744 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
745 |
<source>Mission:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
746 |
<translation>Missione:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
747 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
748 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
749 |
<source>Map:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
750 |
<translation>Mappa:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
751 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
752 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
753 |
<source>Load drawn map</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
754 |
<translation>Carica mappa disegnata</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
755 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
756 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
757 |
<source>Drawn Maps</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
758 |
<translation>Mappe disegnate</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
759 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
760 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
761 |
<source>All files</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
762 |
<translation>Tutti i file</translation> |
4707
1d3b19eabfe7
Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
4600
diff
changeset
|
763 |
</message> |
8695 | 764 |
<message> |
765 |
<source>Large tunnels</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
766 |
<translation>Tunnel larghi</translation> |
8695 | 767 |
</message> |
9007 | 768 |
<message> |
769 |
<source>Theme: %1</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
770 |
<translation>Tema: %1</translation> |
9007 | 771 |
</message> |
10451 | 772 |
<message> |
773 |
<source>Random perlin</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
774 |
<translation>Rumore casuale</translation> |
10451 | 775 |
</message> |
776 |
<message> |
|
777 |
<source>Style:</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
778 |
<translation>Stile:</translation> |
10451 | 779 |
</message> |
11756 | 780 |
<message> |
781 |
<source>Forts</source> |
|
12460 | 782 |
<translation>Forti</translation> |
11756 | 783 |
</message> |
11833 | 784 |
<message> |
785 |
<source>View and edit the seed, the source of randomness in the game</source> |
|
12460 | 786 |
<translation>Vedi e modifica il seme, l'elemento base della casualità del gioco</translation> |
11833 | 787 |
</message> |
788 |
<message> |
|
789 |
<source>Randomize the theme</source> |
|
12460 | 790 |
<translation>Tema casuale</translation> |
11833 | 791 |
</message> |
792 |
<message> |
|
793 |
<source>Choose a theme</source> |
|
12460 | 794 |
<translation>Scegli un tema</translation> |
11833 | 795 |
</message> |
796 |
<message> |
|
797 |
<source>Randomize the map, theme and seed</source> |
|
12460 | 798 |
<translation>Scegli casualmente mappa, tema e seme</translation> |
11833 | 799 |
</message> |
800 |
<message> |
|
801 |
<source>Randomize the theme and seed</source> |
|
12460 | 802 |
<translation>Scegli casualmente tema e seme</translation> |
11833 | 803 |
</message> |
804 |
<message> |
|
805 |
<source>Randomize the seed</source> |
|
12460 | 806 |
<translation>Seme casuale</translation> |
11833 | 807 |
</message> |
808 |
<message> |
|
809 |
<source>Click to randomize the map, theme and seed</source> |
|
12460 | 810 |
<translation>Premi per scegliere a caso la mappa, il tema e il seme</translation> |
11833 | 811 |
</message> |
812 |
<message> |
|
813 |
<source>Click to randomize the theme and seed</source> |
|
12460 | 814 |
<translation>Clicca per scegliere casualmente il tema e il seme</translation> |
11833 | 815 |
</message> |
816 |
<message> |
|
817 |
<source>Adjust the complexity of the generated map</source> |
|
12460 | 818 |
<translation>Perfeziona la complessità della mappa generata</translation> |
11833 | 819 |
</message> |
820 |
<message> |
|
821 |
<source>Adjust the distance between forts</source> |
|
12460 | 822 |
<translation>Perfeziona la distanza tra i forti</translation> |
11833 | 823 |
</message> |
824 |
<message> |
|
825 |
<source>Click to edit</source> |
|
12460 | 826 |
<translation>Clicca per modificare</translation> |
11833 | 827 |
</message> |
1213 | 828 |
</context> |
829 |
<context> |
|
932 | 830 |
<name>HWNetServersModel</name> |
831 |
<message> |
|
832 |
<source>Title</source> |
|
833 |
<translation>Titolo</translation> |
|
834 |
</message> |
|
835 |
<message> |
|
836 |
<source>IP</source> |
|
837 |
<translation>IP</translation> |
|
838 |
</message> |
|
839 |
<message> |
|
840 |
<source>Port</source> |
|
4863 | 841 |
<translation>Porta</translation> |
932 | 842 |
</message> |
843 |
</context> |
|
844 |
<context> |
|
845 |
<name>HWNewNet</name> |
|
846 |
<message> |
|
847 |
<source>The host was not found. Please check the host name and port settings.</source> |
|
848 |
<translation>Host non trovato. Controllare impostazioni di nome host e porta.</translation> |
|
849 |
</message> |
|
850 |
<message> |
|
851 |
<source>Connection refused</source> |
|
852 |
<translation>Connessione rifiutata</translation> |
|
853 |
</message> |
|
1414 | 854 |
<message> |
1546 | 855 |
<source>Quit reason: </source> |
4863 | 856 |
<translation>Ragione di uscita: </translation> |
1546 | 857 |
</message> |
1604 | 858 |
<message> |
859 |
<source>Room destroyed</source> |
|
2661 | 860 |
<translation>Stanza distrutta</translation> |
1604 | 861 |
</message> |
1900 | 862 |
<message> |
863 |
<source>You got kicked</source> |
|
1949 | 864 |
<translation>Sei stato espulso</translation> |
1900 | 865 |
</message> |
866 |
<message> |
|
2441 | 867 |
<source>%1 *** %2 has joined the room</source> |
2504 | 868 |
<translation>%1 *** %2 è entrato nella stanza</translation> |
2441 | 869 |
</message> |
870 |
<message> |
|
2442 | 871 |
<source>%1 *** %2 has left (%3)</source> |
2504 | 872 |
<translation>%1 *** %2 ha lasciato (%3)</translation> |
2441 | 873 |
</message> |
874 |
<message> |
|
2442 | 875 |
<source>%1 *** %2 has left</source> |
7679 | 876 |
<translation>%1 *** %2 se n'è andato</translation> |
2441 | 877 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
878 |
<message> |
6239 | 879 |
<source>User quit</source> |
7686 | 880 |
<translation>Esci</translation> |
7679 | 881 |
</message> |
882 |
<message> |
|
883 |
<source>Remote host has closed connection</source> |
|
12460 | 884 |
<translation>L'host remoto ha terminato la connessione</translation> |
7679 | 885 |
</message> |
886 |
<message> |
|
887 |
<source>The server is too old. Disconnecting now.</source> |
|
7686 | 888 |
<translation>Il server è troppo datato. Si verrà immediatamente disconessi.</translation> |
7679 | 889 |
</message> |
10451 | 890 |
<message> |
891 |
<source>Server authentication error</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
892 |
<translation>Errore di autenticazione server</translation> |
10451 | 893 |
</message> |
7679 | 894 |
</context> |
895 |
<context> |
|
896 |
<name>HWPasswordDialog</name> |
|
897 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
898 |
<source>Login</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
899 |
<translation>Login</translation> |
7679 | 900 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
901 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
902 |
<source>To connect to the server, please log in. |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
903 |
|
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
904 |
If you don't have an account on www.hedgewars.org, |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
905 |
just enter your nickname.</source> |
8873 | 906 |
<translation>Per collegarsi al server, per favore accedi. |
907 |
||
908 |
Se non possiedi un account su www.hedgewars.org, |
|
909 |
inserisci solo il tuo soprannome.</translation> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
910 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
911 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
912 |
<source>Nickname:</source> |
8873 | 913 |
<translation>Soprannome:</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
914 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
915 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
916 |
<source>Password:</source> |
8873 | 917 |
<translation>Password:</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
918 |
</message> |
11526 | 919 |
<message> |
920 |
<source>New Account</source> |
|
12460 | 921 |
<translation>Nuovo account</translation> |
11526 | 922 |
</message> |
7679 | 923 |
</context> |
924 |
<context> |
|
925 |
<name>HWUploadVideoDialog</name> |
|
926 |
<message> |
|
927 |
<source>Upload video</source> |
|
13307 | 928 |
<translation type="vanished">Carica video</translation> |
7679 | 929 |
</message> |
930 |
<message> |
|
931 |
<source>Upload</source> |
|
13307 | 932 |
<translation type="vanished">Carica</translation> |
6239 | 933 |
</message> |
932 | 934 |
</context> |
935 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
936 |
<name>HatButton</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
937 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
938 |
<source>Change hat (%1)</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
939 |
<translation>Cambia cappello (%1)</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
940 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
941 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
942 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
943 |
<name>HatPrompt</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
944 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
945 |
<source>Cancel</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
946 |
<translation>Annulla</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
947 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
948 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
949 |
<source>Use selected hat</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
950 |
<translation>Usa cappello selezionato</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
951 |
</message> |
8648 | 952 |
<message> |
953 |
<source>Search for a hat:</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
954 |
<translation>Cerca un cappello:</translation> |
8648 | 955 |
</message> |
11526 | 956 |
<message> |
957 |
<source>Choose a hat</source> |
|
12460 | 958 |
<translation>Scegli un cappello</translation> |
11526 | 959 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
960 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
961 |
<context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
962 |
<name>KeyBinder</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
963 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
964 |
<source>Category</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
965 |
<translation>Categoria</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
966 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
967 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
968 |
<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
|
969 |
<name>LibavInteraction</name> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
970 |
<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
|
971 |
<source>Audio: </source> |
8264 | 972 |
<translation>Audio:</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
|
973 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
974 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
975 |
<source>unknown</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
976 |
<translation>sconosciuto</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
977 |
</message> |
9756 | 978 |
<message> |
979 |
<source>Duration: %1m %2s</source> |
|
12721 | 980 |
<translation type="vanished">Durata: %1m %2s</translation> |
9756 | 981 |
</message> |
982 |
<message> |
|
983 |
<source>Video: %1x%2</source> |
|
13307 | 984 |
<translation type="vanished">Video: %1x%2</translation> |
9756 | 985 |
</message> |
986 |
<message> |
|
987 |
<source>%1 fps</source> |
|
12721 | 988 |
<translation type="vanished">%1 fps</translation> |
989 |
</message> |
|
990 |
<message> |
|
991 |
<source>Duration: %1min %2s</source> |
|
992 |
<extracomment>Duration in minutes and seconds (SI units)</extracomment> |
|
993 |
<translation type="unfinished"></translation> |
|
994 |
</message> |
|
995 |
<message> |
|
13307 | 996 |
<source>Video: %1x%2, %3 FPS, %4</source> |
997 |
<extracomment>Video metadata. %1 = video width, %2 = video height, %3 = frames per second = %4 = decoder name</extracomment> |
|
998 |
<translation type="unfinished"></translation> |
|
999 |
</message> |
|
1000 |
<message> |
|
1001 |
<source>Video: %1x%2, %3</source> |
|
1002 |
<extracomment>Video metadata. %1 = video width, %2 = video height, %3 = decoder name</extracomment> |
|
1003 |
<translation type="unfinished"></translation> |
|
1004 |
</message> |
|
1005 |
<message> |
|
1006 |
<source>Player: %1</source> |
|
1007 |
<translation type="unfinished"></translation> |
|
1008 |
</message> |
|
1009 |
<message> |
|
1010 |
<source>Theme: %1</source> |
|
1011 |
<translation type="unfinished">Tema: %1</translation> |
|
1012 |
</message> |
|
1013 |
<message> |
|
1014 |
<source>Map: %1</source> |
|
1015 |
<translation type="unfinished"></translation> |
|
1016 |
</message> |
|
1017 |
<message> |
|
1018 |
<source>Record: %1</source> |
|
12721 | 1019 |
<translation type="unfinished"></translation> |
9756 | 1020 |
</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
|
1021 |
</context> |
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
1022 |
<context> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1023 |
<name>MapModel</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1024 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1025 |
<source>No description available.</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1026 |
<translation>Nessuna descrizione disponibile.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1027 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1028 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1029 |
<context> |
12721 | 1030 |
<name>MinesTimeSpinBox</name> |
1031 |
<message> |
|
1032 |
<source>Random</source> |
|
1033 |
<translation type="unfinished">Casuale</translation> |
|
1034 |
</message> |
|
1035 |
<message numerus="yes"> |
|
1036 |
<source>%1 seconds</source> |
|
1037 |
<translation type="unfinished"> |
|
1038 |
<numerusform></numerusform> |
|
1039 |
<numerusform></numerusform> |
|
1040 |
</translation> |
|
1041 |
</message> |
|
1042 |
</context> |
|
1043 |
<context> |
|
1933 | 1044 |
<name>PageAdmin</name> |
1045 |
<message> |
|
2158
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2127
diff
changeset
|
1046 |
<source>Clear Accounts Cache</source> |
2175 | 1047 |
<translation>Pulisci la cache degli account</translation> |
2158
2af1ac0f3cfc
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents:
2127
diff
changeset
|
1048 |
</message> |
3285
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>Fetch data</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1051 |
<translation>Recupera dati</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>Server message for latest version:</source> |
4864 | 1055 |
<translation>Messaggio del server per l'ultima versione:</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1056 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1057 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1058 |
<source>Server message for previous versions:</source> |
4863 | 1059 |
<translation>Messaggio del server per la versione precedente:</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>Latest version protocol number:</source> |
4864 | 1063 |
<translation>Numero di protocollo dell'ultima versione:</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1064 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1065 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1066 |
<source>MOTD preview:</source> |
4863 | 1067 |
<translation>Anteprima MOTD:</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1068 |
</message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1069 |
<message> |
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1070 |
<source>Set data</source> |
4863 | 1071 |
<translation>Imposta dati</translation> |
3285
e73202c9973f
* give translators their "unfinished" tags back :>
sheepluva
parents:
3284
diff
changeset
|
1072 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1073 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1074 |
<source>General</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1075 |
<translation>Generale</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1076 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1077 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1078 |
<source>Bans</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1079 |
<translation>Espulsi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1080 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1081 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1082 |
<source>IP/Nick</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1083 |
<translation>IP/Nome</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1084 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1085 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1086 |
<source>Expiration</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1087 |
<translation>Scadenza</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1088 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1089 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1090 |
<source>Reason</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1091 |
<translation>Motivo</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1092 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1093 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1094 |
<source>Refresh</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1095 |
<translation>Aggiorna</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1096 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1097 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1098 |
<source>Add</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1099 |
<translation>Aggiungi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1100 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1101 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1102 |
<source>Remove</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1103 |
<translation>Rimuovi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1104 |
</message> |
1933 | 1105 |
</context> |
1106 |
<context> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1107 |
<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
|
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>Team</source> |
12460 | 1110 |
<translation>Squadra</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> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1112 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1113 |
<source>Campaign</source> |
12460 | 1114 |
<translation>Campagna</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1115 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1116 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1117 |
<source>Mission</source> |
12460 | 1118 |
<translation>Missione</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1119 |
</message> |
12721 | 1120 |
<message> |
1121 |
<source>Start fighting</source> |
|
1122 |
<translation type="unfinished">Inizia combattimento</translation> |
|
1123 |
</message> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1124 |
</context> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1125 |
<context> |
1933 | 1126 |
<name>PageConnecting</name> |
1127 |
<message> |
|
1128 |
<source>Connecting...</source> |
|
1949 | 1129 |
<translation>Connessione in corso...</translation> |
1933 | 1130 |
</message> |
1131 |
</context> |
|
1132 |
<context> |
|
9007 | 1133 |
<name>PageDataDownload</name> |
1134 |
<message> |
|
1135 |
<source>Loading, please wait.</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1136 |
<translation>Caricamento, attendere prego.</translation> |
9007 | 1137 |
</message> |
1138 |
<message> |
|
1139 |
<source>This page requires an internet connection.</source> |
|
12721 | 1140 |
<translation type="vanished">Questa pagina richiede una connessione a Internet.</translation> |
9007 | 1141 |
</message> |
10451 | 1142 |
<message> |
1143 |
<source>Open packages directory</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
1144 |
<translation>Apri la cartella dei pacchetti</translation> |
10451 | 1145 |
</message> |
12721 | 1146 |
<message> |
1147 |
<source>Load the start page</source> |
|
1148 |
<translation type="unfinished"></translation> |
|
1149 |
</message> |
|
1150 |
<message> |
|
1151 |
<source>Unknown network error (possibly missing SSL library).</source> |
|
1152 |
<translation type="unfinished"></translation> |
|
1153 |
</message> |
|
1154 |
<message> |
|
1155 |
<source>This feature requires an Internet connection, but you don't appear to be online (error code: %1).</source> |
|
1156 |
<translation type="unfinished"></translation> |
|
1157 |
</message> |
|
1158 |
<message> |
|
1159 |
<source>Internal error: Reply object is invalid.</source> |
|
1160 |
<translation type="unfinished"></translation> |
|
1161 |
</message> |
|
9007 | 1162 |
</context> |
1163 |
<context> |
|
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1164 |
<name>PageDrawMap</name> |
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>Undo</source> |
4863 | 1167 |
<translation>Annulla</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>Clear</source> |
4863 | 1171 |
<translation>Cancella</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</source> |
4863 | 1175 |
<translation>Carica</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> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1178 |
<source>Save</source> |
4863 | 1179 |
<translation>Salva</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> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1182 |
<source>Load drawn map</source> |
4863 | 1183 |
<translation>Carica mappa disegnata</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1184 |
</message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1185 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1186 |
<source>Save drawn map</source> |
4863 | 1187 |
<translation>Salva mappa disegnata</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1188 |
</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
|
1189 |
<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
|
1190 |
<source>Drawn Maps</source> |
5929 | 1191 |
<translation>Mappe disegnate</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
|
1192 |
</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
|
1193 |
<message> |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5602
diff
changeset
|
1194 |
<source>All files</source> |
5929 | 1195 |
<translation>Tutti i file</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
|
1196 |
</message> |
7679 | 1197 |
<message> |
1198 |
<source>Eraser</source> |
|
7686 | 1199 |
<translation>Gomma</translation> |
7679 | 1200 |
</message> |
9756 | 1201 |
<message> |
1202 |
<source>Polyline</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
1203 |
<translation>Polilinea</translation> |
9756 | 1204 |
</message> |
1205 |
<message> |
|
1206 |
<source>Rectangle</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
1207 |
<translation>Rettangolo</translation> |
9756 | 1208 |
</message> |
1209 |
<message> |
|
1210 |
<source>Ellipse</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
1211 |
<translation>Ellisse</translation> |
9756 | 1212 |
</message> |
10451 | 1213 |
<message> |
1214 |
<source>Optimize</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
1215 |
<translation>Ottimizza</translation> |
10451 | 1216 |
</message> |
13210 | 1217 |
<message> |
1218 |
<source>Brush size</source> |
|
1219 |
<translation type="unfinished"></translation> |
|
1220 |
</message> |
|
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1221 |
</context> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1222 |
<context> |
932 | 1223 |
<name>PageEditTeam</name> |
1224 |
<message> |
|
1258 | 1225 |
<source>General</source> |
1265 | 1226 |
<translation>Generale</translation> |
1258 | 1227 |
</message> |
1228 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1229 |
<source>Select an action to choose a custom key bind for this team</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1230 |
<translation>Seleziona un'azione per scegliere il tasto personalizzato per questa squadra</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1231 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1232 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1233 |
<source>Use my default</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1234 |
<translation>Usa il mio predefinito</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1235 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1236 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1237 |
<source>Reset all binds</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1238 |
<translation>Ripristina tutte le associazioni</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1239 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1240 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1241 |
<source>Custom Controls</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1242 |
<translation>Controlli personalizzati</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1243 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1244 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1245 |
<source>Hat</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1246 |
<translation>Cappello</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1247 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1248 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1249 |
<source>Name</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1250 |
<translation>Nome</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1251 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1252 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1253 |
<source>This hedgehog's name</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1254 |
<translation>Il nome di questo riccio</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1255 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1256 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1257 |
<source>Randomize this hedgehog's name</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1258 |
<translation>Genera casualmente il nome di questo riccio</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1259 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1260 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1261 |
<source>Random Team</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1262 |
<translation>Squadra Casuale</translation> |
1258 | 1263 |
</message> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1264 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1265 |
<source>Play a random example of this voice</source> |
12460 | 1266 |
<translation>Riproduci esempio casuale della voce</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1267 |
</message> |
12721 | 1268 |
<message> |
1269 |
<source>Random Hats</source> |
|
1270 |
<translation type="unfinished"></translation> |
|
1271 |
</message> |
|
1272 |
<message> |
|
1273 |
<source>Random Names</source> |
|
1274 |
<translation type="unfinished"></translation> |
|
1275 |
</message> |
|
1276 |
<message> |
|
1277 |
<source>Randomize the team name</source> |
|
1278 |
<translation type="unfinished"></translation> |
|
1279 |
</message> |
|
1280 |
<message> |
|
1281 |
<source>Randomize the grave</source> |
|
1282 |
<translation type="unfinished"></translation> |
|
1283 |
</message> |
|
1284 |
<message> |
|
1285 |
<source>Randomize the flag</source> |
|
1286 |
<translation type="unfinished"></translation> |
|
1287 |
</message> |
|
1288 |
<message> |
|
1289 |
<source>Randomize the voice</source> |
|
1290 |
<translation type="unfinished"></translation> |
|
1291 |
</message> |
|
1292 |
<message> |
|
1293 |
<source>Randomize the fort</source> |
|
1294 |
<translation type="unfinished"></translation> |
|
1295 |
</message> |
|
1296 |
<message> |
|
1297 |
<source>CPU %1</source> |
|
1298 |
<extracomment>Name of a flag for computer-controlled enemies. %1 is replaced with the computer level</extracomment> |
|
1299 |
<translation type="unfinished"></translation> |
|
1300 |
</message> |
|
1301 |
<message> |
|
1302 |
<source>%1 (%2)</source> |
|
1303 |
<translation type="unfinished"></translation> |
|
1304 |
</message> |
|
932 | 1305 |
</context> |
1306 |
<context> |
|
1673 | 1307 |
<name>PageGameStats</name> |
1308 |
<message> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1309 |
<source>Details</source> |
4863 | 1310 |
<translation>Dettagli</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1311 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1312 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1313 |
<source>Health graph</source> |
4863 | 1314 |
<translation>Grafico della vita</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1315 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1316 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1317 |
<source>Ranking</source> |
4863 | 1318 |
<translation>Classifica</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1319 |
</message> |
10451 | 1320 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1321 |
<source>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</source> |
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
1322 |
<translation> |
12460 | 1323 |
<numerusform>Il premio per il miglior colpo è stato vinto da <b>%1</b> con <b>%2</b> punto.</numerusform> |
10451 | 1324 |
<numerusform>Il premio per il miglior colpo è stato vinto da <b>%1</b> con <b>%2</b> punti.</numerusform> |
1325 |
</translation> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1326 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1327 |
<message numerus="yes"> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1328 |
<source>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</source> |
4863 | 1329 |
<translation> |
1330 |
<numerusform><p>Il miglior killer è <b>%1</b> con <b>%2</b> uccisione in un turno.</p></numerusform> |
|
1331 |
<numerusform><p>Il miglior killer è <b>%1</b> con <b>%2</b> uccisioni in un turno.</p></numerusform> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1332 |
</translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1333 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1334 |
<message numerus="yes"> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1335 |
<source>A total of <b>%1</b> hedgehog(s) were killed during this round.</source> |
4863 | 1336 |
<translation> |
12460 | 1337 |
<numerusform><p>Durante questo round è stato ucciso <b>%1</b> riccio in totale.</p></numerusform> |
4863 | 1338 |
<numerusform><p>Durante questo round sono stati uccisi <b>%1</b> ricci in totale.</p></numerusform> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1339 |
</translation> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1340 |
</message> |
4176 | 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>(%1 kill)</source> |
12721 | 1343 |
<extracomment>Number of kills in stats screen, written after the team name</extracomment> |
4863 | 1344 |
<translation> |
1345 |
<numerusform>(%1 uccisione)</numerusform> |
|
1346 |
<numerusform>(%1 uccisioni)</numerusform> |
|
4176 | 1347 |
</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1348 |
</message> |
4177 | 1349 |
<message numerus="yes"> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1350 |
<source><b>%1</b> thought it's good to shoot his own hedgehogs with <b>%2</b> pts.</source> |
12721 | 1351 |
<translation type="vanished"> |
4863 | 1352 |
<numerusform><b>%1</b> ha pensato che fosse buona cosa sparare ai propri compagni di squadra con <b>%2</b> punto.</numerusform> |
1353 |
<numerusform><b>%1</b> ha pensato che fosse buona cosa sparare ai propri compagni di squadra con <b>%2</b> punti.</numerusform> |
|
4177 | 1354 |
</translation> |
1355 |
</message> |
|
1356 |
<message numerus="yes"> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1357 |
<source><b>%1</b> killed <b>%2</b> of his own hedgehogs.</source> |
12721 | 1358 |
<translation type="vanished"> |
4863 | 1359 |
<numerusform><b>%1</b> ha ucciso <b>%2</b> dei suoi compagni di squadra.</numerusform> |
1360 |
<numerusform><b>%1</b> ha ucciso <b>%2</b> dei suoi compagni di squadra.</numerusform> |
|
4177 | 1361 |
</translation> |
1362 |
</message> |
|
1363 |
<message numerus="yes"> |
|
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1364 |
<source><b>%1</b> was scared and skipped turn <b>%2</b> times.</source> |
4863 | 1365 |
<translation> |
1366 |
<numerusform><b>%1</b> aveva paura e ha passato il turno <b>%2</b> volta.</numerusform> |
|
1367 |
<numerusform><b>%1</b> aveva paura e ha passato il turno <b>%2</b> volte.</numerusform> |
|
4177 | 1368 |
</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1369 |
</message> |
9049 | 1370 |
<message> |
1371 |
<source>Play again</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1372 |
<translation>Gioca ancora</translation> |
9049 | 1373 |
</message> |
1374 |
<message> |
|
1375 |
<source>Save</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1376 |
<translation>Salva</translation> |
9049 | 1377 |
</message> |
9756 | 1378 |
<message numerus="yes"> |
1379 |
<source>(%1 %2)</source> |
|
12721 | 1380 |
<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> |
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
1381 |
<translation> |
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
1382 |
<numerusform>(%1 %2)</numerusform> |
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
1383 |
<numerusform>(%1 %2)</numerusform> |
9756 | 1384 |
</translation> |
1385 |
</message> |
|
12721 | 1386 |
<message numerus="yes"> |
1387 |
<source><b>%1</b> thought it's good to shoot their own hedgehogs for <b>%2</b> pts.</source> |
|
1388 |
<translation type="unfinished"> |
|
1389 |
<numerusform></numerusform> |
|
1390 |
<numerusform></numerusform> |
|
1391 |
</translation> |
|
1392 |
</message> |
|
1393 |
<message numerus="yes"> |
|
1394 |
<source><b>%1</b> killed <b>%2</b> of their own hedgehogs.</source> |
|
1395 |
<translation type="unfinished"> |
|
1396 |
<numerusform></numerusform> |
|
1397 |
<numerusform></numerusform> |
|
1398 |
</translation> |
|
1399 |
</message> |
|
1673 | 1400 |
</context> |
1401 |
<context> |
|
6239 | 1402 |
<name>PageInGame</name> |
1403 |
<message> |
|
1404 |
<source>In game...</source> |
|
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
1405 |
<translation>In gioco...</translation> |
6239 | 1406 |
</message> |
1407 |
</context> |
|
1408 |
<context> |
|
7679 | 1409 |
<name>PageInfo</name> |
1410 |
<message> |
|
1411 |
<source>Open the snapshot folder</source> |
|
7686 | 1412 |
<translation>Apri cartella schermate</translation> |
7679 | 1413 |
</message> |
1414 |
</context> |
|
1415 |
<context> |
|
932 | 1416 |
<name>PageMain</name> |
1417 |
<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
|
1418 |
<source>Downloadable Content</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1419 |
<translation>Contenuti scaricabili</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
|
1420 |
</message> |
7679 | 1421 |
<message> |
1422 |
<source>Play a game on a single computer</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1423 |
<translation>Gioca una partita su computer singolo</translation> |
7679 | 1424 |
</message> |
1425 |
<message> |
|
1426 |
<source>Play a game across a network</source> |
|
7686 | 1427 |
<translation>Gioca una partita attraverso una rete</translation> |
7679 | 1428 |
</message> |
1429 |
<message> |
|
1430 |
<source>Read about who is behind the Hedgewars Project</source> |
|
7700 | 1431 |
<translation>Leggi chi c'è dietro allo sviluppo di Hedgewars</translation> |
7679 | 1432 |
</message> |
1433 |
<message> |
|
1434 |
<source>Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars</source> |
|
12460 | 1435 |
<translation>Lascia un commento qui per segnalare problemi, suggerire nuove funzionalità o anche solo per il indicare il tuo livello di gradimento del gioco</translation> |
7679 | 1436 |
</message> |
1437 |
<message> |
|
1438 |
<source>Access the user created content downloadable from our website</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1439 |
<translation>Accedi ai contenuti scaricabili creati dalla comunità dal nostro sito web</translation> |
7679 | 1440 |
</message> |
1441 |
<message> |
|
1442 |
<source>Exit game</source> |
|
7686 | 1443 |
<translation>Esci dal gioco</translation> |
7679 | 1444 |
</message> |
1445 |
<message> |
|
1446 |
<source>Manage videos recorded from game</source> |
|
7686 | 1447 |
<translation>Organizza i video registrati tramite il gioco</translation> |
7679 | 1448 |
</message> |
1449 |
<message> |
|
1450 |
<source>Edit game preferences</source> |
|
7686 | 1451 |
<translation>Modifica preferenze</translation> |
7679 | 1452 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1453 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1454 |
<source>Play a game across a local area network</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1455 |
<translation>Gioca una partita su una rete locale</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1456 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1457 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1458 |
<source>Play a game on an official server</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1459 |
<translation>Gioca una partita su un server ufficiale</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1460 |
</message> |
8676 | 1461 |
<message> |
1462 |
<source>Feedback</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1463 |
<translation>Opinioni</translation> |
8676 | 1464 |
</message> |
8693
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1465 |
<message> |
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1466 |
<source>Play local network game</source> |
8873 | 1467 |
<translation>Gioca una partita in rete locale</translation> |
8693
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1468 |
</message> |
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1469 |
<message> |
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1470 |
<source>Play official network game</source> |
8873 | 1471 |
<translation>Gioca una partita sul server ufficiale</translation> |
8693
ab42f868b1c3
*sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo
parents:
8676
diff
changeset
|
1472 |
</message> |
932 | 1473 |
</context> |
1474 |
<context> |
|
1475 |
<name>PageMultiplayer</name> |
|
1476 |
<message> |
|
1477 |
<source>Start</source> |
|
1478 |
<translation>Gioca</translation> |
|
1479 |
</message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1480 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1481 |
<source>Edit game preferences</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1482 |
<translation>Modifica preferenze</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1483 |
</message> |
11833 | 1484 |
<message> |
1485 |
<source>Start fighting (requires at least 2 teams)</source> |
|
12460 | 1486 |
<translation>Inizia il combattimento (almeno 2 squadre)</translation> |
11833 | 1487 |
</message> |
932 | 1488 |
</context> |
1489 |
<context> |
|
1414 | 1490 |
<name>PageNetGame</name> |
1491 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1492 |
<source>Edit game preferences</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
1493 |
<translation>Modifica preferenze</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1494 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1495 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1496 |
<source>Start</source> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
1497 |
<translation>Gioca</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1498 |
</message> |
8648 | 1499 |
<message> |
1500 |
<source>Update</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1501 |
<translation>Aggiorna</translation> |
8648 | 1502 |
</message> |
1503 |
<message> |
|
1504 |
<source>Room controls</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1505 |
<translation>Controlli stanza</translation> |
8648 | 1506 |
</message> |
11833 | 1507 |
<message> |
1508 |
<source>Room name</source> |
|
12460 | 1509 |
<translation>Nome stanza</translation> |
11833 | 1510 |
</message> |
1511 |
<message> |
|
1512 |
<source>Update the room name</source> |
|
12460 | 1513 |
<translation>Aggiorna nome stanza</translation> |
11833 | 1514 |
</message> |
1515 |
<message> |
|
1516 |
<source>Turn on the lightbulb to show the other players when you're ready to fight</source> |
|
12460 | 1517 |
<translation>Accendi la lampadina per mostrare agli altri giocatori che sei pronto</translation> |
11833 | 1518 |
</message> |
1519 |
<message> |
|
1520 |
<source>Start fighting (requires at least 2 teams)</source> |
|
12460 | 1521 |
<translation>Inizia il combattimento (almeno 2 squadre)</translation> |
11833 | 1522 |
</message> |
1414 | 1523 |
</context> |
1524 |
<context> |
|
8788 | 1525 |
<name>PageNetServer</name> |
1526 |
<message> |
|
1527 |
<source>Click here for details</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1528 |
<translation>Clicca qui per dettagli</translation> |
8788 | 1529 |
</message> |
1530 |
<message> |
|
1531 |
<source>Insert your address here</source> |
|
8873 | 1532 |
<translation>Inserisci il tuo indirizzo</translation> |
8788 | 1533 |
</message> |
1534 |
</context> |
|
1535 |
<context> |
|
932 | 1536 |
<name>PageOptions</name> |
1537 |
<message> |
|
1538 |
<source>New team</source> |
|
1539 |
<translation>Nuova squadra</translation> |
|
1540 |
</message> |
|
1541 |
<message> |
|
1542 |
<source>Edit team</source> |
|
1543 |
<translation>Modifica squadra</translation> |
|
1544 |
</message> |
|
1545 |
<message> |
|
3163 | 1546 |
<source>Delete team</source> |
4916 | 1547 |
<translation>Elimina squadra</translation> |
3163 | 1548 |
</message> |
1549 |
<message> |
|
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1550 |
<source>You can't edit teams from team selection. Go back to main menu to add, edit or delete teams.</source> |
4863 | 1551 |
<translation>Non puoi modificare le squadre in questo modo. Vai al menu principale per aggiungere, modificare o eliminare squadre.</translation> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
1552 |
</message> |
4418 | 1553 |
<message> |
1554 |
<source>New scheme</source> |
|
4863 | 1555 |
<translation>Nuovo schema di gioco</translation> |
4418 | 1556 |
</message> |
1557 |
<message> |
|
1558 |
<source>Edit scheme</source> |
|
4863 | 1559 |
<translation>Modifica schema di gioco</translation> |
4418 | 1560 |
</message> |
1561 |
<message> |
|
1562 |
<source>Delete scheme</source> |
|
4863 | 1563 |
<translation>Elimina schema di gioco</translation> |
4418 | 1564 |
</message> |
1565 |
<message> |
|
1566 |
<source>New weapon set</source> |
|
4863 | 1567 |
<translation>Nuovo set delle armi</translation> |
4418 | 1568 |
</message> |
1569 |
<message> |
|
1570 |
<source>Edit weapon set</source> |
|
4863 | 1571 |
<translation>Modifica set delle armi</translation> |
4418 | 1572 |
</message> |
1573 |
<message> |
|
1574 |
<source>Delete weapon set</source> |
|
4863 | 1575 |
<translation>Elimina set delle armi</translation> |
4418 | 1576 |
</message> |
7679 | 1577 |
<message> |
1578 |
<source>Advanced</source> |
|
7686 | 1579 |
<translation>Avanzate</translation> |
7679 | 1580 |
</message> |
7680 | 1581 |
<message> |
1582 |
<source>Reset to default colors</source> |
|
7686 | 1583 |
<translation>Ripristina colori originali</translation> |
7680 | 1584 |
</message> |
7700 | 1585 |
<message> |
1586 |
<source>Proxy host</source> |
|
8264 | 1587 |
<translation>Server proxy</translation> |
7700 | 1588 |
</message> |
1589 |
<message> |
|
1590 |
<source>Proxy port</source> |
|
8264 | 1591 |
<translation>Porta proxy</translation> |
7700 | 1592 |
</message> |
1593 |
<message> |
|
1594 |
<source>Proxy login</source> |
|
8264 | 1595 |
<translation>Login Proxy</translation> |
7700 | 1596 |
</message> |
1597 |
<message> |
|
1598 |
<source>Proxy password</source> |
|
8264 | 1599 |
<translation>Password proxy</translation> |
7700 | 1600 |
</message> |
1601 |
<message> |
|
1602 |
<source>No proxy</source> |
|
8264 | 1603 |
<translation>Nessun proxy</translation> |
7700 | 1604 |
</message> |
1605 |
<message> |
|
1606 |
<source>Socks5 proxy</source> |
|
8264 | 1607 |
<translation>Proxy Socks5</translation> |
7700 | 1608 |
</message> |
1609 |
<message> |
|
1610 |
<source>HTTP proxy</source> |
|
8264 | 1611 |
<translation>Proxy HTTP</translation> |
7700 | 1612 |
</message> |
7702 | 1613 |
<message> |
1614 |
<source>System proxy settings</source> |
|
8264 | 1615 |
<translation>Impostazioni proxy di sistema</translation> |
7702 | 1616 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1617 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1618 |
<source>Select an action to change what key controls it</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1619 |
<translation>Seleziona un'azione per cambiare il tasto che la controlla</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1620 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1621 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1622 |
<source>Reset to default</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1623 |
<translation>Ripristina i valori predefiniti</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1624 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1625 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1626 |
<source>Reset all binds</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1627 |
<translation>Ripristina tutte le associazioni</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1628 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1629 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1630 |
<source>Game</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1631 |
<translation>Gioco</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1632 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1633 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1634 |
<source>Graphics</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1635 |
<translation>Grafica</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1636 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1637 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1638 |
<source>Audio</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1639 |
<translation>Audio</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1640 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1641 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1642 |
<source>Controls</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1643 |
<translation>Controlli</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1644 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1645 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1646 |
<source>Video Recording</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1647 |
<translation>Registrazione video</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1648 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1649 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1650 |
<source>Network</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1651 |
<translation>Rete</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1652 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1653 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1654 |
<source>Teams</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1655 |
<translation>Squadre</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1656 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1657 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1658 |
<source>Schemes</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1659 |
<translation>Schemi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1660 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1661 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1662 |
<source>Weapons</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1663 |
<translation>Armi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1664 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1665 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1666 |
<source>Frontend</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1667 |
<translation>Presentazione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1668 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1669 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1670 |
<source>Custom colors</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1671 |
<translation>Colori personalizzati</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1672 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1673 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1674 |
<source>Game audio</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1675 |
<translation>Audio gioco</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1676 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1677 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1678 |
<source>Frontend audio</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1679 |
<translation>Audio presentazione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1680 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1681 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1682 |
<source>Account</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1683 |
<translation>Account</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1684 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1685 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1686 |
<source>Proxy settings</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1687 |
<translation>Impostazioni proxy</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1688 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1689 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1690 |
<source>Miscellaneous</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1691 |
<translation>Varie</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1692 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1693 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1694 |
<source>Updates</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1695 |
<translation>Aggiornamenti</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1696 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1697 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1698 |
<source>Check for updates</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1699 |
<translation>Controlla aggiornamenti</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1700 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1701 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1702 |
<source>Video recording options</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1703 |
<translation>Opzioni di registrazione video</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
1704 |
</message> |
12721 | 1705 |
<message> |
1706 |
<source>x</source> |
|
1707 |
<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> |
|
1708 |
<translation type="unfinished"></translation> |
|
1709 |
</message> |
|
1710 |
<message> |
|
1711 |
<source>MISSING LANGUAGE NAME [%1]</source> |
|
1712 |
<translation type="unfinished"></translation> |
|
1713 |
</message> |
|
1714 |
<message> |
|
1715 |
<source>Check now</source> |
|
1716 |
<translation type="unfinished"></translation> |
|
1717 |
</message> |
|
1718 |
<message> |
|
1719 |
<source>Can't delete last team</source> |
|
1720 |
<translation type="unfinished"></translation> |
|
1721 |
</message> |
|
1722 |
<message> |
|
1723 |
<source>You can't delete the last team!</source> |
|
1724 |
<translation type="unfinished"></translation> |
|
1725 |
</message> |
|
932 | 1726 |
</context> |
1727 |
<context> |
|
1728 |
<name>PagePlayDemo</name> |
|
1729 |
<message> |
|
1730 |
<source>Rename dialog</source> |
|
1731 |
<translation>Rinomina</translation> |
|
1732 |
</message> |
|
1733 |
<message> |
|
1734 |
<source>Enter new file name:</source> |
|
6533 | 1735 |
<translation>Inserisci il nome del file:</translation> |
932 | 1736 |
</message> |
11833 | 1737 |
<message> |
1738 |
<source>Play demo</source> |
|
12460 | 1739 |
<translation>Visualizza demo</translation> |
11833 | 1740 |
</message> |
1741 |
<message> |
|
1742 |
<source>Play the selected demo</source> |
|
12460 | 1743 |
<translation>Riproduci il demo selezionato</translation> |
11833 | 1744 |
</message> |
1745 |
<message> |
|
1746 |
<source>Load the selected game</source> |
|
12460 | 1747 |
<translation>Carica la partita selezionata</translation> |
11833 | 1748 |
</message> |
932 | 1749 |
</context> |
1750 |
<context> |
|
1353 | 1751 |
<name>PageRoomsList</name> |
1752 |
<message> |
|
1900 | 1753 |
<source>Admin features</source> |
6533 | 1754 |
<translation>Opzioni amministrative</translation> |
1900 | 1755 |
</message> |
5602 | 1756 |
<message numerus="yes"> |
1757 |
<source>%1 players online</source> |
|
5929 | 1758 |
<translation> |
12460 | 1759 |
<numerusform>%1 giocatore online</numerusform> |
5929 | 1760 |
<numerusform>%1 giocatori online</numerusform> |
5602 | 1761 |
</translation> |
1762 |
</message> |
|
8648 | 1763 |
<message> |
1764 |
<source>Search for a room:</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1765 |
<translation>Cerca una stanza:</translation> |
8648 | 1766 |
</message> |
1767 |
<message> |
|
1768 |
<source>Create room</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1769 |
<translation>Crea stanza</translation> |
8648 | 1770 |
</message> |
1771 |
<message> |
|
1772 |
<source>Join room</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1773 |
<translation>Entra nella stanza</translation> |
8648 | 1774 |
</message> |
1775 |
<message> |
|
1776 |
<source>Room state</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1777 |
<translation>Stato della stanza</translation> |
8648 | 1778 |
</message> |
1779 |
<message> |
|
1780 |
<source>Open server administration page</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
1781 |
<translation>Apri pagina di amministrazione del server</translation> |
8648 | 1782 |
</message> |
1900 | 1783 |
</context> |
1784 |
<context> |
|
1785 |
<name>PageScheme</name> |
|
1786 |
<message> |
|
2030 | 1787 |
<source>Gain 80% of the damage you do back in health</source> |
4916 | 1788 |
<translation>Guadagna in salute l'80% del danno che fai</translation> |
2030 | 1789 |
</message> |
1790 |
<message> |
|
1791 |
<source>Share your opponents pain, share their damage</source> |
|
2085 | 1792 |
<translation>Condividi il danno causato al nemico</translation> |
2030 | 1793 |
</message> |
1794 |
<message> |
|
1795 |
<source>Your hogs are unable to move, put your artillery skills to the test</source> |
|
12460 | 1796 |
<translation>I tuoi ricci non possono muoversi, metti alla prova le tue abilità d'artigliere</translation> |
2030 | 1797 |
</message> |
1798 |
<message> |
|
1799 |
<source>Random</source> |
|
11833 | 1800 |
<translation type="obsolete">Casuale</translation> |
2030 | 1801 |
</message> |
1802 |
<message> |
|
1803 |
<source>Seconds</source> |
|
11833 | 1804 |
<translation type="obsolete">Secondi</translation> |
2030 | 1805 |
</message> |
1806 |
<message> |
|
1900 | 1807 |
<source>New</source> |
1949 | 1808 |
<translation>Nuovo</translation> |
1900 | 1809 |
</message> |
1810 |
<message> |
|
1933 | 1811 |
<source>Delete</source> |
1949 | 1812 |
<translation>Elimina</translation> |
1900 | 1813 |
</message> |
2030 | 1814 |
<message> |
1815 |
<source>Defend your fort and destroy the opponents, two team colours max!</source> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1816 |
<translation type="obsolete">Difendi il tuo fortino e distruggi i nemici, due colori di squadra al massimo!</translation> |
2030 | 1817 |
</message> |
1818 |
<message> |
|
1819 |
<source>Teams will start on opposite sides of the terrain, two team colours max!</source> |
|
11833 | 1820 |
<translation type="obsolete">Le squadre inizieranno in lati opposti del terreno, due colori di squadra al massimo!</translation> |
2030 | 1821 |
</message> |
1822 |
<message> |
|
1823 |
<source>Land can not be destroyed!</source> |
|
2085 | 1824 |
<translation>Il terreno non può essere distrutto!</translation> |
2030 | 1825 |
</message> |
1826 |
<message> |
|
1827 |
<source>Lower gravity</source> |
|
12460 | 1828 |
<translation>Bassa gravità</translation> |
2030 | 1829 |
</message> |
1830 |
<message> |
|
1831 |
<source>Assisted aiming with laser sight</source> |
|
12460 | 1832 |
<translation>Mira con più precisione grazie al mirino laser</translation> |
2030 | 1833 |
</message> |
1834 |
<message> |
|
1835 |
<source>All hogs have a personal forcefield</source> |
|
12460 | 1836 |
<translation>Tutti i ricci hanno un campo di forza personale</translation> |
2030 | 1837 |
</message> |
2726 | 1838 |
<message> |
1839 |
<source>Order of play is random instead of in room order.</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
1840 |
<translation>L'ordine di gioco è casuale invece che nell'ordine della stanza.</translation> |
2726 | 1841 |
</message> |
1842 |
<message> |
|
1843 |
<source>Play with a King. If he dies, your side dies.</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
1844 |
<translation>Gioca con un re. Se il re muore la tua squadra perderà.</translation> |
2726 | 1845 |
</message> |
2883 | 1846 |
<message> |
1847 |
<source>Take turns placing your hedgehogs before the start of play.</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
1848 |
<translation>Piazza a turno i tuoi ricci prima dell'inizio della partita.</translation> |
2883 | 1849 |
</message> |
1850 |
<message> |
|
1851 |
<source>Ammo is shared between all teams that share a colour.</source> |
|
6533 | 1852 |
<translation>Le munizioni sono condivise tra tutte le squadre che hanno lo stesso colore.</translation> |
2883 | 1853 |
</message> |
2899 | 1854 |
<message> |
1855 |
<source>Disable girders when generating random maps.</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
1856 |
<translation>Disabilita le travi nella generazione di mappe casuali.</translation> |
2899 | 1857 |
</message> |
3287 | 1858 |
<message> |
1859 |
<source>Disable land objects when generating random maps.</source> |
|
4863 | 1860 |
<translation>Disabilita gli oggetti nella generazione di mappe casuali.</translation> |
3287 | 1861 |
</message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1862 |
<message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1863 |
<source>AI respawns on death.</source> |
4863 | 1864 |
<translation>I ricci AI risorgono dalla morte.</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
1865 |
</message> |
4124 | 1866 |
<message> |
1867 |
<source>All (living) hedgehogs are fully restored at the end of turn</source> |
|
12460 | 1868 |
<translation>La vita di tutti i ricci rimasti vivi viene ripristinata alla fine di ogni turno</translation> |
4124 | 1869 |
</message> |
1870 |
<message> |
|
1871 |
<source>Attacking does not end your turn.</source> |
|
4863 | 1872 |
<translation>Attaccare con qualsiasi arma non farà finire il turno.</translation> |
4124 | 1873 |
</message> |
1874 |
<message> |
|
1875 |
<source>Weapons are reset to starting values each turn.</source> |
|
4863 | 1876 |
<translation>Le armi sono resettate allo stato di partenza alla fine di ogni turno.</translation> |
4124 | 1877 |
</message> |
1878 |
<message> |
|
1879 |
<source>Each hedgehog has its own ammo. It does not share with the team.</source> |
|
12460 | 1880 |
<translation>Ogni riccio ha le prorie armi e non le condivide con la squadra.</translation> |
4124 | 1881 |
</message> |
4418 | 1882 |
<message> |
1883 |
<source>You will not have to worry about wind anymore.</source> |
|
4863 | 1884 |
<translation>Non dovrai più preoccuparti del vento.</translation> |
4418 | 1885 |
</message> |
1886 |
<message> |
|
1887 |
<source>Wind will affect almost everything.</source> |
|
6546
265db7d3e085
Italian update - ditched missions file since encoding appears to be incorrect.
ChipHome
parents:
6533
diff
changeset
|
1888 |
<translation>Il vento avrà effetto su tutte (o quasi tutte) le armi.</translation> |
4418 | 1889 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1890 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1891 |
<source>Copy</source> |
4863 | 1892 |
<translation>Copia</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
1893 |
</message> |
5602 | 1894 |
<message> |
1895 |
<source>Teams in each clan take successive turns sharing their turn time.</source> |
|
6546
265db7d3e085
Italian update - ditched missions file since encoding appears to be incorrect.
ChipHome
parents:
6533
diff
changeset
|
1896 |
<translation>Le squadre di ogni clan giocano turni consecutivi condividendo il tempo di ogni turno.</translation> |
5602 | 1897 |
</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
|
1898 |
<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
|
1899 |
<source>Add an indestructible border around the terrain</source> |
5908 | 1900 |
<translation>Aggiungi un bordo indistruttibile intorno al terreno</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
|
1901 |
</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
|
1902 |
<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
|
1903 |
<source>Add an indestructible border along the bottom</source> |
6533 | 1904 |
<translation>Aggiungi un bordo indistruttibile lungo la parte inferiore della mappa</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
|
1905 |
</message> |
9756 | 1906 |
<message> |
1907 |
<source>None (Default)</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
1908 |
<translation>Nessuno (Default)</translation> |
9756 | 1909 |
</message> |
1910 |
<message> |
|
1911 |
<source>Wrap (World wraps)</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
1912 |
<translation>Avvolgi (il mondo avvolge)</translation> |
9756 | 1913 |
</message> |
1914 |
<message> |
|
1915 |
<source>Bounce (Edges reflect)</source> |
|
12460 | 1916 |
<translation>Rimbalza (i bordi riflettono)</translation> |
9756 | 1917 |
</message> |
1918 |
<message> |
|
1919 |
<source>Sea (Edges connect to sea)</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
1920 |
<translation>Mare (i bordi si connettono al mare)</translation> |
9756 | 1921 |
</message> |
11756 | 1922 |
<message> |
1923 |
<source>Each clan starts in its own part of the terrain.</source> |
|
12460 | 1924 |
<translation>Ogni clan inizia dalla propria parte del terreno.</translation> |
11756 | 1925 |
</message> |
11833 | 1926 |
<message> |
1927 |
<source>Overall damage and knockback in percent</source> |
|
12460 | 1928 |
<translation>Danni complessivi e perdite in percentuale</translation> |
11833 | 1929 |
</message> |
1930 |
<message> |
|
1931 |
<source>Turn time in seconds</source> |
|
12460 | 1932 |
<translation>Tempo del turno in secondi</translation> |
11833 | 1933 |
</message> |
1934 |
<message> |
|
1935 |
<source>Initial health of hedgehogs</source> |
|
12460 | 1936 |
<translation>Vita iniziale dei ricci</translation> |
11833 | 1937 |
</message> |
1938 |
<message> |
|
1939 |
<source>How many rounds have to be played before Sudden Death begins</source> |
|
12460 | 1940 |
<translation>Quanti turni devono essere giocati prima che inizi la Sudden Death</translation> |
11833 | 1941 |
</message> |
1942 |
<message> |
|
1943 |
<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> |
|
12460 | 1944 |
<translation>Quanto sale l'acqua ogni turno in Sudden Death. Imposta a 0 assieme alla decrescita della vita in Sudden Death per disabilitare la Sudden Death.</translation> |
11833 | 1945 |
</message> |
1946 |
<message> |
|
1947 |
<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> |
|
12460 | 1948 |
<translation>Quanta vita perdono i ricci per ogni turno in Sudden Death. Imposta a 0 assieme alla crescita delle acque in Sudden Death per disabilitare la Sudden Death.</translation> |
11833 | 1949 |
</message> |
1950 |
<message> |
|
1951 |
<source>Maximum rope length in percent</source> |
|
12460 | 1952 |
<translation>Lunghezza massima corde in percentuale</translation> |
11833 | 1953 |
</message> |
1954 |
<message> |
|
1955 |
<source>Likelihood of a dropped crate being a health crate. All other crates will be weapon or utility crates.</source> |
|
12460 | 1956 |
<translation>Probabilità che una cassa caduta sia una cassa di salute. Tutte le altre casse saranno armi o casse di utilità.</translation> |
11833 | 1957 |
</message> |
1958 |
<message> |
|
1959 |
<source>Likelihood of a crate dropping before a turn</source> |
|
12460 | 1960 |
<translation>Probabilità di caduta di una cassa prima di un turno</translation> |
11833 | 1961 |
</message> |
1962 |
<message> |
|
1963 |
<source>Health bonus for collecting a health crate</source> |
|
12460 | 1964 |
<translation>Bonus vita per cassa salute raccolta</translation> |
11833 | 1965 |
</message> |
1966 |
<message> |
|
1967 |
<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> |
|
12460 | 1968 |
<translation>Timer detonazione delle mine. Il timer casuale va da 0 a 5 secondi. Il timer delle mine aeree sarà un quarto del timer delle mine.</translation> |
11833 | 1969 |
</message> |
1970 |
<message> |
|
1971 |
<source>Average number of mines to be placed a medium-sized island map. This number will be scaled for other maps.</source> |
|
12460 | 1972 |
<translation>Numero medio di mine in una mappa isola di medie dimensioni. Il numero verrà scalato per le altre mappe.</translation> |
11833 | 1973 |
</message> |
1974 |
<message> |
|
1975 |
<source>Likelihood of a mine being a dud. Does not affect mines placed by hedgehogs.</source> |
|
12460 | 1976 |
<translation>Probabilità che una mina non scoppi. Non vale per le mine piazzate dagli hedgehogs.</translation> |
11833 | 1977 |
</message> |
1978 |
<message> |
|
1979 |
<source>Average number of barrels to be placed a medium-sized island map. This number will be scaled for other maps.</source> |
|
12460 | 1980 |
<translation>Numero medio di barili collocati in una mappa isola di medie dimensioni. Il numero verrà scalato per altre mappe.</translation> |
11833 | 1981 |
</message> |
1982 |
<message> |
|
1983 |
<source>Average number of air mines to be placed a medium-sized island map. This number will be scaled for other maps.</source> |
|
12460 | 1984 |
<translation>Numero medio di mine aeree collocate su una mappa isola di medie dimensioni. Il numero verrà scalato per altre mappe.</translation> |
11833 | 1985 |
</message> |
1986 |
<message> |
|
1987 |
<source>Affects the left and right boundaries of the map</source> |
|
12460 | 1988 |
<translation>Incide sui limiti destro e sinistro della mappa</translation> |
11833 | 1989 |
</message> |
1990 |
<message> |
|
1991 |
<source>Time you get after an attack</source> |
|
12460 | 1992 |
<translation>Tempo disponibile dopo aver attaccato</translation> |
11833 | 1993 |
</message> |
1994 |
<message> |
|
1995 |
<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> |
|
12460 | 1996 |
<translation>Parametri aggiuntivi per configurare gli stili di gioco. Il significato dipende dallo stile utilizzato, vedi la documentazione. In caso di dubbio, lasciare vuota.</translation> |
11833 | 1997 |
</message> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1998 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
1999 |
<source>Name of this scheme</source> |
12460 | 2000 |
<translation>Nome dello schema</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2001 |
</message> |
13307 | 2002 |
<message> |
2003 |
<source>Select a hedgehog at the beginning of a turn</source> |
|
2004 |
<translation type="unfinished"></translation> |
|
2005 |
</message> |
|
1353 | 2006 |
</context> |
2007 |
<context> |
|
932 | 2008 |
<name>PageSelectWeapon</name> |
2009 |
<message> |
|
2010 |
<source>Default</source> |
|
4916 | 2011 |
<translation>Predefinito</translation> |
932 | 2012 |
</message> |
2013 |
<message> |
|
2014 |
<source>Delete</source> |
|
2015 |
<translation>Elimina</translation> |
|
2016 |
</message> |
|
4418 | 2017 |
<message> |
2018 |
<source>New</source> |
|
4863 | 2019 |
<translation>Nuovo</translation> |
4418 | 2020 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
2021 |
<message> |
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
2022 |
<source>Copy</source> |
4863 | 2023 |
<translation>Copia</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
2024 |
</message> |
1213 | 2025 |
</context> |
2026 |
<context> |
|
2027 |
<name>PageSinglePlayer</name> |
|
2028 |
<message> |
|
7679 | 2029 |
<source>Play a quick game against the computer with random settings</source> |
7686 | 2030 |
<translation>Gioca una partita rapida contro il computer con impostazioni casuali</translation> |
7679 | 2031 |
</message> |
2032 |
<message> |
|
2033 |
<source>Play a hotseat game against your friends, or AI teams</source> |
|
12460 | 2034 |
<translation>Gioca una partira contro un amico oppure contro il computer</translation> |
7679 | 2035 |
</message> |
2036 |
<message> |
|
2037 |
<source>Campaign Mode</source> |
|
7686 | 2038 |
<translation>Modalità Campagna</translation> |
7679 | 2039 |
</message> |
2040 |
<message> |
|
2041 |
<source>Practice your skills in a range of training missions</source> |
|
7686 | 2042 |
<translation>Metti alla prova le tue capacità in una vasta gamma di missioni di addestramento</translation> |
7679 | 2043 |
</message> |
2044 |
<message> |
|
2045 |
<source>Watch recorded demos</source> |
|
7686 | 2046 |
<translation>Visualizza demo registrate</translation> |
7679 | 2047 |
</message> |
2048 |
<message> |
|
2049 |
<source>Load a previously saved game</source> |
|
7686 | 2050 |
<translation>Carica un gioco salvato in precedenza</translation> |
6239 | 2051 |
</message> |
2052 |
</context> |
|
2053 |
<context> |
|
2054 |
<name>PageTraining</name> |
|
2055 |
<message> |
|
2056 |
<source>No description available</source> |
|
6533 | 2057 |
<translation>Nessuna descrizione disponibile</translation> |
6239 | 2058 |
</message> |
2059 |
<message> |
|
2060 |
<source>Select a mission!</source> |
|
6533 | 2061 |
<translation>Seleziona una missione!</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2062 |
</message> |
7679 | 2063 |
<message> |
2064 |
<source>Pick the mission or training to play</source> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2065 |
<translation type="obsolete">Scegli la missione, sfida o addestramento da intraprendere</translation> |
7679 | 2066 |
</message> |
2067 |
<message> |
|
2068 |
<source>Start fighting</source> |
|
7686 | 2069 |
<translation>Inizia combattimento</translation> |
7679 | 2070 |
</message> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2071 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2072 |
<source>Pick the training to play</source> |
12460 | 2073 |
<translation>Scegli l'allenamento da giocare</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2074 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2075 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2076 |
<source>Pick the challenge to play</source> |
12460 | 2077 |
<translation>Scegli la sfida da giocare</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2078 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2079 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2080 |
<source>Pick the scenario to play</source> |
12460 | 2081 |
<translation>Scegli lo scenario da giocare</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2082 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2083 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2084 |
<source>Trainings</source> |
12460 | 2085 |
<translation>Allenamenti</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2086 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2087 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2088 |
<source>Challenges</source> |
12460 | 2089 |
<translation>Sfide</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2090 |
</message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2091 |
<message> |
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2092 |
<source>Scenarios</source> |
12460 | 2093 |
<translation>Scenari</translation> |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
2094 |
</message> |
7679 | 2095 |
</context> |
2096 |
<context> |
|
2097 |
<name>PageVideos</name> |
|
2098 |
<message> |
|
2099 |
<source>Name</source> |
|
7686 | 2100 |
<translation>Nome</translation> |
7679 | 2101 |
</message> |
2102 |
<message> |
|
2103 |
<source>Size</source> |
|
7686 | 2104 |
<translation>Dimensione</translation> |
7679 | 2105 |
</message> |
7680 | 2106 |
<message numerus="yes"> |
7679 | 2107 |
<source>%1 bytes</source> |
7686 | 2108 |
<translation> |
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
2109 |
<numerusform>%1 byte</numerusform> |
12460 | 2110 |
<numerusform>%1 bytes</numerusform> |
7680 | 2111 |
</translation> |
7679 | 2112 |
</message> |
2113 |
<message> |
|
2114 |
<source>(in progress...)</source> |
|
7686 | 2115 |
<translation>(in corso...)</translation> |
7679 | 2116 |
</message> |
2117 |
<message> |
|
2118 |
<source>encoding</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2119 |
<translation>codifica</translation> |
7679 | 2120 |
</message> |
2121 |
<message> |
|
2122 |
<source>uploading</source> |
|
13307 | 2123 |
<translation type="vanished">caricamento</translation> |
7679 | 2124 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2125 |
<message> |
9756 | 2126 |
<source>Date: %1</source> |
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2127 |
<translation>Data: %1</translation> |
9756 | 2128 |
</message> |
2129 |
<message> |
|
2130 |
<source>Size: %1</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2131 |
<translation>Dimensione: %1</translation> |
9756 | 2132 |
</message> |
13307 | 2133 |
<message> |
2134 |
<source>%1%</source> |
|
2135 |
<extracomment>Video encoding progress. %1 = number</extracomment> |
|
2136 |
<translation type="unfinished"></translation> |
|
2137 |
</message> |
|
2138 |
<message> |
|
2139 |
<source>%1 (%2%) - %3</source> |
|
2140 |
<extracomment>Video encoding list entry. %1 = file name, %2 = percent complete, %3 = video operation type (e.g. “encoding”)</extracomment> |
|
2141 |
<translation type="unfinished"></translation> |
|
2142 |
</message> |
|
932 | 2143 |
</context> |
2144 |
<context> |
|
1414 | 2145 |
<name>QAction</name> |
2146 |
<message> |
|
2147 |
<source>Kick</source> |
|
6533 | 2148 |
<translation>Caccia via</translation> |
1414 | 2149 |
</message> |
2150 |
<message> |
|
2151 |
<source>Restrict Joins</source> |
|
1421 | 2152 |
<translation>Limita le entrate</translation> |
1414 | 2153 |
</message> |
2154 |
<message> |
|
2155 |
<source>Restrict Team Additions</source> |
|
1421 | 2156 |
<translation>Limita l'aggiunta di nuove squadre</translation> |
1414 | 2157 |
</message> |
1583 | 2158 |
<message> |
2159 |
<source>Info</source> |
|
1604 | 2160 |
<translation>Informazioni</translation> |
1583 | 2161 |
</message> |
1900 | 2162 |
<message> |
2163 |
<source>Ban</source> |
|
4916 | 2164 |
<translation>Espelli</translation> |
1900 | 2165 |
</message> |
2726 | 2166 |
<message> |
2167 |
<source>Follow</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2168 |
<translation>Segui</translation> |
2726 | 2169 |
</message> |
2883 | 2170 |
<message> |
2171 |
<source>Ignore</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2172 |
<translation>Ignora</translation> |
2883 | 2173 |
</message> |
2174 |
<message> |
|
2175 |
<source>Add friend</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2176 |
<translation>Aggiungi amico</translation> |
2883 | 2177 |
</message> |
2178 |
<message> |
|
2179 |
<source>Unignore</source> |
|
6546
265db7d3e085
Italian update - ditched missions file since encoding appears to be incorrect.
ChipHome
parents:
6533
diff
changeset
|
2180 |
<translation>Non ignorare</translation> |
2883 | 2181 |
</message> |
2182 |
<message> |
|
2183 |
<source>Remove friend</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2184 |
<translation>Rimuovi amico</translation> |
2883 | 2185 |
</message> |
5602 | 2186 |
<message> |
8648 | 2187 |
<source>Restrict Unregistered Players Join</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2188 |
<translation>Impedisci la partecipazione di giocatori non registrati</translation> |
8648 | 2189 |
</message> |
2190 |
<message> |
|
2191 |
<source>Show games in lobby</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2192 |
<translation>Mostra le partite nell'elenco</translation> |
8648 | 2193 |
</message> |
2194 |
<message> |
|
2195 |
<source>Show games in-progress</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2196 |
<translation>Mostra partite in corso</translation> |
5602 | 2197 |
</message> |
11526 | 2198 |
<message> |
2199 |
<source>Show password protected</source> |
|
12460 | 2200 |
<translation>Mostra protetti da password</translation> |
11526 | 2201 |
</message> |
2202 |
<message> |
|
2203 |
<source>Show join restricted</source> |
|
12460 | 2204 |
<translation>Mostra ingresso limitato</translation> |
11526 | 2205 |
</message> |
11866 | 2206 |
<message> |
2207 |
<source>Delegate room control</source> |
|
12460 | 2208 |
<translation>Delega il controllo della stanza</translation> |
11866 | 2209 |
</message> |
1414 | 2210 |
</context> |
2211 |
<context> |
|
932 | 2212 |
<name>QCheckBox</name> |
2213 |
<message> |
|
2214 |
<source>Fullscreen</source> |
|
2215 |
<translation>Schermo intero</translation> |
|
2216 |
</message> |
|
2217 |
<message> |
|
2218 |
<source>Show FPS</source> |
|
2219 |
<translation>Mostra FPS</translation> |
|
2220 |
</message> |
|
2221 |
<message> |
|
2222 |
<source>Alternative damage show</source> |
|
2223 |
<translation>Mostra danno in maniera alternativa</translation> |
|
2224 |
</message> |
|
1130 | 2225 |
<message> |
2261 | 2226 |
<source>Check for updates at startup</source> |
2227 |
<translation>Controlla aggiornamenti all'avvio</translation> |
|
2228 |
</message> |
|
2229 |
<message> |
|
1488 | 2230 |
<source>Append date and time to record file name</source> |
1546 | 2231 |
<translation>Concatena data e ora di registrazione al nome file</translation> |
2232 |
</message> |
|
2233 |
<message> |
|
2883 | 2234 |
<source>Show ammo menu tooltips</source> |
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2235 |
<translation>Mostra suggerimenti nel menu armi</translation> |
2883 | 2236 |
</message> |
2237 |
<message> |
|
7679 | 2238 |
<source>Save password</source> |
7686 | 2239 |
<translation>Salva password</translation> |
7679 | 2240 |
</message> |
2241 |
<message> |
|
2242 |
<source>Save account name and password</source> |
|
13307 | 2243 |
<translation type="vanished">Salva nome utente e password</translation> |
7679 | 2244 |
</message> |
2245 |
<message> |
|
2246 |
<source>Video is private</source> |
|
13307 | 2247 |
<translation type="vanished">Il video è privato</translation> |
7679 | 2248 |
</message> |
2249 |
<message> |
|
2250 |
<source>Record audio</source> |
|
7686 | 2251 |
<translation>Registra audio</translation> |
7679 | 2252 |
</message> |
2253 |
<message> |
|
2254 |
<source>Use game resolution</source> |
|
7686 | 2255 |
<translation>Usa la risoluzione del gioco</translation> |
7679 | 2256 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2257 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2258 |
<source>Visual effects</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2259 |
<translation>Effetti speciali</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2260 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2261 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2262 |
<source>Sound</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2263 |
<translation>Suono</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2264 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2265 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2266 |
<source>In-game sound effects</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2267 |
<translation>Effetti sonori nel gioco</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2268 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2269 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2270 |
<source>Music</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2271 |
<translation>Musica</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2272 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2273 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2274 |
<source>In-game music</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2275 |
<translation>Musica nel gioco</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2276 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2277 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2278 |
<source>Frontend sound effects</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2279 |
<translation>Effetti sonori in presentazione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2280 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2281 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2282 |
<source>Frontend music</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2283 |
<translation>Musica in presentazione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2284 |
</message> |
9756 | 2285 |
<message> |
2286 |
<source>Team</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2287 |
<translation>Squadra</translation> |
9756 | 2288 |
</message> |
2289 |
<message> |
|
2290 |
<source>Enable team tags by default</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2291 |
<translation>Abilita i tag della squadra in automatico</translation> |
9756 | 2292 |
</message> |
2293 |
<message> |
|
2294 |
<source>Hog</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2295 |
<translation>Riccio</translation> |
9756 | 2296 |
</message> |
2297 |
<message> |
|
2298 |
<source>Enable hedgehog tags by default</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2299 |
<translation>Abilita i tag dei ricci in automatico</translation> |
9756 | 2300 |
</message> |
2301 |
<message> |
|
2302 |
<source>Health</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2303 |
<translation>Vita</translation> |
9756 | 2304 |
</message> |
2305 |
<message> |
|
2306 |
<source>Enable health tags by default</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2307 |
<translation>Abilita i tag della vita in automatico</translation> |
9756 | 2308 |
</message> |
2309 |
<message> |
|
2310 |
<source>Translucent</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2311 |
<translation>Semitrasparente</translation> |
9756 | 2312 |
</message> |
2313 |
<message> |
|
2314 |
<source>Enable translucent tags by default</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2315 |
<translation>Abilita i tag semitrasparenti in automatico</translation> |
9756 | 2316 |
</message> |
12721 | 2317 |
<message> |
2318 |
<source>Enable visual effects such as animated menu transitions and falling stars</source> |
|
2319 |
<translation type="unfinished"></translation> |
|
2320 |
</message> |
|
2321 |
<message> |
|
2322 |
<source>If enabled, Hedgewars adds the date and time in the form "YYYY-MM-DD_hh-mm" for automatically created demos.</source> |
|
2323 |
<translation type="unfinished"></translation> |
|
2324 |
</message> |
|
932 | 2325 |
</context> |
2326 |
<context> |
|
2327 |
<name>QComboBox</name> |
|
2328 |
<message> |
|
2329 |
<source>Human</source> |
|
2330 |
<translation>Umano</translation> |
|
2331 |
</message> |
|
2332 |
<message> |
|
1353 | 2333 |
<source>Level</source> |
11833 | 2334 |
<translation type="obsolete">Livello</translation> |
932 | 2335 |
</message> |
2913 | 2336 |
<message> |
2337 |
<source>(System default)</source> |
|
4916 | 2338 |
<translation>(Predefinito)</translation> |
2913 | 2339 |
</message> |
3163 | 2340 |
<message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2341 |
<source>Community</source> |
4863 | 2342 |
<translation>Comunità</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2343 |
</message> |
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2344 |
<message> |
4864 | 2345 |
<source>Disabled</source> |
4916 | 2346 |
<translation>Disabilitato</translation> |
4864 | 2347 |
</message> |
2348 |
<message> |
|
2349 |
<source>Red/Cyan</source> |
|
4916 | 2350 |
<translation>Rosso/Ciano</translation> |
4864 | 2351 |
</message> |
2352 |
<message> |
|
2353 |
<source>Cyan/Red</source> |
|
4916 | 2354 |
<translation>Ciano/Rosso</translation> |
4864 | 2355 |
</message> |
2356 |
<message> |
|
2357 |
<source>Red/Blue</source> |
|
4916 | 2358 |
<translation>Rosso/Blu</translation> |
4864 | 2359 |
</message> |
2360 |
<message> |
|
2361 |
<source>Blue/Red</source> |
|
4916 | 2362 |
<translation>Blu/Rosso</translation> |
4864 | 2363 |
</message> |
2364 |
<message> |
|
2365 |
<source>Red/Green</source> |
|
4916 | 2366 |
<translation>Rosso/Verde</translation> |
4864 | 2367 |
</message> |
2368 |
<message> |
|
2369 |
<source>Green/Red</source> |
|
4916 | 2370 |
<translation>Verde/Rosso</translation> |
4864 | 2371 |
</message> |
2372 |
<message> |
|
2373 |
<source>Side-by-side</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2374 |
<translation>Affiancato</translation> |
4864 | 2375 |
</message> |
2376 |
<message> |
|
2377 |
<source>Top-Bottom</source> |
|
6239 | 2378 |
<translation>Dall'alto in basso</translation> |
4864 | 2379 |
</message> |
2380 |
<message> |
|
5602 | 2381 |
<source>Red/Cyan grayscale</source> |
6533 | 2382 |
<translation>Scala di grigi rosso/azzurro</translation> |
5602 | 2383 |
</message> |
2384 |
<message> |
|
2385 |
<source>Cyan/Red grayscale</source> |
|
6533 | 2386 |
<translation>Scala di grigi azzurro/rosso</translation> |
5602 | 2387 |
</message> |
2388 |
<message> |
|
2389 |
<source>Red/Blue grayscale</source> |
|
6533 | 2390 |
<translation>Scala di grigi rosso/blu</translation> |
5602 | 2391 |
</message> |
2392 |
<message> |
|
2393 |
<source>Blue/Red grayscale</source> |
|
6533 | 2394 |
<translation>Scala di grigi blu/rosso</translation> |
5602 | 2395 |
</message> |
2396 |
<message> |
|
2397 |
<source>Red/Green grayscale</source> |
|
6533 | 2398 |
<translation>Scala di grigi rosso/verde</translation> |
5602 | 2399 |
</message> |
2400 |
<message> |
|
2401 |
<source>Green/Red grayscale</source> |
|
6533 | 2402 |
<translation>Scala di grigi verde/rosso</translation> |
5602 | 2403 |
</message> |
11833 | 2404 |
<message> |
2405 |
<source>Computer (Level %1)</source> |
|
12460 | 2406 |
<translation>Computer (livello %1)</translation> |
11833 | 2407 |
</message> |
12721 | 2408 |
<message> |
2409 |
<source>Stereoscopy creates an illusion of depth when you wear 3D glasses.</source> |
|
2410 |
<translation type="unfinished"></translation> |
|
2411 |
</message> |
|
2412 |
<message> |
|
2413 |
<source>24 FPS</source> |
|
2414 |
<translation type="unfinished"></translation> |
|
2415 |
</message> |
|
2416 |
<message> |
|
2417 |
<source>25 FPS</source> |
|
2418 |
<translation type="unfinished"></translation> |
|
2419 |
</message> |
|
2420 |
<message> |
|
2421 |
<source>30 FPS</source> |
|
2422 |
<translation type="unfinished"></translation> |
|
2423 |
</message> |
|
2424 |
<message> |
|
2425 |
<source>50 FPS</source> |
|
2426 |
<translation type="unfinished"></translation> |
|
2427 |
</message> |
|
2428 |
<message> |
|
2429 |
<source>60 FPS</source> |
|
2430 |
<translation type="unfinished"></translation> |
|
2431 |
</message> |
|
932 | 2432 |
</context> |
2433 |
<context> |
|
2434 |
<name>QGroupBox</name> |
|
2435 |
<message> |
|
2436 |
<source>Team Members</source> |
|
2437 |
<translation>Membri della squadra</translation> |
|
2438 |
</message> |
|
2439 |
<message> |
|
2440 |
<source>Fort</source> |
|
2441 |
<translation>Fortino</translation> |
|
2442 |
</message> |
|
2443 |
<message> |
|
2444 |
<source>Net game</source> |
|
2445 |
<translation>Gioco in rete</translation> |
|
2446 |
</message> |
|
2447 |
<message> |
|
2448 |
<source>Playing teams</source> |
|
2449 |
<translation>Squadre in gioco</translation> |
|
2450 |
</message> |
|
1933 | 2451 |
<message> |
2452 |
<source>Game Modifiers</source> |
|
1949 | 2453 |
<translation>Modificatori di gioco</translation> |
1933 | 2454 |
</message> |
2455 |
<message> |
|
2456 |
<source>Basic Settings</source> |
|
1949 | 2457 |
<translation>Impostazioni di base</translation> |
1933 | 2458 |
</message> |
2899 | 2459 |
<message> |
2460 |
<source>Team Settings</source> |
|
4916 | 2461 |
<translation>Impostazioni delle Squadre</translation> |
2899 | 2462 |
</message> |
2463 |
<message> |
|
7679 | 2464 |
<source>Videos</source> |
7686 | 2465 |
<translation>Video</translation> |
7679 | 2466 |
</message> |
2467 |
<message> |
|
2468 |
<source>Description</source> |
|
7686 | 2469 |
<translation>Descrizione</translation> |
7679 | 2470 |
</message> |
932 | 2471 |
</context> |
2472 |
<context> |
|
2473 |
<name>QLabel</name> |
|
2474 |
<message> |
|
2030 | 2475 |
<source>Mines Time</source> |
6533 | 2476 |
<translation>Tempo delle mine</translation> |
2030 | 2477 |
</message> |
2478 |
<message> |
|
2479 |
<source>Mines</source> |
|
2085 | 2480 |
<translation>Mine</translation> |
2030 | 2481 |
</message> |
2482 |
<message> |
|
932 | 2483 |
<source>Weapons</source> |
2484 |
<translation>Armi</translation> |
|
2485 |
</message> |
|
2486 |
<message> |
|
2487 |
<source>Host:</source> |
|
2488 |
<translation>Host:</translation> |
|
2489 |
</message> |
|
2490 |
<message> |
|
2491 |
<source>Port:</source> |
|
6546
265db7d3e085
Italian update - ditched missions file since encoding appears to be incorrect.
ChipHome
parents:
6533
diff
changeset
|
2492 |
<translation>Porta:</translation> |
932 | 2493 |
</message> |
2494 |
<message> |
|
2495 |
<source>Resolution</source> |
|
2496 |
<translation>Risoluzione</translation> |
|
2497 |
</message> |
|
2498 |
<message> |
|
2499 |
<source>FPS limit</source> |
|
2500 |
<translation>Limite FPS</translation> |
|
2501 |
</message> |
|
2502 |
<message> |
|
2503 |
<source>Server name:</source> |
|
2504 |
<translation>Nome del server:</translation> |
|
2505 |
</message> |
|
2506 |
<message> |
|
2507 |
<source>Server port:</source> |
|
2508 |
<translation>Porta del server:</translation> |
|
2509 |
</message> |
|
995 | 2510 |
<message> |
1803 | 2511 |
<source>Initial sound volume</source> |
1835
a55d16c645a1
Update Italian translation (and compile other translations)
unc0rr
parents:
1820
diff
changeset
|
2512 |
<translation>Volume sonoro iniziale</translation> |
1803 | 2513 |
</message> |
1933 | 2514 |
<message> |
2515 |
<source>Damage Modifier</source> |
|
1949 | 2516 |
<translation>Modificatore di danno</translation> |
1933 | 2517 |
</message> |
2518 |
<message> |
|
2519 |
<source>Turn Time</source> |
|
1949 | 2520 |
<translation>Durata del turno</translation> |
1933 | 2521 |
</message> |
2522 |
<message> |
|
2523 |
<source>Initial Health</source> |
|
1949 | 2524 |
<translation>Salute iniziale</translation> |
1933 | 2525 |
</message> |
2526 |
<message> |
|
2527 |
<source>Sudden Death Timeout</source> |
|
6533 | 2528 |
<translation>Durata del Sudden Death</translation> |
1949 | 2529 |
</message> |
2530 |
<message> |
|
1943 | 2531 |
<source>Scheme Name:</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2532 |
<translation>Nome dello schema:</translation> |
1933 | 2533 |
</message> |
2534 |
<message> |
|
1943 | 2535 |
<source>Crate Drops</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2536 |
<translation>Caduta casse</translation> |
1933 | 2537 |
</message> |
1980
431c4322add5
Update translation from patches tracker on fireforge
unc0rr
parents:
1978
diff
changeset
|
2538 |
<message> |
2883 | 2539 |
<source>% Dud Mines</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2540 |
<translation>% Mine difettose</translation> |
2883 | 2541 |
</message> |
2899 | 2542 |
<message> |
2543 |
<source>Name</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2544 |
<translation>Nome</translation> |
2899 | 2545 |
</message> |
2546 |
<message> |
|
2547 |
<source>Type</source> |
|
11833 | 2548 |
<translation type="obsolete">Tipo</translation> |
2899 | 2549 |
</message> |
2550 |
<message> |
|
2551 |
<source>Grave</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2552 |
<translation>Tomba</translation> |
2899 | 2553 |
</message> |
2554 |
<message> |
|
2555 |
<source>Flag</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2556 |
<translation>Bandiera</translation> |
2899 | 2557 |
</message> |
2558 |
<message> |
|
2559 |
<source>Voice</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
2560 |
<translation>Voce</translation> |
2899 | 2561 |
</message> |
2562 |
<message> |
|
2563 |
<source>Locale</source> |
|
4916 | 2564 |
<translation>Lingua</translation> |
2899 | 2565 |
</message> |
2566 |
<message> |
|
3163 | 2567 |
<source>Explosives</source> |
11833 | 2568 |
<translation type="obsolete">Esplosivi</translation> |
3163 | 2569 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
2570 |
<message> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2571 |
<source>Quality</source> |
4863 | 2572 |
<translation>Qualità</translation> |
3918
916ed485daed
Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents:
3683
diff
changeset
|
2573 |
</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
|
2574 |
<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
|
2575 |
<source>% Health Crates</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2576 |
<translation>% Casse salute</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
|
2577 |
</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
|
2578 |
<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
|
2579 |
<source>Health in Crates</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2580 |
<translation>Vita nelle casse salute</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
|
2581 |
</message> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2582 |
<message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2583 |
<source>Sudden Death Water Rise</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2584 |
<translation>Salita dell'acqua nel Sudden Death</translation> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2585 |
</message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2586 |
<message> |
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2587 |
<source>Sudden Death Health Decrease</source> |
4863 | 2588 |
<translation>Danni durante il Sudden Death</translation> |
4153
6bd94e4c5d65
2 more variables to control water rise and health loss during sudden death.
henek
parents:
4143
diff
changeset
|
2589 |
</message> |
4259 | 2590 |
<message> |
4418 | 2591 |
<source>% Rope Length</source> |
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2592 |
<translation>% Lunghezza della corda</translation> |
4259 | 2593 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
2594 |
<message> |
4864 | 2595 |
<source>Stereo rendering</source> |
12721 | 2596 |
<translation type="vanished">Resa stereo</translation> |
4864 | 2597 |
</message> |
5602 | 2598 |
<message> |
2599 |
<source>Style</source> |
|
6533 | 2600 |
<translation>Stile</translation> |
5602 | 2601 |
</message> |
2602 |
<message> |
|
2603 |
<source>Scheme</source> |
|
5929 | 2604 |
<translation>Schema</translation> |
5602 | 2605 |
</message> |
2606 |
<message> |
|
2607 |
<source>% Get Away Time</source> |
|
11833 | 2608 |
<translation type="obsolete">% Tempo regalo</translation> |
5602 | 2609 |
</message> |
6239 | 2610 |
<message> |
7679 | 2611 |
<source>There are videos that are currently being processed. |
2612 |
Exiting now will abort them. |
|
7902
a82b1bf2eca1
- Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents:
7801
diff
changeset
|
2613 |
Do you really want to quit?</source> |
7686 | 2614 |
<translation>Ci sono video che stanno ancora venendo elaborati. |
12460 | 2615 |
Uscire ora annullerà questo processo e i video non verrano salvati. |
7686 | 2616 |
Vuoi veramente uscire?</translation> |
7679 | 2617 |
</message> |
2618 |
<message> |
|
2619 |
<source>Please provide either the YouTube account name or the email address associated with the Google Account.</source> |
|
13307 | 2620 |
<translation type="vanished">Inserire il nome utente YouTube o l'indirizzo e-mail associato all'account Google.</translation> |
7679 | 2621 |
</message> |
2622 |
<message> |
|
2623 |
<source>Account name (or email): </source> |
|
13307 | 2624 |
<translation type="vanished">Nome utente (o e-mail): </translation> |
7679 | 2625 |
</message> |
2626 |
<message> |
|
2627 |
<source>Password: </source> |
|
13307 | 2628 |
<translation type="vanished">Password: </translation> |
7679 | 2629 |
</message> |
2630 |
<message> |
|
2631 |
<source>Video title: </source> |
|
13307 | 2632 |
<translation type="vanished">Titolo del video: </translation> |
7679 | 2633 |
</message> |
2634 |
<message> |
|
2635 |
<source>Video description: </source> |
|
13307 | 2636 |
<translation type="vanished">Descrizione del video:</translation> |
7679 | 2637 |
</message> |
2638 |
<message> |
|
2639 |
<source>Tags (comma separated): </source> |
|
13307 | 2640 |
<translation type="vanished">Tag (separate da una virgola): </translation> |
7679 | 2641 |
</message> |
2642 |
<message> |
|
2643 |
<source>Description</source> |
|
7686 | 2644 |
<translation>Descrizione</translation> |
7679 | 2645 |
</message> |
2646 |
<message> |
|
2647 |
<source>Nickname</source> |
|
7686 | 2648 |
<translation>Nickname</translation> |
7679 | 2649 |
</message> |
2650 |
<message> |
|
2651 |
<source>Format</source> |
|
7686 | 2652 |
<translation>Formato</translation> |
7679 | 2653 |
</message> |
2654 |
<message> |
|
2655 |
<source>Audio codec</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2656 |
<translation>Codifica audio</translation> |
7679 | 2657 |
</message> |
2658 |
<message> |
|
2659 |
<source>Video codec</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2660 |
<translation>Codifica video</translation> |
7679 | 2661 |
</message> |
2662 |
<message> |
|
2663 |
<source>Framerate</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2664 |
<translation>Velocità fotogrammi</translation> |
7679 | 2665 |
</message> |
2666 |
<message> |
|
2667 |
<source>Bitrate (Kbps)</source> |
|
12721 | 2668 |
<translation type="vanished">Velocità (Kbps)</translation> |
7679 | 2669 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2670 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2671 |
<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> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2672 |
<translation>Questo rilascio è in fase di sviluppo e potrebbe non essere compatibile con altre versioni del gioco, e alcune funzionalità potrebbero essere malfunzionanti o incomplete!</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2673 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2674 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2675 |
<source>Fullscreen</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2676 |
<translation>Schermo intero</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2677 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2678 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2679 |
<source>Fullscreen Resolution</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2680 |
<translation>Risoluzione schermo interno</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2681 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2682 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2683 |
<source>Windowed Resolution</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2684 |
<translation>Risoluzione finestra</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2685 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2686 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2687 |
<source>Your Email</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2688 |
<translation>Indirizzo di posta elettronica</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2689 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2690 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2691 |
<source>Summary</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2692 |
<translation>Sommario</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2693 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2694 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2695 |
<source>Send system information</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2696 |
<translation>Invia informazioni di sistema</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2697 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2698 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2699 |
<source>Type the security code:</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2700 |
<translation>Inserisci il codice di sicurezza:</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2701 |
</message> |
8648 | 2702 |
<message> |
2703 |
<source>Revision</source> |
|
12721 | 2704 |
<translation type="vanished">Revisione</translation> |
8648 | 2705 |
</message> |
8676 | 2706 |
<message> |
2707 |
<source>This program is distributed under the %1</source> |
|
12721 | 2708 |
<translation type="vanished">Questo programma è distribuito secondo i termini di %1</translation> |
8676 | 2709 |
</message> |
9007 | 2710 |
<message> |
2711 |
<source>This setting will be effective at next restart.</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
2712 |
<translation>Questa impostazione avrà effetto al prossimo riavvio.</translation> |
9007 | 2713 |
</message> |
9756 | 2714 |
<message> |
2715 |
<source>Tip: %1</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2716 |
<translation>Consiglio: %1</translation> |
9756 | 2717 |
</message> |
2718 |
<message> |
|
2719 |
<source>Displayed tags above hogs and translucent tags</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2720 |
<translation>Visualizza i tag sopra i ricci e i tag semitrasparenti</translation> |
9756 | 2721 |
</message> |
2722 |
<message> |
|
2723 |
<source>World Edge</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2724 |
<translation>Bordi del mondo</translation> |
9756 | 2725 |
</message> |
10451 | 2726 |
<message> |
2727 |
<source>Script parameter</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2728 |
<translation>Parametro dello script</translation> |
10451 | 2729 |
</message> |
11526 | 2730 |
<message> |
2731 |
<source>Air Mines</source> |
|
12460 | 2732 |
<translation>Mine aeree</translation> |
11526 | 2733 |
</message> |
11833 | 2734 |
<message> |
2735 |
<source>Player</source> |
|
12460 | 2736 |
<translation>Giocatore</translation> |
11833 | 2737 |
</message> |
2738 |
<message> |
|
2739 |
<source>Barrels</source> |
|
12460 | 2740 |
<translation>Barili</translation> |
11833 | 2741 |
</message> |
2742 |
<message> |
|
2743 |
<source>% Retreat Time</source> |
|
12460 | 2744 |
<translation>% Tempo di ritirata</translation> |
11833 | 2745 |
</message> |
12721 | 2746 |
<message> |
2747 |
<source>Stereoscopy</source> |
|
2748 |
<translation type="unfinished"></translation> |
|
2749 |
</message> |
|
2750 |
<message> |
|
2751 |
<source>Bitrate (Kibit/s)</source> |
|
2752 |
<extracomment>“Kibit/s” is the symbol for 1024 bits per second</extracomment> |
|
2753 |
<translation type="unfinished"></translation> |
|
2754 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2755 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2756 |
<source>Loading<br>CAPTCHA ...</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2757 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2758 |
</message> |
932 | 2759 |
</context> |
2760 |
<context> |
|
2761 |
<name>QLineEdit</name> |
|
2762 |
<message> |
|
2763 |
<source>unnamed</source> |
|
6533 | 2764 |
<translation>senza_nome</translation> |
932 | 2765 |
</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
|
2766 |
<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
|
2767 |
<source>hedgehog %1</source> |
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
2768 |
<translation>riccio %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
|
2769 |
</message> |
7679 | 2770 |
<message> |
2771 |
<source>anonymous</source> |
|
7686 | 2772 |
<translation>anonimo</translation> |
7679 | 2773 |
</message> |
12721 | 2774 |
<message> |
2775 |
<source>unnamed (%1)</source> |
|
2776 |
<translation type="unfinished"></translation> |
|
2777 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2778 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2779 |
<source>Hedgehog %1</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2780 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2781 |
</message> |
932 | 2782 |
</context> |
2783 |
<context> |
|
2784 |
<name>QMainWindow</name> |
|
2785 |
<message> |
|
1546 | 2786 |
<source>Hedgewars %1</source> |
2787 |
<translation>Hedgewars %1</translation> |
|
932 | 2788 |
</message> |
2789 |
</context> |
|
2790 |
<context> |
|
2791 |
<name>QMessageBox</name> |
|
2792 |
<message> |
|
2793 |
<source>Connection to server is lost</source> |
|
995 | 2794 |
<translation>Connessione con il server persa</translation> |
932 | 2795 |
</message> |
2796 |
<message> |
|
2797 |
<source>Error</source> |
|
2798 |
<translation>Errore</translation> |
|
2799 |
</message> |
|
2800 |
<message> |
|
4124 | 2801 |
<source>File association failed.</source> |
4863 | 2802 |
<translation>Associazione delle estensioni a Hedgewars fallita.</translation> |
4124 | 2803 |
</message> |
4418 | 2804 |
<message> |
7679 | 2805 |
<source>Error while authenticating at google.com: |
2806 |
</source> |
|
13307 | 2807 |
<translation type="vanished">Errore durante l'autenticazione su google.com:</translation> |
7679 | 2808 |
</message> |
2809 |
<message> |
|
2810 |
<source>Login or password is incorrect</source> |
|
13307 | 2811 |
<translation type="vanished">Nome utente e password non riconosciuti</translation> |
7679 | 2812 |
</message> |
2813 |
<message> |
|
2814 |
<source>Error while sending metadata to youtube.com: |
|
2815 |
</source> |
|
13307 | 2816 |
<translation type="vanished">Errore nell'invio dei dati a youtube.com:</translation> |
7679 | 2817 |
</message> |
7801 | 2818 |
<message> |
2819 |
<source>Teams - Are you sure?</source> |
|
8264 | 2820 |
<translation>Squadre - Sei sicuro?</translation> |
7801 | 2821 |
</message> |
2822 |
<message> |
|
2823 |
<source>Do you really want to delete the team '%1'?</source> |
|
8264 | 2824 |
<translation>Vuoi davvero cancellare la squadra '%1'?</translation> |
7801 | 2825 |
</message> |
2826 |
<message> |
|
2827 |
<source>Cannot delete default scheme '%1'!</source> |
|
8264 | 2828 |
<translation>Non posso cancellare lo schema di default '%1'!</translation> |
7801 | 2829 |
</message> |
2830 |
<message> |
|
2831 |
<source>Please select a record from the list</source> |
|
8264 | 2832 |
<translation>Per favore scegli una voce dalla lista</translation> |
7801 | 2833 |
</message> |
2834 |
<message> |
|
2835 |
<source>Unable to start server</source> |
|
8264 | 2836 |
<translation>Impossibile avviare il server</translation> |
7801 | 2837 |
</message> |
2838 |
<message> |
|
2839 |
<source>Hedgewars - Error</source> |
|
8264 | 2840 |
<translation>Hedgewars - Errore</translation> |
7801 | 2841 |
</message> |
2842 |
<message> |
|
2843 |
<source>Hedgewars - Success</source> |
|
8264 | 2844 |
<translation>Hedgewars - Completato</translation> |
7801 | 2845 |
</message> |
2846 |
<message> |
|
2847 |
<source>All file associations have been set</source> |
|
8264 | 2848 |
<translation>Tutte le associazioni di file sono state impostate</translation> |
7801 | 2849 |
</message> |
2850 |
<message> |
|
2851 |
<source>Video upload - Error</source> |
|
13307 | 2852 |
<translation type="vanished">Caricamento video - Errore</translation> |
7801 | 2853 |
</message> |
2854 |
<message> |
|
2855 |
<source>Netgame - Error</source> |
|
8264 | 2856 |
<translation>Gioco in rete - Errore</translation> |
7801 | 2857 |
</message> |
2858 |
<message> |
|
2859 |
<source>Please select a server from the list</source> |
|
8264 | 2860 |
<translation>Per favore scegli un server dalla lista</translation> |
7801 | 2861 |
</message> |
2862 |
<message> |
|
2863 |
<source>Please enter room name</source> |
|
8264 | 2864 |
<translation>Inserisci il nome della stanza</translation> |
7801 | 2865 |
</message> |
2866 |
<message> |
|
2867 |
<source>Record Play - Error</source> |
|
12721 | 2868 |
<translation type="vanished">Registrazione gioco - Errore</translation> |
7801 | 2869 |
</message> |
2870 |
<message> |
|
2871 |
<source>Please select record from the list</source> |
|
12721 | 2872 |
<translation type="vanished">Seleziona un record dalla lista</translation> |
7801 | 2873 |
</message> |
2874 |
<message> |
|
2875 |
<source>Cannot rename to </source> |
|
12721 | 2876 |
<translation type="vanished">Impossibile rinominare a </translation> |
7801 | 2877 |
</message> |
2878 |
<message> |
|
2879 |
<source>Cannot delete file </source> |
|
12721 | 2880 |
<translation type="vanished">Impossibile cancellare il file </translation> |
7801 | 2881 |
</message> |
2882 |
<message> |
|
2883 |
<source>Room Name - Error</source> |
|
8264 | 2884 |
<translation>Nome stanza - Errore</translation> |
7801 | 2885 |
</message> |
2886 |
<message> |
|
2887 |
<source>Please select room from the list</source> |
|
8264 | 2888 |
<translation>Seleziona la stanza dalla lista</translation> |
7801 | 2889 |
</message> |
2890 |
<message> |
|
2891 |
<source>Room Name - Are you sure?</source> |
|
8264 | 2892 |
<translation>Nome stanza - Sei sicuro?</translation> |
7801 | 2893 |
</message> |
2894 |
<message> |
|
2895 |
<source>The game you are trying to join has started. |
|
2896 |
Do you still want to join the room?</source> |
|
8264 | 2897 |
<translation>La partita a cui stai cercando di unirti è già iniziata. |
7801 | 2898 |
Voui comunque entrare nella stanza?</translation> |
2899 |
</message> |
|
2900 |
<message> |
|
2901 |
<source>Schemes - Warning</source> |
|
8264 | 2902 |
<translation>Schemi - Attenzione</translation> |
7801 | 2903 |
</message> |
2904 |
<message> |
|
2905 |
<source>Schemes - Are you sure?</source> |
|
8264 | 2906 |
<translation>Schemi - Sei sicuro?</translation> |
7801 | 2907 |
</message> |
2908 |
<message> |
|
2909 |
<source>Do you really want to delete the game scheme '%1'?</source> |
|
8264 | 2910 |
<translation>Vuoi davvero cancellare lo schema di gioco '%1'?</translation> |
7801 | 2911 |
</message> |
2912 |
<message> |
|
2913 |
<source>Videos - Are you sure?</source> |
|
8264 | 2914 |
<translation>Video - Sei sicuro?</translation> |
7801 | 2915 |
</message> |
2916 |
<message> |
|
2917 |
<source>Do you really want to delete the video '%1'?</source> |
|
8264 | 2918 |
<translation>Vuoi davvero cancellare il video '%1'?</translation> |
7801 | 2919 |
</message> |
2920 |
<message numerus="yes"> |
|
2921 |
<source>Do you really want to remove %1 file(s)?</source> |
|
8500
7a20d3142284
Some more Italian translation... still in progress.
Marco Bresciani
parents:
8412
diff
changeset
|
2922 |
<translation> |
12460 | 2923 |
<numerusform>Vuoi davvero cancellare %1 file?</numerusform> |
8264 | 2924 |
<numerusform>Vuoi davvero cancellare %1 file?</numerusform> |
7801 | 2925 |
</translation> |
2926 |
</message> |
|
2927 |
<message> |
|
2928 |
<source>Do you really want to cancel uploading %1?</source> |
|
13307 | 2929 |
<translation type="vanished">Vuoi davvero terminare di caricare %1?</translation> |
7801 | 2930 |
</message> |
2931 |
<message> |
|
2932 |
<source>File error</source> |
|
8264 | 2933 |
<translation>Errore con il file</translation> |
7801 | 2934 |
</message> |
2935 |
<message> |
|
2936 |
<source>Cannot open '%1' for writing</source> |
|
8264 | 2937 |
<translation>Non posso aprire '%1' in scrittura</translation> |
7801 | 2938 |
</message> |
2939 |
<message> |
|
2940 |
<source>Cannot open '%1' for reading</source> |
|
8264 | 2941 |
<translation>Non posso aprire '%1' in lettura</translation> |
7801 | 2942 |
</message> |
2943 |
<message> |
|
2944 |
<source>Cannot use the ammo '%1'!</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
2945 |
<translation type="vanished">Non posso usare le munizioni '%1'!</translation> |
7801 | 2946 |
</message> |
2947 |
<message> |
|
2948 |
<source>Weapons - Warning</source> |
|
8264 | 2949 |
<translation>Armi - Attenzione</translation> |
7801 | 2950 |
</message> |
2951 |
<message> |
|
2952 |
<source>Cannot overwrite default weapon set '%1'!</source> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2953 |
<translation>Non posso sovrascrivere l'insieme base di armi '%1'!</translation> |
7801 | 2954 |
</message> |
2955 |
<message> |
|
2956 |
<source>Cannot delete default weapon set '%1'!</source> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2957 |
<translation>Non posso cancellare l'insieme base di armi '%1'!</translation> |
7801 | 2958 |
</message> |
2959 |
<message> |
|
2960 |
<source>Weapons - Are you sure?</source> |
|
8264 | 2961 |
<translation>Armi - Sei sicuro?</translation> |
7801 | 2962 |
</message> |
2963 |
<message> |
|
2964 |
<source>Do you really want to delete the weapon set '%1'?</source> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2965 |
<translation>Vuoi davvero cancellare l'insieme di armi '%1'?</translation> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2966 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2967 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2968 |
<source>Hedgewars - Nick not registered</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2969 |
<translation>Hedgewars - Nome non registrato</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2970 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2971 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2972 |
<source>System Information Preview</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2973 |
<translation>Anteprima informazioni di sistema</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2974 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2975 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2976 |
<source>Failed to generate captcha</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2977 |
<translation>Impossibile generare captcha</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2978 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2979 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2980 |
<source>Failed to download captcha</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2981 |
<translation>Impossibile scaricare captcha</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2982 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2983 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2984 |
<source>Please fill out all fields. Email is optional.</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2985 |
<translation>Per favore riempi tutti i campi. L'indirizzo di posta elettronica è opzionale.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2986 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2987 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2988 |
<source>Hedgewars - Warning</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2989 |
<translation>Hedgewars - Attenzione</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2990 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2991 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2992 |
<source>Hedgewars - Information</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2993 |
<translation>Hedgewars - Avviso</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2994 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
2995 |
<message> |
8648 | 2996 |
<source>Not all players are ready</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
2997 |
<translation>Non tutti i giocatori sono pronti</translation> |
8648 | 2998 |
</message> |
2999 |
<message> |
|
3000 |
<source>Are you sure you want to start this game? |
|
3001 |
Not all players are ready.</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3002 |
<translation>Sei sicuro che vuoi iniziare il gioco? |
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3003 |
Non tutti i giocatori sono pronti.</translation> |
8648 | 3004 |
</message> |
12721 | 3005 |
<message> |
3006 |
<source>Sorry, Hedgewars can't be played with more than 48 hedgehogs. Please try again with fewer hedgehogs. |
|
3007 |
||
3008 |
Current number of hedgehogs: %1</source> |
|
3009 |
<translation type="unfinished"></translation> |
|
3010 |
</message> |
|
3011 |
<message> |
|
3012 |
<source>Teams - Name already taken</source> |
|
3013 |
<translation type="unfinished"></translation> |
|
3014 |
</message> |
|
3015 |
<message> |
|
3016 |
<source>The team name '%1' is already taken, so your team has been renamed to '%2'.</source> |
|
3017 |
<translation type="unfinished"></translation> |
|
3018 |
</message> |
|
3019 |
<message> |
|
3020 |
<source>Please select a file from the list.</source> |
|
3021 |
<translation type="unfinished"></translation> |
|
3022 |
</message> |
|
3023 |
<message> |
|
3024 |
<source>Cannot rename file to %1.</source> |
|
3025 |
<translation type="unfinished"></translation> |
|
3026 |
</message> |
|
3027 |
<message> |
|
3028 |
<source>Cannot delete file %1.</source> |
|
3029 |
<translation type="unfinished"></translation> |
|
3030 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3031 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3032 |
<source>Welcome to Hedgewars</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3033 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3034 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3035 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3036 |
<source>Welcome to Hedgewars! |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3037 |
|
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3038 |
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
|
3039 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3040 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3041 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3042 |
<source>Cannot use the weapon scheme '%1'!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3043 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3044 |
</message> |
932 | 3045 |
</context> |
3046 |
<context> |
|
9756 | 3047 |
<name>QObject</name> |
3048 |
<message> |
|
3049 |
<source>No description available</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
3050 |
<translation>Nessuna descrizione disponibile</translation> |
9756 | 3051 |
</message> |
3052 |
</context> |
|
3053 |
<context> |
|
932 | 3054 |
<name>QPushButton</name> |
3055 |
<message> |
|
3056 |
<source>Go!</source> |
|
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11866
diff
changeset
|
3057 |
<translation type="obsolete">Gioca!</translation> |
932 | 3058 |
</message> |
3059 |
<message> |
|
3060 |
<source>default</source> |
|
4916 | 3061 |
<translation>predefinito</translation> |
932 | 3062 |
</message> |
3063 |
<message> |
|
3064 |
<source>OK</source> |
|
3065 |
<translation>OK</translation> |
|
3066 |
</message> |
|
3067 |
<message> |
|
3068 |
<source>Cancel</source> |
|
3069 |
<translation>Annulla</translation> |
|
3070 |
</message> |
|
3071 |
<message> |
|
3072 |
<source>Start server</source> |
|
3073 |
<translation>Avvia server</translation> |
|
3074 |
</message> |
|
3075 |
<message> |
|
3076 |
<source>Connect</source> |
|
3077 |
<translation>Connetti</translation> |
|
3078 |
</message> |
|
3079 |
<message> |
|
3080 |
<source>Update</source> |
|
3081 |
<translation>Aggiorna</translation> |
|
3082 |
</message> |
|
3083 |
<message> |
|
3084 |
<source>Specify</source> |
|
3085 |
<translation>Specifica</translation> |
|
3086 |
</message> |
|
3087 |
<message> |
|
3088 |
<source>Start</source> |
|
3089 |
<translation>Gioca</translation> |
|
3090 |
</message> |
|
3091 |
<message> |
|
3092 |
<source>Play demo</source> |
|
3093 |
<translation>Visualizza demo</translation> |
|
3094 |
</message> |
|
3095 |
<message> |
|
3096 |
<source>Rename</source> |
|
3097 |
<translation>Rinomina</translation> |
|
3098 |
</message> |
|
3099 |
<message> |
|
3100 |
<source>Delete</source> |
|
3101 |
<translation>Elimina</translation> |
|
3102 |
</message> |
|
3103 |
<message> |
|
3104 |
<source>Load</source> |
|
3105 |
<translation>Carica</translation> |
|
3106 |
</message> |
|
3107 |
<message> |
|
4124 | 3108 |
<source>Associate file extensions</source> |
4863 | 3109 |
<translation>Associa estensioni a Hedgewars</translation> |
4124 | 3110 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
3111 |
<message> |
7679 | 3112 |
<source>More info</source> |
7686 | 3113 |
<translation>Più informazioni</translation> |
7679 | 3114 |
</message> |
3115 |
<message> |
|
3116 |
<source>Set default options</source> |
|
7686 | 3117 |
<translation>Imposta opzioni predefinite</translation> |
7679 | 3118 |
</message> |
3119 |
<message> |
|
3120 |
<source>Open videos directory</source> |
|
7686 | 3121 |
<translation>Apri cartella video</translation> |
7679 | 3122 |
</message> |
3123 |
<message> |
|
3124 |
<source>Play</source> |
|
7686 | 3125 |
<translation>Riproduci</translation> |
7679 | 3126 |
</message> |
3127 |
<message> |
|
3128 |
<source>Upload to YouTube</source> |
|
13307 | 3129 |
<translation type="vanished">Carica su YouTube</translation> |
7679 | 3130 |
</message> |
3131 |
<message> |
|
3132 |
<source>Cancel uploading</source> |
|
13307 | 3133 |
<translation type="vanished">Sospendi caricamento</translation> |
7679 | 3134 |
</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
|
3135 |
<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
|
3136 |
<source>Restore default coding parameters</source> |
8264 | 3137 |
<translation>Ripristina i parametri di base della codifica</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
|
3138 |
</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
|
3139 |
<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
|
3140 |
<source>Open the video directory in your system</source> |
8264 | 3141 |
<translation>Apri la directory video sul tuo sistema</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
|
3142 |
</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
|
3143 |
<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
|
3144 |
<source>Play this video</source> |
8264 | 3145 |
<translation>Riproduci questo 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
|
3146 |
</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
|
3147 |
<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
|
3148 |
<source>Delete this video</source> |
8264 | 3149 |
<translation>Cancella questo 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
|
3150 |
</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
|
3151 |
<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
|
3152 |
<source>Upload this video to your Youtube account</source> |
12721 | 3153 |
<translation type="vanished">Cariva questo video nel tuo account Youtube</translation> |
7982
dfba2515d601
Add zsm since Myystery is offering to do this language. Also update the .pro file and existing strings.
nemo
parents:
7902
diff
changeset
|
3154 |
</message> |
8788 | 3155 |
<message> |
3156 |
<source>Reset</source> |
|
8873 | 3157 |
<translation>Ripristina</translation> |
8788 | 3158 |
</message> |
3159 |
<message> |
|
3160 |
<source>Set the default server port for Hedgewars</source> |
|
8873 | 3161 |
<translation>Seleziona la porta di configurazione del server di Hedgewars</translation> |
8788 | 3162 |
</message> |
3163 |
<message> |
|
3164 |
<source>Invite your friends to your server in just 1 click!</source> |
|
9365 | 3165 |
<translation>Invita i tuoi amici sul tuo server con 1 solo clic!</translation> |
8788 | 3166 |
</message> |
3167 |
<message> |
|
9360 | 3168 |
<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> |
9365 | 3169 |
<translation>Clicca per copiare il tuo URL univoco del server negli appunti. Invia questo collegamento ai tuoi amici e potranno unirsi a te.</translation> |
8788 | 3170 |
</message> |
3171 |
<message> |
|
3172 |
<source>Start private server</source> |
|
8873 | 3173 |
<translation>Avvia un server privato</translation> |
8788 | 3174 |
</message> |
12721 | 3175 |
</context> |
3176 |
<context> |
|
3177 |
<name>QSpinBox</name> |
|
3178 |
<message> |
|
3179 |
<source>Specify the bitrate of recorded videos as a multiple of 1024 bits per second</source> |
|
3180 |
<translation type="unfinished"></translation> |
|
3181 |
</message> |
|
1414 | 3182 |
</context> |
3183 |
<context> |
|
8648 | 3184 |
<name>RoomNamePrompt</name> |
3185 |
<message> |
|
3186 |
<source>Enter a name for your room.</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3187 |
<translation>Inserisci un nome per la tua stanza.</translation> |
8648 | 3188 |
</message> |
3189 |
<message> |
|
3190 |
<source>Cancel</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3191 |
<translation>Annulla</translation> |
8648 | 3192 |
</message> |
3193 |
<message> |
|
3194 |
<source>Create room</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3195 |
<translation>Crea stanza</translation> |
8648 | 3196 |
</message> |
9756 | 3197 |
<message> |
3198 |
<source>set password</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
3199 |
<translation>imposta la password</translation> |
9756 | 3200 |
</message> |
8648 | 3201 |
</context> |
3202 |
<context> |
|
7679 | 3203 |
<name>RoomsListModel</name> |
3204 |
<message> |
|
3205 |
<source>In progress</source> |
|
7686 | 3206 |
<translation>In corso</translation> |
7679 | 3207 |
</message> |
3208 |
<message> |
|
3209 |
<source>Room Name</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
3210 |
<translation>Nome della stanza</translation> |
7679 | 3211 |
</message> |
3212 |
<message> |
|
3213 |
<source>C</source> |
|
12721 | 3214 |
<extracomment>Caption of the column for the number of connected clients in the list of rooms</extracomment> |
7686 | 3215 |
<translation>C</translation> |
7679 | 3216 |
</message> |
3217 |
<message> |
|
3218 |
<source>T</source> |
|
12721 | 3219 |
<extracomment>Caption of the column for the number of teams in the list of rooms</extracomment> |
7686 | 3220 |
<translation>T</translation> |
7679 | 3221 |
</message> |
3222 |
<message> |
|
3223 |
<source>Owner</source> |
|
7686 | 3224 |
<translation>Proprietario</translation> |
7679 | 3225 |
</message> |
3226 |
<message> |
|
3227 |
<source>Map</source> |
|
7686 | 3228 |
<translation>Mappa</translation> |
7679 | 3229 |
</message> |
3230 |
<message> |
|
3231 |
<source>Rules</source> |
|
7686 | 3232 |
<translation>Regole</translation> |
7679 | 3233 |
</message> |
3234 |
<message> |
|
3235 |
<source>Weapons</source> |
|
7686 | 3236 |
<translation>Armi</translation> |
7679 | 3237 |
</message> |
3238 |
<message> |
|
3239 |
<source>Random Map</source> |
|
7686 | 3240 |
<translation>Mappa casuale</translation> |
7679 | 3241 |
</message> |
3242 |
<message> |
|
3243 |
<source>Random Maze</source> |
|
9361
af291df3288c
Some more Italian. You know: Italians do it better! ;)
Marco Bresciani
parents:
9049
diff
changeset
|
3244 |
<translation>Labirinto casuale</translation> |
7679 | 3245 |
</message> |
3246 |
<message> |
|
3247 |
<source>Hand-drawn</source> |
|
7686 | 3248 |
<translation>Disegnata a mano</translation> |
932 | 3249 |
</message> |
9756 | 3250 |
<message> |
3251 |
<source>Script</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
3252 |
<translation>Script</translation> |
9756 | 3253 |
</message> |
10451 | 3254 |
<message> |
3255 |
<source>Random Perlin</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3256 |
<translation>Rumore casuale</translation> |
10451 | 3257 |
</message> |
11756 | 3258 |
<message> |
3259 |
<source>Forts</source> |
|
12460 | 3260 |
<translation>Forti</translation> |
11756 | 3261 |
</message> |
932 | 3262 |
</context> |
3263 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3264 |
<name>SeedPrompt</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3265 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3266 |
<source>The map seed is the basis for all random values generated by the game.</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3267 |
<translation>Il seme della mappa è la base per tutti i valori casuali generati dal gioco.</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3268 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3269 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3270 |
<source>Cancel</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3271 |
<translation>Annulla</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3272 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3273 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3274 |
<source>Set seed</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3275 |
<translation>Imposta seme</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3276 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3277 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3278 |
<source>Close</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3279 |
<translation>Chiudi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3280 |
</message> |
11526 | 3281 |
<message> |
3282 |
<source>Seed</source> |
|
12460 | 3283 |
<translation>Seme</translation> |
11526 | 3284 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3285 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3286 |
<context> |
2394 | 3287 |
<name>SelWeaponWidget</name> |
3288 |
<message> |
|
3289 |
<source>Weapon set</source> |
|
3290 |
<translation>Set delle armi</translation> |
|
3291 |
</message> |
|
3292 |
<message> |
|
3293 |
<source>Probabilities</source> |
|
3294 |
<translation>Probabilità</translation> |
|
3295 |
</message> |
|
2883 | 3296 |
<message> |
3297 |
<source>Ammo in boxes</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
3298 |
<translation>Munizioni nelle casse</translation> |
2883 | 3299 |
</message> |
3300 |
<message> |
|
3301 |
<source>Delays</source> |
|
3194
500536cff25c
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
palewolf
parents:
3181
diff
changeset
|
3302 |
<translation>Ritardi</translation> |
2883 | 3303 |
</message> |
4418 | 3304 |
<message> |
3305 |
<source>new</source> |
|
11833 | 3306 |
<translation type="obsolete">nuovo</translation> |
4418 | 3307 |
</message> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
3308 |
<message> |
10451 | 3309 |
<source>copy of %1</source> |
11833 | 3310 |
<translation type="obsolete">copia di %1</translation> |
3311 |
</message> |
|
3312 |
<message> |
|
3313 |
<source>New</source> |
|
12460 | 3314 |
<translation>Nuovo</translation> |
11833 | 3315 |
</message> |
3316 |
<message> |
|
3317 |
<source>New (%1)</source> |
|
12460 | 3318 |
<translation>Nuovo (%1)</translation> |
11833 | 3319 |
</message> |
3320 |
<message> |
|
3321 |
<source>Copy of %1</source> |
|
12460 | 3322 |
<translation>Copia di %1</translation> |
11833 | 3323 |
</message> |
3324 |
<message> |
|
3325 |
<source>Copy of %1 (%2)</source> |
|
12460 | 3326 |
<translation>Copia di %1 (%2)</translation> |
4600
5a3b1dbdd4c9
added copying also to schemes and updated some translations
Henek
parents:
4418
diff
changeset
|
3327 |
</message> |
2394 | 3328 |
</context> |
3329 |
<context> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3330 |
<name>TCPBase</name> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3331 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3332 |
<source>Unable to start server at %1.</source> |
8873 | 3333 |
<translation>Impossibile avviare il server a %1.</translation> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3334 |
</message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3335 |
<message> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3336 |
<source>Unable to run engine at %1 |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3337 |
Error code: %2</source> |
8873 | 3338 |
<translation>Impossibile eseguire il motore a %1 |
3339 |
Codice di errore: %2</translation> |
|
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3340 |
</message> |
10451 | 3341 |
<message> |
3342 |
<source>The game engine died unexpectedly! |
|
3343 |
(exit code %1) |
|
3344 |
||
3345 |
We are very sorry for the inconvenience :( |
|
3346 |
||
3347 |
If this keeps happening, please click the '%2' button in the main menu!</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3348 |
<translation>Il motore del gioco è morto inaspettatamente! |
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3349 |
(codice di uscita %1) |
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3350 |
|
11526 | 3351 |
Ci dispiace molto per l'inconveniente :( |
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3352 |
|
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3353 |
Se questo continua a succedere, per piacere clicca il bottone '%2' nel menu principale!</translation> |
10451 | 3354 |
</message> |
8824
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3355 |
</context> |
fe9eacd390f2
Unbreak lua localisation, fix untranslated login prompt, update translations.
nemo
parents:
8724
diff
changeset
|
3356 |
<context> |
8788 | 3357 |
<name>TeamSelWidget</name> |
3358 |
<message> |
|
3359 |
<source>At least two teams are required to play!</source> |
|
8873 | 3360 |
<translation>Servono almeno due squadre per giocare!</translation> |
8788 | 3361 |
</message> |
3362 |
</context> |
|
3363 |
<context> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3364 |
<name>ThemePrompt</name> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3365 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3366 |
<source>Cancel</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3367 |
<translation>Annulla</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3368 |
</message> |
8648 | 3369 |
<message> |
3370 |
<source>Search for a theme:</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3371 |
<translation>Cerca un tema:</translation> |
8648 | 3372 |
</message> |
3373 |
<message> |
|
3374 |
<source>Use selected theme</source> |
|
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3375 |
<translation>Usa tema selezionato</translation> |
8648 | 3376 |
</message> |
11526 | 3377 |
<message> |
3378 |
<source>Choose a theme</source> |
|
12460 | 3379 |
<translation>Scegli un tema</translation> |
11526 | 3380 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3381 |
</context> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3382 |
<context> |
932 | 3383 |
<name>binds</name> |
3384 |
<message> |
|
3385 |
<source>up</source> |
|
3386 |
<translation>su</translation> |
|
3387 |
</message> |
|
3388 |
<message> |
|
3389 |
<source>left</source> |
|
3390 |
<translation>sinistra</translation> |
|
3391 |
</message> |
|
3392 |
<message> |
|
3393 |
<source>right</source> |
|
3394 |
<translation>destra</translation> |
|
3395 |
</message> |
|
3396 |
<message> |
|
3397 |
<source>down</source> |
|
3398 |
<translation>giù</translation> |
|
3399 |
</message> |
|
3400 |
<message> |
|
3401 |
<source>attack</source> |
|
3402 |
<translation>attacca</translation> |
|
3403 |
</message> |
|
3404 |
<message> |
|
3405 |
<source>put</source> |
|
6546
265db7d3e085
Italian update - ditched missions file since encoding appears to be incorrect.
ChipHome
parents:
6533
diff
changeset
|
3406 |
<translation>usa/piazza sul terreno</translation> |
932 | 3407 |
</message> |
3408 |
<message> |
|
3409 |
<source>switch</source> |
|
3410 |
<translation>cambia</translation> |
|
3411 |
</message> |
|
3412 |
<message> |
|
3413 |
<source>ammo menu</source> |
|
3414 |
<translation>menu delle armi</translation> |
|
3415 |
</message> |
|
3416 |
<message> |
|
3417 |
<source>slot 1</source> |
|
3418 |
<translation>slot 1</translation> |
|
3419 |
</message> |
|
3420 |
<message> |
|
3421 |
<source>slot 2</source> |
|
3422 |
<translation>slot 2</translation> |
|
3423 |
</message> |
|
3424 |
<message> |
|
3425 |
<source>slot 3</source> |
|
3426 |
<translation>slot 3</translation> |
|
3427 |
</message> |
|
3428 |
<message> |
|
3429 |
<source>slot 4</source> |
|
3430 |
<translation>slot 4</translation> |
|
3431 |
</message> |
|
3432 |
<message> |
|
3433 |
<source>slot 5</source> |
|
3434 |
<translation>slot 5</translation> |
|
3435 |
</message> |
|
3436 |
<message> |
|
3437 |
<source>slot 6</source> |
|
3438 |
<translation>slot 6</translation> |
|
3439 |
</message> |
|
3440 |
<message> |
|
3441 |
<source>slot 7</source> |
|
3442 |
<translation>slot 7</translation> |
|
3443 |
</message> |
|
3444 |
<message> |
|
3445 |
<source>slot 8</source> |
|
3446 |
<translation>slot 8</translation> |
|
3447 |
</message> |
|
3448 |
<message> |
|
3449 |
<source>slot 9</source> |
|
3450 |
<translation>slot 9</translation> |
|
3451 |
</message> |
|
3452 |
<message> |
|
3453 |
<source>timer 1 sec</source> |
|
3454 |
<translation>timer 1 sec</translation> |
|
3455 |
</message> |
|
3456 |
<message> |
|
3457 |
<source>timer 2 sec</source> |
|
3458 |
<translation>timer 2 sec</translation> |
|
3459 |
</message> |
|
3460 |
<message> |
|
3461 |
<source>timer 3 sec</source> |
|
3462 |
<translation>timer 3 sec</translation> |
|
3463 |
</message> |
|
3464 |
<message> |
|
3465 |
<source>timer 4 sec</source> |
|
3466 |
<translation>timer 4 sec</translation> |
|
3467 |
</message> |
|
3468 |
<message> |
|
3469 |
<source>timer 5 sec</source> |
|
3470 |
<translation>timer 5 sec</translation> |
|
3471 |
</message> |
|
3472 |
<message> |
|
3473 |
<source>pause</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3474 |
<translation type="vanished">pausa</translation> |
932 | 3475 |
</message> |
3476 |
<message> |
|
3477 |
<source>volume down</source> |
|
3478 |
<translation>abbassare volume</translation> |
|
3479 |
</message> |
|
3480 |
<message> |
|
3481 |
<source>volume up</source> |
|
3482 |
<translation>alzare volume</translation> |
|
3483 |
</message> |
|
3484 |
<message> |
|
3485 |
<source>change mode</source> |
|
3486 |
<translation>cambiare modalità</translation> |
|
3487 |
</message> |
|
3488 |
<message> |
|
3489 |
<source>capture</source> |
|
3490 |
<translation>cattura</translation> |
|
3491 |
</message> |
|
3492 |
<message> |
|
3493 |
<source>quit</source> |
|
3494 |
<translation>esci</translation> |
|
3495 |
</message> |
|
995 | 3496 |
<message> |
3497 |
<source>chat</source> |
|
3498 |
<translation>chat</translation> |
|
3499 |
</message> |
|
3500 |
<message> |
|
3501 |
<source>chat history</source> |
|
3502 |
<translation>cronologia chat</translation> |
|
3503 |
</message> |
|
1065 | 3504 |
<message> |
3505 |
<source>confirmation</source> |
|
3506 |
<translation>conferma</translation> |
|
3507 |
</message> |
|
1641 | 3508 |
<message> |
3509 |
<source>precise aim</source> |
|
1679 | 3510 |
<translation>mirino di precisione</translation> |
1641 | 3511 |
</message> |
2394 | 3512 |
<message> |
3513 |
<source>zoom in</source> |
|
3514 |
<translation>zoom in</translation> |
|
3515 |
</message> |
|
3516 |
<message> |
|
3517 |
<source>zoom out</source> |
|
3518 |
<translation>zoom out</translation> |
|
3519 |
</message> |
|
3520 |
<message> |
|
3521 |
<source>reset zoom</source> |
|
3522 |
<translation>reset zoom</translation> |
|
3523 |
</message> |
|
2441 | 3524 |
<message> |
3525 |
<source>long jump</source> |
|
4916 | 3526 |
<translation>salto in lungo</translation> |
2441 | 3527 |
</message> |
3528 |
<message> |
|
3529 |
<source>high jump</source> |
|
4916 | 3530 |
<translation>salto in alto</translation> |
2441 | 3531 |
</message> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
3532 |
<message> |
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
3533 |
<source>slot 10</source> |
4863 | 3534 |
<translation>slot 10</translation> |
3503
fc0aec1c1b8b
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents:
3287
diff
changeset
|
3535 |
</message> |
7679 | 3536 |
<message> |
3537 |
<source>mute audio</source> |
|
7686 | 3538 |
<translation>disattiva audio</translation> |
7679 | 3539 |
</message> |
3540 |
<message> |
|
3541 |
<source>record</source> |
|
7686 | 3542 |
<translation>registra</translation> |
7679 | 3543 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3544 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3545 |
<source>hedgehog info</source> |
12721 | 3546 |
<translation type="vanished">informazioni riccio</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3547 |
</message> |
10451 | 3548 |
<message> |
3549 |
<source>autocam / find hedgehog</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3550 |
<translation>camera automatica / trova riccio</translation> |
10451 | 3551 |
</message> |
3552 |
<message> |
|
3553 |
<source>speed up replay</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
3554 |
<translation>aumenta velocità replay</translation> |
10451 | 3555 |
</message> |
12721 | 3556 |
<message> |
3557 |
<source>toggle team bars</source> |
|
3558 |
<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> |
|
3559 |
<translation type="unfinished"></translation> |
|
3560 |
</message> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3561 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3562 |
<source>team chat</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3563 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3564 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3565 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3566 |
<source>pause / auto skip</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3567 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3568 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3569 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3570 |
<source>toggle hedgehog tags</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3571 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3572 |
</message> |
2441 | 3573 |
</context> |
3574 |
<context> |
|
3575 |
<name>binds (categories)</name> |
|
3576 |
<message> |
|
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3577 |
<source>Movement</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3578 |
<translation>Movimento</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3579 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3580 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3581 |
<source>Weapons</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3582 |
<translation>Armi</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3583 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3584 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3585 |
<source>Camera</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3586 |
<translation>Telecamera</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3587 |
</message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3588 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3589 |
<source>Miscellaneous</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3590 |
<translation>Varie</translation> |
2441 | 3591 |
</message> |
3592 |
</context> |
|
3593 |
<context> |
|
3594 |
<name>binds (descriptions)</name> |
|
3595 |
<message> |
|
3596 |
<source>Traverse gaps and obstacles by jumping:</source> |
|
2562 | 3597 |
<translation>Scavalca buchi e ostacoli saltando:</translation> |
2441 | 3598 |
</message> |
3599 |
<message> |
|
3600 |
<source>Fire your selected weapon or trigger an utility item:</source> |
|
2562 | 3601 |
<translation>Spara con l'arma selezionata o usa l'attrezzo:</translation> |
2441 | 3602 |
</message> |
3603 |
<message> |
|
3604 |
<source>Pick a weapon or a target location under the cursor:</source> |
|
2562 | 3605 |
<translation>Raccogli un'arma o mira con il cursore:</translation> |
2441 | 3606 |
</message> |
3607 |
<message> |
|
3608 |
<source>Switch your currently active hog (if possible):</source> |
|
2562 | 3609 |
<translation>Cambia il riccio attualmente attivo (se possibile):</translation> |
2441 | 3610 |
</message> |
3611 |
<message> |
|
3612 |
<source>Pick a weapon or utility item:</source> |
|
2508 | 3613 |
<translation>Scegli un'arma o uno strumento:</translation> |
2441 | 3614 |
</message> |
3615 |
<message> |
|
3616 |
<source>Set the timer on bombs and timed weapons:</source> |
|
6533 | 3617 |
<translation>Imposta il timer di granate e armi a tempo:</translation> |
2441 | 3618 |
</message> |
3619 |
<message> |
|
3620 |
<source>Move the cursor or camera without using the mouse:</source> |
|
2562 | 3621 |
<translation>Muovi il cursore o la camera senza usare il mouse:</translation> |
2441 | 3622 |
</message> |
3623 |
<message> |
|
3624 |
<source>Modify the camera's zoom level:</source> |
|
2508 | 3625 |
<translation>Modifica il livello di zoom:</translation> |
2441 | 3626 |
</message> |
3627 |
<message> |
|
3628 |
<source>Talk to your team or all participants:</source> |
|
2562 | 3629 |
<translation>Parla al tuo team o a tutti i partecipanti:</translation> |
2441 | 3630 |
</message> |
3631 |
<message> |
|
3632 |
<source>Pause, continue or leave your game:</source> |
|
2562 | 3633 |
<translation>Pausa, continua o lascia il gioco:</translation> |
2441 | 3634 |
</message> |
3635 |
<message> |
|
3636 |
<source>Modify the game's volume while playing:</source> |
|
2562 | 3637 |
<translation>Modifica il volume del gioco in esecuzione:</translation> |
2441 | 3638 |
</message> |
3639 |
<message> |
|
3640 |
<source>Toggle fullscreen mode:</source> |
|
2562 | 3641 |
<translation>Modalità schermo intero:</translation> |
2441 | 3642 |
</message> |
3643 |
<message> |
|
3644 |
<source>Take a screenshot:</source> |
|
6533 | 3645 |
<translation>Cattura la schermata:</translation> |
2441 | 3646 |
</message> |
3647 |
<message> |
|
3648 |
<source>Toggle labels above hedgehogs:</source> |
|
12721 | 3649 |
<translation type="vanished">Cambia le etichette sui ricci:</translation> |
2441 | 3650 |
</message> |
7679 | 3651 |
<message> |
3652 |
<source>Record video:</source> |
|
7686 | 3653 |
<translation>Registra video:</translation> |
7679 | 3654 |
</message> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3655 |
<message> |
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3656 |
<source>Hedgehog movement</source> |
8694
a6f9156c4793
A bit more of Italian translation... in progress. :)
Marco Bresciani
parents:
8693
diff
changeset
|
3657 |
<translation>Movimento riccio</translation> |
8401
87410ae372f6
Server messages localization using Qt's l10n subsystem:
unc0rr
parents:
8264
diff
changeset
|
3658 |
</message> |
10451 | 3659 |
<message> |
3660 |
<source>Toggle automatic camera / refocus on active hedgehog:</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3661 |
<translation>Togli camera automatica / riposiziona sul riccio attivo:</translation> |
10451 | 3662 |
</message> |
3663 |
<message> |
|
3664 |
<source>Demo replay:</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
3665 |
<translation>Vizualizza demo:</translation> |
10451 | 3666 |
</message> |
12721 | 3667 |
<message> |
3668 |
<source>Heads-up display:</source> |
|
3669 |
<translation type="unfinished"></translation> |
|
3670 |
</message> |
|
2441 | 3671 |
</context> |
3672 |
<context> |
|
3673 |
<name>binds (keys)</name> |
|
3674 |
<message> |
|
3675 |
<source>Axis</source> |
|
2504 | 3676 |
<translation>Assi</translation> |
2441 | 3677 |
</message> |
3678 |
<message> |
|
3679 |
<source>(Up)</source> |
|
2504 | 3680 |
<translation>(Su)</translation> |
2441 | 3681 |
</message> |
3682 |
<message> |
|
3683 |
<source>(Down)</source> |
|
2504 | 3684 |
<translation>(Giù)</translation> |
2441 | 3685 |
</message> |
3686 |
<message> |
|
3687 |
<source>Hat</source> |
|
2504 | 3688 |
<translation>Cappello</translation> |
2441 | 3689 |
</message> |
3690 |
<message> |
|
3691 |
<source>(Left)</source> |
|
2504 | 3692 |
<translation>(Sinistra)</translation> |
2441 | 3693 |
</message> |
3694 |
<message> |
|
3695 |
<source>(Right)</source> |
|
2504 | 3696 |
<translation>(Destra)</translation> |
2441 | 3697 |
</message> |
3698 |
<message> |
|
3699 |
<source>Button</source> |
|
2504 | 3700 |
<translation>(Pulsante)</translation> |
2441 | 3701 |
</message> |
3702 |
<message> |
|
3703 |
<source>Keyboard</source> |
|
2504 | 3704 |
<translation>(Tastiera)</translation> |
2441 | 3705 |
</message> |
2562 | 3706 |
<message> |
3707 |
<source>Mouse: Left button</source> |
|
3284 | 3708 |
<translation>Mouse: Tasto sinistro</translation> |
2562 | 3709 |
</message> |
3710 |
<message> |
|
3711 |
<source>Mouse: Middle button</source> |
|
3284 | 3712 |
<translation>Mouse: Tasto centrale</translation> |
2562 | 3713 |
</message> |
3714 |
<message> |
|
3715 |
<source>Mouse: Right button</source> |
|
3284 | 3716 |
<translation>Mouse: Tasto destro</translation> |
2562 | 3717 |
</message> |
3718 |
<message> |
|
3719 |
<source>Mouse: Wheel up</source> |
|
3284 | 3720 |
<translation>Mouse: Scroll in su</translation> |
2562 | 3721 |
</message> |
3722 |
<message> |
|
3723 |
<source>Mouse: Wheel down</source> |
|
3284 | 3724 |
<translation>Mouse: Scroll in giù</translation> |
2562 | 3725 |
</message> |
3726 |
<message> |
|
3727 |
<source>Backspace</source> |
|
3284 | 3728 |
<translation>Backspace</translation> |
2562 | 3729 |
</message> |
3730 |
<message> |
|
3731 |
<source>Tab</source> |
|
3284 | 3732 |
<translation>Tab</translation> |
2562 | 3733 |
</message> |
3734 |
<message> |
|
3735 |
<source>Clear</source> |
|
3284 | 3736 |
<translation>Cancella</translation> |
2562 | 3737 |
</message> |
3738 |
<message> |
|
3739 |
<source>Return</source> |
|
3284 | 3740 |
<translation>Invio</translation> |
2562 | 3741 |
</message> |
3742 |
<message> |
|
3743 |
<source>Pause</source> |
|
3284 | 3744 |
<translation>Pausa</translation> |
2562 | 3745 |
</message> |
3746 |
<message> |
|
3747 |
<source>Escape</source> |
|
3284 | 3748 |
<translation>Esc</translation> |
2562 | 3749 |
</message> |
3750 |
<message> |
|
3751 |
<source>Space</source> |
|
3284 | 3752 |
<translation>Spazio</translation> |
2562 | 3753 |
</message> |
3754 |
<message> |
|
3755 |
<source>Delete</source> |
|
3284 | 3756 |
<translation>Elimina</translation> |
2562 | 3757 |
</message> |
3758 |
<message> |
|
3759 |
<source>Numpad 0</source> |
|
3284 | 3760 |
<translation>Numpad 0</translation> |
2562 | 3761 |
</message> |
3762 |
<message> |
|
3763 |
<source>Numpad 1</source> |
|
3284 | 3764 |
<translation>Numpad 1</translation> |
2562 | 3765 |
</message> |
3766 |
<message> |
|
3767 |
<source>Numpad 2</source> |
|
3284 | 3768 |
<translation>Numpad 2</translation> |
2562 | 3769 |
</message> |
3770 |
<message> |
|
3771 |
<source>Numpad 3</source> |
|
3284 | 3772 |
<translation>Numpad 3</translation> |
2562 | 3773 |
</message> |
3774 |
<message> |
|
3775 |
<source>Numpad 4</source> |
|
3284 | 3776 |
<translation>Numpad 4</translation> |
2562 | 3777 |
</message> |
3778 |
<message> |
|
3779 |
<source>Numpad 5</source> |
|
3284 | 3780 |
<translation>Numpad 5</translation> |
2562 | 3781 |
</message> |
3782 |
<message> |
|
3783 |
<source>Numpad 6</source> |
|
3284 | 3784 |
<translation>Numpad 6</translation> |
2562 | 3785 |
</message> |
3786 |
<message> |
|
3787 |
<source>Numpad 7</source> |
|
3284 | 3788 |
<translation>Numpad 7</translation> |
2562 | 3789 |
</message> |
3790 |
<message> |
|
3791 |
<source>Numpad 8</source> |
|
3284 | 3792 |
<translation>Numpad 8</translation> |
2562 | 3793 |
</message> |
3794 |
<message> |
|
3795 |
<source>Numpad 9</source> |
|
3284 | 3796 |
<translation>Numpad 9</translation> |
2562 | 3797 |
</message> |
3798 |
<message> |
|
3799 |
<source>Numpad .</source> |
|
3284 | 3800 |
<translation>Numpad .</translation> |
2562 | 3801 |
</message> |
3802 |
<message> |
|
3803 |
<source>Numpad /</source> |
|
3284 | 3804 |
<translation>Numpad /</translation> |
2562 | 3805 |
</message> |
3806 |
<message> |
|
3807 |
<source>Numpad *</source> |
|
3284 | 3808 |
<translation>Numpad *</translation> |
2562 | 3809 |
</message> |
3810 |
<message> |
|
3811 |
<source>Numpad -</source> |
|
3284 | 3812 |
<translation>Numpad -</translation> |
2562 | 3813 |
</message> |
3814 |
<message> |
|
3815 |
<source>Numpad +</source> |
|
3284 | 3816 |
<translation>Numpad +</translation> |
2562 | 3817 |
</message> |
3818 |
<message> |
|
3819 |
<source>Enter</source> |
|
3284 | 3820 |
<translation>Invio</translation> |
2562 | 3821 |
</message> |
3822 |
<message> |
|
3823 |
<source>Equals</source> |
|
3284 | 3824 |
<translation>Uguale</translation> |
2562 | 3825 |
</message> |
3826 |
<message> |
|
3827 |
<source>Up</source> |
|
3284 | 3828 |
<translation>Su</translation> |
2562 | 3829 |
</message> |
3830 |
<message> |
|
3831 |
<source>Down</source> |
|
3284 | 3832 |
<translation>Giù</translation> |
2562 | 3833 |
</message> |
3834 |
<message> |
|
3835 |
<source>Right</source> |
|
3284 | 3836 |
<translation>Destra</translation> |
2562 | 3837 |
</message> |
3838 |
<message> |
|
3839 |
<source>Left</source> |
|
3284 | 3840 |
<translation>Sinistra</translation> |
2562 | 3841 |
</message> |
3842 |
<message> |
|
3843 |
<source>Insert</source> |
|
3284 | 3844 |
<translation>Inserisci</translation> |
2562 | 3845 |
</message> |
3846 |
<message> |
|
3847 |
<source>Home</source> |
|
3284 | 3848 |
<translation>Home</translation> |
2562 | 3849 |
</message> |
3850 |
<message> |
|
3851 |
<source>End</source> |
|
3284 | 3852 |
<translation>Fine</translation> |
2562 | 3853 |
</message> |
3854 |
<message> |
|
3855 |
<source>Page up</source> |
|
3284 | 3856 |
<translation>Pagina su</translation> |
2562 | 3857 |
</message> |
3858 |
<message> |
|
3859 |
<source>Page down</source> |
|
4916 | 3860 |
<translation>Pagina giù</translation> |
2562 | 3861 |
</message> |
3862 |
<message> |
|
3863 |
<source>Num lock</source> |
|
4916 | 3864 |
<translation>Bloc Num</translation> |
2562 | 3865 |
</message> |
3866 |
<message> |
|
3867 |
<source>Caps lock</source> |
|
3284 | 3868 |
<translation>Caps lock</translation> |
2562 | 3869 |
</message> |
3870 |
<message> |
|
3871 |
<source>Scroll lock</source> |
|
4916 | 3872 |
<translation>Bloc Scorr</translation> |
2562 | 3873 |
</message> |
3874 |
<message> |
|
3875 |
<source>Right shift</source> |
|
3284 | 3876 |
<translation>Shift destro</translation> |
2562 | 3877 |
</message> |
3878 |
<message> |
|
3879 |
<source>Left shift</source> |
|
3284 | 3880 |
<translation>Shift sinistro</translation> |
2562 | 3881 |
</message> |
3882 |
<message> |
|
3883 |
<source>Right ctrl</source> |
|
3284 | 3884 |
<translation>Ctrl destro</translation> |
2562 | 3885 |
</message> |
3886 |
<message> |
|
3887 |
<source>Left ctrl</source> |
|
3284 | 3888 |
<translation>Ctrl sinistro</translation> |
2562 | 3889 |
</message> |
3890 |
<message> |
|
3891 |
<source>Right alt</source> |
|
3284 | 3892 |
<translation>Alt destro</translation> |
2562 | 3893 |
</message> |
3894 |
<message> |
|
3895 |
<source>Left alt</source> |
|
3284 | 3896 |
<translation>Alt sinistro</translation> |
2562 | 3897 |
</message> |
3898 |
<message> |
|
3899 |
<source>Right meta</source> |
|
3284 | 3900 |
<translation>Meta destro</translation> |
2562 | 3901 |
</message> |
3902 |
<message> |
|
3903 |
<source>Left meta</source> |
|
3284 | 3904 |
<translation>Meta sinistro</translation> |
2562 | 3905 |
</message> |
3906 |
<message> |
|
3907 |
<source>A button</source> |
|
3284 | 3908 |
<translation>Tasto A</translation> |
2562 | 3909 |
</message> |
3910 |
<message> |
|
3911 |
<source>B button</source> |
|
3284 | 3912 |
<translation>Tasto B</translation> |
2562 | 3913 |
</message> |
3914 |
<message> |
|
3915 |
<source>X button</source> |
|
3284 | 3916 |
<translation>Tasto X</translation> |
2562 | 3917 |
</message> |
3918 |
<message> |
|
3919 |
<source>Y button</source> |
|
3284 | 3920 |
<translation>Tasto X</translation> |
2562 | 3921 |
</message> |
3922 |
<message> |
|
3923 |
<source>LB button</source> |
|
3284 | 3924 |
<translation>Tasto LB</translation> |
2562 | 3925 |
</message> |
3926 |
<message> |
|
3927 |
<source>RB button</source> |
|
3284 | 3928 |
<translation>Tasto RB</translation> |
2562 | 3929 |
</message> |
3930 |
<message> |
|
3931 |
<source>Back button</source> |
|
3284 | 3932 |
<translation>Tasto indietro</translation> |
2562 | 3933 |
</message> |
3934 |
<message> |
|
3935 |
<source>Start button</source> |
|
3284 | 3936 |
<translation>Tasto start</translation> |
2562 | 3937 |
</message> |
3938 |
<message> |
|
3939 |
<source>Left stick</source> |
|
3284 | 3940 |
<translation>Leva sinistra</translation> |
2562 | 3941 |
</message> |
3942 |
<message> |
|
3943 |
<source>Right stick</source> |
|
3284 | 3944 |
<translation>Leva destra</translation> |
2562 | 3945 |
</message> |
3946 |
<message> |
|
3947 |
<source>Left stick (Right)</source> |
|
3284 | 3948 |
<translation>Leva sinistra (Destra)</translation> |
2562 | 3949 |
</message> |
3950 |
<message> |
|
3951 |
<source>Left stick (Left)</source> |
|
3284 | 3952 |
<translation>Leva sinistra (Sinistra)</translation> |
2562 | 3953 |
</message> |
3954 |
<message> |
|
3955 |
<source>Left stick (Down)</source> |
|
3284 | 3956 |
<translation>Leva sinistra (Giu)</translation> |
2562 | 3957 |
</message> |
3958 |
<message> |
|
3959 |
<source>Left stick (Up)</source> |
|
3284 | 3960 |
<translation>Leva sinistra (Su)</translation> |
2562 | 3961 |
</message> |
3962 |
<message> |
|
3963 |
<source>Left trigger</source> |
|
3284 | 3964 |
<translation>Grilletto sinistro</translation> |
2562 | 3965 |
</message> |
3966 |
<message> |
|
3967 |
<source>Right trigger</source> |
|
3284 | 3968 |
<translation>Grilletto destro</translation> |
2562 | 3969 |
</message> |
3970 |
<message> |
|
3971 |
<source>Right stick (Down)</source> |
|
3284 | 3972 |
<translation>Leva destra (Giu)</translation> |
2562 | 3973 |
</message> |
3974 |
<message> |
|
3975 |
<source>Right stick (Up)</source> |
|
3284 | 3976 |
<translation>Leva destra (Su)</translation> |
2562 | 3977 |
</message> |
3978 |
<message> |
|
3979 |
<source>Right stick (Right)</source> |
|
3284 | 3980 |
<translation>Leva destra (Destra)</translation> |
2562 | 3981 |
</message> |
3982 |
<message> |
|
3983 |
<source>Right stick (Left)</source> |
|
3284 | 3984 |
<translation>Leva destra (Sinistra)</translation> |
2562 | 3985 |
</message> |
3986 |
<message> |
|
3987 |
<source>DPad</source> |
|
3284 | 3988 |
<translation>DPad</translation> |
2562 | 3989 |
</message> |
3990 |
</context> |
|
8648 | 3991 |
<context> |
3992 |
<name>server</name> |
|
3993 |
<message> |
|
3994 |
<source>Not room master</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3995 |
<translation type="vanished">Non proprietario della stanza</translation> |
8648 | 3996 |
</message> |
3997 |
<message> |
|
3998 |
<source>Corrupted hedgehogs info</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
3999 |
<translation type="vanished">Informazioni ricci corrotte</translation> |
8648 | 4000 |
</message> |
4001 |
<message> |
|
4002 |
<source>too many teams</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4003 |
<translation type="vanished">troppe squadre</translation> |
8648 | 4004 |
</message> |
4005 |
<message> |
|
4006 |
<source>too many hedgehogs</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4007 |
<translation type="vanished">troppi ricci</translation> |
8648 | 4008 |
</message> |
4009 |
<message> |
|
4010 |
<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
|
4011 |
<translation type="vanished">C'è già una quadra con lo stesso nome nella lista</translation> |
8648 | 4012 |
</message> |
4013 |
<message> |
|
4014 |
<source>round in progress</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4015 |
<translation type="vanished">turno in corso</translation> |
8648 | 4016 |
</message> |
4017 |
<message> |
|
4018 |
<source>restricted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4019 |
<translation type="vanished">proibito</translation> |
8648 | 4020 |
</message> |
4021 |
<message> |
|
4022 |
<source>REMOVE_TEAM: no such team</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4023 |
<translation type="vanished">CANCELLA_SQUADRA: squadra non presente</translation> |
8648 | 4024 |
</message> |
4025 |
<message> |
|
4026 |
<source>Not team owner!</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4027 |
<translation type="vanished">Non proprietario della squadra!</translation> |
8648 | 4028 |
</message> |
4029 |
<message> |
|
4030 |
<source>Less than two clans!</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4031 |
<translation type="vanished">Meno di due clan!</translation> |
8648 | 4032 |
</message> |
4033 |
<message> |
|
4034 |
<source>Room with such name already exists</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4035 |
<translation type="vanished">Esiste già una stanza con questo nome</translation> |
8648 | 4036 |
</message> |
4037 |
<message> |
|
4038 |
<source>Nickname already chosen</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4039 |
<translation type="vanished">Nickname già in uso</translation> |
8648 | 4040 |
</message> |
4041 |
<message> |
|
4042 |
<source>Illegal nickname</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4043 |
<translation type="vanished">Nickname non valido</translation> |
8648 | 4044 |
</message> |
4045 |
<message> |
|
4046 |
<source>Protocol already known</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4047 |
<translation type="vanished">Protocollo già conosciuto</translation> |
8648 | 4048 |
</message> |
4049 |
<message> |
|
4050 |
<source>Bad number</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4051 |
<translation type="vanished">Numero non valido</translation> |
8648 | 4052 |
</message> |
4053 |
<message> |
|
4054 |
<source>Nickname is already in use</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4055 |
<translation>Nickname già in uso</translation> |
8648 | 4056 |
</message> |
4057 |
<message> |
|
4058 |
<source>Authentication failed</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4059 |
<translation>Autenticazione fallita</translation> |
8648 | 4060 |
</message> |
4061 |
<message> |
|
4062 |
<source>60 seconds cooldown after kick</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4063 |
<translation>60 secondi di raffreddamento prima dell'espulsione</translation> |
8648 | 4064 |
</message> |
4065 |
<message> |
|
4066 |
<source>kicked</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4067 |
<translation>espulso</translation> |
8648 | 4068 |
</message> |
4069 |
<message> |
|
4070 |
<source>Ping timeout</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4071 |
<translation>Scadenza ping</translation> |
8648 | 4072 |
</message> |
4073 |
<message> |
|
4074 |
<source>bye</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4075 |
<translation>ciao</translation> |
8648 | 4076 |
</message> |
4077 |
<message> |
|
4078 |
<source>Illegal room name</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4079 |
<translation type="vanished">Nome stanza non valido</translation> |
8648 | 4080 |
</message> |
4081 |
<message> |
|
4082 |
<source>No such room</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4083 |
<translation type="vanished">Stanza non esistente</translation> |
8648 | 4084 |
</message> |
4085 |
<message> |
|
4086 |
<source>Joining restricted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4087 |
<translation type="vanished">Ingresso riservato</translation> |
8648 | 4088 |
</message> |
4089 |
<message> |
|
4090 |
<source>Registered users only</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4091 |
<translation type="vanished">Solo utenti registrati</translation> |
8648 | 4092 |
</message> |
4093 |
<message> |
|
4094 |
<source>You are banned in this room</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4095 |
<translation type="vanished">Sei stato espulso dalla stanza</translation> |
8648 | 4096 |
</message> |
4097 |
<message> |
|
4098 |
<source>Empty config entry</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4099 |
<translation type="vanished">Configurazione vuota</translation> |
9793 | 4100 |
</message> |
4101 |
<message> |
|
4102 |
<source>Restricted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4103 |
<translation type="vanished">Riservato</translation> |
9793 | 4104 |
</message> |
4105 |
<message> |
|
4106 |
<source>No checker rights</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
4107 |
<translation>Nessun diritto di modifica</translation> |
9793 | 4108 |
</message> |
4109 |
<message> |
|
4110 |
<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
|
4111 |
<translation type="vanished">Stanza non compatibile con la tua versione di hedgewars</translation> |
8648 | 4112 |
</message> |
10451 | 4113 |
<message> |
4114 |
<source>You already have voted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4115 |
<translation type="vanished">Hai già votato</translation> |
10451 | 4116 |
</message> |
4117 |
<message> |
|
4118 |
<source>Voting closed</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4119 |
<translation type="vanished">Votazioni chiuse</translation> |
10451 | 4120 |
</message> |
4121 |
<message> |
|
4122 |
<source>New voting started</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4123 |
<translation>Nuova votazione avviata</translation> |
10451 | 4124 |
</message> |
4125 |
<message> |
|
4126 |
<source>Voting expired</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4127 |
<translation type="vanished">Votazione scaduta</translation> |
10451 | 4128 |
</message> |
4129 |
<message> |
|
4130 |
<source>kick</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4131 |
<translation>espelli</translation> |
10451 | 4132 |
</message> |
4133 |
<message> |
|
4134 |
<source>map</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4135 |
<translation>mappa</translation> |
10451 | 4136 |
</message> |
4137 |
<message> |
|
4138 |
<source>pause</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4139 |
<translation>pausa</translation> |
10451 | 4140 |
</message> |
4141 |
<message> |
|
4142 |
<source>Reconnected too fast</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4143 |
<translation>Riconnessione troppo veloce</translation> |
10451 | 4144 |
</message> |
4145 |
<message> |
|
4146 |
<source>Warning! Chat flood protection activated</source> |
|
10461
37e34483e859
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10451
diff
changeset
|
4147 |
<translation>Attenzione! Protezione eccessivo numero messaggi attivata</translation> |
10451 | 4148 |
</message> |
4149 |
<message> |
|
4150 |
<source>Excess flood</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
4151 |
<translation>Eccessivo numero messaggi</translation> |
10451 | 4152 |
</message> |
4153 |
<message> |
|
4154 |
<source>Game messages flood detected - 1</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
4155 |
<translation>Rilevato numero messaggi di gioco eccessivo - 1</translation> |
10451 | 4156 |
</message> |
4157 |
<message> |
|
4158 |
<source>Game messages flood detected - 2</source> |
|
11526 | 4159 |
<translation type="obsolete">Rilevato numero messaggi di gioco eccessivo - 2</translation> |
10451 | 4160 |
</message> |
4161 |
<message> |
|
4162 |
<source>Warning! Joins flood protection activated</source> |
|
10474
89a89c0c09f8
Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents:
10473
diff
changeset
|
4163 |
<translation>Attenzione! Protezione congiunta eccessivo numero messaggi attivata</translation> |
10451 | 4164 |
</message> |
4165 |
<message> |
|
4166 |
<source>There's no voting going on</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4167 |
<translation type="vanished">Non ci sono votazioni in questo momento</translation> |
10451 | 4168 |
</message> |
11526 | 4169 |
<message> |
4170 |
<source>Your vote counted</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4171 |
<translation type="vanished">Voto conteggiato</translation> |
11526 | 4172 |
</message> |
4173 |
<message> |
|
4174 |
<source>Pause toggled</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4175 |
<translation type="vanished">Pausa attivata</translation> |
11526 | 4176 |
</message> |
4177 |
<message> |
|
4178 |
<source>new seed</source> |
|
12460 | 4179 |
<translation>nuovo seme</translation> |
11526 | 4180 |
</message> |
4181 |
<message> |
|
4182 |
<source>number of hedgehogs in team</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4183 |
<translation type="vanished">Numero di hedgehogs nella squadra</translation> |
11526 | 4184 |
</message> |
4185 |
<message> |
|
4186 |
<source>/maxteams: specify number from 2 to 8</source> |
|
12460 | 4187 |
<translation>/maxteams: specifica numero da 2 a 8</translation> |
11526 | 4188 |
</message> |
4189 |
<message> |
|
4190 |
<source>Available callvote commands: kick <nickname>, map <name>, pause, newseed, hedgehogs</source> |
|
12460 | 4191 |
<translation>Comandi callvote disponibili: kick <nickname>, map <name>, pause, newseed, hedgehogs</translation> |
11526 | 4192 |
</message> |
4193 |
<message> |
|
4194 |
<source>callvote kick: specify nickname</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4195 |
<translation type="vanished">callvote kick: specifica nickname</translation> |
11526 | 4196 |
</message> |
4197 |
<message> |
|
4198 |
<source>callvote kick: no such user</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4199 |
<translation type="vanished">callvote kick: nessun utente</translation> |
11526 | 4200 |
</message> |
4201 |
<message> |
|
4202 |
<source>callvote map: no such map</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4203 |
<translation type="vanished">callvote map: nessuna mappa</translation> |
11526 | 4204 |
</message> |
4205 |
<message> |
|
4206 |
<source>callvote pause: no game in progress</source> |
|
13160
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4207 |
<translation type="vanished">callvote pause: nessun gioco in corso</translation> |
11526 | 4208 |
</message> |
4209 |
<message> |
|
4210 |
<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
|
4211 |
<translation type="vanished">callvote hedgehogs: specifica numero da 2 a 8</translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4212 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4213 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4214 |
<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
|
4215 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4216 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4217 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4218 |
<source>Empty config entry.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4219 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4220 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4221 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4222 |
<source>Access denied.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4223 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4224 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4225 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4226 |
<source>You're not the room master!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4227 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4228 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4229 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4230 |
<source>Corrupted hedgehogs info!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4231 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4232 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4233 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4234 |
<source>Too many teams!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4235 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4236 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4237 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4238 |
<source>Too many hedgehogs!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4239 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4240 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4241 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4242 |
<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
|
4243 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4244 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4245 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4246 |
<source>Joining not possible: Round is in progress.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4247 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4248 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4249 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4250 |
<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
|
4251 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4252 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4253 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4254 |
<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
|
4255 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4256 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4257 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4258 |
<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
|
4259 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4260 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4261 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4262 |
<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
|
4263 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4264 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4265 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4266 |
<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
|
4267 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4268 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4269 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4270 |
<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
|
4271 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4272 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4273 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4274 |
<source>/callvote kick: No such user!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4275 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4276 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4277 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4278 |
<source>/callvote map: No such map!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4279 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4280 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4281 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4282 |
<source>/callvote pause: No game in progress!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4283 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4284 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4285 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4286 |
<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
|
4287 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4288 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4289 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4290 |
<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
|
4291 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4292 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4293 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4294 |
<source>No such room.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4295 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4296 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4297 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4298 |
<source>Room version incompatible to your Hedgewars version!</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4299 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4300 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4301 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4302 |
<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
|
4303 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4304 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4305 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4306 |
<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
|
4307 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4308 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4309 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4310 |
<source>You are banned from this room.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4311 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4312 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4313 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4314 |
<source>Nickname already provided.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4315 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4316 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4317 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4318 |
<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
|
4319 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4320 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4321 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4322 |
<source>Protocol already known.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4323 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4324 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4325 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4326 |
<source>Bad number.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4327 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4328 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4329 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4330 |
<source>There's no voting going on.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4331 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4332 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4333 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4334 |
<source>You already have voted.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4335 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4336 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4337 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4338 |
<source>Your vote has been counted.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4339 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4340 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4341 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4342 |
<source>Voting closed.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4343 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4344 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4345 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4346 |
<source>Pause toggled.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4347 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4348 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4349 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4350 |
<source>Voting expired.</source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4351 |
<translation type="unfinished"></translation> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4352 |
</message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4353 |
<message> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4354 |
<source>hedgehogs per team: </source> |
2e9221a9a9b3
Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents:
12721
diff
changeset
|
4355 |
<translation type="unfinished"></translation> |
11526 | 4356 |
</message> |
8648 | 4357 |
</context> |
932 | 4358 |
</TS> |