# HG changeset patch # User sheepluva # Date 1270290384 0 # Node ID 7ffd0e20ad08d41c442df1578416646b6af20054 # Parent 18ee933a586432b131f38c077c466e2f12880595 Palewolf: * SniperRifle.lua: convert spaces to tabs * Update spanish translation sheepluva: translations: * ran sed -i 's/ type="[^"]*"//' on .ts files as requested by Smaxx and Palewolf * ran lupdate and lrelease frontend: * reduce min window-size a bit * make option page scale down better engine: * replacing Smaxx' latest commit with a TryDo() diff -r 18ee933a5864 -r 7ffd0e20ad08 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat Apr 03 08:47:06 2010 +0000 +++ b/QTfrontend/hwform.cpp Sat Apr 03 10:26:24 2010 +0000 @@ -82,7 +82,7 @@ playerHash = QString(QCryptographicHash::hash(gameSettings->value("net/nick","").toString().toLatin1(), QCryptographicHash::Md5).toHex()); ui.setupUi(this); - setMinimumSize(800, 600); + setMinimumSize(760, 580); CustomizePalettes(); diff -r 18ee933a5864 -r 7ffd0e20ad08 QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Sat Apr 03 08:47:06 2010 +0000 +++ b/QTfrontend/pages.cpp Sat Apr 03 10:26:24 2010 +0000 @@ -374,7 +374,7 @@ pageLayout->setColumnStretch(1, 100); pageLayout->setColumnStretch(2, 100); pageLayout->setRowStretch(0, 0); - pageLayout->setRowStretch(1, 100); + //pageLayout->setRowStretch(1, 100); pageLayout->setRowStretch(2, 0); pageLayout->setContentsMargins(7, 7, 7, 0); pageLayout->setSpacing(0); @@ -433,9 +433,9 @@ IconedGroupBox* groupWeapons = new IconedGroupBox(this); //groupWeapons->setContentTopPadding(0); - groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); + //groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); groupWeapons->setIcon(QIcon(":/res/weaponsicon.png")); - //groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); + groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); groupWeapons->setTitle(QGroupBox::tr("Weapons")); QGridLayout * WeaponsLayout = new QGridLayout(groupWeapons); @@ -530,7 +530,7 @@ AGGroupBox = new IconedGroupBox(this); //AGGroupBox->setContentTopPadding(0); AGGroupBox->setIcon(QIcon(":/res/graphicsicon.png")); - AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); + //AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); AGGroupBox->setTitle(QGroupBox::tr("Audio/Graphic options")); QVBoxLayout * GBAlayout = new QVBoxLayout(AGGroupBox); @@ -555,7 +555,7 @@ QFrame * hr = new QFrame(AGGroupBox); hr->setFrameStyle(QFrame::HLine); hr->setLineWidth(3); - hr->setFixedHeight(12); + hr->setFixedHeight(10); GBAlayout->addWidget(hr); QLabel * resolution = new QLabel(AGGroupBox); @@ -577,7 +577,7 @@ hr = new QFrame(AGGroupBox); hr->setFrameStyle(QFrame::HLine); hr->setLineWidth(3); - hr->setFixedHeight(12); + hr->setFixedHeight(10); GBAlayout->addWidget(hr); QHBoxLayout * GBAvollayout = new QHBoxLayout(0); @@ -601,7 +601,7 @@ hr = new QFrame(AGGroupBox); hr->setFrameStyle(QFrame::HLine); hr->setLineWidth(3); - hr->setFixedHeight(12); + hr->setFixedHeight(10); GBAlayout->addWidget(hr); QHBoxLayout * GBAfpslayout = new QHBoxLayout(0); @@ -619,11 +619,12 @@ hr = new QFrame(AGGroupBox); hr->setFrameStyle(QFrame::HLine); hr->setLineWidth(3); - hr->setFixedHeight(12); + hr->setFixedHeight(10); GBAlayout->addWidget(hr); QLabel *restartNote = new QLabel(this); restartNote->setText(QString("* ") + QLabel::tr("Restart game to apply")); + restartNote->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); GBAlayout->addWidget(restartNote); gbTBLayout->addWidget(AGGroupBox, 0, 1, 3, 1); diff -r 18ee933a5864 -r 7ffd0e20ad08 hedgewars/uRandom.pas --- a/hedgewars/uRandom.pas Sat Apr 03 08:47:06 2010 +0000 +++ b/hedgewars/uRandom.pas Sat Apr 03 10:26:24 2010 +0000 @@ -77,12 +77,7 @@ function GetRandom(m: LongWord): LongWord; begin -if m = 0 then - begin - WriteLnToConsole('Warning: GetRandom(0) not defined'); - GetRandom:= 0; - exit - end; +TryDo((m > 0),'GetRandom(0) called! Please report this to the developers!',true); GetNext; GetRandom:= GetNext mod m end; diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_bg.qm Binary file share/hedgewars/Data/Locale/hedgewars_bg.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_bg.ts --- a/share/hedgewars/Data/Locale/hedgewars_bg.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts Sat Apr 03 10:26:24 2010 +0000 @@ -5,18 +5,32 @@ AmmoSchemeModel new - Нов отбор + Нов отбор + + + + FreqSpinBox + + Never + + + + Every %1 turn + + + + GameCFGWidget Edit schemes - + Edit weapons - + Error @@ -31,19 +45,19 @@ HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -124,31 +138,31 @@ Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -178,11 +192,11 @@ You got kicked - + Password - + Quit reason: @@ -197,23 +211,23 @@ registered on Hedgewars.org Please provide your password or pick another nickname: - + %1 *** %2 has joined the room - + %1 *** %2 has joined - + %1 *** %2 has left (%3) - + %1 *** %2 has left - + @@ -227,22 +241,22 @@ PageAdmin Server message: - + Set message - + Clear Accounts Cache - + PageConnecting Connecting... - + @@ -264,14 +278,14 @@ <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + @@ -310,18 +324,18 @@ PageNetGame Control - + PageNetType LAN game - + Official server - + @@ -336,19 +350,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -398,7 +412,7 @@ Admin features - + Error @@ -410,48 +424,48 @@ Room Name: - + This game is in lobby. You may join and start playing once the game starts. - + This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - + %1 is the host. He may adjust settings and start the game. - + Random Map - + Games may be played on precreated or randomized maps. - + The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - + The Weapon Scheme defines available weapons and their ammunition count. - + There are %1 clients connected to this room. - + There are %1 teams participating in this room. - + @@ -466,90 +480,90 @@ Random Maze - + PageScheme Defend your fort and destroy the opponents, two team colours max! - + Teams will start on opposite sides of the terrain, two team colours max! - + Land can not be destroyed! - + Add an indestructable border around the terrain - + Lower gravity - + Assisted aiming with laser sight - + All hogs have a personal forcefield - + Enable random mines - + Gain 80% of the damage you do back in health - + Share your opponents pain, share their damage - + Your hogs are unable to move, put your artillery skills to the test - + Random - + Seconds - + New - + Delete - Изтриване + Изтриване Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -594,7 +608,7 @@ Ban - + Start @@ -614,30 +628,30 @@ Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + QCheckBox Check for updates at startup - + Enable sound @@ -669,23 +683,23 @@ Reduced quality - + Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + @@ -704,26 +718,26 @@ (System default) - + generated maze... - + Mission - + QGroupBox Game Modifiers - + Basic Settings - + Team Members @@ -759,50 +773,50 @@ Team Settings - + Misc - + QLabel Game scheme - Игрови настройки + Игрови настройки Damage Modifier - + Turn Time - + Initial Health - + Sudden Death Timeout - + Crate Drops - + Mines Time - + Mines - + Scheme Name: - + Net nick @@ -870,44 +884,44 @@ % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -979,11 +993,11 @@ Nickname - + Please enter your nickname - + @@ -1050,57 +1064,57 @@ Random Team - + QTableWidget Room Name - + C - + T - + Owner - + Map - Карта + Карта Rules - + Weapons - Оръжия + Оръжия SelWeaponWidget Weapon set - + Probabilities - + Ammo in boxes - + Delays - + @@ -1122,67 +1136,67 @@ ToggleButtonWidget Fort Mode - + Divide Teams - + Solid Land - + Add Border - Добави гранична ивица + Добави гранична ивица Low Gravity - + Laser Sight - + Invulnerable - + Add Mines - + Vampirism - + Karma - + Artillery - + Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1327,148 +1341,428 @@ zoom in - + zoom out - + reset zoom - + long jump - + high jump - + binds (categories) Basic controls - + Weapon controls - + Camera and cursor controls - + Other - Друго + Друго binds (descriptions) Move your hogs and aim: - + Traverse gaps and obstacles by jumping: - + Fire your selected weapon or trigger an utility item: - + Pick a weapon or a target location under the cursor: - + Switch your currently active hog (if possible): - + Pick a weapon or utility item: - + Set the timer on bombs and timed weapons: - + Move the camera to the active hog: - + Move the cursor or camera without using the mouse: - + Modify the camera's zoom level: - + Talk to your team or all participants: - + Pause, continue or leave your game: - + Modify the game's volume while playing: - + Toggle fullscreen mode: - + Take a screenshot: - + Toggle labels above hedgehogs: - + binds (keys) Axis - + (Up) - + (Down) - + Hat - + (Left) - + (Right) - + Button - + Keyboard - + Delete - Изтриване + Изтриване + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_cs.qm Binary file share/hedgewars/Data/Locale/hedgewars_cs.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_cs.ts --- a/share/hedgewars/Data/Locale/hedgewars_cs.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts Sat Apr 03 10:26:24 2010 +0000 @@ -5,14 +5,29 @@ AmmoSchemeModel new - nový + nový + + + + FreqSpinBox + + Never + + + + Every %1 turn + + + + + GameCFGWidget Edit weapons - + Error @@ -24,26 +39,26 @@ Edit schemes - + HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -96,59 +111,59 @@ Filter - + All - + Small - + Medium - + Large - + Cavern - + Wacky - + Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -186,34 +201,34 @@ You got kicked - + Password - + Your nickname %1 is registered on Hedgewars.org Please provide your password or pick another nickname: - + %1 *** %2 has joined the room - + %1 *** %2 has joined - + %1 *** %2 has left (%3) - + %1 *** %2 has left - + @@ -227,22 +242,22 @@ PageAdmin Server message: - + Set message - + Clear Accounts Cache - + PageConnecting Connecting... - + @@ -264,7 +279,7 @@ <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + @@ -272,7 +287,7 @@ <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + @@ -319,11 +334,11 @@ PageNetType LAN game - + Official server - + @@ -338,19 +353,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -408,45 +423,45 @@ Admin features - + Room Name: - + This game is in lobby. You may join and start playing once the game starts. - + This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - + %1 is the host. He may adjust settings and start the game. - + Random Map - + Games may be played on precreated or randomized maps. - + The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - + The Weapon Scheme defines available weapons and their ammunition count. - + There are %1 clients connected to this room. - + @@ -454,7 +469,7 @@ There are %1 teams participating in this room. - + @@ -470,90 +485,90 @@ Random Maze - + PageScheme New - + Delete - Smazat + Smazat Defend your fort and destroy the opponents, two team colours max! - + Teams will start on opposite sides of the terrain, two team colours max! - + Land can not be destroyed! - + Add an indestructable border around the terrain - + Lower gravity - + Assisted aiming with laser sight - + All hogs have a personal forcefield - + Enable random mines - + Gain 80% of the damage you do back in health - + Share your opponents pain, share their damage - + Your hogs are unable to move, put your artillery skills to the test - + Random - + Seconds - + Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -614,34 +629,34 @@ Ban - + Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + QCheckBox Check for updates at startup - + Fullscreen @@ -673,23 +688,23 @@ Reduced quality - + Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + @@ -708,15 +723,15 @@ (System default) - + generated maze... - + Mission - + @@ -755,19 +770,19 @@ Game Modifiers - + Basic Settings - + Team Settings - + Misc - + @@ -838,80 +853,80 @@ Damage Modifier - + Turn Time - + Initial Health - + Sudden Death Timeout - + Mines Time - + Mines - + Scheme Name: - + Crate Drops - + Game scheme - + % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -983,11 +998,11 @@ Nickname - + Please enter your nickname - + @@ -1054,57 +1069,57 @@ Random Team - + QTableWidget Room Name - + C - + T - + Owner - + Map - Mapa + Mapa Rules - + Weapons - Zbraně + Zbraně SelWeaponWidget Weapon set - + Probabilities - + Ammo in boxes - + Delays - + @@ -1126,67 +1141,67 @@ ToggleButtonWidget Vampirism - + Karma - + Artillery - + Fort Mode - + Divide Teams - + Solid Land - + Add Border - + Low Gravity - + Laser Sight - + Invulnerable - + Add Mines - + Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1330,148 +1345,428 @@ zoom in - + zoom out - + reset zoom - + long jump - + high jump - + binds (categories) Basic controls - + Weapon controls - + Camera and cursor controls - + Other - Ostatní + Ostatní binds (descriptions) Move your hogs and aim: - + Traverse gaps and obstacles by jumping: - + Fire your selected weapon or trigger an utility item: - + Pick a weapon or a target location under the cursor: - + Switch your currently active hog (if possible): - + Pick a weapon or utility item: - + Set the timer on bombs and timed weapons: - + Move the camera to the active hog: - + Move the cursor or camera without using the mouse: - + Modify the camera's zoom level: - + Talk to your team or all participants: - + Pause, continue or leave your game: - + Modify the game's volume while playing: - + Toggle fullscreen mode: - + Take a screenshot: - + Toggle labels above hedgehogs: - + binds (keys) Axis - + (Up) - + (Down) - + Hat - + (Left) - + (Right) - + Button - + Keyboard - + Delete - Smazat + Smazat + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_de.qm Binary file share/hedgewars/Data/Locale/hedgewars_de.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_de.ts --- a/share/hedgewars/Data/Locale/hedgewars_de.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_de.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Nie + Nie Every %1 turn - + Jede Runde Jede %1. Runde @@ -1493,287 +1493,287 @@ Mouse: Left button - Maus: Linke Taste + Maus: Linke Taste Mouse: Middle button - Maus: Mittlere Taste + Maus: Mittlere Taste Mouse: Right button - Maus: Rechte Taste + Maus: Rechte Taste Mouse: Wheel up - Maus: Mausrad hoch + Maus: Mausrad hoch Mouse: Wheel down - Maus: Mausrad runter + Maus: Mausrad runter Backspace - Rückstelltaste + Rückstelltaste Tab - Tabulator + Tabulator Clear - Clear + Clear Return - Eingabetaste + Eingabetaste Pause - Pause + Pause Escape - Escape + Escape Space - Leertaste + Leertaste Delete - Entf + Entf Numpad 0 - Ziffernblock 0 + Ziffernblock 0 Numpad 1 - Ziffernblock 1 + Ziffernblock 1 Numpad 2 - Ziffernblock 2 + Ziffernblock 2 Numpad 3 - Ziffernblock 3 + Ziffernblock 3 Numpad 4 - Ziffernblock 4 + Ziffernblock 4 Numpad 5 - Ziffernblock 5 + Ziffernblock 5 Numpad 6 - Ziffernblock 6 + Ziffernblock 6 Numpad 7 - Ziffernblock 7 + Ziffernblock 7 Numpad 8 - Ziffernblock 8 + Ziffernblock 8 Numpad 9 - Ziffernblock 9 + Ziffernblock 9 Numpad . - Ziffernblock , + Ziffernblock , Numpad / - Ziffernblock / + Ziffernblock / Numpad * - Ziffernblock * + Ziffernblock * Numpad - - Ziffernblock - + Ziffernblock - Numpad + - Ziffernblock + + Ziffernblock + Enter - Enter + Enter Equals - Gleich + Gleich Up - Hoch + Hoch Down - Runter + Runter Right - Rechts + Rechts Left - Links + Links Insert - Einfg + Einfg Home - Pos1 + Pos1 End - Ende + Ende Page up - Bild hoch + Bild hoch Page down - Bild runter + Bild runter Num lock - Numlock + Numlock Caps lock - Feststelltaste + Feststelltaste Scroll lock - Rollen + Rollen Right shift - Rechte Umschalttaste + Rechte Umschalttaste Left shift - Linke Umschalttaste + Linke Umschalttaste Right ctrl - Strg rechts + Strg rechts Left ctrl - Strg links + Strg links Right alt - Alt rechts + Alt rechts Left alt - Alt links + Alt links Right meta - Meta rechts + Meta rechts Left meta - Meta links + Meta links A button - A-Taste + A-Taste B button - B-Taste + B-Taste X button - X-Taste + X-Taste Y button - Y-Taste + Y-Taste LB button - Linke Schultertaste + Linke Schultertaste RB button - Rechte Schultertaste + Rechte Schultertaste Back button - Zurück-Taste + Zurück-Taste Start button - Start-Taste + Start-Taste Left stick - Linker Analogstick + Linker Analogstick Right stick - Rechter Analogstick + Rechter Analogstick Left stick (Right) - Linker Analogstick (Rechts) + Linker Analogstick (Rechts) Left stick (Left) - Linker Analogstick (Links) + Linker Analogstick (Links) Left stick (Down) - Linker Analogstick (Runter) + Linker Analogstick (Runter) Left stick (Up) - Linker Analogstick (Hoch) + Linker Analogstick (Hoch) Left trigger - Linker Auslöser + Linker Auslöser Right trigger - Rechter Auslöser + Rechter Auslöser Right stick (Down) - Rechter Analogstick (Runter) + Rechter Analogstick (Runter) Right stick (Up) - Rechter Analogstick (Hoch) + Rechter Analogstick (Hoch) Right stick (Right) - Rechter Analogstick (Rechts) + Rechter Analogstick (Rechts) Right stick (Left) - Rechter Analogstick (Links) + Rechter Analogstick (Links) DPad - Steuerkreuz + Steuerkreuz diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_en.qm Binary file share/hedgewars/Data/Locale/hedgewars_en.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_en.ts --- a/share/hedgewars/Data/Locale/hedgewars_en.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Never + Never Every %1 turn - + Each turn Every %1 turns @@ -138,31 +138,31 @@ Type - Type + Type Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -485,7 +485,7 @@ Random Maze - + @@ -731,7 +731,7 @@ generated maze... - + @@ -926,7 +926,7 @@ This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + @@ -1455,39 +1455,319 @@ binds (keys) Axis - + (Up) - + (Down) - + Hat - + (Left) - + (Right) - + Button - + Keyboard - + Delete - Delete + Delete + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_es.qm Binary file share/hedgewars/Data/Locale/hedgewars_es.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_es.ts --- a/share/hedgewars/Data/Locale/hedgewars_es.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_es.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Nunca + Nunca Every %1 turn - + Cada turno Cada %1 turnos @@ -1493,287 +1493,287 @@ Mouse: Left button - Ratón: botón izquierdo + Ratón: botón izquierdo Mouse: Middle button - Ratón: botón central + Ratón: botón central Mouse: Right button - Ratón: botón derecho + Ratón: botón derecho Mouse: Wheel up - Ratón: rueda arriba + Ratón: rueda arriba Mouse: Wheel down - Ratón: rueda abajo + Ratón: rueda abajo Backspace - Retroceso + Retroceso Tab - Tabulador + Tabulador Clear - Supr + Supr Return - Intro + Intro Pause - Pausa + Pausa Escape - Esc + Esc Space - Barra espaciadora + Barra espaciadora Delete - Supr + Supr Numpad 0 - Teclado numérico 0 + Teclado numérico 0 Numpad 1 - Teclado numérico 1 + Teclado numérico 1 Numpad 2 - Teclado numérico 2 + Teclado numérico 2 Numpad 3 - Teclado numérico 3 + Teclado numérico 3 Numpad 4 - Teclado numérico 4 + Teclado numérico 4 Numpad 5 - Teclado numérico 5 + Teclado numérico 5 Numpad 6 - Teclado numérico 6 + Teclado numérico 6 Numpad 7 - Teclado numérico 7 + Teclado numérico 7 Numpad 8 - Teclado numérico 8 + Teclado numérico 8 Numpad 9 - Teclado numérico 9 + Teclado numérico 9 Numpad . - Teclado numérico . + Teclado numérico . Numpad / - Teclado numérico / + Teclado numérico / Numpad * - Teclado numérico * + Teclado numérico * Numpad - - Teclado numérico - + Teclado numérico - Numpad + - Teclado numérico + + Teclado numérico + Enter - Intro + Intro Equals - Igual + Igual Up - Arriba + Arriba Down - Abajo + Abajo Right - Derecha + Derecha Left - Izquierda + Izquierda Insert - Insert + Insert Home - Inicio + Inicio End - Fin + Fin Page up - Re Pág + Re Pág Page down - Av Pág + Av Pág Num lock - Bloq Num + Bloq Num Caps lock - Bloq Mayús + Bloq Mayús Scroll lock - Bloq Despl + Bloq Despl Right shift - Shift derecho + Shift derecho Left shift - Shift izquierdo + Shift izquierdo Right ctrl - Ctrl derecho + Ctrl derecho Left ctrl - Ctrl izquierdo + Ctrl izquierdo Right alt - Alt Gr + Alt Gr Left alt - Alt + Alt Right meta - Meta derecho + Meta derecho Left meta - Meta izquierdo + Meta izquierdo A button - Botón A + Botón A B button - Botón B + Botón B X button - Botón X + Botón X Y button - Botón Y + Botón Y LB button - Botón LB + Botón LB RB button - Botón RB + Botón RB Back button - Botón atrás + Botón atrás Start button - Botón Start + Botón Start Left stick - Palanca izquierda + Palanca izquierda Right stick - Palanca derecha + Palanca derecha Left stick (Right) - Palanca izquierda (derecha) + Palanca izquierda (derecha) Left stick (Left) - Palanca izquierda (izquierda) + Palanca izquierda (izquierda) Left stick (Down) - Palanca izquierda (abajo) + Palanca izquierda (abajo) Left stick (Up) - Palanca izquierda (arriba) + Palanca izquierda (arriba) Left trigger - Gatillo izquierdo + Gatillo izquierdo Right trigger - Gatillo derecho + Gatillo derecho Right stick (Down) - Palanca derecha (abajo) + Palanca derecha (abajo) Right stick (Up) - Palanca derecha (arriba) + Palanca derecha (arriba) Right stick (Right) - Palanca derecha (derecha) + Palanca derecha (derecha) Right stick (Left) - Palanca derecha (izquierda) + Palanca derecha (izquierda) DPad - DPad + DPad diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_fi.qm Binary file share/hedgewars/Data/Locale/hedgewars_fi.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_fi.ts --- a/share/hedgewars/Data/Locale/hedgewars_fi.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Ei koskaan + Ei koskaan Every %1 turn - + Joka vuorolla Joka %1:s vuoro @@ -138,31 +138,31 @@ Type - Tyyppi + Tyyppi Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -353,19 +353,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -485,7 +485,7 @@ Random Maze - + @@ -727,11 +727,11 @@ generated maze... - + Mission - + @@ -922,11 +922,11 @@ This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -1487,283 +1487,287 @@ Mouse: Middle button - Hiiri: Keskinappi + Hiiri: Keskinappi Mouse: Right button - Hiiri: Oikea nappi + Hiiri: Oikea nappi Mouse: Wheel up - Hiiri: Rulla ylös + Hiiri: Rulla ylös Mouse: Wheel down - Hiiri: Rulla alas + Hiiri: Rulla alas Backspace - Askelapalutin + Askelapalutin Tab - Sarkain + Sarkain Clear - Tyhjennä + Tyhjennä Return - Rivinvaihto + Rivinvaihto Pause - Tauko + Tauko Escape - Esc-näppäin + Esc-näppäin Space - Välilyönti + Välilyönti Delete - Poistonäppäin + Poistonäppäin Numpad 0 - Numpad 0 + Numpad 0 Numpad 1 - Numpad 1 + Numpad 1 Numpad 2 - Numpad 2 + Numpad 2 Numpad 3 - Numpad 3 + Numpad 3 Numpad 4 - Numpad 4 + Numpad 4 Numpad 5 - Numpad 5 + Numpad 5 Numpad 6 - Numpad 6 + Numpad 6 Numpad 7 - Numpad 7 + Numpad 7 Numpad 8 - Numpad 8 + Numpad 8 Numpad 9 - Numpad 9 + Numpad 9 Numpad . - Numpad . + Numpad . Numpad / - Numpad / + Numpad / Numpad * - Numpad * + Numpad * Numpad - - Numpad - + Numpad - Numpad + - Numpad + + Numpad + Enter - Rivinvaihto + Rivinvaihto Equals - = + = Up - Ylös + Ylös Down - Alas + Alas Right - Oikea + Oikea Left - Vasen + Vasen Insert - Lisää-nappi + Lisää-nappi Home - Home-nappi + Home-nappi End - End-nappi + End-nappi Page up - Sivu ylös + Sivu ylös Page down - Sivu alas + Sivu alas Num lock - Num lock + Num lock Caps lock - Caps lock + Caps lock Scroll lock - Scroll lock + Scroll lock Right shift - Oikea vaihtonäppäin + Oikea vaihtonäppäin Left shift - Vasen vaihtonäppäin + Vasen vaihtonäppäin Right ctrl - Oikea ctrl + Oikea ctrl Left ctrl - Vasen ctrl + Vasen ctrl Right alt - Oikea alt + Oikea alt Left alt - Vasen alt + Vasen alt Right meta - Oikea meta + Oikea meta Left meta - Vasen meta + Vasen meta A button - A-painike + A-painike B button - B-painike + B-painike X button - X-painike + X-painike Y button - Y-painike + Y-painike LB button - LB-painike + LB-painike RB button - RB-painike + RB-painike Back button - Paluu-painike + Paluu-painike Start button - Start-painike + Start-painike Left stick - Vasen tikku + Vasen tikku Right stick - Oikea tikku + Oikea tikku Left stick (Right) - Vasen tikku (Oikea) + Vasen tikku (Oikea) Left stick (Left) - Vasen tikku (Vasen) + Vasen tikku (Vasen) Left stick (Down) - Vasen tikku (Alas) + Vasen tikku (Alas) Left stick (Up) - Vasen tikku (ylös) + Vasen tikku (ylös) Left trigger - Vasen liipasin + Vasen liipasin Right trigger - Oikea liipasin + Oikea liipasin Right stick (Down) - Oikea tikku (Alas) + Oikea tikku (Alas) Right stick (Up) - Oikea tikku (Ylös) + Oikea tikku (Ylös) Right stick (Right) - Oikea tikku (Oikea) + Oikea tikku (Oikea) Right stick (Left) - Oikea tikku (Vasen) + Oikea tikku (Vasen) DPad - DPad + DPad + + + Mouse: Left button + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_fr.qm Binary file share/hedgewars/Data/Locale/hedgewars_fr.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_fr.ts --- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Jamais + Jamais Every %1 turn - + Chaque tour Tous les %1 tours @@ -45,19 +45,19 @@ HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -138,31 +138,31 @@ Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -353,19 +353,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -485,7 +485,7 @@ Random Maze - + @@ -552,23 +552,23 @@ Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -633,23 +633,23 @@ Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + @@ -692,19 +692,19 @@ Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + @@ -723,15 +723,15 @@ (System default) - + generated maze... - + Mission - + @@ -778,11 +778,11 @@ Team Settings - + Misc - + @@ -889,44 +889,44 @@ % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -1069,7 +1069,7 @@ Random Team - + @@ -1115,11 +1115,11 @@ Ammo in boxes - + Delays - + @@ -1185,23 +1185,23 @@ Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1468,7 +1468,7 @@ Hat - Bouton directionnel + Bouton directionnel (Left) @@ -1488,283 +1488,287 @@ Mouse: Left button - Souris: Bouton gauche + Souris: Bouton gauche Mouse: Middle button - Souris: Bouton central + Souris: Bouton central Mouse: Right button - Souris: Bouton droit + Souris: Bouton droit Mouse: Wheel up - Souris: Molette vers le haut + Souris: Molette vers le haut Mouse: Wheel down - Souris: Molette vers le bas + Souris: Molette vers le bas Backspace - Backspace + Backspace Tab - Tabulation + Tabulation Return - Entrée + Entrée Pause - Pause + Pause Escape - Échap + Échap Space - Espace + Espace Delete - Supprimer + Supprimer Numpad 0 - Pavé numérique 0 + Pavé numérique 0 Numpad 1 - Pavé numérique 1 + Pavé numérique 1 Numpad 2 - Pavé numérique 2 + Pavé numérique 2 Numpad 3 - Pavé numérique 3 + Pavé numérique 3 Numpad 4 - Pavé numérique 4 + Pavé numérique 4 Numpad 5 - Pavé numérique 5 + Pavé numérique 5 Numpad 6 - Pavé numérique 6 + Pavé numérique 6 Numpad 7 - Pavé numérique 7 + Pavé numérique 7 Numpad 8 - Pavé numérique 8 + Pavé numérique 8 Numpad 9 - Pavé numérique 9 + Pavé numérique 9 Numpad . - Pavé numérique . + Pavé numérique . Numpad / - Pavé numérique / + Pavé numérique / Numpad * - Pavé numérique * + Pavé numérique * Numpad - - Pavé numérique - + Pavé numérique - Numpad + - Pavé numérique + + Pavé numérique + Enter - Pavé numérique entrée + Pavé numérique entrée Equals - Égale + Égale Up - Haut + Haut Down - Bas + Bas Right - Droite + Droite Left - Gauche + Gauche Insert - Insérer + Insérer Home - Origine + Origine End - Fin + Fin Page up - Page précédente + Page précédente Page down - Page suivante + Page suivante Num lock - Verr. num + Verr. num Caps lock - Verr. maj + Verr. maj Scroll lock - Arrêt défil + Arrêt défil Right shift - Maj droit + Maj droit Left shift - Maj gauche + Maj gauche Right ctrl - Ctrl droite + Ctrl droite Left ctrl - Ctrl gauche + Ctrl gauche Right alt - Alt droite + Alt droite Left alt - Alt gauche + Alt gauche Right meta - Meta droite + Meta droite Left meta - Meta gauche + Meta gauche A button - Bouton A + Bouton A B button - Bouton B + Bouton B X button - Bouton X + Bouton X Y button - Bouton Y + Bouton Y LB button - Bouton LB + Bouton LB RB button - Bouton RB + Bouton RB Back button - Bouton retour + Bouton retour Start button - Bouton démarrer + Bouton démarrer Left stick - Stick gauche + Stick gauche Right stick - Stick droit + Stick droit Left stick (Right) - Stick gauche (Droite) + Stick gauche (Droite) Left stick (Left) - Stick gauche (Gauche) + Stick gauche (Gauche) Left stick (Down) - Stick gauche (Bas) + Stick gauche (Bas) Left stick (Up) - Stick gauche (Haut) + Stick gauche (Haut) Left trigger - Gâchette gauche + Gâchette gauche Right trigger - Gâchette droite + Gâchette droite Right stick (Down) - Stick droit (Bas) + Stick droit (Bas) Right stick (Up) - Stick droit (Haut) + Stick droit (Haut) Right stick (Right) - Stick droit (Droite) + Stick droit (Droite) Right stick (Left) - Stick droit (Gauche) + Stick droit (Gauche) DPad - DPad + DPad + + + Clear + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_it.qm Binary file share/hedgewars/Data/Locale/hedgewars_it.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_it.ts --- a/share/hedgewars/Data/Locale/hedgewars_it.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Mai + Mai Every %1 turn - + Ogni turno Ogni %1 turni @@ -142,31 +142,31 @@ Type - Tipo + Tipo Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -1492,287 +1492,287 @@ Mouse: Left button - Mouse: Tasto sinistro + Mouse: Tasto sinistro Mouse: Middle button - Mouse: Tasto centrale + Mouse: Tasto centrale Mouse: Right button - Mouse: Tasto destro + Mouse: Tasto destro Mouse: Wheel up - Mouse: Scroll in su + Mouse: Scroll in su Mouse: Wheel down - Mouse: Scroll in giù + Mouse: Scroll in giù Backspace - Backspace + Backspace Tab - Tab + Tab Clear - Cancella + Cancella Return - Invio + Invio Pause - Pausa + Pausa Escape - Esc + Esc Space - Spazio + Spazio Delete - Elimina + Elimina Numpad 0 - Numpad 0 + Numpad 0 Numpad 1 - Numpad 1 + Numpad 1 Numpad 2 - Numpad 2 + Numpad 2 Numpad 3 - Numpad 3 + Numpad 3 Numpad 4 - Numpad 4 + Numpad 4 Numpad 5 - Numpad 5 + Numpad 5 Numpad 6 - Numpad 6 + Numpad 6 Numpad 7 - Numpad 7 + Numpad 7 Numpad 8 - Numpad 8 + Numpad 8 Numpad 9 - Numpad 9 + Numpad 9 Numpad . - Numpad . + Numpad . Numpad / - Numpad / + Numpad / Numpad * - Numpad * + Numpad * Numpad - - Numpad - + Numpad - Numpad + - Numpad + + Numpad + Enter - Invio + Invio Equals - Uguale + Uguale Up - Su + Su Down - Giù + Giù Right - Destra + Destra Left - Sinistra + Sinistra Insert - Inserisci + Inserisci Home - Home + Home End - Fine + Fine Page up - Pagina su + Pagina su Page down - Pagina giu + Pagina giu Num lock - Num lock + Num lock Caps lock - Caps lock + Caps lock Scroll lock - Scroll lock + Scroll lock Right shift - Shift destro + Shift destro Left shift - Shift sinistro + Shift sinistro Right ctrl - Ctrl destro + Ctrl destro Left ctrl - Ctrl sinistro + Ctrl sinistro Right alt - Alt destro + Alt destro Left alt - Alt sinistro + Alt sinistro Right meta - Meta destro + Meta destro Left meta - Meta sinistro + Meta sinistro A button - Tasto A + Tasto A B button - Tasto B + Tasto B X button - Tasto X + Tasto X Y button - Tasto X + Tasto X LB button - Tasto LB + Tasto LB RB button - Tasto RB + Tasto RB Back button - Tasto indietro + Tasto indietro Start button - Tasto start + Tasto start Left stick - Leva sinistra + Leva sinistra Right stick - Leva destra + Leva destra Left stick (Right) - Leva sinistra (Destra) + Leva sinistra (Destra) Left stick (Left) - Leva sinistra (Sinistra) + Leva sinistra (Sinistra) Left stick (Down) - Leva sinistra (Giu) + Leva sinistra (Giu) Left stick (Up) - Leva sinistra (Su) + Leva sinistra (Su) Left trigger - Grilletto sinistro + Grilletto sinistro Right trigger - Grilletto destro + Grilletto destro Right stick (Down) - Leva destra (Giu) + Leva destra (Giu) Right stick (Up) - Leva destra (Su) + Leva destra (Su) Right stick (Right) - Leva destra (Destra) + Leva destra (Destra) Right stick (Left) - Leva destra (Sinistra) + Leva destra (Sinistra) DPad - DPad + DPad diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_ja.qm Binary file share/hedgewars/Data/Locale/hedgewars_ja.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_ja.ts --- a/share/hedgewars/Data/Locale/hedgewars_ja.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts Sat Apr 03 10:26:24 2010 +0000 @@ -5,14 +5,27 @@ AmmoSchemeModel new - 作成 + 作成 + + + + FreqSpinBox + + Never + + + + Every %1 turn + + + GameCFGWidget Edit weapons - + Error @@ -24,26 +37,26 @@ Edit schemes - + HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -70,7 +83,7 @@ Please select record from the list above - + @@ -96,59 +109,59 @@ Filter - + All - + Small - + Medium - + Large - + Cavern - + Wacky - + Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -186,34 +199,34 @@ You got kicked - + Password - + Your nickname %1 is registered on Hedgewars.org Please provide your password or pick another nickname: - + %1 *** %2 has joined the room - + %1 *** %2 has joined - + %1 *** %2 has left (%3) - + %1 *** %2 has left - + @@ -227,22 +240,22 @@ PageAdmin Server message: - + Set message - + Clear Accounts Cache - + PageConnecting Connecting... - + @@ -264,13 +277,13 @@ <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + @@ -315,11 +328,11 @@ PageNetType LAN game - + Official server - + @@ -334,19 +347,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -404,51 +417,51 @@ Admin features - + Room Name: - + This game is in lobby. You may join and start playing once the game starts. - + This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - + %1 is the host. He may adjust settings and start the game. - + Random Map - + Games may be played on precreated or randomized maps. - + The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - + The Weapon Scheme defines available weapons and their ammunition count. - + There are %1 clients connected to this room. - + There are %1 teams participating in this room. - + @@ -458,94 +471,94 @@ Please select room from the list - + Random Maze - + PageScheme Defend your fort and destroy the opponents, two team colours max! - + Teams will start on opposite sides of the terrain, two team colours max! - + Land can not be destroyed! - + Add an indestructable border around the terrain - + Lower gravity - + Assisted aiming with laser sight - + All hogs have a personal forcefield - + Enable random mines - + Gain 80% of the damage you do back in health - + Share your opponents pain, share their damage - + Your hogs are unable to move, put your artillery skills to the test - + Random - + Seconds - + New - + Delete - 削除 + 削除 Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -606,34 +619,34 @@ Ban - + Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + QCheckBox Check for updates at startup - + Fullscreen @@ -665,23 +678,23 @@ Reduced quality - + Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + @@ -700,15 +713,15 @@ (System default) - + generated maze... - + Mission - + @@ -747,30 +760,30 @@ Game Modifiers - + Basic Settings - + Team Settings - + Misc - + QLabel Mines Time - + Mines - + Version @@ -834,76 +847,76 @@ Initial sound volume - + Damage Modifier - + Turn Time - + Initial Health - + Sudden Death Timeout - + Scheme Name: - + Crate Drops - + Game scheme - + % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -975,11 +988,11 @@ Nickname - + Please enter your nickname - + @@ -1042,61 +1055,61 @@ Ready - + Random Team - + QTableWidget Room Name - + C - + T - + Owner - + Map - 地図 + 地図 Rules - + Weapons - 兵器 + 兵器 SelWeaponWidget Weapon set - + Probabilities - + Ammo in boxes - + Delays - + @@ -1118,67 +1131,67 @@ ToggleButtonWidget Vampirism - + Karma - + Artillery - + Fort Mode - + Divide Teams - + Solid Land - + Add Border - + Low Gravity - + Laser Sight - + Invulnerable - + Add Mines - + Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1323,148 +1336,428 @@ zoom in - + zoom out - + reset zoom - + long jump - + high jump - + binds (categories) Basic controls - + Weapon controls - + Camera and cursor controls - + Other - その他 + その他 binds (descriptions) Move your hogs and aim: - + Traverse gaps and obstacles by jumping: - + Fire your selected weapon or trigger an utility item: - + Pick a weapon or a target location under the cursor: - + Switch your currently active hog (if possible): - + Pick a weapon or utility item: - + Set the timer on bombs and timed weapons: - + Move the camera to the active hog: - + Move the cursor or camera without using the mouse: - + Modify the camera's zoom level: - + Talk to your team or all participants: - + Pause, continue or leave your game: - + Modify the game's volume while playing: - + Toggle fullscreen mode: - + Take a screenshot: - + Toggle labels above hedgehogs: - + binds (keys) Axis - + (Up) - + (Down) - + Hat - + (Left) - + (Right) - + Button - + Keyboard - + Delete - 削除 + 削除 + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_pl.qm Binary file share/hedgewars/Data/Locale/hedgewars_pl.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_pl.ts --- a/share/hedgewars/Data/Locale/hedgewars_pl.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Nigdy + Nigdy Every %1 turn - + Co %1 turę Co %1 tury Co %1 tur @@ -119,15 +119,15 @@ Small - Małe + Małe Medium - Średnie + Średnie Large - Duże + Duże Cavern @@ -143,31 +143,31 @@ Type - Typ + Typ Small tunnels - Małe tunele + Małe tunele Medium tunnels - Średnie tunele + Średnie tunele Large tunnels - Duże tunele + Duże tunele Small floating islands - Małe wyspy + Małe wyspy Medium floating islands - Średnie wyspy + Średnie wyspy Large floating islands - Duże wyspy + Duże wyspy @@ -216,26 +216,26 @@ registered on Hedgewars.org Please provide your password or pick another nickname: - Twój nick %1 jest + Twój nick %1 jest zarejestrowany na Hedgewars.org Proszę podać twoje hasło bądź wybierz inny nick: %1 *** %2 has joined the room - %1 *** %2 dołączył do pokoju + %1 *** %2 dołączył do pokoju %1 *** %2 has joined - %1 *** %2 dołączył + %1 *** %2 dołączył %1 *** %2 has left (%3) - %1 *** %2 wyszedł (%3) + %1 *** %2 wyszedł (%3) %1 *** %2 has left - %1 *** %2 wyszedł + %1 *** %2 wyszedł @@ -249,15 +249,39 @@ PageAdmin Server message: - Wiadomość od serwera: + Wiadomość od serwera: Set message - Ustaw wiadomość + Ustaw wiadomość Clear Accounts Cache - Wyczyść pamięć podręczną + Wyczyść pamięć podręczną + + + Fetch data + Pobierz dane + + + Server message for latest version: + Wiadomość dla najnowszej wersji gry: + + + Server message for previous versions: + Wiadomość dla poprzednich wersji gry: + + + Latest version protocol number: + Ostatni nr. wersji protokołu: + + + MOTD preview: + Podgląd wiadomości: + + + Set data + Zapisz @@ -282,11 +306,11 @@ PageGameStats <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> - <p>Odznaczenie za najlepszy strzał przyznano <b>%1</b>, zadał(a) on(a) <b>%2</b> punktów obrażeń.</p> + <p>Odznaczenie za najlepszy strzał przyznano <b>%1</b>, zadał(a) on(a) <b>%2</b> punktów obrażeń.</p> <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>Najlepszym zabójcą jest <b>%1</b> z <b>%2</b> zabiciami w przeciągu tury.</p> @@ -294,7 +318,7 @@ <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + <p>W sumie <b>%1</b> jeży zostało zabitych w tej walce.</p> <p>W sumie <b>%1</b> jeży zostało zabitych w tej walce.</p> <p>W sumie <b>%1</b> jeży zostało zabitych w tej walce.</p> @@ -334,7 +358,7 @@ PageNetGame Control - Kontrola + Kontrola @@ -360,19 +384,19 @@ Delete team - Usuń drużynę + Usuń drużynę New weapon scheme - Nowy schemat uzbrojenia + Nowy schemat uzbrojenia Edit weapon scheme - Edytuj schemat uzbrojenia + Edytuj schemat uzbrojenia Delete weapon scheme - Usuń schemat uzbrojenia + Usuń schemat uzbrojenia @@ -430,47 +454,47 @@ Admin features - Ustawienia admina + Ustawienia admina Room Name: - Nazwa pokoju: + Nazwa pokoju: This game is in lobby. You may join and start playing once the game starts. - Ta gra jest w poczekalni. + Ta gra jest w poczekalni. Możesz dołączyć i zacząć grać gdy gra się rozpocznie. This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - Ta gra jest w toku. + Ta gra jest w toku. Możesz dołączyć i obserwować grę, ale by móc zagrać musisz poczekać aż gra się skończy. %1 is the host. He may adjust settings and start the game. - %1 jest właścicielem. Może on zmienić ustawienia i rozpocząć grę. + %1 jest właścicielem. Może on zmienić ustawienia i rozpocząć grę. Random Map - Losowa mapa + Losowa mapa Games may be played on precreated or randomized maps. - Gry mogą być rozgrywane na losowych lub uprzednio stworznych mapach. + Gry mogą być rozgrywane na losowych lub uprzednio stworznych mapach. The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - Schemat określa ustawnienia i preferencje takie jak Czas trwania tury, Nagłą śmierć lub Wampiryzm. + Schemat określa ustawnienia i preferencje takie jak Czas trwania tury, Nagłą śmierć lub Wampiryzm. The Weapon Scheme defines available weapons and their ammunition count. - Schemat uzbrojenia określa dostępną broń oraz ilość amunicji. + Schemat uzbrojenia określa dostępną broń oraz ilość amunicji. There are %1 clients connected to this room. - + Do tego pokoju jest podłączony %1 gracz. Do tego pokoju jest podłączonych %1 graczy. Do tego pokoju jest podłączonych %1 graczy. @@ -478,7 +502,7 @@ There are %1 teams participating in this room. - + W tym pokoju uczestniczy %1 drużyna. W tym pokoju uczestniczą %1 drużyny. W tym pokoju uczestniczą %1 drużyny. @@ -494,7 +518,7 @@ Random Maze - Losowy labirynt + Losowy labirynt @@ -509,19 +533,19 @@ Defend your fort and destroy the opponents, two team colours max! - Broń swojego fortu i zniszcz przeciwników. Maksymalnie dwa kolory drużyn! + Broń swojego fortu i zniszcz przeciwników. Maksymalnie dwa kolory drużyn! Teams will start on opposite sides of the terrain, two team colours max! - Drużyny rozpoczną grę na przeciwległych stronach mapy. Maksymalnie dwa kolory drużyn! + Drużyny rozpoczną grę na przeciwległych stronach mapy. Maksymalnie dwa kolory drużyn! Land can not be destroyed! - Podłoże jest niezniszczalne! + Podłoże jest niezniszczalne! Add an indestructable border around the terrain - Dodaje niezniszczalną ramkę dookoła terenu + Dodaje niezniszczalną ramkę dookoła terenu Lower gravity @@ -533,51 +557,51 @@ All hogs have a personal forcefield - Wszystkie jeże posiadają osobiste pole siłowe + Wszystkie jeże posiadają osobiste pole siłowe Enable random mines - Dodaj miny + Dodaj miny Gain 80% of the damage you do back in health - Odzyskaj 80% życia z zadanych obrażeń + Odzyskaj 80% życia z zadanych obrażeń Share your opponents pain, share their damage - Współdziel ból uderzeń ze swoim przeciwnikiem. Współdziel także obrażenia + Współdziel ból uderzeń ze swoim przeciwnikiem. Współdziel także obrażenia Your hogs are unable to move, put your artillery skills to the test - Twoje jeże nie mogą się poruszać, więc przetestuj swoje strzeleckie umiejętności + Twoje jeże nie mogą się poruszać, więc przetestuj swoje strzeleckie umiejętności Random - Losowo + Losowo Seconds - Sekundy + Sekundy Order of play is random instead of in room order. - Kolejność gry jest losowa zamiast kolejności wg. listy graczy. + Kolejność gry jest losowa zamiast kolejności wg. listy graczy. Play with a King. If he dies, your side dies. - Graj z Królem. Lecz jeśłi on umrze, twoja drużyna przegrywa. + Graj z Królem. Lecz jeśłi on umrze, twoja drużyna przegrywa. Take turns placing your hedgehogs before the start of play. - Rozmieść swoje jeże przed rozpoczęciem gry. + Rozmieść swoje jeże przed rozpoczęciem gry. Ammo is shared between all teams that share a colour. - Amunicja jest wspólna dla graczy tej samej drużyny. + Amunicja jest wspólna dla graczy tej samej drużyny. Disable girders when generating random maps. - Wyłącz mosty przy tworzeniu losowych map. + Wyłącz mosty przy tworzeniu losowych map. @@ -595,23 +619,23 @@ PageSinglePlayer Simple Game (a quick game against the computer, settings are chosen for you) - Szybka gra (szybka gra przeciwko komputerowi, ustawienia są wybierane za ciebie) + Szybka gra (szybka gra przeciwko komputerowi, ustawienia są wybierane za ciebie) Multiplayer (play a hotseat game against your friends, or AI teams) - Gra wieloosobowa (graj z komputerem lub na zmianę ze znajomymi) + Gra wieloosobowa (graj z komputerem lub na zmianę ze znajomymi) Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT - Trening (sprawdź swoje umiejętności podczas misji treningowych). W PRODUKCJI + Trening (sprawdź swoje umiejętności podczas misji treningowych). W PRODUKCJI Demos (Watch recorded demos) - Dema (zobacz nagrane dema) + Dema (zobacz nagrane dema) Load (Load a previously saved game) - Wczytaj grę (wczytaj poprzednio zapisaną grę) + Wczytaj grę (wczytaj poprzednio zapisaną grę) @@ -622,11 +646,11 @@ Start - Start + Start Restrict Joins - Zabroń dołączania + Zabroń dołączania Restrict Team Additions @@ -642,23 +666,23 @@ Follow - Śledź + Śledź Ignore - Ignoruj + Ignoruj Add friend - Dodaj przyjaciela + Dodaj przyjaciela Unignore - Przestań ignorować + Przestań ignorować Remove friend - Usuń przyjaciela + Usuń przyjaciela @@ -681,7 +705,7 @@ Alternative damage show - Inny sposób wyświetlania obrażeń + Inny sposób wyświetlania obrażeń Enable music @@ -697,23 +721,23 @@ Reduced quality - Obniż jakość + Obniż jakość Show ammo menu tooltips - Pokaż opisy broni + Pokaż opisy broni Enable frontend sounds - Włącz dźwięki w menu + Włącz dźwięki w menu Enable frontend music - Włącz muzykę w menu + Włącz muzykę w menu Frontend effects - Efekty w menu + Efekty w menu @@ -732,15 +756,15 @@ (System default) - (Domyślny) + (Domyślny) generated maze... - wygenerowany labirynt + wygenerowany labirynt... Mission - Misja + Misja @@ -787,11 +811,11 @@ Team Settings - Ustawienia drużyn + Ustawienia drużyn Misc - Różne + Różne @@ -854,7 +878,7 @@ Sounds: - Dźwięki: + Dźwięki: Initial sound volume @@ -862,7 +886,7 @@ Damage Modifier - Modyfikator obrażeń + Modyfikator obrażeń Turn Time @@ -870,7 +894,7 @@ Initial Health - Ilość punktów życia + Ilość punktów życia Sudden Death Timeout @@ -882,68 +906,68 @@ Crate Drops - Zrzuty skrzyń + Zrzuty skrzyń Game scheme - Ustawienia gry + Ustawienia gry Mines Time - Czas detonacji min + Czas detonacji min Mines - Ilość min + Ilość min % Dud Mines - % niewybuchów + % niewybuchów Name - Nazwa + Nazwa Type - Typ + Typ Grave - Nagrobek + Nagrobek Flag - Flaga + Flaga Voice - Głos + Głos Locale - Język + Język Restart game to apply - Zrestartuj grę by wprowadzić zmiany + Zrestartuj grę by wprowadzić zmiany This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - Ta wersja jest w fazie produkcji i może nie być kompatybilna z innymi wersjami gry. + Ta wersja jest w fazie produkcji i może nie być kompatybilna z innymi wersjami gry. Niektóre funkcje mogą nie działać lub być niekompletne. Używaj na własne ryzyko! Explosives - Mat. wybuchowe + Mat. wybuchowe QLineEdit unnamed - nienazwany + nienazwany @@ -977,26 +1001,26 @@ Weapons - Uzbrojenie + Uzbrojenie Can not edit default weapon set - Nie można zmienić domyślnego zestawu uzbrojenia + Nie można zmienić domyślnego zestawu uzbrojenia Can not delete default weapon set - Nie można usunąć domyślnego zestawu uzbrojenia + Nie można usunąć domyślnego zestawu uzbrojenia Really delete this weapon set? - Czy naprawdę usunąć ten zestaw uzbrojenia? + Czy naprawdę usunąć ten zestaw uzbrojenia? QObject Error - Błąd + Błąd Cannot create directory %1 @@ -1008,7 +1032,7 @@ Nickname - Nick + Nick Please enter your nickname @@ -1019,7 +1043,7 @@ QPushButton Go! - Start! + Start! default @@ -1051,7 +1075,7 @@ Start - Start + Start Play demo @@ -1079,57 +1103,57 @@ Random Team - Losowa Drużyna + Losowa Drużyna QTableWidget Room Name - Nazwa pokoju + Nazwa pokoju C - Kli + Kli T - Druż + Druż Owner - Właśc + Właśc Map - Mapa + Mapa Rules - Schemat + Schemat Weapons - Uzbrojenie + Uzbrojenie SelWeaponWidget Weapon set - Amunicja + Amunicja Probabilities - Prawdobodobieństwo + Prawdobodobieństwo Ammo in boxes - Amunicja w skrzyniach + Amunicja w skrzyniach Delays - Opóźnienie + Opóźnienie @@ -1151,15 +1175,15 @@ ToggleButtonWidget Vampirism - Wampiryzm + Wampiryzm Karma - Karma + Karma Artillery - Artyleria + Artyleria Fort Mode @@ -1195,23 +1219,23 @@ Random Order - Losowa kolejność + Losowa kolejność King - Król + Król Place Hedgehogs - Rozmieść jeże + Rozmieść jeże Clan Shares Ammo - Wspólna amunicja + Wspólna amunicja Disable Girders - Wyłącz mosty + Wyłącz mosty @@ -1238,11 +1262,11 @@ put - połóż + połóż switch - przełącz + przełącz find hedgehog @@ -1250,7 +1274,7 @@ ammo menu - okno amunicji + okno amunicji slot 1 @@ -1331,7 +1355,7 @@ hedgehogs info - opisy jeży + opisy jeży quit @@ -1355,109 +1379,109 @@ zoom in - przybliż + przybliż zoom out - oddal + oddal reset zoom - zeruj przybliżenie + zeruj przybliżenie long jump - daleki skok + daleki skok high jump - wysoki skok + wysoki skok binds (categories) Basic controls - Podstawowe + Podstawowe sterowanie Weapon controls - Broń + Broń Camera and cursor controls - Kamera i kursor + Kamera i kursor Other - Inne + Inne binds (descriptions) Move your hogs and aim: - Poruszanie się jeżem i strzelanie: + Poruszanie się jeżem i strzelanie: Traverse gaps and obstacles by jumping: - Omiń dziury i przeszkody, skacząc: + Omiń dziury i przeszkody, skacząc: Fire your selected weapon or trigger an utility item: - Wystrzel z broni lub użyj narzędzi: + Wystrzel z broni lub użyj narzędzi: Pick a weapon or a target location under the cursor: - Wybierz broń lub cel za pomocą kursora: + Wybierz broń lub cel za pomocą kursora: Switch your currently active hog (if possible): - Zmień swojego aktywnego jeża (jeśli możliwe): + Zmień swojego aktywnego jeża (jeśli możliwe): Pick a weapon or utility item: - Zbierz broń lub narzędzie: + Zbierz broń lub narzędzie: Set the timer on bombs and timed weapons: - Ustaw licznich w bombach i broniach z zapalnikiem: + Ustaw licznich w bombach i broniach z zapalnikiem: Move the camera to the active hog: - Ustaw kamerę na aktywnym jeżu: + Ustaw kamerę na aktywnym jeżu: Move the cursor or camera without using the mouse: - Przesuń kursor bądź kamerę bez użycia myszki: + Przesuń kursor bądź kamerę bez użycia myszki: Modify the camera's zoom level: - Zmień poziom przybliżenia: + Zmień poziom przybliżenia: Talk to your team or all participants: - Porozmawiaj z drużyną bądź wszystkimi graczami: + Porozmawiaj z drużyną bądź wszystkimi graczami: Pause, continue or leave your game: - Wstrzymaj, kontynuuj lub opuść grę: + Wstrzymaj, kontynuuj lub opuść grę: Modify the game's volume while playing: - Zmień głośność w czasie gry: + Zmień głośność w czasie gry: Toggle fullscreen mode: - Przełącz do pełnego ekranu: + Przełącz do pełnego ekranu: Take a screenshot: - Zrób zrzut ekranu: + Zrób zrzut ekranu: Toggle labels above hedgehogs: - Zmień szczegółowość opisów nad jeżami: + Zmień szczegółowość opisów nad jeżami: @@ -1492,87 +1516,291 @@ Keyboard - Klawiatura + Klawiatura Mouse: Left button - Mysz: Lewy przycisk + Mysz: Lewy przycisk Mouse: Middle button - Mysz: Środkowy przycisk + Mysz: Środkowy przycisk Mouse: Right button - Mysz: Prawy przycisk + Mysz: Prawy przycisk Mouse: Wheel up - Mysz: Kółko w górę + Mysz: Kółko w górę Mouse: Wheel down - Mysz:Kółko w dół + Mysz:Kółko w dół Space - Spacja + Spacja Delete - Delete + Delete Equals - Znak równości + Znak równości Up - Strzałka w górę + Strzałka w górę Down - Strzałka w dół + Strzałka w dół Right - Strzałka w prawo + Strzałka w prawo Left - Strzałka w lewo + Strzałka w lewo Right shift - Prawy shift + Prawy shift Left shift - Lewy Shift + Lewy Shift Right ctrl - Prawy ctrl + Prawy ctrl Left ctrl - Lewy ctrl + Lewy ctrl Right alt - Prawy Alt + Prawy Alt Left alt - Lewy Alt + Lewy Alt Right meta - Prawy kl. WIN + Prawy kl. WIN Left meta - Lewy kl. WIN + Lewy kl. WIN + + + Backspace + Backspace + + + Tab + Tab + + + Clear + Clear + + + Return + Return + + + Pause + Pause + + + Escape + Escape + + + Numpad 0 + Kl. Num. 0 + + + Numpad 1 + Kl. Num. 1 + + + Numpad 2 + Kl. Num. 2 + + + Numpad 3 + Kl. Num. 3 + + + Numpad 4 + Kl. Num. 4 + + + Numpad 5 + Kl. Num. 5 + + + Numpad 6 + Kl. Num. 6 + + + Numpad 7 + Kl. Num. 7 + + + Numpad 8 + Kl. Num. 8 + + + Numpad 9 + Kl. Num. 9 + + + Numpad . + Kl. Num. . + + + Numpad / + Kl. Num. / + + + Numpad * + Kl. Num. * + + + Numpad - + Kl. Num. - + + + Numpad + + Kl. Num.+ + + + Enter + Enter + + + Insert + Insert + + + Home + Home + + + End + End + + + Page up + Page Up + + + Page down + Page down + + + Num lock + Num Lock + + + Caps lock + Caps lock + + + Scroll lock + Scroll lock + + + A button + Przycisk A + + + B button + Przycisk B + + + X button + Przycisk X + + + Y button + Przycisk Y + + + LB button + Przycisk LB + + + RB button + Przycisk RB + + + Back button + Przycisk Back + + + Start button + Przycisk Start + + + Left stick + Lewy grzybek + + + Right stick + Prawy grzybek + + + Left stick (Right) + Lewy grzybek (Prawo) + + + Left stick (Left) + Lewy grzybek (Lewo) + + + Left stick (Down) + Lewy grzybek (Dół) + + + Left stick (Up) + Lewy grzybek (Góra) + + + Left trigger + Lewy spust + + + Right trigger + Prawy spust + + + Right stick (Down) + Prawy grzybek (Dół) + + + Right stick (Up) + Prawy grzybek (Góra) + + + Right stick (Right) + Prawy grzybek (Prawo) + + + Right stick (Left) + Prawy grzybek (Lewo) + + + DPad + Krzyżak diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_pt_BR.qm Binary file share/hedgewars/Data/Locale/hedgewars_pt_BR.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_pt_BR.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sat Apr 03 10:26:24 2010 +0000 @@ -5,45 +5,59 @@ AmmoSchemeModel new - + + + + + FreqSpinBox + + Never + + + + Every %1 turn + + + + GameCFGWidget Edit weapons - + Error - Erro + Erro Illegal ammo scheme - + Edit schemes - + HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -58,7 +72,7 @@ Unable to start the server - Falha ao iniciar o servidor + Falha ao iniciar o servidor Cannot save record to file %1 @@ -66,7 +80,7 @@ new - + Please select record from the list above @@ -81,7 +95,7 @@ Cannot open demofile %1 - Falha ao abrir o arquivo de demonstração %1 + Falha ao abrir o arquivo de demonstração %1 @@ -96,59 +110,59 @@ Filter - + All - + Small - + Medium - + Large - + Cavern - + Wacky - + Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -170,7 +184,7 @@ HWNewNet The host was not found. Please check the host name and port settings. - O servidor nao foi encontrado. Por favor, verifique o nome do servidor e as configurações de porta. + O servidor nao foi encontrado. Por favor, verifique o nome do servidor e as configurações de porta. Connection refused @@ -178,100 +192,100 @@ Quit reason: - + Room destroyed - + You got kicked - + Password - + Your nickname %1 is registered on Hedgewars.org Please provide your password or pick another nickname: - + %1 *** %2 has joined the room - + %1 *** %2 has joined - + %1 *** %2 has left (%3) - + %1 *** %2 has left - + KB SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It's recommended to update your freetype lib. - SDL_ttf retornou um erro enquanto renderizava texo, o mais provável é que esse esteja relacionado a um problema na freetype2. Recomendamos que você atualize sua biblioteca freetype. + SDL_ttf retornou um erro enquanto renderizava texo, o mais provável é que esse esteja relacionado a um problema na freetype2. Recomendamos que você atualize sua biblioteca freetype. PageAdmin Server message: - + Set message - + Clear Accounts Cache - + PageConnecting Connecting... - + PageEditTeam General - + Advanced - + PageGameStats <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> - <p>O prêmio de melhor disparo foi ganho por <b>%1</b> , com <b>%2</b> pontos.</p> + <p>O prêmio de melhor disparo foi ganho por <b>%1</b> , com <b>%2</b> pontos.</p> <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + @@ -281,11 +295,11 @@ PageMain Local Game (Play a game on a single computer) - + Network Game (Play a game across a network) - + @@ -310,18 +324,18 @@ PageNetGame Control - + PageNetType LAN game - + Official server - + @@ -336,19 +350,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -367,7 +381,7 @@ Enter new file name: - Especifique o novo nome do arquivo: + Especifique o novo nome do arquivo: Cannot rename to @@ -386,170 +400,170 @@ PageRoomsList Create - + Join - + Refresh - + Error - Erro + Erro OK - OK + OK Admin features - + Room Name: - + This game is in lobby. You may join and start playing once the game starts. - + This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - + %1 is the host. He may adjust settings and start the game. - + Random Map - + Games may be played on precreated or randomized maps. - + The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - + The Weapon Scheme defines available weapons and their ammunition count. - + There are %1 clients connected to this room. - + There are %1 teams participating in this room. - + Please enter room name - + Please select room from the list - + Random Maze - + PageScheme New - + Delete - Excluir + Excluir Enable random mines - + Gain 80% of the damage you do back in health - + Share your opponents pain, share their damage - + Your hogs are unable to move, put your artillery skills to the test - + Random - + Seconds - + Defend your fort and destroy the opponents, two team colours max! - + Teams will start on opposite sides of the terrain, two team colours max! - + Land can not be destroyed! - + Add an indestructable border around the terrain - + Lower gravity - + Assisted aiming with laser sight - + All hogs have a personal forcefield - + Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -567,70 +581,70 @@ PageSinglePlayer Simple Game (a quick game against the computer, settings are chosen for you) - + Multiplayer (play a hotseat game against your friends, or AI teams) - + Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT - + Demos (Watch recorded demos) - + Load (Load a previously saved game) - + QAction Kick - + Start - + Restrict Joins - + Restrict Team Additions - + Info - + Ban - + Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + @@ -661,38 +675,38 @@ Append date and time to record file name - + Check for updates at startup - + Reduced quality - + Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + QComboBox generated map... - gerando mapa... + gerando mapa... Human @@ -700,19 +714,19 @@ Level - + (System default) - + generated maze... - + Mission - + @@ -751,19 +765,19 @@ Game Modifiers - + Basic Settings - + Team Settings - + Misc - + @@ -774,7 +788,7 @@ Developers: - Desenvolvedores: + Desenvolvedores: Art: @@ -782,11 +796,11 @@ Translations: - Traduções: + Traduções: Special thanks: - Agradecimentos especiais: + Agradecimentos especiais: Weapons @@ -794,11 +808,11 @@ Host: - Anfitrião: + Anfitrião: Port: - Porta: + Porta: Resolution @@ -810,15 +824,15 @@ Net nick - Apelido de rede + Apelido de rede Server name: - Nome do servidor: + Nome do servidor: Server port: - Porta do servidor: + Porta do servidor: Version @@ -826,88 +840,88 @@ Sounds: - Sons: + Sons: Initial sound volume - + Damage Modifier - + Turn Time - + Initial Health - + Sudden Death Timeout - + Mines Time - + Mines - + Scheme Name: - + Crate Drops - + Game scheme - Esquema de jogo + Esquema de jogo % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -921,7 +935,7 @@ QMainWindow Hedgewars %1 - + @@ -932,7 +946,7 @@ Connection to server is lost - A conexão com o servidor foi perdida + A conexão com o servidor foi perdida Error @@ -960,7 +974,7 @@ Really delete this weapon set? - Realmente deseja remover este set de armas? + Realmente deseja remover este set de armas? @@ -979,18 +993,18 @@ Nickname - + Please enter your nickname - + QPushButton Go! - Avançar! + Avançar! default @@ -1038,7 +1052,7 @@ Load - Carregar + Carregar Setup @@ -1046,61 +1060,61 @@ Ready - + Random Team - + QTableWidget Room Name - + C - + T - + Owner - + Map - Mapa + Mapa Rules - + Weapons - Armas + Armas SelWeaponWidget Weapon set - + Probabilities - + Ammo in boxes - + Delays - + @@ -1122,67 +1136,67 @@ ToggleButtonWidget Vampirism - + Karma - + Artillery - + Fort Mode - + Divide Teams - + Solid Land - + Add Border - + Low Gravity - + Laser Sight - + Invulnerable - + Add Mines - + Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1249,11 +1263,11 @@ slot 7 - posição 7 + posição 7 slot 8 - posição 8 + posição 8 slot 9 @@ -1323,152 +1337,432 @@ precise aim - + zoom in - + zoom out - + reset zoom - + long jump - + high jump - + binds (categories) Basic controls - + Weapon controls - + Camera and cursor controls - + Other - Outros + Outros binds (descriptions) Move your hogs and aim: - + Traverse gaps and obstacles by jumping: - + Fire your selected weapon or trigger an utility item: - + Pick a weapon or a target location under the cursor: - + Switch your currently active hog (if possible): - + Pick a weapon or utility item: - + Set the timer on bombs and timed weapons: - + Move the camera to the active hog: - + Move the cursor or camera without using the mouse: - + Modify the camera's zoom level: - + Talk to your team or all participants: - + Pause, continue or leave your game: - + Modify the game's volume while playing: - + Toggle fullscreen mode: - + Take a screenshot: - + Toggle labels above hedgehogs: - + binds (keys) Axis - + (Up) - + (Down) - + Hat - + (Left) - + (Right) - + Button - + Keyboard - + Delete - Excluir + Excluir + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_pt_PT.qm Binary file share/hedgewars/Data/Locale/hedgewars_pt_PT.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_pt_PT.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Nunca + Nunca Every %1 turn - + Todos os turnos Cada %1 turnos @@ -926,7 +926,7 @@ This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + @@ -1487,287 +1487,287 @@ Mouse: Left button - Rato: Botão esquerdo + Rato: Botão esquerdo Mouse: Middle button - Rato: Botão do meio + Rato: Botão do meio Mouse: Right button - Rato: Botão direito + Rato: Botão direito Mouse: Wheel up - Rato: Roda para cima + Rato: Roda para cima Mouse: Wheel down - Rato: Roda para baixo + Rato: Roda para baixo Backspace - Retrocesso (backspace) + Retrocesso (backspace) Tab - Tabulação + Tabulação Clear - Clear + Clear Return - Return + Return Pause - Pause + Pause Escape - Escape + Escape Space - Espaço + Espaço Delete - Delete + Delete Numpad 0 - Numpad 0 + Numpad 0 Numpad 1 - Numpad 1 + Numpad 1 Numpad 2 - Numpad 2 + Numpad 2 Numpad 3 - Numpad 3 + Numpad 3 Numpad 4 - Numpad 4 + Numpad 4 Numpad 5 - Numpad 5 + Numpad 5 Numpad 6 - Numpad 6 + Numpad 6 Numpad 7 - Numpad 7 + Numpad 7 Numpad 8 - Numpad 8 + Numpad 8 Numpad 9 - Numpad 9 + Numpad 9 Numpad . - Numpad . + Numpad . Numpad / - Numpad / + Numpad / Numpad * - Numpad * + Numpad * Numpad - - Numpad - + Numpad - Numpad + - Numpad + + Numpad + Enter - Enter + Enter Equals - Igual + Igual Up - Cima + Cima Down - Baixo + Baixo Right - Direita + Direita Left - Esquerda + Esquerda Insert - Insert + Insert Home - Home + Home End - End + End Page up - Page uo + Page uo Page down - Page down + Page down Num lock - Num lock + Num lock Caps lock - Caps lock + Caps lock Scroll lock - Scroll lock + Scroll lock Right shift - Shift direito + Shift direito Left shift - Shift esquerdo + Shift esquerdo Right ctrl - Ctrl direito + Ctrl direito Left ctrl - Ctrl esquerdo + Ctrl esquerdo Right alt - Alt direito + Alt direito Left alt - Alt esquerdo + Alt esquerdo Right meta - Meta direito + Meta direito Left meta - Meta esquerdo + Meta esquerdo A button - A + A B button - B + B X button - X + X Y button - Y + Y LB button - LB + LB RB button - RB + RB Back button - Back + Back Start button - Start + Start Left stick - Stick esquerdo + Stick esquerdo Right stick - Stick direito + Stick direito Left stick (Right) - Stick esquerdo (Direita) + Stick esquerdo (Direita) Left stick (Left) - Stick esquerdo (Esquerda) + Stick esquerdo (Esquerda) Left stick (Down) - Stick esquerdo (Baixo) + Stick esquerdo (Baixo) Left stick (Up) - Stick esquerdo (Cima) + Stick esquerdo (Cima) Left trigger - Gatilho esquerdo + Gatilho esquerdo Right trigger - Gatilho direito + Gatilho direito Right stick (Down) - Stick direito (Baixo) + Stick direito (Baixo) Right stick (Up) - Stick direito (Cima) + Stick direito (Cima) Right stick (Right) - Stick direito (Direita) + Stick direito (Direita) Right stick (Left) - Stick direito (Esquerda) + Stick direito (Esquerda) DPad - DPad + DPad diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_ru.qm Binary file share/hedgewars/Data/Locale/hedgewars_ru.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_ru.ts --- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Никогда + Никогда Every %1 turn - + Каждый %1 ход Каждые %1 хода Каждые %1 ходов @@ -1493,95 +1493,287 @@ Mouse: Left button - Мышь: Левая кнопка + Мышь: Левая кнопка Mouse: Middle button - Мышь: Средняя кнопка + Мышь: Средняя кнопка Mouse: Right button - Мышь: Правая кнопка + Мышь: Правая кнопка Mouse: Wheel up - Мышь: Колесо вверх + Мышь: Колесо вверх Mouse: Wheel down - Мышь: Колесо вниз + Мышь: Колесо вниз Backspace - Забой + Забой Tab - Tab + Tab Clear - Очистить + Очистить Return - Return + Return Pause - Пауза + Пауза Escape - Escape + Escape Space - Пробел + Пробел Delete - Delete + Delete Up - Вверх + Вверх Down - Вниз + Вниз Right - Вправо + Вправо Left - Влево + Влево Right shift - Правый shift + Правый shift Left shift - Левый shift + Левый shift Right ctrl - Правый ctrl + Правый ctrl Left ctrl - Левый ctrl + Левый ctrl Right alt - Правый alt + Правый alt Left alt - Левый alt + Левый alt + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_sk.qm Binary file share/hedgewars/Data/Locale/hedgewars_sk.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_sk.ts --- a/share/hedgewars/Data/Locale/hedgewars_sk.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - Nikdy + Nikdy Every %1 turn - + Každý %1 ťah Každé %1 ťahy Každých %1 ťahov @@ -1493,255 +1493,287 @@ Mouse: Left button - Myš: Ľavé tlačidlo + Myš: Ľavé tlačidlo Mouse: Middle button - Myš: Prostredné tlačidlo + Myš: Prostredné tlačidlo Mouse: Right button - Myš: Pravé tlačidlo + Myš: Pravé tlačidlo Mouse: Wheel up - Myš: Kolečko smerom nahor + Myš: Kolečko smerom nahor Mouse: Wheel down - Myš: Kolečko smerom nadol + Myš: Kolečko smerom nadol Backspace - Backspace + Backspace Tab - Tabulátor + Tabulátor Clear - Clear + Clear Return - Enter + Enter Pause - Pause + Pause Escape - Escape + Escape Space - Medzera + Medzera Delete - Delete + Delete Numpad 0 - Numpad 0 + Numpad 0 Numpad 1 - Numpad 1 + Numpad 1 Numpad 2 - Numpad 2 + Numpad 2 Numpad 3 - Numpad 3 + Numpad 3 Numpad 4 - Numpad 4 + Numpad 4 Numpad 5 - Numpad 5 + Numpad 5 Numpad 6 - Numpad 6 + Numpad 6 Numpad 7 - Numpad 7 + Numpad 7 Numpad 8 - Numpad 8 + Numpad 8 Numpad 9 - Numpad 9 + Numpad 9 Numpad . - Numpad . + Numpad . Numpad / - Numpad / + Numpad / Numpad * - Numpad * + Numpad * Numpad - - Numpad - + Numpad - Numpad + - Numpad + + Numpad + Enter - Enter + Enter Equals - Rovná sa + Rovná sa Up - Hore + Hore Down - Dole + Dole Right - Vpravo + Vpravo Left - Vľavo + Vľavo Insert - Insert + Insert Home - Home + Home End - End + End Page up - Page up + Page up Page down - Page down + Page down Num lock - Num lock + Num lock Caps lock - Caps lock + Caps lock Scroll lock - Scroll lock + Scroll lock Right shift - Pravý shift + Pravý shift Left shift - Ľavý shift + Ľavý shift Right ctrl - Pravý ctrl + Pravý ctrl Left ctrl - Ľavý ctrl + Ľavý ctrl Right alt - Pravý alt + Pravý alt Left alt - Ľavý alt + Ľavý alt Right meta - Pravý meta + Pravý meta Left meta - Ľavý meta + Ľavý meta A button - Tlačidlo A + Tlačidlo A B button - Tlačidlo B + Tlačidlo B X button - Tlačidlo X + Tlačidlo X Y button - Tlačidlo Y + Tlačidlo Y LB button - Tlačidlo LB + Tlačidlo LB RB button - Tlačidlo RB + Tlačidlo RB Back button - Tlačidlo Back + Tlačidlo Back Start button - Tlačidlo Start + Tlačidlo Start Left stick - Joystick doľava + Joystick doľava Right stick - Joystick doprava + Joystick doprava Left trigger - Ľavý prepínač + Ľavý prepínač Right trigger - Pravý prepínač + Pravý prepínač DPad - DPad + DPad + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_sv.qm Binary file share/hedgewars/Data/Locale/hedgewars_sv.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_sv.ts --- a/share/hedgewars/Data/Locale/hedgewars_sv.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - aldrig + aldrig Every %1 turn - + Var %1 tur Var %1 tur @@ -1487,287 +1487,287 @@ Mouse: Left button - Vänster musknapp + Vänster musknapp Mouse: Middle button - Mus: Mittenknapp + Mus: Mittenknapp Mouse: Right button - Höger musknapp + Höger musknapp Mouse: Wheel up - Mushjul upp + Mushjul upp Mouse: Wheel down - Mushjul ner + Mushjul ner Backspace - backsteg + backsteg Tab - Tabb + Tabb Clear - Clear + Clear Return - Return + Return Pause - Pause + Pause Escape - Escape + Escape Space - Mellanslag + Mellanslag Delete - Delete + Delete Numpad 0 - Numpad 0 + Numpad 0 Numpad 1 - Numpad 1 + Numpad 1 Numpad 2 - Numpad 2 + Numpad 2 Numpad 3 - Numpad 3 + Numpad 3 Numpad 4 - Numpad 4 + Numpad 4 Numpad 5 - Numpad 5 + Numpad 5 Numpad 6 - Numpad 6 + Numpad 6 Numpad 7 - Numpad 7 + Numpad 7 Numpad 8 - Numpad 8 + Numpad 8 Numpad 9 - Numpad 9 + Numpad 9 Numpad . - Numpad . + Numpad . Numpad / - Numpad / + Numpad / Numpad * - Numpad * + Numpad * Numpad - - Numpad - + Numpad - Numpad + - Numpad + + Numpad + Enter - Retur + Retur Equals - Lika med + Lika med Up - Upp + Upp Down - Ned + Ned Right - Höger + Höger Left - Vänster + Vänster Insert - Insert + Insert Home - Home + Home End - End + End Page up - Page up + Page up Page down - Page down + Page down Num lock - Num lock + Num lock Caps lock - Caps lock + Caps lock Scroll lock - Scroll lock + Scroll lock Right shift - Höger shift + Höger shift Left shift - Vänster shift + Vänster shift Right ctrl - Höger Ctrl + Höger Ctrl Left ctrl - Vänster Ctrl + Vänster Ctrl Right alt - Alt Gr + Alt Gr Left alt - Alt + Alt Right meta - Höger metaknapp + Höger metaknapp Left meta - Vänster metaknapp + Vänster metaknapp A button - A-knappen + A-knappen B button - B-knappen + B-knappen X button - X-knappen + X-knappen Y button - Y-knappen + Y-knappen LB button - LB-knappen + LB-knappen RB button - RB-knappen + RB-knappen Back button - Back-knappen + Back-knappen Start button - Startknappen + Startknappen Left stick - Vänster styrpinne + Vänster styrpinne Right stick - Höger styrpinne + Höger styrpinne Left stick (Right) - Vänster styrpinne (Höger) + Vänster styrpinne (Höger) Left stick (Left) - Vänster styrpinne (Vänster) + Vänster styrpinne (Vänster) Left stick (Down) - Vänster styrpinne (Ned) + Vänster styrpinne (Ned) Left stick (Up) - Vänster styrpinne (Upp) + Vänster styrpinne (Upp) Left trigger - Vänster avtryckare + Vänster avtryckare Right trigger - Höger avtryckare + Höger avtryckare Right stick (Down) - Höger styrpinne (Ned) + Höger styrpinne (Ned) Right stick (Up) - Höger styrpinne (Upp) + Höger styrpinne (Upp) Right stick (Right) - Höger styrpinne (Höger) + Höger styrpinne (Höger) Right stick (Left) - Höger styrpinne (Vänster) + Höger styrpinne (Vänster) DPad - Styrkors + Styrkors diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_tr_TR.qm Binary file share/hedgewars/Data/Locale/hedgewars_tr_TR.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_tr_TR.ts --- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sat Apr 03 10:26:24 2010 +0000 @@ -9,6 +9,19 @@ + FreqSpinBox + + Never + + + + Every %1 turn + + + + + + GameCFGWidget Edit weapons @@ -31,19 +44,19 @@ HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -124,31 +137,31 @@ Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -194,26 +207,26 @@ %1 *** %2 has joined the room - + %1 *** %2 has joined - + %1 *** %2 has left - + %1 *** %2 has left (%3) - + Your nickname %1 is registered on Hedgewars.org Please provide your password or pick another nickname: - + @@ -235,7 +248,7 @@ Clear Accounts Cache - + @@ -264,13 +277,13 @@ <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + @@ -334,19 +347,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -408,47 +421,47 @@ Room Name: - + This game is in lobby. You may join and start playing once the game starts. - + This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - + %1 is the host. He may adjust settings and start the game. - + Random Map - + Games may be played on precreated or randomized maps. - + The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - + The Weapon Scheme defines available weapons and their ammunition count. - + There are %1 clients connected to this room. - + There are %1 teams participating in this room. - + @@ -462,7 +475,7 @@ Random Maze - + @@ -529,23 +542,23 @@ Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -610,23 +623,23 @@ Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + @@ -661,27 +674,27 @@ Reduced quality - + Check for updates at startup - + Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + @@ -700,15 +713,15 @@ (System default) - + generated maze... - + Mission - + @@ -755,11 +768,11 @@ Team Settings - + Misc - + @@ -866,44 +879,44 @@ % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -975,11 +988,11 @@ Nickname - + Please enter your nickname - + @@ -1046,57 +1059,57 @@ Random Team - + QTableWidget Room Name - + C - + T - + Owner - + Map - Harita + Harita Rules - + Weapons - Silahlar + Silahlar SelWeaponWidget Weapon set - + Probabilities - + Ammo in boxes - + Delays - + @@ -1162,23 +1175,23 @@ Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1323,148 +1336,428 @@ long jump - + high jump - + zoom in - + zoom out - + reset zoom - + binds (categories) Basic controls - + Weapon controls - + Camera and cursor controls - + Other - Diğer + Diğer binds (descriptions) Move your hogs and aim: - + Traverse gaps and obstacles by jumping: - + Fire your selected weapon or trigger an utility item: - + Pick a weapon or a target location under the cursor: - + Switch your currently active hog (if possible): - + Pick a weapon or utility item: - + Set the timer on bombs and timed weapons: - + Move the camera to the active hog: - + Move the cursor or camera without using the mouse: - + Modify the camera's zoom level: - + Talk to your team or all participants: - + Pause, continue or leave your game: - + Modify the game's volume while playing: - + Toggle fullscreen mode: - + Take a screenshot: - + Toggle labels above hedgehogs: - + binds (keys) Axis - + (Up) - + (Down) - + Hat - + (Left) - + (Right) - + Button - + Keyboard - + Delete - Sil + Sil + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_uk.qm Binary file share/hedgewars/Data/Locale/hedgewars_uk.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_uk.ts --- a/share/hedgewars/Data/Locale/hedgewars_uk.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts Sat Apr 03 10:26:24 2010 +0000 @@ -5,45 +5,60 @@ AmmoSchemeModel new - Нова + Нова + + + + FreqSpinBox + + Never + + + + Every %1 turn + + + + + GameCFGWidget Edit weapons - Редагувати зброю + Редагувати зброю Error - Помилка + Помилка Illegal ammo scheme - Неможлива схема баєприпасів + Неможлива схема баєприпасів Edit schemes - Редагувати схему + Редагувати схему HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -66,7 +81,7 @@ new - Нова + Нова Please select record from the list above @@ -96,59 +111,59 @@ Filter - Фільтр + Фільтр All - Всі + Всі Small - Малі + Малі Medium - Середні + Середні Large - Великі + Великі Cavern - Печери + Печери Wacky - Інші + Інші Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -178,45 +193,45 @@ Quit reason: - Закрийте конфлікти: + Закрийте конфлікти: Room destroyed - Кімнату закрито + Кімнату закрито You got kicked - Вас вигнали + Вас вигнали Password - Пароль + Пароль Your nickname %1 is registered on Hedgewars.org Please provide your password or pick another nickname: - Ваше ім'я %1 вже + Ваше ім'я %1 вже зареєстроване на Hedgewars.org Будь ласка введіть ваш пароль або змініть ім'я: %1 *** %2 has joined the room - %1 *** %2 увійшов до кімнати + %1 *** %2 увійшов до кімнати %1 *** %2 has joined - %1 *** %2 приєднався + %1 *** %2 приєднався %1 *** %2 has left (%3) - %1 *** %2 від'єднаний (%3) + %1 *** %2 від'єднаний (%3) %1 *** %2 has left - %1 *** %2 від'єднаний + %1 *** %2 від'єднаний @@ -230,44 +245,44 @@ PageAdmin Server message: - Повідомлення сервера: + Повідомлення сервера: Set message - Відправити повідомлення + Відправити повідомлення Clear Accounts Cache - Відкрити кеш акаунтів + Відкрити кеш акаунтів PageConnecting Connecting... - Під'єднання + Під'єднання PageEditTeam General - Головний + Головний Advanced - Розширений + Розширений PageGameStats <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> - <p>Нагороду за кращий постріл отримує <b>%1</b> з <b>%2</b> пунктами урону.</p> + <p>Нагороду за кращий постріл отримує <b>%1</b> з <b>%2</b> пунктами урону.</p> <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + @@ -275,7 +290,7 @@ <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + @@ -286,11 +301,11 @@ PageMain Local Game (Play a game on a single computer) - Локальна гра (Грати на одному комп'ютері) + Локальна гра (Грати на одному комп'ютері) Network Game (Play a game across a network) - Мережна гра (Грати по мережі) + Мережна гра (Грати по мережі) @@ -315,18 +330,18 @@ PageNetGame Control - Контроль + Контроль PageNetType LAN game - Локальна гра + Локальна гра Official server - Офіційний сервер + Офіційний сервер @@ -341,19 +356,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -391,67 +406,67 @@ PageRoomsList Create - Створити + Створити Join - Приєднатися + Приєднатися Refresh - Оновити + Оновити Error - Помилка + Помилка OK - Так + Так Admin features - Функції для адміністраторів + Функції для адміністраторів Room Name: - І'мя кімнати: + І'мя кімнати: This game is in lobby. You may join and start playing once the game starts. - Ця гра скоро почнеться. + Ця гра скоро почнеться. Ви можете приєднатися і почати грати після старту. This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - Ця гра вже триває. + Ця гра вже триває. Ви маєте почекати поки гра закінчиться, і лише потім грати в неї. %1 is the host. He may adjust settings and start the game. - %1 - це хост. Він може змінювати налаштування і початок гри + %1 - це хост. Він може змінювати налаштування і початок гри Random Map - Випадкова карта + Випадкова карта Games may be played on precreated or randomized maps. - Грати можна на обраних або випадкових картах. + Грати можна на обраних або випадкових картах. The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - Схема гри визначає загальні (час гри, час до смерті, вампіризм...) + Схема гри визначає загальні (час гри, час до смерті, вампіризм...) The Weapon Scheme defines available weapons and their ammunition count. - Схема зброї визначає наявну зброю та боєприпаси зброї + Схема зброї визначає наявну зброю та боєприпаси зброї There are %1 clients connected to this room. - + @@ -459,7 +474,7 @@ There are %1 teams participating in this room. - + @@ -475,90 +490,90 @@ Random Maze - + PageScheme New - Новий + Новий Delete - Видалити + Видалити Enable random mines - Увімкнути випадкові міни + Увімкнути випадкові міни Gain 80% of the damage you do back in health - Отримання 80% здоров'я, яке втратив противник + Отримання 80% здоров'я, яке втратив противник Share your opponents pain, share their damage - Нанесення вашим їжакам пошкодження, коли вони наносять удар іншим + Нанесення вашим їжакам пошкодження, коли вони наносять удар іншим Your hogs are unable to move, put your artillery skills to the test - Ваш їжак не в змозі рухатися, використайте навички артилериста + Ваш їжак не в змозі рухатися, використайте навички артилериста Random - Випадково + Випадково Seconds - Секунд + Секунд Defend your fort and destroy the opponents, two team colours max! - Захистіть вашу фортецю і знищіть противника, дві команди максимум! + Захистіть вашу фортецю і знищіть противника, дві команди максимум! Teams will start on opposite sides of the terrain, two team colours max! - Команд розташовані на протилежних сторонах мапи, дві команди максимум! + Команд розташовані на протилежних сторонах мапи, дві команди максимум! Land can not be destroyed! - Земля не може бути знищена! + Земля не може бути знищена! Add an indestructable border around the terrain - Додати незнищенний кордон навколо місцевості + Додати незнищенний кордон навколо місцевості Lower gravity - Слабка гравітація + Слабка гравітація Assisted aiming with laser sight - Завжди використовувати лазерний приціл + Завжди використовувати лазерний приціл All hogs have a personal forcefield - Всі їжаки мають невразливість + Всі їжаки мають невразливість Order of play is random instead of in room order. - + Play with a King. If he dies, your side dies. - + Take turns placing your hedgehogs before the start of play. - + Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -576,70 +591,70 @@ PageSinglePlayer Simple Game (a quick game against the computer, settings are chosen for you) - Проста гра (швидка гра проти комп'ютера, налаштування за замовчуванням) + Проста гра (швидка гра проти комп'ютера, налаштування за замовчуванням) Multiplayer (play a hotseat game against your friends, or AI teams) - Мультиплеєр (гра проти ваших друзів, або проти A.I.) + Мультиплеєр (гра проти ваших друзів, або проти A.I.) Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT - Режим навчання (практика в цілому ряді навчальних місій). В РОЗРОБЦІ + Режим навчання (практика в цілому ряді навчальних місій). В РОЗРОБЦІ Demos (Watch recorded demos) - Демки (дивитись записані демо-відео) + Демки (дивитись записані демо-відео) Load (Load a previously saved game) - Завантаження (Завантажити попередньо збережені ігри) + Завантаження (Завантажити попередньо збережені ігри) QAction Kick - Кікнути + Кікнути Start - Старт + Старт Restrict Joins - Обмежити З'єднання + Обмежити З'єднання Restrict Team Additions - Обмежити додавання команд + Обмежити додавання команд Info - Інформація + Інформація Ban - Забанити + Забанити Follow - + Ignore - + Add friend - + Unignore - + Remove friend - + @@ -670,31 +685,31 @@ Append date and time to record file name - Додавати дату і час в записані файли + Додавати дату і час в записані файли Check for updates at startup - Перевірити наявність оновлень при старті + Перевірити наявність оновлень при старті Reduced quality - Зниження якості + Зниження якості Show ammo menu tooltips - + Enable frontend sounds - + Enable frontend music - + Frontend effects - + @@ -709,19 +724,19 @@ Level - Рівень + Рівень (System default) - + generated maze... - + Mission - + @@ -760,19 +775,19 @@ Game Modifiers - Налаштування гри + Налаштування гри Basic Settings - Основні параметри + Основні параметри Team Settings - + Misc - + @@ -839,84 +854,84 @@ Initial sound volume - Початкова гучність звуку + Початкова гучність звуку Damage Modifier - Налаштування пошкодження + Налаштування пошкодження Turn Time - Час кроку + Час кроку Initial Health - Встановлення здоров'я + Встановлення здоров'я Sudden Death Timeout - Час до смерті + Час до смерті Mines Time - Таймер мін + Таймер мін Mines - Кількість мін + Кількість мін Scheme Name: - Ім'я схеми: + Ім'я схеми: Crate Drops - Кількість подарунків + Кількість подарунків Game scheme - Налаштування гри + Налаштування гри % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -930,7 +945,7 @@ QMainWindow Hedgewars %1 - Hedgewars %1 + Hedgewars %1 @@ -988,7 +1003,7 @@ Nickname - Ім'я + Ім'я Please enter your nickname @@ -1055,61 +1070,61 @@ Ready - Готовий + Готовий Random Team - + QTableWidget Room Name - Ім'я кімнати + Ім'я кімнати C - + T - + Owner - Власник + Власник Map - Мапа + Мапа Rules - Правила + Правила Weapons - Зброя + Зброя SelWeaponWidget Probabilities - Вірогідність + Вірогідність Weapon set - + Ammo in boxes - + Delays - + @@ -1131,67 +1146,67 @@ ToggleButtonWidget Vampirism - Вампіризм + Вампіризм Karma - Карма + Карма Artillery - Артилерія + Артилерія Fort Mode - Форт Мод + Форт Мод Divide Teams - Розділення Команд + Розділення Команд Solid Land - Щільний грунт + Щільний грунт Add Border - Додати кордони + Додати кордони Low Gravity - Слабка гравітація + Слабка гравітація Laser Sight - Лазерний приціл + Лазерний приціл Invulnerable - Безсмертя + Безсмертя Add Mines - Додати міни + Додати міни Random Order - + King - + Place Hedgehogs - + Clan Shares Ammo - + Disable Girders - + @@ -1332,152 +1347,432 @@ precise aim - точна мета + точна мета zoom in - збільшити + збільшити zoom out - зменшити + зменшити reset zoom - скидання зуму + скидання зуму long jump - стрибок у довжину + стрибок у довжину high jump - стрибок у висоту + стрибок у висоту binds (categories) Basic controls - Основні елементи управління + Основні елементи управління Weapon controls - Контроль зброї + Контроль зброї Camera and cursor controls - Контроль камери і курсору + Контроль камери і курсору Other - Інше + Інше binds (descriptions) Move your hogs and aim: - Перемістити ваших їжаків + Перемістити ваших їжаків Traverse gaps and obstacles by jumping: - Подолання прогалин і перешкод, перепригнувши їх + Подолання прогалин і перешкод, перепригнувши їх Fire your selected weapon or trigger an utility item: - Вогонь з обраної вами зброї + Вогонь з обраної вами зброї Pick a weapon or a target location under the cursor: - Обрати зброю або об'єкт, що знаходиться під курсором + Обрати зброю або об'єкт, що знаходиться під курсором Switch your currently active hog (if possible): - Оберати іншого їжака (якщо можливо) + Оберати іншого їжака (якщо можливо) Pick a weapon or utility item: - Змінити зброю + Змінити зброю Set the timer on bombs and timed weapons: - Встановити таймер на бомбі + Встановити таймер на бомбі Move the camera to the active hog: - Перемістити камеру до активного їжака: + Перемістити камеру до активного їжака: Move the cursor or camera without using the mouse: - Перемістити курсор або камеру без використання миші: + Перемістити курсор або камеру без використання миші: Modify the camera's zoom level: - Приблизити або віддалити камеру + Приблизити або віддалити камеру Talk to your team or all participants: - Поговорити з вашою командою або іншими учасниками + Поговорити з вашою командою або іншими учасниками Pause, continue or leave your game: - Пауза, продовжити або залишити гру: + Пауза, продовжити або залишити гру: Modify the game's volume while playing: - Змінити гучність звуку під час гри: + Змінити гучність звуку під час гри: Toggle fullscreen mode: - Увімкнути повноекранний режим: + Увімкнути повноекранний режим: Take a screenshot: - Зробити знімок гри: + Зробити знімок гри: Toggle labels above hedgehogs: - Увімкрути надписи над їжаками + Увімкрути надписи над їжаками binds (keys) Axis - Axis + Axis (Up) - (Вгору) + (Вгору) (Down) - (Вниз) + (Вниз) Hat - Капелюх + Капелюх (Left) - (Вліво) + (Вліво) (Right) - (Вправо) + (Вправо) Button - Кнопка + Кнопка Keyboard - Клавіатура + Клавіатура Delete - Видалити + Видалити + + + Mouse: Left button + + + + Mouse: Middle button + + + + Mouse: Right button + + + + Mouse: Wheel up + + + + Mouse: Wheel down + + + + Backspace + + + + Tab + + + + Clear + + + + Return + + + + Pause + + + + Escape + + + + Space + + + + Numpad 0 + + + + Numpad 1 + + + + Numpad 2 + + + + Numpad 3 + + + + Numpad 4 + + + + Numpad 5 + + + + Numpad 6 + + + + Numpad 7 + + + + Numpad 8 + + + + Numpad 9 + + + + Numpad . + + + + Numpad / + + + + Numpad * + + + + Numpad - + + + + Numpad + + + + + Enter + + + + Equals + + + + Up + + + + Down + + + + Right + + + + Left + + + + Insert + + + + Home + + + + End + + + + Page up + + + + Page down + + + + Num lock + + + + Caps lock + + + + Scroll lock + + + + Right shift + + + + Left shift + + + + Right ctrl + + + + Left ctrl + + + + Right alt + + + + Left alt + + + + Right meta + + + + Left meta + + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_zh_CN.qm Binary file share/hedgewars/Data/Locale/hedgewars_zh_CN.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_zh_CN.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - 从不 + 从不 Every %1 turn - + 每 %1 个回合 @@ -33,30 +33,30 @@ Edit schemes - 修改游戏设置 + 修改游戏设置 Edit weapons - 修改武器设置 + 修改武器设置 HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -137,31 +137,31 @@ Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -276,17 +276,17 @@ PageGameStats <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> - <p>最佳射手是 <b>%1</b>。伤害 <b>%2</b>点。</p> + <p>最佳射手是 <b>%1</b>。伤害 <b>%2</b>点。</p> <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>最佳杀手是 <b>%1</b>单回合击杀刺猬数:<b>%2</b></p> <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + <p>本轮总共有<b>%1</b>只刺猬被击杀</p> @@ -350,19 +350,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -424,27 +424,27 @@ Room Name: - 房间名: + 房间名: This game is in lobby. You may join and start playing once the game starts. - 游戏正在等待中。 + 游戏正在等待中。 您可以加入等待游戏开始。 This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - 游戏正在进行中。 + 游戏正在进行中。 您可以加入观战但必须等游戏结束才能参与游戏。 %1 is the host. He may adjust settings and start the game. - %1 是房主,他可以调整设置、开始游戏。 + %1 是房主,他可以调整设置、开始游戏。 Random Map - 随机地图 + 随机地图 Games may be played on precreated or randomized maps. @@ -452,21 +452,21 @@ The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - 游戏设置包括一般选项例如回合时间,突然死亡或吸血模式。 + 游戏设置包括一般选项例如回合时间,突然死亡或吸血模式。 The Weapon Scheme defines available weapons and their ammunition count. - 武器设置包括可以选用的武器和弹药数量。 + 武器设置包括可以选用的武器和弹药数量。 There are %1 clients connected to this room. - + 有 %1 个客户端连接到这个房间。 There are %1 teams participating in this room. - + 有 %1 个队伍加入这个房间。 @@ -480,7 +480,7 @@ Random Maze - + @@ -559,11 +559,11 @@ Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -632,19 +632,19 @@ Ignore - + Add friend - + Unignore - + Remove friend - + @@ -655,7 +655,7 @@ Enable sound - 开启游戏音效 + 开启游戏音效 Fullscreen @@ -671,7 +671,7 @@ Enable music - 开启游戏音乐 + 开启游戏音乐 Frontend fullscreen @@ -683,23 +683,23 @@ Reduced quality - 降低显示效果 + 降低显示效果 Show ammo menu tooltips - 显示武器提示信息 + 显示武器提示信息 Enable frontend sounds - 开启菜单音效 + 开启菜单音效 Enable frontend music - 开启菜单音乐 + 开启菜单音乐 Frontend effects - + @@ -718,15 +718,15 @@ (System default) - + generated maze... - + Mission - + @@ -773,11 +773,11 @@ Team Settings - + Misc - + @@ -884,44 +884,44 @@ % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -993,11 +993,11 @@ Nickname - 昵称 + 昵称 Please enter your nickname - 请输入您的昵称 + 请输入您的昵称 @@ -1064,57 +1064,57 @@ Random Team - 随机队伍分配 + 随机队伍分配 QTableWidget Room Name - 房间名 + 房间名 C - 人数 + 人数 T - 队伍 + 队伍 Owner - 创建者 + 创建者 Map - 地图 + 地图 Rules - 规则 + 规则 Weapons - 武器 + 武器 SelWeaponWidget Weapon set - 武器设置 + 武器设置 Probabilities - 几率 + 几率 Ammo in boxes - + Delays - + @@ -1180,23 +1180,23 @@ Random Order - 随机顺序 + 随机顺序 King - 国王模式 + 国王模式 Place Hedgehogs - 手动放置 + 手动放置 Clan Shares Ammo - + Disable Girders - + @@ -1341,344 +1341,428 @@ zoom in - 放大 + 放大 zoom out - 缩小 + 缩小 reset zoom - 重置 + 重置 long jump - 跳远 + 跳远 high jump - 跳高 + 跳高 binds (categories) Basic controls - 基本控制 + 基本控制 Weapon controls - 武器控制 + 武器控制 Camera and cursor controls - 镜头和光标控制 + 镜头和光标控制 Other - 其他 + 其他 binds (descriptions) Move your hogs and aim: - 移动、瞄准: + 移动、瞄准: Traverse gaps and obstacles by jumping: - 越过障碍: + 越过障碍: Fire your selected weapon or trigger an utility item: - 开火、使用物品: + 开火、使用物品: Pick a weapon or a target location under the cursor: - 选取武器、目的地: + 选取武器、目的地: Switch your currently active hog (if possible): - 切换刺猬(如果可用): + 切换刺猬(如果可用): Pick a weapon or utility item: - 选取武器、物品: + 选取武器、物品: Set the timer on bombs and timed weapons: - 设置定时炸弹等武器时间: + 设置定时炸弹等武器时间: Move the camera to the active hog: - 移动镜头到选中刺猬: + 移动镜头到选中刺猬: Move the cursor or camera without using the mouse: - 不用鼠标移动光标或镜头: + 不用鼠标移动光标或镜头: Modify the camera's zoom level: - 调整镜头放大倍数: + 调整镜头放大倍数: Talk to your team or all participants: - 同队友或全部参与者对话: + 同队友或全部参与者对话: Pause, continue or leave your game: - 暂停、继续或离开游戏: + 暂停、继续或离开游戏: Modify the game's volume while playing: - 调整游戏时音量: + 调整游戏时音量: Toggle fullscreen mode: - 全屏模式: + 全屏模式: Take a screenshot: - 截图: + 截图: Toggle labels above hedgehogs: - 切换刺猬标签显示方式: + 切换刺猬标签显示方式: binds (keys) Axis - + (Up) - + (Down) - + Hat - 帽子 + 帽子 (Left) - + (Right) - + Button - 按键 + 按键 Keyboard - 键盘 + 键盘 Mouse: Left button - 鼠标:左键 + 鼠标:左键 Mouse: Middle button - 鼠标:中键 + 鼠标:中键 Mouse: Right button - 鼠标:右键 + 鼠标:右键 Mouse: Wheel up - 鼠标滚轮:向上 + 鼠标滚轮:向上 Mouse: Wheel down - 鼠标滚轮:向下 + 鼠标滚轮:向下 Backspace - 退格键 + 退格键 Tab - 制表键 + 制表键 Clear - 清除 + 清除 Return - 返回 + 返回 Pause - 暂停键 + 暂停键 Escape - 退出键 + 退出键 Space - 空格键 + 空格键 Delete - 删除键 + 删除键 Numpad 0 - 小键盘0 + 小键盘0 Numpad 1 - 小键盘1 + 小键盘1 Numpad 2 - 小键盘2 + 小键盘2 Numpad 3 - 小键盘3 + 小键盘3 Numpad 4 - 小键盘4 + 小键盘4 Numpad 5 - 小键盘5 + 小键盘5 Numpad 6 - 小键盘6 + 小键盘6 Numpad 7 - 小键盘7 + 小键盘7 Numpad 8 - 小键盘8 + 小键盘8 Numpad 9 - 小键盘9 + 小键盘9 Numpad . - 小键盘. + 小键盘. Numpad / - 小键盘/ + 小键盘/ Numpad * - 小键盘* + 小键盘* Numpad - - 小键盘- + 小键盘- Numpad + - 小键盘+ + 小键盘+ Enter - 回车键 + 回车键 Equals - 等于 + 等于 Up - + Down - + Right - + Left - + Insert - 插入键 + 插入键 Home - Home键 + Home键 End - End键 + End键 Page up - 向上翻页键 + 向上翻页键 Page down - 向下翻页键 + 向下翻页键 Num lock - 小键盘数字锁 + 小键盘数字锁 Caps lock - 大小写切换键 + 大小写切换键 Scroll lock - Scroll Lock键 + Scroll Lock键 Right shift - 右Shift键 + 右Shift键 Left shift - 左Shift键 + 左Shift键 Right ctrl - 右Ctrl键 + 右Ctrl键 Left ctrl - 左Ctrl键 + 左Ctrl键 Right alt - 右Alt键 + 右Alt键 Left alt - 左Alt键 + 左Alt键 Right meta - 右meta键 + 右meta键 Left meta - 左meta键 + 左meta键 + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_zh_TW.qm Binary file share/hedgewars/Data/Locale/hedgewars_zh_TW.qm has changed diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Locale/hedgewars_zh_TW.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sat Apr 03 10:26:24 2010 +0000 @@ -12,11 +12,11 @@ FreqSpinBox Never - 從不 + 從不 Every %1 turn - + 每 %1 個回合 @@ -25,7 +25,7 @@ GameCFGWidget Edit weapons - 改變武器設置 + 改變武器設置 Error @@ -37,26 +37,26 @@ Edit schemes - 修改遊戲設置 + 修改遊戲設置 HWChatWidget %1 *** %2 has been removed from your ignore list - + %1 *** %2 has been added to your ignore list - + %1 *** %2 has been removed from your friends list - + %1 *** %2 has been added to your friends list - + @@ -137,31 +137,31 @@ Type - + Small tunnels - + Medium tunnels - + Large tunnels - + Small floating islands - + Medium floating islands - + Large floating islands - + @@ -280,13 +280,13 @@ <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> - + <p>最佳殺手是<b>%1</b>单回合擊殺刺蝟數<b>%2</b></p> <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> - + <p>本輪總共有<b>%1</b>只刺蝟被擊殺</p> @@ -350,19 +350,19 @@ Delete team - + New weapon scheme - + Edit weapon scheme - + Delete weapon scheme - + @@ -424,27 +424,27 @@ Room Name: - 房間名: + 房間名: This game is in lobby. You may join and start playing once the game starts. - 遊戲正在等待中。 + 遊戲正在等待中。 您可以加入等待遊戲開始。 This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - 遊戲正在進行中。 + 遊戲正在進行中。 您可以加入觀戰但必須等遊戲結束才能參與遊戲。 %1 is the host. He may adjust settings and start the game. - %1是房主,他可以調整設置、開始遊戲。 + %1是房主,他可以調整設置、開始遊戲。 Random Map - 隨機地圖 + 隨機地圖 Games may be played on precreated or randomized maps. @@ -452,21 +452,21 @@ The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism. - 遊戲設置包括一般選項例如回合時間,突然死亡或吸血模式。 + 遊戲設置包括一般選項例如回合時間,突然死亡或吸血模式。 The Weapon Scheme defines available weapons and their ammunition count. - 武器設置包括可以選用的武器和彈藥數量。 + 武器設置包括可以選用的武器和彈藥數量。 There are %1 clients connected to this room. - + 有%1個用戶端連接到這個房間。 There are %1 teams participating in this room. - + 有%1個隊伍加入這個房間。 @@ -480,7 +480,7 @@ Random Maze - + @@ -559,11 +559,11 @@ Ammo is shared between all teams that share a colour. - + Disable girders when generating random maps. - + @@ -632,26 +632,26 @@ Ignore - + Add friend - + Unignore - + Remove friend - + QCheckBox Enable sound - 開啟遊戲音效 + 開啟遊戲音效 Fullscreen @@ -671,7 +671,7 @@ Enable music - 開啟遊戲音樂 + 開啟遊戲音樂 Append date and time to record file name @@ -683,23 +683,23 @@ Reduced quality - 降低顯示效果 + 降低顯示效果 Show ammo menu tooltips - 顯示武器提示訊息 + 顯示武器提示訊息 Enable frontend sounds - 啟用菜單音效 + 啟用菜單音效 Enable frontend music - 啟用菜單音樂 + 啟用菜單音樂 Frontend effects - + @@ -718,15 +718,15 @@ (System default) - + generated maze... - + Mission - + @@ -773,11 +773,11 @@ Team Settings - + Misc - + @@ -884,44 +884,44 @@ % Dud Mines - + Name - + Type - + Grave - + Flag - + Voice - + Locale - + Restart game to apply - + This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk! - + Explosives - + @@ -993,11 +993,11 @@ Nickname - 匿稱 + 匿稱 Please enter your nickname - 請輸入您的匿稱 + 請輸入您的匿稱 @@ -1064,57 +1064,57 @@ Random Team - 隨機隊伍分配 + 隨機隊伍分配 QTableWidget Room Name - 房間名 + 房間名 C - 人數 + 人數 T - 隊伍 + 隊伍 Owner - 創建者 + 創建者 Map - 地圖 + 地圖 Rules - 規則 + 規則 Weapons - 武器 + 武器 SelWeaponWidget Weapon set - 武器設置 + 武器設置 Probabilities - 幾率 + 幾率 Ammo in boxes - + Delays - + @@ -1180,23 +1180,23 @@ Random Order - 隨機順序 + 隨機順序 King - 國王模式 + 國王模式 Place Hedgehogs - 手動放置 + 手動放置 Clan Shares Ammo - + Disable Girders - + @@ -1341,344 +1341,428 @@ zoom in - 放大 + 放大 zoom out - 縮小 + 縮小 reset zoom - 重置 + 重置 long jump - 跳遠 + 跳遠 high jump - 跳高 + 跳高 binds (categories) Basic controls - 基本控制 + 基本控制 Weapon controls - 武器控制 + 武器控制 Camera and cursor controls - 鏡頭和遊標控制 + 鏡頭和遊標控制 Other - 其他 + 其他 binds (descriptions) Move your hogs and aim: - 移動、瞄準: + 移動、瞄準: Traverse gaps and obstacles by jumping: - 越過障礙: + 越過障礙: Fire your selected weapon or trigger an utility item: - 開火、使用物品: + 開火、使用物品: Pick a weapon or a target location under the cursor: - 選取武器、目的地: + 選取武器、目的地: Switch your currently active hog (if possible): - 切換刺蝟(如果可用): + 切換刺蝟(如果可用): Pick a weapon or utility item: - 選取武器、物品: + 選取武器、物品: Set the timer on bombs and timed weapons: - 設置定時炸彈等武器時間: + 設置定時炸彈等武器時間: Move the camera to the active hog: - 移動鏡頭到選中刺蝟: + 移動鏡頭到選中刺蝟: Move the cursor or camera without using the mouse: - 不用滑鼠移動遊標或鏡頭: + 不用滑鼠移動遊標或鏡頭: Modify the camera's zoom level: - 調整鏡頭放大倍數: + 調整鏡頭放大倍數: Talk to your team or all participants: - 同隊友或全部參與者對話: + 同隊友或全部參與者對話: Pause, continue or leave your game: - 暫停、繼續或離開遊戲: + 暫停、繼續或離開遊戲: Modify the game's volume while playing: - 調整遊戲時音量: + 調整遊戲時音量: Toggle fullscreen mode: - 全屏模式: + 全屏模式: Take a screenshot: - 截圖: + 截圖: Toggle labels above hedgehogs: - 切換刺蝟標籤顯示方式: + 切換刺蝟標籤顯示方式: binds (keys) Axis - + (Up) - + (Down) - + Hat - 帽子 + 帽子 (Left) - + (Right) - + Button - 按鍵 + 按鍵 Keyboard - 鍵盤 + 鍵盤 Mouse: Left button - 滑鼠:左鍵 + 滑鼠:左鍵 Mouse: Middle button - 滑鼠:中鍵 + 滑鼠:中鍵 Mouse: Right button - 滑鼠:右鍵 + 滑鼠:右鍵 Mouse: Wheel up - 滑鼠滾輪:向上 + 滑鼠滾輪:向上 Mouse: Wheel down - 滑鼠滾輪:向下 + 滑鼠滾輪:向下 Backspace - 倒退鍵 + 倒退鍵 Tab - 製錶鍵 + 製錶鍵 Clear - 清除 + 清除 Return - 返回 + 返回 Pause - 暫停鍵 + 暫停鍵 Escape - 逸出鍵 + 逸出鍵 Space - 空白鍵 + 空白鍵 Delete - 刪除鍵 + 刪除鍵 Numpad 0 - 小鍵盤0 + 小鍵盤0 Numpad 1 - 小鍵盤1 + 小鍵盤1 Numpad 2 - 小鍵盤2 + 小鍵盤2 Numpad 3 - 小鍵盤3 + 小鍵盤3 Numpad 4 - 小鍵盤4 + 小鍵盤4 Numpad 5 - 小鍵盤5 + 小鍵盤5 Numpad 6 - 小鍵盤6 + 小鍵盤6 Numpad 7 - 小鍵盤7 + 小鍵盤7 Numpad 8 - 小鍵盤8 + 小鍵盤8 Numpad 9 - 小鍵盤9 + 小鍵盤9 Numpad . - 小鍵盤. + 小鍵盤. Numpad / - 小鍵盤/ + 小鍵盤/ Numpad * - 小鍵盤* + 小鍵盤* Numpad - - 小鍵盤- + 小鍵盤- Numpad + - 小鍵盤+ + 小鍵盤+ Enter - 回車鍵 + 回車鍵 Equals - 等於 + 等於 Up - + Down - + Right - + Left - + Insert - 插入鍵 + 插入鍵 Home - Home鍵 + Home鍵 End - End鍵 + End鍵 Page up - 向上翻頁鍵 + 向上翻頁鍵 Page down - 向下翻頁鍵 + 向下翻頁鍵 Num lock - 小鍵盤數位鎖 + 小鍵盤數位鎖 Caps lock - 大小寫切換鍵 + 大小寫切換鍵 Scroll lock - Scroll Lock鍵 + Scroll Lock鍵 Right shift - 右Shift鍵 + 右Shift鍵 Left shift - 左Shift鍵 + 左Shift鍵 Right ctrl - 右Ctrl鍵 + 右Ctrl鍵 Left ctrl - 左Ctrl鍵 + 左Ctrl鍵 Right alt - 右Alt鍵 + 右Alt鍵 Left alt - 左Alt鍵 + 左Alt鍵 Right meta - 右meta鍵 + 右meta鍵 Left meta - 左meta鍵 + 左meta鍵 + + + A button + + + + B button + + + + X button + + + + Y button + + + + LB button + + + + RB button + + + + Back button + + + + Start button + + + + Left stick + + + + Right stick + + + + Left stick (Right) + + + + Left stick (Left) + + + + Left stick (Down) + + + + Left stick (Up) + + + + Left trigger + + + + Right trigger + + + + Right stick (Down) + + + + Right stick (Up) + + + + Right stick (Right) + + + + Right stick (Left) + + + + DPad + diff -r 18ee933a5864 -r 7ffd0e20ad08 share/hedgewars/Data/Missions/Training/SniperRifle.lua --- a/share/hedgewars/Data/Missions/Training/SniperRifle.lua Sat Apr 03 08:47:06 2010 +0000 +++ b/share/hedgewars/Data/Missions/Training/SniperRifle.lua Sat Apr 03 10:26:24 2010 +0000 @@ -18,6 +18,7 @@ local caption = { ["en"] = "Sniper Training", ["de"] = "Scharfschützen-Training", + ["es"] = "Entrenamiento con rifle francotirador", ["pl"] = "Trening Snajperski", ["pt_PT"] = "Treino com Sniper" -- To add other languages, just add lines similar to the @@ -59,13 +60,14 @@ local teamname = { ["en"] = "Sniperz", ["de"] = "Heckenschützen", + ["es"] = "Fusileros", ["pl"] = "Snajperzy" } local hogname = { ["en"] = "Hunter", ["de"] = "Jäger", - ["es"] = "Cazador", + ["es"] = "Francotirador", ["pl"] = "Strzelec", ["pt_PT"] = "Comando" } @@ -107,8 +109,8 @@ function spawnTarget(x, y) -- add a new target gear target = AddGear(x, y, gtTarget, 0, 0, 0, 0) - -- have the camera move to the target so the player knows where it is - FollowGear(target) + -- have the camera move to the target so the player knows where it is + FollowGear(target) end function blowUp(x, y) @@ -175,17 +177,17 @@ -- You shouldn't try to calculate too complicated -- code here as this might slow down your game. function onGameTick() - if game_lost then - return - end - -- after a target is destroyed, show hog, then target - if (target ~= nil) and (TurnTimeLeft + 1300 < last_hit_time) then - -- move camera to the target - FollowGear(target) - elseif TurnTimeLeft + 300 < last_hit_time then - -- move camera to the hog - FollowGear(player) - end + if game_lost then + return + end + -- after a target is destroyed, show hog, then target + if (target ~= nil) and (TurnTimeLeft + 1300 < last_hit_time) then + -- move camera to the target + FollowGear(target) + elseif TurnTimeLeft + 300 < last_hit_time then + -- move camera to the hog + FollowGear(player) + end -- If time's up, set the game to be lost. -- We actually check the time to be "1 ms" as it -- will be at "0 ms" right at the start of the game. @@ -231,130 +233,130 @@ -- We use it to count the number of targets destroyed. function onGearDelete(gear) - if GetGearType(gear) == gtCase then - game_lost = true - return - end + if GetGearType(gear) == gtCase then + game_lost = true + return + end if (GetGearType(gear) == gtTarget) then - -- remember when the target was hit for adjusting the camera - last_hit_time = TurnTimeLeft + -- remember when the target was hit for adjusting the camera + last_hit_time = TurnTimeLeft -- Add one point to our score/counter score = score + 1 -- If we haven't reached the goal ... if score < score_goal then -- ... spawn another target. - if score == 1 then - spawnTarget(1520,1350) - elseif score == 2 then - spawnTarget(1730,1040) - elseif score == 3 then - spawnTarget(2080,780) - elseif score == 4 then - blowUp(1730,1226) - blowUp(1440,1595) - blowUp(1527,1575) - blowUp(1614,1595) - blowUp(1420,1675) - blowUp(1527,1675) - blowUp(1634,1675) - blowUp(1440,1755) - blowUp(1527,1775) - blowUp(1614,1755) - spawnTarget(1527,1667) - elseif score == 5 then - spawnTarget(1527,1667) - elseif score == 6 then - spawnTarget(2175,1300) - elseif score == 7 then - spawnTarget(2250,940) - elseif score == 8 then - spawnTarget(2665,1540) - elseif score == 9 then - spawnTarget(3040,1160) - elseif score == 10 then - spawnTarget(2930,1500) - elseif score == 11 then - spawnTarget(700,720) - elseif score == 12 then - blowUp(914,1222) - blowUp(1050,1222) - blowUp(1160,1008) - blowUp(1160,1093) - blowUp(1160,1188) - blowUp(375,911) - blowUp(510,911) - blowUp(640,911) - blowUp(780,911) - blowUp(920,911) - blowUp(1060,913) - blowUp(1198,913) - spawnTarget(1200,730) - elseif score == 13 then - spawnTarget(1200,830) - elseif score == 14 then - spawnTarget(1430,450) - elseif score == 15 then - spawnTarget(796,240) - elseif score == 16 then - spawnTarget(300,10) - elseif score == 17 then - spawnTarget(2080,820) - elseif score == 18 then - blowUp(2110,920) - blowUp(2210,920) - blowUp(2200,305) - blowUp(2300,305) - blowUp(2300,400) - blowUp(2300,500) - blowUp(2300,600) - blowUp(2300,700) - blowUp(2300,800) - blowUp(2300,900) - blowUp(2401,305) - blowUp(2532,305) - blowUp(2663,305) - spawnTarget(2300,760) - elseif score == 19 then - spawnTarget(2300,760) - elseif score == 20 then - spawnTarget(2738,190) - elseif score == 21 then - spawnTarget(2590,-100) - elseif score == 22 then - blowUp(2790,305) - blowUp(2930,305) - blowUp(3060,305) - blowUp(3190,305) - blowUp(3310,305) - blowUp(3393,613) - blowUp(2805,370) - blowUp(2805,500) - blowUp(2805,630) - blowUp(2805,760) - blowUp(2805,890) - blowUp(2700,890) - blowUp(3258,370) - blowUp(3258,475) - blowUp(3264,575) - spawnTarget(3230,240) - elseif score == 23 then - spawnTarget(3230,290) - elseif score == 24 then - spawnTarget(3670,250) - elseif score == 25 then - spawnTarget(2620,-100) - elseif score == 26 then - spawnTarget(2870,300) - elseif score == 27 then - spawnTarget(3850,900) - elseif score == 28 then - spawnTarget(3780,300) - elseif score == 29 then - spawnTarget(3670,0) - elseif score == 30 then - spawnTarget(3480,1200) - end + if score == 1 then + spawnTarget(1520,1350) + elseif score == 2 then + spawnTarget(1730,1040) + elseif score == 3 then + spawnTarget(2080,780) + elseif score == 4 then + blowUp(1730,1226) + blowUp(1440,1595) + blowUp(1527,1575) + blowUp(1614,1595) + blowUp(1420,1675) + blowUp(1527,1675) + blowUp(1634,1675) + blowUp(1440,1755) + blowUp(1527,1775) + blowUp(1614,1755) + spawnTarget(1527,1667) + elseif score == 5 then + spawnTarget(1527,1667) + elseif score == 6 then + spawnTarget(2175,1300) + elseif score == 7 then + spawnTarget(2250,940) + elseif score == 8 then + spawnTarget(2665,1540) + elseif score == 9 then + spawnTarget(3040,1160) + elseif score == 10 then + spawnTarget(2930,1500) + elseif score == 11 then + spawnTarget(700,720) + elseif score == 12 then + blowUp(914,1222) + blowUp(1050,1222) + blowUp(1160,1008) + blowUp(1160,1093) + blowUp(1160,1188) + blowUp(375,911) + blowUp(510,911) + blowUp(640,911) + blowUp(780,911) + blowUp(920,911) + blowUp(1060,913) + blowUp(1198,913) + spawnTarget(1200,730) + elseif score == 13 then + spawnTarget(1200,830) + elseif score == 14 then + spawnTarget(1430,450) + elseif score == 15 then + spawnTarget(796,240) + elseif score == 16 then + spawnTarget(300,10) + elseif score == 17 then + spawnTarget(2080,820) + elseif score == 18 then + blowUp(2110,920) + blowUp(2210,920) + blowUp(2200,305) + blowUp(2300,305) + blowUp(2300,400) + blowUp(2300,500) + blowUp(2300,600) + blowUp(2300,700) + blowUp(2300,800) + blowUp(2300,900) + blowUp(2401,305) + blowUp(2532,305) + blowUp(2663,305) + spawnTarget(2300,760) + elseif score == 19 then + spawnTarget(2300,760) + elseif score == 20 then + spawnTarget(2738,190) + elseif score == 21 then + spawnTarget(2590,-100) + elseif score == 22 then + blowUp(2790,305) + blowUp(2930,305) + blowUp(3060,305) + blowUp(3190,305) + blowUp(3310,305) + blowUp(3393,613) + blowUp(2805,370) + blowUp(2805,500) + blowUp(2805,630) + blowUp(2805,760) + blowUp(2805,890) + blowUp(2700,890) + blowUp(3258,370) + blowUp(3258,475) + blowUp(3264,575) + spawnTarget(3230,240) + elseif score == 23 then + spawnTarget(3230,290) + elseif score == 24 then + spawnTarget(3670,250) + elseif score == 25 then + spawnTarget(2620,-100) + elseif score == 26 then + spawnTarget(2870,300) + elseif score == 27 then + spawnTarget(3850,900) + elseif score == 28 then + spawnTarget(3780,300) + elseif score == 29 then + spawnTarget(3670,0) + elseif score == 30 then + spawnTarget(3480,1200) + end else if not game_lost then -- Otherwise show that the goal was accomplished