share/hedgewars/Data/Locale/pl.lua
author Wuzzy <Wuzzy2@mail.ru>
Sat, 21 Jul 2018 14:46:51 +0200
changeset 13535 4dd9711b0206
parent 13307 1b409f2add34
child 13575 213f2bef8a24
permissions -rw-r--r--
Update Lua/frontend locale files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 = {
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
     2
    ["!!!"] = "!!!",
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
     3
    ["..."] = "...",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
     4
    ["011101000"] = "011101000", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
     5
    ["011101001"] = "011101001", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:family, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
     6
--      ["10 weapon schemes"] = "", -- Continental_supplies
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
     7
--      ["15+%d damage, %d invulnerable left"] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
     8
--      ["1-5, Precise + 1-4: Choose structure type"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
     9
    ["+1 barrel!"] = "+1 beczka!", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    10
    ["%.1fs"] = "%.1fs", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    11
    ["%.1f seconds were remaining."] = "%.1f sekund pozostało.", -- Basic_Training_-_Bazooka
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    12
    ["+1 Grenade"] = "+1 granat", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    13
    ["+1 mine!"] = "+1 mina!", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    14
    ["-1 point"] = "-1 punkt", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    15
    ["+1 point"] = "+1 punkt", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    16
    ["-1 to anyone for a suicide"] = "-1 dla każdego za samobójstwo", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    17
    ["+1 to the Bottom Feeder for killing anyone"] = "+1 dla Pasożyta za zabicie kogokolwiek", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    18
    ["+1 to the Mutant for killing anyone"] = "+1 dla Mutanta za zabicie kogokolwiek", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    19
    ["+2 for becoming the Mutant"] = "+2 za zostanie Mutantem", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    20
    ["30 minutes later..."] = "30 minut później...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    21
    ["5 additional enemies will be spawned during the game."] = "5 dodatkowych wrogów pojawi się podczas gry.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    22
    ["5 Deadly Hogs"] = "5 Zabójczych Jeży", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    23
    ["6 more seconds added to the clock"] = "6 sekund dodano do zegara", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    24
    ["About a month ago, a cyborg came and told us that you're the cannibals!"] = "Jakiś rok temu przybył do nas cyborg i powiedział nam, że jesteście kanibalami!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    25
    ["Above-average pilot"] = "Nadprzeciętny pilot", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    26
    ["Accuracy Bonus! +15 points"] = "Bonus za celność! +15 punktów", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    27
    ["Accuracy bonus: +%d points"] = "Bonus za celność! +%d punktów", -- Basic_Training_-_Sniper_Rifle
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    28
    ["Ace"] = "As", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    29
    ["Achievement gotten: %s"] = "Osiągnięcie zdobyte: %s", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_That_Sinking_Feeling, User_Mission_-_Bamboo_Thicket, User_Mission_-_Dangerous_Ducklings, Basic_Training_-_Rope, Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    30
    ["A Classic Fairytale"] = "Klasyczna bajka", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
    31
--      ["A crate critical to this mission has been destroyed."] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    32
    ["Actually, you aren't worthy of life! Take this..."] = "Właściwie, nie zasługujesz by żyć! Przyjmij to...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    33
    ["A cy-what?"] = "Cy-co?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    34
    ["Add %d"] = "Dodaj %d", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    35
    ["Admit what?"] = "Przyznać co?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    36
    ["Adventurous"] = "Awanturniczy", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    37
    ["A frenetic Hedgewars mini-game"] = "Szalona mini-gra Hedgewars", -- Frenzy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    38
    ["Africa"] = "Afryka", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    39
    ["A frozen adventure"] = "Zamrożona przygoda", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    40
    ["After Leaks A Lot betrayed his tribe, he joined the cannibals..."] = "Po tym, jak Spory Przeciek zdradził swoje plemię, dołączył do kanibali...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    41
    ["After that incident he went underground and started working on his plan to steal the device."] = "Po tym incydencie, zeszedł pod ziemię i zaczął pracować nad swoim planem, by ukraść urządzenie.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    42
    ["After the shock caused by the enemy spy, Leaks A Lot and Dense Cloud went hunting to relax."] = "Po szoku spowodowanym wrogim szpiegiem, Spory Przeciek i Gęsta Chmura poszli łowić, by się zrelaksować.", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
    43
--      ["After you killed an enemy, you'll lose the weapon that he is named after."] = "", -- A_Space_Adventure:death02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    44
    ["After you left the moon, my other loyal minions came and resurrected me so I could complete my master plan."] = "Po tym jak opuściłeś księżyc, moi lojalni poddani przyszli i ożywili mnie, żebym mógł ukończyć mój plan.", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    45
    ["Again with the 'cannibals' thing!"] = "Znowu z tymi \"kanibalami\"!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    46
    ["A Hedgewars minigame"] = "Minigra Hedgewars", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    47
    ["A Hedgewars mini-game"] = "Minigra Hedgewars", -- Racer, Space_Invasion, TechRacer, Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    48
    ["a Hedgewars mini-game"] = "Minigra Hedgewars", -- Space_Invasion, The_Specialists
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    49
    ["A Hedgewars tag game"] = "Berek w Hedgewars", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    50
    ["Ahhh, home, sweet home. Made it in %d seconds."] = "Ahhh, nie ma to jak w domu. Udało mi się w %d sekund.", -- ClimbHome
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
    51
--      ["Aim at the ceiling and hold [Attack] pressed until the rope attaches."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    52
    ["Aiming Practice"] = "Ćwiczenie celności",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    53
    ["Aiming practice"] = "Ćwiczenie celności", -- TargetPractice
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
    54
--      ["Aim: [Up]/[Down]"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade, Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    55
    ["Air Attack"] = "Nalot", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    56
    ["Air General"] = "Powietrzny Generał", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    57
    ["Air Mine Placement Mode"] = "Tryb Ustawiania Min Powietrznych", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    58
    ["AIR MINE PLACEMENT MODE"] = "TRYB USTAWIANIA MIN POWIETRZNYCH", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    59
    ["A leap in a leap"] = "Skok w skoku", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    60
    ["Alex"] = "Aleks", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    61
    ["Alien! I wish to be moved!"] = "Obcy! Życzę sobie być przeniesiona!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    62
    ["A little gift from the cyborgs"] = "Mały prezent od cyborgów", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    63
    ["Al.Kaholic"] = "Al.Kaholik", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    64
    ["All But Last"] = "Wszyscy Oprócz Ostatniego", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    65
    ["All But Last: You must not solely attack the team with the least health"] = "Wszyscy Oprócz Ostatniego: Nie możesz wyłącznie atakować drużyny z najmiejszą ilością zdrowia", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    66
    ["All gone...everything!"] = "Wszystko przepadło... wszystko!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    67
    ["Allies"] = "Sprzymierzeńcy", -- A_Space_Adventure:ice01, A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    68
    ["All right, I'll admit it!"] = "No dobrze, przyznam to!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    69
    ["All right, we just need to get to the other side of the island!"] = "No dobrze, musimy tylko dostać się na drugą stronę wyspy!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    70
    ["All right, you got me!"] = "No dobrze, masz mnie!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    71
    ["All the other places are protected by our flight-inhibiting weapons."] = "Wszystkie inne miejsca są chronine przez nasze bronie przeciwlotnicze.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    72
    ["All the saucer pilots dream to come here one day in order to compete with the best!"] = "Wszyscy piloci spodków marzą, by przyjść tu pewnego dnia i zmierzyć się z najlepszymi!", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    73
    ["All they do is sit around and judge us!"] = "Wszystko co robią to siedzą sobie i nas osądzają!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    74
    ["All this to please our beloved “elders” … hick …"] = "Wszysyko to, by zadowolić naszych ukochanych \"starszych\" ... hyp ...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    75
    ["All walls touched!"] = "Wszystkie ściany dotknięte!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    76
    ["All you do is take long walks when everyone else works."] = "Wszystko co robisz to bierzesz długie spacery, kiedy każdy inny pracuje.", -- A_Classic_Fairytale:queen
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
    77
--      ["All your hedgehogs must be above the marked height!"] = "", -- A_Classic_Fairytale:family
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    78
    ["Also, you should know that the only place where you can fly is the left-most part of this area."] = "Powinieneś również wiedzieć, że jedynym miejscem, w którym możesz latać, jest część tego obszaru najbardziej po lewej.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    79
    ["Always being considered weak and fragile."] = "Zawsze uzażany za słabego i kruchego.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    80
    ["Amazing! I was never beaten in a race before!"] = "Niesamowite! Nigdy wcześniej nie zostałem pokonany w wyścigu!", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    81
    ["Ammo: %d"] = "Amunicja: %d", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    82
    ["Ammo depleted!"] = "Amunicja wyczerpana!", -- Space_Invasion
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
    83
    ["Ammo is reset at the end of your turn."] = "Amunicja jest resetowana przy końcu tury.",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    84
    ["Ammo Limit: Hogs can’t have more than 1 ammo per type"] = "Limit amunicji: jeże nie mogą", -- Highlander
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    85
    ["Ammo Maniac! +5 points!"] = "Maniak amunicji! +5 punktów!", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
    86
--      ["A mysterious Box"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    87
    ["And how am I alive?!"] = "Jak to ja żyję?!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    88
    ["And I just forgot the checkpoint of my main mission. Great, just great!"] = "A ja właśnie zapomniałem punktu kontrolnego mojej misji. Świetnie, po prosti świetnie!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    89
    ["… and I think they are up to something. Something bad!"] = "... a ja myślę, że coś knują. Coś złego!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    90
    ["Andrey"] = "Andrzej", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    91
    ["And so happened that Leaks A Lot failed to complete the challenge! He landed, pressured by shame ..."] = "I zdarzyło się, że Sporemu Przeciekowi nie udało się ukończyć zadania! Wylądował, pod presją wstydu...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    92
    ["And so it began..."] = "A więc się zaczeło...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    93
    ["And so the cyborgs took over the island."] = "I tak cyborgi przejęły wyspę.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    94
    ["...and so the cyborgs took over the world..."] = "...i tak cyborgi przejęły władzę nad światem...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    95
    ["And so they discovered that cyborgs weren't invulnerable..."] = "I tak odkryli, że cyborgi nie były niezniszczalne...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    96
    ["… and then I took a stroll …"] = "...i wtedy udałem się na przechadzkę...", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    97
    ["And what do they do in the meantime? Nothing!"] = "I co robią w międzyczasie? Nic!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    98
    ["And where's all the weed?"] = "I gdzie jest całe zioło?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
    99
    ["And you believed me? Oh, god, that's cute!"] = "A ty mi wierzyłeś? O boże, to słodkie!", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   100
--      ["And you need to move to the top!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   101
    ["An experimental (and buggy!) editing tool for missions and more"] = "Eksperymentalne (i zbugowane!) narzędzie do edycji misji i więcej", -- HedgeEditor
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   102
--      ["Anno 1032"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   103
    ["Anno 1032: [The explosion will make a strong push ~ Wide range, wont affect hogs close to the target]"] = "Anno 1032: [Eksplozja będzie miała silny odrzut ~ Szeroki zasięg, nie wpłynie na jeże blisko celu]", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   104
--      ["An object has been destroyed before it took enough damage."] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   105
    ["Antarctica"] = "Antarktyda", -- Continental_supplies
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   106
--      ["Antarctic summer: Every 4th turn you get 1 girder, 1 mudball, 2 sine guns and 1 portable portal device."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   107
    ["Antarctic summer: - Will give you one girder/mudball and two sineguns/portals every fourth turn."] = "Antarktyczne lato: Zapewni ci jedną belkę/kulę błotną i dwie sinusoidalne giwery/portale co każde cztery tury.", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   108
    ["Anti-Gravity Device Part (+1)"] = "Część Urządzenia Antygrawitacyjnego (+1)", -- A_Space_Adventure:desert01, A_Space_Adventure:fruit02, A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   109
    ["Anton"] = "Antoni", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   110
    ["An unexpected event!"] = "Nieoczekiwane wydarzenie!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   111
    ["Anyway, the aliens accept me for who I am."] = "Tak czy inaczej, obcy akceptuję mnie takiego, jaki jestem.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   112
    ["A random hedgehog will inherit the weapons of his deceased team-mates."] = "Losowy jeż odziedziczy bronie jego poległych członków zespołu.", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   113
    ["Arashi"] = "Araszi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   114
    ["Area"] = "Obszar", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   115
    ["Are we there yet?"] = "Już dotarliśmy?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   116
    ["Are you accusing me of something?"] = "Czy ty o coś mnie oskarżasz?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   117
    ["Are you helping the aliens?"] = "Czy ty pomagasz obcym?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   118
    ["Are you saying that many of us have died for your entertainment?"] = "Mówisz, że wielu z nas umarło dla twojej rozrywki?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   119
    ["Argh, the boredom!"] = "Argh, ta nuda!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   120
    ["Artur Detour"] = "Artur Objazd", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   121
    ["As a reward for your performance, here's some new technology!"] = "Jako nagrodę za twoje osiągnięcie, masz tu trochę nowej technologii.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   122
    ["Ash"] = "Asz", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   123
    ["A Shoppa minigame"] = "Minigra Shoppa", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   124
    ["Asia"] = "Azja", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   125
--      ["As long you don't touch the ground, you can|re-use the same rope as often as you like."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   126
    ["A smuggler! Prepare for battle"] = "Przemytnik! Przygotuj się na bitwę", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   127
    ["A Space Adventure"] = "Kosmiczna przygoda", -- A_Space_Adventure:desert01, A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   128
    ["Assault Team"] = "Drużyna Szturmowa", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   129
    ["Asteroid"] = "Asteroida", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   130
    ["As the ammo is sparse, you might want to reuse ropes while mid-air."] = "Jako iż amunicja jest rzadka, możesz chcieć używać liny wielokrotnie w powietrzu.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   131
    ["As the challenge was completed, Leaks A Lot set foot on the ground..."] = "Gdy wyzwanie było ukończone, Spory Przeciek postawił stopę na ziemi...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   132
    ["As you are more experienced, I want you to lead them to battle."] = "Ponieważ jesteś bardziej doświadczony, chcę żebyś poprowadził ich na bitwę.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   133
    ["As you can see I have survived our last encounter and I had time to plot my master plan!"] = "Jak widzisz, przeżyłem nasze ostatnie spotkanie i miałem czas, by uknuć mój genialny plan!", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   134
    ["As you can see, there is no way to get on the other side!"] = "Jak widzisz, nie ma sposobu, by dostać się na drugą stronę!", -- A_Classic_Fairytale:dragon
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   135
--      ["As you probably noticed, these rubber bands|are VERY elastic. Hedgehogs and many other|things will bounce off without taking any damage."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   136
    ["As you've seen, the dropped grenade roughly fell into your flying direction."] = "Jak widziałeś, upuszczony granat z grubsza spadł w kierunku twojego lotu.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   137
    ["Athlete"] = "Atleta", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   138
    ["Attack: Activate"] = "Atak: Aktywuj", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   139
    ["Attack Captain Lime before he attacks back"] = "Zaatakuj Kapitana Limonkę, zanim on zaatakuje", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   140
    ["Attack From Rope: %s"] = "Atak z liny: %s", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   141
    ["Attack From Rope: You may only attack from a rope."] = "Atak z liny: Możesz atakować tylko z liny", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   142
    ["Attack rule: %s"] = "Zasada ataku: %s", -- WxW
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   143
--      ["Attack: Select this continent"] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   144
--      ["Attack: [Space]"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade, Basic_Training_-_Movement, Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   145
    ["Attack the assassins before they attack back"] = "Zaatakuj zabójców, zanim oni zaatakują", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   146
    ["Attack: Throw ball"] = "Atak: Rzuć kulę", -- Knockball
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   147
    ["At the end of the game your health was %d."] = "Na końcu gry, twoje zdrowie wynasiło %d.", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   148
    ["At the start of the game each enemy hog has only the weapon that he is named after."] = "Na początku gry, każdy wrogi jeż ma tylko tę broń, po której jest nazwany.", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   149
    ["Australia"] = "Australia", -- Continental_supplies
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   150
    ["Available points remaining: "] = "Pozostały następujące punkty: ",
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   151
--      ["Available weapon specials:"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   152
    ["Average pilot"] = "Przeciętny pilot", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   153
    ["Avoid bazookas, red and blue invaders."] = "Unikaj bazook, czerwonych i niebieskich najeźdźców.", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   154
--      ["Avoid the mines!"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   155
--      ["Axes"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   156
    ["Aye! Fellow! Let me exit this chamber of doom!"] = "Tak! Kolega! Daj mi wyjść z komnaty zagłady!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   157
    ["Back Breaker"] = "Łamacz Pleców", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   158
    ["Back in the village, after telling the villagers about the threat..."] = "Tymczasem w wiosce, po powiadomieniu mieszkańców o zagrożeniu...", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   159
    ["Back in the village, the two tribes finally started to live in harmony."] = "Tymczasem w wiosce, dwa plemienia w końcu zaczęły żyć w harmonii.", -- A_Classic_Fairytale:epil
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   160
--      ["Back Jump: [Backspace] ×2"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   161
--      ["Back Jumping (1/2)"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   162
--      ["Back Jumping (2/2)"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   163
    ["Backstab"] = "Zdrada", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   164
    ["Bacon"] = "Bekon", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   165
    ["Bad Guy"] = "Zły Koleś", -- User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   166
    ["Badmad"] = "Zływściekły", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   167
    ["Bad Team"] = "Zła Drużyna", -- User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   168
    ["Bad timing"] = "Złe wyczucie czasu", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   169
    ["Baggy"] = "Woruś", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   170
    ["Balrog"] = "Balrog", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   171
    ["Bamboo Thicket"] = "Bambusowy Gąszcz",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   172
    ["Barrel Eater"] = "Pożeracz Beczek", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   173
    ["Barrel Launcher selected!"] = "Wybrano Wyrzutnię Beczek!", -- Tumbler
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
   174
    ["Barrel Launcher"] = "Wyrzutnia Beczek",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   175
    ["Barrel Placement Mode"] = "Tryb Stawiania Beczek", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   176
    ["BARREL PLACEMENT MODE"] = "TRYB STAWIANIA BECZEK", -- HedgeEditor
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   177
--      ["Barrier unlocked!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   178
    ["Baseballbat"] = "Kij bejsbolwy", -- Continental_supplies
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   179
--      ["Baseball bat specials cannot be used close to other hogs."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   180
    ["Baseball Bat with Ball"] = "Kij bejsbolowy z piłką", -- Knockball
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   181
    ["Base damage has been modified to 12 per shot."] = "Podstawowe obrażenia zostały zmodyfikowane do 12 na strzał.", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   182
    ["Based on what you've learned, destroy the target on the girder and as always, land safely!"] = "Bazując na tym, co się nauczyłeś, zniszcz cel na belce i jak zawsze, wyląduj bezpiecznie!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   183
    ["Basically this is a combination of diving and launching."] = "W zasadzie jest to połączenie nurkowania i wystrzeliwania.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   184
--      ["Basic Bazooka Training"] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   185
--      ["Basic Grenade Training"] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   186
--      ["Basic Movement Training"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   187
--      ["Basic Rope Training"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   188
--      ["Basic Training"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade, Basic_Training_-_Movement, Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   189
    ["Basketball"] = "Koszykówka", -- Basketball
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   190
    ["Bat balls at your enemies and|push them into the sea!"] = "Uderzaj piłkami w swoich przeciwników|i strącaj ich do wody!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   191
    ["Battalion"] = "Batalion", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   192
    ["Battle Starts Now!"] = "Bitwa zaczyna się teraz!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   193
    ["Batty"] = "Kijek", -- 
6345
0cf6f1e24dce pl update
szczur
parents: 5927
diff changeset
   194
    ["Bat your opponents through the|baskets and out of the map!"] = "Uderzaj swoich przeciwników|wyrzucając przez kosz, poza mapę!",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   195
--      ["Bazooka Battlefield"] = "", -- Bazooka_Battlefield
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   196
--      ["Bazooka Master"] = "", -- Basic_Training_-_Bazooka
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   197
--      ["Bazookas are influenced by wind."] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   198
--      ["Bazooka Team"] = "", -- Basic_Training_-_Bazooka
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   199
    ["Bazooka Training"] = "Trening bazooki",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   200
    ["Bearded Beast"] = "Brodata Bestia", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   201
    ["Be careful, the future of Hogera is in your hands!"] = "Bądź ostrożny, przyszłość Jeżery leży w twoich rękach!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   202
    ["Be careful, your fuel is limited from now on!"] = "Uważaj, od teraz twoje paliwo jest ograniczone!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   203
    ["Be careful, your gadgets won't work in the bandit area. You should get an ice gun."] = "Uważaj, twoje gadżety nie zadziałają w strefie bandytów. Powinieneś zdobyć lodową spluwę.", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   204
    ["Beep Loopers"] = "Zapętlacze Brzęczków", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   205
    ["Beginner"] = "Początkujący", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   206
    ["Behind these trees on the east side there is Secret Base 17."] = "Za drzewami na wschodniej stronie, leży Sekretna Baza 17.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   207
    ["Below-average pilot"] = "Niedoświadczony pilot", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   208
    ["Besides, why would I choose certain death?"] = "Poza tym, czemu miałbym wybrać pewną śmierć?", -- A_Classic_Fairytale:queen
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   209
    ["Best laps per team: "] = "Najszybsze okrążenie drużyny: ",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   210
    ["Best team times: "] = "Najlepsze czasy drużyny: ", -- Racer, TechRacer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   211
--      ["Better get yourself another health crate to heal your wounds."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   212
    ["Better luck next time!"] = "Więcej szczęścia następnym razem!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   213
    ["Beware, any damage taken will stay until you complete the moon's main mission"] = "Uważaj, jakiekolwiek otrzymane obrażenia zostaną, aż ukończysz księżycową misję", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   214
    ["Beware of mines: They explode after 3 seconds."] = "Uważaj na miny: Wybuchają po 3 sekundach.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   215
    ["Beware of mines: They explode after 5 seconds."] = "Uważaj na miny: Wybuchają po 5 sekundach.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   216
    ["Beware, though! If you are slow, you die!"] = "Uważaj jednak! Jeśli będziesz wolny, umrzesz!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   217
    ["Beware, though! Many smugglers come often to explore these tunnels and scavenge whatever valuable items they can find."] = "Uważaj jednak! Wielu przemytników często przychodzi przeszukiwać te tunele i przegrzebywać jakiekolwiek cenne przedmioty uda im się znaleźć.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   218
    ["Beware, though, you will only be able to move slowly through the water."] = "Uważaj jednak, w wodzie będziesz mógł się poruszać tylko powoli.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   219
    ["Big Armory"] = "Wielka Zbrojownia", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   220
    ["Billy Frost"] = "Billy Mróz", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   221
    ["Bingo"] = "Bingo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   222
    ["Bio-Filter: Aggressively removes enemies."] = "Bio-filtr: Agresywnie usuwa wrogów.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   223
    ["Bio-Filter"] = "Bio-filtr", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   224
    ["Biomechanic Team"] = "Biomechaniczna Drużyna", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   225
    ["Bitter"] = "Gorzki", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   226
    ["Blanka"] = "Blanka", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   227
    ["Blender"] = "Blender", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   228
    ["Bloodpie"] = "Krwiociasto", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   229
    ["Bloodrocutor"] = "Krwiolokator", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   230
    ["Bloodsucker"] = "Krwiowysysacz", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   231
    ["Bloody Rookies"] = "Krwawe Żółtodzioby",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   232
    ["Blue"] = "Niebieski", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   233
    ["Blue Team"] = "Niebieska Drużyna", -- User_Mission_-_Dangerous_Ducklings
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   234
    ["Bob"] = "Bob", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   235
    ["Bobo"] = "Bobo", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   236
    ["Bone Jackson"] = "Bone Jackson", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   237
    ["Bonely"] = "Kościany", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   238
    ["Bones"] = "Kości", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   239
    ["BOOM! BOOM! BOOM! %s are the masters of destruction with %d destroyed invaders."] = "BUM! BUM! BUM! %s są mistrzami zniszczenia z %d zniszczonymi najeźdźcami.", -- Space_Invasion
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5791
diff changeset
   240
    ["Boom!"] = "BUM!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   241
    ["Boom! %s has destroyed %d invaders."] = "Bum! %s zniszczyli %d najeźdźców.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   242
    ["BOOM! %s really didn't like the invaders, so they decided to destroy as much as %d of them."] = "BUM! %s naprawdę nie lubili najeźdźców, więc zdecydowali się zniszczyć aż %d z nich.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   243
    ["Boris"] = "Borys", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   244
    ["Boss defeated! +30 points!"] = "Szef pokonany! +30 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   245
    ["Boss Slayer! +25 points!"] = "Pogromca Szefów! +25 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   246
    ["Both Barrels"] = "Obie Beczki", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   247
    ["Both your hedgehogs must survive."] = "Oba twoje jeże muszą przeżyć.", -- User_Mission_-_Teamwork_2, User_Mission_-_Teamwork
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   248
    ["Bottom Feeder"] = "Pasożyt", -- Mutant
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   249
--      ["Bounciness"] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   250
--      ["Bouncing Bomb"] = "", -- Basic_Training_-_Bazooka
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   251
--      ["Bouncy Boomerang"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   252
    ["Bouncy Girder: [4]"] = "Odbijająca Belka: [4]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   253
    ["Bouncy Land: [4]"] = "Odbijający Teren: [4]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   254
    ["Bouncy Land"] = "Odbijający Teren", -- HedgeEditor
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   255
--      ["Bounty: Get 6 weapons for each kill (even on own hogs)."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   256
    ["Bozo"] = "Bozo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   257
    ["Brain Blower"] = "Mózgorozwalacz", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   258
    ["Brainiac"] = "Możdżak", -- A_Classic_Fairytale:epil, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   259
    ["Brainila"] = "Możdżila", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   260
    ["Brain Stu"] = "Mózgozupa", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   261
    ["Brain Teaser"] = "Łamigłowa", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   262
    ["Brigadier Briggs"] = "Brygadier Briggs", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   263
    ["Bruce"] = "Bruce", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   264
    ["Brutal Lily"] = "Brutalna Lilia", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   265
    ["Brutus"] = "Brutus", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   266
    ["Build a fortress and destroy your enemy."] = "Zbuduj fortecę i zniszcz swojego wroga.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   267
    ["Build an awesome race track by placing|waypoints which the hedgehogs have to|touch in any order to finish a round."] = "Zbuduj niesamowitą trasę wyścigową,|stawiając punkty kontrolne, które jeże|muszą dotknąć, by zakończyć rundę.", -- Racer
6345
0cf6f1e24dce pl update
szczur
parents: 5927
diff changeset
   268
    ["Build a track and race."] = "Zbuduj trasę i ścigaj się.",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   269
    ["Builder"] = "Budowniczy", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   270
    ["Build one of multiple different structures|to aid you in victory, at the cost of energy."] = "Zbuduj jedną z wielu różnych struktur, by|pomóc sobie w zwycięstwie, kosztem energii.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   271
    ["Bullseye"] = "Oczko", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   272
    ["Bunny"] = "Zając", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   273
    ["burp"] = "burp", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   274
--      ["Bushes"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   275
    ["Bushi"] = "Buszi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   276
    ["Buster"] = "Drań", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   277
    ["But it proved to be no easy task!"] = "Ale okazało się to nie być łatwym zadaniem!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   278
    ["But I want my sandals!"] = "Ale ja chcę moje sandały!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   279
    ["But one thing's for sure:"] = "Ale jedna rzecz jest pewna:", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   280
    ["But that's impossible!"] = "Ale to niemożliwe!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   281
    ["But the ones alive are stronger in their heart!"] = "Ale ci co żyją, są silniejsi w swoich sercach!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   282
    ["But … they kidnapped you!"] = "Ale... porwali cię!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   283
    ["But...we died!"] = "Ale... umarliśmy!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   284
    ["But where can we go?"] = "Ale gdzie możemy pójść?", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   285
    ["But why did you betray us?!"] = "Ale dlaczego nas zdradziłeś?!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   286
    ["But why would they help us?"] = "Ale czemu by nam pomagali?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   287
    ["But you're cannibals. It's what you do."] = "Ale jesteście kanibalami. Tym się zajmujecie.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   288
    ["But you said you'd let her go!"] = "Ale powiedziałeś, że ją wypuścisz!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   289
    ["But you saved me!"] = "Ale uratowałeś mnie!", -- A_Classic_Fairytale:queen
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   290
--      ["By the way, not only bazookas will bounce on water, but also greandes and many other things."] = "", -- Basic_Training_-_Bazooka
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   291
--      ["By the way, not only bazookas will bounce on water, but also grenades and many other things."] = "", -- Basic_Training_-_Bazooka
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   292
--      ["By the way, you can turn around without walking|by holding down Precise when you hit a walk control."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   293
    ["C-1"] = "C-1", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   294
    ["C-2"] = "C-2", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   295
    ["Callahan"] = "Callahan", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   296
    ["Call me Beep! Well, 'cause I'm such a nice...person!"] = "Zwij mnie Brzęczek! Bo jestem taką miłą... osobą!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   297
    ["Cannibal Sentry"] = "Wartownik Kanibali", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   298
    ["Cannibals"] = "Kanibale", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   299
    ["Cannibals?! You're the cannibals!"] = "Kanibale?! To wy jesteście kanibalami!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   300
    ["Can you do it?"] = "Możesz to zrobić?", -- A_Space_Adventure:ice02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   301
--      ["Cappy"] = "", -- Basic_Training_-_Movement
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
   302
    ["Captain Lime"] = "Kapitan Limonka", -- A_Space_Adventure:fruit01, A_Space_Adventure:fruit02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   303
    ["Captain Lime offered his help if you assist him in battle."] = "Kapitan Limonka zaoferował swoją pomoc, jeśli wesprzesz go w walce.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   304
    ["Capture The Flag"] = "Przejmij Flagę", -- Capture_the_Flag, CTF_Blizzard
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   305
--      ["Careful, hedgehogs can't swim!"] = "", -- Basic_Training_-_Movement
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   306
    ["Careless"] = "Nieostrożny",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   307
    ["Carol"] = "Karolina", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   308
    ["Challenge completed!"] = "Wyzwanie ukończone!", -- User_Mission_-_Rope_Knock_Challenge, User_Mission_-_That_Sinking_Feeling, SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   309
    ["CHALLENGE COMPLETE"] = "WYZWANIE UKOŃCZONE", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   310
    ["Challenge failed!"] = "Wyzwanie nieudane!", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   311
    ["Challenge objectives"] = "Cele wyzwania", -- A_Space_Adventure:death02, A_Space_Adventure:desert03, A_Space_Adventure:final, A_Space_Adventure:fruit03, A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   312
    ["Challenge over!"] = "Wyzwanie skończone!", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   313
    ["Challenge"] = "Wyzwanie", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge, User_Mission_-_That_Sinking_Feeling, SpeedShoppa, ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   314
    ["Change Content: [Left], [Right]"] = "Zmień zawartość: [Lewo], [Prawo]", -- HedgeEditor
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   315
--      ["Change direction: [Left]/[Right]"] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   316
    ["Change Health Boost: [Left], [Right]"] = "Zmień wzrost zdrowia: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   317
    ["Change Health: [Left], [Right]"] = "Zmień zdrowie: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   318
    ["Change modification mode: [Left], [Right]"] = "Zmień tryb modyfikacji: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   319
    ["Change Placement Mode: [Up], [Down]"] = "Zmień tryb ustawiania: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   320
    ["Change Rotation: [Left], [Right]"] = "Zmień obrót: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   321
    ["Change Sprite Frame: [Precise]+[Left], [Precise]+[Right]"] = "Zmień klatkę Grafiki: [Precyzja]+[Lewo], [Precyzja]+[Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   322
    ["Change Sprite: [Left], [Right]"] = "Zmień Grafikę: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   323
    ["Change Timer: [Left], [Right]"] = "Zmień czas: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   324
    ["Change weapon: [Long jump] or [Slot 1]-[Slot 3]"] = "Zmień broń: [Długi skok] lub [Slot 1]-[Slot 3]", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   325
    ["Charmander"] = "Charmander", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   326
    ["Chasing the blue hog"] = "Ścigając niebieskego jeża", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   327
    ["Cheater"] = "Oszust", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   328
    ["Checkpoint reached!"] = "Punkt kontrolny osiągnęty!", -- A_Space_Adventure:cosmos, A_Space_Adventure:ice01, A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   329
    ["Chef"] = "Kucharz", -- Battalion, HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   330
    ["Chester"] = "Czester", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   331
    ["Chicken"] = "Kurczak", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   332
    ["Chief Sandologist"] = "Naczelny Piaskolog", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   333
    ["Chikorita"] = "Chikorita", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   334
    ["Choose Selection/Placement/Deletion: [Left], [Right]"] = "Wybierz Zaznaczanie/Ustawianie/Usuwanie: [Lewo], [Prawo]", -- HedgeEditor
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   335
--      ["Choose your continent wisely, as your decision will be permanent."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   336
    ["Choose your side! If you want to join the strange man, walk up to him.|Otherwise, walk away from him. If you decide to att...nevermind..."] = "Wybierz swoją stronę! Jeśli chcesz dołączyć do dziwnego mężczyzny, podejdź do niego.|W innym przypadku, odejdź od niego. Jeśli zdecydujesz się zaata... nieważne...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   337
    ["Chunli"] = "Czunli", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   338
    ["Clark Kent"] = "Clark Kent", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   339
    ["Cleaver Placement Mode"] = "Tryb Stawiania Tasaków", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   340
    ["CLEAVER PLACEMENT MODE"] = "TRYB STAWIANIA TASAKÓW", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   341
    ["Cleaver"] = "Tasak", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   342
    ["Climber"] = "Wspinacz", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   343
    ["Climb Home"] = "Wspinaczka do domu", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   344
    ["Closing in"] = "Nadejście", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   345
    ["Clown"] = "Klaun", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   346
    ["Clowns"] = "Klauny", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   347
    ["Cluck-cluck time: [Fire an egg ~ Sabotages and cures poison ~ Cannot be fired close to another hog]"] = "Czas gdakania: [Wystrzel jajo ~ Sabotuje i leczy truciznę ~ Nie może być wystrzelone blisko innego jeża]", -- Continental_supplies
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   348
    ["Clumsy"] = "Fajtłapa",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   349
    ["Cluster Bomb Training"] = "Trening granatami odłamkowymi", -- Basic_Training_-_Cluster_Bomb
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   350
    ["Collateral Damage"] = "Dodatkowe Obrażenia", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   351
    ["Collateral Damage II"] = "Dodatkowe Obrażenia II", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   352
    ["Collect all the crates, but remember, our time in this life is limited!"] = "Zbierz wszystkie skrzynie, ale pamiętaj - nasz czas w tym życiu jest ograniczony!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   353
    ["Collect or destroy all the health crates."] = "Zbierz lub zniszcz wszystkie skrzynki ze zdrowiem.", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   354
    ["Collect or destroy the final crate to finish the training."] = "Zbierz lub zniszcz ostatnią skrzynkę, by zakończyć trening.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   355
    ["Collect the crate and attack!"] = "Zbierz skrzynię i atakuj!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   356
    ["Collect the crate on the right.|Hint: Select the rope, [Up] or [Down] to aim, [Space] to fire, directional keys to move.|Ropes can be fired again in the air!"] = "Zbierz skrzynię po prawej.|Porada: Wybierz linę, [Góra] lub [Dół], by celować, [Spacja], by wystrzelić, klawisze kierunku, by się poruszać.|Liny mogą być wystrzelone ponownie w powietrzu!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   357
    ["Collect the crates within the time limit!|If you fail, you'll have to try again."] = "Zbierz skrzynie na czas!|Jeśli i się nie uda, będziesz musiał spróbować ponownie.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   358
    ["Collect the first crate to begin!"] = "Zbierz pierwszą skrzynię, by zacząć!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   359
    ["Collect the freezer and get the device part from Thanta."] = "Zbierz zamrażarkę i zabierz część urządzenia Tancie.", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   360
    ["Collect the green and purple invaders."] = "Zbierz zielonych i fioletowych najeźdźców.", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   361
--      ["Collect the remaining crates to complete the training."] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   362
--      ["Collect the weapon crate and drop|a grenade from rope to destroy the barrels."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   363
    ["Collect the weapon crate at the left coast!"] = "Zbierz skrzynię z bronią na lewym wybrzeżu.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   364
    ["Color Squad"] = "Kolorowy Oddział", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   365
    ["Come closer and die! … burp …"] = "Podejdź bliżej i umrzyj! ...bek...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   366
    ["Come closer, so that your training may continue!"] = "Podejdź bliżej, żeby kontynuować swój trening!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   367
    ["Comet"] = "Kometa", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   368
    ["Commander"] = "Dowódca", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   369
    ["Compete to use as few planes as possible!"] = "Rywalizuj w użyciu najmniejszej jak się da ilości samolotów!", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   370
    ["Complete all main and side missions to complete the spacetrip mission."] = "Ukończ wszystkie główne i poboczne misje, by ukończyć kosmiczną wycieczkę.", -- A_Space_Adventure:cosmos
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   371
--      ["Complete the obstacle course."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   372
    ["Complete the remaining side missions to complete this mission."] = "Ukończ pozostałe misje poboczne, by ukończyć tę misję.", -- A_Space_Adventure:cosmos
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   373
    ["Complete the track as fast as you can!"] = "Ukończ trasę tak szybko jak tylko potrafisz!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   374
    ["Completion time: %.2fs"] = "Czas ukończenia: %.2fs", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   375
    ["Comrades! Sail me away!"] = "Kamraci! Zabierzcie mnie stąd!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   376
    ["Configuration accepted."] = "Konfiguracja przyjęta.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   377
    ["Configuration phase"] = "Faza konfiguracjy", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   378
    ["Congrats! You won!"] = "Gratulacje! Wygrałeś!", -- A_Space_Adventure:moon01
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
   379
    ["Congratulations!"] = "Gratulacje",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   380
    ["Congratulations"] = "Gratulacje", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   381
    ["Congratulations, you acquired the device part!"] = "Gratulacje, zdobyłeś część urządzenia!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   382
    ["Congratulations, you are the best!"] = "Gratulacje, jesteś najlepszy!", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   383
    ["Congratulations, you are the fastest!"] = "Gratulacje, jesteś najszybszy!", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   384
    ["Congratulations, you collected the device part!"] = "Gratulacje, zebrałeś część urządzenia!", -- A_Space_Adventure:ice01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   385
--      ["Congratulations! You have completed the obstacle course!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   386
    ["Congratulations! You have destroyed all targets within the time."] = "Gratulacje! Zniszczyłeś wszystkie cele w czasie.", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   387
    ["Congratulations, you have saved Hogera!"] = "Gratulacje, uratowałeś Jeżerrę!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   388
    ["Congratulations! You have truly mastered this challenge! Don't forget to save the demo."] = "Gratulacje! Prawdziwie opanowałeś to wyzwanie! Nie zapomnij zapisać dema.", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   389
    ["Congratulations! You've completed the Basic Rope Training!"] = "Gratulacje! Ukończyłeś podstawowy trening linowy!", -- Basic_Training_-_Rope
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   390
    ["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.",  
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   391
    ["Congratulations! You win."] = "Gratulacje! Wygrywasz.", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   392
    ["Congratulations, you won!"] = "Gratulacje, wygrałeś!", -- A_Space_Adventure:death01, A_Space_Adventure:death02, A_Space_Adventure:desert01, A_Space_Adventure:desert02, A_Space_Adventure:fruit02, A_Space_Adventure:fruit03, A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   393
    ["Conquering the galaxy"] = "Podbijanie galaktyki", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   394
    ["Construction Mode tool"] = "Narzędzie Trybu Konstrukcji", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   395
    ["CONSTRUCTION MODE"] = "TRYB KONSTRUKCJI", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   396
    ["Construction Station: Allows placement of|    girders, rubber, mines, sticky mines|    and barrels."] = "Stacja Konstrukcji: Pozwala na stawianie|    belek, gumy, min, min samoprzylepnych|    i beczek.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   397
    ["Construction Station"] = "Stacja Konstrukcji", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   398
    ["Continental supplies"] = "Kontynentalne zaopatrzenie", -- Continental_supplies
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   399
--      ["Continent selection"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   400
--      ["Continents: Select a continent at the beginning."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   401
    ["Control"] = "Kontrola", -- Control
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   402
    ["Control pillars to score points."] = "Kontroluj kolumny, by zdobyć punkty.",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   403
    ["Controls: Hold the Attack key (space by default) to|fire the rope, then, once attached use:|Left and Right to swing the rope;|Up and Down to contract and expand."] = "Sterowanie: Przytrzymaj przycisk Ataku (domyślnie Spacja), by|wystrzelić linę, potem po zaczepieniu, użyj:|Lewo i Prawo, by rozhuśtać linę;|Góra i Dół, by skurczyć i rozszerzyć.", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   404
    ["Copper"] = "Miedź", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   405
    ["Corn"] = "Kukurydza", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   406
    ["Corporal Calvin"] = "Kapral Kalwin", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   407
    ["Corporationals"] = "Korponacjonaliści", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   408
    ["Corpsemonger"] = "Ciałohandlarz", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   409
    ["Corpse Thrower"] = "Truchło-rzucacz", -- A_Classic_Fairytale:epil
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   410
--      ["Cost: %d"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   411
    ["Cost"] = "Koszt", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   412
--      ["Cotton Needer"] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   413
    ["Count Hogula"] = "Hrabia Jeżula", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   414
    ["Coward"] = "Tchórz", -- A_Classic_Fairytale:queen
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
   415
    ["Crate Before Attack: %s"] = "Skrzynia przed atakiem: %s", -- WxW
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   416
    ["Crate Before Attack: You must collect a crate before you can attack."] = "Skrzynia przed atakiem: Musisz zebrać skrzynię, zanim będziesz móc atakować.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   417
    ["Crate Placer"] = "Stawiacz skrzyń", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   418
    ["Crates: Crates drop more often with a higher chance of bonus ammo"] = "Skrzynie: Skrzynie spadają częściej, z większą szansą na dodatkową amunicję", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   419
    ["Crates: Crates drop randomly and may be empty"] = "Skrzynie: Skrzynie spadają losowo i mogą być puste", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   420
    ["Crates: Crates drop randomly with chance of being empty"] = "Skrzynie: Skrzynie spadają losowo z szansą na bycie pustymi", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   421
    ["Crates left: %d"] = "Pozostałe skrzynie: %d", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   422
    ["Crates Left:"] = "Pozostałe skrzynie:", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   423
    ["Crates per turn: %d"] = "Skrzynie na turę: %d", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   424
    ["crate(s)"] = "skrzyń", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   425
    ["Crazy Gravity: Gravity randomly changes within a range from %i%% to %i%% with a period of %s"] = "Szalona grawitacja: Grawitacja losowo zmienia się w zakresie od %i%% do %i%%, z okresem %s", -- Gravity
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   426
    ["Crazy Runner"] = "Szalony Biegacz", -- A_Space_Adventure:moon02
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   427
--      ["Cricket Time"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   428
    ["Cricket time: [Fire away a 1 sec mine! ~ Cannot be fired close to another hog]"] = "Czas krykieta: [Wystrzel 1-sekundową minę! ~ Nie może być wystrzelone blisko innego jeża]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   429
    ["CTF_Blizzard"] = "CTF Burza Śnieżna", -- CTF_Blizzard
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   430
--      ["Cursor: Build structure"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   431
    ["Cursor: Mode action"] = "Kursor: Akcja trybu", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   432
    ["|Cursor: Place crate"] = "|Kursor: Postaw skrzynię", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   433
    ["Cursor: Place waypoint"] = "Kursor: Postaw punkt kontrolny", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   434
    ["Cutlass Cain"] = "Kordelas Kain", -- 
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   435
    ["Cybernetic Empire"] = "Cybernetyczne Imperium",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   436
    ["Cyborg. It's what the aliens call themselves."] = "Cyborgi. Tak nazywają siebie ci kosmici.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   437
    ["Dahmer"] = "Damer", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   438
    ["Daisy"] = "Stokrotka", -- 
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4715
diff changeset
   439
    ["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "Młody!!! Złaź z mojej głowy!!!",
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
   440
    ["DAMMIT, ROOKIE!"] = "Żółtodziobie!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   441
    ["+%d ammo"] = "+%d amunicji", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   442
    ["+%d Ammo"] = "+%d amunicji", -- Space_Invasion
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   443
    ["Dangerous Ducklings"] = "Niebezpieczne Kaczory",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   444
    ["Dark Strawberry"] = "Mroczna Truskawa", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   445
    ["%d crate(s) remaining"] = "%d skrzyń pozostało", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   446
    ["%d damage was dealt in this game."] = "%d obrażeń zostało zadanych w tej grze.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   447
    ["+%d"] = "+%d", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   448
--      ["%d / %d"] = "", -- Battalion
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   449
--      ["%d | %d"] = "", -- Mutant
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   450
--      ["%d/%d"] = "", -- SpeedShoppa
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   451
    ["Deadly Grape"] = "Zabójczy Winogron", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   452
    ["Deadweight"] = "Balast",
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   453
--      ["Deal 15 damage + 10% of your hog’s health to all hogs around you and get 2/3 back."] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   454
--      ["Deals 15 damage to all enemies in the circle."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   455
    ["Deer"] = "Jeleń", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   456
    ["Defeat all enemies!"] = "Pokonaj wszystkich wrogów!", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   457
    ["Defeat Professor Hogevil!"] = "Pokonaj Profesora Jeżozło!", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   458
--      ["Defeat the cannibals!|Grenade hint: Set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "", -- A_Classic_Fairytale:shadow
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   459
    ["Defeat the cannibals!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "Pokonaj kanibali!|Porada do granatów: ustaw zapalnik używając [1-5], celuj [Góra]/[Dół] i przytrzymaj [Spację], by ustawić moc", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   460
    ["Defeat the cannibals"] = "Pokonaj kanibali", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   461
    ["Defeat the cannibals!|"] = "Pokonaj kanibali!|", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   462
    ["Defeat the cyborgs!"] = "Pokonaj cyborgów!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   463
    ["Defeat the enemy!"] = "Pokonaj wroga!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   464
    ["Delete Waypoint"] = "Usuń punkt kontrolny", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   465
    ["Deletion Mode: [5]"] = "Tryb usuwania: [5]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   466
    ["Deletion Mode"] = "Tryb Usuwania", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   467
    ["Deletition Mode"] = "Tryb Usuwania", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   468
    ["Demo"] = "Demo", -- The_Specialists
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
   469
    ["Demolition is fun!"] = "Rozwałka jest fajna!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   470
    ["Dense Cloud"] = "Gęsta Chmura", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   471
    ["Dense Cloud must have already told them everything..."] = "Gęsta Chmura pewnie im już wszystko powiedział...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   472
    ["Dense Cloud?! What are you doing?!"] = "Gęsta Chmura?! Co ty robisz?!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   473
    ["Depleted Kamikaze! +5 points!"] = "Wyczerpany Kamikaze! +% punktów", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   474
    ["Derp"] = "Derp", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   475
    ["Desert Storm"] = "Pustynna Burza", -- 
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   476
--      ["Destroy all targets with no more than 10 bazookas."] = "", -- Basic_Training_-_Bazooka
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   477
--      ["Destroy all targets with no more than 5 bazookas."] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   478
--      ["Destroy all the targets!"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   479
    ["Destroyer of planes"] = "Niszczyciel samolotów", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   480
    ["Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"] = "Zniszcz go, Spory Przecieku! On jest odpowiedzalny za śmierć wielu z nas!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   481
    ["Destroy invaders and collect bonuses to score points."] = "Niszcz najeźdźców i zbieraj bonusy, by zaliczać punkty.", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   482
--      ["Destroy the targets!"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   483
    ["Destroy the targets!|Hint: Select the Shoryuken and hit [Space]|P.S. You can use it mid-air."] = "Zniszcz cele!|Porada: Wybierz Ognistą Pięść i wciśnij [Spację]|P.S. Możesz używać jej także w powietrzu.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   484
    ["Destroy the targets!|Hint: [Up], [Down] to aim, [Space] to shoot"] = "Zniszcz cele!|Porada: [Góra], [Dół], by celować; [Spacja] by strzelić", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   485
    ["+%d flamer fuel!"] = "+%d paliwa miotacza ognia!", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   486
    ["%d Hapless Hogs left"] = "Zostało %d nieszczęśliwych jeży", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   487
    ["+%d health"] = "+%d zdrowia", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   488
    ["%d-Hit Combo! +%d points!"] = "%d-krotne kombo! +%d punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   489
    ["Did anyone follow you?"] = "Czy ktoś cię śledził?", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   490
    ["Did I miss something?"] = "Czy ja coś przegapiłem?", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   491
    ["Did not finish"] = "Nieukończony", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   492
    ["Did you really think I've changed?"] = "Naprawdę myślałeś, że się zmieniłem?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   493
    ["Did you really think that I've changed?"] = "Naprawdę myślałeś, że się zmieniłem?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   494
    ["Did you really think that we needed the help of one of you?"] = "Naprawdę myślałeś, że potrzebujemy pomocy jednego z was?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   495
    ["Did you see him coming?"] = "Widziałeś jak nadchodzi?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   496
    ["Did you warn the village?"] = "Ostrzegłeś wioskę?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   497
    ["Die, die, die!"] = "Giń, giń, giń!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   498
    ["Difficulty: Easy"] = "Poziom trudności: Łatwy", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   499
    ["Difficulty: Hard"] = "Poziom trudności: Trudny", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   500
    ["Difficulty: "] = "Poziom trudności:", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   501
    ["Dimitry"] = "Dymitr", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   502
    ["%d invaders have been destroyed in this game."] = "%d najeźdźców zostało zniszczonych w tej grze.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   503
    ["Disabled"] = "Wyłączone", -- WxW
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   504
--      ["Disguise as a Rockhopper Penguin"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   505
    ["Disguise as a Rockhopper Penguin: [Swap place with a random enemy hog in the circle]"] = "Przebranie za pingwina skalnegi: [Zamień miejsce z losowym wrogim jeżem w kole]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   506
    ["Displacer"] = "Wypieracz", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   507
    ["Disqualified!"] = "Zdyskwalifikowany!", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   508
    ["Diver"] = "Nurek", -- User_Mission_-_Diver
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   509
    ["%d ms"] = "%d ms", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   510
    ["Doing stuff a monkey could do."] = "Robić rzeczy, które mogłaby zrobić małpa.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   511
    ["Domination game"] = "Gra o dominację", -- Control
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   512
    ["Donald"] = "Donad", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   513
    ["Do not destroy the crates!"] = "Nie niszcz skrzyń!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   514
    ["Do not laugh, inexperienced one, for he speaks the truth!"] = "Nie śmiej się, niedoświadczony, on mówi prawdę!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   515
    ["Do not let his words fool you, young one! He will stab you in the back as soon as you turn away!"] = "Nie pozwól jego słowom cię oszukać, młodzieńcze! On wbije ci nóż w plecy zaraz po tym, jak się odwrócisz!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   516
    ["Don't be foolish, son, there will be more."] = "Nie bądź głupi synu, będzie ich więcej!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   517
    ["Don't blow up the crate."] = "Nie wysadź skrzyni.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   518
    ["Don't destroy the device crate!"] = "Nie zniszcz skrzyni urządzenia!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   519
    ["Don't eliminate Captain Lime before collecting the last crate!"] = "Nie eliminuj Kapitana Limonki przed zebraniem ostatniej skrzyni!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   520
    ["Don't hit me, you fools!"] = "Nie uderzcie mnie, wy głupcy!", -- A_Space_Adventure:moon01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   521
--      ["Don't hit yourself!"] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   522
--      ["Don't touch the flames!"] = "", -- ClimbHome
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   523
    ["Don't you dare harming our tribe!"] = "Nie waż się skrzywdzić naszego plemienia!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   524
    ["Double Kill!"] = "Podwójne zabójstwo!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   525
    ["Double kill!"] = "Podwójne zabójstwo!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   526
    ["Do you have any idea how bad an exploding arrow hurts?"] = "Czy ty masz pojęcie jak bardzo boli eksplodująca strzała?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   527
    ["Do you have any idea how valuable grass is?"] = "Czy ty masz pojęcie jak cenna jest trawa?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   528
    ["Do you have any idea what it's like in the village for a woman?"] = "Czy ty masz pojęcie jak żyje się kobietom w wiosce?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   529
    ["Do you know where they are?"] = "Czy wiesz, gdzie oni są?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   530
    ["Do you think you're some kind of god?"] = "Czy ty myślisz, że jesteś jakimś bogiem?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   531
    ["Dragon's Lair"] = "Gniazdo smoka", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   532
    ["Dr. Banting"] = "Dr Benting", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   533
    ["Dr. Barnard"] = "Dr Bernard", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   534
    ["Dr. Blackwell"] = "Dr Blakłel", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   535
    ["Dr. Cornelius"] = "Dr Korneliusz", -- A_Space_Adventure:cosmos, A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   536
    ["Dr. Crushing"] = "Dr Kraszing", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   537
    ["Dr. Drew"] = "Dr Andrzej", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   538
    ["Dr. Harvey"] = "Dr Harwej", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   539
    ["Dr. Hollows"] = "Dr Holołs", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   540
    ["Dr. Horace"] = "Dr Horacy", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   541
    ["Drill Strike"] = "Wiertniczy nalot", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   542
    ["Drills"] = "Wiertła", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   543
    ["Dr. Jenner"] = "Dr Dżener", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   544
    ["Dr. Jung"] = "Dr Dżang", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   545
    ["Drone Hunter! +10 points!"] = "Łowca dronów! +10 punktów!", -- Space_Invasion
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   546
--      ["Drop a ball of dirt which turns into a|cluster on impact. Doesn’t end turn."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   547
    ["Drop a bomb: [Drop some heroic wind that will turn into a bomb on impact]"] = "Upuść bombę: [Upuść trochę heroicznego wiatru, który przy uderzeniu zamieni się w bombę]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   548
    ["- Dropped flags may be returned or recaptured"] = "- Upuszczone flagi mogą być zwrócone lub ponownie przejęte", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   549
    ["Dropping a weapon while in water would just drown it, but launching one would work."] = "Upuszczenie broni pod wodą by ją utopiłą, ale wystrzelenie zadziała.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   550
--      ["Drop weapon (while on rope): [Long Jump]"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   551
    ["Drowner"] = "Topielec",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   552
    ["Dr. Parkinson"] = "Dr Parkinson", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   553
    ["Drunk greenhorn"] = "Pijany żółtodziób", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   554
    ["Drunk with power, perhaps!"] = "Upił się mocą, być może!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   555
    ["%d sec"] = "%d sekund", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   556
    ["+%d seconds!"] = "%d sekund!", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   557
    ["Dubloon Devil"] = "Dublonowy Diabeł", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   558
    ["Dude, all the plants are gone!"] = "Koleś, wszystkie rośliny zniknęły!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   559
    ["Dude, can you see Ramon and Spiky?"] = "Koleś, widzisz Ramona i Kolczastego?", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   560
    ["Dude, it's unbearable!"] = "Koleś, to jest nie do zniesienia!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   561
    ["Dude, let me out!"] = "Koleś, wypuść mnie!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   562
    ["Dude, that outfit is so cool!"] = "Koleś, ten kostium jest taki odjazdowy!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   563
    ["Dude, that's so cool!"] = "Koleś, to takie odlotowe!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   564
    ["Dude, this is boring!"] = "Koleś, to jest nudne!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   565
    ["Dude, we really need a new shaman..."] = "Koleś, naprawdę potrzebujemy nowego szamana...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   566
    ["Dude, what's this place?!"] = "Koleś, co to za miejsce?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   567
    ["Dude, where are we?"] = "Koleś, gdzie my jesteśmy?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   568
    ["Dude, wow! I just had the weirdest high!"] = "Koleś, wow! Miałem właśnie najdziwniejszy odlot!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   569
    ["Dude, wow, you're so cute!"] = "Koleś, wow, jesteś taki słodki!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   570
    ["Dud Mine Placement Mode"] = "Tryb Ustawiania Niewybuchów", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   571
    ["DUD MINE PLACEMENT MODE"] = "TRYB USTAWIANIA NIEWYBUCHÓW", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   572
    ["Duration"] = "Czas trwania", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   573
    ["During the final testing of the device an accident happened."] = "Podczas finałowych testów urządzenia zdarzył się wypadek.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   574
    ["During the game you can get new RC planes by collecting the weapon crates."] = "Podczas gry możesz zdobyć nowe samolociki, zbierając skrzynie z broniami.", -- A_Space_Adventure:desert03
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   575
--      ["Dust Storm"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   576
    ["Dust storm: [Deals 15 damage to all enemies in the circle]"] = "Burza pyłowa: [Zadaje 15 obrażeń każdemu wrogowi w kole]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   577
    ["Each time you destroy all the targets on your current level you'll get teleported to the next level."] = "Za każdym razem, gdy zniszczysz wszystkie cele na twoim aktualnym poziomie, zostaniesz przeteloportowany do następnego poziomu.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   578
    ["Each time you play this missions enemy hogs will play in a random order."] = "Za każdym razem, gdy grasz w tę misję, wrogie jeże będą grały w losowym porządku.", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   579
    ["Each turn is only ONE SECOND!"] = "Każda tura to tylko JEDNA SEKUNDA!", -- Frenzy
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   580
    ["Each turn you get 1-3 random weapons"] = "Z każdą turą dostaniesz 1-3 bronie",
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   581
    ["Each turn you get one random weapon"] = "Z każdą turą dostaniesz losową broń",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   582
    ["Each turn you'll have only one rope to use."] = "W każdej turze będziesz mieć tylko jedną linę do użycia.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   583
    ["Eagle Eye: [Blink to the impact ~ One shot]"] = "Sokole Oko: [Mrugnij do uderzenia ~ Jeden strzał]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   584
    ["Eagle Eye"] = "Sokole Oko", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   585
    ["Ear Sniffer"] = "Wąchacz Uszu", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   586
    ["EASY"] = "ŁATWY", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   587
    ["Eckles"] = "Ekles", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   588
    ["Eclipse"] = "Zaćmienie", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   589
    ["Editing Commands: (Use while no weapon is selected)"] = "Komendy edytowania: (Użyj ,gdy nie wybrano broni)", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   590
    ["Ehm, okay ..."] = "Em, dobrze...", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   591
    ["Elderbot"] = "Starszyrobot", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   592
    ["Elimate your captor."] = "Wyeliminuj swojego porywacza.", -- User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   593
    ["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Wyeliminuj wszystkie cele, zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.", 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   594
    ["Eliminate the Blue Team before the time runs out."] = "Wyeliminuj Niebieską Drużynę, zanim upłynie czas.", -- User_Mission_-_Dangerous_Ducklings
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   595
    ["Eliminate the enemy before the time runs out."] = "Wyeliminuj wroga, zanim upłynie czas.", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
   596
    ["Eliminate the enemy hogs to win."] = "Wybij jeże przeciwnika by wygrać.",
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
   597
    ["Eliminate the enemy specialists."] = "Zabij specjalistów wroga.",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   598
    ["Eliminate the enemy."] = "Wyeliminuj wroga.", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock, User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   599
    ["Eliminate Unit 3378."] = "Wyeliminuj Jednostkę 3378.", -- User_Mission_-_Teamwork
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   600
    ["Eliminate WatchBot 4000."] = "Wyeliminuj PaczBota 4000.", -- User_Mission_-_Teamwork_2
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   601
--      ["Eliminate your captor."] = "", -- User_Mission_-_The_Great_Escape
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   602
    ["Elite pilot"] = "Elitarny pilot", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   603
    ["Elmo"] = "Elmo", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   604
    ["Enabled"] = "Włączone", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   605
    ["Enemy kills: Collect victim's weapons and +%d%% of its base health"] = "Zabójstwa wroga: Zabierz bronie ofiary i +%d%% jej bazowego zdrowia", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   606
    ["Energetic Engineer"] = "Inżynier Energetyczny",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   607
    ["Engineer"] = "Inżynier", -- HedgeEditor, The_Specialists
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   608
    ["Enjoy the swim..."] = "Popływaj trochę...",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   609
    ["Entered boredom phase! Discrepancies detected …"] = "Wchodzę w fazę nudy! Wykryto rozbieżności...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   610
    ["Epilogue"] = "Epilog", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   611
    ["ERROR [getHogInfo]: Hog is nil!"] = "BŁĄD [getHogInfo]: Jeż jest nil!", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   612
    ["Eugene"] = "Eugeniusz", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   613
    ["Europe"] = "Europa", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   614
    ["Every 2 rings, the ring color will be green and you'll get an extra flying saucer."] = "Za każde 2 pierścienie, kolor pierścienia będzie zielony i dostaniesz dodatkowy latający talerz.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   615
    ["Every 2 rings you'll get extra flying saucers."] = "Za każde 2 pierścienie dostaniesz dodatkowe latające talerze.", -- A_Space_Adventure:ice02
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
   616
    ["Everyone knows this."] = "Każdy to wie.", -- A_Classic_Fairytale:enemy
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   617
    ["Every single time!"] = "Za każdym razem!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   618
    ["Everything looks OK..."] = "Wszystko wygląda w porządku...", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   619
    ["Every time you kill an enemy hog your ammo will get reset next turn."] = "Za każdym razem, gdy zabijesz wrogiego jeża, twoja amunicja zresetuje się w następnej turze.", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   620
    ["Everywhere I look, I see hogs walking around …"] = "Wszędzie, gdzie spojrzę, widzę chodzące jeże...", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   621
    ["Exactly, man! That was my dream."] = "Dokładnie ziom! To był mój sen.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   622
    ["Except me, of course! I just saved a whole planet!"] = "Oprócz mnie, oczywiście! Właśnie uratowałem całą planetę!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   623
    ["Experienced beginner"] = "Doświadczony początkujący", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   624
    ["Explore the tunnel with the other hedgehogs and search for the device"] = "Przeszukaj tunel z innymi jeżami i szukaj urządzenia", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   625
    ["Exploring the tunnel"] = "Eksploracja tunelu", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   626
    ["Eye Chewer"] = "Przeżuwacz Oczu", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   627
    ["Fair Wind"] = "Sprawiedliwy Wiatr", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   628
--      ["Fall Damage"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   629
--      ["Fallen Angel"] = "", -- Tentacle_Terror
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   630
    ["Family Reunion"] = "Spotkanie rodzinne", -- A_Classic_Fairytale:family
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   631
--      ["Fastest lap: %.3fs by %s"] = "", -- TrophyRace
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   632
    ["Fastest lap: "] = "Najszybsze okrążenie: ",
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
   633
    ["Feeble Resistance"] = "Ruch Oporu",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   634
    ["Fell From Grace"] = "Upadły z Łaski", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   635
    ["Fell From Heaven is the best! Fell From Heaven is the greatest!"] = "Upadły z Niebios jest najlepszy! Upadły z Niebios jest najświetniejszy!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   636
    ["Fell From Heaven"] = "Upadły z Niebios", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   637
    ["Femur Lover"] = "Wielbiciel Ud", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   638
    ["Fierce Competition! +8 points!"] = "Zacięta rywalizacja! +8 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   639
    ["Fiery Water?! Are you drunk again?"] = "Ognista Woda? Znowu jesteś pijany?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   640
    ["Fiery Water"] = "Ognista Woda", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   641
    ["Fighting instead of cultivating a beautiful friendship."] = "Walcząc, zamiast podtrzymywać piękną przyjaźń.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   642
    ["Fight: Press [Attack]"] = "Walcz: Wciśnij [Atak]", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   643
    ["Filthy Blue"] = "Brudny Niebieski", -- User_Mission_-_Dangerous_Ducklings
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   644
--      ["Final Challenge:"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   645
--      ["Finally! We're out of this hellhole. Now go save the princess, %s!"] = "", -- A_Classic_Fairytale:family
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   646
    ["Finally you are here!"] = "Nareszcie tu jesteś!", -- A_Space_Adventure:desert01, A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   647
    ["Final result"] = "Końcowy rezultat", -- Mutant
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   648
--      ["Final Targets"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   649
    ["Final team scores:"] = "Końcowe wyniki drużyn:", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   650
    ["Find a way to detonate all the explosives and stay alive!"] = "Znajdź sposób, by zdetonować wszystkie ładunki wybuchowe i przeżyć!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   651
    ["Find your tribe!|Cross the lake!"] = "Znajdź swoje plemie!|Przekrocz jezioro!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   652
    ["Finish this challenge as fast as possible to earn bonus points."] = "Ukończ to wyzwanie najszybciej, jak to możliwe, by zdobyć dodaktowe punkty.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   653
    ["Finish waypoint placement"] = "Zakończ stawianie punktów kontrolnych", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   654
    ["Finish your training|Hint: Animations can be skipped with the [Precise] key."] = "Ukończ swój trening|Porada: Animacje mogą być pominięte przyciskiem [Precyzja]", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   655
--      ["Finite Ropes"] = "", -- Basic_Training_-_Rope
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   656
--      ["Fire a rocket with napalm."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   657
    ["Fire: [Precise]"] = "Strzel: [Precyzja]", -- Space_Invasion, Tumbler
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   658
--      ["Fire some exploding medicine that will heal 15 health to all hogs in its effect radius."] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   659
--      ["Fire your hedgehog like a sticky mine."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   660
    ["First aid kits?!"] = "Apteczki?", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   661
    ["First Blood"] = "Pierwsza krew", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   662
--      ["- First clan to capture the flag wins"] = "", -- Capture_the_Flag
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   663
--      ["- First clan to score %d captures wins"] = "", -- Capture_the_Flag
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   664
    ["First killer will mutate"] = "Pierwszy zabójca zmutuje", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   665
    ["First Steps"] = "Pierwsze kroki", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   666
    ["- First team to capture the flag wins"] = "Pierwsa drużyna, która przejmie flagę, wygrywa", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   667
    ["- First team to score %d captures wins"] = "Pierwsa drużyna, która przejmie flagę %d razy, wygrywa", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   668
    ["Fishy"] = "Podejrzany", -- 
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   669
    ["Flag captured!"] = "Flaga przechwycona!",
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   670
    ["Flag respawned!"] = "Flaga przywrócona!",
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   671
    ["Flag returned!"] = "Flaga odzyskana!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   672
    ["Flamer"] = "Miotacz ognia",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   673
    ["Flamer selected!"] = "Miotacz ognia wybrany!", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   674
    ["Flaming Worm"] = "Płomienisty Robal", -- A_Classic_Fairytale:backstab
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   675
--      ["Flare"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   676
    ["Flawless victory!"] = "Bezbłędne zwycięstwo!", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   677
    ["Flee: Press [Jump]"] = "Ucieknij: Wciśnij [Skok]", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   678
    ["Flesh for Brainz"] = "Mięso dla Mózgów", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   679
    ["Fly around and hurl explosives to your enemies."] = "Lataj dookoła i ciskaj ładunki wybuchowe na swoich wrogów.", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   680
    ["Flying Saucer Training"] = "Trening latającego talerza", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   681
    ["Fly into space to fight off the invaders with barrels!"] = "Leć w kosmos, by odeprzeć najeźdźców beczkami!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   682
    ["Fly to the meteorite and detonate the explosives"] = "Poleć do meteorytu i zdetonuj ładunki", -- A_Space_Adventure:cosmos
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   683
--      ["Forgetfulness: You will lose all your weapons each turn."] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   684
--      ["For the next crate, you have to do back jumps."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   685
    ["Four Eyes"] = "Czterooki", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   686
    ["Frank"] = "Franek", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   687
    ["Frankie"] = "Franka", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   688
    ["Free Dense Cloud and continue the mission!"] = "Uwolnij Gęstą Chmurę i kontynuuj misję!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   689
    ["FRENZY"] = "SZAŁ", -- Frenzy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   690
    ["Friendly Fire!"] = "Przyjacielski Ogień!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   691
    ["Friendly kills: Clear killer's pool and -%d%% of its base health"] = "Przyjacielskie zabójstwa: Wyczyść pulę zabójcy i -%d%% jego bazowego zdrowia", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   692
    ["From the second turn and beyond the water rises."] = "Od drugiej tury woda się podwyższa.", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   693
    ["Frozen Bandits"] = "Zamrożeni Bandyci", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   694
    ["Fruit Assassins"] = "Owocowi Zabójcy", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   695
    ["Fruit"] = "Owoc", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   696
    ["Fruity"] = "Owocny", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   697
    ["Fuel: %d"] = "Paliwo: %d", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   698
    ["Fuzzy Beard"] = "Puszystobrody", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   699
    ["“g=150”, where 150 is 150% of normal gravity."] = "\"g=150\", gdzie 150 to 150% normalnej grawitacji.", -- Gravity
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
   700
    ["“g=50, g2=150, period=4000” for gravity changing|from 50 to 150 and back with period of 4000 ms."] = "\"g=50, g2=150, period=4000\" dla grawitacji zmieniającej|się od 50 do 150 i z powrotem, z okresem 4000 ms.", -- Gravity
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   701
    ["Galaxy Guardians"] = "Galaktyczni Strażnicy", -- Big_Armory
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   702
    ["Game Modifiers: "] = "Modyfikatory: ",
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   703
    ["GAME OVER!"] = "KONIEC GRY!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   704
    ["Game over!"] = "Koniec gry", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   705
    ["Game Started!"] = "Gra rozpoczęta!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   706
    ["Game? Was this a game to you?!"] = "Gra? To była dla ciebie gra?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   707
    ["Gangsters"] = "Gangsterzy", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   708
    ["GasBomb"] = "Bomba Gazowa", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   709
    ["Gas Gargler"] = "Gazowy Płukacz", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   710
    ["Gasp! A smuggler!"] = "*dyszy* Przemytnik!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   711
    ["Gasp!"] = "*dyszy*", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   712
    ["Gathering fruits all day long."] = "Zbieram owoce przez całe dnie.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   713
    ["Gear information hidden"] = "Informacje o rzeczach ukryte", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   714
    ["Gear information shown"] = "Informacje o rzeczach pokazane", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   715
    ["Gear Placement Tool"] = "Narzędzie Ustawiania Rzeczy", -- HedgeEditor
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   716
--      ["General information:"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   717
    ["General information"] = "Ogólne informacje", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   718
    ["General Lemon"] = "Generał Cytryna", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   719
    ["Generator: Generates energy."] = "Generator: Generuje energię.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   720
    ["Generator"] = "Generator", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   721
    ["Get Dense Cloud out of the pit!"] = "Wydostań Gęstą Chmurę z dołu!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   722
    ["Get him, Spike!"] = "Bierz go, Kolczasy!", -- A_Space_Adventure:desert01
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   723
    ["Get on over there and take him out!"] = "Dostań się tam i go wykończ!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   724
    ["Get on the head of the mole"] = "Wejdź na głowę kreta", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   725
    ["Get past the flower."] = "Przejdź przez kwiatek.", -- A_Classic_Fairytale:journey
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
   726
    ["Get ready to fight!"] = "Przygotuj się do walki!", -- A_Space_Adventure:moon01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   727
    ["Get that crate!"] = "Zdobądź tę skrzynię!", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   728
--      ["Get the crate on the other side of the island."] = "", -- A_Classic_Fairytale:journey
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   729
    ["Get the crate on the other side of the island!|"] = "Zdobądź skrzynię na drugim końcu wyspy!|", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   730
--      ["Get the final crate to the right to complete the training."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   731
    ["Get the highest score to win."] = "Zdobądź najwyższy wynik, by wygrać.", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   732
--      ["Get the next crate by jumping over the abyss."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   733
    ["Getting ready"] = "Przygotowanie", -- A_Space_Adventure:cosmos, A_Space_Adventure:desert01, A_Space_Adventure:desert02, A_Space_Adventure:ice01, A_Space_Adventure:ice02, A_Space_Adventure:moon01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   734
--      ["Getting Started"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   735
    ["Getting to the device"] = "Dojście do urządzenia", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   736
    ["Get to the crate using your flying saucer!"] = "Dostań się do skrzyni, używając swojego latającego talerza!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   737
    ["Get to the target using your rope!"] = "Dostań się do celu, używając swojej liny!", -- Basic_Training_-_Rope
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   738
--      ["Get your teammates out of their natural prison and save the princess!"] = "", -- A_Classic_Fairytale:family
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   739
    ["Get your teammates out of their natural prison and save the princess!|Hint: Drilling holes should solve everything.|Hint: It might be a good idea to place a girder before starting to drill. Just saying.|Hint: All your hedgehogs need to be above the marked height!|Hint: Leaks A Lot needs to get really close to the princess!"] = "Wydostań swoich kolegów z ich naturalnego więzienia i uratuj księżniczkę!|Porada: Wywiercenie dziur powinno wszystko rozwiązać.|Porada: Może być dobrym pomysłem, by ustawić belkę przez rozpoczęciem wiercenia. Tylko mówię.|Porada: Wszystkie twoje jeże powiny być ponad zaznaczoną wysokością!|Porada: Spory Przeciek musi dostać się naprawdę blisko księżniczki!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   740
    ["Giggles"] = "Chichot", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   741
    ["Gimme Bones"] = "Dej Kości", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   742
    ["Girder"] = "Belka", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   743
    ["Girder Placement Mode"] = "Tryb Stawiania Belek", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   744
    ["GIRDER PLACEMENT MODE"] = "TRYB STAWIANIA BELEK", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   745
    ["Give a hog a preset identity and weapons"] = "Daj jeżowi ustaloną tożsamość i bronie", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   746
    ["Give an entire team themed hats and names"] = "Daj całej drużynie tematyczne czapki i imiona", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   747
    ["Glark"] = "Glark", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   748
    ["Glasses"] = "Okulary", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   749
    ["Glassy"] = "Szklisty", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   750
    ["Goal Definition Mode"] = "Tryb Definicji Celu", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   751
    ["GOAL DEFINITION MODE"] = "TRYB DEFINICJI CELU", -- HedgeEditor
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   752
--      ["Goal: Score %d points or more to win!"] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   753
    ["Go and collect the crate"] = "Idź i zbierz skrzynię", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   754
    ["Godai"] = "Godai", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   755
    ["Go down and save these PAotH hogs!"] = "Zejdź na dół i uratuj te jeże z PSJ!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   756
    ["Go, get him again!"] = "Idźcie, złapcie go znowu!", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   757
    ["Goggles"] = "Gogl", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   758
    ["Goggs"] = "Gogs", -- 
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
   759
    ["GO! GO! GO!"] = "RUCHY! RUCHY! RUCHY!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   760
    ["Good birdy......"] = "Dobry ptaszek......",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   761
    ["Good bye!"] = "Do widzenia!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   762
    ["Good Dude"] = "Dobry Kolo", -- User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   763
    ["Good idea, they'll never find us there!"] = "Dobry pomysł, nigdy nas tu nie znajdą!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   764
    ["Good job! Defeat the rest of the aliens!"] = "Dobra robota! Pokonaj resztę obcych!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   765
    ["Good job!"] = "Dobra robota!", -- Basic_Training_-_Flying_Saucer, Basic_Training_-_Rope
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   766
--      ["Good job! Now destroy the final targets to finish the training."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   767
    ["Good luck...or else!"] = "Powodzenia... lub nie!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   768
    ["Good luck out there!"] = "Powodzenia tam!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   769
    ["Good luck!"] = "Powodzenia!", -- A_Space_Adventure:desert01, A_Space_Adventure:fruit02
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
   770
    ["Good so far!"] = "Jak dotąd idzie dobrze!",
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
   771
    ["Good to go!"] = "Gotowi do akcji!",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   772
--      ["Good! You now control Cappy."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   773
    ["Go on top of the flower"] = "Wejdź na szczyt kwiatka", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   774
    ["Go, quick!"] = "Idź szybko!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   775
    ["Gorkij"] = "Gorkij", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   776
    ["Go surf!"] = "Idź serfować!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   777
    ["Got 1 more saucer and 8 more seconds added to the clock"] = "Zdobywasz 1 talerz więcej i 8 więcej sekund dodane do zegara", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   778
    ["Got 1 more saucer"] = "Zdobywasz 1 talerz więcej", -- A_Space_Adventure:ice02
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   779
    ["GOTCHA!"] = "MAM CIĘ!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   780
    ["Go to Thanta and get the device part!"] = "Idź do Tanty i zdobądź część urządzenia!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   781
    ["Go to the surface!"] = "Idź na powierzchnię!", -- A_Space_Adventure:fruit02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   782
--      ["Go to the target."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   783
    ["Go to the upper platform and get the weapons in the crates!"] = "Idź na górną platformę i zdobądź bronie ze skrzyń!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   784
    ["Got the saucer!"] = "Dotarto do talerza!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   785
    ["Got to go back."] = "Muszę wracać.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   786
    ["Got you? You're acting weird."] = "Dopadło cię? Dziwnie się zachowujesz.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   787
    ["Grab mines/barrels: [High jump]"] = "Złap miny/beczki: [Wysoki skok]", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   788
    ["Gravity: 100%"] = "Grawitacja: 100%", -- Gravity
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   789
--      ["Great!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   790
    ["Great choice, Steve! Mind if I call you that?"] = "Świetny wybór, Stefan! Masz coś przeciwko nazywaniu cię tak?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   791
    ["Great! Let’s kill all these enemies, using portals."] = "Świetnie! Zabijmy wszystkich tych wrogów, używając portali.", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   792
    ["Great work! Now hit it with your Baseball Bat! |Tip: You can change weapon with 'Right Click'!"] = "Świetna robota! Teraz uderz go swoim kijem bejsbolowym!|Porada: Możesz zmienić broń 'Prawym kliknięciem'!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   793
    ["Great! You will be contacted soon for assistance."] = "Świetnie! Niedługo skontaktujemy się z tobą po pomoc.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   794
    ["Green areas are portal-proof and repel portals."] = "Zielone obszary są portaloodporne i odpierają portale.", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   795
    ["Green areas are portal-proof."] = "Zielone obszary są portaloodporne.", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   796
    ["Green Bananas won!"] = "Zielone Banany wygrywają!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   797
    ["Green Bananas"] = "Zielone Banany", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   798
    ["Green Hog Grape"] = "Zielonojeżowy Winogron", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   799
    ["Green hogs won't intentionally hurt you."] = "Zielone jeże nie zaatakują cię umyślnie.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   800
    ["Greenhorn"] = "Żółtodziób", -- User_Mission_-_RCPlane_Challenge
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   801
--      ["Green Lipstick Bullet"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   802
    ["Green lipstick bullet: [Poisonous, deals no damage]"] = "Zielony szminkowy pocisk: [Zatruty, nie zadaje obrażeń]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   803
    ["Green"] = "Zielony", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   804
    ["Greetings, cloudy one!"] = "Witaj, chmurzysty", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   805
    ["Greetings from the Navy, %s (%s), for being a distance of %d away from the mainland!"] = "Pozdrowienia od Marynarki, %s (%s), za bycie w odległości %d od lądu!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   806
    ["Greetings, %s!"] = "Pozdrowienia, %s!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   807
    ["Greg"] = "Grzegorz", -- User_Mission_-_Teamwork_2, User_Mission_-_Teamwork
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   808
    ["Grenade Group"] = "Granatowa Grupa", -- Target_Practice_-_Grenade_easy, Target_Practice_-_Grenade_hard
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   809
--      ["Grenades explode after 1 to 5 seconds (you decide)."] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   810
--      ["Grenades with high bounciness bounce a lot and behave chaotic."] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   811
--      ["Grenade Team"] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   812
    ["Grenade Training"] = "Trening Granatowy", -- Basic_Training_-_Grenade
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   813
    ["Grenadier"] = "Grenadier", -- Target_Practice_-_Grenade_easy, Target_Practice_-_Grenade_hard, HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   814
    ["Grenadiers"] = "Grenadierzy", -- Basic_Training_-_Grenade
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   815
    ["Grey"] = "Szary", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   816
    ["Guards"] = "Strażnicy", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   817
    ["Guile"] = "Wilhelm", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   818
    ["Guys, do you think there's more of them?"] = "Ziomki, myślicie, że jest ich więcej?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   819
    ["Haha! Come!"] = "Haha! Chodź!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   820
    ["HAHA!"] = "HAHA!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   821
    ["Haha!"] = "Haha!", -- A_Classic_Fairytale:united
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   822
    ["Hahahaha!"] = "Hahahaha!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   823
    ["Haha, I love the look on your face!"] = "Haha, uwielbiam to spojrzenie na twojej twarzy!", -- A_Classic_Fairytale:queen
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   824
    ["Haha, now THAT would be something!"] = "Haha, to było by COŚ",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   825
    ["Haha, that was just a coincidence!"] = "Haha, to był tylko przypadek!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   826
    ["Hammer"] = "Młotek", -- Construction_Mode, Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   827
    ["Hannibal"] = "Hannibal", -- A_Classic_Fairytale:epil
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5791
diff changeset
   828
    [" Hapless Hogs left!"] = " Nieszczęsne Jeże pozostały",
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   829
    ["Hapless Hogs"] = "Nieszczęsne Jeże",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   830
    ["Happy with your race track?|Then stop building and start racing!"] = "Zadowolony ze swojej trasy?|Więc przestań budować i zacznij wyścig!", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   831
    ["Hard flying"] = "Twarde latanie", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   832
    ["HARD"] = "TRUDNY", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   833
    ["Harris"] = "Harys", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   834
    ["Harry"] = "Henryk", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   835
    ["Harry Potter"] = "Harry Potter", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   836
    ["Hatless Jerry"] = "Bezczapkowy Jerry", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   837
    ["Have no illusions, your tribe is dead, indifferent of your choice."] = "Nie miej złudzeń, twoje plemię jest martwe, niezależnie od twojego wyboru.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   838
    ["Haven't found it yet ..."] = "Jeszcze tego nie znalazłem...", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   839
    ["Have we ever attacked you first?"] = "Czy kiedykolwiek zaatakowaliśmy pierwsi?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   840
    ["H confirmed that there isn't such a PAotH activity logged."] = "J potwierdził, że nie ma zapisanej takiej aktywności PSJ.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   841
    ["Healing Station: Heals nearby hogs."] = "Stacja Lecząca: Leczy pobliskie jeże.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   842
    ["Healing Station"] = "Stacja Lecząca", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   843
--      ["Health and Mission Panel"] = "", -- Basic_Training_-_Movement
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   844
--      ["Health"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   845
    ["Health Crate Placement Mode"] = "Tryb Stawiania Apteczek", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   846
    ["HEALTH CRATE PLACEMENT MODE"] = "TRYB STAWIANIA APTECZEK", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   847
    ["Health: %d"] = "Zdrowie: %d", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   848
    ["Health: Hogs lose up to 7% base health per turn"] = "Zdrowie: Jeże tracą do 7% bazowego zdrowia co turę", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   849
    ["Health Modification Mode"] = "Tryb Modyfikacji Zdrowia", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   850
    ["HEALTH MODIFICATION MODE"] = "TRYB MODYFIKACJI ZDROWIA", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   851
    ["Heartful"] = "Serdeczny", -- Challenge_-_Speed_Shoppa_-_Hedgelove
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   852
--      ["Heavenly Defense"] = "", -- Tentacle_Terror
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   853
    ["Heavy Cannfantry"] = "Ciężka Kanibaleria", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   854
    ["Heavy"] = "Ciężki",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   855
    ["Heckles"] = "Hekles", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   856
    ["Heck, you even executed one of your own!"] = "Do licha, nawet wykonaliście wyrok na jednym ze swoich!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   857
    ["Hedge-cogs"] = "Jeże Zębate", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   858
    ["HEDGEEDITOR"] = "JEŻEDYTOR", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   859
    ["HedgeEditor tool"] = "Narzędzie JeżEdytora", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   860
    ["Hedgehog"] = "Jeż", -- 
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   861
--      ["Hedgehog Projectile"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   862
    ["Hedgehog projectile: [Fire your hog like a Sticky Bomb]"] = "Jeżowy pocisk: [Wystrzel swojego jeża jak minę samoprzylepną]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   863
    ["Hedgehogs can not be deleted."] = "Jeże nie mogą być usunięte", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   864
    ["Hedgehogs will be revived after their death."] = "Jeże zostaną ożywione po śmierci.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   865
    ["Hedgehogs will start in the first waypoint."] = "Jeże zaczną na pierwszym punkcie kontrolnym.", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   866
    ["Hedgibal Lecter"] = "Hanijeż Lekter", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   867
    ["He doesn't know it but this device is a part of the anti-gravity device."] = "On tego nie wie, ale to urządzenie jest częścią urządzenia antygrawitacyjnego.", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   868
    ["He has captured the rest of the PAotH team and awaits to capture you!"] = "On już porwał resztę zespołu PSJ i teraz oczekuje, aż porwie ciebie!", -- A_Space_Adventure:moon01
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
   869
    ["Heh, it's not that bad."] = "Heh, nie jest aż tak źle.",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   870
    ["Height over time"] = "Wysokość według czasu", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   871
    ["He is a very tough and very determined hedgehog. I would be extremely careful if I were you."] = "On jest bardzo twardym i zdeterminowanym jeżem. Na twoim miejscu byłbym bardzo ostrożny.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   872
    ["Helena"] = "Helena", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   873
    ["Hell Army"] = "Armia Piekieł", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   874
    ["Hello again, %s!"] = "Witaj znowu, %s!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   875
    ["Help Disabled"] = "Pomoc wyłączona", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   876
    ["Help Enabled"] = "Pomoc włączona", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   877
    ["Helpers: Each team starts with %d helper points"] = "Pomocnicy: Każda drużyna zaczyna z %d punktami pomocniczymi", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   878
    ["Helpers: Hogs will get 1 out of 2 helpers randomly each turn"] = "Pomocnicy: Jeże dostaną losowo 1 z 2 pomocników co turę", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   879
    ["Help Hog Solo to find all the parts of the anti-gravity device."] = "Pomóż Hogowi Solo znaleźć wszystkie części urządzenia antygrawitacyjnego.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   880
    ["Help me, Leaks!"] = "Przeciek, pomóż mi!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   881
    ["Help me, please!!!"] = "Pomóż mi, proszę!!!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   882
    ["Help me, please!"] = "Pomóż mi, proszę!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   883
    ["He moves like an eagle in the sky."] = "Porusza się on jak orzeł po niebie.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   884
    ["He must be in the village already."] = "On musi już być w wiosce.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   885
    ["HeneK"] = "HeneK", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   886
    ["Here, let me help you save her!"] = "Tutaj, daj mi pomóc ci ją uratować!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   887
    ["Here, let me help you!"] = "Tutaj, daj mi sobie pomóc!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   888
    ["Here...pick your weapon!"] = "Masz... wybierz swoją broń!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   889
    ["Here! Take it!"] = "Masz! Weź to!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   890
    ["Here we go!"] = "No to ruszamy!", -- A_Space_Adventure:moon01
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   891
--      ["Here you will find the current mission instructions."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   892
    ["Here you will learn how to fly the flying saucer|and get so learn some cool tricks."] = "Tutaj poznasz jak lata się latającym talerzem|i będziesz mieć szansę poznać odlotowe sztuczki.", -- Basic_Training_-_Flying_Saucer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   893
--      ["Heroic Wind"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   894
    ["Hero Team"] = "Drużyna Bohatera", -- User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   895
    ["He's so brave..."] = "Jest taki odważny...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   896
    ["He was the lab assistant of Dr. Goodhogan, the inventor of the anti-gravity device."] = "Był asystentem laboratoryjnym Dr Dobrojeża, wynalazcy urządzenia antygrawitacyjnego.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   897
    ["He won't be selling us out anymore!"] = "On już nas nie sprzeda!", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   898
--      ["Hey, don't forget us! We still need to climb up!"] = "", -- A_Classic_Fairytale:family
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   899
    ["Hey, guys!"] = "Hej, koledzy!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   900
    ["Hey guys!"] = "Hej koledzy!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   901
    ["Hey, Hog Solo! Finally you have come!"] = "Hej, Hog Solo! Nareszcie przybyłeś!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   902
    ["Hey! I was supposed to collect it!"] = "Hej! Miałem ją zebrać!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   903
    ["Hey, %s! Look, someone is stealing the saucer!"] = "Hej, %s! Zobacz, ktoś kradnie nasz talerz!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   904
    ["Hey! This is cheating!"] = "Hej! To oszukiwanie!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   905
    ["Hidden"] = "Ukryte", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   906
    ["High Gravity: Gravity is %i%%"] = "Wysoka grawitacja: Grawitacja wynosi %i%%", -- Gravity
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   907
--      ["High Jump: [Backspace]"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   908
    ["Highlander: Eliminate hogs to take their weapons"] = "Highlander: Wyeliminuj jeże, by zabrać ich bronie", -- Highlander
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
   909
    ["Highland: Hogs get %d random weapons from their pool"] = "Wyżyna: Jeże dostają %d losowych broni ze swoich pul", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   910
--      ["--- Highland Mode ---"] = "", -- Battalion
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   911
    ["--- Highland ---"] = "--- Wyżyna ---", -- Battalion
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   912
--      ["High Target"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   913
    ["Hightime"] = "Najwyższa pora", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   914
    ["Hightower"] = "Wysowieża", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   915
--      ["Hill Guard"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   916
    ["Hi! Nice to meet you."] = "Cześć! Miło cię poznać.", -- A_Space_Adventure:ice01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   917
--      ["Hint: Don't stand too close at the wall before you jump!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   918
    ["Hint: Double Jump - Press [Backspace] twice"] = "Wskazówka: Podwójny skok - Wciśnij [Backspace] dwa razy", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   919
--      ["Hint: Drilling holes should solve everything."] = "", -- A_Classic_Fairytale:family
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   920
--      ["Hint: Hit “High Jump” again when you're close to the highest point of a high jump."] = "", -- Basic_Training_-_Movement
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   921
--      ["Hint: Hold down [M] to review the mission texts."] = "", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   922
--      ["Hint: If this mission panel disappears, you can|see it again by hitting the Pause or Quit key."] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   923
--      ["Hint: It might be a good idea to place a girder before starting to drill. Just saying."] = "", -- A_Classic_Fairytale:family
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   924
--      ["Hint: It might be easier if you vary the angle only slightly."] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   925
    ["Hint: Kills won't transfer a hog's pool to the killer's pool"] = "Wskazówka: Zabójstwa nie przetransferują puli jeża do puli zabójcy", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   926
--      ["Hint: Launch the bazooka horizontally at full power."] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   927
    ["Hint: Press [Esc] to review the mission texts."] = "Porada: Wciśnij [Esc], by zobaczyć teksty misji.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   928
    ["Hint: Select the blow torch, aim and press [Fire]. Press [Fire] again to stop."] = "Porada: Wybierz palnik, wyceluj i wciśnij [Strzał]. Wciśnij ponownie [Strzał], by się zatrzymać.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   929
    ["Hint: Select the low gravity and press [Fire]."] = "Porada: Wybierz niską grawitację i wciśnij [Strzał].", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   930
--      ["Hint: %s needs to get really close to the princess!"] = "", -- A_Classic_Fairytale:family
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   931
--      ["Hint: The rope only bends around objects.|When it doesn't hit anything, it's always straight."] = "", -- Basic_Training_-_Rope
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
   932
--      ["Hint: Use the flower for orientation."] = "", -- Basic_Training_-_Movement
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
   933
--      ["Hint: Use the quit key to see the team’s continent."] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   934
--      ["Hint: When you shorten the rope, you move faster!|And when you lengthen it, you move slower."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   935
    ["--- Hint ---"] = "--- Wskazówka ---", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   936
--      ["Hint: You might want to stay out of sight and take all the crates ..."] = "", -- A_Classic_Fairytale:journey
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   937
    ["Hint: you might want to stay out of sight and take all the crates...|"] = "Porada: Możesz chcieć pozostać poza widokiem i zabrać wszystkie skrzynie...|", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   938
    ["His arms are so strong!"] = "Jego ręce są tak silne!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   939
    ["hits"] = "wskazówki", -- Basic_Training_-_Bazooka
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   940
--      ["Hit the “Switch Hedgehog” key until you have|selected Cappy, the hedgehog with the cap!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   941
    ["H"] = "J", -- A_Space_Adventure:cosmos, A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   942
    ["Hmm … it's going slower than expected."] = "Hmm... to będzie wolniejsze, niż się spodziewałem.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   943
    ["Hmmm...actually...I didn't either."] = "Hmmm... właściwie... ja również nie.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   944
    ["Hmmm..."] = "Hmmm...",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   945
    ["Hmmm, I’ll have to find some way of moving him off this anti-portal surface."] = "Hmmm, będę musiał znaleźć jakiś sposób zepchnięcia go z tej powierzchni antyportalowej.", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   946
    ["Hmmm...it's a draw. How unfortunate!"] = "Hmmm... to remis. Jak niefortunnie!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   947
    ["Hmmm...perhaps a little more time will help."] = "Hmmm... być może więcej czasu pomoże.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   948
    ["Hm ... Now I ran out of fuel."] = "Hm... teraz skończyło mi się paliwo.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   949
    ["Hog 100"] = "Jeż 100", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   950
    ["Hog 1"] = "Jeż 1", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   951
    ["Hog 3x5"] = "Jeż 3x5", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   952
    ["Hog 7+7"] = "Jeż 7+7", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   953
    ["Hog decar"] = "Jeż decar", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   954
    ["Hog dertien"] = "Jeż dertien", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   955
    ["Hog D"] = "Jeż D", -- A_Space_Adventure:fruit03
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   956
--      ["Hog %d"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   957
    ["Hog EOF"] = "Jeż EOF", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   958
    ["Hogera is definitely the last planet I saved!"] = "Jeżera jest definitywnie ostatnią planetą, którą uratowałem!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   959
    ["Hogera is safe!"] = "Jeżera jest bezpieczna!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   960
    ["Hog exi"] = "Jeż exi", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   961
    ["Hog Hephaestus"] = "Jeż Hefajstos", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   962
    ["Hog Identity Mode"] = "Tryb Tożsamości Jeża", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   963
    ["HOG IDENTITY MODE"] = "TRYB TOŻSAMOŚCI JEŻA", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   964
    ["Hog III"] = "Jeż III", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   965
    ["Hogminator"] = "Jeżminator", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   966
    ["Hog nueve"] = "Jeż nueve", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   967
    ["Hog octo"] = "Jeż okto", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   968
    ["Hogonauts"] = "Jeżonauci", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   969
    ["Hog onze"] = "Jeż onze", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   970
    ["Hog Saturn"] = "Jeż Saturn", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   971
    ["Hogs in sight!"] = "Jeż na widoku!", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   972
    ["Hog Solo and GB"] = "Hog Solo i ZB", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   973
    ["Hog Solo arrived at the Desert Planet!"] = "Hog Solo przybył na Pustynną Planetę!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   974
    ["Hog Solo arrived at the Fruit Planet!"] = "Hog Solo przybył na Planetę Owoców!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   975
    ["Hog Solo arrived at the Ice Planet!"] = "Hog Solo przybył na Lodową Planetę!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   976
    ["Hog Solo arrived at the meteorite!"] = "Hog Solo przybył na meteoryt!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   977
    ["Hog Solo arrived at the moon!"] = "Hog Solo przybył na księżyć!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   978
    ["Hog Solo arrived at the Planet of Death!"] = "Hog Solo przybył na Planetę Śmierci!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   979
    ["Hog Solo couldn't escape, try again!"] = "Hog Solo nie mógł uciec, spróbuj ponownie!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   980
    ["Hog Solo escaped successfully!"] = "Hog Solo uciekł pomyślnie!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   981
    ["Hog Solo has to reach the last crates"] = "Hog Solo musi dostać się do ostatnich skrzyń", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   982
    ["Hog Solo has to refuel his saucer."] = "Hog Solo musi uzupełnić paliwo w swoim spodku.", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   983
    ["Hog Solo"] = "Hog Solo", -- A_Space_Adventure:cosmos, A_Space_Adventure:death01, A_Space_Adventure:death02, A_Space_Adventure:desert01, A_Space_Adventure:desert02, A_Space_Adventure:desert03, A_Space_Adventure:final, A_Space_Adventure:fruit01, A_Space_Adventure:fruit02, A_Space_Adventure:fruit03, A_Space_Adventure:ice01, A_Space_Adventure:ice02, A_Space_Adventure:moon01, A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   984
    ["Hog Solo lost, try again!"] = "Hog Solo przegrał, spróbuj ponownie!", -- A_Space_Adventure:death01, A_Space_Adventure:death02, A_Space_Adventure:desert01, A_Space_Adventure:desert02, A_Space_Adventure:desert03, A_Space_Adventure:final, A_Space_Adventure:fruit02, A_Space_Adventure:fruit03, A_Space_Adventure:ice01, A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   985
    ["Hog Solo wins, congratulations!"] = "Hog Solo wygrywa, gratulacje!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   986
    ["- Hogs will be revived"] = "- Jeże zostaną ożywione", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   987
    ["- Hogs will drop the flag when killed"] = "Jeże upuszczą flagę po zginięciu", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   988
    ["Hog two"] = "Jeż dwa", -- A_Space_Adventure:fruit03
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   989
--      ["Hold [Attack] to attach the rope."] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
   990
--      ["Hold the Attack key pressed for more power."] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   991
    ["Holy shit!"] = "Jasna cholera!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   992
    ["Homing Bee"] = "Pszczoła", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   993
    ["Honda"] = "Honda", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   994
    ["Honest Lee"] = "Szczery Li", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   995
    ["Hook"] = "Hak", -- Challenge_-_Speed_Shoppa_-_Ropes
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   996
    ["Hooks"] = "Haki", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   997
    ["Hooray!"] = "Hurra!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   998
    ["Hooray! I actually did it! Hogera is safe!"] = "Hurra! Jednak mi się udało! Jeżera jest bezpieczna!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
   999
    ["Hooray! I've found it, now I have to get back to Captain Lime!"] = "Hurra! Znalazłem to. Teraz muszę wrócić do Kapitana Limonki.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1000
    ["Hooray! You are a champion!"] = "Hurra! Jesteś mistrzem!", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1001
    ["Hopeless case"] = "Beznadziejny przypadek", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1002
    ["Hop on top of the next flower and advance to the left coast."] = "Wskocz na następny kwiatek i posuwaj się w stronę lewego wybrzeża.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1003
    ["Horns"] = "Rogi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1004
    ["Hostage Situation"] = "Zakładnicza sytuacja", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1005
    ["How can I ever repay you for saving my life?"] = "Jak mogę ci się odpłacić za uratowanie mi życia?", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1006
    ["How come in a village full of warriors, it's up to me to save it?"] = "Jak to jest, że w wiosce pełnej wojowników, to do mnie należy uratowanie jej?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1007
    ["How could you betray us?"] = "Jak mogłeś nas zdradzić?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1008
    ["How difficult would you like it to be?"] = "Jak trudne chciałbyś, żeby to było?", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1009
    ["HOW DO THEY KNOW WHERE WE ARE?"] = "SKĄD ONI WIEDZĄ, GDZIE JESTEŚMY?", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1010
    ["However, if you fail to do so, she dies a most violent death, just like your friend! Muahahaha!"] = "Jednakże, jeśli nie uda ci się tego zrobić, ona umrze najbardziej brutalną śmiercią, tak jak twój przyjaciel! Muahahaha!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1011
    ["However, if you fail to do so, she dies a most violent death! Muahahaha!"] = "Jednakże, jeśli nie uda ci się tego zrobić, ona umrze najbardziej brutalną śmiercią! Muahahaha!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1012
    ["However, my mates don't agree with me on letting you go..."] = "Jednakże, moi kumple nie zgodzą się ze mną, by cię wypuścić...", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1013
    ["However, the army of Yellow Watermelons is about to attack any moment now."] = "Jednakże, armia Żółtych Arbuzów może zaatakować w każdej chwili.", -- A_Space_Adventure:fruit01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1014
--      ["How to Rope"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1015
    ["How would you like being discriminated against?"] = "Jak podoba ci się bycie dyskryminowanym?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1016
    ["Huh?"] = "Huh?", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:queen
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1017
    ["Hunter"] = "Strzelec",  
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1018
    ["I ain't gonna sit around no more!"] = "Nie mam zamiaru dłużej siedzieć!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1019
    ["I already said I'm sorry!"] = "Już powiedziałem, że przepraszam!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1020
    ["I always suspected him!"] = "Zawsze go podejrzewałem!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1021
    ["I am going to leave the kids play by themselves."] = "Zamierzam zostawić dzieci, by bawiły się same.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1022
    ["I am not ready for this planet yet. I should visit it when I have found all the other device parts."] = "Nie jestem jeszcze gotowy na tę planetę. Powinienem odwiedzić ją, kiedy znajdę wszystkie inne części urządzenia.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1023
    ["I am sorry but I was looking for a device that may be hidden somewhere around here."] = "Przepraszam, ale szukałem urządzenia, które może być schowane gdzieś tutaj.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1024
    ["I believe there's more of them."] = "Nie mogę uwierzyć, że jest ich więcej.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1025
    ["I cannot let you go any further! … burp …"] = "Nie mogę pozwolić ci podejść ani trochę bliżej! ...bek...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1026
    ["I can see you have been training diligently."] = "Widzę, że pilnie trenowałeś.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1027
    ["I can't believe how blind we were."] = "Nie mogę uwierzyć jacy byliśmy ślepi.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1028
    ["I can't believe it worked!"] = "Nie mogę uwierzyć, że to zadziałało!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1029
    ["I can't believe this!"] = "Nie mogę w to uwierzyć!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1030
    ["I can't believe what I'm hearing!"] = "Nie mogę uwierzyć w to co słyszę!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1031
    ["I can't let you go further because …"] = "Nie mogę pozwolić ci pójść dalej, bo...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1032
    ["I can't wait any more, I have to save myself!"] = "Nie mogę już dłużej czekać, muszę się ratować!", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1033
--      ["Ice"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1034
    ["Ice Jake"] = "Lodowy Dżejk", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1035
    ["I could just teleport myself there..."] = "Mógłbym się tam po prostu teleportować.", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1036
    ["Icy Girder: [3]"] = "Lodowa Belka: [3]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1037
    ["Icy Land: [3]"] = "Lodowy Teren: [3]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1038
    ["Icy Land"] = "Lodowy Teren", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1039
    ["I'd better get going myself."] = "Lepiej sam już pójdę.", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1040
--      ["Identity Thief"] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1041
    ["I didn't until about a month ago."] = "Nie robiłem, aż do jakoś zeszłego miesiąca.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1042
    ["I don't care. It's worth a fortune! Good bye, you idiot!"] = "Nie obchodzi mnie to. To jest warte fortunę! Do widzenia, idioto!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1043
    ["I don't know how you did that. But good work!|The next one should be easy as cake for you!"] = "Nie wiem jak to zrobiłeś. Ale dobra robota!|Następny powinien być dla ciebie łatwy!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1044
    ["I don't know if I can forget what you've done!"] = "Nie wiem, czy mogę zapomnieć co zrobiłeś!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1045
    ["I don't know who I can trust anymore."] = "Nie wiem już komu mogę ufać.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1046
    ["I don't like your tone! You're hurting me!"] = "Nie lubię twojego tonu! On mnie rani!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1047
    ["I feel something...a place! They will arrive near the circles!"] = "Coś wyczuwam... miejsce! Oni przybędą niedaleko kół!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1048
    ["If only I had a way..."] = "Gdybym tylko miał wyjście...", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1049
    ["If only I were given a chance to explain my being here..."] = "Gdybym tylko dostał szansę wytłumaczyć swoją obecność tutaj...", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1050
--      ["If only one enemy is left, you'll get bonus ammo."] = "", -- A_Space_Adventure:death02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1051
    ["I forgot that she's the daughter of the chief, too..."] = "Zapomniałem, że ona jest też córką szefa...", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1052
    ["I found it! Hooray!"] = "Znalazłem to! Hurra!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1053
    ["If some good old explosives were enough to save Hogera …"] = "Jeśli trochę starych dobrych ładunków wybuchowych by wystarczyło, aby uratować Jeżerę...", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1054
    ["If they try coming here, they can have a taste of my delicious knuckles!"] = "Jeśli spróbują tu przyjść, posmakują moich kastetów!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1055
    ["If you agree to provide the information we need, you will be spared!"] = "Jeśli zgodzisz się zdradzić informacje, których potrzebujemy, zostaniesz oszczędzony!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1056
    ["If you can get that crate fast enough, your beloved \"princess\" may go free."] = "Jeśli uda ci się zdobyć tę skrzynię wystarczająco szybko, twoja ukochana \"księżniczka\" zostanie uwolniona.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1057
    ["If you decide to help us, though, we will no longer need to find a new governor for the island."] = "Jednak jeśli zdecydujesz się nam pomóc, nie będziemy już musieli znaleźć nowego gubernatora dla wyspy.", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1058
--      ["If you don't want to slip away, you have to keep moving!"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1059
--      ["If you get stuck, use your Desert Eagle or restart the mission!"] = "", -- A_Classic_Fairytale:journey
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1060
    ["If you get stuck, use your Desert Eagle or restart the mission!|"] = "Jeśli utkniesz, użyj swojego Desert Eagle lub zrestartuj misję!|", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1061
    ["If you help us you can keep the device if you find it but we'll keep everything else."] = "Jeśli nam pomożesz, możesz zatrzymać urządzenie jeśli je znajdziesz, ale zatrzymay wszytko inne.", -- A_Space_Adventure:fruit02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1062
--      ["If you hurt an enemy, you'll get one third of the damage dealt."] = "", -- A_Space_Adventure:death02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1063
    ["If you injure a hedgehog you'll get 35% of the damage dealt."] = "Jeśli zranisz jeża, otrzymasz 35% zadanych obrażeń.", -- A_Space_Adventure:death02
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1064
--      ["If you just don’t care …"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1065
    ["If you kill a hedgehog with the respective weapon your health points will be set to 100."] = "Jeśli zabijesz jeża odpowiednią bronią, twoje zdrowie zostanie ustawione na 100.", -- A_Space_Adventure:death02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1066
--      ["If you kill an enemy, your health will be set to 100."] = "", -- A_Space_Adventure:death02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1067
    ["If you know what I mean..."] = "Jeśli wiesz co mam na myśli...", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1068
--      ["If you miss a shot while trying to|re-attach, your rope is gone, too!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1069
    ["If you say so..."] = "Jeśli tak mówisz...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1070
    ["If you skip a turn then the turn time left will be added to your next turn."] = "Jeśli pominiesz turę, pozostały czas zostanie dodany do twojej następnej tury.", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1071
    ["If you wish to replay, there are other possible endings, too!"] = "Jeśli zechcesz zagrać ponownie, są również inne możliwe zakończenia!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1072
    ["Igmund"] = "Igmund", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1073
    ["I grew sick of the oppression! I broke free!"] = "Miałam dość opresji! Uwolniłam się!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1074
    ["I guess I can't go far without fuel!"] = "Zdaje się, że nie mogę zajść daleko bez paliwa!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1075
    ["I guess we lost him!"] = "Zdaje się, że go zgubiliśmy!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1076
    ["I guess you'll have to kill them."] = "Zdaje się, że będziesz musiał ich zabić.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1077
    ["I have come to make you an offering..."] = "Przyszedłem, by ci coś zaoferować...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1078
    ["I have heard that the local tribes say that many years ago some PAotH scientists were dumping their waste here."] = "Słyszałem, jak lokalne plemienia mówiły, że wiele lat temu jacyś naukowcy PSJ wyrzucali tu śmieci.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1079
    ["I have more important things to do!"] = "Mam ważniejsze rzeczy do zrobienia!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1080
    ["I have no idea where that mole disappeared...Can you see it?"] = "Nie mam pojęcia, gdzie ten kret zniknął. Ty go widzisz?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1081
    ["I have only 3 hogs available and they are all cadets."] = "Mam dostępne tylko 3 jeże i wszyscy są kadetami.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1082
    ["I have to follow that alien."] = "Muszę śledzić tego obcego.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1083
    ["I have to get back to the village!"] = "Muszę dostać się z powrotem do wioski!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1084
    ["I have to reach the surface as quickly as I can."] = "Muszę dotrzeć na powierzchnię tak szybko, jak mogę.", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1085
    ["I hope you are prepared for a small challenge, young one."] = "Mam nadzieję, że jesteś gotowy na małe wyzwanie, młodzieńcze.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1086
    ["I just don't want to sink to your level."] = "Nie chcę zniżyć się do twojego poziomu.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1087
    ["I just forgot all checkpoints of incomplete missions."] = "Właśnie zapomniałem wszystkie punkty kontrolne niedokończonych misji.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1088
    ["I just found out that they have captured your princess!"] = "Właśnie się dowiedziałem, że porwali waszą księżniczkę!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1089
    ["I just want the strange device you found!"] = "Chcę po prostu to dziwne urządzenie, które znalazłeś!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1090
    ["I just wonder where Ramon and Spiky disappeared..."] = "Zastanawiam się, gdzie podziali się Ramon i Kolczasty.", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1091
    ["Ikeda"] = "Ikeda", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1092
    ["I know and I'm terribly sorry!"] = "Wiem, i strasznie mi przykro!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1093
    ["I know, my hero!"] = "Wiem, mój bohaterze!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1094
    ["I know that your resources are low due to the battle but I'll send two of my best hogs to assist you."] = "Wiem, że twoje zasoby są na wyczerpaniu z powodu bitwy, ale wyślę dwóch z moich najlepszych jeży, by cię wsparli.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1095
    ["I … like being with you, too."] = "Ja... również lubię z tobą być.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1096
    ["I'll get him!"] = "Dopadnę go!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1097
    ["I'll hold them off while you return to the village!"] = "Zatrzymam ich, a ty wróć do wioski!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1098
    ["I'll let you know whatever I know about him if you manage to catch me 3 times."] = "Przekażę ci wszystko, co o nim wiem, jeśli uda ci się złapać mnie 3 razy.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1099
    ["I'll make good use of it."] = "Zdrobię z tego pożytek.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1100
    ["I'll protect you!"] = "Będę cię chronił!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1101
    ["I love Dense Cloud now!"] = "Teraz kocham Gęstą Chmurę!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1102
    ["I love you."] = "Kocham cię.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1103
    ["I'm afraid I can't let you proceed!"] = "Obawiam się, że nie mogę pozwolić ci przejść.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1104
    ["I'm afraid we cannot afford that."] = "Obawiam się, że nie możemy sobie na to pozwolić.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1105
    ["Imagine those targets are the wolves that killed your parents! Take your anger out on them!"] = "Wyobraź sobie, że te cele to wilki, które zabiły twoich rodziców! Wyzwól na nich swój gniew!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1106
    ["I'm...alive? How? Why?"] = "Ja... żyję? Jak? Dlaczego?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1107
    ["I'm a ninja."] = "Jestem ninja.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1108
    ["I marked the place of their arrival. You're welcome!"] = "Zaznaczyłem miejsce ich przybycia. Nie ma za co!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1109
    ["I may lost this battle, but I haven't lost the war yet!"] = "Może i przegrałem tę bitwę, ale jeszcze nie przegrałem wojny!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1110
    ["I'm certain that this is a misunderstanding, fellow hedgehogs!"] = "Jestem pewien, że to nieporozumienie, jeżowi koledzy!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1111
    ["I mean, none of you ceased to live."] = "Znaczy, nikt z was nie przestał żyć.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1112
    ["I'm getting old for this!"] = "Robię się na to za stary.", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1113
    ["I'm getting thirsty..."] = "Chce mi się pić...", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1114
    ["I'm glad this is over!"] = "Cieszę się, że to koniec!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1115
    ["I'm here to help you rescue her."] = "Jestem tu pomóc ci ją uratować.", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1116
    ["I'm living a dream!"] = "Przeżywam sen!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1117
    ["I'm not sure about that!"] = "Nie jestem tego pewny!", -- A_Classic_Fairytale:united
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1118
--      ["IMPORTANT: To see the mission panel again, hold the mission panel key."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1119
    ["Impressive...you are still dry as the corpse of a hawk after a week in the desert..."] = "Imponujące... nadal jesteś suchy, jak zwłoki jastrzębia po tygodniu na pustyni...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1120
    ["%i ms"] = "%i ms", -- Gravity
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1121
    ["I'm so glad this is finally over!"] = "Tak się cieszę, że to wreszcie koniec!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1122
    ["I'm so scared!"] = "Tak się boję!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1123
    ["I'm still low on hogs. If you are not afraid I could use a set of extra hands."] = "Nadal mam mało jeży. Jeśli się nie boisz, przydałyby się dodatkowe dłonie do pomocy.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1124
    ["I'm still with the aliens."] = "Nadal jestem z obcymi.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1125
    ["I'm terribly sorry!"] = "Tak mocno przepraszam!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1126
    ["I'm the spy! I've been giving you out!"] = "Jestem szpiegiem! Wydawałam was!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1127
    ["In am also entrusting you with some rope."] = "Powierzam ci również trochę liny.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1128
    ["In case you haven't noticed, I'm a woman, too!"] = "W razie, gdybyś nie zauważył, też jestem kobietą!", -- A_Classic_Fairytale:queen
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1129
--      ["Increase the dust storm damage by sacrificing|your invulnerable ammo."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1130
    ["Incredible..."] = "Niesamowite...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1131
    ["Indestructible Girder: [2]"] = "Niezniszczalna Belka: [2]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1132
    ["Indestructible Land: [2]"] = "Niezniszczalny Teren: [2]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1133
    ["Indestructible Land"] = "Niezniszczalny Teren", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1134
    ["In each round, the worst hedgehog of the round is eliminated."] = "W każdej rundzie, najgorszy jeż rundy jest eliminowany.", -- TrophyRace
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1135
    ["I need to find the others!"] = "Muszę odnaleźć innych!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1136
    ["I need to get to the other side of this island, fast!"] = "Muszę dostać się na drugą stronę tej wyspy, szybko!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1137
    ["I need to move the tribe!"] = "Muszę przemieścić plemię!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1138
    ["I need to prevent their arrival!"] = "Muszę zapobiec ich przybyciu!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1139
    ["I need to warn the others."] = "Muszę ostrzec innych.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1140
    ["In fact, you are the only one that's been acting strangely."] = "Tak naprawdę, jesteś jedynym, który dziwnie się zachowywał.", -- A_Classic_Fairytale:backstab
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1141
--      ["Initial health: %d"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1142
    ["Initiate escape wish!"] = "Inicjalizuj życzenie ucieczki!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1143
    ["In order to get to the other side, you need to get rid of the crates first."] = "Żeby dostać się na drugą stronę, musisz pozbyć się najpierw skrzyń.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1144
    ["Insanity!"] = "Szaleństwo!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1145
    ["Inside %d"] = "Wewnątrz %d", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1146
    ["Inside"] = "Wewnątrz", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1147
    ["Instructions"] = "Instrukcje", -- Basic_Training_-_Flying_Saucer
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1148
    ["Instructor"] = "Instruktor",  
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1149
    ["Insufficient Power"] = "Niewystarczająca Moc", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1150
    ["Interesting idea, haha!"] = "Ciekawy pomysł, haha!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1151
    ["Interesting! Last time you said you killed a cannibal!"] = "Ciekawe! Ostanim razem mówiłeś, że zabiłeś kanibala!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1152
    ["In the Ice Planet Flying Saucer Stadium ..."] = "Na Stadionie Latających Talerzy Lodowej Planety...", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1153
    ["In the meantime, take these and return to your \"friend\"!"] = "W międzyczasie, weź je i wróć do swojego \"przyjaciela\"!", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1154
--      ["In the stadium, where the best pilots compete ..."] = "", -- A_Space_Adventure:ice02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1155
    ["In this accident, Professor Hogevil lost all his spines on his head!"] = "W wypadku tym, Profesor Jeżozło stracił wszystkie kolce na swojej głowie!", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1156
    ["In this mission you get %d%% fuel."] = "W tej misji dostajesz %d%% paliwa.", -- User_Mission_-_Diver
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1157
    ["In this mission you have infinite time."] = "W tej misji masz nieskończony czas.", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1158
    ["Invalid Placement"] = "Nieprawidłowe Ustawienie", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1159
    ["Invasion"] = "Inwazja", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1160
    ["In your best (and only) flight you took out %d crates with one RC plane!"] = "W swoim najlepszym (i jedynym) locie, usunąłeś %d skrzyń jednym samolotem!", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1161
    ["In your best flight you took out %d crates with one RC plane."] = "W swoim najlepszym locie, usunąłeś %d skrzyń jednym samolotem.", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1162
    ["I regret to end your little odyssey."] = "Z przykrością kończę twoją małą wędrówkę.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1163
    ["I saw it with my own eyes!"] = "Widziałem to na własne oczy!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1164
    ["I see..."] = "Widzę...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1165
    ["I see you already took care of your enemies."] = "Widzę, że już zająłeś się swoimi wrogami.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1166
    ["I see you have already taken the leap of faith."] = "Widzę, że zrobiłeś już skok wiary.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1167
    ["I see you would like his punishment to be more...personal..."] = "Widzę, że chciałbyś, żeby jego kara była bardziej... osobista...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1168
    ["I sense another wave of cannibals heading my way!"] = "Wyczuwam kolejną falę kanibali idących w moją stronę!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1169
    ["I sense another wave of cannibals heading our way!"] = "Wyczuwam kolejną falę kanibali idących w naszą stronę!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1170
    ["I should get myself a portal device, maybe this crate has one."] = "Powinienem sobie zdobyć urządzenie portalowe. Może ta skrzynia ma takie.", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1171
    ["I should go now, goodbye!"] = "Muszę już iść, do widzenia!", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1172
    ["I shouldn't have drunk that last pint."] = "Nie powinienem był wypić tego ostatniego piwa.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1173
    ["%i s"] = "%i s", -- Gravity
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1174
    ["Is this place in my head?"] = "Czy to miejsce jest w mojej głowie?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1175
    ["I still can't believe he sold us out like that."] = "Nie mogę uwierzyć, że tak po prostu nas wydał.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1176
    ["I still can't believe you forgave her!"] = "Nie mogę uwierzyć, że jej wybaczyłeś!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1177
    ["I still have to get rid of the crates."] = "Nadal muszę pozbyć się skrzyń.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1178
    ["Itami"] = "Itami", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1179
    ["It doesn't matter. I won't let that alien hurt my daughter!"] = "To nie ma znaczenia. Nie pozwolę temu obcemu skrzywdzić mojej córki!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1180
    ["I think I love you!"] = "Myślę, że cię kocham!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1181
    ["I think we are safe here."] = "Myślę, że jesteśmy tu bezpieczni.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1182
    ["I thought their shaman died when he tried our medicine!"] = "Myślałem, że ich szaman umarł, gdy spróbował naszego lekarstwa!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1183
    ["It is called 'Hogs of Steel'."] = "Nazywa się 'Jeż ze Stali'.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1184
    ["It is time to practice your fighting skills."] = "Już czas, byś poćwiczył swoje zdolności bojowe.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1185
    ["It must be a childhood trauma..."] = "To musi być trauma z dzieciństwa...", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1186
    ["It must be the aliens' deed."] = "To pewnie robota obcych.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1187
    ["It must be the aliens!"] = "To pewnie obcy!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1188
    ["It must be the cyborgs again!"] = "To pewnie znowu te cyborgi!", -- A_Classic_Fairytale:enemy
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1189
--      ["It needs some practice, but you have infinite lives."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1190
    ["I told you, I just found them."] = "Mówię ci, właśnie je znalazłem.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1191
    ["It only works in teleportation nodes of your own clan."] = "To działa tylko w węzłach teleportacyjnych twojego klanu.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1192
    ["It's a good thing SUDDEN DEATH is 99 turns away..."] = "Jak to dobrze, że NAGŁA ŚMIERĆ jest dopiero za 99 tur...",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1193
    ["It's all about the right carrots, you know."] = "Wszystko zależy od właściwej marchewki, no wiesz.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1194
    ["It's always up to women to clear up the mess men created!"] = "Zawsze należało do kobiet, by posprzątać bałagan pozostawiony przez mężczyzn!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1195
    ["It's amazing how quickly our lives can change."] = "To niesamowite, jak szybko nasze życia potrafią się zmienić.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1196
    ["It's an ancient ritual of theirs."] = "To ich starożytny rytuał.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1197
    ["IT'S A SERIOUS MEDICAL CONDITION!"] = "TO POWAŻNE SCHORZENIE!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1198
    ["It's a shame, I forgot how to do that!"] = "Ale wstyd, zapomniałem jak to się robi!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1199
    ["It's a shame, really!"] = "To wstyd, naprawdę!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1200
    ["It seems that Professor Hogevil has prepared for your arrival!"] = "Zdaje się, że Profesor Jeżozło przygotował się na twoje przybycie!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1201
    ["It's empty!"] = "Jest pusta!", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1202
    ["It's impossible to communicate with the spirits without a shaman."] = "Niemożliwa jest komunikacja z duszami, bez szamana.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1203
    ["It's not that easy, so listen carefully:"] = "To nie takie łatwe, więc słuchaj uważnie:", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1204
    ["It's over..."] = "To koniec!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1205
    ["It's precious to me!"] = "Jest dla mnie cenny!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1206
    ["It's time you learned that your actions have consequences!"] = "To czas, byś się nauczył, że twoje akcje mają konsekwencje!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1207
    ["It's worth more than wood!"] = "Jest warty więcej niż drewno!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1208
    ["It's your fault you're there!"] = "Jesteś tu ze swojej winy!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1209
    ["It wants our brains!"] = "To chce naszych mózgów.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1210
    ["It was all a trick?!"] = "To wszystko było sztuczką?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1211
    ["It was all just bad luck!"] = "To wszystko był tylko pech!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1212
    ["It was completely useless!"] = "To było kompletnie bezużyteczne!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1213
    ["It was fun to watch, though."] = "Zabawnie się to jednak oglądało.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1214
    ["It was fun to watch."] = "Zabawnie się to oglądało.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1215
    ["It was not a dream, unwise one!"] = "To nie był sen, nierozsądny!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1216
    ["It wasn't her fault!"] = "To nie była jej wina!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1217
    ["It would be wiser to steal the space ship while the PAotH guards are taking a brake!"] = "Byłoby mądrzej ukraść statek kosmiczny, kiedy strażnicy PSJ mają przerwę!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1218
    ["Ivan"] = "Iwan", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1219
    ["I've made it! Yeah!"] = "Udało mi się! Tak!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1220
    ["I've seen this before. They just appear out of thin air."] = "Widziałem to już wcześniej. Oni pojawiają się znikąd.", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1221
    ["I've thought that the best way to get the device is to let you collect most of the parts for me!"] = "Myślałem, że najlepszym sposobem, by zdobyć urządzenie, jest pozwolić ci zebrać większość części dla mnie!", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1222
    ["I want to play a game..."] = "Zagrajmy w grę...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1223
    ["I want to see how it handles this!"] = "Chcę zobaczyć jak sobie z tym poradzi!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1224
    ["I was heading home, you see!"] = "Szedłem w stronę domu, widzisz!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1225
    ["I was so scared."] = "Tak się bałam.", -- A_Classic_Fairytale:epil
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1226
    ["I was told that as the leader of the king's guard, no one knows this world better than you!"] = "Powiedziano mi, że jako dowódca królewskiej straży, nikt nie zna tego świata lepiej od ciebie!", -- A_Space_Adventure:fruit01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1227
    ["I will never hand you the parts!"] = "Nigdy nie oddam ci części!", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1228
    ["I wish to help you, %s!"] = "Chcę ci pomóc, %s!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1229
    ["I wonder where Dense Cloud is..."] = "Zastanawiam się, gdzie jest Gęsta Chmura...", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1230
    ["I wonder why I'm so angry all the time..."] = "Zastanawiam się, dlaczego jestem taki zły cały czas...", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1231
    ["I won't let you kill her!"] = "Nie pozwolę ci jej zabić!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1232
    ["I won't let you kill the tribe!"] = "Nie pozwolę ci zabić plemienia!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1233
    ["I would gladly help you if we won this battle but under these circumstances I'll only help you if you fight for our side."] = "Z chęcią bym ci pomógł, jeśli wygralibyśmy tę bitwę, ale w tych okolicznościach, pomogę ci tylko jeśli zawalczysz po naszej stronie.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1234
    ["Jack"] = "Jacek", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1235
    ["Jason"] = "Jason", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1236
    ["Jeremiah"] = "Jeremiasz", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1237
    ["Jetpack"] = "Plecak odrzutowy", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1238
    ["Jigglypuff"] = "Jigglypuff", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1239
    ["Jim Morgan"] = "Jim Morgan", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1240
    ["Jimmy"] = "Dżimi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1241
    ["Jingo"] = "Dżingo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1242
    ["Joe"] = "Dżoł", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1243
    ["John"] = "Dżon", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1244
    ["John Snow"] = "John Snow", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1245
    ["Jolly Roger"] = "Jolly Roger", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1246
    ["Jones"] = "Dżons", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1247
    ["Judas"] = "Judasz", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1248
    ["Juicy"] = "Soczysty", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1249
--      ["Jumping"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1250
    ["Jumping is disabled"] = "Skakanie jest wyłączone",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1251
    ["Just kidding, none of you have died!"] = "Tylko żartuję, nikt z was nie umarł.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1252
    ["Just look at Leaks, may he rest in peace!"] = "Spójrz tylko na Przecieka, niech spoczywa w pokoju.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1253
    ["Just on a walk."] = "Tylko na spacer.", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1254
    ["Just wait till I get my hands on that trauma! ARGH!"] = "Tylko czekaj, aż dorwę się do tej traumy! ARGH!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1255
    ["Kaboom! Hahahaha! Take this, stupid meteorite!"] = "Kabum! Hahahaha! A masz, głupi meteorycie!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1256
    ["Kaboom!"] = "Ka-bum!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1257
    ["Kamikaze Expert! +15 points!"] = "Ekspert kamikaze! +15 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1258
    ["Kamikaze"] = "Kamikaze", -- Construction_Mode
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1259
    ["Keep it up!"] = "Tak trzymaj!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1260
    ["Ken"] = "Ken", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1261
    ["Kenshi"] = "Kenshi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1262
    ["Kerguelen"] = "Kerguelen", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1263
    ["key."] = "klucz.", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1264
    ["Kill all enemy hedgehogs in a single turn."] = "Zabij wszystkie wrogie jeże w jednej turze.", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1265
    ["Kill him or skip your turn."] = "Zabij go lub pomiń swoją turę.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1266
    ["Killing spree!"] = "Szaleństwo zabijania!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1267
    ["Killing the specialists"] = "Zabijanie specjalistów", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1268
    ["KILL IT!"] = "ZABIJ TO!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1269
    ["Kills: %d"] = "Zabójstwa: %d", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1270
    ["Kill the aliens!"] = "Zabij obcych!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1271
    ["Kill the cannibal!"] = "Zabij kanibala!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1272
    ["Kill The Leader: You must also hit the team with the most health."] = "Zabij Przywódcę: Musisz również uderzyć drużynę z największą ilością zdrowia.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1273
    ["Kill The Leader"] = "Zabij Przywódcę", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1274
    ["Kill the traitor, %s, or spare his life!"] = "Zabij zdrajcę, %s, lub oszczędź mu życie!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1275
    ["King Customer"] = "Król Klient", -- Challenge_-_Speed_Shoppa_-_ShoppaKing
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1276
    ["--- King ---"] = "--- Król ---", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1277
    ["King"] = "Król", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1278
--      ["--- King Mode ---"] = "", -- Battalion
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1279
    ["Knight"] = "Rycerz", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1280
    ["Knives"] = "Noże", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1281
    ["Knockball"] = "Stukany", -- Knockball
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1282
    ["Knockball weapon"] = "Broń stukanego", -- Knockball
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1283
    ["Knock off the enemies from the left-most place of the map!"] = "Zrzuć wrogów z lewej części mapy!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1284
    ["koda"] = "koda", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1285
    ["Kostya"] = "Kostja", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1286
    ["Lady Mango"] = "Pani Mango", -- A_Space_Adventure:fruit01, A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1287
    ["LandFlag Modification Mode"] = "Tryb Modyfikacji Flag Terenu", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1288
    ["Land mines explode instantly."] = "Miny wybuchają natychmiast.", -- User_Mission_-_Teamwork_2
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1289
    ["Lassard"] = "Draniówa", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1290
    ["Last Resort: Having less than 25% base health gives kamikaze"] = "Ostatnia Deska Ratunku: Posiadanie mniej niż 25% bazowego zdrowia daje kamikaze", -- Battalion
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1291
    ["Last Target!"] = "Ostatni cel!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1292
    ["Last wave in 3 turns"] = "Ostatnia fala za 3 tury", -- A_Space_Adventure:fruit01
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1293
--      ["Launch a bouncy ball which explodes into a crate."] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1294
--      ["Launch some bazookas to destroy the targets!"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1295
    ["Leaderbot"] = "Dowódcobot", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1296
    ["Leader"] = "Dowódca", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1297
    ["Lead the Green Bananas to battle and eliminate all the enemies!"] = "Poprowadź Zielone Banany do walki i wyeliminuj wszystkich wrogów!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1298
    ["Leaks A Lot, depressed for killing his loved one, failed to save the village..."] = "Spory Przeciek, przygnębiony po zabiciu ukochanej, zawiódł w ratowaniu wioski...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1299
    ["Leaks A Lot gave his life for his tribe! He should have survived!"] = "Spory Przeciek oddał swoje życie dla jego plemienia! Powinien był przeżyć!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1300
    ["Leaks A Lot must survive!"] = "Spory Przeciek musi przeżyć!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1301
    ["Leaks A Lot"] = "Spory Przeciek", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1302
--      ["Leap of Faith"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1303
    ["Led Heart"] = "Prowadzące Serce", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1304
    ["Lee"] = "Li", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1305
    ["Left and right"] = "Lewo i prawo", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1306
    ["Left, right and roof"] = "Lewo, prawo i sufit", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1307
    ["[Left], [Right]: Change between identities."] = "[Lewo], [Prawo]: Zmień między tożsamościami.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1308
    ["[Left], [Right]: Change health value."] = "[Lewo], [Prawo]: Zmień ilość zdrowia.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1309
    ["Left/right: Choose crate contents"] = "Left/right: Wybierz zawartość skrzyni", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1310
--      ["Left/right: Choose structure type"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1311
    ["Left/right: Choose structure type|Cursor: Build structure"] = "Left/right: Wybierz rodzaj struktury|Kursor: Zbuduj strukturę", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1312
--      ["Left Tong"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1313
    ["Legs"] = "Nogi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1314
    ["Less tools, more fun"] = "Mniej narzędzi, więcej zabawy", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1315
    ["Lestat"] = "Lestat", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1316
    ["Let a continent provide your weapons!"] = "Daj kontynentowi zapewnić ci twoje bronie!", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1317
    ["Let me test your skills a little, will you?"] = "Pozwól mi sprawdzić trochę twoje zdolności, co?", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1318
--      ["Let's get started!"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1319
    ["Let's go home!"] = "Wracajmy do domu!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1320
    ["Let's go, %s!"] = "Chodźmy, %s!", -- WxW
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1321
    ["Let's go!"] = "Zaczynajmy!", -- A_Space_Adventure:moon02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1322
    ["Let's head back to the village!"] = "Udajmy się z powrotem do wioski!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1323
    ["Let's see what your comrade does now!"] = "Zobaczmy, co twój towarzysz teraz robi!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1324
    ["Let's show those cannibals what we're made of!"] = "Pokażmy kanibalom z czego jesteśmy zrobieni!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1325
    ["Let them have a taste of my fury!"] = "Dajmy im posmakować mojej furii!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1326
    ["Let us help, too!"] = "Pozwól nam również pomóc!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1327
    ["Level 1 clear!"] = "Poziom 1 ukończony!", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1328
    ["Level 2 clear!"] = "Poziom 2 ukończony!", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1329
    ["Level Data Saved!"] = "Wczytano dane poziomu!", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1330
    ["Lightbender"] = "Władca Światła", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1331
    ["Light Cannfantry"] = "Lekka Kanibaleria", -- A_Classic_Fairytale:united
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1332
--      ["Limited Ammo"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1333
    ["Listen carefully! The bandit leader, Thanta, has recently found a very strange device."] = "Słuchaj uważnie! Przywódca bandytów, Tanta, znalazł ostatnio bardzo dziwne urządzenie.", -- A_Space_Adventure:ice01
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1334
    ["Listen up, maggot!!"] = "Słuchaj mnie, gnido!",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1335
--      ["Listen up, maggot!"] = "", -- User_Mission_-_Dangerous_Ducklings
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1336
    ["Little did they know that this hunt will mark them forever..."] = "Nie zdają sobie sprawy, że to polowanie naznaczy ich na zawsze...", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1337
--      ["Little Obstacle Course"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1338
    ["Lively Lifeguard"] = "Żwawy Ratownik",
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1339
--      ["Lonely Cries"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1340
    ["Lonely Cries: [Rise the water if no hog is in the circle and deal 6 damage to all enemy hogs.]"] = "Samotne Łkanie: [Podnosi wodę, jeśli nie ma jeża w kole i zadaje 6 obrażeń każdemu wrogiemu jeżowi.]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1341
    ["Lonely Hog"] = "Samotny Jeż", -- ClimbHome
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1342
--      ["Long Jump: [Enter]"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1343
    ["Long Live The Queen"] = "Niech żyje królowa", -- A_Classic_Fairytale:queen
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1344
--      ["Look around: [Mouse movement]"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1345
    ["Look, boss! There is the target!"] = "Zobacz, szefie! Tam jest cel!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1346
    ["Look, I had no choice!"] = "Słuchaj, nie miałem wyboru!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1347
    ["Look out! There's more of them!"] = "Uważaj! Jest ich więcej!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1348
    ["Look out! We're surrounded by cannibals!"] = "Uważaj! Jesteśmy otoczeni przez kanibali!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1349
    ["Looks like the whole world is falling apart!"] = "Wygląda, jakby cały świat się walił!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1350
    ["Loon"] = "Gbur", -- The_Specialists
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1351
    ["Loopy"] = "Wariat", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1352
--      ["Lord Evil"] = "", -- Tentacle_Terror
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1353
    ["Losing Condition: Destroy"] = "Warunek przegranej: Zniszcz", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1354
    ["Low Gravity: Gravity is %i%%"] = "Niska grawitacja: Grawitacja wynosi %i%%", -- Gravity
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1355
    ["Loyal Highlander: Eliminate enemy hogs to take their weapons"] = "Lojalny Highlander: Wyeliminuj jeże wroga, by przejąć ich bronie", -- Highlander
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1356
    ["Lt. Luke"] = "Pułkownik Łukasz", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1357
    ["Lucifer"] = "Lucyfer", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1358
    ["Luck: %d%% (modifier for crates)"] = "Szczęście: %d%% (modyfikator do skrzyń)", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1359
    ["Luckily, I've managed to snatch some of them."] = "Szczęśliwie, udało mi się uszczknąć parę z nich.", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1360
    ["Ludicrous kill!"] = "Niedorzeczne zabójstwo!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1361
    ["Lugia"] = "Lugia", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1362
    ["Luigi"] = "Luigi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1363
    ["Made it!"] = "Udało się!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1364
    ["Mahoney"] = "Mahoney", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1365
    ["Make fun of me when I fart …"] = "Śmiać się ze mnie, gdy pierdnę...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1366
    ["Manual: https://hedgewars.org/hedgeeditor"] = "Instrukcja: https://hedgewars.org/hedgeeditor", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1367
    ["Many long forgotten things can be found in the same tunnels that we are about to explore!"] = "Wiele dawno zapomnianych rzeczy może być znalezione w tych samych tunelach, które mamy właśnie odkrywać!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1368
    ["Many meters below the surface ..."] = "Wiele metrów pod ziemią...", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1369
    ["Mario"] = "Mario", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1370
    ["Mark gears for win/lose conditions"] = "Zaznacz rzeczy jako warunki wygranej/przegranej", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1371
    ["Mark"] = "Marek", -- User_Mission_-_Teamwork_2, User_Mission_-_Teamwork
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1372
    ["Mark/unmark gear: [Left Click]"] = "Zaznacz/odznacz rzecz: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1373
    ["- Massive weapon bonus on first turn"] = "- Masywny bonus broni w pierwszej turze", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1374
    ["Max Citrus"] = "Maks Cytrus", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1375
    ["Maybe you should try an easier map next time."] = "Może następnym razem powinieneś spróbować łatwiejszej mapy.", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1376
    ["Maybe you should try an easier TechRacer map."] = "Może powinieneś spróbować łatwiejszej mapy TechWyścigu.", -- TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1377
    ["Maybe you should try easier waypoints next time."] = "Może następnym razem powinieneś spróbować łatwiejszych punktów kontrolnych.", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1378
    ["May the spirits aid you in all your quests!"] = "Niech dusze pomogą wam w waszych zadaniach!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1379
    ["Meals"] = "Mils", -- 
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1380
--      ["Medicine"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1381
    ["Medicine: [Fire some exploding medicine that will heal all hogs effected by the explosion]"] = "Lekarstwo: [Wystrzel trochę eksplodującego leku, który uleczy wszystkie jeże w jej zasięgu]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1382
    ["Medic"] = "Medyk", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1383
    ["MEDIUM"] = "ŚREDNI", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1384
    ["Mega kill!"] = "Mega zabójstwo!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1385
    ["Meiwes"] = "Meifs", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1386
    ["mikade"] = "mikade", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1387
    ["milliseconds"] = "milisekund", -- SpeedShoppa, Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1388
    ["Mindy"] = "Mindi", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1389
    ["Mine Deployer"] = "Rozmieszczacz Min",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1390
    ["Mine Deployer selected!"] = "Rozmieszczacz Min wybrany!", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1391
    ["Mine Eater"] = "Pożeracz Min", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1392
    ["Mine Placement Mode"] = "Tryb Ustawiania Min", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1393
    ["MINE PLACEMENT MODE"] = "TRYB USTAWIANIA MIN", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1394
    ["Mines explode after %d s."] = "Miny wybuchają po %d s.", -- Mutant
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1395
--      ["Mines time: 0s-5s"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1396
    ["Mines time: 0 seconds"] = "Czas min: 0 sekund", -- portal, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork, User_Mission_-_The_Great_Escape, A_Space_Adventure:desert01, A_Space_Adventure:final, A_Space_Adventure:fruit02, A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1397
    ["Mines time: 1.5 seconds"] = "Czas min: 1.5 sekundy", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1398
--      ["Mines time: %.1fs"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1399
    ["Mines time: 1 second"] = "Czas min: 1 sekunda", -- User_Mission_-_Diver, User_Mission_-_Newton_and_the_Hammock, A_Space_Adventure:desert02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1400
--      ["Mines time: %.2fs"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1401
    ["Mines time: 3 seconds"] = "Czas min: 3 sekundy", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1402
    ["Mines time: 5 seconds"] = "Czas min: 5 sekund", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1403
--      ["Mines time: %ds"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1404
    ["Mine Strike"] = "Nalot", -- Construction_Mode
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1405
    ["Minion"] = "Sługus", -- A_Space_Adventure:moon01
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1406
    ["Minions"] = "Sługusy", -- A_Space_Adventure:moon01
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1407
    ["MISSION FAILED"] = "MISJA ZAKOŃCZONA NIEPOWODZENIEM", 
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1408
    ["Mission failed!"] = "Misja zakończona niepowodzeniem!", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1409
    ["Mission failure in %d s"] = "Porażka misji w %d s", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1410
    ["Mission lost!"] = "Misja stracona!", -- Basic_Training_-_Grenade
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  1411
--      ["Mission Panel"] = "", -- Basic_Training_-_Movement
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1412
--      ["Mission panel: [M]"] = "", -- Basic_Training_-_Movement
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5791
diff changeset
  1413
    ["MISSION SUCCESSFUL"] = "MISJA POWIODŁA SIĘ",  
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1414
    ["Mission won!"] = "Misja wygrana!", -- Basic_Training_-_Grenade
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1415
    ["Mister Pear"] = "Pan Perła", -- A_Space_Adventure:fruit01, A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1416
    ["Mixed %d"] = "Mieszane %d", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1417
    ["Mixed"] = "Mieszane", -- WxW
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1418
    ["Modes: Activate “highland”, “king” or “points” mode by putting mode=<name>|into the script parameter"] = "Tryby: Aktywuj tryb \"highland\", \"king\" lub \"points\" dodając mode=<name>|do parametrów skryptu", -- Battalion
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1419
    ["Modifiers: Unlimited ammo, per-hog ammo"] = "Modyfikatory: Nieskończona amunicja, amunicja na jeża", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1420
    ["Modifiers: Unlimited ammo, shared clan ammo"] = "Modyfikatory: Nieskończona amunicja, amunicja klanowa", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1421
--      ["Modifiers: Unlimited attacks, per-hog ammo"] = "", -- Battalion
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1422
--      ["Modifiers: Unlimited attacks, shared clan ammo"] = "", -- Battalion
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1423
    ["Modify Sprite under Cursor: [Left Click]"] = "Modyfikuj Grafikę pod Kursorem: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1424
    ["Molly"] = "Moli", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1425
    ["Molotov"] = "Koktajl Mołotowa", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1426
    ["Monster kill!"] = "Potworne zabójstwo!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1427
    ["Monsters"] = "Potwory", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1428
    ["Mooney"] = "Muni", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1429
    ["More Natives"] = "Więcej Tubylców", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1430
    ["Morris"] = "Moris", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1431
    ["Most mines are not active."] = "Większość min jest nieaktywna", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1432
    ["Most of the destructible terrain in marked with blue color"] = "Większość zniszczalnego terenu jest zaznaczone na niebieski kolor", -- A_Space_Adventure:desert01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1433
--      ["Most of the destructible terrain is marked with dashed lines."] = "", -- A_Space_Adventure:desert01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1434
    ["Most of the time you'll be able to use the freezer only."] = "Przez większość czasu będziesz mógł użyć tylko zamrażarki.", -- A_Space_Adventure:ice01
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  1435
    ["Movement: [Up], [Down], [Left], [Right]"] = "Poruszanie się: [Góra], [Dół], [Lewo], [Prawo]",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1436
    ["Mr Mango"] = "Pan Mango", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1437
    ["Mudkip"] = "Mudkip", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1438
    ["Multi-shot! +15 points!"] = "Mutli-strzał! +15 punktów!", -- Space_Invasion
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  1439
--      ["Multi-Use: You can take and use the same ammo type multiple times in a turn"] = "", -- Highlander
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1440
    ["Muriel"] = "Miuriel", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1441
    ["Muscle Dissolver"] = "Rozpuszczacz Mięśni", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1442
    ["Mushroom Kingdom"] = "Grzybowe Królestwo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1443
    ["Mutant"] = "Mutant", -- Mutant
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1444
--      ["My First Bazooka"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1445
    ["My flying saucer stopped working!"] = "Mój latający talerz przestał działać!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1446
    ["Nade Boy"] = "Natowy Chłopak", -- Basic_Training_-_Grenade
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1447
    ["Nah, probably everyone was just stupid."] = "Nie, prawdopodobnie każdy był po prostu głupi.", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1448
    ["Name"] = "Imię", -- A_Classic_Fairytale:queen
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  1449
    ["Nameless Heroes"] = "Bezimienni Bohaterowie",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1450
    ["Nancy Screw"] = "Nansi Gwóźdź", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1451
    ["Napalm"] = "Napalm", -- Construction_Mode
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1452
--      ["Napalm Rocket"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1453
    ["Napalm rocket: [Fire a bomb with napalm!]"] = "Napalmowa rakieta: [Wystrzel bombę z napalmem!]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1454
    ["Naranja Jed"] = "Narandża Dżed", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1455
    ["Natives"] = "Tubylcy", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1456
    ["Naughty Ninja"] = "Niegrzeczny Ninja", -- User_Mission_-_Dangerous_Ducklings
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1457
    ["Near a PAotH base on the moon ..."] = "Niedaleko bazy PSJ na księżycu...", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1458
    ["Near Secret Base 17 of PAotH in the rural Hogland ..."] = "Niedaleko Sekretnej Bazy 17 PSJ w miejskim Jeżlandzie...", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1459
    ["nemo"] = "nemo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1460
    ["Neutralize your enemies and be careful!"] = "Zneutralizuj swoich wrogów i bądź ostrożny!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1461
    ["New barrels per turn: %d"] = "Nowe beczki na turę: %d", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1462
    ["New clan record: %.1fs"] = "Nowy rekord klanu: %.1fs", -- Racer, TechRacer
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1463
    ["NEW fastest lap: "] = "NOWE najszybsze okrążenie: ",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1464
    ["New mines per turn: %d"] = "Nowe miny na turę: %d", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1465
    ["New race record: %.1fs"] = "Nowy rekord wyścigu: %.1fs", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1466
    ["Newton and the Hammock"] = "Niuton i Hamak", -- User_Mission_-_Newton_and_the_Hammock
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1467
    ["Next target is ready!"] = "Następny cel jest gotowy!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1468
    ["Next time you play \"Searching in the dust\" you'll have an RC plane available."] = "Następnym razem grając w \"Poszukiwanie w kurzu\", będziesz miał dostępny radiowy samolocik.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1469
    ["Next wave in 3 turns"] = "Następna fala za 3 tury", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1470
    ["Nicely done, meatbags!"] = "Ładnie zrobione, mięsne worki!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1471
    ["Nice!"] = "Nieźle!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1472
    ["Nice! Now hurry and get down! You have to rescue my friends!"] = "Nieźle! Teraz pośpiesz się i tu zejdź! Musisz uratować moich przyjaciół!", -- A_Space_Adventure:moon01
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1473
    ["Nice, then I should get the part as soon as possible!"] = "Nieźle, więc powinienem zabrać tę część tak szybko, jak to możliwe!", -- A_Space_Adventure:ice01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1474
    ["Nice work!"] = "Ładna robota!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1475
    ["Nice work, meatbags!"] = "Ładna robota, worki na mięso!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1476
    ["Nice work, %s!"] = "Ładna robota, %s!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1477
    ["Nilarian"] = "Nilarianin", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1478
    ["Ninja"] = "Ninja", -- Battalion, HedgeEditor, The_Specialists
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1479
    ["Ninpo"] = "Ninpo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1480
    ["Nobody Laugh"] = "Nikt się nie śmieje", -- User_Mission_-_Nobody_Laugh
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1481
    ["Nobody managed to finish the race. What a shame!"] = "Nikomu nie udało się ukończyć wyścigu. Co za wstyd!", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1482
    ["Nobody takes walks every day!"] = "Nikt nie chadza na spacery każdego dnia!", -- A_Classic_Fairytale:epil
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1483
--      ["No continent selected"] = "", -- Continental_supplies
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1484
    ["No, I am afraid I had to travel light."] = "Nie, obawiam się, że musiałem podróżować bez bagażu.", -- A_Space_Adventure:moon01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1485
    ["No, I came back to help you out..."] = "Nie, wróciłem, by ci pomóc...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1486
    ["No...I wonder where they disappeared?!"] = "Nie... ciekawe, gdzie oni zniknęli?!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1487
    ["Nom-Nom"] = "Nom-Nom", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1488
    ["NomNom"] = "NomNom", -- A_Classic_Fairytale:united
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  1489
--      ["No Multi-Use: Once you used an ammo, you can’t take it again in this turn"] = "", -- Highlander
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1490
    ["Noo, Thanta has to stay alive!"] = "Niee, Tanta musi zostać przy życiu!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1491
    ["Nope. It was one fast mole, that's for sure."] = "Nie. To był jeden szybki kret, to na pewno.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1492
    ["No! Please, help me!"] = "Nie! Proszę, pomóż mi!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1493
    ["No problem, Captain!"] = "Nie ma sprawy, Kapitanie!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1494
    ["No problem, I would do anything for H!"] = "Nie ma sprawy, zrobiłbym wszystko dla J!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1495
    ["No radar pings left!"] = "Brak pozostałych sygnałów radaru!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1496
    ["Normal Girder: [1]"] = "Normalna Belka: [1]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1497
    ["Normal Land: [1]"] = "Normalny Teren: [1]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1498
    ["Normal Land"] = "Normalny Teren", -- HedgeEditor
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  1499
--      ["Normally, the mission panel disappears after a few seconds."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1500
    ["NORMAL"] = "NORMALNY", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1501
    ["Normal Rubber: [1]"] = "Normalna Guma: [1]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1502
    ["North America"] = "Ameryka Północna", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1503
    ["Not being able to fight or hunt."] = "Bez możliwości walki, czy łowu.", -- A_Classic_Fairytale:queen
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1504
    ["NOT ENOUGH WAYPOINTS"] = "ZA MAŁO PUNKTÓW KONTROLNYCH",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1505
    ["Note: Some weapons have a second option (See continent information). Find and use them with the \""] = "Notka: Niektóre bronie mają drugą opcję (zobacz informację o kontynencie). Znajdź je i użyj przez \"", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1506
--      ["Note: Some weapons have a second option (See continent information). Find and use them with the \"%s\" key."] = "", -- Continental_supplies
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1507
--      ["Note: This basic training assumes default controls."] = "", -- Basic_Training_-_Movement
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1508
--      ["Note: Walking is disabled in this mission."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1509
    ["Note: We only give you grenades if you stay in your flying saucer."] = "Notka: Dajemy ci granaty tylko, gdy jesteśw swoim spodku.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1510
    ["Nothing of interest has happened."] = "Nic interesującego się nie wydarzyło.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1511
    ["Not now, Fiery Water!"] = "Nie teraz, Ognista Wodo!", -- A_Classic_Fairytale:backstab
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1512
    ["Not So Friendly Match"] = "Mecz Nie-Do-Końca Towarzyski",  
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1513
    ["Not you again! My head still hurts from last time!"] = "Tylko nie znowu ty! Moja głowa nadal boli od ostatniego razu!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1514
    ["No waypoint to be removed!"] = "Brak punktu kontrolnego do usunięcia!", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1515
    ["Now collect the 2 crates to the far left and right."] = "Teraz zbierz 2 skrzynie na końcu po lewej i po prawej.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1516
    ["Now collect the next crate!"] = "Teraz zdobądź następną skrzynię!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1517
    ["Now dive just one more time and collect the next crate."] = "Teraz zanurkuj ostatni raz i zbierz następną skrzynię.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1518
    ["No, we made sure of that!"] = "Nie, upewniliśmy się co do tego!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1519
    ["Now find the next target! |Tip: Normally you lose health by falling down, so be careful!"] = "Teraz znajdź następny cel!|Wskazówka: Normalnie tracisz zdrowie po upadku, więc bądź ostrożny!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1520
    ["Now for the supreme discipline of saucer flying, the underwater attack."] = "Teraz najwyższa dyscyplina latania talerzem, podwodny atak.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1521
    ["Now go and don't waste more of my time, you coward!"] = "Teraz idź i nie marnuj więcej mojego czasu, ty tchórzu!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1522
    ["Now go and play the menu mission to complete the campaign."] = "Teraz idź i zagraj w misję z menu, by ukończyć kampanię.", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1523
--      ["Now go to the next crate."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1524
    ["No! What have I done?! What have YOU done?!"] = "Nie! Co ja narobiłem?! Co TY narobiłeś?!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1525
    ["No. Where did he come from?"] = "Nie. Skąd on przyszedł?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1526
    ["Now how do I get on the other side?!"] = "Teraz, jak mam dostać się na drugą stronę?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1527
    ["Now I have to climb these trees"] = "Teraz muszę wspiąć się na te drzewa", -- A_Space_Adventure:cosmos
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1528
--      ["No Wind Influcence"] = "", -- Basic_Training_-_Grenade
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1529
--      ["No Wind Influence"] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1530
    ["Now let's try to drop weapons while flying!"] = "Teraz spróbujmy zrzucić bronie latając!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1531
    ["Now listen carefully! Below us there are tunnels that have been created naturally over the years"] = "Teraz słuchaj uważnie! Pod nami są tunele, które zostały naturalnie stworzone przez lata.", -- A_Space_Adventure:desert01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1532
--      ["Now try to get out of this bounce house|and take the next crate."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1533
    ["Now use it and go to the moon PAotH station to get more fuel!"] = "Teraz użyj tego i udaj się na stację księżycową PSJ, by zdobyć więcej paliwa!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1534
    ["Now you have the chance to try and claim the place that you deserve among the best."] = "Teraz masz szansę, by spróbować i zdobyć zasłużone miejsce między najlepszymi.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1535
    ["No. You and the rest of the tribe are safer there!"] = "Nie. Ty i reszta plemienia jesteście tu bezpieczniejsi.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1536
    ["Objective completed! Now land safely."] = "Cel wykonany! Teraz wyląduj bezpiecznie.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1537
    ["Objectives"] = "Cele", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1538
    ["Object Placer"] = "Stawiacz Obiektów", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1539
    ["Obliterate them!|Hint: You might want to take cover..."] = "Unicestwić ich!|Porada: Możesz chcieć się schować...", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1540
--      ["Obstacle"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1541
    ["Obstacle course"] = "Tor przeszkód", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1542
    ["Of course, but you're … special."] = "Oczywiście, ale jesteś... specjalna.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1543
    ["Of course I am!"] = "Oczywiście, że jestem!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1544
    ["Of course I have to save her. What did I expect?!"] = "Oczywiście, że muszę ją uratować. Czego ja oczekiwałem?!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1545
    ["Of course! It's all obvious now!"] = "No jasne! Teraz jest wszystko oczywiste!", -- A_Classic_Fairytale:epil
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1546
    ["Of course, I will observe the battle and intervene if necessary."] = "Oczywiście, będę obserwował bitwę i interweniował, kiedy trzeba.", -- A_Space_Adventure:fruit01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1547
    ["OH, COME ON!"] = "OCH, NO DAWAJ!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1548
    ["Oh man! Learn how to fly!"] = "Człowieku! Naucz się latać!", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1549
    ["Oh, my! I forgot something!"] = "Jejku, zapomniałem o czymś!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1550
    ["Oh, my!"] = "Ojej!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1551
    ["Oh, my! This is even more entertaining than I've expected!"] = "Ojejku! To jest bardziej zabawne, niż myślałem!", -- A_Classic_Fairytale:backstab
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1552
    ["Oh no! Just try again!"] = "Ojojoj! Spróbuj jeszcze raz!", 
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1553
    ["Oh no, not %s!"] = "O nie, to %s!", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1554
    ["Oh no, the Green Bananas have betrayed Hog Solo and stole the anti-gravity device part!"] = "O nie, Zielone Banany zdradziły Hoga Solo i ukradły część urządzenia antygrawitacyjnego!", -- A_Space_Adventure:fruit02
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1555
    ["Oh no! Time's up! Just try again."] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.",  
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1556
    ["Oh no! You failed! Just try again."] = "O nie! Nie udało ci się! Spróbuj jeszcze raz.", -- Basic_Training_-_Cluster_Bomb
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1557
    ["Oh no! You have died. Try again!"] = "Och nie! Umarłeś. Spróbuj jeszcze raz!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1558
    ["Oh! Please spare me. You can take all my treasures!"] = "Och! Proszę, oszczędź mnie. Możesz zabrać wszystkie moje skarby!", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1559
    ["Oh, silly me! I forgot that I'm the shaman."] = "Och, głupi ja! Zapomniałem, że to ja jestem szamanem.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1560
    ["Oh, that. We were just having fun!"] = "Och, to. Tylko się bawiliśmy.", -- A_Classic_Fairytale:queen
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1561
--      ["Oh yeah! You sure know how to rope!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1562
    ["Oh yes! I got the device part! Now it belongs to me alone."] = "O tak! Mam teraz część urządzenia! Teraz należy tylko do mnie.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1563
    ["Okay, I'll be extra careful!"] = "Dobrze, będę ekstra ostrożny!", -- A_Space_Adventure:desert01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1564
--      ["Okay, now destroy the target|using the baseball bat."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1565
    ["Okay, then you have to go and take some of the weapons we have hidden in case of an emergency!"] = "Dobrze, więc musisz iść i wziąć trochę broni, które ukryliśmy na nagły wypadek!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1566
    ["Okay then!"] = "Zatem w porządku!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1567
    ["Old One Eye"] = "Stary Jednooki", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1568
    ["Oleg"] = "Oleg", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1569
    ["Olive"] = "Oliwka", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1570
    ["Omnivore"] = "Wszystkożerca", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1571
    ["Once upon a time, on an island with great natural resources, lived two tribes in heated conflict..."] = "Pewnego razu, na wyspie z bogatymi zasobami naturalnymi, żyły dwa plemienia w gorącym konflikcie...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1572
    ["Once you set off the proximity trigger, Mr. Mine is not your friend"] = "Kiedy uruchomisz zbliżeniowy wyzwalacz, Pani Mina nie jest twoim przyjacielem", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1573
    ["One does not simply rope to the moon!"] = "Nikt tak po prostu nie dostaje się liną na księżyc!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1574
    ["One flower: Incomplete side missions"] = "Jeden kwiatek: Nieukończone misje poboczne", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1575
    ["One shall not judge one by one's appearance!"] = "Nie powinno się kogoś sądzić po jego wyglądzie!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1576
    ["One tribe was peaceful, spending their time hunting and training, enjoying the small pleasures of life..."] = "Nasze plemię było pokojowe, spędzając swój czas na polowaniu i treningu, ciesząc się z małych przyjemności w życiu...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1577
    ["Oneye"] = "Jednooki", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1578
    ["Only Hog Solo can be trusted with the crate."] = "Skrzynia może być powierzona tylko Hogowi Solo.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1579
    ["Only one hog per team allowed! Excess hogs will be removed"] = "Dozwolony tylko jeden jeż na drużynę! Nadmiarowe jeże będą usunięte", -- Mutant
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1580
--      ["Only one hog per team allowed! Excess hogs will be removed."] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1581
    ["Only the best pilots can master the following stunts."] = "Tylko najlepsi piloci mogą opanować następujące wyczyny.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1582
--      ["Only two clans allowed! Excess hedgehogs will be removed."] = "", -- CTF_Blizzard
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1583
    ["On the Ice Planet, where ice rules ..."] = "Na Lodowej Planecie, gdzie rządzi lód...", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1584
    ["On the other side of the moon ..."] = "Po drugiej stronie księżyca...", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1585
    ["On the Planet of Sand, you have to double check your moves ..."] = "Na Planecie Piasku musisz starannie wykonywać swoje ruchy...", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1586
    ["On this map you get %d%% fuel."] = "Na tej mapie dostajesz %d%% paliwa.", -- TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1587
    ["On this map you get infinite fuel."] = "Na tej mapie dostajesz nieskończone paliwo.", -- TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1588
    ["Oops...I dropped them."] = "Ups... upuściłem je.", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1589
    ["Oops, I've been spotted and I have no weapons! I am doomed!"] = "Ups, zostałem zauważony i nie mam broni! Już po mnie!", -- A_Space_Adventure:moon01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1590
--      ["Oops! You have selected the wrong hedgehog! Just try again."] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1591
--      ["Open ammo menu: [Right click]"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade, Basic_Training_-_Movement, Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1592
    ["Open that crate and we will continue!"] = "Otwórz tę skrzynię i będziemy kontynuować!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1593
    ["Opposing Team: "] = "Przeciwna Drużyna",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1594
    ["Orange"] = "Pomarańcz", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1595
    ["Orlando Boom!"] = "Orlando Boom!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1596
    ["Or let the next player place waypoints|if less than 2 waypoints have been placed."] = "Lub pozwól następnemu graczowi postawić punkty kontrolne|jeśli mniej niż 2 zostały postawione.", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1597
    ["Or maybe this was all part of an evil plan, so evil that even Prof. Hogevil can't think of it!"] = "Lub może to było wszystko częścią złego planu, tak złego, że nawet Prof. Jeżozło nie mógł go wymyśleć!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1598
    ["Oscillating Gravity: Gravity periodically changes within a range from %i%% to %i%% with a period of %s"] = "Oscylująca grawitacja: Grawitacja okresowo zmienia się w zakresie od %i%% do %i%% z okrese %s.", -- Gravity
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1599
    ["Other kills don't give you points."] = "Inne zabójstwa nie dają ci punktów.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1600
    ["Ouch! That must have hurt. %s (%s) hit the ground with %d damage points."] = "Auć! To musiało boleć. %s (%s) uderzył w zimię z %d punktami obrażeń.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1601
    ["Ouch! That must have hurt. You mutilated your poor hedgehog hog with %d damage."] = "Auć! To musiało boleć. Upokorzyłeś swojego biednego jeża %d punktami obrażeń.", -- ClimbHome
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1602
--      ["Ouch! You just took fall damage."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1603
    ["Our tribe, our beautiful island!"] = "Nasze plemię, nasza piękna wyspa!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1604
    ["Out of ammo!"] = "Brak amunicji!", -- A_Space_Adventure:desert03, Tumbler
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1605
--      ["Out of ammo! Try again!"] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1606
--      ["Over the Water"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1607
    ["PAotH has sent explosives but unfortunately the trigger mechanism seems to be faulty!"] = "PSJ wysłało ładunki wybuchowe, ale niestety, mechanizm zapalnika wydaje się być wadliwy!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1608
    ["PAotH"] = "PSJ", -- A_Space_Adventure:cosmos, A_Space_Adventure:death01, A_Space_Adventure:desert01, A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1609
    ["Parachute"] = "Spadochron", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1610
    ["Patches"] = "Łatek", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1611
    ["Pathetic Resistance"] = "Żałosny Opór", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1612
    ["Paul McHoggy"] = "Paul McJeżu", -- A_Space_Adventure:ice01, A_Space_Adventure:ice02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1613
--      ["Pause: [P]"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1614
    ["Penalty: If you violate above rule, you have to skip in the next turn."] = "Kara: Jeśli naruszysz powyższą zasadę, będziesz musiał opuścić następną turę.", -- WxW
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1615
--      ["Penguin Roar"] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1616
--      ["Penguin roar: [Deal 15 damage + 10% of your hog’s health to all hogs around you and get 2/3 back]"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1617
    ["Penguin roar: [Deal 15 damage + 10% of your hogs health to all hogs around you and get 2/3 back]"] = "Ryk pingwina: [Zadaje 15 obrażeń + 10% zdrowia twojego jeża wszystkim jeżom dookoła i dostaje 2/3 z powrotem]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1618
    ["Perfect! Now try to get the next crate without hurting yourself!"] = "Idealnie! Teraz spróbuj zdobyć następną skrzynię bez zranienia się!", -- A_Classic_Fairytale:first_blood
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  1619
    ["Per-Hog Ammo"] = "Oddzielna amunicja dla jeży",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1620
    ["Per-hog Ammo: Weapons are not shared between hogs"] = "Oddzielna amunicja dla jeży: Bronie nie są dzielone między jeżami", -- User_Mission_-_Nobody_Laugh
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1621
--      ["Personal best: %.3f seconds"] = "", -- A_Space_Adventure:ice02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1622
    ["Per team weapons"] = "Drużynowa amunicja", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1623
    ["Pfew! That was close!"] = "Fiu! To było bliskie!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1624
    ["Phosphat"] = "Fosfat", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1625
    ["Physicist"] = "Fizyk", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1626
    ["Piano Strike"] = "Zrzut pianina", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1627
    ["Pikachu"] = "Pikachu", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1628
--      ["Pincer Knights"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1629
    ["Pings left: %d"] = "Pozostałe sygnały: %d", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1630
    ["Pink"] = "Róż", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1631
    ["Pirates"] = "Piraci", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1632
    ["Place 2-%d waypoints using the waypoint placement tool."] = "Postaw 2-%d punktów kontrolnych, używając narzędzia do stawiania punktów kontrolnych.", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1633
    ["Place 2 waypoints using the waypoint placement tool."] = "Postaw 2 punkty kontrolne, używając narzędzia do stawiania punktów kontrolnych.", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1634
    ["Place air mines"] = "Postaw latające miny", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1635
    ["Place barrels"] = "Postaw beczki", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1636
    ["Place cleavers"] = "Postaw tasaki", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1637
    ["Place/Delete Waypoint: [Left Click]"] = "Postaw/usuń punkt kontrolny: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1638
    ["Place dud mines"] = "Postaw niewybuchy", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1639
    ["Place Gears (and more): Gear Placement Tool"] = "Postaw rzeczy (i więcej): Narzędzie do Stawiania Reczy", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1640
    ["Place Girder: Girder"] = "Postaw belkę: Belka", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1641
    ["Place Girder: [Left Click]"] = "Postaw belkę: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1642
    ["Place girders"] = "[Postaw belki]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1643
    ["Place health crates"] = "Postaw apteczki", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1644
    ["Place hedgehogs: Place your hedgehogs at the start of the game."] = "Postaw jeże: Postaw jeże na początku gry.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1645
    ["Placement Mode"] = "Tryb Stawiania", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1646
    ["Place mines"] = "Postaw miny", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1647
    ["Place, modify and delete gears (e.g. objects)|and waypoints, edit hedgehog settings, values,|victory conditions, and more."] = "Postaw, modyfikuj i usuwaj rzeczy (np. obiekty)|i punkty kontrolne, edytuj utawienia jeży, wartości|warunki zwycięstwa i więcej.", -- HedgeEditor
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1648
    ["Place more waypoints using the 'Air Attack' weapon."] = "Postaw więcej punktów orientacyjnych używając [Nalotu]",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1649
    ["Place Object: [Left Click]"] = "Postaw obiekt: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1650
    ["Place or delete waypoints"] = "Postaw lub usuń punkt kontrolny", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1651
    ["Place rubber"] = "Postaw gumę", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1652
    ["Place Rubber: Rubber"] = "Postaw gumę: Guma", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1653
    ["Place Sprite: [Left Click]"] = "Postaw Grafik: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1654
    ["Place sprites to build land"] = "Postaw grafiki, by zbudować teren", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1655
    ["Place sticky mines"] = "Postaw miny samoprzylepne", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1656
    ["Place targets"] = "Postaw cele", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1657
    ["Place utility crates"] = "Postaw skrzynie z narzędziami", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1658
    ["Place Waypoint"] = "Postaw Punkt Kontrolny", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1659
    ["Place waypoint"] = "Postaw punkt kontrolny", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1660
    ["Place weapon crates"] = "Postaw skrzynie z brońmi", -- HedgeEditor
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1661
--      ["- Place your clan flag at the end of your first turn"] = "", -- Capture_the_Flag
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1662
    ["- Place your team flag at the end of your first turn"] = "- Postaw flagę twojej drużyny na końcu swojej pierwszej tury", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1663
    ["Planes used: %d"] = "Użyte samoloty: %d", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1664
    ["Planes Used:"] = "Użyte Samoloty: %d", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1665
    ["Planes Used"] = "Użyte Samoloty", -- User_Mission_-_RCPlane_Challenge
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1666
    ["Planets with all missions completed will be marked with two flowers."] = "Planety ze wszystkimi misjami ukończonymi będą zaznaczone dwoma kwiatkami.", -- A_Space_Adventure:cosmos
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1667
    ["Planets with completed main missions will be marked with a flower."] = "Planety z ukończonymi głównymi misjami będą zaznaczone kwiatkiem.", -- A_Space_Adventure:cosmos
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1668
    ["Play with me!"] = "Zagraj ze mną", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1669
    ["Please click on a crate."] = "Kliknij na skrzynię.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1670
    ["Please click on a gear."] = "Kliknij na rzecz.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1671
    ["Please click on a hedgehog, barrel, health crate or dud mine."] = "Kliknij na jeża, beczkę, apteczkę lub niewybuch.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1672
    ["Please click on a hedgehog."] = "Kliknij na jeża.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1673
    ["Please place the waypoint further away from the waterline"] = "Postaw punkt kontrolny dalej od powierzchni wody", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1674
    ["Please place the waypoint in the air and within the map boundaries"] = "Postaw punkt kontrolny w powietrzu i wewnątrz granic mapy", -- TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1675
    ["Please place the waypoint in the air, within the map boundaries"] = "Postaw punkt kontrolny w powietrzu, wewnątrz granic mapy", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1676
    ["Please place your hedgehog first!"] = "Postaw najpierw swojego jeża!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1677
    ["Please, stop releasing your \"smoke signals\"!"] = "Proszę, przestań wysyłać swoje \"sygnały dymne\"!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1678
    ["Please wait …"] = "Proszę czekać...", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1679
    ["Point Blank Combo! +5 points!"] = "Kombo martwego punktu! +5 punktów!", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1680
--      ["--- Points Mode ---"] = "", -- Battalion
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1681
    ["--- Points ---"] = "--- Punkty ---", -- Battalion
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  1682
    ["points"] = "punkty", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1683
    ["point(s)"] = "punkt(y)", -- TargetPractice, Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1684
    ["Poisonous Apple"] = "Zatrute Jabłko", -- A_Space_Adventure:fruit02
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1685
--      ["Poisonous, deals no damage."] = "", -- Continental_supplies
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
  1686
    ["Poison"] = "Truciciel",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1687
    ["Pokémon"] = "Pokémon", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1688
    ["Poor %s (%s) died %d times."] = "Biedny %s (%s) umarł %d razy.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1689
    ["Population"] = "Populacja", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1690
    ["Porkey"] = "Jeżozwierzuś", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1691
    ["Portal hint: one goes to the destination, and one is the entrance.|"] = "Porada do portalu: jeden idzie do celu, a drugi jest wejściem.|", -- A_Classic_Fairytale:dragon
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1692
--      ["Portal hint: One goes to the destination, the other one is the entrance.|"] = "", -- A_Classic_Fairytale:dragon
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1693
    ["Portal Mind Challenge"] = "Wyzwanie portalowego umysłu", -- portal
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1694
--      ["Precise Aim: [Left Shift]"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1695
--      ["Precise Aim: [Left Shift] + [Up]/[Down]"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1696
    ["Precise flying"] = "Precyzyhne ltanie", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1697
    ["Precise: Remove previous waypoint"] = "Precyzja: Usuń poprzedni punkt kontrolny", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1698
    ["Precise shooting"] = "Precyzyjne strzelanie", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1699
    ["Predator"] = "Predator", -- portal
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1700
    ["Prepare for battle!"] = "Przygotować się do bitwy!", -- A_Space_Adventure:moon01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1701
    ["Prepare to fight"] = "Przygotuj się do walki", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1702
    ["Prepare to flee!"] = "Przygotuj się do ucieczki!", -- A_Space_Adventure:cosmos
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1703
    ["Prepare yourself"] = "Przygotuj się",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1704
    ["Press [Attack] (space bar by default) to start,|repeadedly tap the up, left and right movement keys to accelerate."] = "Wciśnij [Atak] (domyślnie spacja), by zacząć,|wielokrotnie wciskaj góra, lewo i prawo, by przyśpieszyć.", -- Basic_Training_-_Flying_Saucer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1705
--      ["Press [Attack] (space bar by default) to start,|repeatedly tap the up, left and right movement keys to accelerate."] = "", -- Basic_Training_-_Flying_Saucer
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1706
    ["Press [Attack] to begin."] = "Wciśnij [Atak], by zacząć.", -- A_Classic_Fairytale:first_blood
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1707
--      ["Press [Attack] to confirm."] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1708
--      ["Press [Attack] to select this continent!"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1709
    ["Press [Left] and [Right] to change the difficulty."] = "Wciśnij [Lewo] i [Prawo], by zmienić trudność.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1710
    ["Press [Left] or [Right] to move around, [Enter] to jump"] = "Wciśnij [Lewo] lub [Prawo], by poruszaćsię, [Enter] by skoczyć.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1711
    ["Press [Long jump] to accept this configuration and begin placing hedgehogs."] = "Wciśnij [Długi skok] by zaakceptować tę konfigurację i zacząć ustawiać jeże.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1712
    ["Press [Long jump] to accept this configuration and start the game."] = "Wciśnij [Długi skok] by zaakceptować tę konfigurację i zacząć grę.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1713
    ["Press [Precise] to skip intro"] = "Naciśnij [Precyzja] by pominąć intro",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1714
    ["Press [Up] and [Down] to move between menu items.|Press [Attack], [Left], or [Right] to toggle."] = "Wciśnij [Góra] i [Dół], by poruszać się między pozycjami menu.|Wciśnij [Atak], [Lewo] lub [Prawo], by przełączyć.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1715
    ["Prestigious Pilot"] = "Prestiżowy pilot", -- User_Mission_-_RCPlane_Challenge
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1716
--      ["Princess"] = "", -- A_Classic_Fairytale:family, A_Classic_Fairytale:journey
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1717
    ["Princess Peach"] = "Księżniczka Peach", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1718
    ["Private Nolak"] = "Szeregowiec Nolak", -- Target_Practice_-_Cluster_Bomb
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1719
    ["Problems, dude? Chillax!"] = "Problem, koleś? Wrzuć na luz!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1720
    ["Professional pilot"] = "Profesjonalny pilot", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1721
    ["Professional stunt pilot"] = "Profesjonalny pilot kaskaderski", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1722
    ["Professor Hogevil, then known as James Hogus, worked for PAotH back in my time."] = "Profesor Jeżozło, wtedy znany jako Jakub Jeżus, za moich czasów pracował dla PSJ.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1723
    ["Professor"] = "Profesor", -- A_Space_Adventure:death01, A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1724
    ["Prof. Hogevil"] = "Prof. Jeżozło", -- A_Space_Adventure:death01, A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1725
    ["Pro Killers"] = "Pro Zabójcy", -- Big_Armory
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1726
--      ["Protect the King: When the king dies, so does the team"] = "", -- Battalion
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1727
--      ["Protect yourselves!|Grenade hint: Set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "", -- A_Classic_Fairytale:shadow
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1728
    ["Protect yourselves!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "Broń się!|Porada do granatu: ustaw zapalnik używając [1-5], celuj za pomocą [Góra]/[Dół] i przytrzymaj spację, by ustawić moc", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1729
    ["Purple"] = "Fiolet", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1730
    ["Pyromancer"] = "Piromanta", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1731
    ["Pyro"] = "Piro", -- HedgeEditor, The_Specialists
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1732
--      ["Quit: [Esc]"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1733
    ["Race complexity limit reached"] = "Limit złożoności wyścigu osiągnięty", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1734
    ["Racer tool"] = "Narzędzie wyścigu", -- Racer
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1735
    ["RACER"] = "WYŚCIG",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1736
    ["Racer"] = "Wyścig", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1737
    ["Race"] = "Wyścig", -- TrophyRace
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1738
    ["Rachel"] = "Rachela", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1739
    ["Radar: Off"] = "Radar: Wyłączony", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1740
    ["Radar: On"] = "Radar: Włączony", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1741
    ["Radar Ping: [High jump]"] = "Sygnał radaru: [Wysoki skok]", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1742
    ["Radar: Show after crate drop"] = "Radar: Pokaż po zrzucie skrzyni", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1743
    ["Raging Buffalo"] = "Wściekły Bawół", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1744
    ["Ramesses"] = "Ramzes", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1745
    ["Ramon"] = "Ramon", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1746
--      ["Random continent"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1747
    ["Rank: %s"] = "Ranga: %s", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1748
    ["Razac"] = "Razak", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1749
    ["RC Plane Challenge"] = "Wyzwanie Samolotowe", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1750
    ["RC Plane"] = "Radiowy samolocik", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1751
--      ["Reach and destroy the final target to win."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1752
    ["Read the challenge objectives from within the mission for more details."] = "Przeczytaj cele wyzwania z misji po więcej szczegółów.", -- A_Space_Adventure:death02, A_Space_Adventure:desert03, A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1753
    ["Ready for Battle?"] = "Gotowy do bitwy?", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1754
    ["Really?! You thought you could harm me with your little toys?"] = "Naprawdę?! Myślałeś, że mógłbyś zranić mnie swoimi zabaweczkami?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1755
    ["Red areas are indestructible."] = "Czerwone obszary są niezniszczalne.", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1756
    ["Red"] = "Czerwony", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1757
    ["Reflector Shield: Reflects enemy projectiles."] = "Tarcza Reflektorowa: Odbija wrogie pociski.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1758
    ["Reflector Shield"] = "Tarcza Reflektorowa", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1759
    ["Regurgitator"] = "Zwracacz", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1760
--      ["Reinforcements! +2 of each weapon!"] = "", -- A_Space_Adventure:death02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1761
    ["Reinforcements"] = "Posiłki", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1762
--      ["Release rope: [Attack]"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1763
--      ["Remember: Hold down [Left Shift] to prevent slipping"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1764
    ["Remember! Many will seek the anti-gravity device! Now go, hurry up!"] = "Pamiętaj! Wielu będzie szukać urządzenia antygrawitacyjnego! Teraz idź, pośpiesz się!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1765
    ["Remember: The rope only bend around objects, |if it doesn't hit anything it's always stright!"] = "Pamiętaj: Lina zagina się tylko wokół obiektów,|jeśli nic nie uderzy, zawsze jest prosta!", -- Basic_Training_-_Rope
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1766
--      ["Remember this, pathetic animal: When the day comes, you will regret your blind loyalty!"] = "", -- A_Classic_Fairytale:shadow
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1767
    ["Remember this, pathetic animal: when the day comes, you will regret your blind loyalty!"] = "Zapamiętaj to, żałosny zwierzęciu: kiedy nadejdzie dzień, pożałujesz swojej ślepej lojalności!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1768
    ["Replenishment: Weapons are restocked on turn start of a new hog"] = "Uzupełnianie: Bronie są uzupełnione na początku tury nowego jeża", -- Highlander
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1769
    ["Repositioning Mode"] = "Tryb Przesuwania", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1770
    ["REPOSITIONING MODE"] = "TRYB PRZESUWANIA", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1771
    ["rescues"] = "ratuje", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1772
    ["Rescue the imprisoned PAotH team and get the fuel!"] = "Uratuj uwięziony zespół PSJ i zdobądź paliwo!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1773
    ["Respawner"] = "Odradzacz", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1774
    ["Respawner: Resurrects dead hogs."] = "Odradzacz: Ożywia martwe jeże.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1775
    ["Resurrector"] = "Wskrzeszacz", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1776
--      ["Retract/Extend rope: [Up]/[Down]"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1777
    [" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"] = " - Przynieś flagę wroga do swojej bazy by zdobyć punkt | - Pierwszy kto zrobi to 3 razy, wygrywa | - Punkt zdobywasz tylko, gdy twoja flaga znajduje się w bazie | - Jeże upuszczą flagę gdy zostaną zabite bądź utopione | - Upuszczona flaga może być przywrócona lub przechwycona ponownie | - Jeże odradzają się po śmierci",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1778
    ["- Return the enemy flag to your base to score"] = "- Zanieś wrogą flagę do swojej bazy, by zapunktować", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1779
    ["Return to Leaks A Lot!"] = "Wróć do Sporego Przecieka!", -- A_Classic_Fairytale:shadow
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1780
    ["Return to the mission menu by pressing the \"Go back\" button."] = "Wróć do menu misji, wciskając przycisk \"Wstecz\".", -- A_Space_Adventure:cosmos
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1781
    ["Return to the Surface"] = "Wróć na Powierzchnię", -- A_Space_Adventure:fruit02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1782
--      ["Rhombus"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1783
    ["Rider"] = "Jeźdźec", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1784
    ["Rifleman"] = "Strzelec", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1785
    ["Righteous Beard"] = "Cnotliwa Broda", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1786
--      ["Right Tong"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1787
    ["Ripe"] = "Dojrzały", -- 
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1788
--      ["Rise the water if nobody else is in the circle and deal 6 damage to all enemy hogs."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1789
    ["Robert Yellow Apple"] = "Robert Żółte Jabłko", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1790
    ["Rocket"] = "Rakieta", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1791
    ["Ronald"] = "Ronald", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1792
    ["Roof"] = "Dach", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1793
    ["Rope-knocking Challenge"] = "Wyzwania Uderzania Liną", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1794
    ["Rope Master"] = "Mistrz Liny", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1795
    ["Roper"] = "Liniacz", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1796
    ["Ropes and Crates"] = "Liny i Skrzynie", -- Challenge_-_Speed_Shoppa_-_Ropes
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1797
    ["Rope Team"] = "Linowa Drużyna", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1798
    ["Rope Training"] = "Trening linowy", -- Basic_Training_-_Rope
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1799
--      ["Rope Weapons"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1800
    ["Roshi"] = "Roshi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1801
    ["Rot Molester"] = "Zepsuty Molester", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1802
    ["Rotten"] = "Zepsuty", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1803
    ["Round draw"] = "Remis", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1804
    ["Round %d (Sudden Death in round %d)"] = "Runda %d (Nagła Śmierć w rundzie %d)", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1805
    ["Round limit: %d"] = "Limit rund: %d", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1806
    ["Round Limit: %d"] = "Limit rund: %d", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1807
    ["Round limit:"] = "Limit rund: ", -- TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1808
    ["Rounds complete: %d/%d"] = "Ukończone rundy: %d/%d", -- Racer, Space_Invasion, TechRacer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1809
--      ["Round's slowest lap: %.3fs by %s"] = "", -- TrophyRace
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1810
--      ["Rounds until Sudden Death: %d"] = "", -- Battalion
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1811
    ["RS1"] = "RS1", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1812
    ["RS2"] = "RS2", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1813
    ["Rubber"] = "Guma", -- Construction_Mode, HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1814
    ["Rubber Placement Mode"] = "Tryb Stawiania Gumy", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1815
    ["RUBBER PLACEMENT MODE"] = "TRYB STAWIANIA GUMY", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1816
    ["Rules:"] = "Zasady:", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1817
    ["RULES:"] = "ZASADY:", -- Frenzy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1818
    ["Rules: "] = "Zasady: ", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1819
    ["Run away, you coward!"] = "Uciekaj, ty tchórzu!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1820
    ["Running displacement algorithm …"] = "Uruchamianie algorytmu wysiedlania...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1821
    ["Running for survival"] = "Bieg o przetrwanie", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1822
    ["Rusted Diego"] = "Zardzewiały Diego", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1823
    ["Rusty Joe"] = "Rdzawy Joe", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1824
    ["Ryu"] = "Ryu", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1825
--      ["%s (+1)"] = "", -- A_Space_Adventure:fruit03
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1826
    ["%s: %.1fs"] = "%s: %.1fs", -- Racer, TechRacer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1827
--      ["Sabotage all hogs in the circle and fire a cluster above you.|Sabotaged hogs lose health and have to deal with a very high gravity during their turn."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1828
    ["Sabotage/Flare: [Sabotage all hogs in the circle and deal ~1 dmg OR Fire a cluster up into the air]"] = "Sabotaż/Flara: [Sabotuje wszystkie jeże w kole i zadaje ~1 obrażeń LUB wystrzeliwuje w powietrze odłamek]", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1829
    ["Saint"] = "Święty", -- HedgeEditor, The_Specialists
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1830
    ["Salivaslurper"] = "Ślinosiorb", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1831
    ["Salty Dog"] = "Słony Pies", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1832
    ["Salvation"] = "Odkupienie", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1833
    ["Salvation was one step closer now..."] = "Odkupienie było teraz o krok bliżej...", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1834
    ["Sam"] = "Sam", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1835
    ["Sandals?! I thought you left your ring!"] = "Sandały?! Myślałem, że zostawiłeś swój pierścień!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1836
    ["Sandstorm"] = "Burza piaskowa", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1837
    ["Sandy"] = "Piaskowy", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1838
    ["Save as many hapless hogs as possible!"] = "Uratuj jak najwięcej nieszczęsnych jeży jak to możliwe!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1839
    ["Save Fell From Heaven!"] = "Uratuj Upadłego z Niebios!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1840
    ["Save Leaks A Lot!|Hint: The switch hedgehog utility might be of help to you."] = "Uratuj Sporego Przecieka!|Porada: narzędzie zmiany jeża może być dla ciebe pomocne.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1841
    ["Save Level: [Precise]+[4]"] = "Zapisz poziom: [Precyzja]+[4]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1842
    ["Save the princess! All your hogs must survive!|Hint: Kill the cyborgs first! Use the ammo very carefully!|Hint: You might want to spare a girder for cover!"] = "Uratuj księżniczkę! Wszystkie twoje jeże muszą przeżyć!|Porada: zabij najpierw cyborgi! Używaj amunicji bardzo ostrożnie!|Porada: możesz chcieć poświęcić belkę jako osłonę!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1843
    ["Save the princess by collecting the crate in under 12 turns!"] = "Uratuj księżniczkę, poprzez zebranie skrzyni w mniej niż 12 tur!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1844
    ["Saving Hogera"] = "Ratowanie Jeżery", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1845
    ["%s barely made it past the hogosphere."] = "%s ledwo przekroczył jeżosferę.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1846
    ["%s bravely climbed up to a dizzy height of %d to reach home."] = "%s odważnie wspiął się na zawrotną wysokość %d, by dotrzeć do domu.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1847
    ["Scallywag"] = "Łobuziak", -- 
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  1848
    ["Scalp Muncher"] = "Przeżuwacz Skalpów", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1849
--      ["Scenario failed!"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1850
    ["Scenario"] = "Scenariusz", -- Big_Armory, portal, User_Mission_-_Bamboo_Thicket, User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Newton_and_the_Hammock, User_Mission_-_Nobody_Laugh, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork_2, User_Mission_-_Teamwork, User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1851
    ["Scientist"] = "Naukowiec", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1852
    ["%s climbed home in %d seconds!"] = "%s wspiął się do domu w %d sekund!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1853
    ["Score: %d"] = "Wynik: %d", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1854
    ["Score goal: %d"] = "Wymagany wynik: %d", -- Control
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1855
    ["Score graph"] = "Graf wyniku", -- Mutant, Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1856
--      ["Score points by killing other hedgehogs."] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1857
    ["Score points by killing other hedgehogs (see below)."] = "Zdobądź punkty, zabijając inne jeże (zobacz niżej).", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1858
    ["Scores: "] = "Wyniki: ", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1859
    ["Scores:"] = "Wyniki:", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1860
    ["Scores"] = "Wyniki", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1861
    ["Scoring: "] = "Wynki: ", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1862
    ["Script parameter examples:"] = "Przykłady parametrów skryptu:", -- Gravity
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1863
--      ["%s (+%d)"] = "", -- Battalion
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1864
--      ["%s (%d)"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1865
    ["%s: %d (deaths: %d)"] = "%s: %d (śmierci: %d)", -- Mutant
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1866
--      ["%s (%d), %d sec"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1867
    ["%s: Did not finish"] = "%s: Nie ukończył", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1868
    ["%s did not finish the race."] = "%s nie ukończył wyścigu", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1869
    ["%s didn't expect that."] = "%s nie spodziewał się tego", -- User_Mission_-_Rope_Knock_Challenge
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1870
--      ["%s died … and lives again!"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1871
    ["%s doesn’t really know how to handle a rope properly."] = "%s nie wie tak naprawdę jak posługiwać się liną.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1872
    ["%s: %d"] = "%s: %d", -- Capture_the_Flag, Control
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1873
--      ["%s, %d sec"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1874
    ["Search for the device with the help of the other hedgehogs "] = "Poszukaj urządzenia z pomocą innych jeży", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1875
    ["Searching in the dust"] = "Poszukiwanie w kurzu", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1876
    ["Searching the stars!"] = "Szukanie gwiazd!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1877
    ["seconds"] = "sekund", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1878
    ["Seduction"] = "Uwodzenie", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1879
    ["Seems like every time you take a \"walk\", the enemy finds us!"] = "Wygląda na to, żeza każdym razem, gdy idziesz na \"spacer\", wróg nas znajduje!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1880
    ["See that crate farther on the right?"] = "Widzisz tę skrzynię po prawej?", -- A_Classic_Fairytale:first_blood
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1881
    ["See ya!"] = "Do zobaczenia!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1882
    ["Segmentation Paul"] = "Naruszenie Pawła", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1883
    ["Select a placement mode and read the infos|in the mission panel to learn how to use it."] = "Wybierz tryb ustawiania i przeczytaj informacje|w panelu misji, by dowiedzieć się jak go używać.", -- HedgeEditor
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1884
--      ["Select continent"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1885
    ["Select continent!"] = "Wybierz kontynent!", -- Continental_supplies
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1886
    ["selected!"] = "wybrany!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1887
    ["Selection Mode"] = "Tryb Wyboru", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1888
    ["Select, modify, or delete girders, rubbers and sprites"] = "Wybierz, modyfikuj lub usuń belki, gumy i grafiki", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1889
    ["Select/Place/Delete Gear: [Left Click]"] = "Wybierz/Ustaw/Usuń rzecz: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1890
    ["Select, reposition and delete gears"] = "Wybierz, przestaw i usuń rzecz", -- HedgeEditor
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1891
--      ["Select Rope"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1892
--      ["Select “Switch Hedgehog” from the ammo menu and|hit the “Attack” key."] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1893
--      ["Select “Switch Hedgehog” from the ammo menu and|hit the “Attack” key to proceed."] = "", -- Basic_Training_-_Movement
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1894
--      ["Select the current continent."] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1895
--      ["Select the rope to begin!"] = "", -- Basic_Training_-_Rope
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1896
--      ["Select this item for a random continent."] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1897
--      ["Select Weapon"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1898
--      ["Select weapon: [Left click]"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1899
    ["Select win/lose condition: [Left], [Right]"] = "Wybierz warunki wygranej/przegranej: [Lewo], [Prawo]", -- HedgeEditor
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1900
--      ["Select your continent/weaponset: With the \"Up\" or \"Down\" keys. You can also select one with the weapons menu."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1901
    ["Select your continent/weaponset: with the \"Up\" or \"Down\" keys. You can also select one with the weapons menu."] = "Wybierz swój kontynent/zestaw broni używając klawiszy \"Góra\" lub \"Dół\". Możesz także wybrać je z menu broni.", -- Continental_supplies
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  1902
--      ["Select your continent with [Up]/[Down] or by selecting a representative weapon."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1903
    ["Sergey"] = "Sergiusz", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1904
--      ["Set bounciness: [Left Shift] + [1]-[5]"] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1905
--      ["Set detonation timer: [1]-[5]"] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1906
    ["Set Health: [Left Click]"] = "Ustaw zdrowie: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1907
    ["Set Identity: [Left Click]"] = "Ustaw tożsamość: [Lewy klik]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1908
    ["Set period to negative value for random gravity."] = "Ustaw okres na negatywną wartość dla losowej grawitacji.", -- Gravity
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1909
    ["Set the health of hogs, health crates, barrels and duds"] = "Ustaw zdrowie jeży, skrzyń ze zdrowiem, beczek i niewybuchów", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1910
    ["Set to %d"] = "Ustaw na %d", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1911
    ["%s exploded."] = "%s wybuchł.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1912
    ["%s fell from a high cliff."] = "%s upadł z wysokiego klifu.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1913
    ["%s fell too fast."] = "%s spadł za szybko.", -- User_Mission_-_Rope_Knock_Challenge
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1914
--      ["%s fell victim to a weapon filter"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1915
    ["%s felt unstable."] = "%s poczuł się niestabilnie.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1916
    ["%s felt victim to rope-knocking."] = "%s stał się ofiarą uderzania liną.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1917
    ["%s flew like a rock."] = "%s poleciał jak kamień.", -- User_Mission_-_Rope_Knock_Challenge
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1918
--      ["%s gets an extra life"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1919
    ["%s goes the way of the lemming."] = "%s poszedł drogą lemingów.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1920
    ["Sgt. Smith"] = "Sierżant Smith", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1921
    ["%s had it coming."] = "%s czuł, że tak będzie.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1922
    ["%s had no chance."] = "%s nie miał szans.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1923
    ["... share your beauty with the world every morning, my princess!"] = "...dziel się swoją pięknością ze światem każdego ranka, moja księżniczko!", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1924
--      ["%s has been killed before taking enough damage first."] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1925
    ["%s has been knocked out."] = "%s został zrzucony.", -- User_Mission_-_Rope_Knock_Challenge
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1926
--      ["%s has been rescued from death"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1927
    ["%s has fallen victim to gravity."] = "%s stał się ofiarą grawitacji.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1928
    ["%s has mutated! +2 points"] = "%s zmutował! +2 punkty", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1929
    ["%s has passed the best height of %s!"] = "%s przekroczył najlepszą wysokość %s!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1930
    ["%s has scored!"] = "%s zapunktował!", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1931
    ["%s hates Newton."] = "%s nienawidzi Newtona.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1932
    ["She endangered the whole tribe!"] = "Ona naraziła całe plemię!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1933
    ["sheepluva"] = "sheepluva", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1934
    ["Sheepy"] = "Owieczka", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1935
    ["She's behind that tall thingy."] = "Ona jest za tym wysokim czymś.", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1936
    ["Shield boosted! +%d power"] = "Osłona wzmocniona! +%d mocy", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1937
    ["Shield depleted"] = "Osłona wyczerpana", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1938
    ["Shield is fully recharged!"] = "Osłona całkowicie naładowana!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1939
    ["Shield Master! +10 points!"] = "Mistrz osłony! +10 punktów", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1940
    ["Shield Miser! +%d points!"] = "Osłonowy skąpiec! +%d punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1941
    ["Shield OFF: %d power remaining"] = "Osłona wyłączona: pozostało %d mocy", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1942
    ["Shield ON: %d power remaining"] = "Osłona włączona: pozostało %d mocy", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1943
    ["Shield Seeker! +10 points!"] = "Poszukiwacz osłon! +10 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1944
    ["Shinobi"] = "Shinobi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1945
    ["%s hit the ground."] = "%s uderza w ziemię", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1946
    ["Shoppa Love"] = "Kochamy Shoppa", -- Challenge_-_Speed_Shoppa_-_Hedgelove
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1947
    ["Shoppa Union"] = "Unia Shoppa", -- Challenge_-_Speed_Shoppa_-_Ropes, Challenge_-_Speed_Shoppa_-_ShoppaKing
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1948
    ["Shoppers"] = "Shopperzy", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1949
    ["Shotgun"] = "Strzelba", -- Continental_supplies
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  1950
    ["shots remaining."] = "strzałów pozostało.",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1951
    ["Sigh."] = "Ech.", -- A_Classic_Fairytale:epil
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  1952
    ["Silly"] = "Głuptas",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1953
    ["Silver"] = "Srebro", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1954
    ["Sine Gun"] = "Sinusoidalna giwera", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1955
    ["Sinky"] = "Śmierdziel",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1956
    ["Sirius Lee"] = "Syriusz Li", -- A_Classic_Fairytale:enemy
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1957
--      ["%s is dead, who was critical to this mission!"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1958
    ["%s is eliminated!"] = "%s jest wyeliminowany!", -- User_Mission_-_Rope_Knock_Challenge
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1959
--      ["%s is now as poor as a church mouse"] = "", -- Construction_Mode
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1960
--      ["%s is now a zombie hedgehog"] = "", -- Construction_Mode
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1961
--      ["%s is suddenly low on ammo"] = "", -- Construction_Mode
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1962
--      ["Skip your turn to try again."] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1963
--      ["Skulls"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1964
    ["Slimer"] = "Szlamiarz", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1965
    ["Slippery"] = "Śliski", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1966
--      ["%s lost all the weapons"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1967
    ["Slot %d: %s"] = "Slot %d: %s", -- Frenzy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1968
    ["Slot keys save time! (F1-F10 by default)"] = "Klawisze slotów oszczędzają czas! (domyślnie F1-F10)", -- Frenzy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1969
    ["Slowpoke"] = "Slowpoke", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1970
    ["%s made it past the hogosphere."] = "%s przekroczył jeżosferę.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1971
    ["%s managed to pass half of the distance towards home."] = "%s zdołał pokonać połowę dystansu do domu.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1972
    ["%s may choose the rules."] = "%s mogą wybrać zasady.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1973
    ["Smith 0.97"] = "Smith 0.97", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1974
    ["Smith 0.98"] = "Smith 0.98", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1975
    ["Smith 0.99a"] = "Smith 0.99a", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1976
    ["Smith 0.99b"] = "Smith 0.99b", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1977
    ["Smith 0.99f"] = "Smith 0.99f", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1978
    ["Smith 1.0"] = "Smith 1.0", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1979
    ["Smugglers"] = "Przemytnicy", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1980
    ["%s must skip this turn for rule violation."] = "%s musi opuścić swoją turę za naruszenie zasad.", -- WxW
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1981
--      ["Sneaks"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1982
    ["%s never got the ninja diploma."] = "%s nigdy nie zdobył dyplomu ninja.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1983
    ["%s never wanted to reach for the sky in the first place."] = "%s wcale nie chciał dosięgnąć nieba.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1984
    ["Sniper! +8 points!"] = "Snajper! +8 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1985
    ["Sniper Rifle"] = "Karabin snajperski", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1986
    ["Sniper"] = "Snajper", -- HedgeEditor, The_Specialists
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1987
    ["Sniper Training"] = "Trening snajperski",
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  1988
    ["Sniperz"] = "Snajperzy",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1989
    ["So, as promised I have brought you where I think that the device you are looking for is hidden."] = "Więc jak obiecałem, przyprowadziłem cię tam, gdzie myślę, że jest schowane urządzenie, którego szukasz.", -- A_Space_Adventure:fruit02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  1990
--      ["So far, you had infinite ropes, but in the|real world, ropes are usually limited."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1991
    ["So Hog Solo, here we are ..."] = "Więc, Hog Solo, oto jesteśmy...", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1992
    ["So humiliating..."] = "Tak upokarzające...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1993
    ["So, I believe that it's a good place to start."] = "A więc, wierzę, że to jest dobre miejsce, by zacząć.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1994
    ["So, I kindly ask for your help."] = "Więc, grzecznie proszę o twoją pomoc.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1995
    ["So I shook my fist in the air!"] = "Więc potrząsłem moją pięścią w powietrzu!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1996
    ["Soldier"] = "Żołnierz", -- HedgeEditor, The_Specialists
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1997
    ["So, let me tell you what I know about Professor Hogevil."] = "A więc, pozwól mi powiedzieć, co wiem o Profesorze Jeżozło.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1998
    ["Some parts of the land are indestructible."] = "Niektóre części lądu są niezniszczalne.", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  1999
    ["Some sick game of yours?!"] = "Jakaś twoja chora gra?!", -- A_Classic_Fairytale:queen
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2000
--      ["Some weapons can be dropped from the rope."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2001
    ["Somewhere else on the planet of fruits, Captain Lime helps Hog Solo"] = "Gdzieś indziej na planecie owoców, Kapitan Limonka pomaga Hogowi Solo", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2002
    ["Somewhere else on the planet of fruits Hog Solo gets closer to the device"] = "Gdzieś indziej na planecie owoców, Hog Solo zbliża się do urządzenia", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2003
    ["Somewhere on the Planet of Fruits a terrible war is about to begin ..."] = "Gdzieś na Planecie Owoców, straszliwa wojna ma właśnie się rozpocząć...", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2004
    ["Somewhere on the uninhabitable Death Planet ..."] = "Gdzieś na niezamieszkalnej Planecie Śmierci...", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2005
    ["So, now I got the last part and I have your friends captured."] = "Więc, mam teraz ostatnią część i przetrzymuję twoich przyjaciół.", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2006
    ["So the princess was never heard of again ..."] = "Więc o księżniczce nigdy więcej nie słyszano...", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2007
    ["So, uhmm, how did you manage to teleport them so far?"] = "Więc, um, jak ci się udało ich teleportować tak daleko?", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2008
    ["Sour"] = "Surowy", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2009
    ["South America"] = "Ameryka Południowa", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2010
    ["So? What will it be?"] = "Więc? Co to będzie?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2011
    ["So you are able to launch projectiles into your aiming direction, always at full power."] = "Więc możesz wystrzelić pociski w kierunku celowania, zawsze z pełną mocą.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2012
    ["So you are interested in Professor Hogevil, huh?"] = "Więc jesteś zainteresowany Profesorem Jeżozło, co?", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2013
    ["So you basically did the dirty work for us."] = "Więc w zaszadzie zrobiłeś dla nas całą brudną robotę.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2014
    ["Space Invasion"] = "Kosmiczna inwazja", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2015
    ["SPACE INVASION"] = "KOSMICZNA INWAZJA", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2016
    ["Spacetrip"] = "Kosmiczna wycieczka", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2017
    ["Spawn the crate and attack!"] = "Ustaw skrzynię i atakuj!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2018
    ["Specials: Kings and air generals drop helpers, not weapons"] = "Specjalne: Królowie i powietrzni generałowie upuszczają pomocników, nie bronie", -- Battalion
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2019
--      ["Special weapons:"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2020
    ["Special Weapons:"] = "Specjalne bronie:", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2021
    ["Speckles"] = "Spekles", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2022
    ["Specs Appeal"] = "Urok Speców", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2023
    ["Specs"] = "Spece", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2024
    ["Spectator"] = "Widz", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2025
--      ["Speed Roping"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2026
    ["Speed Shoppa"] = "Szybka Shoppa", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2027
    ["Spike"] = "Kolec", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2028
    ["Spikes"] = "Kolce", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2029
    ["Spiky Cheese"] = "Kolczasty Ser", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2030
    ["%s, place the first hedgehog!"] = "%s, ustaw pierwszego jeża!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2031
    ["Spleenlover"] = "Wielbiciel Śledzion", -- A_Classic_Fairytale:united
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  2032
    ["Sponge"] = "Gąbka",
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  2033
    ["Spooky Tree"] = "Straszne drzewo",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2034
    ["Sprite Erasure Mode"] = "Tryb Usuwania Grafik", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2035
    ["Sprite Modification Mode"] = "Tryb Modyfikacji Grafik", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2036
    ["SPRITE MODIFICATION MODE"] = "TRYB MODYFIKACJI GRAFIK", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2037
    ["Sprite Placement Mode"] = "Tryb Stawiania Grafik", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2038
    ["SPRITE PLACEMENT MODE"] = "TRYB STAWIANIA GRAFIK", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2039
    ["Sprite Testing Mode"] = "Tryb Testowania Grafik", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2040
    ["Squirtle"] = "Squirtle", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2041
    ["Squishy"] = "Grząski", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2042
    ["%s reached home in %.3f seconds. Congratulations!"] = "%s dotarł do domu w %.3f sekund. Gratulacje!", -- ClimbHome
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2043
--      ["%s: %s"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2044
    ["%s (%s) destroyed %d invaders in one round."] = "%s (%s) zniszczył %d najeźdźców w jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2045
    ["%s (%s) does not have to feel ashamed for their best height of %d."] = "%s (%s) nie musi się wstydzić swojej najlepszej wysokości %d.", -- ClimbHome
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2046
--      ["%s, select your continent!"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2047
    ["%s (%s) gave short shrift to the invaders: Longest combo of %d!"] = "%s (%s) dał najeźdźcom krótką pokutę: Najdłuższe kombo %d!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2048
    ["%s (%s) has been invited to join the Planetary Association of the Hedgehogs, it destroyed a staggering %d invaders in just one round!"] = "%s (%s) został zaproszony do dołączenia do Planetarnego Stowarzyszenia Jeży, zniszczył zdumiewające %d najeźdźców w jednej rundzie!", -- Space_Invasion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2049
--      ["%s (%s) has captured the flag %d times."] = "", -- Capture_the_Flag
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2050
    ["%s (%s) hate life and suicided %d times."] = "%s (%s) nienawidzi życia i zabił się %d razy.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2051
    ["%s should try the rope training mission first."] = "%s powinien najpierw spróbować treningu linowego.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2052
    ["%s (%s) is addicted to killing: %d invaders destroyed in one round."] = "%s (%s) jest uzależniony od zabijania: %d najeźdźców zniszczonych w jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2053
    ["%s (%s) is a hardened hunter: No misses and %d hits in its best round!"] = "%s (%s) jest zahartowanym łowcą: Bez pudła i z %d uderzeniami w swojej najlepszej rundzie!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2054
    ["%s (%s) is a tumbleweed: %d points in one round."] = "%s (%s) jest biegaczem: %d punktów w jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2055
    ["%s (%s) is good at this: %d points in only one round!"] = "%s (%s) jest w tym dobry: %d punktów w tylko jednej rundzie!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2056
    ["%s (%s) is Rambo in a hedgehog costume! He destroyed %d invaders in one round."] = "%s (%s) jest Rambo w kostiumie jeża! Zniszczył %d najeźdźcóww jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2057
    ["%s skipped ninja classes."] = "%s wagarował na zajęciach ninja.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2058
    ["%s spawned at a really bad position."] = "%s pojawił się na naprawdę złej pozycji.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2059
    ["%s splatted."] = "%s plasnął.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2060
    ["%s (%s) reached a decent peak height of %d."] = "%s (%s) osiągnął przyzwoitą szczytową wysokość %d.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2061
    ["%s (%s) reached a peak height of %d."] = "%s (%s) osiągnął szczytową wysokość %d.", -- ClimbHome
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2062
    ["%s (%s) reached for the sky and beyond with a height of %d!"] = "%s (%s) dosięgnął nieba i dalej, z wysokością %d!", -- ClimbHome
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2063
    ["%s (%s) reached home in %.3f seconds."] = "%s (%s) dotarł do domu w %.3f sekund.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2064
    ["%s (%s) shot %d invaders and never missed in the best round!"] = "%s (%s) zestrzelił %d najeźdźców i nigdy nie spudłował w najlepszej rundzie!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2065
    ["%s (%s) struck like a meteor: %d points in only one round!"] = "%s (%s) uderzył jak meteor: %d punktów w tylko jednej rundzie!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2066
    ["%s still had a long way to go."] = "%s nadal miał daleką drogę do przejścia.", -- ClimbHome
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2067
--      ["%s stumbled."] = "", -- User_Mission_-_Rope_Knock_Challenge
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2068
    ["%s (%s) tumbles like no other: %d points in one round."] = "%s (%s) toczy się jak nikt inny: %d punktów w jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2069
    ["%s stumpled."] = "%s potknął się.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2070
    ["%s (%s) was certainly not afraid of heights: Peak height of %d!"] = "%s (%s) z pewnością nie bał się wysokości: Szczytowa wysokość %d!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2071
    ["%s (%s) was lightning-fast! Longest combo of %d, absolutely insane!"] = "%s (%s) był szybki jak błyskawica! Najdłuższe kombo %d, absolutnie szalone!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2072
    ["%s (%s) was on fire: Longest combo of %d."] = "%s (%s) palił się: Najdłuższe kombo %d.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2073
    ["%s (%s) was panicly afraid of the water and decided to get in a safe distance of %d from it."] = "%s (%s) panicznie bał się wody i zdecydował się dostać na bezpieczną odległość %d od niej.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2074
    ["%s (%s) was the best baby tumbler: %d points in one round."] = "%s (%s) był najlepszym dziecięcym akrobatą: %d punktów w jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2075
    ["%s (%s) was the greediest hedgehog and collected %d crates."] = "%s (%s) był najchciwszym jeżem i zebrał % skrzyń.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2076
    ["%s (%s) was undoubtedly the very best professional tumbler in this game: %d points in one round!"] = "%s (%s) był niewątpliwie najlepszym profesjonalnym akrobatą w tej grze: %d punktów  w jednej rundzie.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2077
    ["Star"] = "Gwiazda", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2078
    ["Status update"] = "Aktualizacja statusu", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2079
    ["Status Update"] = "Aktualizacja statusu", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2080
    ["Stay away from our weapons!"] = "Trzymaj się z dala od naszych broni!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2081
    ["Stay there, comrades!"] = "Zostańcie tam, towarzysze!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2082
    ["Stay there to flee!"] = "Zostań tu, by uciec!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2083
    ["Steel Eye"] = "Stalowooki", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2084
    ["Step 1: Activate your flying saucer but do NOT move yet!"] = "Krok 1: Aktywuj swój latający talerz, ale NIE ruszaj się jeszcze!", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2085
--      ["Step 1: Start roping"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2086
--      ["Step 2: Select grenade"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2087
    ["Step 2: Select your grenade."] = "Krok 2: Wybierz swój granat.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2088
--      ["Step 3: Drop the grenade"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2089
    ["Step 3: Start flying and get yourself right above the target."] = "Krok 3: Zacznij lecieć i ustaw się tuż nad swoim celem.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2090
    ["Step 4: Drop your grenade by pressing the [Long jump] key."] = "Krok 4: Upuść swój granat wciskając przycisk [Długi skok].", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2091
    ["Step 5: Get away quickly and land safely anywhere."] = "Krok 5: Szybko odleć i bezpiecznie wyląduj gdziekolwiek.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2092
    ["Step By Step"] = "Krok po kroku", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2093
    ["Steve"] = "Stefan", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2094
    ["Sticky Mine"] = "Mina samoprzylepna", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2095
    ["Sticky Mine Placement Mode"] = "Tryb Stawiania Min Samoprzylepnych", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2096
    ["STICKY MINE PLACEMENT MODE"] = "TRYB STAWIANIA MIN SAMOPRZYLEPNYCH", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2097
    ["Stop, comrades!"] = "Stójcie, towarzysze!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2098
    ["Stop right there, puny worms!"] = "Stójcie tam, mizerne robaki!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2099
    ["Street Fighters"] = "Uliczni Wojownicy", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2100
    ["Strength: %d (multiplier for ammo)"] = "Siła: %d (wielokrotność amunicji)", -- Battalion
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2101
--      ["Strong knockback, but no poison."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2102
    ["Stronglings"] = "Silniacy", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2103
    ["Structure Placement Mode"] = "Tryb Ustawiania Struktur", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2104
    ["Structure Placer"] = "Stawiacz Struktur", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2105
    ["Stupid, stupid Hogerians!"] = "Głupi, głupi Jeżarianie!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2106
    ["Subject 1"] = "Podmiot 1", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2107
    ["Subjects"] = "Podmioty", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2108
    ["Subtract %d"] = "Odejmij %d", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2109
    ["--- Sudden Death ---"] = "--- Nagła Śmierć ---", -- Battalion
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2110
    ["Summer Squash"] = "Kabaczek", -- A_Space_Adventure:fruit01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2111
    ["Sundaland"] = "Sundaland", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2112
    ["Sunflame"] = "Słoneczny Płomień", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2113
    ["Super weapons: A few crates contain very powerful weapons."] = "Super bronie: Parę skrzyń zawiera bardzo potężne bronie.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2114
    ["Super weapons: %s"] = "Super bronie: %s", -- WxW
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2115
--      ["Supplies: Each continent gives you unique weapons, specials and health."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2116
    ["Support Station: Allows placement of crates."] = "Stacja Wsparcia: Pozwala na ustawianie skrzyń.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2117
    ["Support Station"] = "Stacja Wsparcia", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2118
    ["Sure!"] = "Jasne!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2119
    ["Surf Before Crate: %s"] = "Serfuj przed skrzynią: %s", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2120
    ["Surf Before Crate: You must bounce off the water once before you can get crates."] = "Serfuj przed skrzynią: Musisz raz się odbić od wody, zanim będziesz mógł zdobyć skrzynie.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2121
    ["Surfer! +15 points!"] = "Surfer! +15 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2122
    ["Surfer!"] = "Surfer!", -- WxW
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2123
--      ["Surprise supplies: Get 1-3 random weapons each turn."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2124
    ["Survive!|Hint: Cinematics can be skipped with the [Precise] key."] = "Przetrwaj!Porada: Przerywniki mogą zostać pominięte przyciskiem [Precyzja].", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2125
    ["%s violated the “All But Last” rule and will be penalized."] = "%s narusza zasadę \"Wszyscy Oprócz Ostatniego\" i będzie ukarany.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2126
    ["%s violated the “Kill The Leader” rule and will be penalized."] = "%s narusza zasadę \"Zabij przywódcę\" i będzie ukarany.", -- WxW
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2127
--      ["Swap place with a random enemy in the circle."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2128
    ["%s was a good target."] = "%s był dobrym celem.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2129
    ["%s was close to home."] = "%s był blisko domu.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2130
    ["%s was damn close to home."] = "%s był piekielnie blisko domu.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2131
    ["%s was doomed from the beginning."] = "%s był na to skazany od początku.", -- User_Mission_-_Rope_Knock_Challenge
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2132
--      ["%s was extracted from the scheme"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2133
    ["%s was good, but not good enough."] = "%s był dobry, ale nie wystarczająco.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2134
    ["%s was knocked away."] = "%s został zrzucony.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2135
    ["%s was really unlucky."] = "%s był prawdziwym pechowcem.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2136
    ["%s was shoved away."] = "%s został zmieciony.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2137
    ["%s was smashed."] = "%s został zmiażdżony.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2138
    ["Sweet"] = "Słodki", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2139
    ["%s went over a quarter of the way towards home."] = "%s przeszedł ćwierć drogi w stronę domu.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2140
    ["%s! Why?!"] = "%s! Czemu?!", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2141
    ["Swing, Leaks A Lot, on the wings of the wind!"] = "Huśtaj się, Spory Przecieku, na skrzydłach wiatru!", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2142
--      ["Swing: [Left]/[Right]"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2143
    ["%s wins!"] = "%s wygrywa!", -- Racer, Space_Invasion, TechRacer, ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2144
    ["%s wins with a best time of %.1fs."] = "%s wygrywa z najlepszym czasem %.1fs.", -- Racer, TechRacer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2145
--      ["Switch: Drop ball of dirt from parachute (once)"] = "", -- Continental_supplies
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  2146
    ["Switched to "] = "Przełączono na ",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2147
--      ["Switch Hedgehog (1/3)"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2148
--      ["Switch Hedgehog (2/3)"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2149
--      ["Switch Hedgehog (3/3)"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2150
--      ["Switch Hedgehog (Failed!)"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2151
--      ["Switch hedgehog: [Tabulator]"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2152
    ["Switch Hog"] = "Zmień Jeża", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2153
    ["switch"] = "przełącz", -- Continental_supplies
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2154
--      ["Switch: Select weapon special"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2155
    ["Switch: Toggle crate radar"] = "Zmiana: Przełącz radar skrzyń", -- WxW
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2156
--      ["Swords"] = "", -- Bazooka_Battlefield
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2157
    ["Syntax Errol"] = "Błąt Składni", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2158
    ["%s, you may choose the rules."] = "%s, możesz wybrać zasady.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2159
    ["szczur"] = "szczur", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2160
    ["Tackleberry"] = "Tackleberry", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2161
    ["Tails"] = "Reszka", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2162
    ["Talk about mixed signals..."] = "Mów o pomieszanych sygnałach...", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2163
    ["Tall Potato"] = "Wysoki Ziemniak", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2164
    ["Target"] = "Cel", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2165
    ["Target Placement Mode"] = "Tryb Stawiania Celów", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2166
    ["TARGET PLACEMENT MODE"] = "TRYB STAWIANIA CELÓW", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2167
    ["Target Practice: Bazooka (easy)"] = "Ćwiczenie celowania: Bazooka (łatwy)", -- Target_Practice_-_Bazooka_easy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2168
    ["Target Practice: Bazooka (hard)"] = "Ćwiczenie celowania: Bazooka (trudny)", -- Target_Practice_-_Bazooka_hard
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2169
    ["Target Practice: Grenade (easy)"] = "Ćwiczenie celowania: Granat (łatwy)", -- Target_Practice_-_Grenade_easy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2170
    ["Target Practice: Grenade (hard)"] = "Ćwiczenie celowania: Granat (trudny)", -- Target_Practice_-_Grenade_hard
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2171
    ["Target Practice: Homing Bee"] = "Ćwiczenie celowania: Pszczoła", -- Target_Practice_-_Homing_Bee
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2172
    ["Target Practice: Shotgun"] = "Ćwiczenie celowania: Strzelba", -- Target_Practice_-_Shotgun
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2173
--      ["Target Puncher"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2174
    ["Targets left: %d"] = "Pozostałe cele: %d", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2175
    ["Tatsujin"] = "Tatsudżin", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2176
    ["Tatters"] = "Szmaciarze", -- 
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  2177
    ["Team %d: "] = "Drużyna %d: ",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2178
--      ["Team %d"] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2179
    ["Team Identity Mode"] = "Tryb Tożsamości Drużyny", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2180
    ["TEAM IDENTITY MODE"] = "TRYB TOŻSAMOŚCI DRUŻYNY", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2181
    ["Team of Hearts"] = "Drużyna Serc", -- Challenge_-_Speed_Shoppa_-_Hedgelove
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2182
    ["Team Scores:"] = "Wyniki drużyn:", -- Control
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2183
    ["Team scores:"] = "Wyniki drużyn:", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2184
    ["Teamwork 2"] = "Praca zespołowa 2", -- User_Mission_-_Teamwork_2
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2185
    ["Teamwork"] = "Praca zespołowa", -- User_Mission_-_Teamwork
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2186
    ["Team Zook"] = "Drużyna Zook", -- Target_Practice_-_Bazooka_easy, Target_Practice_-_Bazooka_hard
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2187
    ["TechRacer"] = "TechWyścig", -- TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2188
    ["Teleporation Node"] = "Węzeł Teleportacyjny", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2189
    ["Teleportation Mode"] = "Tryb Teleportacji", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2190
    ["Teleportation Node: Allows teleportation|    between other nodes."] = "Węzeł Teleportacyjny: Pozwala na teleportację|    pomiędzy innymi węzłami.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2191
    ["Teleportation Node"] = "Węzeł Teleportacyjny", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2192
--      ["Teleport hint: Just use the mouse to select the destination!"] = "", -- A_Classic_Fairytale:dragon
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2193
    ["Teleport hint: just use the mouse to select the destination!"] = "Porada do teleportu: po prostu użyj myszki, by wybrać cel teleportacji!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2194
    ["Teleport"] = "Teleport", -- Construction_Mode, Frenzy
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2195
--      ["Teleport to the impact location."] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2196
--      ["Teleport to the top of the map, expect fall damage!"] = "", -- Continental_supplies
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2197
--      ["Teleport unsuccessful. Please teleport within a clan teleporter's sphere of influence."] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2198
    ["Teleport Unsuccessful. Please teleport within a clan teleporter's sphere of influence."] = "Teleport Nieudany. Proszę teleportować się wewnątrz sfery wpłyu klanowego teleportu.", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2199
--      ["Tentacle Terror"] = "", -- Tentacle_Terror
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2200
--      ["Textile industry: Will give you a parachute every second turn."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2201
    ["Thanks, dude! It really means a lot to me."] = "Dzięki, koleś! To naprawdę wiele dla mne znaczy.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2202
    ["Thanks!"] = "Dzięki!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2203
    ["Thanks, man! It really means a lot to me."] = "Dzięki, ziom! To naprawdę wiele dla mne znaczy.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2204
    ["Thank you, Dr. Cornelius."] = "Dziękuję, Doktorze Korneliuszu.", -- A_Space_Adventure:cosmos
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2205
    ["Thank you for meeting me on such a short notice!"] = "Dziękuję za spotkanie ze mną w tak krótkim czasie!", -- A_Space_Adventure:desert01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2206
    ["Thank you, my hero!"] = "Dziękuję, mój bohaterze!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2207
    ["Thank you, oh, thank you, Leaks A Lot!"] = "Dziękuję, och, dziękuję, Spory Przecieku!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2208
    ["Thank you, oh, thank you, my heroes!"] = "Dziękuję, och, dziękuję, moi bohaterzy!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2209
    ["Thanta"] = "Tanta", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2210
    ["That is, indeed, very weird..."] = "To jest, w rzeczy samej, bardzo dziwne...", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2211
    ["That makes it almost invaluable!"] = "To czyni to prawie bezwartościowym!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2212
    ["That ought to show them!"] = "To powinno im pokazać!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2213
    ["That's all, folks!"] = "To wszystko, ludzie!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2214
    ["That's for my father!"] = "To za mojego ojca!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2215
    ["That shaman sure knows what he's doing!"] = "Ten szaman z pewnością wie co robi!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2216
    ["That Sinking Feeling"] = "Cisza na morzu",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2217
    ["That's just the way it works, you know."] = "To tak po prostu działa, no wiesz.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2218
    ["That's not our problem!"] = "To nie nasz problem!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2219
    ["That's typical of you!"] = "To takie typowe dla ciebie!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2220
    ["That's why he always wears a hat since then."] = "To dlatego od tego czasu on zawsze nosi kapelusz.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2221
    ["That traitor won't be killing us anymore!"] = "Ten zdrajca nie będzie nas już więcej zabijał!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2222
    ["That was just mean!"] = "To było po prostu wredne!", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2223
    ["That was pointless. The flag will respawn next round."] = "To było bezcelowe. Flaga odnowi się w następnej rundzie.", -- CTF_Blizzard
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2224
    ["The adventure begins!"] = "Przygoda się zaczyna!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2225
    ["The air bombs are weaker than usual."] = "Latające miny są słabsze niż zazwyczaj.", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2226
    ["The aliens respect me, even worship me!"] = "Obcy mnie respektują, nawet mnie czczą!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2227
    ["The ally units share their ammo."] = "Sprzymierzone jednostki dzielą swoją amunicję.", -- A_Space_Adventure:fruit01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2228
--      ["The ammo of %s has been vaporized"] = "", -- Construction_Mode
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2229
--      ["The answer is ... entertainment. You'll see what I mean."] = "", -- A_Classic_Fairytale:backstab
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2230
    ["The answer is...entertaintment. You'll see what I mean."] = "Odpowiedź to... rozrywka. Zobaczycie co mam na myśli.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2231
    ["The anti-portal surface is all over the floor, and I have nothing to kill him. Dropping something could hurt him enough to kill him."] = "Antyportalowa powierzchnia jest na całej podłodze, a ja nie mam nic, by go zabić. Zrzucenie czegoś mogłoby go skrzywdzić wystarczająco, by go zabić.", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2232
    ["The big bang"] = "Wielki wybuch", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2233
    ["The boss has fallen! Retreat!"] = "Szef upadł! Odwrót!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2234
    ["The Boss"] = "Szef", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2235
    ["The Bull's Eye"] = "Bycze Oko", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2236
    ["The caves are well hidden, they won't find us there!"] = "Jaskinie są dobrze ukryte, nie znajdą nas tutaj!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2237
    ["The clan of the Red Strawberry wants to take over the dominion and overthrow King Pineapple."] = "Klan Czerwonych Truskawek chce przejąć zwierzchnictwo i obalić Króla Ananasa.", -- A_Space_Adventure:fruit01
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2238
--      ["The continent of cowards"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2239
--      ["The continent of dust"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2240
--      ["The continent of firearms"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2241
--      ["The continent of greed"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2242
--      ["The continent of guerilla tactics"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2243
--      ["The continent of ice and science"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2244
--      ["The continent of medicine"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2245
--      ["The continent of ninjas"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2246
--      ["The continent of sports"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2247
    ["The Crate Frenzy"] = "Szał skrzyń", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2248
    ["The Customer is King"] = "Król jest klientem", -- Challenge_-_Speed_Shoppa_-_ShoppaKing
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2249
    ["The device part has been stolen!"] = "Część urządzenia została skradziona!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2250
    ["The device part is hidden in one of the crates! Go and get it!"] = "Część urządzenia jest ukryta w jednej ze skrzyń! Idź ją zdobyć!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2251
    ["The Devs"] = "Deweloperzy", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2252
    ["The Dilemma"] = "Dylemat", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2253
    ["The editor weapons and tools have been added!"] = "Edytorowe bronie i narzędzia zostały dodane!", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2254
    ["The editor weapons and tools have been removed!"] = "Edytorowe bronie i narzędzia zostały usunięte!", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2255
    ["The enemies aren't many anyway, it is going to be easy!"] = "Nie ma zbyt wielu wrogów tak w ogóle, to będzie łatwe!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2256
    ["The enemy can't move but it might be a good idea to stay out of sight!"] = "Ten wróg nie może się ruszać, ale może być dobrym pomysłem pozostać poza widokiem!", -- A_Classic_Fairytale:dragon
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2257
--      ["The enemy has taken a crate which we really needed!"] = "", -- SimpleMission
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2258
--      ["The enemy hogs play in a random order."] = "", -- A_Space_Adventure:death02
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
  2259
    ["The enemy is hiding out on yonder ducky!"] = "Na tamtej kaczce ukrywa się nasz przeciwnik!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2260
    ["The Enemy Of My Enemy"] = "Wróg mojego wroga", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2261
    ["The explosion is weaker than usual."] = "Eksplozja jest słabsza niż zazwyczaj.", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2262
--      ["The fastest hedgehog was %s from %s with a time of %.3fs."] = "", -- TrophyRace
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2263
    ["The fight begins!"] = "Walka się zaczyna!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2264
    ["The final part"] = "Ostatnia część", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2265
--      ["The final targets are quite tricky. You need to aim well."] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2266
    ["The First Blood"] = "Pierwsza krew", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2267
    ["The First Encounter"] = "Pierwsze starcie", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2268
    ["The first hedgehog to kill someone becomes the Mutant."] = "Pierwszy jeż, który kogoś zabije, stanie się Mutantem.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2269
    ["The first hedgehog which scores %d or more wins the game."] = "Pierwszy jeż, który zdobędzie %d lub więcej punktów, wygrywa mecz.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2270
    ["The first stop"] = "Pierwszy przystanek", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2271
    ["The first turn will last 25 sec and every other turn 15 sec."] = "Pierwsza tura potrwa 25 sekund, a każda inna 15 sek.", -- A_Space_Adventure:fruit03
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
  2272
    ["The flag will respawn next round."] = "Flaga pojawi się ponownie przy następnej rundzie.",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2273
    ["The flood has stopped! Challenge over."] = "Powódź się zatrzymała! Wyzwanie skończone.", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2274
    ["The food bites back"] = "Jedzenie się odgryza", -- A_Classic_Fairytale:backstab
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2275
--      ["The forgotten continent"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2276
    ["The giant umbrella from the last crate should help break the fall."] = "Ogromna parasolka z ostatniej skrzyni powinna pomóc pokonać upadek.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2277
    ["The Great Escape"] = "Wielka ucieczka", -- User_Mission_-_The_Great_Escape
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2278
    ["The Green Bananas lost, try again!"] = "Zielone Banany przegrały, spróbuj ponownie!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2279
    ["The guardian"] = "Stróż", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2280
    ["The hardships of the war turned %s (%s) into a killing machine: %d invaders destroyed in one round!"] = "Trudy wojny zamieniły %s (%s) w maszynę do zabijania: %d najeźdźców zniszczonych w jednej rundzie!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2281
    ["The hedgehog with least points (or most deaths) becomes the Bottom Feeder."] = "Jeż z najmniejszą ilością punktów (lub największą śmierci) stanie się Pasożytem.", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2282
    ["The Hogies"] = "Jeżusie", -- Target_Practice_-_Cluster_Bomb
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2283
    ["The Hospital"] = "Szpital", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2284
    ["The Individualist"] = "Indywidualista", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2285
    ["Their buildings were very primitive back then, even for an uncivilised island."] = "Ich budynki były wtedy bardzo prymitywne, nawet jak na niecywilizowaną wyspę.", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2286
    ["The Iron Curtain"] = "Żelazna Kurtyna", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2287
    ["The Journey Back"] = "Podróż z powrotem", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2288
    ["The king of %s has died!"] = "Król drużyny %s umarł!", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2289
    ["The last encounter"] = "Ostatnie starcie", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2290
    ["The last surviving clan wins."] = "Ostatni ocalały klan wygrywa.", -- TrophyRace
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2291
    ["The leader escaped. Defeat the rest of the aliens!"] = "Dowódca uciekł. Pokonaj resztę obcych!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2292
    ["The leader seems scared, he will probably flee."] = "Dowódca wydaje się być przestraszony, prawdopodobnie ucieknie.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2293
    ["The Leap of Faith"] = "Skok Wiary", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2294
    ["The meteorite has come too close and the anti-gravity device isn't powerful enough to stop it now."] = "Meteoryt zbliżył się za bardzo i antygrawitacyjne urządzenie nie jest wystarczająco potężne, by go teraz zatrzymać.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2295
    ["The Moonwalk"] = "Spacer po księżycu", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2296
--      ["The Mutant has super weapons and a lot of health."] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2297
    ["The Mutant has super-weapons and a lot of health."] = "Mutant ma super bronie i dużo zdrowia.", -- Mutant
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2298
--      ["The Mutant loses health quickly, but gains health by killing."] = "", -- Mutant
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2299
    ["The Mutant loses health quickly if he doesn't keep scoring kills."] = "Mutant szybko traci zdrowie, jeśli przestanie zaliczać zabójstwa.", -- Mutant
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  2300
    ["The Nameless One"] = "Bezimienny",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2301
    ["The Navy greets %s for managing to get in a distance of %d away from the mainland!"] = "Marynarka pozdrawia jeża %s, za zdołanie dostać się na odległość %d z dala od lądu!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2302
    ["The next 4 times you play the \"The last encounter\" mission you'll get 20 more hit points and a laser sight."] = "Przez następne 4 razy, w których zagrasz misję \"Ostateczne spotkanie\", dostaniesz 20 więcej punktów zdrowia i celownik laserowy.", -- A_Space_Adventure:death02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2303
--      ["The next crate is an utility crate."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2304
    ["The next one is pretty hard! |Tip: You have to do multiple swings!"] = "Następne jest bardzo trudne!|Porada: Masz wielokrotne wymachy!", -- Basic_Training_-_Rope
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2305
--      ["The next target can only be reached by something called “bouncing bomb”."] = "", -- Basic_Training_-_Bazooka
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  2306
--      ["The next target is high in the sky."] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2307
    ["Then how do they keep appearing?"] = "Więc jak oni się cały czas pojawiają?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2308
    ["The Ninja-Samurai Alliance"] = "Sojusz Ninja-Samurajski", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2309
    ["Then prepare for battle!"] = "Więc przygotuj się na bitwę!", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2310
    ["Then what am I?"] = "Więc czym jestem?", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2311
    ["The only woman, huh?"] = "Jedyna kobieta, co?", -- A_Classic_Fairytale:epil
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2312
--      ["The oppression of the elders, of course!"] = "", -- A_Classic_Fairytale:queen
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2313
    ["The opression of the elders, of course!"] = "Ucisk starszych, oczywiście!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2314
    ["The other one were all cannibals, spending their time eating the organs of fellow hedgehogs..."] = "To inne składało się z kanibali, spędzających swój czas na jedzeniu organów jeży...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2315
    ["The Police"] = "Policja", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2316
    ["The power of love! No, wait, the power of the aliens!"] = "Potęga miłości! Nie, czekaj, potęga obcych!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2317
    ["The RC plane only carries 2 weak bombs."] = "Radiowy samolocik niesie tylko 2 słabe bomby.", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2318
    ["There are a variety of structures available to aid you."] = "Jest różnorodność dostępnych struktur, by ci pomóc.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2319
    ["There are no snarky comments this time."] = "Tym razem nie ma  komentarzy.", -- Space_Invasion
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2320
    ["There is one below us!"] = "Jedna jest pod nami!", -- A_Space_Adventure:ice01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2321
    ["There must be a spy among us!"] = "Musi być między nami szpieg!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2322
    ["There's more of them? When did they become so hungry?"] = "Jest ich więcej? Kiedy oni stali się tacy głodni?", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2323
    ["There's nothing more satisfying for me than seeing you share your beauty with the world every morning, my princess!"] = "Nie ma dla mnie nic bardziej satysfakcjonującego, niż widzenie jak dzielisz się swoją pięknością ze światem każdego ranka, moja księżniczko!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2324
    ["There's nothing more satisfying to us than seeing you share your beauty..."] = "Nie ma dla mnie nic bardziej satysfakcjonującego, niż widzenie jak dzielisz się swoją pięknością...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2325
    ["There's nothing more satisfying to us than seeing you share your beauty with the world every morning, my princess!"] = "Nie ma dla nas nic bardziej satysfakcjonującego, niż widzenie jak dzielisz się swoją pięknością ze światem każdego ranka, moja księżniczko!", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2326
--      ["The respawner respawns %s"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2327
    ["The Rising"] = "Powstanie", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2328
    ["The rope won't get reset."] = "Lina się nie zresetuje.", -- A_Space_Adventure:death02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2329
    ["The Savior"] = "Wybawiciel", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2330
--      ["The score and deaths are shown next to the team bar."] = "", -- Mutant
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2331
--      ["These girders are slippery, like ice."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2332
    ["These primitive people are so funny!"] = "Prymitywni ludzie są tacy zabawni!", -- A_Classic_Fairytale:backstab
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2333
--      ["These weapon specials cannot be used close to other hogs."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2334
    ["The Shadow Falls"] = "Zapada cień", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2335
    ["The Showdown"] = "Pojedynek", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2336
    ["The Slaughter"] = "Rzeź", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2337
    ["The Society of Perfectionists greets %s (%s): No misses and %d hits in its best round."] = "Społeczeństwo Perfekcjonistów pozdrawia jeża %s (%s): Żadnego pudła i %d trafień w swojej najlepszej rundzie.", -- Space_Invasion
5791
685e08579f0d translation update
szczur
parents: 5328
diff changeset
  2338
    ["THE SPECIALISTS"] = "SPECJALIŚCI",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2339
--      ["The spinning arrows above your hedgehog show|which hedgehog is selected right now."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2340
    ["The spirits of the ancerstors are surely pleased, Leaks A Lot."] = "Dusze przodków są z pewnością zadowolone, Spory Przecieku.", -- A_Classic_Fairytale:first_blood
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2341
--      ["The spirits of the ancestors are surely pleased, Leaks A Lot."] = "", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2342
--      ["The targets will guide you through the training."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2343
    ["The team continued their quest of finding the rest of the tribe."] = "Drużyna kontynuowała swoje zadanie odnalezienia reszty plemienia.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2344
    ["The time that you have left when you reach the blue hedgehog will be added to the next turn."] = "Czas, który ci pozostanie po dotarciu do niebieskiego jeża, zosanie dodany do następnej tury.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2345
    ["The Torment"] = "Udręka", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2346
    ["The truth about Professor Hogevil"] = "Prawda o Profesorze Jeżozło", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2347
    ["The tunnel entrance is over there."] = "Wejście do tunelu jest tutaj.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2348
    ["The tunnel is about to get flooded!"] = "Tunel zaraz zostanie zalany!", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2349
    ["The Tunnel Maker"] = "Wytwórca Tuneli", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2350
    ["The Ultimate Weapon"] = "Broń Ostateczna", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2351
    ["The Union"] = "Unia", -- A_Classic_Fairytale:enemy
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2352
--      ["The Union: You can select a hedgehog at the start of your turns."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2353
    ["The village, unprepared, was destroyed by the cyborgs..."] = "Wioska, nieprzygotowana, została zniszczona przez cyborgów...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2354
    ["The walk of Fame"] = "Spacer Chwały", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2355
    ["The wasted youth"] = "Zmarnowana młodość", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2356
    ["The way you handled your little internal conflicts …"] = "Sposób, w który radziliście sobie ze swoimi małymi, wewnętrznymi konfliktami...", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2357
    ["The weapon in that last crate was bestowed upon us by the ancients!"] = "Broń w tej ostatniej skrzyni została nam darowana przez starożytnych!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2358
    ["The what?!"] = "Że co?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2359
    ["The wind whispers that you are ready to become familiar with tools, now..."] = "Wiatr szepcze, że stałeś się już gotowy, by zapoznać się z narzędziami...", -- A_Classic_Fairytale:first_blood
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2360
--      ["The wrong hedgehog has taken the crate."] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2361
    ["They are all waiting back in the village, haha."] = "Oni wszyscy już czekają w wiosce, haha.", -- A_Classic_Fairytale:enemy
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2362
    ["They are up there! Take this rope and hurry!"] = "One są tam na górze! Weź tę linę i się pośpiesz!", -- A_Space_Adventure:moon01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2363
    ["They Call Me Bullseye! +16 points!"] = "Zwą mnie Oczko! +16 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2364
    ["They have weapons we've never seen before!"] = "Mają bronie, których nigdy wcześniej nie widzieliśmy!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2365
    ["They keep appearing like this. It's weird!"] = "Oni pojawiają się tak po prostu. To dziwne!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2366
    ["They killed %s! You bastards!"] = "Oni zabili %s! Wy dranie!", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2367
    ["They must be trying to weaken us!"] = "Muszą próbować nas osłabić!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2368
    ["They never learn"] = "Nigdy się nie nauczą", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2369
    ["They stumbled upon a pile of weapons, they seemed to be getting closer."] = "Natknęli się na kupkę broni, wydawali się zbliżać.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2370
    ["They told us to wear these clothes. They said that this is the newest trend."] = "Powiedzieli nam, by nosić te ubrania. Powiedzieli, że jest to najnowszy trend.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2371
    ["They've been manipulating us all this time!"] = "Manipulowali nami cały ten czas!", -- A_Classic_Fairytale:enemy
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2372
    ["They won't hesitate to attack you in order to rob you!"] = "Nie zawahają się oni cię zaatakować, by cię obrabować!", -- A_Space_Adventure:desert01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2373
    ["The Zoo"] = "Zoo", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2374
    ["Thighlicker"] = "Udolizacz", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2375
    ["Things are going to get messy around here."] = "Sprawy tutaj staną się kłopotliwe.", -- A_Space_Adventure:fruit01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2376
--      ["This allows to select any hedgehog in your team!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2377
    ["This allows you to create a crate anywhere|within your clan's area of influence,|at the cost of energy."] = "To pozwala ci stworzyć skrzynię gdziekolwiek|wewnątrz strefy wpływu klanu,|kosztem energii.", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2378
--      ["This allows you to create and place mines,|sticky mines and barrels anywhere within your|clan's area of influence at the cost of energy."] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2379
    ["This allows you to create and place mines,|sticky mines and barrels anywhere within your|clan's area of influence at the cost of energy.|Up/down: Choose object type|Left/right: Choose timer (for mines)|Cursor: Place object"] = "To pozwala ci stworzyć i ustawić miny, samoprzylepne|miny i beczki gdziekolwiek wewnątrz strefy wpływu|twojego klanu, kosztem energii.|Góra/dół: Wybierz typ obiektu|Lewo/prawo: Wybierz czas (dla min)|Kursor: Ustaw obiekt", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2380
    ["This almost concludes our tutorial."] = "To prawie kończy nasz samouczek.", -- Basic_Training_-_Flying_Saucer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2381
--      ["This also increases the effectiveness of Medicine."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2382
    ["This game wasn’t really exciting."] = "Ta gra nie była naprawdę ekscytująca.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2383
    ["This Hog Solo is so naive! When he returns I'll shoot him and keep that device for myself!"] = "Ten Hog Solo jest taki naiwny! Kiedy wróci, zastrzelę go i zatrzymam urządzenie dla siebie!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2384
    ["This is a new personal best, congratulations!"] = "To nowy osobisty rekord, gratulacje!", -- A_Space_Adventure:death02, A_Space_Adventure:desert02, A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2385
    ["This is a new personal best time, congratulations!"] = "To nowy osobisty najlepszy czas, gratulacje!", -- A_Space_Adventure:ice02, A_Space_Adventure:moon02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2386
--      ["This is Cappy."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2387
    ["This is it! It's time to make Fell From Heaven fall for me..."] = "To jest to! Już czas sprawić, że Updały z Niebios zakocha się we mnie...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2388
    ["This island is the only place left on Earth with grass on it!"] = "Ta wyspa to jedyne pozostałe miejsce na Ziemi, w którym jest trawa!", -- A_Classic_Fairytale:enemy
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2389
    ["This is seems like a wealthy hedgehog, nice ..."] = "On wygląda jak bogaty jeż, nieźle...", -- A_Space_Adventure:desert01
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  2390
--      ["This is the mission panel."] = "", -- Basic_Training_-_Movement
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2391
--      ["This is the Olympic Stadium of Saucer Flying."] = "", -- A_Space_Adventure:ice02
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2392
    ["This is the Olympic stadium of saucer flying."] = "To jest Stadion Olimpijski Latania Spodkiem.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2393
    ["This is typical!"] = "To typowe!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2394
    ["This must be some kind of sorcery!"] = "To musi być jakaś magia!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2395
    ["This must be the caves!"] = "To muszą być jaskinie!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2396
    ["This one's tricky."] = "Ten jest podchwytliwy.",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2397
    ["This planet seems dangerous!"] = "Ta planeta wydaje się niebezpieczna!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2398
    ["This rain is really something..."] = "Ten deszcz to naprawdę coś...",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2399
    ["This round’s award for ultimate disappointment goes to: Everyone!"] = "Nagroda tej rundy za ostateczne rozczarowanie idzie do: Każdego!", -- ClimbHome
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2400
--      ["This seems like a wealthy hedgehog, nice ..."] = "", -- A_Space_Adventure:desert01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2401
    ["This was an awesome performance! But this challenge can be finished with even just one RC plane. Can you figure out how?"] = "To było niesamowite przedstawienie! Ale to wyzwanie może być ukończone tyko jednym samolocikiem. Potrafsz wykombinować jak?", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2402
    ["This will be fun!"] = "To będzie zabawne!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2403
    ["This will be useful when I need a new platform or if I want to rise."] = "To będzie żyteczne, kiedy będę potrzebował platformy albo chciał się wznieść.", -- portal
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2404
--      ["This will certainly come in handy."] = "", -- User_Mission_-_Teamwork_2
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2405
    ["This will certianly come in handy."] = "To zdecydowanie się przyda.", -- User_Mission_-_Teamwork_2
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2406
    ["Thompson"] = "Tomson", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2407
    ["Those aliens are destroying the island!"] = "Ci obcy niszczą naszą wyspę!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2408
    ["Those were scheduled for disposal anyway."] = "Ci i tak mieli iść do śmieci.", -- A_Classic_Fairytale:dragon
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2409
--      ["Throw a 1 second mine!"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2410
    ["Throw a baseball at your foes|and send them flying!"] = "Rzuć piłkę baseballową w swoich wrogów|i spraw, że polecą.", -- Knockball
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  2411
--      ["Throw a grenade to destroy the target!"] = "", -- Basic_Training_-_Grenade
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2412
--      ["Throw some grenades to destroy the targets!"] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2413
    ["Thug #%d"] = "Zbir #%d", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2414
    ["Timbers"] = "Drewna", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2415
    ["Time: %.1fs"] = "Czas: %.1fs", -- Racer, TechRacer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2416
--      ["Time: %.3fs by %s"] = "", -- TrophyRace
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2417
--      ["Time: %.3fs"] = "", -- TrophyRace
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2418
    ["Time Box"] = "TARDIS", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2419
    ["Timed Kamikaze! +10 points!"] = "Wymierzony kamikaze! +10 punktów!", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2420
    ["Time extended! +%dsec"] = "Czas przedłużony! +%dsek", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2421
    ["Time extension: %ds"] = "Rozszerzenie czasu: %ds", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2422
    ["Time for a more interesting stunt, but first just collect the next crate!"] = "Czas na bardziej interesujący wyczyn, ale najpierw zbierz następną skrzynię!", -- Basic_Training_-_Flying_Saucer
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  2423
--      ["Timer"] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2424
    ["Time's up!"] = "Koniec czasu!", -- Basic_Training_-_Sniper_Rifle, SpeedShoppa, Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2425
    ["Time’s up!"] = "Koniec czasu!", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2426
    ["Time to run!"] = "Czas uciekać!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2427
    ["Tip: Changing your aim while flying is very difficult, so adjust it before you take off."] = "Porada: Celowanie podczas latanie jest bardzo trudne, więc ustaw sobie zanim odlecisz.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2428
    ["Tip: Don't remain for too long in the water, or you won't make it."] = "Porada: Nie pozostawaj zbyt długo w wodzie, bo ci się nie uda.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2429
    ["Tip: If you get stuck in this training, use \"Skip turn\" to restart the current objective."] = "Porada: Jeśli utkniesz w tym treningu, użyj \"Pominięcia tury\", by zrestartować aktualne zadanie.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2430
--      ["Tip: See the \"Esc\" key (this menu) if you want to see the currently playing teams continent, or that continents specials."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2431
    ["Tip: See the \"esc\" key (this menu) if you want to see the currently playing teams continent, or that continents specials."] = "Porada: Wciśnij przycisk \"esc\" (to menu), jeśli chcesz zobaczyć kontynent aktualnie grającej drużyny lub specjały tego kontynentu.", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2432
    ["Tip: The rope physics are different than in the real world, |use it to your advantage!"] = "Porada: Fizyka liny jest inna od tej w prawdziwym świecie.|Wykorzystaj to na swoją korzyść!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2433
    ["Tip: You can change your flying saucer|in mid-flight by hitting the [Attack] key twice."] = "Porada: Możesz zmienić swój latający talerz|podczas lotu, wciskając dwukrotnie przycisk [Atak].", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2434
    ["Tiyuri"] = "Tiyuri", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2435
    ["Toad"] = "Ropucha", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2436
--      ["To begin, walk to the crate to the right."] = "", -- Basic_Training_-_Movement
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  2437
--      ["To begin with the training, hit the attack key!"] = "", -- Basic_Training_-_Movement
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2438
--      ["To begin with the training, select the bazooka from the ammo menu!"] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2439
--      ["To begin with the training, select the grenade from the ammo menu!"] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2440
--      ["To finish hedgehog selection, just do anything|with him, like walking."] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2441
--      ["To get over the next obstacle, you need to perform your back jump precisely."] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2442
--      ["To get over the water, you have to do multiple|rope shots and swings."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2443
    ["Toggle Editing Weapons and Tools: [Precise]+[2]"] = "Przełącz edytujące bronie i narzędzia: [Precyzja]+[2]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2444
    ["Toggle Gear Information: [Precise]+[3]"] = "Przełącz informacje o rzeczach: [Precyzja]+[3]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2445
    ["Toggle Help: [Precise]+[1]"] = "Przełącz pomoc: [Precyzja]+[1]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2446
    ["Toggle Placement/Deletion: [Left], [Right]"] = "Przełącz ustawianie/usuwanie: [Lewo], [Prawo]", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2447
    ["Toggle Shield: [Long jump]"] = "Przełącz osłonę: [Długi skok]", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2448
    ["To help you, of course!"] = "By ci pomóc, oczywiście!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2449
    ["To launch a projectile in mid-flight, hold [Precise] and press [Long jump]."] = "By wystrzelić pocisk w locie, przytrzymaj [Precyzja] i naciśnij [Długi skok].", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2450
    ["Tony"] = "Tony", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2451
    ["Too bad! Then you should really leave!"] = "Jaka szkoda! Więc musisz naprawdę odejść!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2452
    ["Too slow! Try again ..."] = "Za wolno! Spróbuj ponownie...", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2453
    ["Top-class elite pilot"] = "Elitarny pilot najwyższej klasy", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2454
    ["To place a girder, select it, use [Left] and [Right] to select angle and length, place with [Left Click]"] = "By postawić belkę wybierz ją, użyj [Lewo] i [Prawo], by wybrać kąt i długość, ustaw używając [Lewy Klik]", -- A_Classic_Fairytale:shadow
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2455
--      ["To reach higher ground, walk to a ledge, look to the left, then do a back jump."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2456
    ["Torn Muscle"] = "Rozerwany Mięsień", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2457
    ["To the caves..."] = "Do jaskiń...", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2458
    ["Touch all waypoints as fast as you can!"] = "Dotknij wszystkich punktów kontrolnych najszybciej jak potrafisz!", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2459
    ["To win the game, Hog Solo has to get the bottom crates and come back to the surface."] = "By wygrać tę grę, Hog Solo musi dostać się do skrzyń na dnie i wrócić z powrotem na powierzchnię.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2460
    ["To win the game you had to collect the 2 crates with no specific order."] = "By wygrać grę, musisz zebrać 2 skrzynie, bez specjalnej kolejności.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2461
    ["To win the game you have to eliminate all your enemies."] = "By wygrać grę, musisz wyeliminować wszystkich swoich wrogów.", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2462
    ["To win the game you have to find the right crate."] = "By wygrać grę, musisz znaleźć odpowiednią skrzynię.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2463
    ["To win the game you have to go next to Thanta."] = "By wygrać grę, musisz pójść obok Tanty.", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2464
    ["To win the game you have to go to the surface."] = "By wygrać grę, musisz pójść na powierzchnię.", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2465
    ["To win the game you have to pass into the rings in time."] = "By wygrać grę, musisz na czas przejść przez pierścienie.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2466
    ["To win the game you have to stand next to Thanta."] = "By wygrać grę, musisz stanąć obok Tanty.", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2467
    ["Toxic Team"] = "Toksyczny Zespół", 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2468
    ["Track completed!"] = "Trasa ukończona!", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2469
    ["Trainee"] = "Trenujący", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2470
    ["Training complete!"] = "Trening ukończony!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2471
    ["Training Team"] = "Drużyna Treningowa", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2472
    ["Training"] = "Trening", -- Basic_Training_-_Flying_Saucer, Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2473
    ["Traitors don't get to shout around here!"] = "Zdrajcy tutaj nie krzyczą!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2474
    ["Traitors"] = "Zdrajcy", -- A_Classic_Fairytale:epil
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2475
--      ["Trapped"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2476
    ["Trapper"] = "Traper", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2477
    ["Travel carefully as your fuel is limited"] = "Lataj ostrożnie, gdyż twoje paliwo jest ograniczone", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2478
    ["Travel to all the neighbor planets and collect all the pieces"] = "Poleć na wszystkie sąsiednie planety i zbierz wszystkie części", -- A_Space_Adventure:cosmos
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2479
--      ["Treasure: Massive weapon bonus in first turn."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2480
    ["Tribe"] = "Plemię", -- A_Classic_Fairytale:backstab
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  2481
    ["TrophyRace"] = "TrophyRace",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2482
    ["Trunks"] = "Trunks", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2483
    ["Try again!"] = "Spróbuj ponownie!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2484
    ["Try it now and dive here to collect the crate on the right girder."] = "Spróbuj teraz i zanurkuj tu, by zebrać skrzynię na prawej belce.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2485
    ["Try not to get spotted by the guards!"] = "Spróbuj nie zostać zauważonym przez straże!", -- A_Space_Adventure:cosmos
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2486
--      ["Try out different bounciness levels to reach difficult targets."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2487
    ["Try to be smart and eliminate them quickly. This way you might scare off the rest!"] = "Spróbuj być mądry i wyeliminuj ich szybko. W ten sposób, możesz odstraszyć resztę!", -- A_Space_Adventure:fruit01
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2488
    ["Try to keep as many allies alive as possible."] = "Spróbuj utrzymać przy życiu najwięcej sojuszników, ile się da.", -- A_Space_Adventure:fruit01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2489
    ["Try to land softly, as you can still take fall damage!"] = "Spróbuj wylądować miękko, bo nadal możesz otrzymać obrażenia od upadku!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2490
    ["Try to protect the chief! You won't lose if he dies, but it is advised that he survives."] = "Spróbuj ochronić wodza! Nie przegramy, gdy on umrze, ale zalecane jest, by przeżył.", -- A_Classic_Fairytale:united
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2491
--      ["Try to reach and destroy the next target quickly."] = "", -- Basic_Training_-_Rope
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  2492
    ["T_T"] = "T_T",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2493
    ["Tumbler"] = "Akrobata", -- Tumbler
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2494
--      ["Turn around: [Left Shift] + [Left]/[Right]"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2495
--      ["Turning Around"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2496
    ["Turns: Hogs get %d random weapon(s) from their pool"] = "Tury: Jeż dostaje %d losowych broni ze swojej puli", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2497
    ["Turns: King's health is set to %d%% of the team health"] = "Tury: Zdrowie króla jest ustawione na %d%% zdrowia drużyny", -- Battalion
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2498
--      ["Turns left: %d"] = "", -- A_Classic_Fairytale:journey
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2499
    ["Turns: Refill %d weapon and %d helper points|and randomize weapons and helpers based on team points"] = "Tura: Odnów %d broni i %d punktów pomocniczych|i wylosuj bronie i pomocników według punktów drużyny", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2500
    ["Turns until arrival: %d"] = "Tury do przybycia: %d", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2501
    ["Turn Time: %dsec"] = "Czas tury: %dsec", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2502
    ["Twenty-Twenty"] = "Dwadzieścia-dzieścia", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2503
    ["Two flowers: All missions complete"] = "Dwa kwiaty: Wszystkie misje ukończone", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2504
    ["Two little hogs cooperating, getting past obstacles..."] = "Dwa małe jeże współpracują, pokonując przeszkody...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2505
    ["Ugly Mug"] = "Brzydki Bandyta", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2506
    ["Uhm...I met one of them and took his weapons."] = "Um... Spotkałem jednego z nich i zabrałem mu bronie.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2507
    ["Uhmm, it's … uhm … my ring!"] = "Umm, to... um... mój pierścień!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2508
    ["Uhmm...ok no."] = "Umm... niedobrze.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2509
    ["Ukemi"] = "Ukemi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2510
    ["Ultra kill!"] = "Ultra zabójstwo!", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2511
    ["Ultrasoldier"] = "Ultrażołnierz", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2512
    ["unC0Rr"] = "unC0Rr", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2513
    ["Under Construction"] = "W Trakcie Budowy", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2514
    ["Under normal circumstances we could easily defeat them but we have kindly sent most of our men to the Kingdom of Sand to help with the annual dusting of the king's palace."] = "W normalnych okolicznościach pokonalibyśmy ich z łatwością, ale życzliwie wysłaliśmy większość naszych ludzi do Królestwa Piasku, by pomóc z corocznym odkurzaniu pałacu króla.", -- A_Space_Adventure:fruit01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2515
--      ["Under the meteorite’s shadow ..."] = "", -- A_Space_Adventure:cosmos
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2516
    ["Under the meteorites shadow ..."] = "Pod cieniem meteorytu...", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2517
    ["Unexpected Igor"] = "Nieoczekiwany Igor", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2518
    ["Unique new weapons"] = "Unikalne nowe bronie", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2519
    ["Unit 0x0007"] = "Jednostka 0x0007", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2520
    ["Unit 189"] = "Jednostka 189", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2521
    ["Unit 234"] = "Jednostka 234", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2522
    ["Unit 333"] = "Jednostka 333", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2523
    ["Unit 334a$7%;.*"] = "Jednostka 334a$7%;.*", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
4714
8d9d9c24b70f moar polish
szczur
parents: 4713
diff changeset
  2524
    ["Unit 3378"] = "Jednostka 3378",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2525
    ["Unit 485"] = "Jednostka 485", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2526
    ["Unit 527"] = "Jednostka 527", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2527
    ["Unit 638"] = "Jednostka 638", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2528
    ["Unit 709"] = "Jednostka 709", -- 
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  2529
    ["Unit 835"] = "Jednostka 835",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2530
--      ["Unit 881"] = "", -- User_Mission_-_Newton_and_the_Hammock
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2531
    ["Unit 883"] = "Jednostka 883", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2532
    ["United We Stand"] = "Zgoda buduje", -- A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6345
diff changeset
  2533
    ["Unit"] = "Jednostka",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2534
--      ["Unlike bazookas, grenades are not influenced by wind."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2535
    ["Unlimited Attacks: Attacks don't end your turn"] = "Nieskończone ataki: Ataki nie kończą twojej tury", -- User_Mission_-_Diver, User_Mission_-_Nobody_Laugh, User_Mission_-_Spooky_Tree
7891
77faa4b96771 polish language update (+ closes issue 322)
szczur
parents: 7827
diff changeset
  2536
    ["Unlimited Attacks"] = "Nieograniczone ataki",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2537
    ["Unlucky Sods"] = "Pechowi Kolesie", -- User_Mission_-_Rope_Knock_Challenge
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  2538
    ["Unstoppable!"] = "Nie do zatrzymania!",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2539
    ["Unsuspecting Louts"] = "Niepodejrzewające Chamy", -- User_Mission_-_Rope_Knock_Challenge
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2540
--      ["Up/Down: Adjust dust storm damage"] = "", -- Continental_supplies
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2541
--      ["Up/Down: Browse through continents"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2542
    ["Up/Down: Change placement mode"] = "Góra/Dół: Zmień tryb stawiania", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2543
    ["Up/down: Choose crate type"] = "Góra/Dół: Zmień typ skrzyni", -- Construction_Mode
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2544
--      ["Up/down: Choose object type|1-5/Switch/Left/Right: Choose mine timer|Cursor: Place object"] = "", -- Construction_Mode
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2545
    ["Upper-class elite pilot"] = "Elitarny pilot wyższej klasy", -- User_Mission_-_RCPlane_Challenge
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2546
--      ["Upside-Down World"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2547
    ["Use it wisely!"] = "Użyj tego mądrze!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2548
    ["Use it with precaution!"] = "Użyj tego z ostrożnośćią!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2549
    ["User Challenge"] = "Wyzwanie użytkownika",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2550
--      ["!"] = "", -- User_Mission_-_Dangerous_Ducklings
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2551
    ["Use the attack key twice to change the flying saucer while being in air."] = "Wciśnij dwukrotnie przycisk ataku, by zmienić latający talerz w powietrzu.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2552
    ["Use the attack key twice to change the flying saucer while floating in mid-air."] = "Wciśnij dwukrotnie przycisk ataku, by zmienić latający talerz unosząc w powietrzu.", -- A_Space_Adventure:ice02
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2553
    ["Use the bazooka and the flying saucer to get the freezer."] = "Użyj bazooki i latającego talerza, by zdobyć zamrażarkę.", -- A_Space_Adventure:ice01
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2554
    ["Use the flying saucer from the crate to fly to the moon."] = "Użyj latającego talerza ze skrzyni, by polecieć na księżyc.", -- A_Space_Adventure:cosmos
12832
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2555
    ["Use the flying saucer to fly to other planets."] = "Użyj latającego talerza, by polecieć na inne planety.", -- A_Space_Adventure:cosmos
b443395c36ca Finalize translation of pl.lua
KoBeWi
parents: 12829
diff changeset
  2556
    ["Use the flying saucer to fly to the other planets."] = "Użyj latającego talerza, by polecieć na inne planety.", -- A_Space_Adventure:cosmos
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2557
    ["Use the parachute ([Space] while in air) to get the next crate"] = "Użyj spadochronu ([Spacja] w powietrzu), by zdobyć następną skrzynię", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2558
    ["Use the portal gun to get to the next crate, then use the new gun to get to the final destination!|"] = "Użyj wyrzutnika portali, by zdobyć następną skrzynię, potem użyj nowej broni, by dostać sie do ostatniego celu!|", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2559
    ["Use the RC plane and destroy the all the targets."] = "Użyj radiowego samolociku i zniszcz wszystkie cele.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2560
    ["Use the rope in order to catch the blue hedgehog"] = "Użyj liny, żeby złapać niebieskiego jeża", -- A_Space_Adventure:moon02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2561
--      ["Use the rope to complete the obstacle course!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2562
    ["Use the rope to get on the head of the mole, young one!"] = "Użyj liny, by dostać się na głowę jeża, młodzieńcze!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2563
    ["Use the rope to get to the crate"] = "Użyj liny, by dostać się do skrzyni", -- A_Space_Adventure:cosmos
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2564
--      ["Use the rope to get to the target!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2565
    ["Use the rope to knock your enemies to their doom."] = "Użyj liny, by wybić swoich wrogów na ich zgubę.", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2566
    ["Use the rope to quickly get to the surface!"] = "Użyj liny, by szybko dostać się na powierzchnię!", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2567
    ["Use the saucer and fly away"] = "Użyj talerza i odleć", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2568
    ["Use the saucer and fly to the moon"] = "Użyj taerza i poleć na księżyc", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2569
    ["Use the shield to protect yourself from bazookas."] = "Użyj osłony, by chronić się przed bazookami.", -- Space_Invasion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2570
    ["Use the structure placer to place structures."] = "Użyj stawiacza struktur, by stawiać struktury.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2571
    ["Use your ammo wisely."] = "Użyj mądrze swojej amunicji.", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2572
    ["Use your available weapons in order to eliminate the enemies."] = "Użyj swoich dostępnych broni, żeby wyeliminować wrogów.", -- A_Space_Adventure:death02, A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2573
    ["Use your ready time to think."] = "Użyj swojego czasu przygotowania, by pomyśleć.", -- Frenzy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2574
    ["Use your rope to collect all crates as fast as possible."] = "Użyj swojej liny, by jak najszybciej zebrać wszystkie skrzynie.", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2575
    ["Use your rope to get from start to finish as fast as you can!"] = "Użyj liny, by jak najszybciej dotrzeć od startu do mety",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2576
--      ["Use your rope to get to the next target, then destroy it!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2577
    ["Utility Crate Placement Mode"] = "Tryb Stawiania Skrzyń z Narzędziami", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2578
    ["UTILITY CRATE PLACEMENT MODE"] = "TRYB STAWIANIA SKRZYŃ Z NARZĘDZIAMI", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2579
    ["Utility crates extend your time."] = "Skrzynie z narzędziami zwiększają twój czas.", -- Tumbler
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2580
    ["Variants: Hogs will be randomized from 12 different variants"] = "Wariant: Jeże będą wylosowane z 12 różnych wariantów.", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2581
    ["Variants: Kings and air generals are disabled"] = "Wariant: Królowie i powietrzni generałowie są wyłączeni", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2582
    ["Variants: The last hog of each team will be a king"] = "Wariant: Ostatni jeż każdej drużyny będzie królem", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2583
    ["Vedgies"] = "Warzywka", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2584
    ["Vegan Jack"] = "Wegański Jacek", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2585
    ["Vega"] = "Vega", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2586
    ["Very valuable, haha!"] = "Bardzo wartościowe, haha!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2587
    ["Victory Condition: Collect"] = "Warunek zwycięstwa: Zbierz", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2588
    ["Victory Condition: Destroy"] = "Warunek zwycięstwa: Zniszcz", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2589
    ["Victory for %s!"] = "Zwycięstwo dla %s!", -- Capture_the_Flag
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4715
diff changeset
  2590
    ["Victory for the "] = "Zwycięstwo przypadło",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2591
    ["Victory!"] = "Zwycięstwo!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2592
    ["Violence is not the answer to your problems!"] = "Przemoc nie jest odpowiedzią na twoje problemy!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2593
    ["Visit the planets of Ice, Desert and Fruit before you proceed to the Death Planet"] = "Odwiedź planety Lodu, Pustyni i owoców, zanim udasz się na Planetę Śmierci", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2594
    ["Vladimir"] = "Władimir", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2595
    ["Void"] = "Pustka", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2596
    ["Voldemort"] = "Voldemort", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2597
    ["Voltorb"] = "Voltorb", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2598
    ["Wait a moment …"] = "Czekaj no chwilę...", -- A_Space_Adventure:final
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2599
--      ["Walking on Ice"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2600
--      ["Walk: [Left] and [Right]"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2601
--      ["Walk: [Left]/[Right]"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2602
    ["Wall Before Crate: You must touch the marked wall before you can get crates."] = "Ściana przed skrzynią: Musisz dotknąć zaznaczonej ściany, zanim będziesz mógł zebrać skrzynie.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2603
    ["Walls Before Crate: You must touch the %d marked walls before you can get crates."] = "Ściana przed skrzynią: Musisz dotknąć %d zaznaczonych ścian, zanim będziesz mógł zebrać skrzynie.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2604
    ["Wall set: No walls"] = "Ustawienie ścian: Bez ścian", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2605
    ["Wall set: %s (%d walls)"] = "Ustawienie ścian: %s (%d ścian)", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2606
    ["Wall set: %s"] = "Ustawienie ścian: %s", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2607
    ["Walls left: %d"] = "Pozostałe ściany: %d", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2608
    ["Wall to wall"] = "Ściana do ściany", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2609
    ["Waluigi"] = "Waluigi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2610
    ["Wannabe Flyboys"] = "Lotniczy Pozerzy", -- User_Mission_-_RCPlane_Challenge
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2611
--      ["Wannabe Ropers"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2612
    ["Wannabe Shoppsta"] = "Shoppi Pozerzy", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2613
    ["Wario"] = "Wario", -- 
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2614
--      ["Warming Up"] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2615
--      ["Warning: Fire cake detected"] = "", -- ClimbHome
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2616
    ["Warning: Never ever leave the flying saucer while in water!"] = "Ostrzeżenie: Nigdy przenigdy nie opuszczaj latającego talerza pod wodą!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2617
    ["WARNING: Sabotage detected!"] = "OSTRZEŻENIE: Wykryto sabotaż!", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2618
    ["Warrior"] = "Wojownik", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2619
    [" was extracted from the scheme|- This continent will be able to use the specials from the other continents!"] = " został wyciągnięty ze schematu|- Ten kontynent będzie mógł użyć specjali z innych kontynentów!", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2620
    ["WatchBot 4000"] = "PaczBot 4000", -- User_Mission_-_Teamwork_2
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2621
    ["Watch your steps, young one!"] = "Patrz pod nogi, młodzieńczce!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2622
    ["Watermelon Heart"] = "Melonowe Serce", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2623
    ["Water: Rises by 37 per turn"] = "Woda: Podnosi się o 37 co turę", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2624
    ["Waypoint Editing Mode"] = "Tryb Edycji Punktów Kontrolnych", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2625
    ["WAYPOINT EDITING MODE"] = "TRYB EDYCJI PUNKTÓW KONTROLNYCH", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2626
    ["Waypoint placed. Available points remaining: %d"] = "Punkt kontrolny ustawiony. Pozostałe dostępne punkty: %d", -- Racer
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  2627
    ["Waypoint placed."] = "Postawiono punkt kontrolny",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2628
    ["Waypoint placement phase"] = "Faza ustawiania punktów kontrolnych", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2629
    ["Waypoint removed. Available points: %d"] = "Punkt kontrolny usunięty. Pozostałe punkty: %d", -- Racer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2630
    ["Waypoints remaining: %d"] = "Pozostałe punkty kontrolne: %d", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2631
    ["Weaklings"] = "Słabeusze", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2632
    ["We all know what happens when you get frightened..."] = "Wszyscy wiemy, co się dzieje, gdy się przestraszysz...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2633
    ["Weapon Crate Placement Mode"] = "Tryb Ustawiania Skrzyń z Brońmi", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2634
    ["WEAPON CRATE PLACEMENT MODE"] = "TRYB USTAWIANIA SKRZYŃ Z BROŃMI", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2635
    ["Weapon Filter: Dematerializes all ammo|    carried by enemies entering it."] = "Filtr Broni: Dematerializuje całą amunicję|    niesioną przez wroga, który wejdzie.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2636
    ["Weapon Filter"] = "Filtr Broni", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2637
    ["weaponschemes"] = "schematy broni", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2638
    ["Weapons: Each team starts with %d weapon points"] = "Bronie: ażda drużyna zaczyna z %d punktami broni", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2639
    ["Weapons: Hogs will get 1 out of 3 weapons randomly each turn"] = "Bronie: Jeże dostaną 1 z 3 broni losowo w każdej turze", -- Battalion
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2640
    ["Weapons: Nearly every hog variant gets 1 kamikaze"] = "Bronie: Prawie każdy wariant jeża dostaje 1 kamikaze", -- Battalion
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2641
--      ["Weapon specials: Some weapons have special modes (see weapon description)."] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2642
    ["Weapons Reset"] = "Reset broni",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2643
    ["Weapons reset: The weapons are reset after each turn."] = "Reset broni: Bronie resetują się po każdej turze.", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2644
    ["We are indeed."] = "Jesteśmy zaiste.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2645
    ["We can't defeat them!"] = "Nie możemy ich pokonać!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2646
    ["We can't hold them up much longer!"] = "Nie możemy ich zatrzymać wiele dłużej!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2647
    ["We can't let them take over our little island!"] = "Nie możemy im pozwolić przejąć naszej małej wyspy!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2648
    ["We come in peace! Just let our friends go!"] = "Przychodzimy w pokoju! Wypuśćcie tylko naszych przyjaciół!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2649
    ["We could just have blown up the meteorite from the the beginning!"] = "Mogliśmy od początku po prostu wysadzić ten meteoryt!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2650
    ["We don't have time for that now!"] = "Nie mamy teraz na to czasu!", -- A_Classic_Fairytale:queen
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2651
--      ["We have lost an object which was critical to this mission."] = "", -- SimpleMission
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2652
    ["We have no time to waste..."] = "Nie mamy czasu do stracenia...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2653
    ["We have nowhere else to live!"] = "Nie mamy gdzie indziej mieszkać!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2654
    ["We have spotted the enemy! We'll attack when the enemies start gathering!"] = "Zauważyliśmy wrogra! Zaatakujemy, kiedy wrogowie zaczną się zbierać!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2655
    ["We have to find our folk!"] = "Musimy odnaleźć naszych ludzi!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2656
    ["We have to hurry! Are you armed?"] = "Musimy się pośpieszyć! Jesteś uzbrojony?", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2657
    ["We have to protect the village!"] = "Musimy bronić wioski!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2658
    ["We have to unite and defeat those cylergs!"] = "Musimy się zjednoczyć i pokonać cylergów!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2659
    ["Welcome Hog Solo, surprised to see me?"] = "Witaj, Hogu Solo, zaskoczony moim widokiem?", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2660
--      ["Welcome home! Please take a seat"] = "", -- ClimbHome
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2661
    ["Welcome, Leaks A Lot!"] = "Witaj, Spory Przecieku!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2662
    ["Welcome to the Death Planet!"] = "Witaj na Planecie Śmierci!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2663
    ["Welcome to the Desert Planet!"] = "Witaj na Planecie Pustyni!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2664
    ["Welcome to the Fruit Planet!"] = "Witaj na Planecie Owoców!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2665
    ["Welcome to the meteorite!"] = "Witaj na meteorycie!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2666
    ["Welcome to the moon!"] = "Witaj na księżycu!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2667
    ["Welcome to the Planet of Ice!"] = "Witaj na Planecie Lodu!", -- A_Space_Adventure:cosmos
5927
45aa6b97b24d Polish translation updates
szczur
parents: 5867
diff changeset
  2668
    ["Well done."] = "Dobra robota",
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2669
--      ["Well done! Let's destroy the next target!"] = "", -- Basic_Training_-_Rope
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2670
--      ["Well done! The next target awaits."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2671
    ["We'll give you a problem then!"] = "Więc sprawimy ci problem!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2672
    ["We'll play a game first."] = "Najpierw zagramy w grę.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2673
    ["We'll spare your life for now!"] = "Na razie oszczędzimy twoje życie!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2674
    ["Well, that escalated quickly!"] = "Cóż, to eskalowało szybko.", -- ClimbHome
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2675
--      ["Well, that was an unnecessary act of violence."] = "", -- A_Classic_Fairytale:epil
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2676
    ["Well that was an unnecessary act of violence."] = "Cóż, to był niepotrzebny akt przemocy.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2677
    ["Well, that was a waste of time."] = "Cóż, to była strata czasu.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2678
    ["We'll use our communicators to contact you."] = "Użyjemy naszych komunikatorów, by się z tobą skontaktować.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2679
    ["Well, well! Isn't that the cutest thing you've ever seen?"] = "No no! Czy to nie najsłodsza rzecz, jaką kiedykolwiek widziałeś?", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2680
    ["Well, yes. This was a cyborg television show."] = "Cóż, tak. To był program telewizyjny cyborgów.", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2681
    ["Well, you're about to wake up!"] = "Cóż, zaraz się obudzisz!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2682
    ["We made sure noone followed us!"] = "Upewniliśmy się, że nikt nas nie śledził!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2683
    ["We need it to get split into at least two parts."] = "Musimy go podzielić co najmniej na dwie części.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2684
    ["We need to go back!"] = "Musimy wrócic!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2685
    ["We need to hurry!"] = "Musimy się śpieszyć!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2686
    ["We need to move!"] = "Musimy ruszać!", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2687
    ["We need to prevent their arrival!"] = "Musimy zapobiec ich przybyciu!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2688
    ["We need to warn the village."] = "Musimy ostrzec wioskę.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2689
    ["We need you to go there and detonate them yourself! Good luck!"] = "Musimy tam pójść i zdetonować je sami! Powodzenia!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2690
    ["We oppressed her, the only woman in the tribe!"] = "Uciskaliśmy ją, jedyną kobietę w plemieniu!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2691
    ["We're terribly sorry!"] = "Bardzo nam przykro!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2692
    ["We risk our lives going through challenges."] = "Ryzykujemy nasze życia, przechodząc przez wyzwania.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2693
    ["We should better report this and continue our watch!"] = "Lepiej powinniśmy to zgłosić i kontynuować naszą wartę!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2694
    ["We should head back to the village now."] = "Powinniśmy udać się teraz z powrotem do wioski.", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2695
    ["We, the youth, have to constantly prove our value."] = "My, młodzi, musimy stale dowodzić naszej wartości.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2696
    ["We trusted you, you fool!"] = "Ufaliśmy ci, głupcze!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2697
    ["We were trying to save her and we got lost."] = "Próbowaliśmy ją uratować i się zgubiliśmy.", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2698
    ["We were your home! Your family!"] = "My byliśmy twoim domem! Twoją rodziną!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2699
    ["We won't accept you destroying our village!"] = "Nie zaakceptujemy twojego niszczenia naszej wioski!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2700
    ["We won't let you hurt any more of us!"] = "Nie pozwolimy ci skrzywdzić więcej z nas!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2701
    ["We won't let you hurt her!"] = "Nie pozwolimy ci jej skrzywdzić!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2702
    ["We work and work until we sweat blood."] = "Pracujemy i pracujemy, aż pocimy się krwią.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2703
    ["What?! A cannibal? Here? There is no time to waste! Come, you are prepared."] = "Co? Kanibal? Tutaj? Nie ma czasu do stracenia! Chodź, jesteś przygotowany.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2704
    ["What a douche!"] = "Co za dupek!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2705
    ["What am I gonna...eat, yo?"] = "Co ja zamierzam... zjeść, joł?", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2706
    ["What are you doing at a distance so great, young one?"] = "Co robisz w odległości tak wielkiej, młodzieńcze?", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2707
    ["What are you doing? Let her go!"] = "Co ty robisz? Wypuść ją!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2708
    ["What a ride!"] = "Co za jazda!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2709
    ["What a strange cave!"] = "Co za dziwna jaskinia!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2710
    ["What a strange feeling!"] = "Co za dziwne uczucie!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2711
    ["What?!"] = "Co?!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2712
    ["What could you possibly forget in that cage?"] = "Czego mógłbyś zapomnieć w tej klatce?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2713
    ["What does it look like?"] = "Jak to wygląda?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2714
    ["What do my faulty eyes observe? A spy!"] = "Co widzą moje wadliwe oczy? Szpiega!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2715
    ["What do you say? Are you in?"] = "Co powiesz? Wchodzisz w to?", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2716
    ["What do you say? Will you fight for us?"] = "Co powiesz? Będziesz dla nas walczył?", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2717
    ["What do you want to do?"] = "Co chcesz zrobić?", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2718
    ["Whatever floats your boat..."] = "Cokolwiek ci pasuje...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2719
    ["What?! For all this struggle I just win some ... time? Oh dear!"] = "Co?! Za cały ten wysiłek wygrałem tylko trochę... czasu? O rany!", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2720
    ["What has %s ever done to you?"] = "Co %s ci kiedykolwiek zrobił?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2721
    ["What? Here? How did they find us?!"] = "Co? Tutaj? Jak nas znaleźli?!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2722
    ["What? Is it over already?"] = "Co? To już koniec?", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2723
    ["What is it that you forgot?"] = "O czym takim zapomniałeś?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2724
    ["What is this place?"] = "Co to za miejsce?", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2725
    ["What oppression? You were the most unoppressed member of the tribe!"] = "Jaki ucisk? Byłaś najbardziej nieuciskanym członkiem naszego plemienia!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2726
    ["What shall we do with the traitor?"] = "Co powinniśmy zrobić ze zdrajcą?", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2727
--      ["What's in the box, you ask? Let's find out!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2728
    ["What the?"] = "Co do?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2729
    ["WHAT?! You're the ones attacking us!"] = "CO? To wy nas atakowaliście!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2730
    ["When I find it..."] = "Kiedy to znajdę...", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2731
    ["When?"] = "Kiedy?", -- A_Classic_Fairytale:enemy
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2732
--      ["When you're in mid-air, you can continue to aim|and fire another rope if you're not attached."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2733
    ["Where are all these crates coming from?!"] = "Skąd przychodzą te wszystkie skrzynie?!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2734
    ["Where are they?!"] = "Gdzie oni są?!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2735
    ["Where did that alien run?"] = "Gdzie ten obcy pobiegł?", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2736
    ["Where did you get the exploding apples and the magic bow that shoots many arrows?"] = "Gdzie zdobyłeś eksplodujące jabłka i magiczny łuk, który strzela wieloma strzałami?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2737
    ["Where did you get the exploding apples?"] = "Gdzie ty zdobyłeś wybuchowe jabłka?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2738
    ["Where did you get the magic bow that shoots many arrows?"] = "Gdzie zdobyłeś magiczny łuk, który strzela wieloma strzałami?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2739
    ["Where did you get the weapons in the forest, Dense Cloud?"] = "Gdzie zdobyłeś bronie w lesie, Gęsta Chmuro?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2740
    ["Where do you get that?!"] = "Gdzie takie się zdobywa?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2741
    ["Where have you been?!"] = "Gdzie ty byłeś?!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2742
    ["Where have you been?"] = "Gdzie ty byłeś?", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2743
    ["While in modification mode, you can change|the LandFlag by clicking on an object."] = "W trybie modyfikacji, możesz zmienić|Flagę Terenu, klikając na obiekt.", -- HedgeEditor
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2744
    ["White Tee"] = "Biały Cel", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2745
    ["Who's there?! I'll get you!"] = "Ko tam jest?! Dopadnę cię!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2746
    ["Why are you doing this?"] = "Czemu to robisz?", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2747
    ["Why are you helping us, uhm...?"] = "Czemu nam pomagasz, um...?", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2748
    ["Why can't he just let her go?!"] = "Czemu on nie może jej po prostu puścić?", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2749
    ["Why?"] = "Czemu?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2750
    ["… why did I risk my life to collect all the parts of the anti-gravity device?"] = "...czemu ryzykowałem moje życie, by zebrać wszystkie części urządzenia antygrawitacyjnego?", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2751
    ["Why did you do this?"] = "Czemu to zrobiłaś?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2752
    ["Why did you kill your father?"] = "Czemu zabiłaś swojego ojca?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2753
    ["Why do men keep hurting me?"] = "Czemu mężczyźni cały czas mnie krzywdzą?", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2754
    ["Why do you always have to call me names?"] = "Czemu zawsze musisz mówić mi po imieniu?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2755
    ["Why do you keep betraying us?"] = "Czemu wciąż nas zdradzasz?", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2756
    ["Why do you not like me?"] = "Czemu mnie nie lubisz?", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2757
    ["Why do you want to take over our island?"] = "Czemu chcecie przejąć naszą wyspę?", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2758
    ["Why me?!"] = "Czemu ja?!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2759
    ["Why %s? Why?"] = "Czemu %s? Czemu?", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2760
    ["Why, why, why, why!"] = "Czemu, czemu, czemu, czemu!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2761
    ["Why would they do this?"] = "Czemu mieliby to zrobić?", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2762
--      ["- Will get 1-3 random weapons"] = "", -- Continental_supplies
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2763
    ["- Will Get 1-3 random weapons"] = "- Dostaniesz 1-3 losowych broni", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2764
    ["- Will give you a parachute every second turn."] = "- Da ci spadochron co drugą turę.", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2765
    ["Will this ever end?"] = "Czy to się kiedyś skończy?",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2766
    ["Will you give me the other parts?"] = "Dasz mi resztę części?", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2767
--      ["Wind"] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2768
    ["Winner: %s"] = "Zwycięzca: %s", -- Mutant
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2769
    ["Winning time: %s"] = "Wygrywający czas: %s", -- Racer, TechRacer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2770
    ["Win"] = "Wygrana", -- A_Space_Adventure:ice01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2771
    ["Wise Oak"] = "Mądry Dąb", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2772
    ["With Dense Cloud on the land of shadows, I'm the village's only hope..."] = "Z Gęstą Chmurą w krainie cieni, jestem jedyną nadzieją wioski...", -- A_Classic_Fairytale:journey
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2773
--      ["With low bounciness, it barely bounces at all, but it is much more predictable."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2774
    ["With the rest of the tribe gone, it was up to %s to save the village."] = "Z resztą naszego plemienia nieobecną, jedynie %s mógł uratować wioskę.", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2775
    ["Worry not, for it is a peaceful animal! There is no reason to be afraid..."] = "Nie martw się, gdyż jest to pokojowe zwierzę! Nie ma powodu się obawiać...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2776
    ["Wow, what a dream!"] = "Wow, co za sen!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2777
    ["Xeli"] = "Xeli", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2778
    ["Xerxes"] = "Xerxes", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2779
    ["Y3K1337"] = "Y3K1337", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2780
    ["Yay, we won!"] = "Jej, wygraliśmy!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2781
    ["Y Chwiliad"] = "Y Człiliad", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2782
    ["Yeah...I think it's a 'he', lol."] = "Racja... zdaje się, że to \"on\", lol.", -- A_Classic_Fairytale:shadow
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2783
--      ["Yeah, sure! I died. Hilarious!"] = "", -- A_Classic_Fairytale:backstab
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2784
    ["Yeah, sure! I died. Hillarious!"] = "Racja, pewnie! Umarłem. Komiczne.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2785
    ["Yeah, take that!"] = "Tak, przyjmij to!", -- A_Classic_Fairytale:dragon
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2786
    ["Yeah? Watcha gonna do? Cry?"] = "Tak? Co zamierzasz zrobić? Płakać?", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2787
    ["Yeah, well, for some dude to be happy, some other dude has to suffer."] = "Racja, cóż, żeby jakiś koleś był szczęśliwy, inny koleś musi cierpieć.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2788
    ["Yellow Pepper"] = "Żółta Papryka", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2789
    ["Yellow Watermelons"] = "Żółte Melony", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2790
    ["Yellow"] = "Żółty", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2791
    ["Yes, but you're … different!"] = "Tak, ale ty jesteś... inny!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2792
    ["Yes!"] = "Tak!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2793
    ["Yes, yeees! You are now ready to enter the real world!"] = "Tak, taaak! Jesteś teraz gotowy, by wejść w prawdziwy świat!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2794
    ["Yeti"] = "Yeti", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2795
    ["Yikes!"] = "Jejciu!", -- A_Space_Adventure:desert01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2796
    ["Yo, dude! Get away from our weapons!"] = "Hej, ziom! Odejdź od naszych broni!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2797
    ["Yo, dude, we're here, too!"] = "Hej, ziom, my też tu jesteśmy!", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2798
    ["Yo, escort my buttocks!"] = "Ej ty, eskortuj moje pośladki!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2799
    ["Yoshi"] = "Yoshi", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2800
    ["Yo, the aliens gave me plants. Medicinal plants. Lots of it."] = "Hej, obcy dali mi rośliny. Medyczne rośliny. Dużo roślin.", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2801
    ["You are far from home, and the water is rising, climb up as high as you can!|Your score will be based on your height."] = "Jesteś daleko od domu, a woda się podwyższa. Wspinaj się najwyżej jak potrafisz!|Twój wynik będzie zależeć od twojej wysokości.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2802
    ["You are given the chance to turn your life around..."] = "Masz szansę odwrócić swoje życie...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2803
    ["You are in control of all the active ally units."] = "Sprawujesz kontrolę nad wszystkimi aktywnymi sprzymierzonymi jednostkami.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2804
    ["You are indeed the best PAotH pilot."] = "Jesteś doprawdy najlepszym pilotem PSJ.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2805
    ["You are out of danger, time to go to the moon!"] = "Jesteś poza niebezpieczeństwem, czas lecieć na księżyc!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2806
    ["You are playing with our lives here!"] = "Bawisz się tu naszymi życiami!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2807
    ["You are sabotaged, RUN!"] = "Jesteś sabotowany, UCIEKAJ!", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2808
    ["You are the one who fled! So, you are alive."] = "Ty jesteś tym, który uciekł! Więc, przeżyłeś.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2809
    ["You bear impressive skills, %s!"] = "Posiadasz imponujące zdolności, %s!", -- A_Classic_Fairytale:dragon
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2810
--      ["You can also hold down the key for “Precise Aim” to prevent slipping."] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2811
    ["You can always trust me! I love you!"] = "Zawsze możesz mi ufać! Kocham cię!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2812
    ["You can always trust me!"] = "Zawsze możesz mi ufać!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2813
    ["You can avoid some battles."] = "Możesz uniknąć niektórych bitw.", -- A_Space_Adventure:desert01
13307
1b409f2add34 Update locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13160
diff changeset
  2814
--      ["You can change the detonation timer of grenades."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2815
    ["You can choose another planet by replaying this mission."] = "Możesz wyrać inną planetę, grając w tę misję jeszcze raz.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2816
    ["You can dive with your flying saucer!"] = "Możesz nurkować swoim spodkiem!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2817
    ["You can even change your aiming direction in mid-flight if you first hold [Precice] and then press [Up] or [Down]."] = "Możesz zmieniać kierunek celowania w locie, jeśli najpierw przytrzymasz [Precyzja], a potem wciśniesz [Góra] lub [Dół].", -- Basic_Training_-_Flying_Saucer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2818
--      ["You can even change your aiming direction in mid-flight if you first hold [Precise] and then press [Up] or [Down]."] = "", -- Basic_Training_-_Flying_Saucer
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2819
    ["You can further customize the race by changing the scheme script paramater."] = "Możesz jeszcze dostosować swój wyścig, zmieniając parametr skryptu w schemacie.", -- TechRacer
13535
4dd9711b0206 Update Lua/frontend locale files
Wuzzy <Wuzzy2@mail.ru>
parents: 13307
diff changeset
  2820
--      ["You can further customize the race by changing the scheme script parameter."] = "", -- TechRacer
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2821
    ["You can only use the sniper rifle or the watermelon bomb."] = "Możesz użyć tylko karabinu snajperskiego lub bomby arbuzowej.", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2822
    ["You can practice moving around and using utilities in this mission.|However, it will never end!"] = "W tej misji możesz poćwiczyć chodzenie i używanie narzędzi.|Jednakże, ona nigdy się nie skończy!", -- A_Classic_Fairytale:epil
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2823
--      ["You can set the bounciness of grenades (and grenade-like weapons)."] = "", -- Basic_Training_-_Grenade
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2824
    ["- You can switch between hogs at the start of your turns. (Not first one)"] = "- Możesz zmieniać między jeżami na początku swoich tur. (Nie tej pierwszej)", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2825
    ["You can’t open a portal on the blue surface."] = "Nie możesz otworzyć portalu na niebieskiej powierzchni.", -- portal
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2826
    ["You can use the other 2 hogs to assist you."] = "Możesz użyć 2 innych jeży, by ci pomogli.", -- A_Space_Adventure:fruit02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2827
--      ["You can use the rope to reach new places."] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2828
    ["You choose well, Hog Solo!"] = "Wybierz dobrze, Hog Solo!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2829
    ["You completed the mission in %.3f seconds."] = "Ukończyłeś tę misję w %.3f sekund.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2830
    ["You completed the mission in %d rounds."] = "Ukończyłeś tę misję w %d rund.", -- A_Space_Adventure:death02, A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2831
    ["You couldn't have come to a worse time, Hog Solo!"] = "Nie mógłbyś przyjść w gorszym czasie, Hogu Solo!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2832
    ["You couldn't possibly believe that after refusing my offer I'd just let you go!"] = "Nie mógłbyś chyba wierzyć, że po odrzuceniu mojej oferty po prostu puściłbym cię wolno!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2833
    ["You'd almost swear the water was rising!"] = "Prawie byś przysiągł, że woda zdaje się podnosić!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2834
    ["You'd better watch your steps..."] = "Lepiej patrz po nogi...", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2835
    ["You defended yourself against Captain Lime."] = "Obroniłeś się przed Kapitanem Limonką.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2836
    ["You defended yourself against the Fruit Assassins."] = "Obroniłeś się przed Owocowymi Zabójcami.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2837
    ["You did great, Hog Solo! However, we aren't out of danger yet!"] = "Dobrze się spisałeś, Hog Solo! Jednakże, wciąż nie jesteśmy bezpieczni!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2838
    ["You did not make it in time, try again!"] = "Nie udało ci się na czas, spróbuj ponownie!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2839
    ["You don't deserve my sacrifice!"] = "Nie zasługujesz na moje poświęcenie!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2840
    ["You drove Professor Hogevil away."] = "Odpędziłeś Profesora Jeżozło.", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2841
    ["You drove the minions away."] = "Odpędziłeś sługusów.", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2842
    ["You earned the \"Rope Master\" achievement for finishing in under 50 seconds."] = "Zdobyłeś osiągnięcie \"Mistrz Liny\" za ukończenie poniżej 50 sekund.", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2843
    ["You endangered your whole tribe, you bastard!"] = "Naraziłeś całe swoje plemię, ty draniu!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2844
    ["You failed!"] = "Ponosisz porażkę!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2845
    ["You failed to kill all enemies in a single turn."] = "Nie udało ci się zabić wszystkich wrogów w jednej turze.", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2846
    ["You failed to kill all enemies in this turn."] = "Nie udało ci się zabić wszystkich wrogów w tej turze.", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2847
    ["You fought bravely and you helped us win this battle!"] = "Walczyłeś dzielnie i pomogłeś nam wygrać tę bitwę!", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2848
    ["You give me no choice!"] = "Nie pozostawiasz mi wyboru!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2849
    ["You got a killer mask there, amigo!"] = "Masz tu zabójczą maskę, amigo!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2850
    ["You got me!"] = "Masz mnie!", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2851
    ["You had %.1fs remaining on the clock (+%d points)."] = "Pozostało ci na zegarze %.1fs sekund (+%d punktów).", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2852
    ["You had %.2fs remaining on the clock (+%d points)."] = "Pozostało ci na zegarze %.2fs sekund (+%d punktów).", -- Basic_Training_-_Sniper_Rifle
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2853
    ["You had %d additional flying saucers left."] = "Pozostało ci %d dodatkowych latających talerzy.", -- A_Space_Adventure:ice02
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2854
--      ["You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: You might want to use some mines ..."] = "", -- A_Classic_Fairytale:backstab
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2855
    ["You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: you might want to use some mines..."] = "Masz 7 tur, zanim przybędzie następna fala.|Upewnij się, że przybywający kanibale zostaną odpowiednio powitani!|Jeśli jeż umrze, sprawa będzie przegrana.|Porada: możesz chcieć użyć paru min...", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2856
    ["You have acquired the last device part."] = "Zdobyłeś ostatnią część urządzenia.", -- A_Space_Adventure:death01
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2857
--      ["You have activated Switch Hedgehog!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2858
    ["You have beaten the challenge!"] = "Pokonałeś wyzwanie!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2859
    ["You have been giving us out to the enemy, haven't you!"] = "Wydawałeś nas wrogom, co nie!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2860
    ["You have chosen the perfect moment to leave."] = "Wybrałeś idealny moment, by odejść.", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2861
    ["You have chosen to fight!"] = "Wybrałeś bitwę!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2862
    ["You have chosen to flee."] = "Wybrałeś ucieczkę.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2863
    ["You have collected %d out of %d crate(s)."] = "Zebrałeś %d z %d skrzyń.", -- SpeedShoppa
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2864
--      ["You have collected the “Switch Hedgehog” utility!"] = "", -- Basic_Training_-_Movement
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2865
--      ["You have completed the Basic Bazooka Training!"] = "", -- Basic_Training_-_Bazooka
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2866
--      ["You have completed the Basic Grenade Training!"] = "", -- Basic_Training_-_Grenade
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2867
--      ["You have completed the Basic Movement Training!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2868
    ["You have completed this challenge in %.2f s (+%d points)."] = "Ukończyłeś to wyzwanie w %.2fs (+%d punktów).", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2869
    ["You have destroyed all targets!"] = "Zniszczyłeś wszystkie cele!", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2870
    ["You have destroyed all the targets."] = "Zniszczyłeś wszystkie cele.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2871
    ["You have destroyed %d of %d targets (+%d points)."] = "Zniszczyłeś %d z %d celów (+%d punktów)", -- Basic_Training_-_Sniper_Rifle, TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2872
    ["You have destroyed %d of %d targets."] = "Zniszczyłeś %d z %d celów.", -- Basic_Training_-_Bazooka
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2873
    ["You have dropped %d missiles."] = "Upuściłeś %d rakiet.", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2874
    ["You have eliminated all visible enemy hedgehogs!"] = "Wyeliminowałeś wszystkie widoczne wrogie jeże!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2875
    ["You have eliminated Professor Hogevil."] = "Wyeliminowałeś Profesora Jeżozło.", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2876
    ["You have eliminated the evil minions."] = "Wyeliminowałeś złych sługusów.", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2877
    ["You have eliminated the whole evil team. You're pretty tough!"] = "Wyeliminowałeś całą złą drużynę. Jesteś całkiem twardy!", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2878
    ["You have escaped successfully."] = "Pomyślnie uciekłeś.", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2879
    ["You have failed to complete your task, young one!"] = "Nie udało ci się ukończyć twojego zadania, młodzieńcze!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2880
    ["You have failed to save the tribe!"] = "Nie udało ci się uratować plemienia!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2881
    ["You have finally figured it out!"] = "Nareszcie to wykombinowałeś!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2882
    ["You have finished the Basic Rope Training!"] = "Ukończyłeś podstawowy trening linowy!", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2883
    ["You have finished the bazooka training!"] = "Ukończyłeś trening bazookowy!", -- Basic_Training_-_Bazooka
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2884
    ["You have finished the challenge in %.3f s."] = "Ukończyłeś wyzwanie w %.3fs.", -- SpeedShoppa
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2885
    ["You have finished the challenge!"] = "Ukończyłęś wyzwanie!", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2886
    ["You have finished the Flying Saucer Training!"] = "Ukończyłeś trening latającego spodka!", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2887
    ["You have finished the target practice!"] = "Ukończyłeś ćwiczenie celności!", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2888
    ["You have kidnapped our whole tribe!"] = "Porwałeś całe nasze plemię!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2889
    ["You have killed all enemies."] = "Zabiłeś wszystkich wrogów.", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2890
    ["You have killed an innocent hedgehog!"] = "Zabiłeś niewinnego jeża!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2891
    ["You have killed %d of 16 hedgehogs (+%d points)."] = "Zabiłeś %d z 16 jeży (+%d punktów)", -- User_Mission_-_Rope_Knock_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2892
    ["You have launched %d bazookas."] = "Wystrzeliłeś %d bazook.", -- Target_Practice_-_Bazooka_easy, Target_Practice_-_Bazooka_hard, Basic_Training_-_Bazooka
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2893
    ["You have launched %d homing bees."] = "Wystrzeliłeś %d pszczół.", -- Target_Practice_-_Homing_Bee
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2894
    ["You have made %d shots."] = "Wykonałeś %d strzałów.", -- Basic_Training_-_Sniper_Rifle
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2895
    ["You have managed to catch the blue hedgehog in %.3f seconds."] = "Udało ci się złapać niebieskiego jeża w %.3f sekund.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2896
    ["You have never worked a bit in your life!"] = "Nigdy nie pracowałaś ani trochę w swoim życiu!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2897
    ["You have nothing to be afraid of now."] = "Teraz nie masz się czego bać.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2898
    ["You haven't rescued anyone."] = "Nikogo nie uratowałeś.", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2899
    ["You have perfectly beaten the challenge!"] = "Perfekcyjnie pokonałeś wyzwanie!", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2900
    ["You have proven yourself worthy to see our most ancient secret!"] = "Udowodniłeś, że jesteś godny, by zobaczyć nasz najbardziej starożytny sekret!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2901
    ["You have proven yourselves worthy!"] = "Udowodniliście, że jesteście godni!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2902
    ["You have reached the take-off area successfully!"] = "Dotarłeś pomyślnie do strefy odlotu!", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2903
    ["You have rescued H and Dr. Cornelius."] = "Uratowałeś J i Dr Korneliusza.", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2904
    ["You have SCORED!!"] = "Zdobyłeś PUNKT!!",
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2905
    ["You have shot %d times."] = "Strzeliłeś %d razy.", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2906
    ["You have successfully eliminated Professor Hogevil."] = "Pomyślnie wyeliminowałeś Profesora Jeżozło.", -- A_Space_Adventure:death01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2907
    ["You have successfully finished the campaign!"] = "Pomyślnie ukończyłeś kampanię!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2908
    ["You have successfully finished the sniper rifle training!"] = "Pomyślnie ukończyłeś trening karabinem snajperskim!", -- Basic_Training_-_Sniper_Rifle
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2909
    ["You have thrown %d cluster bombs."] = "Wyrzuciłeś %d granatów odłamkowych.", -- Target_Practice_-_Cluster_Bomb
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2910
    ["You have thrown %d grenades."] = "Wyrzuciłeś %d granatów.", -- Target_Practice_-_Grenade_easy, Target_Practice_-_Grenade_hard
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2911
    ["You have to be careful and must not die!"] = "Musisz być ostrożny i nie możesz umrzeć!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2912
    ["You have to catch the other hog 3 times."] = "Musisz złapać tamtego jeża 3 razy.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2913
    ["You have to complete the main mission on moon in order to travel to other planets."] = "Musisz ukończyć główną misję na księżycu, by podróżować na inne planety.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2914
    ["You have to continue alone from now on."] = "Od teraz musisz kontynuować samemu.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2915
    ["You have to destroy all the explosives without dying!"] = "Musisz zniszczyć wszystkie ładunki wybuchowe bez umierania!", -- A_Space_Adventure:final
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2916
    ["You have to destroy all the targets."] = "Musisz zniszczyć wszystkie cele.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2917
    ["You have to destroy the target above by dropping a grenade on it from your flying saucer."] = "Musisz zniszczyć cel powyżej, upuszczając na niego granat z twojego latającego talerza.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2918
    ["You have to destroy two targets, but the previous technique would be very difficult or dangerous to use."] = "Musisz zniszczyć dwa cele, ale poprzednia technika byłaby bardzo trudna lub niebezpieczna do użycia.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2919
--      ["You have to drop the grenade from rope!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2920
    ["You have to eliminate all the enemies."] = "Musisz wyeliminować wszystkich wrogów.", -- A_Space_Adventure:death02, A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2921
    ["You have to eliminate all the visible enemies."] = "Musisz wyeliminować wszystkich widocznych wrogów.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2922
    ["You have to get the weapons and rescue the PAotH researchers."] = "Musisz zdobyć bronie i uratować naukowców PSJ.", -- A_Space_Adventure:moon01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2923
    ["You have to get to the left-most land and remove any enemy hog from there."] = "Musisz dostać się do lądu po lewej i usunać stamtąd każdego wroga.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2924
    ["You have to go back to the moon!"] = "Musisz wrócić na księżyc!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2925
    ["You have to move upwards, not downwards, %s!"] = "Musisz poruszać się w górę, nie w dół, %s!", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2926
    ["You have to reach the left-most place on the map."] = "Musisz dostać się na lewą część mapy.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2927
    ["You have to stand very close to him"] = "Musisz stanąć bardzo blisko niego", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2928
    ["You have to travel again"] = "Musisz podróżować ponownie", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2929
    ["You have to try again!"] = "Musisz spróbować ponownie!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2930
    ["You have triggered the secret Do-Not-Rope-to-the-Moon Defense System."] = "Uruchomiłeś sekretny Nie-Używaj-Liny-Na-Księżyc System Obronny.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2931
    ["You have used %d flying saucers."] = "Użyłeś %d latających talerzy.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2932
    ["You have used %d RC planes."] = "Użyłeś %d radiowych samolocików.", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2933
    ["You have used only 1 RC plane. Outstanding!"] = "Użyłeś tylko 1 radiowy samolocik. Wybitnie!", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2934
    ["You have violated PAotH regulations!"] = "Naruszyłeś regulacje PSJ!", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2935
    ["You have won the game by proving true cooperative skills!"] = "Wygrałeś grę, udowadniając prawdziwe zdolności współpracy!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2936
    ["You just appeared out of thin air!"] = "Właśnie pojawiłeś się znikąd!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2937
    ["You just can't let it go, can you!"] = "Po prostu nie możesz odpuścić, co!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2938
    ["You just committed suicide..."] = "Właśnie popełniłeś samobójstwo...", -- A_Classic_Fairytale:shadow
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2939
--      ["You just got yourself some extra health.|The more health your hedgehogs have, the better!"] = "", -- Basic_Training_-_Movement
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2940
    ["You killed my father, you monster!"] = "Zabiłeś mojego ojca, ty potworze!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2941
    ["You know...taking a stroll."] = "No wiesz... udanie się na przechadzkę.", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2942
    ["You know what? I don't even regret anything!"] = "Wiesz co? Nawet nic nie żałuję!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2943
    ["You'll get an extra sniper rifle every time you kill an enemy hog with a limit of max 4 rifles."] = "Dostaniesz dodatkowy karabin snajperski za każdym razem, gdy zabijesz wrogiego jeża, z limitem maksymalnie 4 karabinów.", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2944
    ["You'll get an extra teleport every time you kill an enemy hog with a limit of max 2 teleports."] = "Dostaniesz dodatkowy teleport za każdym razem, gdy zabijesz wrogiego jeża, z limitem maksymalnie 4 teleportów.", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2945
    ["You'll get extra time in case you need it when you pass a ring."] = "Dostaniesz dodatkowy czas, na wypadek gdybyś go potrzebował, gdy przejdziesz pierścień.", -- A_Space_Adventure:ice02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2946
    ["You'll have only 2 watermelon bombs during the game."] = "Będziesz miał tylko 2 arbuzowe bomby podczas tej gry.", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2947
    ["You'll have only one RC plane at the start of the mission."] = "Będziesz miał tylko jeden radiowy samolocik na początku misji.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2948
    ["You'll have to eliminate Captain Lime at the end."] = "Będziesz musiał na koniec wyeliminować Kapitana Limonkę.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2949
    ["You'll have to eliminate the Fruit Assassins at the end."] = "Będziesz musiał wyeliminować na koniec Owocowych Zabójców.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2950
    ["You'll lose if you die or if your time is up."] = "Przegrasz, jeśli zginiesz lub skończy ci się czas.", -- A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2951
    ["You'll see what I mean!"] = "Zobaczysz, co mam na myśli!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2952
    ["You lose!"] = "Przegrywasz!", -- Basic_Training_-_Sniper_Rifle, Big_Armory, Basic_Training_-_Bazooka, TargetPractice, ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2953
    ["You lost your target, try again!"] = "Straciłeś swój cel, spróbuj ponownie!", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2954
    ["You may find it handy."] = "Może ci się przydać.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2955
    ["You may only attack from a rope!"] = "Możesz atakować tylko z liny!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2956
    ["You may only place 1 Extra Time crate per turn."] = "Możesz postawić tylko 1 skrzynię z Dodatkowym Czasem na turę.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2957
    ["You may only place %d crates per round."] = "Możesz postawić tylko %d skrzyń na turę.", -- Construction_Mode
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2958
    ["- You may only score when your flag is in your base"] = "- Możesz zapunktować tylko, gdy twoja flaga jest w twojej bazie.", -- Capture_the_Flag
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2959
    ["You meatbags are pretty slow, you know!"] = "Wy mięsne worki jesteście całkiem wolni, wiecie!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2960
    ["You might want to find a way to instantly kill arriving cannibals!"] = "Możesz chcieć znaleźć sposób, by natychmiastowo zabić przybywających kanibali!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2961
    ["You must attack from a rope, after you collected a crate!"] = "Musisz zaatakować z liny, po tym jak zbierzesz skrzynię!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2962
    ["You must first collect a crate before you attack!"] = "Musisz najpierw zdobyć skrzynię, zanim zaatakujesz!", -- WxW
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2963
    ["You must survive the flood in order to score."] = "Musisz przeżyć powódź, żeby zapunktować.", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2964
    ["You never give me plants!"] = "Nigdy nie dajesz mi roślin!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2965
    ["Young one, you are telling us that they can instantly change location without a shaman?"] = "Młodzieńcze, mówisz nam, że mogą oni natychmiastowo zmienić lokację, bez szamana?", -- A_Classic_Fairytale:united
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2966
    ["You now have infinite fuel, grenades and bazookas for fun."] = "Masz teraz nieskończona paliwo, granaty i bazooki, dla zabawy.", -- Basic_Training_-_Flying_Saucer
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2967
--      ["You only get 1 rope this time, don't waste it!"] = "", -- Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2968
    ["You only have 2 flying saucers this time."] = "Masz tym razem tylko 2 latające talerze.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2969
    ["You only have one flying saucer this time."] = "Masz tym razem tylko 1 latający talerz.", -- Basic_Training_-_Flying_Saucer
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2970
    ["You probably know what to do next..."] = "Prawdopodobnie wiesz, co dalej robić...", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2971
    ["Your accuracy was %.1f%% (+%d points)."] = "Twoja celność wynosiła %.1f%% (+%d punktów).", -- TargetPractice
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2972
    ["Your accuracy was %.1f%%."] = "Twoja celność wynosiła %.1f%%.", -- Basic_Training_-_Bazooka, TargetPractice
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2973
--      ["Your ammo is limited this time."] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2974
    ["Your deaths will be avenged, Cannibals!"] = "Wasze śmierci zostaną pomszczone, Kanibale!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2975
    ["Your deaths will be avenged, Natives!"] = "Wasze śmierci zostaną pomszczone, Tubylcy!", -- A_Classic_Fairytale:enemy
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2976
    ["Your death will not be in vain, Dense Cloud!"] = "Twoja śmierć nie pójdzie na marne, Gęsta Chmuro!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2977
    ["You're a coward!"] = "Jesteś tchórzem!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2978
    ["You're...alive!? But we saw you die!"] = "Ty... żyjesz?! Ale widzieliśmy jak umierasz!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2979
    ["You're a pathetic liar!"] = "Jesteś żałosnym kłamcą!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2980
    ["You're funny!"] = "Jesteś zabawny!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2981
    ["You're getting pretty good! |Tip: When you shorten you rope, you move faster!|And when you lengthen it, you move slower."] = "Stajesz się całkiem dobry!|Porada: Kiedy skrócisz swoją linę, poruszasz się szybciej!|A kiedy ją wydłużysz, poruszasz się wolniej.", -- Basic_Training_-_Rope
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2982
    ["You're on your way to freeing your tribe!"] = "Jesteś na swojej drodze, by uwolnić twoje plemię!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2983
    ["You're pathetic! You are not worthy of my attention..."] = "Jesteś żałosny! Nie jesteś godzien mojej uwagi...", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2984
    ["You're probably wondering why I bought you back..."] = "Pewnie zastanawiacie się, dlaczego sprowadziłem was z powrotem...", -- A_Classic_Fairytale:backstab
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2985
--      ["You're probably wondering why I brought you back ..."] = "", -- A_Classic_Fairytale:backstab
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2986
    ["Your escape took you %d turns."] = "Twoja ucieczka zajęła ci %d tur.", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2987
    ["You're so brave! I feel safe with you."] = "Jesteś taki odważny! Czuję się przy tobie bezpieczna.", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2988
    ["You're some piece of hypocrite junkie!"] = "Jesteś kawałkiem hipokryckiego ćpuna!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2989
    ["You're terrorizing the forest...We won't catch anything like this!"] = "Terroryzujesz las... Nie złapiemy nic takiego!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2990
    ["You retrieved the lost part."] = "Odzyskałeś straconą część.", -- A_Space_Adventure:fruit02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2991
    ["Your fastest escape so far: %d turns"] = "Twoja najszybsza ucieczka jak dotąd: %d tur", -- A_Space_Adventure:desert02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2992
    ["Your fastest victory so far: %d rounds"] = "Twoja najszybsza wygrana jak dotąd: %d rund", -- A_Space_Adventure:death02, A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2993
    ["Your first destination is the moon in order to get more fuel."] = "Twój pierwszy cel to księżyc, żeby zdobyć więcej paliwa.", -- A_Space_Adventure:cosmos
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2994
    ["Your hedgehog died!"] = "Twój jeż umarł!", -- User_Mission_-_That_Sinking_Feeling
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  2995
--      ["Your hedgehog has been revived!"] = "", -- Basic_Training_-_Bazooka, Basic_Training_-_Grenade, Basic_Training_-_Movement, Basic_Training_-_Rope
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2996
    ["Your hedgehog was panicly afraid of the water and decided to go in a safe distance of %d from it."] = "Twój jeż panicznie obawiał się wody i zdecydował udać się na bezpieczną odległość %d od niej.", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2997
    ["Your height over time"] = "Twoja wysokość ponad czasem", -- ClimbHome
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2998
    ["Your hogs must survive!"] = "Twoje jeże muszą przeżyć!", -- A_Classic_Fairytale:journey
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  2999
    ["Your movement skills will be evaluated now."] = "Twoje zdolności ruchowe zostaną teraz ocenione.", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3000
    ["Your next task is to collect some crates by using the rope!"] = "Twoje następne zadanie to zebrać trochę skrzyń, używając liny!", -- A_Classic_Fairytale:first_blood
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3001
    ["Your personal best time so far: %.3f seconds"] = "Twój osobisty najlepszy czas jak dotąd: %.3f sekund", -- A_Space_Adventure:ice02, A_Space_Adventure:moon02
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3002
    ["Your rank: %s"] = "Twoja ranga: %s", -- User_Mission_-_RCPlane_Challenge
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3003
    ["You saved %d of 8 Hapless Hogs."] = "Uratowałeś %d z 8 Nieszczęśliwych Jeży.", -- User_Mission_-_That_Sinking_Feeling
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3004
    ["You see, hedgehog spikes are very, very valuable."] = "Widzisz, kolce jeża są bardzo, bardzo cenne.", -- A_Classic_Fairytale:queen
13160
2e9221a9a9b3 Update Qt and Lua translation files
Wuzzy <Wuzzy2@mail.ru>
parents: 12832
diff changeset
  3005
--      ["You see the wind strength at the bottom right corner."] = "", -- Basic_Training_-_Bazooka
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3006
    ["You should have known that we don't rely on meatbags!"] = "Powinienieś wiedzieć, że nie polegamy na mięsnych workach!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3007
    ["You should know this more than anyone, Leaks!"] = "Powinieneś to wiedzieć lepiej niż wszyscy, Przecieku!", -- A_Classic_Fairytale:queen
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3008
    ["You speak great truth, Hannibal. Here, take a sip!"] = "Mówisz wielką prawdę, Hannibalu. Masz, weź łyka!", -- A_Classic_Fairytale:epil
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3009
    ["You've been assaulting us, we have been just defending ourselves!"] = "Najeżdżaliście nas, my tylko się broniliśmy!", -- A_Classic_Fairytale:enemy
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  3010
    ["You've failed. Try again."] = "Przegrałeś. Spróbuj jeszcze raz",
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  3011
    ["You've reached the goal!| |Time: "] = "Dotarłeś do celu!| |Czas: ",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3012
    ["You will be avenged!"] = "Zostaniesz pomszczony!", -- A_Classic_Fairytale:shadow
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3013
    ["You will fail if you run out of ammo and there are still targets available."] = "Oblejesz, jeśli skończy ci się amunicja i zostaną dostępne cele.", -- A_Space_Adventure:desert03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3014
    ["You will gain some extra ammo from the crates the next time you play the \"Getting to the device\" mission."] = "Dostaniesz trochę dodatkowej amunicji ze skrzyń następnym razem, gdy zagrasz w misję \"Dojście do urządzenia\".", -- A_Space_Adventure:fruit03
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3015
    ["You will play every 3 turns."] = "Będziesz grał co każde 3 tury.", -- A_Space_Adventure:fruit01
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3016
    ["- You will recieve 2-4 weapons on each kill! (Even on own hogs)"] = "- Otrzymasz 2-3 bronie za każde zabójstwo! (Nawet swoich jeży)", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3017
    ["You win!"] = "Wygrywasz!", -- Big_Armory
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3018
    ["You won't believe what happened to me!"] = "Nie uwierzysz, co mi się przytrafiło!", -- A_Classic_Fairytale:backstab
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3019
    ["Yuck! I bet they'll keep worshipping her even after I save the village!"] = "Fuj! Założę się, że dalej będą ją czcić, nawet jak uratuję wioskę.", -- A_Classic_Fairytale:family
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3020
    ["Yumme Gunpowder"] = "Pyszny Proch Strzelniczy", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3021
    ["Zealandia"] = "Zelandia", -- Continental_supplies
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3022
    ["Zombie"] = "Zombie", -- 
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3023
    ["Zombi"] = "Zombi", -- portal
4663
49d89e25f196 polish lua update
szczur
parents: 4662
diff changeset
  3024
    ["'Zooka Team"] = "Bazookinierzy",
12829
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3025
    ["Zook"] = "Zook", -- Target_Practice_-_Bazooka_easy, Target_Practice_-_Bazooka_hard
671243ac50c3 Update pl.lua (>99% complete)
KoBeWi
parents: 12716
diff changeset
  3026
    ["Zork"] = "Zork", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
12716
d6acad807057 Run update_lua_locale_files.sh
Wuzzy <almikes@aol.com>
parents: 10449
diff changeset
  3027
}