# HG changeset patch
# User nemo
# Date 1364754040 14400
# Node ID fe9eacd390f259dad61b487a7193bb7e6884cf8b
# Parent fc9877ff7f1a14a26ad35d528ace61574e58170f
Unbreak lua localisation, fix untranslated login prompt, update translations.
diff -r fc9877ff7f1a -r fe9eacd390f2 QTfrontend/ui/dialog/input_password.cpp
--- a/QTfrontend/ui/dialog/input_password.cpp Sat Mar 30 08:11:09 2013 -0400
+++ b/QTfrontend/ui/dialog/input_password.cpp Sun Mar 31 14:20:40 2013 -0400
@@ -29,18 +29,14 @@
{
setWindowTitle(tr("Login"));
- QString titleLabelText = "To connect to the server, please log in.\n\nIf you don't have an account on www.hedgewars.org,\njust enter your nickname.";
- QString nickLabelText = "Nickname:";
- QString passLabelText = "Password:";
-
QGridLayout * layout = new QGridLayout(this);
QLabel * titleLabel = new QLabel(this);
- titleLabel->setText(titleLabelText);
+ titleLabel->setText(tr("To connect to the server, please log in.\n\nIf you don't have an account on www.hedgewars.org,\njust enter your nickname."));
layout->addWidget(titleLabel, 0, 0);
QLabel * nickLabel = new QLabel(this);
- nickLabel->setText(nickLabelText);
+ nickLabel->setText(tr("Nickname:"));
layout->addWidget(nickLabel, 1, 0);
leNickname = new QLineEdit(this);
@@ -48,7 +44,7 @@
layout->addWidget(leNickname, 2, 0);
QLabel * passLabel = new QLabel(this);
- passLabel->setText(passLabelText);
+ passLabel->setText(tr("Password:"));
layout->addWidget(passLabel, 3, 0);
lePassword = new QLineEdit(this);
diff -r fc9877ff7f1a -r fe9eacd390f2 hedgewars/uAIAmmoTests.pas
--- a/hedgewars/uAIAmmoTests.pas Sat Mar 30 08:11:09 2013 -0400
+++ b/hedgewars/uAIAmmoTests.pas Sun Mar 31 14:20:40 2013 -0400
@@ -229,7 +229,7 @@
until (((Me = CurrentHedgehog^.Gear) and TestColl(trunc(x), trunc(y), 5)) or
((Me <> CurrentHedgehog^.Gear) and TestCollExcludingMe(Me, trunc(x), trunc(y), 5))) or (y > cWaterLine);
- if TestCollWithLand(trunc(x), trunc(y), 5) then
+ if TestCollWithLand(trunc(x), trunc(y), 5) and (Abs(Targ.X - trunc(x)) + Abs(Targ.Y - trunc(y)) > 21) then
begin
timer := 500;
t2 := 0.5 / sqrt(sqr(dX) + sqr(dY));
@@ -239,7 +239,7 @@
x:= x + dX;
y:= y + dY;
dec(timer);
- until (Abs(Targ.X - trunc(x)) + Abs(Targ.Y - trunc(y)) < 5)
+ until (Abs(Targ.X - trunc(x)) + Abs(Targ.Y - trunc(y)) < 22)
or (x < 0)
or (y < 0)
or (trunc(x) > LAND_WIDTH)
@@ -259,7 +259,7 @@
ap.ExplR:= 100;
ap.ExplX:= EX;
ap.ExplY:= EY;
- valueResult:= value-5 // trying to make it slightly less attractive than a bazooka, to prevent waste. AI could use awareness of weapon count
+ valueResult:= value-2500 // trying to make it slightly less attractive than a bazooka, to prevent waste. AI could use awareness of weapon count
end;
end
until rTime > 4250;
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_ar.ts
--- a/share/hedgewars/Data/Locale/hedgewars_ar.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_ar.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -174,6 +190,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Cannot create directory %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -534,6 +565,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -934,6 +980,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1989,35 +2042,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Cannot create directory %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Cannot create directory %1Unable to start the server: %1.
- Unable to start the server: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Unable to start the server: %1.Video upload - Error
@@ -2164,10 +2194,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2279,6 +2305,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2389,6 +2435,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_bg.ts
--- a/share/hedgewars/Data/Locale/hedgewars_bg.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Не може да се създаде папка %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -533,6 +564,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -933,6 +979,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2004,35 +2057,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Не може да се създаде папка %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Не може да се създаде папка %1Unable to start the server: %1.
- Грешка при стартиране на сървъра: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Грешка при стартиране на сървъра: %1.Video upload - Error
@@ -2180,10 +2210,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2295,6 +2321,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2405,6 +2451,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_cs.ts
--- a/share/hedgewars/Data/Locale/hedgewars_cs.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -179,6 +195,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Nemohu vytvořit adresář %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -539,6 +570,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -945,6 +991,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2018,35 +2071,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Nemohu vytvořit adresář %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Nemohu vytvořit adresář %1Unable to start the server: %1.
- Nemohu spustit server: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Nemohu spustit server: %1.Video upload - Error
@@ -2195,10 +2225,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2310,6 +2336,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2420,6 +2466,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_da.ts
--- a/share/hedgewars/Data/Locale/hedgewars_da.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_da.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -177,6 +193,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Kan ikke oprette mappe %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -537,6 +568,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -937,6 +983,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1998,35 +2051,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Kan ikke oprette mappe %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Kan ikke oprette mappe %1Unable to start the server: %1.
- Ude af stand til at starte serveren: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Ude af stand til at starte serveren: %1.Error while authenticating at google.com:
@@ -2188,10 +2218,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2303,6 +2329,26 @@
Cancel uploading
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2413,6 +2459,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_de.ts
--- a/share/hedgewars/Data/Locale/hedgewars_de.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -177,6 +193,24 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Verzeichnis %1 konnte nicht angelegt werden
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+ Konnte Daten-Verzeichnis nicht öffnen:
+%1
+
+Bitte überprüfe deine Installation!
+ HWAskQuitDialog
@@ -537,6 +571,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -937,6 +986,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2017,37 +2073,37 @@
Main - Error
- Hedgewars - Fehler
+ Hedgewars - FehlerCannot create directory %1
- Verzeichnis %1 konnte nicht angelegt werden
+ Verzeichnis %1 konnte nicht angelegt werdenFailed to open data directory:
%1
Please check your installation!
- Konnte Daten-Verzeichnis nicht öffnen:
+ Konnte Daten-Verzeichnis nicht öffnen:
%1
Bitte überprüfe deine Installation!TCP - Error
- TCP - Fehler
+ TCP - FehlerUnable to start the server: %1.
- Server %1 konnte nicht gestartet werden.
+ Server %1 konnte nicht gestartet werden.Unable to run engine at
- Konnte Engine nicht starten:
+ Konnte Engine nicht starten: Error code: %1
- Fehler-Code: %1
+ Fehler-Code: %1Video upload - Error
@@ -2195,10 +2251,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2310,6 +2362,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2420,6 +2492,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_el.ts
--- a/share/hedgewars/Data/Locale/hedgewars_el.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_el.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Δεν μπορεί να δημιουργηθεί ο κατάλογος %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -535,6 +566,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -935,6 +981,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1992,35 +2045,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Δεν μπορεί να δημιουργηθεί ο κατάλογος %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Δεν μπορεί να δημιουργηθεί ο κατάλογος %1Unable to start the server: %1.
- Δεν είναι δυνατόν να ξεκινήσει ο εξυπηρετητής : %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Δεν είναι δυνατόν να ξεκινήσει ο εξυπηρετητής : %1.Error while authenticating at google.com:
@@ -2182,10 +2212,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2297,6 +2323,26 @@
Cancel uploading
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2407,6 +2453,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_en.ts
--- a/share/hedgewars/Data/Locale/hedgewars_en.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Cannot create directory %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -533,6 +564,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -933,6 +979,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1988,35 +2041,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Cannot create directory %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Cannot create directory %1Unable to start the server: %1.
- Unable to start the server: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Unable to start the server: %1.Video upload - Error
@@ -2164,10 +2194,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2279,6 +2305,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2389,6 +2435,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_es.ts
--- a/share/hedgewars/Data/Locale/hedgewars_es.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -177,6 +193,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ No se pudo crear el directorio %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -537,6 +568,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -937,6 +983,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2008,35 +2061,12 @@
- Main - Error
-
-
- Cannot create directory %1
- No se pudo crear el directorio %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ No se pudo crear el directorio %1Unable to start the server: %1.
- No se pudo iniciar el servidor: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ No se pudo iniciar el servidor: %1.Video upload - Error
@@ -2184,10 +2214,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2299,6 +2325,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2409,6 +2455,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_fi.ts
--- a/share/hedgewars/Data/Locale/hedgewars_fi.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Hakemiston %1 luonti epäonnistui
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -533,6 +564,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -933,6 +979,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2004,35 +2057,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Hakemiston %1 luonti epäonnistui
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Hakemiston %1 luonti epäonnistuiUnable to start the server: %1.
- Palvelinta ei pystytty käynnistämään: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Palvelinta ei pystytty käynnistämään: %1.Video upload - Error
@@ -2180,10 +2210,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2295,6 +2321,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2405,6 +2451,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_fr.ts
--- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Impossible de créer le dossier %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -533,6 +564,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -933,6 +979,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2004,35 +2057,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Impossible de créer le dossier %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Impossible de créer le dossier %1Unable to start the server: %1.
- Impossible de démarrer le serveur: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Impossible de démarrer le serveur: %1.Video upload - Error
@@ -2179,10 +2209,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2294,6 +2320,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2404,6 +2450,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_gl.ts
--- a/share/hedgewars/Data/Locale/hedgewars_gl.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_gl.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Non se puido crear o directorio %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -533,6 +564,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -933,6 +979,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1978,35 +2031,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Non se puido crear o directorio %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Non se puido crear o directorio %1Unable to start the server: %1.
- Non se puido iniciar o servidor: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Non se puido iniciar o servidor: %1.Error while authenticating at google.com:
@@ -2167,10 +2197,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2282,6 +2308,26 @@
Cancel uploading
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2392,6 +2438,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_hu.ts
--- a/share/hedgewars/Data/Locale/hedgewars_hu.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_hu.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -167,6 +183,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Nem sikerült létrehozni %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -527,6 +558,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -921,6 +967,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1978,35 +2031,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Nem sikerült létrehozni %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Nem sikerült létrehozni %1Unable to start the server: %1.
- Nem sikerült a szerverhez csatlakozni: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Nem sikerült a szerverhez csatlakozni: %1.Video upload - Error
@@ -2152,10 +2182,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2267,6 +2293,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2377,6 +2423,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_it.ts
--- a/share/hedgewars/Data/Locale/hedgewars_it.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send FeedbackInvia Commento
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -177,6 +193,24 @@
%1 giorni
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Impossibile creare la directory %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+ Impossibile creare la directory dati:
+%1
+
+Per favore controlla l'installazione!
+ HWAskQuitDialog
@@ -547,6 +581,21 @@
LoginLogin
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -947,6 +996,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2027,37 +2083,37 @@
Main - Error
- Main - Errore
+ Main - ErroreCannot create directory %1
- Impossibile creare la directory %1
+ Impossibile creare la directory %1Failed to open data directory:
%1
Please check your installation!
- Impossibile creare la directory dati:
+ Impossibile creare la directory dati:
%1
Per favore controlla l'installazione!TCP - Error
- TCP - Errore
+ TCP - ErroreUnable to start the server: %1.
- Impossibile avviare il server: %1.
+ Impossibile avviare il server: %1.Unable to run engine at
- Impossibile avviare il motore a
+ Impossibile avviare il motore a Error code: %1
- Codice di errore: %1
+ Codice di errore: %1Video upload - Error
@@ -2206,7 +2262,7 @@
Hedgewars
- Hedgewars
+ HedgewarsNot all players are ready
@@ -2321,6 +2377,26 @@
Upload this video to your Youtube accountCariva questo video nel tuo account Youtube
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2431,6 +2507,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
@@ -3108,7 +3203,7 @@
60 seconds cooldown after kick
- 60 secondi di raffreddamento prima dell'espulsione
+ 60 secondi di raffreddamento prima dell'espulsionekicked
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_ja.ts
--- a/share/hedgewars/Data/Locale/hedgewars_ja.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -167,6 +183,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ フォルダー%1作成拒否
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -527,6 +558,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -921,6 +967,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1974,35 +2027,12 @@
- Main - Error
-
-
- Cannot create directory %1
- フォルダー%1作成拒否
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ フォルダー%1作成拒否Unable to start the server: %1.
- サーバー%1の起動は出来なかった
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ サーバー%1の起動は出来なかったVideo upload - Error
@@ -2148,10 +2178,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2263,6 +2289,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2373,6 +2419,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_ko.ts
--- a/share/hedgewars/Data/Locale/hedgewars_ko.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_ko.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -167,6 +183,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -527,6 +558,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -917,6 +963,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1950,37 +2003,6 @@
- Main - Error
-
-
-
- Cannot create directory %1
-
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
-
-
- Unable to start the server: %1.
-
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
-
- Video upload - Error
@@ -2124,10 +2146,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2239,6 +2257,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2349,6 +2387,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_lt.ts
--- a/share/hedgewars/Data/Locale/hedgewars_lt.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_lt.ts Sun Mar 31 14:20:40 2013 -0400
@@ -105,17 +105,37 @@
FeedbackDialog
-
+
+ Please give us feedback!
+
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+
+
+ View
-
+ Cancel
-
+ Send Feedback
@@ -217,6 +237,24 @@
+
+
+ Scheme '%1' not supported
+
+
+
+
+ Cannot create directory %1
+
+
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -229,52 +267,52 @@
HWChatWidget
-
+ %1 has been removed from your ignore list
-
+ %1 has been added to your ignore list
-
+ %1 has been removed from your friends list
-
+ %1 has been added to your friends list
-
- Stylesheet imported from %1
-
-
-
+ Stylesheet imported from %1
+
+
+
+ Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!
-
+ Couldn't read %1
-
+ StyleSheet discarded
-
+ StyleSheet saved to %1
-
+ Failed to save StyleSheet to %1
@@ -292,18 +330,18 @@
-
+ Nickname
-
-
+
+ No nickname supplied.
-
+ Someone already uses your nickname %1 on the server.
Please pick another nickname:
@@ -314,12 +352,12 @@
-
+ Hedgewars - Nick registered
-
+ This nick is registered, and you haven't specified a password.
If this nick isn't yours, please register your own nick at www.hedgewars.org
@@ -328,76 +366,76 @@
-
+ Your nickname is not registered.
To prevent someone else from using it,
please register it at www.hedgewars.org
-
+
Your password wasn't saved either.
-
-
+
+ Hedgewars - Empty nickname
-
+ Hedgewars - Wrong password
-
+ You entered a wrong password.
-
+ Try Again
-
+ Hedgewars - Connection error
-
+ You reconnected too fast.
Please wait a few seconds and try again.
-
-
+
+ Cannot save record to file %1
-
+ Hedgewars Demo FileFile Types
-
+ Hedgewars Save FileFile Types
-
+ Demo name
-
+ Demo name:
@@ -654,7 +692,7 @@
-
+ Quit reason:
@@ -666,6 +704,24 @@
Login
+
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+
+ Nickname:
+
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -691,17 +747,17 @@
HatPrompt
-
+ Search for a hat:
-
+ Cancel
-
+ Use selected hat
@@ -1151,6 +1207,14 @@
+ PageNetServer
+
+
+ Insert your address here
+
+
+
+PageOptions
@@ -1380,52 +1444,52 @@
PageRoomsList
-
+ Search for a room:
-
+ Create room
-
+ Join room
-
+ Room state
-
+ Rules:
-
+ Weapons:
-
+ Clear filters
-
+ Admin features
-
+ Open server administration page
-
+ %1 players online
@@ -1739,23 +1803,23 @@
-
+ Ignore
-
+ Add friend
-
+ Unignore
-
+ Remove friend
@@ -1775,12 +1839,12 @@
-
+ Show games in lobby
-
+ Show games in-progress
@@ -1855,7 +1919,7 @@
-
+ Save password
@@ -1979,8 +2043,8 @@
-
-
+
+ Any
@@ -2096,22 +2160,22 @@
-
+ Tip:
-
+ 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!
-
+ Server name:
-
+ Server port:
@@ -2283,27 +2347,27 @@
-
+ Your Email
-
+ Summary
-
+ Send system information
-
+ Description
-
+ Type the security code:
@@ -2389,70 +2453,71 @@
-
+ Hedgewars - Nick not registered
-
+ Unable to start server
-
+ Connection to server is lost
-
+ Not all players are ready
-
+ Are you sure you want to start this game?
Not all players are ready.
-
+
+ Hedgewars - Error
-
+ System Information Preview
-
-
+
+ Failed to generate captcha
-
+ Failed to download captcha
-
+ Please fill out all fields. Email is optional.
-
-
+
+ Hedgewars - Success
-
+ All file associations have been set
-
+ File association failed.
@@ -2490,46 +2555,6 @@
-
-
- Main - Error
-
-
-
-
- Cannot create directory %1
-
-
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
-
-
- TCP - Error
-
-
-
-
- Unable to start the server: %1.
-
-
-
-
- Unable to run engine at
-
-
-
-
- Error code: %1
-
-
- Netgame - Error
@@ -2570,22 +2595,22 @@
-
+ Room Name - Error
-
+ Please select room from the list
-
+ Room Name - Are you sure?
-
+ The game you are trying to join has started.
Do you still want to join the room?
@@ -2676,26 +2701,20 @@
-
+ Hedgewars - Warning
-
+ Hedgewars - Information
-
-
- Hedgewars
-
- QPushButton
- default
@@ -2737,11 +2756,36 @@
+
+ Reset
+
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start
+
+ Start private server
+
+
+ Associate file extensions
@@ -2962,6 +3006,28 @@
+ TCPBase
+
+
+ Unable to start server at %1.
+
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget
@@ -2972,17 +3038,17 @@
ThemePrompt
-
+ Search for a theme:
-
+ Cancel
-
+ Use selected theme
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_ms.ts
--- a/share/hedgewars/Data/Locale/hedgewars_ms.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_ms.ts Sun Mar 31 14:20:40 2013 -0400
@@ -105,17 +105,37 @@
FeedbackDialog
-
+
+ Please give us feedback!
+
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+
+
+ View
-
+ Cancel
-
+ Send Feedback
@@ -205,6 +225,24 @@
+
+
+ Scheme '%1' not supported
+
+
+
+
+ Cannot create directory %1
+
+
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -217,52 +255,52 @@
HWChatWidget
-
+ %1 has been removed from your ignore list
-
+ %1 has been added to your ignore list
-
+ %1 has been removed from your friends list
-
+ %1 has been added to your friends list
-
- Stylesheet imported from %1
-
-
-
+ Stylesheet imported from %1
+
+
+
+ Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!
-
+ Couldn't read %1
-
+ StyleSheet discarded
-
+ StyleSheet saved to %1
-
+ Failed to save StyleSheet to %1
@@ -285,12 +323,12 @@
-
+ Hedgewars - Nick registered
-
+ This nick is registered, and you haven't specified a password.
If this nick isn't yours, please register your own nick at www.hedgewars.org
@@ -299,93 +337,93 @@
-
+ Your nickname is not registered.
To prevent someone else from using it,
please register it at www.hedgewars.org
-
+
Your password wasn't saved either.
-
+ Nickname
-
+ Someone already uses your nickname %1 on the server.
Please pick another nickname:
-
-
+
+ No nickname supplied.
-
-
+
+ Hedgewars - Empty nickname
-
+ Hedgewars - Wrong password
-
+ You entered a wrong password.
-
+ Try Again
-
+ Hedgewars - Connection error
-
+ You reconnected too fast.
Please wait a few seconds and try again.
-
-
+
+ Cannot save record to file %1
-
+ Hedgewars Demo FileFile Types
-
+ Hedgewars Save FileFile Types
-
+ Demo name
-
+ Demo name:
@@ -584,7 +622,7 @@
HWNewNet
-
+ Quit reason:
@@ -654,6 +692,24 @@
Login
+
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+
+ Nickname:
+
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -679,17 +735,17 @@
HatPrompt
-
+ Search for a hat:
-
+ Cancel
-
+ Use selected hat
@@ -1127,6 +1183,14 @@
+ PageNetServer
+
+
+ Insert your address here
+
+
+
+PageOptions
@@ -1356,52 +1420,52 @@
PageRoomsList
-
+ Search for a room:
-
+ Create room
-
+ Join room
-
+ Room state
-
+ Rules:
-
+ Weapons:
-
+ Clear filters
-
+ Admin features
-
+ Open server administration page
-
+ %1 players online
@@ -1726,33 +1790,33 @@
-
+ Ignore
-
+ Add friend
-
+ Unignore
-
+ Remove friend
-
+ Show games in lobby
-
+ Show games in-progress
@@ -1760,7 +1824,7 @@
QCheckBox
-
+ Save password
@@ -1951,8 +2015,8 @@
-
-
+
+ Any
@@ -2080,47 +2144,47 @@
-
+ Your Email
-
+ Summary
-
+ Send system information
-
+ Description
-
+ Type the security code:
+
+ Tip:
+
+
+
- Tip:
-
-
-
- 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!
-
+ Server name:
-
+ Server port:
@@ -2361,114 +2425,75 @@
-
+ Hedgewars - Nick not registered
-
+ Unable to start server
-
+ Connection to server is lost
-
+ Not all players are ready
-
+ Are you sure you want to start this game?
Not all players are ready.
-
+
+ Hedgewars - Error
-
+ System Information Preview
-
-
+
+ Failed to generate captcha
-
+ Failed to download captcha
-
+ Please fill out all fields. Email is optional.
-
-
+
+ Hedgewars - Success
-
+ All file associations have been set
-
+ File association failed.
-
-
- Main - Error
-
-
-
-
- Cannot create directory %1
-
-
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
-
-
- TCP - Error
-
-
-
-
- Unable to start the server: %1.
-
-
-
-
- Unable to run engine at
-
-
-
-
- Error code: %1
-
-
- Error while authenticating at google.com:
@@ -2532,22 +2557,22 @@
-
+ Room Name - Error
-
+ Please select room from the list
-
+ Room Name - Are you sure?
-
+ The game you are trying to join has started.
Do you still want to join the room?
@@ -2646,20 +2671,15 @@
-
+ Hedgewars - Warning
-
+ Hedgewars - Information
-
-
- Hedgewars
-
- QPushButton
@@ -2670,7 +2690,6 @@
- default
@@ -2712,11 +2731,36 @@
+
+ Reset
+
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start
+
+ Start private server
+
+
+ Associate file extensions
@@ -2932,6 +2976,28 @@
+ TCPBase
+
+
+ Unable to start server at %1.
+
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget
@@ -2942,17 +3008,17 @@
ThemePrompt
-
+ Search for a theme:
-
+ Cancel
-
+ Use selected theme
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_nl.ts
--- a/share/hedgewars/Data/Locale/hedgewars_nl.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_nl.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -533,6 +564,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -929,6 +975,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1964,37 +2017,6 @@
- Main - Error
-
-
-
- Cannot create directory %1
-
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
-
-
- Unable to start the server: %1.
-
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
-
- Video upload - Error
@@ -2139,10 +2161,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2254,6 +2272,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2364,6 +2402,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_pl.ts
--- a/share/hedgewars/Data/Locale/hedgewars_pl.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -183,6 +199,24 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Nie można utworzyć katalogu %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+ Nie można otworzyć katalogu z danymi:
+%1
+
+Sprawdź poprawność instalacji!
+ HWAskQuitDialog
@@ -544,6 +578,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -950,6 +999,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2030,37 +2086,37 @@
Main - Error
- Błąd
+ BłądCannot create directory %1
- Nie można utworzyć katalogu %1
+ Nie można utworzyć katalogu %1Failed to open data directory:
%1
Please check your installation!
- Nie można otworzyć katalogu z danymi:
+ Nie można otworzyć katalogu z danymi:
%1
Sprawdź poprawność instalacji!TCP - Error
- TCP - Błąd
+ TCP - BłądUnable to start the server: %1.
- Nie można uruchomić serwera: %1.
+ Nie można uruchomić serwera: %1.Unable to run engine at
- Nie można uruchomić silnika na
+ Nie można uruchomić silnika na Error code: %1
- Kod błędu: %1
+ Kod błędu: %1Video upload - Error
@@ -2209,10 +2265,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2324,6 +2376,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2434,6 +2506,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_pt_BR.ts
--- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -173,6 +189,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Não foi possível criar o diretório %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -534,6 +565,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -934,6 +980,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2005,35 +2058,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Não foi possível criar o diretório %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Não foi possível criar o diretório %1Unable to start the server: %1.
- Não foi possível iniciar o servidor: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Não foi possível iniciar o servidor: %1.Video upload - Error
@@ -2181,10 +2211,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2296,6 +2322,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2407,6 +2453,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_pt_PT.ts
--- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -177,6 +193,24 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Não foi possível criar o diretório %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+ Erro ao abrir o diretório:
+%1
+
+Por favor verifica a tua instalação!
+ HWAskQuitDialog
@@ -538,6 +572,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -939,6 +988,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2019,37 +2075,37 @@
Main - Error
- Main - Erro
+ Main - ErroCannot create directory %1
- Não foi possível criar o diretório %1
+ Não foi possível criar o diretório %1Failed to open data directory:
%1
Please check your installation!
- Erro ao abrir o diretório:
+ Erro ao abrir o diretório:
%1
Por favor verifica a tua instalação!TCP - Error
- TCP - Erro
+ TCP - ErroUnable to start the server: %1.
- Não foi possível iniciar o servidor: %1.
+ Não foi possível iniciar o servidor: %1.Unable to run engine at
- Não foi possivel lançar o motor de jogo em
+ Não foi possivel lançar o motor de jogo em Error code: %1
- Código de erro: %1
+ Código de erro: %1Video upload - Error
@@ -2197,10 +2253,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2312,6 +2364,26 @@
Upload this video to your Youtube accountEnviar este vídeo para a tua conta do Youtube
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2422,6 +2494,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_ro.ts
--- a/share/hedgewars/Data/Locale/hedgewars_ro.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_ro.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -179,6 +195,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Cannot create directory %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -539,6 +570,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -945,6 +991,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1988,35 +2041,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Cannot create directory %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Cannot create directory %1Unable to start the server: %1.
- Unable to start the server: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Unable to start the server: %1.Error while authenticating at google.com:
@@ -2179,10 +2209,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2294,6 +2320,26 @@
Cancel uploading
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2404,6 +2450,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_ru.ts
--- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -183,6 +199,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Не могу создать папку %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -544,6 +575,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -950,6 +996,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2029,35 +2082,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Не могу создать папку %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Не могу создать папку %1Unable to start the server: %1.
- Ошибка запуска сервера: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Ошибка запуска сервера: %1.Video upload - Error
@@ -2206,10 +2236,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2321,6 +2347,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2431,6 +2477,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_sk.ts
--- a/share/hedgewars/Data/Locale/hedgewars_sk.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -183,6 +199,24 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Nepodarilo sa vytvoriť adresár %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+ Chyba pri otváraní adresára s dátami:
+%1
+
+Skontrolujte, prosím, inštaláciu!
+ HWAskQuitDialog
@@ -543,6 +577,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -949,6 +998,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2027,37 +2083,37 @@
Main - Error
- Hlavné okno - Chyba
+ Hlavné okno - ChybaCannot create directory %1
- Nepodarilo sa vytvoriť adresár %1
+ Nepodarilo sa vytvoriť adresár %1Failed to open data directory:
%1
Please check your installation!
- Chyba pri otváraní adresára s dátami:
+ Chyba pri otváraní adresára s dátami:
%1
Skontrolujte, prosím, inštaláciu!TCP - Error
- TCP - Chyba
+ TCP - ChybaUnable to start the server: %1.
- Nepodarilo sa spustiť server: %1.
+ Nepodarilo sa spustiť server: %1.Unable to run engine at
- Nepodarilo sa spustiť enginu na
+ Nepodarilo sa spustiť enginu na Error code: %1
- Kód chyby: %1
+ Kód chyby: %1Video upload - Error
@@ -2206,10 +2262,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2321,6 +2373,26 @@
Upload this video to your Youtube accountUploadovať video na váš účet YouTube
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2431,6 +2503,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_sv.ts
--- a/share/hedgewars/Data/Locale/hedgewars_sv.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -177,6 +193,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Kan inte skapa katalog %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -537,6 +568,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -937,6 +983,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2008,35 +2061,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Kan inte skapa katalog %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Kan inte skapa katalog %1Unable to start the server: %1.
- Kunde inte starta servern: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Kunde inte starta servern: %1.Video upload - Error
@@ -2184,10 +2214,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2299,6 +2325,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2409,6 +2455,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_tr_TR.ts
--- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -167,6 +183,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ %1 dizini oluşturulamadı
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -527,6 +558,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -921,6 +967,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1970,35 +2023,12 @@
- Main - Error
-
-
- Cannot create directory %1
- %1 dizini oluşturulamadı
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ %1 dizini oluşturulamadıUnable to start the server: %1.
- Sunucu başlatılamadı: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Sunucu başlatılamadı: %1.Video upload - Error
@@ -2144,10 +2174,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2259,6 +2285,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2369,6 +2415,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_uk.ts
--- a/share/hedgewars/Data/Locale/hedgewars_uk.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -183,6 +199,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ Не можу створити директорію %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -543,6 +574,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -949,6 +995,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -2022,35 +2075,12 @@
- Main - Error
-
-
- Cannot create directory %1
- Не можу створити директорію %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ Не можу створити директорію %1Unable to start the server: %1.
- Помилка запуску сервера: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ Помилка запуску сервера: %1.Video upload - Error
@@ -2199,10 +2229,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2314,6 +2340,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2424,6 +2470,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_zh_CN.ts
--- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Mar 31 14:20:40 2013 -0400
@@ -105,17 +105,37 @@
FeedbackDialog
-
+
+ Please give us feedback!
+
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+
+
+ View
-
+ Cancel取消
-
+ Send Feedback
@@ -205,6 +225,24 @@
+
+
+ Scheme '%1' not supported
+
+
+
+
+ Cannot create directory %1
+
+
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -217,52 +255,52 @@
HWChatWidget
-
+ %1 has been removed from your ignore list
-
+ %1 has been added to your ignore list
-
+ %1 has been removed from your friends list
-
+ %1 has been added to your friends list
-
- Stylesheet imported from %1
-
-
-
+ Stylesheet imported from %1
+
+
+
+ Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!
-
+ Couldn't read %1
-
+ StyleSheet discarded
-
+ StyleSheet saved to %1
-
+ Failed to save StyleSheet to %1
@@ -285,12 +323,12 @@
-
+ Hedgewars - Nick registered
-
+ This nick is registered, and you haven't specified a password.
If this nick isn't yours, please register your own nick at www.hedgewars.org
@@ -299,93 +337,93 @@
-
+ Your nickname is not registered.
To prevent someone else from using it,
please register it at www.hedgewars.org
-
+
Your password wasn't saved either.
-
+ Nickname
-
+ Someone already uses your nickname %1 on the server.
Please pick another nickname:
-
-
+
+ No nickname supplied.
-
-
+
+ Hedgewars - Empty nickname
-
+ Hedgewars - Wrong password
-
+ You entered a wrong password.
-
+ Try Again
-
+ Hedgewars - Connection error
-
+ You reconnected too fast.
Please wait a few seconds and try again.
-
+ Hedgewars Demo FileFile Types
-
+ Hedgewars Save FileFile Types
-
+ Demo name
-
+ Demo name:
-
-
+
+ Cannot save record to file %1无法录入文件 %1
@@ -632,7 +670,7 @@
-
+ Quit reason: 退出原因:
@@ -654,6 +692,24 @@
Login
+
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+
+ Nickname:
+
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -679,17 +735,17 @@
HatPrompt
-
+ Search for a hat:
-
+ Cancel取消
-
+ Use selected hat
@@ -1131,6 +1187,14 @@
+ PageNetServer
+
+
+ Insert your address here
+
+
+
+PageOptions
@@ -1360,42 +1424,42 @@
PageRoomsList
-
+ Search for a room:
-
+ Create room
-
+ Join room
-
+ Room state
-
+ Rules:
-
+ Weapons:
-
+ Clear filters
-
+ Open server administration page
@@ -1408,14 +1472,14 @@
加入
-
+ %1 players online
-
+ Admin features管理员功能
@@ -1742,33 +1806,33 @@
-
+ Ignore
-
+ Add friend
-
+ Unignore
-
+ Remove friend
-
+ Show games in lobby
-
+ Show games in-progress
@@ -1843,7 +1907,7 @@
记录名称中包含具体时间日期
-
+ Save password
@@ -1967,8 +2031,8 @@
-
-
+
+ Any
@@ -2079,12 +2143,12 @@
-
+ Server name:服务器名:
-
+ Server port:服务器端口:
@@ -2255,37 +2319,37 @@
-
+ Your Email
-
+ Summary
-
+ Send system information
-
+ Description
-
+ Type the security code:
+
+ Tip:
+
+
+
- Tip:
-
-
-
- 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!
@@ -2391,70 +2455,71 @@
-
+ Hedgewars - Nick not registered
-
+ Unable to start server
-
+ Connection to server is lost服务器连接丢失
-
+ Not all players are ready
-
+ Are you sure you want to start this game?
Not all players are ready.
-
+
+ Hedgewars - Error
-
+ System Information Preview
-
-
+
+ Failed to generate captcha
-
+ Failed to download captcha
-
+ Please fill out all fields. Email is optional.
-
-
+
+ Hedgewars - Success
-
+ All file associations have been set
-
+ File association failed.
@@ -2482,46 +2547,6 @@
-
-
- Main - Error
-
-
-
-
- Cannot create directory %1
-
-
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
-
-
- TCP - Error
-
-
-
-
- Unable to start the server: %1.
-
-
-
-
- Unable to run engine at
-
-
-
-
- Error code: %1
-
-
- Netgame - Error
@@ -2562,22 +2587,22 @@
-
+ Room Name - Error
-
+ Please select room from the list
-
+ Room Name - Are you sure?
-
+ The game you are trying to join has started.
Do you still want to join the room?
@@ -2666,20 +2691,15 @@
-
+ Hedgewars - Warning
-
+ Hedgewars - Information
-
-
- Hedgewars
-
- QPushButton
@@ -2701,11 +2721,36 @@
上场!
+
+ Reset
+
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start开始
+
+ Start private server
+
+
+ Start server开始服务端
@@ -2727,7 +2772,6 @@
- default默认
@@ -2952,6 +2996,28 @@
+ TCPBase
+
+
+ Unable to start server at %1.
+
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget
@@ -2962,17 +3028,17 @@
ThemePrompt
-
+ Search for a theme:
-
+ Cancel取消
-
+ Use selected theme
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Locale/hedgewars_zh_TW.ts
--- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Mar 31 14:20:40 2013 -0400
@@ -98,6 +98,22 @@
Send Feedback
+
+ Please give us feedback!
+
+
+
+ We are always happy about suggestions, ideas, or bug reports.
+
+
+
+ If you found a bug, you can see if it's already known here (english):
+
+
+
+ Your email address is optional, but we may want to contact you.
+
+ FreqSpinBox
@@ -167,6 +183,21 @@
+
+ Scheme '%1' not supported
+
+
+
+ Cannot create directory %1
+ 無法創建路徑 %1
+
+
+ Failed to open data directory:
+%1
+
+Please check your installation!
+
+ HWAskQuitDialog
@@ -527,6 +558,21 @@
Login
+
+ To connect to the server, please log in.
+
+If you don't have an account on www.hedgewars.org,
+just enter your nickname.
+
+
+
+ Nickname:
+
+
+
+ Password:
+
+ HWUploadVideoDialog
@@ -921,6 +967,13 @@
+ PageNetServer
+
+ Insert your address here
+
+
+
+PageOptionsNew team
@@ -1978,35 +2031,12 @@
- Main - Error
-
-
- Cannot create directory %1
- 無法創建路徑 %1
-
-
- Failed to open data directory:
-%1
-
-Please check your installation!
-
-
-
- TCP - Error
-
+ 無法創建路徑 %1Unable to start the server: %1.
- 無法開始服務端: %1.
-
-
- Unable to run engine at
-
-
-
- Error code: %1
-
+ 無法開始服務端: %1.Video upload - Error
@@ -2152,10 +2182,6 @@
- Hedgewars
-
-
- Not all players are ready
@@ -2267,6 +2293,26 @@
Upload this video to your Youtube account
+
+ Reset
+
+
+
+ Set the default server port for Hedgewars
+
+
+
+ Invite your friends to your server in just 1 click!
+
+
+
+ Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.
+
+
+
+ Start private server
+
+ RoomNamePrompt
@@ -2377,6 +2423,25 @@
+ TCPBase
+
+ Unable to start server at %1.
+
+
+
+ Unable to run engine at %1
+Error code: %2
+
+
+
+
+ TeamSelWidget
+
+ At least two teams are required to play!
+
+
+
+TeamShowWidget%1's team
diff -r fc9877ff7f1a -r fe9eacd390f2 share/hedgewars/Data/Scripts/Locale.lua
--- a/share/hedgewars/Data/Scripts/Locale.lua Sat Mar 30 08:11:09 2013 -0400
+++ b/share/hedgewars/Data/Scripts/Locale.lua Sun Mar 31 14:20:40 2013 -0400
@@ -2,17 +2,8 @@
local lang = HedgewarsScriptLoad("Locale/" .. tostring(L) .. ".lua")
-if lang ~= nil then
- lang()
-else
- lang = HedgewarsScriptLoad("Locale/" .. tostring(L) .. ".lua")
- if lang ~= nil then
- lang()
- end
-end
-
function loc(text)
- if lang ~= nil and locale ~= nil and locale[text] ~= nil then return locale[text]
+ if locale ~= nil and locale[text] ~= nil then return locale[text]
else return text
end
end