author | nemo |
Thu, 23 Dec 2010 12:14:44 -0500 | |
changeset 4645 | 830036850d10 |
parent 4506 | 37744d5c877e |
child 4660 | 8ff3dead5850 |
permissions | -rw-r--r-- |
4502
759c1a3bb156
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff
changeset
|
1 |
locale = { |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
2 |
-- ["A game of luck"] = |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
3 |
["Aiming Practice"] = "Potrenuj celność", --Bazooka, Shotgun, SniperRifle |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
4 |
["Bat balls at your enemies and|push them into the sea!"] = "Uderzaj piłkami w swoich przeciwników|i strącaj ich do wody!", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
5 |
["Bat your opponents through the|baskets and out of the map!"] = "Uderzaj swoich przekiwników|wyrzucając przez kosz, poza mapę!", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
6 |
["Bazooka Training"] = "Trening bazooki", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
7 |
["Best laps per team: "] = "Najszybsze okrążenie drużyny: ", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
8 |
["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.", --Bazooka, Shotgun, SniperRifle |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
9 |
["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.", --Bazooka, Shotgun, SniperRifle |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
10 |
["Fastest lap: "] = "Najszybsze okrążenie: ", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
11 |
["Hedgewars-Basketball"] = "Hedgewars-Koszykówka", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
12 |
["Hedgewars-Knockball"] = "Hedgewars-Knockball", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
13 |
["Hunter"] = "Strzelec", --Bazooka, Shotgun, SniperRifle |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
14 |
["NEW fastest lap: "] = "NOWE najszybsze okrążenie: ", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
15 |
["Not So Friendly Match"] = "Mecz Nie-Do-Końca Towarzyski", -- Basketball, Knockball |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
16 |
["Oh no! Time's up! Just try again."] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.", --Bazooka, Shotgun, SniperRifle |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
17 |
-- ["Random Weapons"] = |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
18 |
-- ["Shotgun Team"] = |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
19 |
["Shotgun Training"] = "Trening strzelecki", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
20 |
["%s is out and Team %d|scored a penalty!| |Score:"] = "%s utonął i drużyna %d|dostała punkt karny!| |Punktacja:", -- Basketball, Knockball |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
21 |
["%s is out and Team %d|scored a point!| |Score:"] = "%s utonął i drużyna %d|zdobyła punkt!| |Punktacja:", -- Basketball, Knockball |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
22 |
["Sniper Training"] = "Trening Snajperski", |
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
23 |
["Sniperz"] = "Snajperzy", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
24 |
["Team %d: "] = "Drużyna %d: ", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
25 |
-- ["There has been a mix-up with your gear and now you|have to utilize whatever is coming your way!"] = |
4503 | 26 |
["TrophyRace"] = "TrophyRace", |
27 |
["Use your rope to get from start to finish as fast as you can!"] = "Użyj liny by jak najszybciej dotrzec od startu do mety", |
|
28 |
["You've reached the goal!| |Time: "] = "Dotarłeś do celu!| |Czas: ", |
|
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
29 |
["'Zooka Team"] = "Bazookinierzy", |
4502
759c1a3bb156
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff
changeset
|
30 |
} |