From 18f290277e0efe329c08872dd7b08645c2eca8ec Mon Sep 17 00:00:00 2001 From: Alastrim Date: Sun, 21 May 2023 23:42:23 -0300 Subject: Update translations and scripts --- lang/fetch.py | 64 +- lang/out/en.pot | 4016 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 2180 insertions(+), 1900 deletions(-) (limited to 'lang') diff --git a/lang/fetch.py b/lang/fetch.py index 400c395..003f023 100755 --- a/lang/fetch.py +++ b/lang/fetch.py @@ -1,48 +1,48 @@ -#! /usr/bin/env python2.7 +#! /usr/bin/env python3 # -*- coding: utf8 -*- # # Copyright (C) 2018 TMW-2 -# Author: Jesusalva +# Author: Jesusalva, ntsneto -from transifex.api import TransifexAPI +from transifex.api import transifex_api +import requests -project='moubootaur-legends' +## Master translation control, see data/langs/langs.txt as master reference +TTL={"English": "en", "Portuguese (Brazil)": "pt_BR", "French": "fr", "German": "de", "Spanish": "es", "Russian": "ru"} -# Load credentials from login.txt and password.txt -login=open('login.txt', 'r') -for i in login: - username=i.replace('\n', '').replace('\r', '') +# Load API Token from apy_token_transifex.txt. You can generate one at https://www.transifex.com/user/settings/api/. -login.close() +with open("token.txt", "r") as f: + token = f.read() + token = str(token).replace('\n','') -passw=open('password.txt', 'r') -for i in passw: - password=i.replace('\n', '').replace('\r', '') +transifex_api.setup(auth=token) -passw.close() +organization_name = "arctic-games" +project_name = "moubootaur-legends" +resource_name = "serverdata" -t=TransifexAPI(username, password, 'https://www.transifex.com') +organization = transifex_api.Organization.get(slug=organization_name) -if (not t.ping): - print("ERROR: Ping failed, this may be due incorrect username/password in login.txt and password.txt. Ensure there is NO newline at the end of file.") - exit(1) +print(f"Getting project details from organization {organization_name}") +project = organization.fetch("projects").get(slug=project_name) -if (not t.project_exists(project)): - print("ERROR: Invalid project name") - exit(1) - -# Load languages -langs=[] -vcx=open("../../server-data/langs/langs.txt", "r") -for i in vcx: - if i != "en": - langs.append(i.replace('\n', '')) -vcx.close() +print(f"Getting resource {resource_name} from project {project_name}") +resource = project.fetch("resources").get(slug=resource_name) # Fetch all translations and record them at in/ -for i in langs: - if i not in ['en']: - print("Fetching %s..." %(i)) - t.get_translation(project, 'serverdata', i, 'in/'+str(i)+'.po') +print(f"Getting languages from project {project_name}") +languages = project.fetch("languages") +for lang in languages: + url = transifex_api.ResourceTranslationsAsyncDownload.download(resource=resource, language=lang) + translated_content = requests.get(url).text + print(f"Fetching {lang.name}") + try: + code = TTL[lang.name] + except: + print(f"{lang.name} is unsupported, SKIPPED") + continue + with open(f"in/{code}.po", "w", encoding="UTF-8") as f: + print(translated_content, file=f) diff --git a/lang/out/en.pot b/lang/out/en.pot index 3619205..85eac25 100755 --- a/lang/out/en.pot +++ b/lang/out/en.pot @@ -273,10 +273,10 @@ msgstr "" msgid "\"Those whom stray from the light shall met a quick death.\" - Saulc, from the 'Blame Saulc' famous book" msgstr "" -#. code: mesc b(l("WHAT IS CRAFTED IN GUILD BELONGS TO GUILD.")), 1; +#. code: mesc b(l("WHAT IS CRAFTED HERE BELONGS TO THE GUILD.")), 1; #: npc/guilds/forge.txt:13 #, no-c-format -msgid "\"WHAT IS CRAFTED IN GUILD BELONGS TO GUILD.\"" +msgid "\"WHAT IS CRAFTED HERE BELONGS TO THE GUILD.\"" msgstr "" #. code: mes l("Well, looks like you qualify!"); @@ -789,7 +789,7 @@ msgid "%d/%d Black Scorpions" msgstr "" #. code: message strcharinfo(0), l("%d/%d Red Scorpions", .@k+1, 75); -#: npc/007-1/tycoon.txt:351 +#: npc/007-1/tycoon.txt:350 #, no-c-format msgid "%d/%d Red Scorpions" msgstr "" @@ -901,7 +901,7 @@ msgid "%s Monster Points, and a %s. That's my final offer." msgstr "" #. code: mesc l("%s can also be obtained from %s, at a lower drop rate.", getitemlink(CherryCake), getmonsterlink(Duck)); -#: npc/003-1/sarah.txt:83 +#: npc/003-1/sarah.txt:86 #, no-c-format msgid "%s can also be obtained from %s, at a lower drop rate." msgstr "" @@ -1126,6 +1126,18 @@ msgstr "" msgid "%s, a bit upset, tries to change subjects." msgstr "" +#. code: mesq l("%s, did you bring me the hoods I asked for? I see you have %d/10 %ss.", strcharinfo(0), countitem(BanditHood), getitemlink(BanditHood)); +#: npc/012-2/helena.txt:194 +#, no-c-format +msgid "%s, did you bring me the hoods I asked for? I see you have %d/10 %ss." +msgstr "" + +#. code: mesq l("%s, good thing you are here.", strcharinfo(0)); +#: npc/012-2/helena.txt:152 +#, no-c-format +msgid "%s, good thing you are here." +msgstr "" + #. code: mesq l("%s, how in the world you got this status ailment?!", strcharinfo(0)); #: npc/017-3/doctor.txt:181 #, no-c-format @@ -1144,6 +1156,12 @@ msgstr "" msgid "%s, the Forgetful" msgstr "" +#. code: mesq l("%s, we are counting on you! We, the whole town of Hurnscald!", strcharinfo(0)); +#: npc/012-2/helena.txt:92 +#, no-c-format +msgid "%s, we are counting on you! We, the whole town of Hurnscald!" +msgstr "" + #. code: mesc l("%s, you are pathetically weak.", strcharinfo(0)), 2; #: npc/functions/gmbot.txt:76 #, no-c-format @@ -1211,7 +1229,7 @@ msgid "%s/%s GP" msgstr "" #. code: announce(l("%s: %s (Lv %d) has appeared!", b(l("BOSS WARNING")), $RAIDING_BOSS$, FYRAID_LV), bc_self); -#: npc/functions/aurora.txt:481 +#: npc/functions/aurora.txt:482 #, no-c-format msgid "%s: %s (Lv %d) has appeared!" msgstr "" @@ -1317,7 +1335,7 @@ msgstr "" #. code: mesc l("(All items must be placed exactly in this order.)"); #: npc/craft/recipes.txt:109 #: npc/craft/recipes.txt:125 -#: npc/craft/recipes.txt:210 +#: npc/craft/recipes.txt:212 #, no-c-format msgid "(All items must be placed exactly in this order.)" msgstr "" @@ -1537,7 +1555,7 @@ msgstr "" #. code: mes l("* @@/12 @@", countitem(Cheese), getitemlink(Cheese)); #: npc/002-1/alige.txt:118 #: npc/002-1/alige.txt:119 -#: npc/001-11/Soren.txt:16 +#: npc/001-11/Soren.txt:19 #: npc/002-1/alige.txt:120 #: npc/002-1/alige.txt:63 #: npc/002-1/alige.txt:64 @@ -1557,7 +1575,7 @@ msgid "* @@/2 @@" msgstr "" #. code: msObjective(Zeny >= 200, l("* @@/200 GP", format_number(Zeny))); -#: npc/001-11/Soren.txt:17 +#: npc/001-11/Soren.txt:20 #, no-c-format msgid "* @@/200 GP" msgstr "" @@ -1594,6 +1612,7 @@ msgid "* @@/8 @@" msgstr "" #. code: mesc l("* @@/@@ @@", countitem(ArtichokeHerb), 25, getitemlink(ArtichokeHerb)); +#. code: mesc l("* @@/@@ @@", countitem(Plushroom), 18, getitemlink(Plushroom)); #. code: mesc l("* @@/@@ @@", countitem(ShadowHerb), 20, getitemlink(ShadowHerb)); #. code: mesc l("* @@/@@ @@", countitem(GambogeHerb), 25, getitemlink(GambogeHerb)); #. code: mesc l("* @@/@@ @@", countitem(AlizarinHerb), 25, getitemlink(AlizarinHerb)); @@ -1602,31 +1621,30 @@ msgstr "" #. code: mesc l("* @@/@@ @@", countitem(Plushroom), 1, getitemlink(Plushroom)); #. code: mesc l("* @@/@@ @@", countitem(SeaDrops), 1, getitemlink(SeaDrops)); #. code: msObjective(countitem(FishingRod), l("* @@/@@ @@", countitem(FishingRod), 1, getitemlink(FishingRod))); +#. code: mesc l("* @@/@@ @@", countitem(Milk), 5, getitemlink(Milk)); #. code: mesc l("* @@/@@ @@", countitem(SilkCocoon), 100, getitemlink(SilkCocoon)); #. code: msObjective(countitem(TulimsharGuardCard), l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard))); #. code: mesc l("* @@/@@ @@", countitem(Scythe), 1, getitemlink(Scythe)), 9; #. code: mesc l("* @@/@@ @@", countitem(IceCube), 1, getitemlink(IceCube)); -#. code: mesc l("* @@/@@ @@", countitem(RedScorpionStinger), 25, getitemlink(RedScorpionStinger)); #. code: mes l("* @@/@@ @@", countitem(BugLeg), .@price-10, getitemlink(BugLeg)); #. code: mesc l("* @@/@@ @@", countitem(CaveSnakeTongue), 15, getitemlink(CaveSnakeTongue)); #. code: mesc l("* @@/@@ @@", countitem(SnakeTongue), 15, getitemlink(SnakeTongue)); -#. code: mesc l("* @@/@@ @@", countitem(Milk), 3, getitemlink(Milk)); -#. code: mesc l("* @@/@@ @@", countitem(WoodenLog), 5, getitemlink(WoodenLog)); +#. code: mesc l("* @@/@@ @@", countitem(HerbalTea), 10, getitemlink(HerbalTea)); #. code: mesc l("* @@/@@ @@", countitem(Fungus), 25, getitemlink(Fungus)); #. code: mesc l("* @@/@@ @@", countitem(StrengthPotion), 10, getitemlink(StrengthPotion)); #. code: mesc l("* @@/@@ @@", countitem(MountainSnakeEgg), 15, getitemlink(MountainSnakeEgg)); #. code: mesc l("* @@/@@ @@", countitem(HastePotion), 10, getitemlink(HastePotion)); +#. code: mesc l("* @@/@@ @@", countitem(WoodenLog), 6, getitemlink(WoodenLog)); #. code: mesc l("* @@/@@ @@", countitem(MountainSnakeTongue), 15, getitemlink(MountainSnakeTongue)); #. code: mesc l("* @@/@@ @@", countitem(CobaltHerb), 25, getitemlink(CobaltHerb)); #. code: mesc l("* @@/@@ @@", countitem(OceanCrocClaw), 1, getitemlink(OceanCrocClaw)); #. code: msObjective(countitem(Scythe), l("* @@/@@ @@", countitem(Scythe), 1, getitemlink(Scythe))); +#. code: mesc l("* @@/@@ @@", countitem(RedScorpionStinger), 25, getitemlink(RedScorpionStinger)); #. code: mesc l("* @@/@@ @@", countitem(Beer), 5, getitemlink(Beer)); #. code: mesc l("* @@/@@ @@", countitem(ManaPiouFeathers), 5, getitemlink(ManaPiouFeathers)); #. code: mes l("* @@/@@ @@", countitem(CobaltHerb), .@price+10, getitemlink(CobaltHerb)); -#. code: mesc l("* @@/@@ @@", countitem(Plushroom), 10, getitemlink(Plushroom)); #. code: mesc l("* @@/@@ @@", countitem(Chagashroom), 30, getitemlink(Chagashroom)); #. code: mesc l("* @@/@@ @@", countitem(RedApple), 25, getitemlink(RedApple)); -#. code: mesc l("* @@/@@ @@", countitem(HerbalTea), 10, getitemlink(HerbalTea)); #. code: mesc l("* @@/@@ @@", countitem(Milk), 25, getitemlink(Milk)); #. code: mesc l("* @@/@@ @@", countitem(ShadowHerb), 100, getitemlink(ShadowHerb)); #. code: mesc l("* @@/@@ @@", countitem(WoodenLog), 1, getitemlink(WoodenLog)); @@ -1638,35 +1656,35 @@ msgstr "" #: npc/003-0-1/audsbel.txt:333 #: npc/magic/transmigration.txt:48 #: npc/003-0-1/audsbel.txt:334 -#: npc/025-1/rum.txt:64 +#: npc/003-0-1/audsbel.txt:277 #: npc/003-2/lua.txt:355 #: npc/024-9/sake.txt:61 +#: npc/magic/transmigration.txt:52 #: npc/012-2/rakinorf.txt:226 #: npc/024-9/sake.txt:59 #: npc/003-0-1/audsbel.txt:279 #: npc/024-9/sake.txt:63 #: npc/012-2/rakinorf.txt:254 #: npc/025-1/rum.txt:62 -#: npc/003-0-1/audsbel.txt:337 +#: npc/magic/transmigration.txt:55 #: npc/003-0-1/audsbel.txt:338 -#: npc/magic/transmigration.txt:51 +#: npc/003-0-1/audsbel.txt:391 #: npc/012-2/rakinorf.txt:228 +#: npc/003-0-1/audsbel.txt:337 #: npc/017-1/boringnpc.txt:22 #: npc/003-0-1/audsbel.txt:280 -#: npc/003-0-1/audsbel.txt:277 -#: npc/003-0-1/audsbel.txt:391 +#: npc/magic/transmigration.txt:49 #: npc/003-0-1/audsbel.txt:336 #: npc/024-9/sake.txt:58 #: npc/024-9/sake.txt:60 #: npc/024-9/sake.txt:62 -#: npc/magic/transmigration.txt:47 -#: npc/025-1/rum.txt:61 +#: npc/025-1/rum.txt:64 #: npc/003-0-1/audsbel.txt:278 #: npc/017-3/chagashroom.txt:57 #: npc/003-2/lua.txt:415 #: npc/017-3/chagashroom.txt:59 #: npc/025-1/rum.txt:63 -#: npc/magic/transmigration.txt:54 +#: npc/025-1/rum.txt:61 #: npc/003-0-1/audsbel.txt:390 #: npc/003-0-1/audsbel.txt:276 #: npc/017-3/chagashroom.txt:58 @@ -1682,8 +1700,8 @@ msgstr "" #. code: msObjective(BaseLevel >= 52, l("* @@/@@ Base Level", BaseLevel, 52)); #. code: msObjective(BaseLevel >= 40, l("* @@/@@ Base Level", BaseLevel, 40)); #. code: msObjective(BaseLevel >= 35, l("* @@/@@ Base Level", BaseLevel, 35)); -#: npc/024-16/king.txt:70 #: npc/003-2/lua.txt:463 +#: npc/024-16/king.txt:73 #: npc/024-16/generals.txt:59 #: npc/012-2/rakinorf.txt:250 #: npc/012-2/rakinorf.txt:218 @@ -1712,8 +1730,10 @@ msgstr "" msgid "* @@/@@ Job Level" msgstr "" +#. code: mesc l("* Acquired @@ @@!", .@ammo, getitemlink(.@overid)); #. code: mesc l("* Acquired @@ @@!", .@ammo, getitemlink(.@recipe_item)); -#: npc/020-5/bracco.txt:76 +#: npc/020-5/bracco.txt:181 +#: npc/020-5/bracco.txt:86 #, no-c-format msgid "* Acquired @@ @@!" msgstr "" @@ -1759,7 +1779,7 @@ msgstr "" #. code: mesc l("* Deliver Nikolai's Letter to Frostia Mayor"), 9; #. code: msObjective(true, l("* Deliver Nikolai's Letter to Frostia Mayor")); #: npc/024-1/guard.txt:55 -#: npc/024-16/king.txt:71 +#: npc/024-16/king.txt:74 #, no-c-format msgid "* Deliver Nikolai's Letter to Frostia Mayor" msgstr "" @@ -1927,7 +1947,7 @@ msgid "* Register as a Monster Hunter" msgstr "" #. code: msObjective(ESTATE_RENTTIME >= gettimetick(2), l("* Rent a room in Frostia's Inn")); -#: npc/024-16/king.txt:72 +#: npc/024-16/king.txt:75 #, no-c-format msgid "* Rent a room in Frostia's Inn" msgstr "" @@ -2012,7 +2032,7 @@ msgid "*AFK: I am Away From Keyboard*" msgstr "" #. code: mesc l("*CRASH*"); -#: npc/functions/refine.txt:174 +#: npc/functions/refine.txt:175 #, no-c-format msgid "*CRASH*" msgstr "" @@ -2078,7 +2098,7 @@ msgid "*They* couldn't take hold of me, but I'm bound to this castle; I can't le msgstr "" #. code: mesq l("*Ugh* Thanks for your help. Here... Take this, as promised."); -#: npc/007-1/zarkor.txt:205 +#: npc/007-1/zarkor.txt:203 #, no-c-format msgid "*Ugh* Thanks for your help. Here... Take this, as promised." msgstr "" @@ -2220,7 +2240,7 @@ msgid "*is everything ready?*" msgstr "" #. code: dispbottom l("*plim*"); -#: npc/magic/transmigration.txt:311 +#: npc/magic/transmigration.txt:329 #, no-c-format msgid "*plim*" msgstr "" @@ -2232,8 +2252,8 @@ msgid "*put his glasses on*" msgstr "" #. code: npctalk3 l("*scream in pain*"); -#: npc/018-6-1/main.txt:149 -#: npc/018-6-1/main.txt:216 +#: npc/018-6-1/main.txt:151 +#: npc/018-6-1/main.txt:218 #, no-c-format msgid "*scream in pain*" msgstr "" @@ -2253,16 +2273,16 @@ msgstr "" #. code: npctalk3 l("*sigh*"); #. code: mesc l("*sigh*"); #. code: mesq l("I've heard Aethyr path was to the west, but I'm not sure west of where... %s", col(l("*sigh*"), 9)); -#: npc/018-6-1/main.txt:328 +#: npc/018-6-1/main.txt:330 #: npc/024-6/talindra.txt:65 +#: npc/018-6-1/main.txt:443 #: npc/027-1/laura.txt:298 #: npc/020-7-1/janitors.txt:27 -#: npc/018-6-1/main.txt:441 #: npc/009-2/scholar.txt:20 #: npc/024-6/talindra.txt:108 #: npc/020-7-1/ensio.txt:33 #: npc/029-0/amelia.txt:16 -#: npc/018-6-1/main.txt:404 +#: npc/018-6-1/main.txt:406 #, no-c-format msgid "*sigh*" msgstr "" @@ -2368,10 +2388,14 @@ msgstr "" msgid ", my name is Nikolai. I am a sage, and the owner of this place." msgstr "" +#. code: mes l("- %d %s with %d GP, for a %s.", 2, getitemlink(SilverIngot), 1200, getitemlink(SilverRing)); // TODO +#: npc/003-5/jeweler.txt:41 +#, no-c-format +msgid "- %d %s with %d GP, for a %s." +msgstr "" + #. code: mes l("- 5 @@, with 1200 GP, for a @@.", getitemlink(GoldPieces), getitemlink(GoldenRing)); -#. code: mes l("- 5 @@, with 1200 GP, for a @@.", getitemlink(SilverIngot), getitemlink(SilverRing)); // TODO #: npc/003-5/jeweler.txt:40 -#: npc/003-5/jeweler.txt:41 #, no-c-format msgid "- 5 @@, with 1200 GP, for a @@." msgstr "" @@ -2657,13 +2681,13 @@ msgstr "" #. code: l("..."), #. code: mesc l("..."); #. code: mesq l("..."); -#: npc/003-6/cyndala.txt:184 +#: npc/018-6-1/main.txt:234 #: npc/015-8/sealedshrine.txt:550 #: npc/functions/gmbot.txt:32 #: npc/003-6/cyndala.txt:168 #: npc/015-8/puzzle.txt:93 #: npc/009-1/fisherman.txt:29 -#: npc/018-6-1/main.txt:232 +#: npc/003-6/cyndala.txt:184 #: npc/003-1/constableperry.txt:92 #, no-c-format msgid "..." @@ -2738,7 +2762,7 @@ msgid "...And at long last, the teddy's pot is full of honey." msgstr "" #. code: mesq l("...And for some reason he took the apple and went further in the caves."); -#: npc/018-6-1/main.txt:358 +#: npc/018-6-1/main.txt:360 #, no-c-format msgid "...And for some reason he took the apple and went further in the caves." msgstr "" @@ -2847,7 +2871,7 @@ msgid "...Even if this is your fault. Anyway, ##Breturn to whoever sent you here msgstr "" #. code: mesc l("...Foolish human... Do you really think I will attend your summon?"), 1; -#: npc/007-1/zarkor.txt:168 +#: npc/007-1/zarkor.txt:167 #, no-c-format msgid "...Foolish human... Do you really think I will attend your summon?" msgstr "" @@ -2864,10 +2888,10 @@ msgstr "" msgid "...Good luck, @@. And be careful. If Sagratha decided to flee... It might be too strong for you." msgstr "" -#. code: mesq l("...Have you ever gone there yet?"); +#. code: mesq l("...Have you even gone there yet?"); #: npc/015-2/guard.txt:46 #, no-c-format -msgid "...Have you ever gone there yet?" +msgid "...Have you even gone there yet?" msgstr "" #. code: mes l("...Help... Me..."); @@ -2907,14 +2931,14 @@ msgid "...I don't think the teddy is sick, so there's no point giving it an Elix msgstr "" #. code: mesq l("...I guess I can't hide anymore..."); -#: npc/018-6-1/main.txt:235 +#: npc/018-6-1/main.txt:237 #, no-c-format msgid "...I guess I can't hide anymore..." msgstr "" #. code: mesq l("...I have no other choice, do I?"); -#: npc/018-6-1/main.txt:335 -#: npc/018-6-1/main.txt:438 +#: npc/018-6-1/main.txt:440 +#: npc/018-6-1/main.txt:337 #, no-c-format msgid "...I have no other choice, do I?" msgstr "" @@ -3069,6 +3093,12 @@ msgstr "" msgid "...That's your problem, not mine. I am an elf if you haven't noticed." msgstr "" +#. code: mesq l("...The bandits are in disarray. And you arrive victorious. I have to admit, I thought had fallen, just like the other ones."); +#: npc/012-2/helena.txt:260 +#, no-c-format +msgid "...The bandits are in disarray. And you arrive victorious. I have to admit, I thought had fallen, just like the other ones." +msgstr "" + #. code: mesq l("...The ones who know a lot are dwarves, but they don't live here - they live with elves, it seems."); #: npc/003-8/intensebeard.txt:259 #, no-c-format @@ -3087,10 +3117,10 @@ msgstr "" msgid "...Try allocating some points in agility before we continue. I think %d should be suffice." msgstr "" -#. code: mesq l("...Unless, of course, if you're interested in learning this art. You'll not regret it, I assure you."); +#. code: mesq l("...Unless, of course, if you're interested in learning this art, I shall teach you. You'll not regret it, I assure you."); #: npc/024-16/craftsman.txt:22 #, no-c-format -msgid "...Unless, of course, if you're interested in learning this art. You'll not regret it, I assure you." +msgid "...Unless, of course, if you're interested in learning this art, I shall teach you. You'll not regret it, I assure you." msgstr "" #. code: mesq l("...Until one day, past the sea, in Kolev's continent, they found a mana stone. Magic. This great breakthrough saved this continent, and saved our clan as well."); @@ -3148,10 +3178,10 @@ msgstr "" msgid "...Yes. It was there. Please report to Blue Sage at once." msgstr "" -#. code: mesq l("...You have courage. Many people tried and failed."); -#: npc/012-2/helena.txt:244 +#. code: mesq l("...You are brave. Or very foolish. Many people tried and failed."); +#: npc/012-2/helena.txt:247 #, no-c-format -msgid "...You have courage. Many people tried and failed." +msgid "...You are brave. Or very foolish. Many people tried and failed." msgstr "" #. code: mesq l("...You need to learn magic before this equipment being useful to you in any way."); @@ -3167,7 +3197,7 @@ msgid "...You still have not overcome his house." msgstr "" #. code: mesq l("...You're right. My medicine cannot heal you."); -#: npc/018-6-1/main.txt:430 +#: npc/018-6-1/main.txt:432 #, no-c-format msgid "...You're right. My medicine cannot heal you." msgstr "" @@ -3680,7 +3710,7 @@ msgstr "" #. code: mesc b(l(".:: Main Quest 6-1 ::.")), 3; #: npc/024-1/guard.txt:53 -#: npc/024-16/king.txt:69 +#: npc/024-16/king.txt:72 #, no-c-format msgid ".:: Main Quest 6-1 ::." msgstr "" @@ -4265,7 +4295,7 @@ msgid "1st Place - Povo (6 likes)" msgstr "" #. code: mesc l("@@: @@/@@", l("1st step"), .@new, 1000); -#: npc/functions/mobhunter.txt:121 +#: npc/functions/mobhunter.txt:123 #, no-c-format msgid "1st step" msgstr "" @@ -4470,8 +4500,8 @@ msgstr "" msgid "2nd Place - Manatauro (5 likes)" msgstr "" -#. code: mesc l("@@: @@/@@", l("2nd step"), .@new, 2500); -#: npc/functions/mobhunter.txt:131 +#. code: mesc l("@@: @@/@@", l("2nd step"), .@new, 2000); +#: npc/functions/mobhunter.txt:133 #, no-c-format msgid "2nd step" msgstr "" @@ -4621,8 +4651,8 @@ msgstr "" msgid "3rd Place - Xanthem (56)" msgstr "" -#. code: mesc l("@@: @@/@@", l("3rd step"), .@new, 5000); -#: npc/functions/mobhunter.txt:141 +#. code: mesc l("@@: @@/@@", l("3rd step"), .@new, 3000); +#: npc/functions/mobhunter.txt:149 #, no-c-format msgid "3rd step" msgstr "" @@ -4729,8 +4759,8 @@ msgstr "" msgid "4th Place - seeds (43)" msgstr "" -#. code: mesc l("@@: @@/@@", l("4th step"), .@new, 7500); -#: npc/functions/mobhunter.txt:151 +#. code: mesc l("@@: @@/@@", l("4th step"), .@new, 4000); +#: npc/functions/mobhunter.txt:159 #, no-c-format msgid "4th step" msgstr "" @@ -4870,6 +4900,12 @@ msgstr "" msgid "6th Place - test123 (20)" msgstr "" +#. code: mesc l("@@: @@/@@", l("6th step"), .@new, 6000); +#: npc/functions/mobhunter.txt:180 +#, no-c-format +msgid "6th step" +msgstr "" + #. code: mesn "7"; #: npc/003-10/slots.txt:28 #: npc/012-7/slots.txt:29 @@ -4896,6 +4932,12 @@ msgstr "" msgid "7th Place - Sertrop (17)" msgstr "" +#. code: mesc l("@@: @@/@@", l("7th step"), .@new, 7000); +#: npc/functions/mobhunter.txt:190 +#, no-c-format +msgid "7th step" +msgstr "" + #. code: rif(countitem(Croconut) >= 8, l("8 Croconuts")), #: npc/items/emptybox.txt:21 #, no-c-format @@ -4920,6 +4962,12 @@ msgstr "" msgid "8th Place - Pookie (13)" msgstr "" +#. code: mesc l("@@: @@/@@", l("8th step"), .@new, 8000); +#: npc/functions/mobhunter.txt:206 +#, no-c-format +msgid "8th step" +msgstr "" + #. code: l("9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them."), #: npc/functions/game-rules.txt:29 #, no-c-format @@ -4932,6 +4980,12 @@ msgstr "" msgid "9th Place - LawnCable (13)" msgstr "" +#. code: mesc l("@@: @@/@@", l("9th step"), .@new, 9000); +#: npc/functions/mobhunter.txt:216 +#, no-c-format +msgid "9th step" +msgstr "" + #. code: mes l(":) A pleasure to trade if you. Don't get caught if you're doing something wrong!"); #: npc/009-1/charles.txt:143 #, no-c-format @@ -5260,7 +5314,7 @@ msgid "@@ helps you carry more items and also gives you a more forceful blow, bu msgstr "" #. code: mesc l("@@ is a two-handed weapon with very low damage and attack speed.", getitemlink(Pickaxe)); -#: npc/007-1/tycoon.txt:227 +#: npc/007-1/tycoon.txt:226 #, no-c-format msgid "@@ is a two-handed weapon with very low damage and attack speed." msgstr "" @@ -5305,8 +5359,8 @@ msgstr "" #. code: mesc l("@@ melt down your @@...", .name$, getitemlink(.@index)), 2; #. code: mesc l("@@ melt down your @@...", .name$, getitemlink(.@x)), 2; -#: npc/020-5/bracco.txt:147 -#: npc/020-5/bracco.txt:102 +#: npc/020-5/bracco.txt:112 +#: npc/020-5/bracco.txt:159 #, no-c-format msgid "@@ melt down your @@..." msgstr "" @@ -5466,12 +5520,6 @@ msgstr "" msgid "@@, watch out! The obelisk - it is talking!" msgstr "" -#. code: mesq l("@@, we are counting on you! We, the whole Hurnscald town!", strcharinfo(0)); -#: npc/012-2/helena.txt:92 -#, no-c-format -msgid "@@, we are counting on you! We, the whole Hurnscald town!" -msgstr "" - #. code: mesq l("@@, we should leave here now.", strcharinfo(0)); #: npc/015-8-1/campaign.txt:257 #, no-c-format @@ -5509,7 +5557,6 @@ msgstr "" #. code: mes l("@@/1 @@", countitem(LeatherShirt), getitemlink(LeatherShirt)); #: npc/010-2/sawis.txt:60 #: npc/012-1/luffyx.txt:32 -#: npc/009-1/charles.txt:171 #: npc/009-1/charles.txt:97 #: npc/007-1/caelum.txt:63 #: npc/010-2/sawis.txt:61 @@ -5570,7 +5617,7 @@ msgid "@@/10 Maggots" msgstr "" #. code: message strcharinfo(0), l("@@/10 Rattos", .@k+1); -#: npc/007-1/tycoon.txt:308 +#: npc/007-1/tycoon.txt:305 #, no-c-format msgid "@@/10 Rattos" msgstr "" @@ -5638,18 +5685,17 @@ msgstr "" msgid "@@/150 @@" msgstr "" +#. code: mesc l("@@/2 @@", countitem(HastePotion), getitemlink(HastePotion)); #. code: mes l("@@/2 @@", countitem(CroconutBox), getitemlink(CroconutBox)); -#. code: mes l("@@/2 @@", countitem(ChocolateBiscuit), getitemlink(ChocolateBiscuit)); #. code: mes l("@@/2 @@", countitem(Dagger), getitemlink(Dagger)); -#. code: mesc l("@@/2 @@", countitem(HastePotion), getitemlink(HastePotion)); +#. code: mes l("@@/2 @@", countitem(ChocolateBiscuit), getitemlink(ChocolateBiscuit)); #. code: mesc l("@@/2 @@", countitem(CactusDrink), getitemlink(CactusDrink)); #. code: mes l("@@/2 @@", countitem(RedScorpionStinger), getitemlink(RedScorpionStinger)); #. code: mes l("@@/2 @@", countitem(FishBox), getitemlink(FishBox)); -#: npc/009-1/charles.txt:170 #: npc/017-3/doctor.txt:125 #: npc/003-1/sailors.txt:131 -#: npc/003-0-1/maxime.txt:18 #: npc/007-1/caelum.txt:65 +#: npc/003-0-1/maxime.txt:18 #: npc/012-7/celestia.txt:138 #: npc/009-1/charles.txt:96 #: npc/003-1/sailors.txt:63 @@ -5713,7 +5759,7 @@ msgid "@@/25 @@" msgstr "" #. code: message strcharinfo(0), l("@@/25 Cave Maggots", .@k+1); -#: npc/007-1/tycoon.txt:323 +#: npc/007-1/tycoon.txt:320 #, no-c-format msgid "@@/25 Cave Maggots" msgstr "" @@ -5735,15 +5781,13 @@ msgid "@@/3 Candor Scorpions" msgstr "" #. code: mesc l("@@/30 @@", countitem(BottleOfTonoriWater), getitemlink(BottleOfTonoriWater)); -#. code: mes l("@@/30 @@", countitem(CoinBag), getitemlink(CoinBag)); -#. code: mesc l("@@/30 @@", countitem(MauveHerb), getitemlink(MauveHerb)); #. code: mesc l("@@/30 @@", countitem(CobaltHerb), getitemlink(CobaltHerb)); +#. code: mesc l("@@/30 @@", countitem(MauveHerb), getitemlink(MauveHerb)); #. code: mesc l("@@/30 @@", countitem(GambogeHerb), getitemlink(GambogeHerb)); -#: npc/009-1/charles.txt:168 #: npc/017-3/doctor.txt:122 #: npc/017-3/doctor.txt:121 -#: npc/009-5/joaquim.txt:125 #: npc/017-3/doctor.txt:120 +#: npc/009-5/joaquim.txt:125 #: npc/009-5/joaquim.txt:98 #, no-c-format msgid "@@/30 @@" @@ -5807,7 +5851,6 @@ msgstr "" #: npc/017-1/paxel.txt:98 #: npc/003-1/sailors.txt:132 #: npc/009-1/charles.txt:95 -#: npc/009-1/charles.txt:169 #: npc/009-5/alvasus.txt:128 #: npc/014-2/carla.txt:90 #: npc/012-7/celestia.txt:115 @@ -5834,7 +5877,7 @@ msgid "@@/50 @@" msgstr "" #. code: message strcharinfo(0), l("@@/50 Cave Snakes", .@k+1); -#: npc/007-1/tycoon.txt:337 +#: npc/007-1/tycoon.txt:335 #, no-c-format msgid "@@/50 Cave Snakes" msgstr "" @@ -5881,10 +5924,10 @@ msgstr "" msgid "@@/8 @@" msgstr "" -#. code: mes l("@@/8 @@, just because I'm hungry as a bear.", countitem(BugLeg), getitemlink(BugLeg)); +#. code: mes l("@@/8 @@, just because I'm famished.", countitem(PiouLegs), getitemlink(PiouLegs)); #: npc/007-1/caelum.txt:70 #, no-c-format -msgid "@@/8 @@, just because I'm hungry as a bear." +msgid "@@/8 @@, just because I'm famished." msgstr "" #. code: mes l("@@/80 @@", countitem(MauveHerb), getitemlink(MauveHerb)); @@ -5925,53 +5968,61 @@ msgstr "" msgid "@@/@@" msgstr "" +#. code: mes l("@@/@@ @@", countitem(Dagger), 2, getitemlink(Dagger)); #. code: mes l("@@/@@ @@", countitem(ArtichokeHerb), 50, getitemlink(ArtichokeHerb)); #. code: mes l("@@/@@ @@", countitem(GambogeHerb), 50, getitemlink(GambogeHerb)); #. code: mes l("@@/@@ @@", countitem(MaggotSlime), 10, getitemlink(MaggotSlime)); -#. code: mes l("@@/@@ @@", countitem(AlizarinHerb), 50, getitemlink(AlizarinHerb)); +#. code: mesc l("@@/@@ @@", countitem(SilkCocoon), 300, getitemlink(SilkCocoon)); #. code: mesc l("@@/@@ @@", countitem(Moss), .@q*4, getitemlink(Moss)); #. code: mesc l("@@/@@ @@", format_number(Zeny), format_number(5000), "GP"); -#. code: mesc l("@@/@@ @@", countitem(SilkCocoon), 300, getitemlink(SilkCocoon)); +#. code: mes l("@@/@@ @@", countitem(LeatherShield), 1, getitemlink(LeatherShield)); #. code: mesc l("@@/@@ @@", countitem(CottonCloth), 25, getitemlink(CottonCloth)); #. code: mesc l("@@/@@ @@", countitem(ShadowHerb), .@q*5, getitemlink(ShadowHerb)); #. code: mesc l("@@/@@ @@", countitem(CobaltHerb), 100, getitemlink(CobaltHerb)); +#. code: mes l("@@/@@ @@", countitem(AlizarinHerb), 50, getitemlink(AlizarinHerb)); +#. code: mes l("@@/@@ @@", countitem(CoinBag), 25, getitemlink(CoinBag)); #. code: mesc l("@@/@@ @@", countitem(BlueDye), 1, getitemlink(BlueDye)); #. code: mes l("@@/@@ @@", countitem(MauveHerb), 50, getitemlink(MauveHerb)); #. code: mesc l("@@/@@ @@", countitem(.@base2), .@amon2, getitemlink(.@base2)); #. code: mesc l("@@/@@ @@", countitem(.@base3), .@amon3, getitemlink(.@base3)); #. code: mesc l("@@/@@ @@", countitem(.@base1), .@amon1, getitemlink(.@base1)); +#. code: mes l("@@/@@ @@", countitem(EmptyBottle), 5, getitemlink(EmptyBottle)); #. code: mesc l("@@/@@ @@", countitem(Piberries), 1, getitemlink(Piberries)); // Can be bought, or 6% drop from Mana Bug #. code: mes l("@@/@@ @@", countitem(CobaltHerb), 50, getitemlink(CobaltHerb)); #. code: mesc l("@@/@@ @@", countitem(Root), .@q*3, getitemlink(Root)); #. code: mesc l("@@/@@ @@", countitem(CactusDrink), 1, getitemlink(CactusDrink)); // Less than 1% drop #. code: mes l("@@/@@ @@", countitem(DuckFeather), 1, getitemlink(DuckFeather)); -#: npc/020-5/bracco.txt:171 #: npc/024-7/afking.txt:111 +#: npc/020-5/bracco.txt:213 #: npc/017-4/pihro.txt:35 +#: npc/009-1/charles.txt:169 #: npc/005-4/rosen.txt:142 #: npc/017-4/pyndragon.txt:23 #: npc/018-4-2/susanne.txt:127 +#: npc/020-7-1/eevert.txt:43 #: npc/017-4/pyndragon.txt:25 #: npc/024-7/afking.txt:113 -#: npc/024-7/afking.txt:115 +#: npc/009-1/charles.txt:171 #: npc/020-7-1/eevert.txt:45 #: npc/018-4-2/susanne.txt:129 #: npc/012-5/nicholas.txt:47 #: npc/017-4/pihro.txt:31 #: npc/020-7-1/eevert.txt:41 +#: npc/020-7-1/eevert.txt:46 #: npc/017-4/pihro.txt:33 -#: npc/020-7-1/eevert.txt:43 +#: npc/012-5/nicholas.txt:46 +#: npc/009-1/charles.txt:168 #: npc/005-4/rosen.txt:141 -#: npc/020-5/bracco.txt:172 #: npc/024-7/afking.txt:114 #: npc/020-7-1/eevert.txt:47 +#: npc/020-5/bracco.txt:214 #: npc/024-7/afking.txt:112 #: npc/017-4/pyndragon.txt:24 -#: npc/020-7-1/eevert.txt:46 +#: npc/009-1/charles.txt:170 #: npc/020-7-1/eevert.txt:44 #: npc/017-5/silversmith.txt:25 #: npc/018-4-2/susanne.txt:128 -#: npc/012-5/nicholas.txt:46 +#: npc/024-7/afking.txt:115 #: npc/020-7-1/eevert.txt:42 #: npc/017-5/silversmith.txt:24 #, no-c-format @@ -5997,22 +6048,32 @@ msgstr "" #: npc/024-15/lilanna.txt:83 #: npc/017-1/paxel.txt:101 #: npc/017-1/boringnpc.txt:24 -#: npc/020-5/bracco.txt:173 #: npc/017-4/pihro.txt:36 +#: npc/020-5/bracco.txt:215 #: npc/017-5/silversmith.txt:26 #: npc/012-5/nicholas.txt:48 #, no-c-format msgid "@@/@@ GP" msgstr "" -#. code: mesc l("@@: @@/@@", l("2nd step"), .@new, 2500); -#. code: mesc l("@@: @@/@@", l("3rd step"), .@new, 5000); +#. code: mesc l("@@: @@/@@", l("8th step"), .@new, 8000); +#. code: mesc l("@@: @@/@@", l("4th step"), .@new, 4000); +#. code: mesc l("@@: @@/@@", l("bonus step"), .@new, 5000); +#. code: mesc l("@@: @@/@@", l("7th step"), .@new, 7000); +#. code: mesc l("@@: @@/@@", l("3rd step"), .@new, 3000); #. code: mesc l("@@: @@/@@", l("1st step"), .@new, 1000); -#. code: mesc l("@@: @@/@@", l("4th step"), .@new, 7500); -#: npc/functions/mobhunter.txt:131 -#: npc/functions/mobhunter.txt:151 -#: npc/functions/mobhunter.txt:121 -#: npc/functions/mobhunter.txt:141 +#. code: mesc l("@@: @@/@@", l("2nd step"), .@new, 2000); +#. code: mesc l("@@: @@/@@", l("9th step"), .@new, 9000); +#. code: mesc l("@@: @@/@@", l("6th step"), .@new, 6000); +#: npc/functions/mobhunter.txt:149 +#: npc/functions/mobhunter.txt:170 +#: npc/functions/mobhunter.txt:133 +#: npc/functions/mobhunter.txt:190 +#: npc/functions/mobhunter.txt:159 +#: npc/functions/mobhunter.txt:180 +#: npc/functions/mobhunter.txt:206 +#: npc/functions/mobhunter.txt:123 +#: npc/functions/mobhunter.txt:216 #, no-c-format msgid "@@: @@/@@" msgstr "" @@ -6130,12 +6191,6 @@ msgstr "" msgid "A Game Master is required to begin the Liberation Day." msgstr "" -#. code: mesc l("A Miner is a must-have for a craftsman/craftswoman, as they are in constant need of ores and coal."); -#: npc/007-1/tycoon.txt:231 -#, no-c-format -msgid "A Miner is a must-have for a craftsman/craftswoman, as they are in constant need of ores and coal." -msgstr "" - #. code: l("A bit longer and I would have jailed you %%\\ "), #: npc/functions/captcha.txt:119 #, no-c-format @@ -6233,7 +6288,7 @@ msgid "A disarm process is already running." msgstr "" #. code: dispbottom l("A dungeon is burried in @@, (@@, @@)", ShovelQuests_DungeonMAP$, ShovelQuests_DungeonX, ShovelQuests_DungeonY); -#: db/re/item_db.conf:3079 +#: db/re/item_db.conf:3081 #, no-c-format msgid "A dungeon is burried in @@, (@@, @@)" msgstr "" @@ -6244,6 +6299,12 @@ msgstr "" msgid "A few families, also known as the Ancient Families of the Soul Menhir (for whatever reasons that may be), departed." msgstr "" +#. code: mesq l("A few of them are rebels, outcasts and the like but the vast majority are monsters."); +#: npc/012-2/helena.txt:161 +#, no-c-format +msgid "A few of them are rebels, outcasts and the like but the vast majority are monsters." +msgstr "" + #. code: dispbottom l("A few switches aren't triggered yet."); break; #: npc/021-1/logic.txt:49 #, no-c-format @@ -6318,7 +6379,7 @@ msgid "A guy named Hasan stole from me!" msgstr "" #. code: mesq l("A hooded man attacked me, and left me in this state."); -#: npc/018-6-1/main.txt:352 +#: npc/018-6-1/main.txt:354 #, no-c-format msgid "A hooded man attacked me, and left me in this state." msgstr "" @@ -6342,7 +6403,7 @@ msgid "A magic barrier prevents you from enterering. Maybe it is a good idea to msgstr "" #. code: mesq l("A masterpiece!... Whaaaat, this stuff got ##Bweaker##b??"); -#: npc/functions/refine.txt:163 +#: npc/functions/refine.txt:164 #, no-c-format msgid "A masterpiece!... Whaaaat, this stuff got ##Bweaker##b??" msgstr "" @@ -6368,11 +6429,17 @@ msgid "A new Dream Tower opens its gates before you..." msgstr "" #. code: mesc l("A new pet has been unlocked on the @@!", l("Pet Detective")); -#: npc/functions/mobhunter.txt:174 +#: npc/functions/mobhunter.txt:239 #, no-c-format msgid "A new pet has been unlocked on the @@!" msgstr "" +#. code: mesc l("A pickaxe is a must-have for a craftsman/craftswoman, as they are in constant need of ores and coal."); +#: npc/007-1/tycoon.txt:230 +#, no-c-format +msgid "A pickaxe is a must-have for a craftsman/craftswoman, as they are in constant need of ores and coal." +msgstr "" + #. code: mesq l("A pity a friend of ours drank too much. Juliet knows how to cure. We need to give her a @@ to do a hangover potion.", getitemlink(ScorpionStinger)); #: npc/005-1/sailors.txt:98 #, no-c-format @@ -6509,7 +6576,7 @@ msgid "A sunny and hot day," msgstr "" #. code: dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY); -#: db/re/item_db.conf:3097 +#: db/re/item_db.conf:3099 #, no-c-format msgid "A treasure is burried in @@, (@@, @@)" msgstr "" @@ -6898,7 +6965,7 @@ msgid "Accumulate Power" msgstr "" #. code: rif(!(PCBONUS & PCB_HITBONUS), l("Accuracy +25")), PCB_HITBONUS, -#: npc/functions/rebirth.txt:17 +#: npc/functions/rebirth.txt:15 #, no-c-format msgid "Accuracy +25" msgstr "" @@ -7004,6 +7071,12 @@ msgstr "" msgid "Actually I'm responsible of dispatching mages to the Magic Academy." msgstr "" +#. code: mesq l("Actually nobody found one."); +#: npc/007-1/dracoula.txt:109 +#, no-c-format +msgid "Actually nobody found one." +msgstr "" + #. code: l("Actually not."), L_Close; #: npc/007-1/dracoula.txt:79 #, no-c-format @@ -7231,30 +7304,6 @@ msgstr "" msgid "Adventurer#1" msgstr "" -#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have @@/10 @@.","Adventurer, did you brought me what I asked? I see you have @@/10 @@.", countitem(BanditHood), getitemlink(BanditHood)); -#: npc/012-2/helena.txt:194 -#, no-c-format -msgid "Adventurer, did you brought me what I asked? I see you have @@/10 @@.#0" -msgstr "" - -#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have @@/10 @@.","Adventurer, did you brought me what I asked? I see you have @@/10 @@.", countitem(BanditHood), getitemlink(BanditHood)); -#: npc/012-2/helena.txt:194 -#, no-c-format -msgid "Adventurer, did you brought me what I asked? I see you have @@/10 @@.#1" -msgstr "" - -#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have @@/5 @@.","Adventurer, did you brought me what I asked? I see you have @@/5 @@.", countitem(TreasureKey), getitemlink(TreasureKey)); -#: npc/012-2/helena.txt:125 -#, no-c-format -msgid "Adventurer, did you brought me what I asked? I see you have @@/5 @@.#0" -msgstr "" - -#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have @@/5 @@.","Adventurer, did you brought me what I asked? I see you have @@/5 @@.", countitem(TreasureKey), getitemlink(TreasureKey)); -#: npc/012-2/helena.txt:125 -#, no-c-format -msgid "Adventurer, did you brought me what I asked? I see you have @@/5 @@.#1" -msgstr "" - #. code: mesc l("Advised party size: From 3 and above"); #: npc/019-2/angela.txt:119 #, no-c-format @@ -7319,6 +7368,12 @@ msgstr "" msgid "After all, I am the Well Master!" msgstr "" +#. code: mesq l("After all, I don't want to get banned by harassing, and giving her chocolate will give her event points and I want her to win the event. Gotta support your crush, right?"); +#: npc/001-11/Soren.txt:11 +#, no-c-format +msgid "After all, I don't want to get banned by harassing, and giving her chocolate will give her event points and I want her to win the event. Gotta support your crush, right?" +msgstr "" + #. code: mesq l("After all, that was two nights ago, and none of them returned..."); #: npc/017-10/kenton.txt:48 #, no-c-format @@ -7503,7 +7558,7 @@ msgid "Ah yes... I make fine @@..." msgstr "" #. code: mesq l("Ah!"); -#: npc/018-6-1/main.txt:239 +#: npc/018-6-1/main.txt:241 #, no-c-format msgid "Ah!" msgstr "" @@ -7520,12 +7575,6 @@ msgstr "" msgid "Ah! @@. A very rare drop!" msgstr "" -#. code: mesq l("Ah! Actually nobody found one."); -#: npc/007-1/dracoula.txt:109 -#, no-c-format -msgid "Ah! Actually nobody found one." -msgstr "" - #. code: mes l("Ah! Greedy humans! Couldn't we happy with little?"); #: npc/003-1/mariusthebard.txt:73 #, no-c-format @@ -7598,10 +7647,16 @@ msgstr "" msgid "Ah! I know. Kill 10 @@. They are usually found in the fields, feeding on the crops." msgstr "" -#. code: mesq l("Ah! I know. Kill 10 @@. They usually are near the mine's inn.", getmonsterlink(Ratto)); +#. code: mesq l("Ah! I know. Kill 10 @@. They usually are near the mine's entrance.", getmonsterlink(Ratto)); #: npc/007-1/tycoon.txt:79 #, no-c-format -msgid "Ah! I know. Kill 10 @@. They usually are near the mine's inn." +msgid "Ah! I know. Kill 10 @@. They usually are near the mine's entrance." +msgstr "" + +#. code: mesq l("Ah, %s my friend! Are you here to help us with 5 %ss Or perhaps you have 5 more %s to show that Hurnscald is getting safer?", strcharinfo(0), getitemlink(TreasureKey), getitemlink(BanditHood)); +#: npc/012-2/helena.txt:40 +#, no-c-format +msgid "Ah, %s my friend! Are you here to help us with 5 %ss Or perhaps you have 5 more %s to show that Hurnscald is getting safer?" msgstr "" #. code: mesq l("Ah, %s, a good thing you're here. You must help!", strcharinfo(0)); @@ -7628,24 +7683,6 @@ msgstr "" msgid "Ah, @@ seems to be behind the @@ schedule again..." msgstr "" -#. code: mesq l("Ah, @@! I'm busy now, can we talk again later?", strcharinfo(0)); -#: npc/012-2/helena.txt:87 -#, no-c-format -msgid "Ah, @@! I'm busy now, can we talk again later?" -msgstr "" - -#. code: mesq l("Ah, @@, good thing you are here.", strcharinfo(0)); -#: npc/012-2/helena.txt:152 -#, no-c-format -msgid "Ah, @@, good thing you are here." -msgstr "" - -#. code: mesq l("Ah, @@, my friend! Are you here to help us with 5 @@? Or perhaps you have 5 more @@ to show that Hurnscald is getting safer?", strcharinfo(0), getitemlink(TreasureKey), getitemlink(BanditHood)); -#: npc/012-2/helena.txt:40 -#, no-c-format -msgid "Ah, @@, my friend! Are you here to help us with 5 @@? Or perhaps you have 5 more @@ to show that Hurnscald is getting safer?" -msgstr "" - #. code: if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Ah, @@, welcome!", $MOST_HEROIC$); #: npc/012-1/terezin.txt:11 #, no-c-format @@ -7805,12 +7842,6 @@ msgstr "" msgid "Ah, hello! It is good to see another traveler in this town!" msgstr "" -#. code: mesq l("Ah, hello."); -#: npc/012-2/helena.txt:98 -#, no-c-format -msgid "Ah, hello." -msgstr "" - #. code: mesq l("Ah, hello... is it @@? Nice to meet you!", strcharinfo(0)); #: npc/017-6/sheila.txt:9 #, no-c-format @@ -7958,12 +7989,6 @@ msgstr "" msgid "Ah, uhm, I'm not sure. We at Candor don't need much." msgstr "" -#. code: mesq l("Ah, we have serious problems of robbery. I need someone really strong to help me, and you don't qualify."); -#: npc/012-2/helena.txt:77 -#, no-c-format -msgid "Ah, we have serious problems of robbery. I need someone really strong to help me, and you don't qualify." -msgstr "" - #. code: mesq l("Ah, welcome @@. You have @@ Contributor Points.", strcharinfo(0), .@m); #: npc/003-2/lua.txt:798 #, no-c-format @@ -7995,7 +8020,7 @@ msgid "Ah, yes... You see, there is just no task I can give to you right now. ## msgstr "" #. code: mesq l("Ah, yes... You see, there is just no task I can give to you right now. You are too weak to fight these monsters."); -#: npc/007-1/tycoon.txt:160 +#: npc/007-1/tycoon.txt:161 #, no-c-format msgid "Ah, yes... You see, there is just no task I can give to you right now. You are too weak to fight these monsters." msgstr "" @@ -8048,12 +8073,6 @@ msgstr "" msgid "Ah... Santa's helpers sure eat a lot. I'm sure gift delivery is hard for them." msgstr "" -#. code: l("Ah... Slimes... Sorry, not my cup of tea..."); -#: npc/012-2/helena.txt:114 -#, no-c-format -msgid "Ah... Slimes... Sorry, not my cup of tea..." -msgstr "" - #. code: mesq l("Ah... Sorry, your name is not on the contributor list."); #: npc/003-2/lua.txt:791 #, no-c-format @@ -8084,20 +8103,8 @@ msgstr "" msgid "Ah... What is happening to meeeeeeee?" msgstr "" -#. code: mesq l("Ah... You did it!"); -#: npc/012-2/helena.txt:255 -#, no-c-format -msgid "Ah... You did it!" -msgstr "" - -#. code: mesq l("Ah... You have one too. Be careful with it, please. Many people lost their lives because they didn't handled that correctly."); -#: npc/012-2/helena.txt:168 -#, no-c-format -msgid "Ah... You have one too. Be careful with it, please. Many people lost their lives because they didn't handled that correctly." -msgstr "" - #. code: mesq l("Ah...! POLICE! POLICE! Quick, send this cheating thief to jail!!"); -#: npc/functions/refine.txt:226 +#: npc/functions/refine.txt:227 #, no-c-format msgid "Ah...! POLICE! POLICE! Quick, send this cheating thief to jail!!" msgstr "" @@ -8127,7 +8134,7 @@ msgid "Ahh, he'll be so happy! Thanks! You can keep this." msgstr "" #. code: mesq l("Ahh, that's a pity... Well, just talk to me with enough money and I'll gladly fix that for you! %%0"); -#: npc/functions/refine.txt:220 +#: npc/functions/refine.txt:221 #, no-c-format msgid "Ahh, that's a pity... Well, just talk to me with enough money and I'll gladly fix that for you! %%0" msgstr "" @@ -8369,8 +8376,8 @@ msgstr "" #. code: 017-0,125,131,108,114 monster Alizarin Plant 1188,45,45000,45000 #. code: Name: "Alizarin Plant" #: npc/018-5-1/_mobs.txt:2 +#: mob_db.conf:7480 #: npc/017-1/_mobs.txt:5 -#: mob_db.conf:7475 #: npc/017-0/_mobs.txt:23 #, no-c-format msgid "Alizarin Plant" @@ -8395,8 +8402,8 @@ msgid "All Peetu have been doing the past hours was crying, and crying, and cryi msgstr "" #. code: itemCombo(l("Creased"), l("All Stats +1"), -#. code: rif(!(PCBONUS & PCB_ALLSTATS), l("All Stats +1")), PCB_ALLSTATS, -#: npc/functions/rebirth.txt:20 +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_ALLSTATS), l("All Stats +1")), PCB_ALLSTATS, +#: npc/functions/rebirth.txt:22 #: npc/005-1/maya.txt:136 #, no-c-format msgid "All Stats +1" @@ -8477,21 +8484,21 @@ msgid "All candor scorpions are dead!" msgstr "" #. code: message strcharinfo(0), l("All cave maggots are dead! Go back to Tycoon."); -#: npc/007-1/tycoon.txt:320 +#: npc/007-1/tycoon.txt:317 #, no-c-format msgid "All cave maggots are dead! Go back to Tycoon." msgstr "" #. code: message strcharinfo(0), l("All cave snakes are dead! Go back to Tycoon."); -#: npc/007-1/tycoon.txt:334 +#: npc/007-1/tycoon.txt:332 #, no-c-format msgid "All cave snakes are dead! Go back to Tycoon." msgstr "" #. code: mesc l("All cheaters must die."), 1; #: npc/001-7/barbarian.txt:56 -#: npc/functions/refine.txt:134 -#: npc/functions/refine.txt:127 +#: npc/functions/refine.txt:128 +#: npc/functions/refine.txt:135 #, no-c-format msgid "All cheaters must die." msgstr "" @@ -8584,13 +8591,13 @@ msgid "All quests expire at 00:00 server time, be sure to finish AND report back msgstr "" #. code: message strcharinfo(0), l("All rattos are dead! Go back to Tycoon."); -#: npc/007-1/tycoon.txt:305 +#: npc/007-1/tycoon.txt:302 #, no-c-format msgid "All rattos are dead! Go back to Tycoon." msgstr "" #. code: message strcharinfo(0), l("All red scorpions are dead! Go back to Tycoon."); -#: npc/007-1/tycoon.txt:348 +#: npc/007-1/tycoon.txt:347 #, no-c-format msgid "All red scorpions are dead! Go back to Tycoon." msgstr "" @@ -8633,10 +8640,10 @@ msgstr "" msgid "All this seems unimportant to you right now." msgstr "" -#. code: message strcharinfo(0), l("All torches are lit!"); +#. code: message strcharinfo(0), l("All torches are lit! Return to Zarkor."); #: npc/007-1/torches.txt:67 #, no-c-format -msgid "All torches are lit!" +msgid "All torches are lit! Return to Zarkor." msgstr "" #. code: mesq l("All warp technology, be it crystal-based, potion-based, or mechanic-based, relies on timespace distortions."); @@ -8735,12 +8742,12 @@ msgstr "" #. code: 014-2,125,84,157,54 monster Alpha Mouboo 1056,2,120000,120000 #. code: 029-0,60,48,31,28 monster Alpha Mouboo 1056,4,90000,35000 +#. code: 019-4,84,103,36,19 monster Alpha Mouboo 1056,2,100000,30000 #. code: 001-7,35,25,5,2 monster Alpha Mouboo 1056,1,30000,30000 #. code: Name: "Alpha Mouboo" -#. code: 019-4,84,103,36,19 monster Alpha Mouboo 1056,2,100000,30000 #: npc/001-7/_mobs.txt:34 #: npc/019-4/_mobs.txt:3 -#: mob_db.conf:2243 +#: mob_db.conf:2245 #: npc/029-0/_mobs.txt:5 #: npc/014-2/_mobs.txt:7 #, no-c-format @@ -8778,7 +8785,7 @@ msgid "Alright, I'll look in the archives. I'll have an answer for you in @@. Me msgstr "" #. code: l("Alright, I'll pay."), -#: npc/017-5/nahrec.txt:142 +#: npc/017-5/nahrec.txt:161 #, no-c-format msgid "Alright, I'll pay." msgstr "" @@ -9088,7 +9095,7 @@ msgid "Alternatively, I think someone at the Land Of Fire Village is able to ref msgstr "" #. code: mesc l("Alternatively, download a bleeding edge build at [@@https://manaplus.germantmw.de/|https://manaplus.germantmw.de/@@]"); -#: npc/functions/clientversion.txt:1211 +#: npc/functions/clientversion.txt:1218 #, no-c-format msgid "Alternatively, download a bleeding edge build at [@@https://manaplus.germantmw.de/|https://manaplus.germantmw.de/@@]" msgstr "" @@ -9149,7 +9156,7 @@ msgid "Amazing! I want you to kill some red scorpions, as I said!" msgstr "" #. code: case 5: mesq l("Amazing. Five gifts for all. With 3200, we could supply nomad tribes..."); break; -#: npc/019-4-1/chief.txt:306 +#: npc/019-4-1/chief.txt:315 #, no-c-format msgid "Amazing. Five gifts for all. With 3200, we could supply nomad tribes..." msgstr "" @@ -9187,9 +9194,9 @@ msgstr "" #. code: Name: "Amethyst Bif" #. code: 015-6,201,134,22,35 monster Amethyst Bif 1111,5,135000,30000 #. code: 015-6,230,43,49,22 monster Amethyst Bif 1111,3,120000,30000 -#: mob_db.conf:4639 -#: npc/015-6/_mobs.txt:69 +#: mob_db.conf:4642 #: npc/015-6/_mobs.txt:70 +#: npc/015-6/_mobs.txt:69 #, no-c-format msgid "Amethyst Bif" msgstr "" @@ -9231,7 +9238,7 @@ msgid "An account may vote anywhere, but only once per town (weekly)." msgstr "" #. code: mesq l("My unit, however, was attacked! %s snuck up on us!", b(l("An assassin"))); -#: npc/018-6-1/main.txt:165 +#: npc/018-6-1/main.txt:167 #, no-c-format msgid "An assassin" msgstr "" @@ -9440,13 +9447,13 @@ msgid "And help to obtain they were able." msgstr "" #. code: mesc l("And here's a rare for you, a @@! Good job!", getitemlink(PinkHelmet)); -#: npc/functions/mobhunter.txt:171 +#: npc/functions/mobhunter.txt:236 #, no-c-format msgid "And here's a rare for you, a @@! Good job!" msgstr "" #. code: mesc l("And his sister,"); -#: npc/config/easteregg_blackbox.txt:21 +#: npc/config/config_blackbox.txt:21 #, no-c-format msgid "And his sister," msgstr "" @@ -9560,7 +9567,7 @@ msgid "And one more thing..." msgstr "" #. code: mesq l("And please, bring those criminals to justice! Barbara and the Assassin!"); -#: npc/018-6-1/main.txt:176 +#: npc/018-6-1/main.txt:178 #, no-c-format msgid "And please, bring those criminals to justice! Barbara and the Assassin!" msgstr "" @@ -9667,16 +9674,16 @@ msgstr "" msgid "And we know who the thief is." msgstr "" -#. code: rif(countitem(IronOre) >= 1 && Zeny >= 100, l("And what's about Iron Ore?")), +#. code: rif(countitem(IronOre) >= 1 && Zeny >= 100, l("And what about Iron Ore?")), #: npc/007-1/pylon.txt:39 #, no-c-format -msgid "And what's about Iron Ore?" +msgid "And what about Iron Ore?" msgstr "" -#. code: rif(countitem(SunnyCrystal) >= 1 && Zeny >= 1000, l("And what's about Sunny Crystal?")), +#. code: rif(countitem(SunnyCrystal) >= 1 && Zeny >= 1000, l("And what about Sunny Crystals?")), #: npc/007-1/pylon.txt:40 #, no-c-format -msgid "And what's about Sunny Crystal?" +msgid "And what about Sunny Crystals?" msgstr "" #. code: l("And who are you?"), @@ -9685,10 +9692,10 @@ msgstr "" msgid "And who are you?" msgstr "" -#. code: mesc l("And who do you think that created GM Magic in first place, inexperienced kid?"), 1; -#: npc/007-1/zarkor.txt:174 +#. code: mesc l("And who do you think that created GM Magic in first place, pathetic worm?"), 1; +#: npc/007-1/zarkor.txt:173 #, no-c-format -msgid "And who do you think that created GM Magic in first place, inexperienced kid?" +msgid "And who do you think that created GM Magic in first place, pathetic worm?" msgstr "" #. code: mesq l("And who would you be? Another bandit? Leave!"); @@ -9698,7 +9705,7 @@ msgid "And who would you be? Another bandit? Leave!" msgstr "" #. code: l("And whom do you claim to be the thief?"), -#: npc/018-6-1/main.txt:303 +#: npc/018-6-1/main.txt:305 #, no-c-format msgid "And whom do you claim to be the thief?" msgstr "" @@ -9715,10 +9722,10 @@ msgstr "" msgid "And without proper MP-raising equipment, you'll be exausthed after your first fireball." msgstr "" -#. code: mesc l("And you got help from a kid, Zarkor? Lucky is that kid, that I don't have time to deal with them. Farewell."), 1; -#: npc/007-1/zarkor.txt:184 +#. code: mesc l("And you got help from that kid? You are even more pathetic than I thought."), 1; +#: npc/007-1/zarkor.txt:183 #, no-c-format -msgid "And you got help from a kid, Zarkor? Lucky is that kid, that I don't have time to deal with them. Farewell." +msgid "And you got help from that kid? You are even more pathetic than I thought." msgstr "" #. code: mesq l("And you, @@... You better get walking. Soon.", get_race()); @@ -9744,9 +9751,9 @@ msgstr "" #. code: msObjective(MOUBOOTAUR_WINNER, l("* Impress %s", l("Andrei Sakar"))); #. code: mes l("The absolute hero: %s", l("Andrei Sakar")); #: npc/012-1/milly.txt:100 +#: mob_db.conf:8206 #: npc/functions/scoreboards.txt:457 #: npc/012-1/andrei.txt:10 -#: mob_db.conf:8201 #, no-c-format msgid "Andrei Sakar" msgstr "" @@ -9859,12 +9866,14 @@ msgstr "" #. code: 015-6,241,38,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,274,79,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,409,121,3,4 monster Angry Bat 1194,18,100000,30000 +#. code: 015-6,409,35,3,4 monster Angry Bat 1194,11,100000,30000 #. code: 015-6,209,94,4,2 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,267,70,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,395,63,3,4 monster Angry Bat 1194,11,100000,30000 #. code: 015-6,153,98,4,2 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,210,35,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-4,49,25,35,12 monster Angry Bat 1194,15,60000,60000 +#. code: 015-6,271,157,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,226,73,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,274,48,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,126,65,4,2 monster Angry Bat 1194,5,100000,30000 @@ -9873,11 +9882,9 @@ msgstr "" #. code: 025-3,105,117,10,21 monster Angry Bat 1194,24,500,500,Impregnable#0F::OnMoubiKill #. code: 015-6,80,110,4,2 monster Angry Bat 1194,5,100000,30000 #. code: 023-2,81,61,39,16 monster Angry Bat 1194,8,0,0 -#. code: 015-6,271,157,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 015-6,133,153,4,2 monster Angry Bat 1194,11,100000,30000 #. code: 015-6,413,73,3,4 monster Angry Bat 1194,11,100000,30000 #. code: 015-6,61,159,4,2 monster Angry Bat 1194,5,100000,30000 -#. code: 015-6,409,35,3,4 monster Angry Bat 1194,11,100000,30000 #. code: 015-6,451,111,3,4 monster Angry Bat 1194,5,100000,30000 #. code: 001-12,115,40,36,13 monster Angry Bat 1194,6,260000,50000 #. code: 015-6,263,29,3,4 monster Angry Bat 1194,5,100000,30000 @@ -9893,7 +9900,6 @@ msgstr "" #: npc/015-4/_mobs.txt:2 #: npc/015-6/_mobs.txt:46 #: npc/015-6/_mobs.txt:54 -#: mob_db.conf:7684 #: npc/015-6/_mobs.txt:10 #: npc/001-12/_mobs.txt:9 #: npc/015-6/_mobs.txt:44 @@ -9908,6 +9914,7 @@ msgstr "" #: npc/015-6/_mobs.txt:57 #: npc/015-6/_mobs.txt:61 #: npc/015-6/_mobs.txt:6 +#: mob_db.conf:7689 #: npc/015-6/_mobs.txt:51 #: npc/015-6/_mobs.txt:64 #: npc/015-6/_mobs.txt:43 @@ -9918,25 +9925,25 @@ msgstr "" #. code: 015-2,51,115,23,12 monster Angry Red Scorpion 1130,2,30000,100000 #. code: 015-2,177,94,10,14 monster Angry Red Scorpion 1130,4,30000,100000 -#. code: 015-2,93,172,6,8 monster Angry Red Scorpion 1130,2,30000,100000 +#. code: soren,110,97,103,81 monster Angry Red Scorpion 1130,18,5000,10000 #. code: 015-2,63,169,6,8 monster Angry Red Scorpion 1130,2,30000,100000 #. code: 004-3-5,34,31,4,10 monster Angry Red Scorpion 1130,14,35000,150000 #. code: 011-3,39,205,19,14 monster Angry Red Scorpion 1130,10,100000,30000 #. code: 003-1-2,34,36,15,3 monster Angry Red Scorpion 1130,2,35000,150000 -#. code: soren,110,97,103,81 monster Angry Red Scorpion 1130,18,5000,10000 #. code: 008-2,88,70,10,48 monster Angry Red Scorpion 1130,6,25000,25000 #. code: 015-2,272,48,10,14 monster Angry Red Scorpion 1130,2,30000,100000 #. code: Name: "Angry Red Scorpion" +#. code: 015-2,93,172,6,8 monster Angry Red Scorpion 1130,2,30000,100000 #. code: 007-2,45,73,48,19 monster Angry Red Scorpion 1130,12,25000,25000 #. code: 015-2,194,49,10,14 monster Angry Red Scorpion 1130,2,30000,100000 #: npc/soren/_mobs.txt:7 +#: mob_db.conf:5458 #: npc/015-2/_mobs.txt:26 #: npc/008-2/_mobs.txt:18 #: npc/015-2/_mobs.txt:24 #: npc/015-2/_mobs.txt:30 #: npc/007-2/_mobs.txt:5 #: npc/004-3-5/_mobs.txt:2 -#: mob_db.conf:5454 #: npc/015-2/_mobs.txt:50 #: npc/015-2/_mobs.txt:27 #: npc/011-3/_mobs.txt:2 @@ -9949,23 +9956,23 @@ msgstr "" #. code: 004-2-4,68,83,15,15 monster Angry Scorpion 1131,9,35000,150000 #. code: 004-2-8,50,44,17,20 monster Angry Scorpion 1131,19,35000,150000 #. code: 008-1,52,147,42,15 monster Angry Scorpion 1131,4,15000,25000 -#. code: 004-3-4,36,34,8,6 monster Angry Scorpion 1131,1,35000,150000 #. code: Name: "Angry Scorpion" #. code: 004-3-6,49,38,15,15 monster Angry Scorpion 1131,6,35000,150000 #. code: 004-3-2,81,58,38,30 monster Angry Scorpion 1131,30,35000,150000 #. code: 010-2-4,45,35,14,14 monster Angry Scorpion 1131,20,35000,150000 #. code: 010-2-16,48,37,18,9 monster Angry Scorpion 1131,9,35000,150000 +#. code: 004-3-4,36,34,8,6 monster Angry Scorpion 1131,1,35000,150000 #. code: 004-2-12,40,34,12,12 monster Angry Scorpion 1131,3,35000,150000 #: npc/004-2-4/_mobs.txt:12 +#: mob_db.conf:5507 #: npc/004-2-8/_mobs.txt:4 #: npc/010-2-16/_mobs.txt:9 #: npc/010-2-4/_mobs.txt:5 #: npc/004-3-4/_mobs.txt:5 -#: mob_db.conf:5503 +#: npc/004-3-6/_mobs.txt:5 #: npc/004-2-12/_mobs.txt:4 -#: npc/008-1/_mobs.txt:4 #: npc/004-3-2/_mobs.txt:9 -#: npc/004-3-6/_mobs.txt:5 +#: npc/008-1/_mobs.txt:4 #, no-c-format msgid "Angry Scorpion" msgstr "" @@ -9980,14 +9987,14 @@ msgstr "" #. code: 015-6,254,163,9,23 monster Angry Yellow Slime 1198,10,100000,30000 #. code: 015-6,354,106,9,23 monster Angry Yellow Slime 1198,15,100000,30000 #: npc/015-6/_mobs.txt:40 -#: mob_db.conf:7881 +#: npc/015-6/_mobs.txt:25 #: npc/015-6/_mobs.txt:18 +#: mob_db.conf:7886 #: npc/015-6/_mobs.txt:23 #: npc/015-6/_mobs.txt:19 #: npc/015-8/_mobs.txt:4 #: npc/015-6/_mobs.txt:29 #: npc/015-6/_mobs.txt:22 -#: npc/015-6/_mobs.txt:25 #, no-c-format msgid "Angry Yellow Slime" msgstr "" @@ -10100,12 +10107,6 @@ msgstr "" msgid "Any fishing tips for me?" msgstr "" -#. code: mesq l("Any friend of Hurnscald is my friend too. Come to me again, if you want to do daily quests!"); -#: npc/012-2/helena.txt:268 -#, no-c-format -msgid "Any friend of Hurnscald is my friend too. Come to me again, if you want to do daily quests!" -msgstr "" - #. code: dispbottom l("Any movement/skill/item will be without effect until time is up."); #: npc/012-6/nurse.txt:63 #, no-c-format @@ -10125,7 +10126,7 @@ msgstr "" #. code: mesq l("Anything else?"); #: npc/020-1/misc.txt:160 #: npc/025-1/selim.txt:54 -#: npc/003-6/tamiloc.txt:57 +#: npc/001-11/Soren.txt:36 #: npc/006-2-1/miltaco.txt:32 #: npc/006-2-1/miltaco.txt:38 #: npc/012-1/locamit.txt:46 @@ -10135,7 +10136,7 @@ msgstr "" #: npc/003-6/tamiloc.txt:63 #: npc/012-1/locamit.txt:52 #: npc/020-1/misc.txt:154 -#: npc/001-11/Soren.txt:33 +#: npc/003-6/tamiloc.txt:57 #: npc/025-1/selim.txt:60 #: npc/024-10/haircut.txt:40 #, no-c-format @@ -10185,7 +10186,7 @@ msgid "Anyway, I'd be really happy if you could give me @@ @@, @@ @@, @@ @@ and msgstr "" #. code: mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details.", 5000); -#: npc/024-16/king.txt:66 +#: npc/024-16/king.txt:69 #, no-c-format msgid "Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details." msgstr "" @@ -10208,10 +10209,16 @@ msgstr "" msgid "Anyway, as you might be aware, Land Of Fire came here in an incident after the Monster King took all Mana Stones... So, we have a good magical affinity." msgstr "" -#. code: mesq l("Anyway, conspiratory theories aside, his ghost is a powerful boss. I would not attack him if I were you!"); -#: npc/005-1/zegas.txt:88 +#. code: mesq l("Anyway, conspiratory theories aside, his ghost is a powerful boss."); +#: npc/005-1/zegas.txt:92 #, no-c-format -msgid "Anyway, conspiratory theories aside, his ghost is a powerful boss. I would not attack him if I were you!" +msgid "Anyway, conspiratory theories aside, his ghost is a powerful boss." +msgstr "" + +#. code: mesq l("Anyway, conspiratory theories aside, his ghost is a powerful boss. I would not attack him yet if I were you!"); +#: npc/005-1/zegas.txt:89 +#, no-c-format +msgid "Anyway, conspiratory theories aside, his ghost is a powerful boss. I would not attack him yet if I were you!" msgstr "" #. code: mes l("Anyway, he had a point. What will you do once the Monster War is over?"); @@ -10286,10 +10293,10 @@ msgstr "" msgid "Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example." msgstr "" -#. code: mesq l("Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.", b(l("king"))); +#. code: mesq l("Anyway, you have a letter to our %s, you meant? Sure thing, I'll let him know at once.", b(l("king"))); #: npc/024-1/guard.txt:73 #, no-c-format -msgid "Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once." +msgid "Anyway, you have a letter to our %s, you meant? Sure thing, I'll let him know at once." msgstr "" #. code: mesq l("Anyway. This is the FAIRY KINGDOM spell. It'll spawn fairies."); @@ -10346,6 +10353,12 @@ msgstr "" msgid "Apartment rents cannot be renewed until they expire. Furniture won't be lost." msgstr "" +#. code: mesc l("Apparently, Jack already has your wood warped up, and delivered to Alan."); +#: npc/012-1/jack.txt:86 +#, no-c-format +msgid "Apparently, Jack already has your wood warped up, and delivered to Alan." +msgstr "" + #. code: mes l("Apparently, you'll need to use a %s to get this to work!", getitemlink(DruidTreeBranch)); #: npc/029-0/warps.txt:88 #, no-c-format @@ -10527,11 +10540,11 @@ msgstr "" #: npc/015-3/_mobs.txt:9 #: npc/031-0/_mobs.txt:7 #: npc/015-5/_mobs.txt:23 -#: mob_db.conf:1063 +#: npc/032-2/_mobs.txt:7 +#: mob_db.conf:1064 #: npc/017-0/_mobs.txt:10 #: npc/025-2-1/_mobs.txt:2 #: npc/025-2-1/_mobs.txt:8 -#: npc/032-2/_mobs.txt:7 #: npc/018-6-1/_mobs.txt:15 #, no-c-format msgid "Archant" @@ -10544,7 +10557,7 @@ msgid "Archers Eye" msgstr "" #. code: mesc "----------"+l("Archery Weapon Recipes")+"----------", 2; -#: npc/craft/recipes.txt:239 +#: npc/craft/recipes.txt:241 #, no-c-format msgid "Archery Weapon Recipes" msgstr "" @@ -10603,10 +10616,10 @@ msgstr "" msgid "Are you enjoying yourself in Candor? Do you have any questions?" msgstr "" -#. code: mesq l("Are you feeling well? That was a pretty powerful attack!"); -#: npc/007-1/zarkor.txt:208 +#. code: mesq l("Are you feeling alright? That was a pretty powerful blast!"); +#: npc/007-1/zarkor.txt:206 #, no-c-format -msgid "Are you feeling well? That was a pretty powerful attack!" +msgid "Are you feeling alright? That was a pretty powerful blast!" msgstr "" #. code: if (.@r == 2) npctalk3 l("Are you going to stand here all day long? Go wash the dishes or go away."); @@ -10702,7 +10715,7 @@ msgid "Are you sure you want to proceed? You CANNOT COME BACK!" msgstr "" #. code: mesc l("Are you sure you want to smash it?"), 1; -#: npc/007-1/pylon.txt:153 +#: npc/007-1/pylon.txt:151 #, no-c-format msgid "Are you sure you want to smash it?" msgstr "" @@ -10711,7 +10724,6 @@ msgstr "" #. code: mesc l("Are you sure?"); #. code: mesq col(b(l("Are you sure?"))+" "+l("I don't know for what crazy reason you might want to do this, there is absolutely no benefit to this. I think you just selected the wrong option."), 1); #. code: mesc l("Are you sure?"), 1; -#: npc/020-5/bracco.txt:262 #: npc/craft/tweak.txt:19 #: npc/functions/politics.txt:445 #: npc/functions/politics.txt:502 @@ -10720,6 +10732,7 @@ msgstr "" #: npc/012-5/nicholas.txt:116 #: npc/functions/politics.txt:610 #: npc/commands/titulate.txt:41 +#: npc/020-5/bracco.txt:304 #: npc/functions/politics.txt:531 #: npc/commands/grantpower.txt:21 #, no-c-format @@ -10752,7 +10765,7 @@ msgid "Are you sure? This cannot be undone!" msgstr "" #. code: mesc l("Are you sure?!"), 1; -#: npc/commands/event.txt:239 +#: npc/commands/event.txt:240 #, no-c-format msgid "Are you sure?!" msgstr "" @@ -10886,13 +10899,13 @@ msgstr "" #. code: 032-4,0,0,0,0 monster Armored Skeleton 1433,41,85000,50000 #. code: Name: "Armored Skeleton" #: npc/032-4/_mobs.txt:3 -#: mob_db.conf:11738 +#: mob_db.conf:11777 #, no-c-format msgid "Armored Skeleton" msgstr "" #. code: mesc l("Armors: +3~5 defense"); -#: npc/functions/refine.txt:157 +#: npc/functions/refine.txt:158 #, no-c-format msgid "Armors: +3~5 defense" msgstr "" @@ -11136,7 +11149,7 @@ msgid "As I see, you stay alive!" msgstr "" #. code: mesq l("As a King, I cannot simply ignore it. Of course, I really doubt it is zombies, but nobody wants to go. That's why I'm resorting to an adventurer like you."); -#: npc/024-16/king.txt:119 +#: npc/024-16/king.txt:136 #, no-c-format msgid "As a King, I cannot simply ignore it. Of course, I really doubt it is zombies, but nobody wants to go. That's why I'm resorting to an adventurer like you." msgstr "" @@ -11147,6 +11160,12 @@ msgstr "" msgid "As a result, while fishing you may randomly get a golden fish." msgstr "" +#. code: mesq l("As a warm-up, bring me 10 %ss. I'll pay you some money for that, of course.", getitemlink(BanditHood)); +#: npc/012-2/helena.txt:189 +#, no-c-format +msgid "As a warm-up, bring me 10 %ss. I'll pay you some money for that, of course." +msgstr "" + #. code: mesq l("As a what?"); #: npc/014-5-1/sagratha.txt:132 #, no-c-format @@ -11237,10 +11256,10 @@ msgstr "" msgid "As with all TMW2 Major Events, the top 1 receive a special pet, and the other ranked ones get diverse rewards." msgstr "" -#. code: mesq l("As you can guess, said village was abandoned. However, people are claiming to have seen people walking there, like shadows or zombies."); -#: npc/024-16/king.txt:116 +#. code: mesq l("As you can guess, the village was abandoned. However, people are claiming to have seen people walking there, maybe shadows or zombies."); +#: npc/024-16/king.txt:133 #, no-c-format -msgid "As you can guess, said village was abandoned. However, people are claiming to have seen people walking there, like shadows or zombies." +msgid "As you can guess, the village was abandoned. However, people are claiming to have seen people walking there, maybe shadows or zombies." msgstr "" #. code: mesq l("As you learned, helping others is a good way to level up. You can also sell monster parts for some money."); @@ -11317,6 +11336,7 @@ msgstr "" msgid "Ask." msgstr "" +#. code: monster(.@m$, 42, 37, l("Assassin"), any(Assassin,Bandit,RobinBandit), 1, .name$+"::OnMobDie"); #. code: itemCombo(l("Assassin"), l("All Stats +1, Agi +5"), #. code: monster(.@m$, 51, 40, l("Assassin"), Assassin, 1, .name$+"::OnMobDie"); #. code: .@g1=monster(.@m$, 42, 37, l("Assassin"), HoodedNinja, 1, .name$+"::OnMobDie"); @@ -11328,7 +11348,6 @@ msgstr "" #. code: monster(.@m$, 39, 40, l("Assassin"), any(Assassin,Bandit,RobinBandit), 1, .name$+"::OnMobDie"); #. code: .@g2=monster(.@m$, 48, 37, l("Assassin"), HoodedNinja, 1, .name$+"::OnMobDie"); #. code: .@g4=monster(.@m$, 51, 40, l("Assassin"), Assassin, 1, .name$+"::OnMobDie"); -#. code: monster(.@m$, 42, 37, l("Assassin"), any(Assassin,Bandit,RobinBandit), 1, .name$+"::OnMobDie"); #. code: monster(.@m$, 48, 65, l("Assassin"), Assassin, 1, "#Core02331::OnMobDie"); #. code: 023-3,120,54,80,16 monster Assassin 1062,6,30000,30000 #. code: @SCOUT=monster(.@m$, 43, 29, l("Assassin"), HoodedNinja, 1, .name$+"::OnMobDie"); @@ -11344,11 +11363,11 @@ msgstr "" #: npc/023-3-1/logic.txt:113 #: npc/functions/util.txt:977 #: npc/023-3-1/logic.txt:70 -#: mob_db.conf:2423 #: npc/023-3-1/logic.txt:269 #: npc/023-3-1/logic.txt:111 #: npc/023-3-1/logic.txt:72 #: npc/005-1/maya.txt:179 +#: mob_db.conf:2426 #: npc/023-3-1/logic.txt:69 #: npc/023-3-1/logic.txt:272 #: npc/023-3-1/logic.txt:67 @@ -11439,14 +11458,14 @@ msgstr "" msgid "Atk Range +1" msgstr "" -#. code: rif(!(PCBONUS & PCB_ASPDBONUS), l("Atk. Speed +10")), PCB_ASPDBONUS, +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_ASPDBONUS), l("Atk. Speed +10")), PCB_ASPDBONUS, #: npc/functions/rebirth.txt:23 #, no-c-format msgid "Atk. Speed +10" msgstr "" #. code: case 6: mesq l("Atonishing. Six gifts is the real deal. Easy to guess: 6400 is the next milestone."); break; -#: npc/019-4-1/chief.txt:307 +#: npc/019-4-1/chief.txt:316 #, no-c-format msgid "Atonishing. Six gifts is the real deal. Easy to guess: 6400 is the next milestone." msgstr "" @@ -11511,9 +11530,9 @@ msgid "Attempt to lockpick?" msgstr "" #. code: mes l("Attempt to retrieve it now?"); -#: npc/017-3/chagashroom.txt:136 #: npc/025-1/rum.txt:147 -#: npc/024-9/sake.txt:146 +#: npc/024-9/sake.txt:147 +#: npc/017-3/chagashroom.txt:137 #, no-c-format msgid "Attempt to retrieve it now?" msgstr "" @@ -11711,9 +11730,9 @@ msgstr "" #. code: Name: "Azul Skull Slime" #. code: 019-5-2,40,31,2,1 monster Azul Skull Slime 1402,2,100000,30000 #. code: 019-5-2,102,166,7,6 monster Azul Skull Slime 1402,5,100000,30000 -#: mob_db.conf:10333 -#: npc/019-5-2/_mobs.txt:16 #: npc/019-5-2/_mobs.txt:14 +#: npc/019-5-2/_mobs.txt:16 +#: mob_db.conf:10338 #: npc/019-5-2/_mobs.txt:21 #: npc/025-2-2/_mobs.txt:4 #, no-c-format @@ -11726,7 +11745,7 @@ msgstr "" #. code: 023-3,51,134,17,25 monster Azul Slime 1095,3,30000,30000 #. code: 024-1,89,120,21,22 monster Azul Slime 1095,3,30000,30000 #: npc/024-1/_mobs.txt:4 -#: mob_db.conf:3996 +#: mob_db.conf:3999 #: npc/023-3/_mobs.txt:15 #: npc/020-7-2/_mobs.txt:7 #: npc/019-4/_mobs.txt:5 @@ -11737,7 +11756,7 @@ msgstr "" #. code: Name: "Azul Slime Mother" #. code: 025-2-4,36,35,9,7 monster Azul Slime Mother 1243,4,40000,10000 #. code: 019-5-2,109,81,7,6 monster Azul Slime Mother 1243,1,100000,30000 -#: mob_db.conf:9944 +#: mob_db.conf:9949 #: npc/019-5-2/_mobs.txt:17 #: npc/025-2-4/_mobs.txt:4 #, no-c-format @@ -11763,7 +11782,7 @@ msgid "BOSS FIGHT!" msgstr "" #. code: announce(l("%s: %s (Lv %d) has appeared!", b(l("BOSS WARNING")), $RAIDING_BOSS$, FYRAID_LV), bc_self); -#: npc/functions/aurora.txt:481 +#: npc/functions/aurora.txt:482 #, no-c-format msgid "BOSS WARNING" msgstr "" @@ -11823,7 +11842,7 @@ msgid "Bah! Don't try to fool me! The sun can't burn in Nivalis." msgstr "" #. code: mesq l("Bah, sorry my manners! I love to chat! Anyway, talk to any General of mine, just behind me. See if they need help."); -#: npc/024-16/king.txt:86 +#: npc/024-16/king.txt:92 #, no-c-format msgid "Bah, sorry my manners! I love to chat! Anyway, talk to any General of mine, just behind me. See if they need help." msgstr "" @@ -11852,10 +11871,10 @@ msgstr "" #. code: 015-2,170,66,8,10 monster Bandit 1024,1,30000,30000 #. code: 011-3,39,99,36,26 monster Bandit 1124,13,100000,30000 #. code: 015-2,196,107,8,10 monster Bandit 1024,1,30000,30000 +#. code: 008-2,37,63,21,39 monster Bandit 1024,4,25000,25000 #. code: 015-2,36,37,8,10 monster Bandit 1024,1,30000,30000 #. code: 015-2,132,119,8,10 monster Bandit 1024,1,30000,30000 #. code: 015-2,196,29,8,10 monster Bandit 1024,1,30000,30000 -#. code: 008-2,37,63,21,39 monster Bandit 1024,4,25000,25000 #. code: 015-2,262,114,19,19 monster Bandit 1024,1,30000,30000 #. code: 015-2,112,40,22,24 monster Bandit 1024,2,30000,60000 #. code: 015-2,263,38,15,17 monster Bandit 1024,1,30000,30000 @@ -11874,12 +11893,12 @@ msgstr "" #: npc/015-2/_mobs.txt:12 #: npc/008-2/_mobs.txt:3 #: npc/015-2/_mobs.txt:10 -#: mob_db.conf:975 #: npc/015-2/_mobs.txt:3 #: npc/015-2/_mobs.txt:9 #: npc/015-2/_mobs.txt:7 #: npc/015-2/_mobs.txt:5 #: npc/034-2/_mobs.txt:8 +#: mob_db.conf:976 #, no-c-format msgid "Bandit" msgstr "" @@ -11898,8 +11917,8 @@ msgstr "" #. code: case 5: return l("Bandit Lord"); #. code: Name: "Bandit Lord" +#: mob_db.conf:6321 #: npc/functions/util.txt:976 -#: mob_db.conf:6317 #, no-c-format msgid "Bandit Lord" msgstr "" @@ -11932,6 +11951,12 @@ msgstr "" msgid "Bandits are a huge threat to Hurnscald. We're just a small farming town, and they're countless." msgstr "" +#. code: mesq l("Bandits ransacked this tavern and left with a giant haul."); +#: npc/012-2/helena.txt:98 +#, no-c-format +msgid "Bandits ransacked this tavern and left with a giant haul." +msgstr "" + #. code: default: return l("Banned from Academy"); #: npc/functions/util.txt:1006 #, no-c-format @@ -11957,58 +11982,58 @@ msgid "Bar Jobs" msgstr "" #. code: mesc l("Barbara was apprehended. It would be weird to show her on your inventory, so we won't."); -#: npc/018-6-1/main.txt:444 +#: npc/018-6-1/main.txt:446 #, no-c-format msgid "Barbara was apprehended. It would be weird to show her on your inventory, so we won't." msgstr "" #. code: 018-6-1,89,70,0 script Barbara#01861 NPC_INJURIED_GIRL,{ -#: npc/018-6-1/main.txt:214 +#: npc/018-6-1/main.txt:216 #, no-c-format msgid "Barbara#01861" msgstr "" #. code: mesn l("Barbara, Wounded Girl"); #. code: setnpcdialogtitle l("Barbara, Wounded Girl"); -#: npc/018-6-1/main.txt:403 -#: npc/018-6-1/main.txt:414 -#: npc/018-6-1/main.txt:337 -#: npc/018-6-1/main.txt:363 -#: npc/018-6-1/main.txt:367 -#: npc/018-6-1/main.txt:241 -#: npc/018-6-1/main.txt:385 -#: npc/018-6-1/main.txt:354 -#: npc/018-6-1/main.txt:334 -#: npc/018-6-1/main.txt:382 -#: npc/018-6-1/main.txt:424 -#: npc/018-6-1/main.txt:310 -#: npc/018-6-1/main.txt:437 -#: npc/018-6-1/main.txt:360 -#: npc/018-6-1/main.txt:280 -#: npc/018-6-1/main.txt:266 -#: npc/018-6-1/main.txt:242 -#: npc/018-6-1/main.txt:250 -#: npc/018-6-1/main.txt:357 -#: npc/018-6-1/main.txt:370 -#: npc/018-6-1/main.txt:421 -#: npc/018-6-1/main.txt:432 -#: npc/018-6-1/main.txt:291 -#: npc/018-6-1/main.txt:283 -#: npc/018-6-1/main.txt:299 -#: npc/018-6-1/main.txt:351 -#: npc/018-6-1/main.txt:277 -#: npc/018-6-1/main.txt:440 -#: npc/018-6-1/main.txt:346 -#: npc/018-6-1/main.txt:327 -#: npc/018-6-1/main.txt:259 -#: npc/018-6-1/main.txt:269 -#: npc/018-6-1/main.txt:313 +#: npc/018-6-1/main.txt:365 +#: npc/018-6-1/main.txt:243 +#: npc/018-6-1/main.txt:356 +#: npc/018-6-1/main.txt:282 +#: npc/018-6-1/main.txt:293 +#: npc/018-6-1/main.txt:336 +#: npc/018-6-1/main.txt:416 +#: npc/018-6-1/main.txt:442 +#: npc/018-6-1/main.txt:387 +#: npc/018-6-1/main.txt:268 +#: npc/018-6-1/main.txt:312 +#: npc/018-6-1/main.txt:439 +#: npc/018-6-1/main.txt:244 +#: npc/018-6-1/main.txt:301 +#: npc/018-6-1/main.txt:252 +#: npc/018-6-1/main.txt:315 +#: npc/018-6-1/main.txt:353 +#: npc/018-6-1/main.txt:426 +#: npc/018-6-1/main.txt:348 +#: npc/018-6-1/main.txt:359 +#: npc/018-6-1/main.txt:405 +#: npc/018-6-1/main.txt:362 +#: npc/018-6-1/main.txt:261 +#: npc/018-6-1/main.txt:372 +#: npc/018-6-1/main.txt:434 +#: npc/018-6-1/main.txt:271 +#: npc/018-6-1/main.txt:369 +#: npc/018-6-1/main.txt:423 +#: npc/018-6-1/main.txt:285 +#: npc/018-6-1/main.txt:329 +#: npc/018-6-1/main.txt:279 +#: npc/018-6-1/main.txt:384 +#: npc/018-6-1/main.txt:339 #, no-c-format msgid "Barbara, Wounded Girl" msgstr "" #. code: l("Barbara. You're under arrest by Kenton's orders. Please surrend peacefully."); -#: npc/018-6-1/main.txt:305 +#: npc/018-6-1/main.txt:307 #, no-c-format msgid "Barbara. You're under arrest by Kenton's orders. Please surrend peacefully." msgstr "" @@ -12350,7 +12375,7 @@ msgid "Be careful as not everybody likes transmuted monster parts. Some may even msgstr "" #. code: mesc l("Be careful during night, use @tutorial in case of doubt, use %s to go to the event, and good luck!", b("@toevent")), 3; -#: npc/functions/clientversion.txt:1166 +#: npc/functions/clientversion.txt:1173 #, no-c-format msgid "Be careful during night, use \"@tutorial\" in case of doubt, use \"%s\" to go to the event, and good luck!" msgstr "" @@ -12404,6 +12429,12 @@ msgstr "" msgid "Be sure to have a friend before joining, or you may have to logout in order to be able to move again!" msgstr "" +#. code: mesq l("Be very, very careful with your %s. Handling it incorrectly may be fatal and many people died to that.", getitemlink(BlueManaPearl)); +#: npc/012-2/helena.txt:168 +#, no-c-format +msgid "Be very, very careful with your %s. Handling it incorrectly may be fatal and many people died to that." +msgstr "" + #. code: Name: "Bear Hat" #: item_db.conf:-1 #, no-c-format @@ -12501,16 +12532,16 @@ msgstr "" #. code: Name: "Bee" #. code: 014-1,140,25,26,15 monster Bee 1065,5,30000,20000 +#: mob_db.conf:2560 #: npc/014-1/_mobs.txt:8 -#: mob_db.conf:2557 #, no-c-format msgid "Bee" msgstr "" -#. code: Name: "Bee Hive" #. code: 014-1,138,23,25,10 monster Bee Hive 1047,2,30000,20000 +#. code: Name: "Bee Hive" #: npc/014-1/_mobs.txt:7 -#: mob_db.conf:1937 +#: mob_db.conf:1939 #, no-c-format msgid "Bee Hive" msgstr "" @@ -12585,10 +12616,10 @@ msgstr "" msgid "Begin?" msgstr "" -#. code: mesq l("Behave yourself, or you'll be executed in the town square mercilessly. You have been warned."); +#. code: mesq l("Behave yourself, or our death penalty awaits. You have been warned."); #: npc/024-1/guard.txt:85 #, no-c-format -msgid "Behave yourself, or you'll be executed in the town square mercilessly. You have been warned." +msgid "Behave yourself, or our death penalty awaits. You have been warned." msgstr "" #. code: npctalk3 l("Behave yourself."); @@ -12635,12 +12666,12 @@ msgstr "" #. code: setnpcdialogtitle l("Benjamin, Wounded Soldier"); #. code: mesn l("Benjamin, Wounded Soldier"); -#: npc/018-6-1/main.txt:172 -#: npc/018-6-1/main.txt:160 -#: npc/018-6-1/main.txt:175 -#: npc/018-6-1/main.txt:168 -#: npc/018-6-1/main.txt:161 -#: npc/018-6-1/main.txt:164 +#: npc/018-6-1/main.txt:177 +#: npc/018-6-1/main.txt:163 +#: npc/018-6-1/main.txt:162 +#: npc/018-6-1/main.txt:174 +#: npc/018-6-1/main.txt:170 +#: npc/018-6-1/main.txt:166 #, no-c-format msgid "Benjamin, Wounded Soldier" msgstr "" @@ -12737,7 +12768,7 @@ msgstr "" #. code: 001-4,149,149,130,129 monster Bhop Fluffy 1049,180,60000,120000 #. code: Name: "Bhop Fluffy" #: npc/001-4/_mobs.txt:6 -#: mob_db.conf:1973 +#: mob_db.conf:1975 #, no-c-format msgid "Bhop Fluffy" msgstr "" @@ -12765,7 +12796,7 @@ msgstr "" #. code: 015-6,233,41,49,22 monster Big Amethyst Bif 1112,3,150000,30000 #. code: Name: "Big Amethyst Bif" #: npc/015-6/_mobs.txt:68 -#: mob_db.conf:4678 +#: mob_db.conf:4681 #, no-c-format msgid "Big Amethyst Bif" msgstr "" @@ -12785,9 +12816,9 @@ msgstr "" #. code: 006-3,44,32,23,12 monster Big Diamond Bif 1109,1,240000,30000 #. code: 006-0,44,25,23,9 monster Big Diamond Bif 1109,1,240000,30000,Rosen::OnKillMBif #. code: Name: "Big Diamond Bif" -#: mob_db.conf:4562 #: npc/006-3/_mobs.txt:5 #: npc/006-0/_mobs.txt:5 +#: mob_db.conf:4565 #, no-c-format msgid "Big Diamond Bif" msgstr "" @@ -12795,29 +12826,29 @@ msgstr "" #. code: 018-6-1,95,51,7,8 monster Big Elenium Bif 1228,5,450000,45000 #. code: 018-6-1,40,49,7,8 monster Big Elenium Bif 1228,5,450000,45000 #. code: Name: "Big Elenium Bif" +#: mob_db.conf:9208 #: npc/018-6-1/_mobs.txt:2 #: npc/018-6-1/_mobs.txt:3 -#: mob_db.conf:9203 #, no-c-format msgid "Big Elenium Bif" msgstr "" #. code: Name: "Big Emerald Bif" #. code: 017-2-1,62,83,5,6 monster Big Emerald Bif 1106,1,45000,45000 -#: mob_db.conf:4446 #: npc/017-2-1/_mobs.txt:2 +#: mob_db.conf:4449 #, no-c-format msgid "Big Emerald Bif" msgstr "" #. code: Name: "Big Frog" -#: mob_db.conf:11957 +#: mob_db.conf:11997 #, no-c-format msgid "Big Frog" msgstr "" #. code: Name: "Big Magic Bif" -#: mob_db.conf:4911 +#: mob_db.conf:4914 #, no-c-format msgid "Big Magic Bif" msgstr "" @@ -12830,7 +12861,7 @@ msgstr "" #. code: Name: "Big Ruby Bif" #. code: 008-2,40,200,32,39 monster Big Ruby Bif 1100,1,35000,45000 -#: mob_db.conf:4214 +#: mob_db.conf:4217 #: npc/008-2/_mobs.txt:26 #, no-c-format msgid "Big Ruby Bif" @@ -12839,7 +12870,7 @@ msgstr "" #. code: 015-6,263,167,21,22 monster Big Sapphire Bif 1115,3,150000,30000 #. code: Name: "Big Sapphire Bif" #. code: 015-6,483,173,21,22 monster Big Sapphire Bif 1115,3,150000,30000 -#: mob_db.conf:4794 +#: mob_db.conf:4797 #: npc/015-6/_mobs.txt:67 #: npc/015-6/_mobs.txt:66 #, no-c-format @@ -12847,9 +12878,9 @@ msgid "Big Sapphire Bif" msgstr "" #. code: Name: "Big Topaz Bif" -#. code: 010-2-6,0,0,0,0 monster Big Topaz Bif 1103,1,35000,150000 #. code: 010-1-1,0,0,0,0 monster Big Topaz Bif 1103,5,35000,150000 -#: mob_db.conf:4330 +#. code: 010-2-6,0,0,0,0 monster Big Topaz Bif 1103,1,35000,150000 +#: mob_db.conf:4333 #: npc/010-1-1/_mobs.txt:8 #: npc/010-2-6/_mobs.txt:5 #, no-c-format @@ -12893,13 +12924,13 @@ msgstr "" #. code: 018-4-1,142,64,27,44 monster Black Mamba 1174,3,100000,50000 #. code: 018-3,74,72,56,53 monster Black Mamba 1174,8,20000,0 #. code: 018-1-1,53,48,27,21 monster Black Mamba 1174,4,60000,10000 -#: npc/018-1-1/_mobs.txt:11 #: npc/018-3/_mobs.txt:17 #: npc/018-3/_mobs.txt:14 -#: mob_db.conf:6823 +#: npc/018-1-1/_mobs.txt:11 #: npc/018-5-1/_mobs.txt:7 #: npc/018-4-1/_mobs.txt:7 #: npc/025-2/_mobs.txt:4 +#: mob_db.conf:6828 #, no-c-format msgid "Black Mamba" msgstr "" @@ -12911,7 +12942,7 @@ msgid "Black Mamba Egg" msgstr "" #. code: l("Black Mamba Egg -> Mountain Snake Egg"), MountainSnakeEgg, -#: npc/magic/transmigration.txt:65 +#: npc/magic/transmigration.txt:70 #, no-c-format msgid "Black Mamba Egg -> Mountain Snake Egg" msgstr "" @@ -12923,7 +12954,7 @@ msgid "Black Mamba Skin" msgstr "" #. code: l("Black Mamba Skin -> Mountain Snake Skin"), MountainSnakeSkin, -#: npc/magic/transmigration.txt:58 +#: npc/magic/transmigration.txt:61 #, no-c-format msgid "Black Mamba Skin -> Mountain Snake Skin" msgstr "" @@ -12935,7 +12966,7 @@ msgid "Black Mamba Tongue" msgstr "" #. code: l("Black Mamba Tongue -> Mountain Snake Tongue"), MountainSnakeTongue, -#: npc/magic/transmigration.txt:72 +#: npc/magic/transmigration.txt:79 #, no-c-format msgid "Black Mamba Tongue -> Mountain Snake Tongue" msgstr "" @@ -12979,6 +13010,7 @@ msgstr "" #. code: areamonster("005-1", 0, 0, 125, 125, l("Black Scorpion"), BlackScorpion, 1, "Ayasha::OnBlackScorpionDeath"); #. code: 018-6-1,96,103,56,29 monster Black Scorpion 1074,17,30000,15000 #: npc/015-1/_mobs.txt:11 +#: mob_db.conf:2969 #: npc/005-1/ayasha.txt:144 #: npc/025-2-2/_mobs.txt:5 #: npc/018-6-1/_mobs.txt:12 @@ -12993,7 +13025,6 @@ msgstr "" #: npc/007-1/_mobs.txt:10 #: npc/004-2-4/_mobs.txt:10 #: npc/010-1-6/_mobs.txt:3 -#: mob_db.conf:2966 #: npc/004-2-12/_mobs.txt:3 #: npc/010-2-7/_mobs.txt:6 #: npc/015-1/_mobs.txt:14 @@ -13022,7 +13053,7 @@ msgid "Black Scorpion Claw" msgstr "" #. code: l("Black Scorpion Claw -> Red Scorpion Claw"), RedScorpionClaw, -#: npc/magic/transmigration.txt:86 +#: npc/magic/transmigration.txt:96 #, no-c-format msgid "Black Scorpion Claw -> Red Scorpion Claw" msgstr "" @@ -13034,17 +13065,17 @@ msgid "Black Scorpion Stinger" msgstr "" #. code: l("Black Scorpion Stinger -> Red Scorpion Stinger"), RedScorpionStinger, -#: npc/magic/transmigration.txt:79 +#: npc/magic/transmigration.txt:87 #, no-c-format msgid "Black Scorpion Stinger -> Red Scorpion Stinger" msgstr "" -#. code: 026-1,39,84,16,10 monster Black Skull Slime 1408,8,60000,40000 #. code: 026-0,39,62,12,37 monster Black Skull Slime 1408,16,60000,30000 +#. code: 026-1,39,84,16,10 monster Black Skull Slime 1408,8,60000,40000 #. code: Name: "Black Skull Slime" -#: mob_db.conf:10628 #: npc/026-1/_mobs.txt:4 #: npc/026-0/_mobs.txt:2 +#: mob_db.conf:10633 #, no-c-format msgid "Black Skull Slime" msgstr "" @@ -13056,25 +13087,25 @@ msgstr "" #. code: 018-5-1,60,76,43,27 monster Black Slime 1178,9,30000,30000 #. code: 020-7-2,56,97,38,26 monster Black Slime 1178,50,35000,420000 #. code: Name: "Black Slime" -#: mob_db.conf:7008 #: npc/018-6-1/_mobs.txt:10 #: npc/018-4/_mobs.txt:4 #: npc/018-3/_mobs.txt:5 #: npc/015-1/_mobs.txt:8 #: npc/018-5-1/_mobs.txt:4 +#: mob_db.conf:7013 #: npc/020-7-2/_mobs.txt:4 #, no-c-format msgid "Black Slime" msgstr "" #. code: Name: "Black Slime Mother" -#: mob_db.conf:10093 +#: mob_db.conf:10098 #, no-c-format msgid "Black Slime Mother" msgstr "" #. code: Name: "BlackCat" -#: mob_db.conf:7595 +#: mob_db.conf:7600 #, no-c-format msgid "BlackCat" msgstr "" @@ -13141,7 +13172,7 @@ msgid "Bleed" msgstr "" #. code: dispbottom l("Blessing applied at: %s", $REGNUM_BLESSMAP_H$); -#: npc/commands/event.txt:342 +#: npc/commands/event.txt:343 #, no-c-format msgid "Blessing applied at: %s" msgstr "" @@ -13187,7 +13218,7 @@ msgstr "" #. code: 025-3,98,141,71,16 monster Bloody Mouboo 1119,6,500,500 #. code: 029-0,34,70,16,21 monster Bloody Mouboo 1119,3,90000,35000 #. code: Name: "Bloody Mouboo" -#: mob_db.conf:4950 +#: mob_db.conf:4953 #: npc/025-3/_mobs.txt:4 #: npc/029-0/_mobs.txt:6 #, no-c-format @@ -13292,12 +13323,6 @@ msgstr "" msgid "Blue Mana Pearl" msgstr "" -#. code: mesq l("Blue Sage will want to know this, I'll write him a letter."); -#: npc/024-16/king.txt:170 -#, no-c-format -msgid "Blue Sage will want to know this, I'll write him a letter." -msgstr "" - #. code: 019-5-2,24,168,3,2 monster Blue Slime 1087,2,100000,30000 #. code: 021-3,55,49,21,27 monster Blue Slime 1087,20,30000,30000 #. code: 001-7,70,119,1,0 monster Blue Slime 1087,2,30000,30000 @@ -13329,14 +13354,14 @@ msgstr "" #: npc/001-7/_mobs.txt:12 #: npc/019-5-2/_mobs.txt:7 #: npc/019-5/_mobs.txt:25 -#: mob_db.conf:3605 +#: npc/019-5/_mobs.txt:22 #: npc/021-3/_mobs.txt:3 #: npc/001-7/_mobs.txt:14 #: npc/019-5/_mobs.txt:23 #: npc/019-5-1/_mobs.txt:6 #: npc/019-5-2/_mobs.txt:8 #: npc/019-5-1/_mobs.txt:12 -#: npc/019-5/_mobs.txt:22 +#: mob_db.conf:3608 #: npc/021-2/_mobs.txt:3 #: npc/022-1/_mobs.txt:4 #: npc/019-5-2/_mobs.txt:10 @@ -13354,8 +13379,8 @@ msgstr "" #. code: Name: "Blue Slime Mother" #. code: 006-4,142,77,10,22 monster Blue Slime Mother 1237,1,75000,25000 +#: mob_db.conf:9645 #: npc/006-4/_mobs.txt:14 -#: mob_db.conf:9640 #, no-c-format msgid "Blue Slime Mother" msgstr "" @@ -13385,10 +13410,10 @@ msgstr "" #. code: Name: "Bluepar" #. code: 018-5-0,79,38,59,18 monster Bluepar 1177,40,30000,30000 #: npc/017-0/_mobs.txt:15 -#: mob_db.conf:6964 #: npc/023-3/_mobs.txt:8 #: npc/023-3/_mobs.txt:9 #: npc/014-4/_mobs.txt:6 +#: mob_db.conf:6969 #: npc/018-5-0/_mobs.txt:2 #, no-c-format msgid "Bluepar" @@ -13430,6 +13455,14 @@ msgstr "" msgid "Bonjour! I am @@, and I am from the Press! Read the latest news with me!" msgstr "" +#. code: mesc l("Bonus Goal: @@/@@ reached!", .@new, 7500), 2; +#. code: mesc l("Bonus Goal: @@/@@ reached!", .@new, 2500), 2; +#: npc/functions/mobhunter.txt:195 +#: npc/functions/mobhunter.txt:138 +#, no-c-format +msgid "Bonus Goal: @@/@@ reached!" +msgstr "" + #. code: mesc l("Bonus recipes must be enabled with @@ after learned!", b("@ucp")); #: npc/003-8/intensebeard.txt:22 #, no-c-format @@ -13471,8 +13504,8 @@ msgid "Bonus: " msgstr "" #. code: mesq l("Boo!"); -#: npc/functions/mounts.txt:58 -#: npc/functions/mounts.txt:63 +#: npc/functions/mounts.txt:59 +#: npc/functions/mounts.txt:65 #, no-c-format msgid "Boo!" msgstr "" @@ -13562,7 +13595,7 @@ msgid "Boss Hunter Boina" msgstr "" #. code: Name: "Boss Of The Dusty People" -#: mob_db.conf:8378 +#: mob_db.conf:8383 #, no-c-format msgid "Boss Of The Dusty People" msgstr "" @@ -13639,7 +13672,7 @@ msgid "Bounty Hunter Helmet" msgstr "" #. code: rif(.@itemid != EventBow, l("Bow (strong, slow, no evasion)")), -#: npc/001-11/Soren.txt:89 +#: npc/001-11/Soren.txt:92 #, no-c-format msgid "Bow (strong, slow, no evasion)" msgstr "" @@ -13687,7 +13720,7 @@ msgid "Brain" msgstr "" #. code: Name: "Brainic" -#: mob_db.conf:12345 +#: mob_db.conf:12385 #, no-c-format msgid "Brainic" msgstr "" @@ -13852,12 +13885,6 @@ msgstr "" msgid "Bring me %s or make your own party if you want to help me." msgstr "" -#. code: mesq l("Bring me 10 @@. I'll pay you some money for that, of course.", getitemlink(BanditHood)); -#: npc/012-2/helena.txt:189 -#, no-c-format -msgid "Bring me 10 @@. I'll pay you some money for that, of course." -msgstr "" - #. code: mesq l("Bring me @@ Bandits or Sarracenus heads, or the double of that in Desert Log Heads, and I'll consider you brave enough.", 50); #: npc/003-1/lieutenantdausen.txt:218 #, no-c-format @@ -13883,7 +13910,7 @@ msgid "Bring me this and I'll spawn it for you:" msgstr "" #. code: mesq l("Bring me your wood, and I'll show you which one is sturdy, yet flexible enough to make a good Forest Bow."); -#: npc/012-1/jack.txt:95 +#: npc/012-1/jack.txt:96 #, no-c-format msgid "Bring me your wood, and I'll show you which one is sturdy, yet flexible enough to make a good Forest Bow." msgstr "" @@ -13991,8 +14018,8 @@ msgid "Bronze Braknar Shield" msgstr "" #. code: Name: "Bronze Chest" -#: mob_db.conf:5852 -#: mob_db.conf:6411 +#: mob_db.conf:5856 +#: mob_db.conf:6415 #, no-c-format msgid "Bronze Chest" msgstr "" @@ -14140,7 +14167,7 @@ msgid "But I can still make it without cookies, as long that you bring me some o msgstr "" #. code: mesq l("But I can try my best for you!"); -#: npc/007-1/pylon.txt:80 +#: npc/007-1/pylon.txt:78 #, no-c-format msgid "But I can try my best for you!" msgstr "" @@ -14195,10 +14222,10 @@ msgstr "" msgid "But also very amusing. I'm sure Pihro and Pyndragon, the town mayors, will fancy this request of yours." msgstr "" -#. code: mesq l("But as you're here now, could you do me a favour?"); +#. code: mesq l("But as you're here now, could you do me a favor?"); #: npc/007-1/dracoula.txt:22 #, no-c-format -msgid "But as you're here now, could you do me a favour?" +msgid "But as you're here now, could you do me a favor?" msgstr "" #. code: mes l("But be careful: do not scream when using a lot of capital letters, and do not keep repeating the lines, and above all DO NOT SPAM, or you may be severely penalized."); @@ -14214,8 +14241,8 @@ msgid "But be careful: learning fees and research points WILL NOT be given back! msgstr "" #. code: mesq l("But be warned, I don't have the Apple with me. It must be further in."); -#: npc/018-6-1/main.txt:338 -#: npc/018-6-1/main.txt:442 +#: npc/018-6-1/main.txt:340 +#: npc/018-6-1/main.txt:444 #, no-c-format msgid "But be warned, I don't have the Apple with me. It must be further in." msgstr "" @@ -14232,10 +14259,10 @@ msgstr "" msgid "But can I help you?" msgstr "" -#. code: mesq l("But come back in a few hours, I didn't lost all @@!", getitemlink(BatTeeth)); +#. code: mesq l("But come back in a few hours, I didn't lose all my %s yet!", getitemlink(BatTeeth)); #: npc/007-1/dracoula.txt:45 #, no-c-format -msgid "But come back in a few hours, I didn't lost all @@!" +msgid "But come back in a few hours, I didn't lose all my %s yet!" msgstr "" #. code: mesc l("But do you want to hear a song about the world, or about grinding?"); @@ -14292,6 +14319,12 @@ msgstr "" msgid "But hope is not lost, said the Sages of Fate!" msgstr "" +#. code: l("But how do you do that?"), L_Next; +#: npc/007-1/dracoula.txt:53 +#, no-c-format +msgid "But how do you do that?" +msgstr "" + #. code: mesc l("But if I do, I'll not return. Neither me, nor Raid. Which is why I'm taking precautions: This diary. In the event of my death, please bury my body and contact Halinarzo."); #: npc/006-10/logic.txt:182 #, no-c-format @@ -14316,8 +14349,8 @@ msgstr "" msgid "But if you believe in such cool challenge like mine there should be no dishonorable fight, comment it on Discord!" msgstr "" -#. code: if (countitem(BeeStinger)) mesc l("But if you bring me %d %s and %d %s and %s GP, I can give you a %s!", 20, getitemlink(BeeStinger), 10, getitemlink(Honey), fnum(3500)); -#: npc/014-1/galimatia.txt:14 +#. code: mesc l("But if you bring me %d %s and %d %s and %s GP, I can give you a %s!", 20, getitemlink(BeeStinger), 10, getitemlink(Honey), fnum(3500), getitemlink(BeeKeeperHat)); +#: npc/014-1/galimatia.txt:15 #, no-c-format msgid "But if you bring me %d %s and %d %s and %s GP, I can give you a %s!" msgstr "" @@ -14335,7 +14368,7 @@ msgid "But if you only want to sit down and chat, this area is ideal for you!" msgstr "" #. code: mesq l("But if you regret this choice later... You know where you can find me."); -#: npc/007-1/zarkor.txt:89 +#: npc/007-1/zarkor.txt:88 #, no-c-format msgid "But if you regret this choice later... You know where you can find me." msgstr "" @@ -14352,10 +14385,10 @@ msgstr "" msgid "But if you want, you can farm @@ already. Good luck!" msgstr "" -#. code: mesq l("But if you're looking to go to the World Edge, the place where THE WORLD WILL DIE, I guess you are immune to rumors."); -#: npc/024-16/king.txt:107 +#. code: mesq l("But if you're looking to go to the World Edge, the place where THE FATE OF THE WORLD WILL BE DECIDED..."); +#: npc/024-16/king.txt:113 #, no-c-format -msgid "But if you're looking to go to the World Edge, the place where THE WORLD WILL DIE, I guess you are immune to rumors." +msgid "But if you're looking to go to the World Edge, the place where THE FATE OF THE WORLD WILL BE DECIDED..." msgstr "" #. code: mesq l("But if you're not skilled enough, or lose control of it, a Moggun might be spawned instead. Which is a young, weak, baby Yeti."); @@ -14412,10 +14445,10 @@ msgstr "" msgid "But it will not help you to craft something as complex as weapons or armors. If we catch you profaning this magic... I'll have you returned to the sea %%e" msgstr "" -#. code: mesq l("But it's ultimate goal of miners there."); +#. code: mesq l("But it's the ultimate goal of us miners here."); #: npc/007-1/dracoula.txt:112 #, no-c-format -msgid "But it's ultimate goal of miners there." +msgid "But it's the ultimate goal of us miners here." msgstr "" #. code: mes l("But maybe you could help me killing a few maggots?"); @@ -14431,7 +14464,7 @@ msgid "But maybe you should help other people and get some levels before returni msgstr "" #. code: mesq l("But my case requires extended treatment. I need to be hospitalized. I'm afraid it is too late for the Elixir to have effect..."); -#: npc/018-6-1/main.txt:425 +#: npc/018-6-1/main.txt:427 #, no-c-format msgid "But my case requires extended treatment. I need to be hospitalized. I'm afraid it is too late for the Elixir to have effect..." msgstr "" @@ -14574,7 +14607,7 @@ msgid "But there was only a(n) @@ inside." msgstr "" #. code: mesq l("But this is not a time of need, so it is unlikely to appear even if all other conditions were to be met."); -#: npc/024-16/king.txt:215 +#: npc/024-16/king.txt:232 #, no-c-format msgid "But this is not a time of need, so it is unlikely to appear even if all other conditions were to be met." msgstr "" @@ -14670,7 +14703,7 @@ msgid "But with a @@, when you are about to die, you can warp back to Soul Menhi msgstr "" #. code: mesq l("But you already have Mylarin Dust! That's good, because I no longer craft savior pieces. But. For %s GP I'll give you a %s and if you're lucky, it'll have the recipe you're after.", fnum(50000), getitemlink(SaviorBlueprint)); -#: npc/017-5/nahrec.txt:137 +#: npc/017-5/nahrec.txt:156 #, no-c-format msgid "But you already have Mylarin Dust! That's good, because I no longer craft savior pieces. But. For %s GP I'll give you a %s and if you're lucky, it'll have the recipe you're after." msgstr "" @@ -14681,8 +14714,8 @@ msgstr "" msgid "But you are welcome to reset your stats again! I need the money." msgstr "" -#. code: mesc l("But you can also wear a %s instead, no problem.", getitemlink(MinerTankTop)); -#: npc/007-1/tycoon.txt:200 +#. code: mesc l("But you can also wear a %s instead, no problem.", getitemlink(LeatherShirt)); +#: npc/007-1/tycoon.txt:199 #, no-c-format msgid "But you can also wear a %s instead, no problem." msgstr "" @@ -14772,13 +14805,13 @@ msgid "But, it wouldn't look nice if I let you do all the killing! The other gua msgstr "" #. code: mesq l("But- But you have to! It is the ")+b(l("truth"))+"!"; -#: npc/018-6-1/main.txt:300 +#: npc/018-6-1/main.txt:302 #, no-c-format msgid "But- But you have to! It is the " msgstr "" #. code: mesq l("But... But! Where are you?! That summon ritual is equivalent to GM magic!"); -#: npc/007-1/zarkor.txt:171 +#: npc/007-1/zarkor.txt:170 #, no-c-format msgid "But... But! Where are you?! That summon ritual is equivalent to GM magic!" msgstr "" @@ -14849,10 +14882,10 @@ msgstr "" msgid "By last, there was the Blue Sage, living on Nivalis... I never met him outside the Council." msgstr "" -#. code: tutmes l("By pressing @@, you can open the Shortcut menu. And by pressing @@, you open the skill menu!", b("F8"), b("F5")); -#: npc/005-1/zegas.txt:100 +#. code: tutmes l("By pressing %s, you can open the Shortcut menu. And by pressing %s, you open the skill menu!", b("F8"), b("F5")); +#: npc/005-1/zegas.txt:106 #, no-c-format -msgid "By pressing @@, you can open the Shortcut menu. And by pressing @@, you open the skill menu!" +msgid "By pressing %s, you can open the Shortcut menu. And by pressing %s, you open the skill menu!" msgstr "" #. code: mesc l("By sitting in the rug in front of the professor (the one with benches)"); @@ -14868,19 +14901,19 @@ msgid "By the way , it is done already. You took a long time, you know? Also, we msgstr "" #. code: mesq lg("By the way would you like to transform your gem?"); -#: npc/007-1/pylon.txt:71 +#: npc/007-1/pylon.txt:69 #, no-c-format msgid "By the way would you like to transform your gem?#0" msgstr "" #. code: mesq lg("By the way would you like to transform your gem?"); -#: npc/007-1/pylon.txt:71 +#: npc/007-1/pylon.txt:69 #, no-c-format msgid "By the way would you like to transform your gem?#1" msgstr "" #. code: mesq l("By the way, I can't say for sure it was a man. He smelled like onions, and his face was shinning."); -#: npc/018-6-1/main.txt:364 +#: npc/018-6-1/main.txt:366 #, no-c-format msgid "By the way, I can't say for sure it was a man. He smelled like onions, and his face was shinning." msgstr "" @@ -14934,6 +14967,7 @@ msgstr "" #. code: any(l("I need to leave."), l("See you."), l("Bye."), l("Good luck.")); #. code: any(l("I need to leave."), l("See you."), l("Bye."), l("Not my problem.")); #: npc/020-7-1/ensio.txt:57 +#: npc/functions/bank.txt:214 #: npc/020-7-1/kristian.txt:43 #: npc/020-7-1/janika.txt:70 #: npc/020-7-1/janitors.txt:51 @@ -14948,7 +14982,6 @@ msgstr "" #: npc/020-7-1/teuvo.txt:47 #: npc/020-7-1/kullervo.txt:70 #: npc/020-7-1/henriikka.txt:49 -#: npc/functions/bank.txt:213 #: npc/020-7/workers.txt:34 #, no-c-format msgid "Bye." @@ -15144,17 +15177,17 @@ msgstr "" msgid "Campaign starts after 60 seconds. Eight maggots will spawn on the next 100 seconds." msgstr "" -#. code: l("Can I become a miner?"),L_Miner, +#. code: l("Can I become a miner?"), L_Miner, #. code: l("Can I become a miner?"); #. code: rif(getq(MineQuest_Pickaxe) < 2, l("Can I become a miner?")), L_Miner, +#: npc/007-1/tycoon.txt:62 #: npc/007-1/dracoula.txt:27 #: npc/007-1/caelum.txt:121 -#: npc/007-1/tycoon.txt:62 #, no-c-format msgid "Can I become a miner?" msgstr "" -#. code: l("Can I find a mana source here?"),L_Mana, +#. code: l("Can I find a mana source here?"), L_Mana, #: npc/007-1/dracoula.txt:26 #, no-c-format msgid "Can I find a mana source here?" @@ -15218,7 +15251,7 @@ msgid "Can you bring me 3 @@? Of course, you'll be rewarded." msgstr "" #. code: l("Can you bring me 5 pieces of Cherry Cake? Pretty please?"); -#: npc/003-1/sarah.txt:70 +#: npc/003-1/sarah.txt:73 #, no-c-format msgid "Can you bring me 5 pieces of Cherry Cake? Pretty please?" msgstr "" @@ -15247,7 +15280,7 @@ msgstr "" msgid "Can you craft Light Platemail?" msgstr "" -#. code: rif(countitem(MylarinDust) && !NAHREC_RECIPE, l("Can you craft Savior Equipment?")), +#. code: rif(@nahrec_mylarin_query, l("Can you craft Savior Equipment?")), #: npc/017-5/nahrec.txt:64 #, no-c-format msgid "Can you craft Savior Equipment?" @@ -15516,33 +15549,33 @@ msgstr "" #. code: setarray .@forget$, l("Cancel"), "-1"; #. code: l("Cancel"), #. code: l("Cancel"); +#: npc/magic/transmigration.txt:64 +#: npc/magic/transmigration.txt:98 +#: npc/magic/transmigration.txt:82 #: npc/027-3/luca.txt:77 #: npc/001-13/main.txt:41 #: npc/027-4/saves.txt:114 -#: npc/magic/transmigration.txt:101 #: npc/027-4/saves.txt:75 #: npc/functions/rebirth.txt:11 #: npc/027-2/colin.txt:156 #: npc/027-2/colin.txt:129 -#: npc/magic/transmigration.txt:88 #: npc/003-0/trickmaster.txt:81 #: npc/027-3/angel.txt:83 #: npc/017-3/chagashroom.txt:78 #: npc/029-1/pentagram.txt:23 #: npc/boss/manamarket.txt:75 -#: npc/magic/transmigration.txt:75 #: npc/027-3/luca.txt:92 +#: npc/magic/transmigration.txt:119 #: npc/027-3/angel.txt:68 +#: npc/001-11/Soren.txt:94 #: npc/027-2/colin.txt:98 #: npc/027-3/luca.txt:103 -#: npc/magic/transmigration.txt:61 +#: npc/magic/transmigration.txt:73 #: npc/024-9/sake.txt:85 #: npc/magic/forget.txt:17 #: npc/025-1/rum.txt:86 -#: npc/magic/transmigration.txt:68 -#: npc/001-11/Soren.txt:91 +#: npc/magic/transmigration.txt:89 #: npc/027-4/saves.txt:99 -#: npc/magic/transmigration.txt:81 #: npc/003-0/trickmaster.txt:114 #: npc/027-3/angel.txt:94 #: npc/003-0/trickmaster.txt:104 @@ -15552,8 +15585,8 @@ msgstr "" #. code: 008-2,59,204,11,34 monster Candied Slime 1089,4,25000,25000 #. code: Name: "Candied Slime" -#: mob_db.conf:3704 #: npc/008-2/_mobs.txt:21 +#: mob_db.conf:3707 #, no-c-format msgid "Candied Slime" msgstr "" @@ -15638,8 +15671,8 @@ msgstr "" #. code: 005-1,89,97,8,9 monster Candor Scorpion 1073,7,35000,300000,Trainer::OnKillCandorScorpion #. code: 008-1,134,96,41,18 monster Candor Scorpion 1073,6,15000,25000 #. code: 005-1,87,43,16,15 monster Candor Scorpion 1073,12,35000,300000,Trainer::OnKillCandorScorpion +#: mob_db.conf:2925 #: npc/005-1/_mobs.txt:7 -#: mob_db.conf:2922 #: npc/005-1/_mobs.txt:5 #: npc/008-1/_mobs.txt:14 #, no-c-format @@ -15864,19 +15897,19 @@ msgstr "" msgid "Caution" msgstr "" +#. code: Name: "Cave Bat" #. code: 015-3,160,179,19,18 monster Cave Bat 1039,24,30000,40000 #. code: 008-0,50,47,28,28 monster Cave Bat 1039,4,35000,300000 #. code: 007-1,89,72,75,57 monster Cave Bat 1039,9,35000,240000 #. code: 023-3,105,157,91,86 monster Cave Bat 1039,22,30000,30000 -#. code: Name: "Cave Bat" #. code: 015-1,130,81,119,97 monster Cave Bat 1039,40,60000,60000 #. code: 020-7-2,66,74,29,55 monster Cave Bat 1039,16,35000,450000 -#: npc/007-1/_mobs.txt:9 -#: mob_db.conf:1612 #: npc/015-3/_mobs.txt:2 #: npc/023-3/_mobs.txt:22 #: npc/020-7-2/_mobs.txt:6 #: npc/015-1/_mobs.txt:3 +#: npc/007-1/_mobs.txt:9 +#: mob_db.conf:1614 #: npc/008-0/_mobs.txt:3 #, no-c-format msgid "Cave Bat" @@ -15898,7 +15931,6 @@ msgstr "" #. code: 010-1-2,0,0,0,0 monster Cave Maggot 1027,50,35000,150000 #. code: 010-2-7,0,0,0,0 monster Cave Maggot 1027,22,35000,150000 #. code: 015-7,57,67,31,24 monster Cave Maggot 1027,16,20000,20000 -#. code: 004-2-7,0,0,0,0 monster Cave Maggot 1027,6,35000,150000 #. code: 004-3-2,0,0,0,0 monster Cave Maggot 1027,70,35000,150000 #. code: 010-2-16,0,0,0,0 monster Cave Maggot 1027,30,35000,150000 #. code: 015-5,347,45,9,3 monster Cave Maggot 1027,5,100000,30000 @@ -15946,6 +15978,7 @@ msgstr "" #. code: 015-5,252,39,4,8 monster Cave Maggot 1027,5,100000,30000 #. code: 015-5,174,138,8,9 monster Cave Maggot 1027,10,100000,30000 #. code: 015-5,351,81,9,3 monster Cave Maggot 1027,5,100000,30000 +#. code: 004-2-7,0,0,0,0 monster Cave Maggot 1027,6,35000,150000 #. code: 010-2-12,0,0,0,0 monster Cave Maggot 1027,9,35000,150000 #. code: 015-6,100,115,12,8 monster Cave Maggot 1027,3,100000,30000 #. code: 015-6,435,114,12,8 monster Cave Maggot 1027,3,100000,30000 @@ -15968,6 +16001,7 @@ msgstr "" #: npc/015-5/_mobs.txt:8 #: npc/004-2-9/_mobs.txt:4 #: npc/015-5/_mobs.txt:21 +#: npc/010-1-10/_mobs.txt:2 #: npc/015-5/_mobs.txt:11 #: npc/010-2-11/_mobs.txt:4 #: npc/010-1-5/_mobs.txt:2 @@ -15976,7 +16010,7 @@ msgstr "" #: npc/004-2-1/_mobs.txt:2 #: npc/025-2-2/_mobs.txt:3 #: npc/015-5/_mobs.txt:9 -#: npc/015-5/_mobs.txt:10 +#: mob_db.conf:1107 #: npc/015-6/_mobs.txt:27 #: npc/007-1-1/_mobs.txt:5 #: npc/010-1-6/_mobs.txt:4 @@ -15994,6 +16028,7 @@ msgstr "" #: npc/004-3-3/_mobs.txt:2 #: npc/004-3-2/_mobs.txt:2 #: npc/015-5/_mobs.txt:2 +#: npc/015-5/_mobs.txt:10 #: npc/004-2-7/_mobs.txt:2 #: npc/015-7/_mobs.txt:3 #: npc/007-1/_mobs.txt:8 @@ -16015,13 +16050,11 @@ msgstr "" #: npc/015-6/_mobs.txt:33 #: npc/004-3-1/_mobs.txt:5 #: npc/004-2-3/_mobs.txt:17 -#: mob_db.conf:1106 #: npc/015-5/_mobs.txt:26 #: npc/015-6/_mobs.txt:62 #: npc/004-3-5/_mobs.txt:3 #: npc/015-5/_mobs.txt:5 #: npc/010-1-2/_mobs.txt:2 -#: npc/010-1-10/_mobs.txt:2 #: npc/007-1/_mobs.txt:2 #: npc/015-6/_mobs.txt:34 #: npc/010-2-6/_mobs.txt:2 @@ -16044,8 +16077,8 @@ msgstr "" msgid "Cave Maggot " msgstr "" -#. code: Name: "Cave Snake" #. code: 003-1-3,55,58,29,22 monster Cave Snake 1035,11,35000,150000 +#. code: Name: "Cave Snake" #. code: 015-2,41,193,15,15 monster Cave Snake 1035,3,30000,100000 #. code: 004-2-9,45,39,15,12 monster Cave Snake 1035,4,35000,150000 #. code: 010-2-4,45,38,13,5 monster Cave Snake 1035,4,35000,150000 @@ -16072,7 +16105,6 @@ msgstr "" #: npc/015-5/_mobs.txt:24 #: npc/011-2/_mobs.txt:2 #: npc/004-2-1/_mobs.txt:3 -#: mob_db.conf:1426 #: npc/015-2/_mobs.txt:42 #: npc/008-2/_mobs.txt:5 #: npc/015-2/_mobs.txt:44 @@ -16085,6 +16117,7 @@ msgstr "" #: npc/015-2/_mobs.txt:45 #: npc/015-2/_mobs.txt:46 #: npc/015-2/_mobs.txt:43 +#: mob_db.conf:1427 #: npc/003-1-3/_mobs.txt:2 #: npc/015-3/_mobs.txt:4 #: npc/010-2-4/_mobs.txt:4 @@ -16206,7 +16239,7 @@ msgstr "" #. code: 014-3,44,82,37,32 monster Centaur 1139,3,80000,60000 #: npc/014-3/_mobs.txt:5 #: npc/014-4/_mobs.txt:2 -#: mob_db.conf:5806 +#: mob_db.conf:5810 #: npc/017-0/_mobs.txt:2 #, no-c-format msgid "Centaur" @@ -16319,7 +16352,7 @@ msgstr "" #: npc/014-5/_mobs.txt:8 #: npc/001-8/_mobs.txt:4 #: npc/014-3/_mobs.txt:10 -#: mob_db.conf:5368 +#: mob_db.conf:5372 #, no-c-format msgid "Chagashroom Field" msgstr "" @@ -16388,7 +16421,7 @@ msgid "Change Linked Discord Account" msgstr "" #. code: rif(is_master(), l("Change Season Event")), -#: npc/commands/event.txt:365 +#: npc/commands/event.txt:366 #, no-c-format msgid "Change Season Event" msgstr "" @@ -16412,7 +16445,7 @@ msgid "Change my quests" msgstr "" #. code: l("Change weapons"), -#: npc/001-11/Soren.txt:44 +#: npc/001-11/Soren.txt:47 #, no-c-format msgid "Change weapons" msgstr "" @@ -16575,7 +16608,7 @@ msgid "Cherry Cocktail" msgstr "" #. code: mesc "----------"+l("Chest Armor Recipes")+"----------", 2; -#: npc/craft/recipes.txt:275 +#: npc/craft/recipes.txt:277 #, no-c-format msgid "Chest Armor Recipes" msgstr "" @@ -16644,16 +16677,16 @@ msgstr "" #. code: 018-1-1,65,52,12,24 monster Chocolate Slime 1180,6,30000,60000 #. code: 001-12,102,108,4,3 monster Chocolate Slime 1180,2,220000,50000 #. code: 001-11,74,48,1,2 monster Chocolate Slime 1180,1,220000,50000 -#: mob_db.conf:7112 #: npc/001-12/_mobs.txt:7 #: npc/001-11/_mobs.txt:4 +#: mob_db.conf:7117 #: npc/018-1-1/_mobs.txt:6 #, no-c-format msgid "Chocolate Slime" msgstr "" #. code: Name: "Chocolate Slime Mother" -#: mob_db.conf:9842 +#: mob_db.conf:9847 #, no-c-format msgid "Chocolate Slime Mother" msgstr "" @@ -16861,8 +16894,8 @@ msgstr "" #: npc/guilds/exchange.txt:74 #: npc/commands/motd.txt:130 #: npc/items/books.txt:28 -#: npc/commands/event.txt:368 #: npc/items/books.txt:593 +#: npc/commands/event.txt:369 #, no-c-format msgid "Close" msgstr "" @@ -16903,9 +16936,9 @@ msgstr "" #. code: 012-1,44,56,21,41 monster Clover Patch 1028,3,60000,90000 #. code: 018-4,96,66,76,43 monster Clover Patch 1028,2,75000,35000 #. code: Name: "Clover Patch" -#: mob_db.conf:1153 #: npc/018-1/_mobs.txt:4 #: npc/012-1/_mobs.txt:5 +#: mob_db.conf:1154 #: npc/018-4/_mobs.txt:7 #, no-c-format msgid "Clover Patch" @@ -16937,10 +16970,10 @@ msgstr "" #. code: Name: "Cobalt Plant" #. code: 017-0,161,130,98,102 monster Cobalt Plant 1136,45,45000,45000 #. code: 014-1,95,58,105,59 monster Cobalt Plant 1136,2,45000,50000 -#: npc/014-1/_mobs.txt:9 +#: mob_db.conf:5686 #: npc/017-0/_mobs.txt:24 -#: mob_db.conf:5682 #: npc/014-2/_mobs.txt:9 +#: npc/014-1/_mobs.txt:9 #, no-c-format msgid "Cobalt Plant" msgstr "" @@ -17071,6 +17104,12 @@ msgstr "" msgid "Come back when you are stronger and we can trade." msgstr "" +#. code: mesq l("Come back when you are stronger, and I will give you a task."); +#: npc/007-1/tycoon.txt:164 +#, no-c-format +msgid "Come back when you are stronger, and I will give you a task." +msgstr "" + #. code: mesq l("Come back when you are stronger."); #: npc/009-3/kevin.txt:106 #, no-c-format @@ -17218,7 +17257,7 @@ msgid "Common Fluffy" msgstr "" #. code: Name: "Common Maggot" -#: mob_db.conf:1232 +#: mob_db.conf:1233 #, no-c-format msgid "Common Maggot" msgstr "" @@ -17230,7 +17269,7 @@ msgid "Common Mouboo" msgstr "" #. code: Name: "Common Scorpion" -#: mob_db.conf:2829 +#: mob_db.conf:2832 #, no-c-format msgid "Common Scorpion" msgstr "" @@ -17262,7 +17301,7 @@ msgid "Compact forge stones" msgstr "" #. code: if (ClientVersion >= 24) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); -#: npc/functions/clientversion.txt:1214 +#: npc/functions/clientversion.txt:1221 #, no-c-format msgid "Compatibility Support mode enabled. Client may crash AT RANDOM, beware." msgstr "" @@ -17557,13 +17596,13 @@ msgid "Copper Ore" msgstr "" #. code: l("Copper Ore -> Iron Ore"), IronOre, -#: npc/magic/transmigration.txt:99 +#: npc/magic/transmigration.txt:117 #, no-c-format msgid "Copper Ore -> Iron Ore" msgstr "" #. code: Name: "Copper Skull Slime" -#: mob_db.conf:10530 +#: mob_db.conf:10535 #, no-c-format msgid "Copper Skull Slime" msgstr "" @@ -17575,10 +17614,10 @@ msgstr "" #. code: 015-1,80,175,142,39 monster Copper Slime 1088,5,20000,45000 #. code: 008-2,119,244,23,13 monster Copper Slime 1088,1,25000,25000 #. code: 015-1,88,36,142,39 monster Copper Slime 1088,3,45000,40000 -#: npc/017-2-1/_mobs.txt:5 +#: mob_db.conf:3657 #: npc/015-5/_mobs.txt:17 -#: mob_db.conf:3654 #: npc/008-2/_mobs.txt:9 +#: npc/017-2-1/_mobs.txt:5 #: npc/015-1/_mobs.txt:5 #: npc/015-3/_mobs.txt:18 #: npc/015-1/_mobs.txt:12 @@ -17590,9 +17629,9 @@ msgstr "" #. code: 006-4,94,91,34,11 monster Copper Slime Mother 1238,1,75000,25000 #. code: Name: "Copper Slime Mother" #. code: 023-4,61,62,6,5 monster Copper Slime Mother 1238,1,30000,30000 -#: mob_db.conf:9687 #: npc/015-3/_mobs.txt:14 #: npc/023-4/_mobs.txt:3 +#: mob_db.conf:9692 #: npc/006-4/_mobs.txt:15 #, no-c-format msgid "Copper Slime Mother" @@ -17729,7 +17768,7 @@ msgid "Cotton Trousers" msgstr "" #. code: l("Could I go back to that cave? It's a good farm spot."), -#: npc/024-16/king.txt:203 +#: npc/024-16/king.txt:220 #, no-c-format msgid "Could I go back to that cave? It's a good farm spot." msgstr "" @@ -18004,7 +18043,7 @@ msgid "Crafting Max Stats" msgstr "" #. code: setnpcdialogtitle l("Crafting Recipes"); -#: npc/craft/recipes.txt:206 +#: npc/craft/recipes.txt:208 #, no-c-format msgid "Crafting Recipes" msgstr "" @@ -18134,7 +18173,7 @@ msgid "Crazy Rum" msgstr "" #. code: if (ClientVersion >= 24) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); -#: npc/functions/clientversion.txt:1215 +#: npc/functions/clientversion.txt:1222 #, no-c-format msgid "Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT." msgstr "" @@ -18231,8 +18270,8 @@ msgstr "" msgid "Crimson Dye" msgstr "" -#. code: rif(!(PCBONUS & PCB_CRITBONUS), l("Crit +5%")), PCB_CRITBONUS, -#: npc/functions/rebirth.txt:18 +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_CRITBONUS), l("Crit +5%")), PCB_CRITBONUS, +#: npc/functions/rebirth.txt:20 #, no-c-format msgid "Crit +5%" msgstr "" @@ -18433,7 +18472,7 @@ msgid "Current Magic Control" msgstr "" #. code: //mesq l("Current Quest Progress: @@/10,000 kills", .@p); -#: npc/functions/mobhunter.txt:205 +#: npc/functions/mobhunter.txt:273 #, no-c-format msgid "Current Quest Progress: @@/10,000 kills" msgstr "" @@ -18496,7 +18535,7 @@ msgid "Current drop rate is set to @@%, and will reset to @@% (default value) in msgstr "" #. code: mes l("Current event: @@", $EVENT$); -#: npc/commands/event.txt:279 +#: npc/commands/event.txt:280 #, no-c-format msgid "Current event: @@" msgstr "" @@ -18580,7 +18619,7 @@ msgid "Cursed Ammo Box" msgstr "" #. code: Name: "Cursed Archer Soldier" -#: mob_db.conf:13023 +#: mob_db.conf:13063 #, no-c-format msgid "Cursed Archer Soldier" msgstr "" @@ -18598,7 +18637,7 @@ msgid "Cursed Arrows" msgstr "" #. code: Name: "Cursed Foot Soldier" -#: mob_db.conf:12980 +#: mob_db.conf:13020 #, no-c-format msgid "Cursed Foot Soldier" msgstr "" @@ -18628,25 +18667,25 @@ msgid "Custom" msgstr "" #. code: l("Customize attack delay!"), // 2 -#: npc/commands/event.txt:193 +#: npc/commands/event.txt:194 #, no-c-format msgid "Customize attack delay!" msgstr "" #. code: l("Customize evasion!"), // 4 -#: npc/commands/event.txt:195 +#: npc/commands/event.txt:196 #, no-c-format msgid "Customize evasion!" msgstr "" #. code: l("Customize hit rate!"), // 3 -#: npc/commands/event.txt:194 +#: npc/commands/event.txt:195 #, no-c-format msgid "Customize hit rate!" msgstr "" #. code: l("Cut the chat short and go straight to the point!"), -#: npc/018-6-1/main.txt:273 +#: npc/018-6-1/main.txt:275 #, no-c-format msgid "Cut the chat short and go straight to the point!" msgstr "" @@ -18670,9 +18709,9 @@ msgstr "" #. code: 006-2-3,39,34,6,10 monster Cyan Butterfly 1172,2,30000,30000 #. code: 023-3,41,214,16,4 monster Cyan Butterfly 1172,2,30000,30000 #: npc/027-1/_mobs.txt:11 -#: mob_db.conf:6736 #: npc/006-2-3/_mobs.txt:5 #: npc/023-3/_mobs.txt:3 +#: mob_db.conf:6741 #: npc/017-1/_mobs.txt:2 #: npc/017-0/_mobs.txt:22 #, no-c-format @@ -18772,7 +18811,7 @@ msgstr "" #. code: l("Dagger"), Dagger; #. code: Name: "Dagger" #: item_db.conf:-1 -#: npc/020-5/bracco.txt:270 +#: npc/020-5/bracco.txt:312 #, no-c-format msgid "Dagger" msgstr "" @@ -18795,7 +18834,7 @@ msgid "Dah Yeti King!!" msgstr "" #. code: dispbottom l("Daily Event Bonus: %d Points!", $FYLOGIN_PTS); -#: npc/functions/aurora.txt:675 +#: npc/functions/aurora.txt:676 #, no-c-format msgid "Daily Event Bonus: %d Points!" msgstr "" @@ -18896,17 +18935,17 @@ msgstr "" #. code: 017-2-1,73,61,54,42 monster Dark Lizard 1051,32,25000,25000 #. code: 018-5-1,64,63,27,27 monster Dark Lizard 1051,10,30000,30000 -#. code: 015-5,154,55,33,43 monster Dark Lizard 1051,4,100000,30000 #. code: Name: "Dark Lizard" #. code: 001-6,135,117,11,12 monster Dark Lizard 1051,2,60000,60000 #. code: 018-3,37,61,1,1 monster Dark Lizard 1051,2,0,20000 #. code: 018-6-1,89,167,54,25 monster Dark Lizard 1051,8,30000,15000 +#. code: 015-5,154,55,33,43 monster Dark Lizard 1051,4,100000,30000 #. code: 001-6,30,31,11,12 monster Dark Lizard 1051,1,60000,90000 #. code: 017-2-2,70,55,14,20 monster Dark Lizard 1051,18,25000,25000 #. code: 018-3,81,91,1,1 monster Dark Lizard 1051,2,0,20000 #: npc/015-5/_mobs.txt:25 +#: mob_db.conf:2063 #: npc/018-6-1/_mobs.txt:11 -#: mob_db.conf:2061 #: npc/018-3/_mobs.txt:3 #: npc/001-6/_mobs.txt:11 #: npc/017-2-1/_mobs.txt:3 @@ -19023,7 +19062,7 @@ msgid "Deal. Here you go." msgstr "" #. code: mesq l("Deal. Pleasure doing business with you."); -#: npc/017-5/nahrec.txt:151 +#: npc/017-5/nahrec.txt:170 #, no-c-format msgid "Deal. Pleasure doing business with you." msgstr "" @@ -19041,7 +19080,7 @@ msgid "Dear @@, I send you this gift in hopes you do well in TMW2." msgstr "" #. code: Name: "Death Cat" -#: mob_db.conf:9342 +#: mob_db.conf:9347 #, no-c-format msgid "Death Cat" msgstr "" @@ -19122,7 +19161,7 @@ msgid "Deep sorrow and sadness, this is the Forgotten Shrine." msgstr "" #. code: rif(!(PCBONUS & PCB_DEFBONUS), l("Def +20")), PCB_DEFBONUS, -#: npc/functions/rebirth.txt:14 +#: npc/functions/rebirth.txt:13 #, no-c-format msgid "Def +20" msgstr "" @@ -19134,10 +19173,10 @@ msgid "Default" msgstr "" #. code: mesc l("Default: %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:204 -#: npc/commands/event.txt:225 -#: npc/commands/event.txt:218 -#: npc/commands/event.txt:211 +#: npc/commands/event.txt:219 +#: npc/commands/event.txt:205 +#: npc/commands/event.txt:226 +#: npc/commands/event.txt:212 #, no-c-format msgid "Default: %d, use 0 to cancel" msgstr "" @@ -19212,10 +19251,10 @@ msgstr "" msgid "Deliver @@ @@ to @@?" msgstr "" -#. code: mesq l("Deliver it to Zitoni on my name. He'll trust it. The relation between me and Zitoni... goes way back."); -#: npc/007-1/zarkor.txt:128 +#. code: mesq l("Deliver it to Zitoni in my name. He'll trust you. The relation between me and Zitoni... goes way back."); +#: npc/007-1/zarkor.txt:127 #, no-c-format -msgid "Deliver it to Zitoni on my name. He'll trust it. The relation between me and Zitoni... goes way back." +msgid "Deliver it to Zitoni in my name. He'll trust you. The relation between me and Zitoni... goes way back." msgstr "" #. code: mesc l("Deliver the %s to retrieve Miler's memeto?", getitemlink(SnakeSkin)), 1; @@ -19258,13 +19297,13 @@ msgid "Demure Card" msgstr "" #. code: Name: "Demure First Form" -#: mob_db.conf:11627 +#: mob_db.conf:11666 #, no-c-format msgid "Demure First Form" msgstr "" #. code: Name: "Demure Second Form" -#: mob_db.conf:11679 +#: mob_db.conf:11718 #, no-c-format msgid "Demure Second Form" msgstr "" @@ -19380,7 +19419,7 @@ msgid "Deposit." msgstr "" #. code: Name: "Der Schneemann" -#: mob_db.conf:12092 +#: mob_db.conf:12132 #, no-c-format msgid "Der Schneemann" msgstr "" @@ -19461,9 +19500,9 @@ msgstr "" #. code: 010-2,107,111,3,2 monster Desert Bandit 1124,1,35000,300000 #. code: 010-2,96,120,3,2 monster Desert Bandit 1124,1,35000,300000 #. code: 010-1,52,88,3,2 monster Desert Bandit 1124,2,35000,300000 +#. code: 032-1,0,0,0,0 monster Desert Bandit 1124,12,85000,50000 #. code: 010-1,114,48,3,2 monster Desert Bandit 1124,2,35000,300000 #. code: 011-3,38,146,19,11 monster Desert Bandit 1124,5,100000,30000 -#. code: 032-1,0,0,0,0 monster Desert Bandit 1124,12,85000,50000 #. code: 010-1-5,58,69,18,18 monster Desert Bandit 1124,3,35000,150000 #. code: 008-2,117,213,21,39 monster Desert Bandit 1124,3,25000,25000 #. code: 010-2,157,55,7,5 monster Desert Bandit 1124,3,35000,300000 @@ -19471,11 +19510,11 @@ msgstr "" #. code: 010-2,123,108,3,2 monster Desert Bandit 1124,2,35000,300000 #. code: Name: "Desert Bandit" #. code: 010-1,119,33,3,2 monster Desert Bandit 1124,1,35000,300000 +#: mob_db.conf:5181 #: npc/010-2/_mobs.txt:6 #: npc/010-2/_mobs.txt:4 #: npc/008-2/_mobs.txt:16 #: npc/011-3/_mobs.txt:10 -#: mob_db.conf:5177 #: npc/010-1-5/_mobs.txt:3 #: npc/010-1/_mobs.txt:8 #: npc/010-2/_mobs.txt:8 @@ -19503,9 +19542,9 @@ msgstr "" #. code: Name: "Desert Log Head" #. code: 008-2,119,93,21,77 monster Desert Log Head 1127,6,25000,25000 #. code: 004-2,94,56,42,32 monster Desert Log Head 1127,30,35000,150000 -#: npc/004-2/_mobs.txt:9 +#: mob_db.conf:5329 #: npc/008-2/_mobs.txt:15 -#: mob_db.conf:5325 +#: npc/004-2/_mobs.txt:9 #, no-c-format msgid "Desert Log Head" msgstr "" @@ -19524,7 +19563,6 @@ msgstr "" #. code: 010-1-1,124,52,4,3 monster Desert Maggot 1083,2,35000,150000 #. code: 004-2-2,55,25,4,3 monster Desert Maggot 1083,2,35000,150000 #. code: 010-1-3,32,46,4,3 monster Desert Maggot 1083,2,35000,150000 -#. code: 010-2,85,113,30,17 monster Desert Maggot 1083,20,35000,150000 #. code: 004-2-11,33,39,4,3 monster Desert Maggot 1083,2,35000,150000 #. code: 009-1,0,0,0,0 monster Desert Maggot 1083,45,35000,150000 #. code: Name: "Desert Maggot" @@ -19534,6 +19572,7 @@ msgstr "" #. code: 004-2-4,34,41,4,3 monster Desert Maggot 1083,2,35000,150000 #. code: 010-1-10,55,31,4,3 monster Desert Maggot 1083,2,35000,150000 #. code: 010-2-3,49,51,4,3 monster Desert Maggot 1083,2,35000,150000 +#. code: 010-2,85,113,30,17 monster Desert Maggot 1083,20,35000,150000 #. code: 010-1,121,78,4,25 monster Desert Maggot 1083,14,35000,150000 #. code: 004-2-3,94,28,4,3 monster Desert Maggot 1083,2,35000,150000 #. code: 010-2-16,105,40,4,3 monster Desert Maggot 1083,2,35000,150000 @@ -19550,7 +19589,6 @@ msgstr "" #: npc/010-1-5/_mobs.txt:8 #: npc/009-1/_mobs.txt:8 #: npc/010-2-3/_mobs.txt:9 -#: npc/010-1-3/_mobs.txt:5 #: npc/010-1-1/_mobs.txt:3 #: npc/010-1/_mobs.txt:18 #: npc/010-2/_mobs.txt:18 @@ -19560,23 +19598,24 @@ msgstr "" #: npc/010-1-4/_mobs.txt:6 #: npc/010-1-3/_mobs.txt:6 #: npc/010-2/_mobs.txt:17 +#: npc/010-1-3/_mobs.txt:5 #: npc/010-2/_mobs.txt:11 #: npc/010-2-16/_mobs.txt:3 #: npc/004-2-2/_mobs.txt:6 #: npc/007-1-2/_mobs.txt:4 -#: mob_db.conf:3408 #: npc/010-1/_mobs.txt:2 #: npc/010-1-3/_mobs.txt:7 #: npc/010-2/_mobs.txt:19 #: npc/010-1-4/_mobs.txt:5 #: npc/010-1/_mobs.txt:17 +#: npc/010-2-3/_mobs.txt:3 #: npc/004-2-9/_mobs.txt:2 #: npc/010-2-3/_mobs.txt:4 #: npc/010-2-16/_mobs.txt:4 #: npc/010-1-5/_mobs.txt:9 #: npc/004-2-3/_mobs.txt:2 #: npc/004-2-3/_mobs.txt:4 -#: npc/010-2-3/_mobs.txt:3 +#: mob_db.conf:3411 #: npc/004-2-11/_mobs.txt:4 #: npc/010-2-16/_mobs.txt:2 #: npc/010-1-1/_mobs.txt:4 @@ -19727,8 +19766,8 @@ msgstr "" #. code: 005-1,30,66,1,0 monster Diamond Bif 1108,1,35000,90000,Rosen::OnKillMBif #. code: Name: "Diamond Bif" +#: mob_db.conf:4526 #: npc/005-1/_mobs.txt:3 -#: mob_db.conf:4523 #, no-c-format msgid "Diamond Bif" msgstr "" @@ -19793,10 +19832,10 @@ msgstr "" msgid "Did I received any mail?" msgstr "" -#. code: mesq l("Did I said the best craftsman and craftswoman in the world are here? @@, the legendary bow, was proudly crafted by the first king of Frostia!", getitemlink(Tyranny)); +#. code: mesq l("Did I said the best craftspeople in the world are here? %s, the legendary bow, was proudly crafted by the first king of Frostia!", getitemlink(Tyranny)); #: npc/024-16/king.txt:55 #, no-c-format -msgid "Did I said the best craftsman and craftswoman in the world are here? @@, the legendary bow, was proudly crafted by the first king of Frostia!" +msgid "Did I said the best craftspeople in the world are here? %s, the legendary bow, was proudly crafted by the first king of Frostia!" msgstr "" #. code: mesq l("Did something happen?"); @@ -19829,6 +19868,18 @@ msgstr "" msgid "Did you bring me 7 @@?" msgstr "" +#. code: mesq l("Did you bring me everything I asked for?"); +#: npc/007-1/caelum.txt:75 +#, no-c-format +msgid "Did you bring me everything I asked for?" +msgstr "" + +#. code: mesq l("Did you bring me what I asked? You have %d/5 %s.", countitem(TreasureKey), getitemlink(TreasureKey)); +#: npc/012-2/helena.txt:122 +#, no-c-format +msgid "Did you bring me what I asked? You have %d/5 %s." +msgstr "" + #. code: mesq l("Did you bring the supplies?"); #: npc/018-5-4/elder.txt:86 #, no-c-format @@ -19868,7 +19919,6 @@ msgstr "" #. code: mesq l("Did you brought me everything I asked for?"); #: npc/010-2/sawis.txt:67 -#: npc/007-1/caelum.txt:75 #: npc/014-2-1/woody.txt:69 #, no-c-format msgid "Did you brought me everything I asked for?" @@ -20247,7 +20297,7 @@ msgid "Do it!" msgstr "" #. code: dispbottom col(l("Do not attempt to go there again."),1); -#: npc/012-2/door.txt:36 +#: npc/012-2/door.txt:39 #, no-c-format msgid "Do not attempt to go there again." msgstr "" @@ -20264,22 +20314,16 @@ msgstr "" msgid "Do not disconnect while waiting. You need 100% HP to donate." msgstr "" -#. code: mesq l("Do not enter in this storehouse, the maggots there will kill you."); -#: npc/005-1/zegas.txt:23 -#, no-c-format -msgid "Do not enter in this storehouse, the maggots there will kill you." -msgstr "" - #. code: l("Do not give your password to anybody! Keep it secret and try not to use the same one anywhere else in the future. - Juliet"), #: npc/002-3/note.txt:43 #, no-c-format msgid "Do not give your password to anybody! Keep it secret and try not to use the same one anywhere else in the future. - Juliet" msgstr "" -#. code: mesq l("Do not hesit to purchase furniture. The furniture belongs to the house, so if you lose the house, you'll lose it, too. But apartments are never rent to someone else!"); -#: npc/024-16/king.txt:83 +#. code: mesq l("Do not hesitate to purchase furniture, it will help you tremendously in preparing for your ardous journey."); +#: npc/024-16/king.txt:86 #, no-c-format -msgid "Do not hesit to purchase furniture. The furniture belongs to the house, so if you lose the house, you'll lose it, too. But apartments are never rent to someone else!" +msgid "Do not hesitate to purchase furniture, it will help you tremendously in preparing for your ardous journey." msgstr "" #. code: l("Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever."), @@ -20288,6 +20332,12 @@ msgstr "" msgid "Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever." msgstr "" +#. code: mesq l("Do not lose it. It is a very, very rare fungus you can only find on a tough monster, in a particularly dangerous area."); +#: npc/007-1/zarkor.txt:124 +#, no-c-format +msgid "Do not lose it. It is a very, very rare fungus you can only find on a tough monster, in a particularly dangerous area." +msgstr "" + #. code: mesq l("Do not open. Do not attempt to eat. Be careful with it, to don't cause any time paradoxes. I also heard a NPC may be interested on that, by the way!"); #: npc/017-6/sheila.txt:39 #, no-c-format @@ -20308,16 +20358,16 @@ msgstr "" msgid "Do not think you can defeat me yet!" msgstr "" -#. code: mesq lg("Do not worry with me, youngling... I'll be fine."); -#: npc/007-1/zarkor.txt:211 +#. code: mesq lg("Do not worry about me, youngling... I'll be fine."); +#: npc/007-1/zarkor.txt:209 #, no-c-format -msgid "Do not worry with me, youngling... I'll be fine.#0" +msgid "Do not worry about me, youngling... I'll be fine.#0" msgstr "" -#. code: mesq lg("Do not worry with me, youngling... I'll be fine."); -#: npc/007-1/zarkor.txt:211 +#. code: mesq lg("Do not worry about me, youngling... I'll be fine."); +#: npc/007-1/zarkor.txt:209 #, no-c-format -msgid "Do not worry with me, youngling... I'll be fine.#1" +msgid "Do not worry about me, youngling... I'll be fine.#1" msgstr "" #. code: l("Do not worry, I have them right here."), @@ -20468,12 +20518,6 @@ msgstr "" msgid "Do you know @@? It's a poisonous food you can't find around here. It can be made edible with special prepare." msgstr "" -#. code: mesq l("Do you know Land Of Fire Village? It is west of Hurnscald and is a major town."); -#: npc/024-16/king.txt:179 -#, no-c-format -msgid "Do you know Land Of Fire Village? It is west of Hurnscald and is a major town." -msgstr "" - #. code: rif(.@qs & BS_QVISITOR, l("Do you know anything about the strange visitor?")), #: npc/020-7-1/nea.txt:45 #: npc/020-7-1/janika.txt:68 @@ -20511,6 +20555,12 @@ msgstr "" msgid "Do you know something about 'Mylarin Dust'?" msgstr "" +#. code: mesq l("Do you know the Land Of Fire Village? It is west of Hurnscald and a major town."); +#: npc/024-16/king.txt:196 +#, no-c-format +msgid "Do you know the Land Of Fire Village? It is west of Hurnscald and a major town." +msgstr "" + #. code: mesq l("Do you know the warp crystals? We did them. Did you saw the great warp gate at the town entrance? It was us!"); #: npc/024-15/lilanna.txt:35 #, no-c-format @@ -20642,10 +20692,10 @@ msgstr "" msgid "Do you really have to ask? I am a fairy...*sigh*" msgstr "" -#. code: mesq l("Do you see that fancy house over there? My husband, @@, used to live there.", b(l("Saxso"))); +#. code: mesq l("Do you see that fancy house over there? My husband, %%s, used to live there.", b(l("Saxso"))); #: npc/005-1/zegas.txt:82 #, no-c-format -msgid "Do you see that fancy house over there? My husband, @@, used to live there." +msgid "Do you see that fancy house over there? My husband, %%s, used to live there." msgstr "" #. code: mesq l("Do you see the crocs, with their claws and hard shell? They have high defense, this means your attacks deal less damage."); @@ -20721,7 +20771,7 @@ msgid "Do you want any monster killed?" msgstr "" #. code: mesq l("Do you want me to prepare more chocolate box for you? For that I'll need:"); -#: npc/001-11/Soren.txt:15 +#: npc/001-11/Soren.txt:18 #, no-c-format msgid "Do you want me to prepare more chocolate box for you? For that I'll need:" msgstr "" @@ -20775,14 +20825,14 @@ msgid "Do you want to change your race?" msgstr "" #. code: mesq l("Do you want to craft @@? For that I will need @@ @@, @@ @@ and @@ gp.", -#: npc/017-5/nahrec.txt:168 #: npc/003-8/jhedia.txt:24 +#: npc/017-5/nahrec.txt:187 #, no-c-format msgid "Do you want to craft @@? For that I will need @@ @@, @@ @@ and @@ gp." msgstr "" #. code: mesq l("Do you want to craft @@? For that I will need:", getitemlink(.@prize)); -#: npc/020-5/bracco.txt:170 +#: npc/020-5/bracco.txt:212 #: npc/012-5/nicholas.txt:45 #: npc/017-4/pihro.txt:30 #: npc/017-5/silversmith.txt:23 @@ -20926,13 +20976,13 @@ msgid "Do you want to read the story again? Or should we get to the most obvious msgstr "" #. code: mesq l("Do you want to rent a Mouboo? It allows quick traveling!"); -#: npc/functions/mounts.txt:19 +#: npc/functions/mounts.txt:20 #, no-c-format msgid "Do you want to rent a Mouboo? It allows quick traveling!" msgstr "" #. code: mesq l("Do you want to rent a Tortuga? It allows quick traveling!"); -#: npc/functions/mounts.txt:66 +#: npc/functions/mounts.txt:68 #, no-c-format msgid "Do you want to rent a Tortuga? It allows quick traveling!" msgstr "" @@ -20999,6 +21049,12 @@ msgstr "" msgid "Doctor" msgstr "" +#. code: Name: "Dodge Donut" +#: item_db.conf:-1 +#, no-c-format +msgid "Dodge Donut" +msgstr "" + #. code: Name: "Dodge Potion" #. code: calcRecipe(CraftDodgePotion, 5, 20000, l("Dodge Potion")); #: item_db.conf:-1 @@ -21074,7 +21130,7 @@ msgid "Don't bother me, I'm busy right now. Since the Monster King left, I barel msgstr "" #. code: l("Don't break my stuff."); -#: npc/012-1/jack.txt:99 +#: npc/012-1/jack.txt:100 #, no-c-format msgid "Don't break my stuff." msgstr "" @@ -21165,13 +21221,13 @@ msgid "Don't pay." msgstr "" #. code: l("Don't rent a mouboo."), 0; -#: npc/functions/mounts.txt:27 +#: npc/functions/mounts.txt:28 #, no-c-format msgid "Don't rent a mouboo." msgstr "" #. code: l("Don't rent a tortuga."), 0; -#: npc/functions/mounts.txt:74 +#: npc/functions/mounts.txt:76 #, no-c-format msgid "Don't rent a tortuga." msgstr "" @@ -21238,10 +21294,10 @@ msgstr "" msgid "Don't worry if they don't correspond to you. Each box sent will grant you 1 event point." msgstr "" -#. code: l("Don't worry ma'm, I'll recover the Treasure Keys at once."), -#: npc/012-2/helena.txt:113 +#. code: l("Don't worry ma'am, I'll recover the Treasure Keys at once."), +#: npc/012-2/helena.txt:110 #, no-c-format -msgid "Don't worry ma'm, I'll recover the Treasure Keys at once." +msgid "Don't worry ma'am, I'll recover the Treasure Keys at once." msgstr "" #. code: l("Don't worry, I'll stay at the caves."), @@ -21450,8 +21506,8 @@ msgstr "" msgid "Doppelganger Waves Won: %s" msgstr "" -#. code: rif(!(PCBONUS & PCB_DOUBLEATK), l("Double Attack +5%")), PCB_DOUBLEATK, -#: npc/functions/rebirth.txt:19 +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_DOUBLEATK), l("Double Attack +5%")), PCB_DOUBLEATK, +#: npc/functions/rebirth.txt:21 #, no-c-format msgid "Double Attack +5%" msgstr "" @@ -21624,7 +21680,7 @@ msgid "Drains your MP bar to replenish target's. Doesn't go past 100%." msgstr "" #. code: Name: "Dreaded Pirate Marley" -#: mob_db.conf:12293 +#: mob_db.conf:12333 #, no-c-format msgid "Dreaded Pirate Marley" msgstr "" @@ -21753,20 +21809,21 @@ msgstr "" #. code: 001-12,87,148,71,10 monster Duck 1029,4,60000,120000 #. code: 027-1,128,25,12,6 monster Duck 1029,2,30000,30000 #. code: 018-5-4,46,50,26,30 monster Duck 1029,23,200000,35000 -#. code: Name: "Duck" #. code: 003-1,85,136,8,11 monster Duck 1029,2,30000,20000 #. code: 032-1,107,88,69,78 monster Duck 1029,12,30000,20000 #. code: 009-1,27,96,7,9 monster Duck 1029,2,60000,60000 #. code: 018-7,59,74,14,4 monster Duck 1029,6,200000,35000 #. code: 027-1,77,95,4,3 monster Duck 1029,2,60000,30000 +#. code: 004-2,56,98,1,1 monster Duck 1029,1,35000,150000 #. code: 008-1,60,78,35,22 monster Duck 1029,4,15000,25000 +#. code: Name: "Duck" #. code: 003-1,109,45,12,13 monster Duck 1029,4,30000,20000 #. code: 001-12,22,89,6,69 monster Duck 1029,4,60000,120000 #. code: rif(PDQ_CheckGHQ(Duck) >= 10000 && !countitem(DuckEgg), l("Duck")), #. code: 003-1,82,116,9,11 monster Duck 1029,4,30000,20000 -#. code: 004-2,56,98,1,1 monster Duck 1029,1,35000,150000 #: npc/018-7/_mobs.txt:2 #: npc/008-1/_mobs.txt:16 +#: mob_db.conf:1187 #: npc/003-1/_mobs.txt:14 #: npc/001-12/_mobs.txt:4 #: npc/027-1/_mobs.txt:6 @@ -21774,13 +21831,12 @@ msgstr "" #: npc/009-1/_mobs.txt:7 #: npc/004-2/_mobs.txt:10 #: npc/032-1/_mobs.txt:2 -#: npc/027-1/_mobs.txt:2 -#: mob_db.conf:1186 #: npc/003-1/_mobs.txt:5 #: npc/001-12/_mobs.txt:5 #: npc/003-1/_mobs.txt:13 #: npc/018-5-4/_mobs.txt:5 #: npc/018-7-1/_mobs.txt:4 +#: npc/027-1/_mobs.txt:2 #, no-c-format msgid "Duck" msgstr "" @@ -21991,7 +22047,7 @@ msgid "Dyrin The Traveler" msgstr "" #. code: default: mesq l("ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final."); break; -#: npc/019-4-1/chief.txt:316 +#: npc/019-4-1/chief.txt:325 #, no-c-format msgid "ENOUGH! LAME CHEATERS, GET OFF THIS GAME %%a That's 15 gifts, and it is final." msgstr "" @@ -22082,7 +22138,7 @@ msgid "EXPLOSIVE GUNSTAFF" msgstr "" #. code: mesc l("Each item have it's own tax."); -#: npc/020-5/bracco.txt:300 +#: npc/020-5/bracco.txt:342 #, no-c-format msgid "Each item have it's own tax." msgstr "" @@ -22130,7 +22186,7 @@ msgid "Earmuffs" msgstr "" #. code: Name: "Earth Element" -#: mob_db.conf:10855 +#: mob_db.conf:10866 #, no-c-format msgid "Earth Element" msgstr "" @@ -22139,10 +22195,10 @@ msgstr "" #. code: 015-5,186,64,113,48 monster Earth Fairy 1182,8,35000,35000 #. code: Name: "Earth Fairy" #. code: 018-2,108,64,12,11 monster Earth Fairy 1182,4,120000,40000 +#: mob_db.conf:7215 #: npc/015-5/_mobs.txt:18 #: npc/018-7/_mobs.txt:7 #: npc/018-2/_mobs.txt:5 -#: mob_db.conf:7210 #, no-c-format msgid "Earth Fairy" msgstr "" @@ -22224,7 +22280,7 @@ msgstr "" #. code: Name: "Easter Mouboo" #. code: 001-4,150,149,129,128 monster Easter Mouboo 1121,40,60000,120000 #: npc/001-4/_mobs.txt:7 -#: mob_db.conf:5039 +#: mob_db.conf:5042 #, no-c-format msgid "Easter Mouboo" msgstr "" @@ -22328,7 +22384,7 @@ msgid "Eight Maggots will rise from the ground and will start destroying the cro msgstr "" #. code: case 8: mesq l("Eight gifts. Let's double the goal. 25600 gifts. Did you guys hire some chinese gold farmers, anyway?"); break; -#: npc/019-4-1/chief.txt:309 +#: npc/019-4-1/chief.txt:318 #, no-c-format msgid "Eight gifts. Let's double the goal. 25600 gifts. Did you guys hire some chinese gold farmers, anyway?" msgstr "" @@ -22378,7 +22434,7 @@ msgstr "" #. code: 018-3,41,76,1,1 monster Electro Worm 1173,1,0,30000 #. code: Name: "Electro Worm" #: npc/018-3/_mobs.txt:13 -#: mob_db.conf:6779 +#: mob_db.conf:6784 #, no-c-format msgid "Electro Worm" msgstr "" @@ -22390,13 +22446,13 @@ msgid "Elen The Traveler" msgstr "" #. code: Name: "Elenium Bif" -#: mob_db.conf:9174 +#: mob_db.conf:9179 #, no-c-format msgid "Elenium Bif" msgstr "" #. code: case 11: mesq l("Eleven gifts? You guys really have no live! For 204,800 I'll give an extra one."); break; -#: npc/019-4-1/chief.txt:312 +#: npc/019-4-1/chief.txt:321 #, no-c-format msgid "Eleven gifts? You guys really have no live! For 204,800 I'll give an extra one." msgstr "" @@ -22432,7 +22488,7 @@ msgid "Elias gets a bit excited." msgstr "" #. code: Name: "Elite Duck" -#: mob_db.conf:10191 +#: mob_db.conf:10196 #, no-c-format msgid "Elite Duck" msgstr "" @@ -22562,7 +22618,7 @@ msgid "Email: @@" msgstr "" #. code: Name: "Emeald Bif" -#: mob_db.conf:4407 +#: mob_db.conf:4410 #, no-c-format msgid "Emeald Bif" msgstr "" @@ -22669,7 +22725,7 @@ msgid "Enchanted Herb Bag" msgstr "" #. code: //message strcharinfo(0), l("End status @@", .@qp); -#: npc/007-1/tycoon.txt:296 +#: npc/007-1/tycoon.txt:293 #: npc/005-4/rosen.txt:183 #: npc/005-7/trainer.txt:551 #, no-c-format @@ -22709,7 +22765,7 @@ msgstr "" #. code: @tinn_ba11=monster(.@mapn$, 41, 48, l("Energy Ball"), EnergyBall, 1); #: npc/003-9/scripted.txt:84 #: npc/003-9/scripted.txt:85 -#: mob_db.conf:8876 +#: mob_db.conf:8881 #, no-c-format msgid "Energy Ball" msgstr "" @@ -22859,7 +22915,7 @@ msgid "Epic Tortuga" msgstr "" #. code: Name: "Epiphany Wisp" -#: mob_db.conf:11068 +#: mob_db.conf:11094 #, no-c-format msgid "Epiphany Wisp" msgstr "" @@ -23028,7 +23084,7 @@ msgid "Eurni" msgstr "" #. code: rif(!(PCBONUS & PCB_EVDBONUS), l("Evasion +20")), PCB_EVDBONUS, -#: npc/functions/rebirth.txt:16 +#: npc/functions/rebirth.txt:14 #, no-c-format msgid "Evasion +20" msgstr "" @@ -23091,7 +23147,7 @@ msgid "Event Information" msgstr "" #. code: setnpcdialogtitle l("Event Management"); -#: npc/commands/event.txt:358 +#: npc/commands/event.txt:359 #, no-c-format msgid "Event Management" msgstr "" @@ -23257,7 +23313,7 @@ msgid "Evil Bullet" msgstr "" #. code: Name: "Evil Chest" -#: mob_db.conf:6129 +#: mob_db.conf:6133 #, no-c-format msgid "Evil Chest" msgstr "" @@ -23276,14 +23332,14 @@ msgstr "" #. code: Name: "Evil Scythe" #. code: 026-1,29,27,7,4 monster Evil Scythe 1036,8,100,900000 +#: mob_db.conf:1473 #: npc/026-1/_mobs.txt:9 -#: mob_db.conf:1472 #, no-c-format msgid "Evil Scythe" msgstr "" #. code: Name: "Evil Wisp" -#: mob_db.conf:10982 +#: mob_db.conf:11002 #, no-c-format msgid "Evil Wisp" msgstr "" @@ -23378,6 +23434,18 @@ msgstr "" msgid "Exchange the item with Leona?" msgstr "" +#. code: mesq l("Excuse me! Do you have a second?"); +#: npc/005-1/zegas.txt:28 +#, no-c-format +msgid "Excuse me! Do you have a second?" +msgstr "" + +#. code: mesq l("Excuse me! The storehouse is still overrun with house maggots."); +#: npc/005-1/zegas.txt:42 +#, no-c-format +msgid "Excuse me! The storehouse is still overrun with house maggots." +msgstr "" + #. code: l("Excuse me."), #: npc/003-6/cyndala.txt:29 #, no-c-format @@ -23523,7 +23591,7 @@ msgid "FINAL WARNING: Do not spend unecessary time on Soren's House, you'll be d msgstr "" #. code: Name: "Fafi Dragon" -#: mob_db.conf:7058 +#: mob_db.conf:7063 #, no-c-format msgid "Fafi Dragon" msgstr "" @@ -23565,7 +23633,7 @@ msgid "Fairies usually behaves well, but they hate snakes, so avoid casting halh msgstr "" #. code: Name: "Fairy's Squirrel" -#: mob_db.conf:2211 +#: mob_db.conf:2213 #, no-c-format msgid "Fairy's Squirrel" msgstr "" @@ -23595,8 +23663,8 @@ msgid "Falkrun" msgstr "" #. code: Name: "Fallen King" -#: mob_db.conf:3206 -#: mob_db.conf:3257 +#: mob_db.conf:3209 +#: mob_db.conf:3260 #, no-c-format msgid "Fallen King" msgstr "" @@ -23758,6 +23826,12 @@ msgstr "" msgid "Final: @@, @@" msgstr "" +#. code: mesq l("Finally! The regulars were close to rioting due to lack of ale."); +#: npc/012-2/helena.txt:136 +#, no-c-format +msgid "Finally! The regulars were close to rioting due to lack of ale." +msgstr "" + #. code: mes l("Find it, spin it, and be bestowed in golden rewards!"); #: npc/functions/news.txt:168 #, no-c-format @@ -23800,7 +23874,7 @@ msgid "Fire Breath Inn" msgstr "" #. code: Name: "Fire Element" -#: mob_db.conf:10771 +#: mob_db.conf:10776 #, no-c-format msgid "Fire Element" msgstr "" @@ -23813,7 +23887,7 @@ msgstr "" #. code: 011-3,51,113,3,4 monster Fire Fairy 1183,1,100000,30000 #: npc/011-3/_mobs.txt:20 #: npc/011-3/_mobs.txt:21 -#: mob_db.conf:7253 +#: mob_db.conf:7258 #: npc/007-2/_mobs.txt:8 #: npc/011-3/_mobs.txt:11 #: npc/018-7/_mobs.txt:6 @@ -23828,9 +23902,9 @@ msgstr "" #. code: 008-1,132,108,42,15 monster Fire Goblin 1067,4,15000,25000 #. code: 009-1,73,51,49,14 monster Fire Goblin 1067,12,45000,45000,Fisherman::OnKillFireGoblin #. code: Name: "Fire Goblin" -#: mob_db.conf:2646 #: npc/007-2/_mobs.txt:3 #: npc/011-3/_mobs.txt:3 +#: mob_db.conf:2649 #: npc/009-1/_mobs.txt:4 #: npc/004-1/_mobs.txt:7 #: npc/011-1/_mobs.txt:3 @@ -23848,7 +23922,7 @@ msgstr "" #. code: Name: "Fire Skull" #. code: 032-2,0,0,0,0 monster Fire Skull 1193,20,35000,120000 #. code: 015-1,167,36,11,13 monster Fire Skull 1193,1,35000,60000 -#: mob_db.conf:7634 +#: mob_db.conf:7639 #: npc/015-1/_mobs.txt:6 #: npc/032-2/_mobs.txt:5 #, no-c-format @@ -23856,7 +23930,7 @@ msgid "Fire Skull" msgstr "" #. code: mesc "----------"+l("Fire Staffs Recipes")+"----------", 2; -#: npc/craft/recipes.txt:255 +#: npc/craft/recipes.txt:257 #, no-c-format msgid "Fire Staffs Recipes" msgstr "" @@ -23936,7 +24010,7 @@ msgid "First and foremost, you should get yourself some reputation. I mean, righ msgstr "" #. code: mesc l("First of all: Welcome! Your level was temporaly modified, it'll be reverted once event is over."), 3; -#: npc/functions/clientversion.txt:1160 +#: npc/functions/clientversion.txt:1167 #, no-c-format msgid "First of all: Welcome! Your level was temporaly modified, it'll be reverted once event is over." msgstr "" @@ -24178,7 +24252,7 @@ msgid "Foolish mortal, who doesn't knows what you are doing!" msgstr "" #. code: mesc "----------"+l("Footwear Recipes")+"----------", 2; -#: npc/craft/recipes.txt:310 +#: npc/craft/recipes.txt:312 #, no-c-format msgid "Footwear Recipes" msgstr "" @@ -24351,10 +24425,10 @@ msgstr "" msgid "For sure the chef of Nard's ship could spare you a pair of gloves." msgstr "" -#. code: mesq l("For that, I need to light five torches. The pentagram, the magic, and all the else are with me. Just light the torches."); -#: npc/007-1/zarkor.txt:108 +#. code: mesq l("For that, I need to light the five torches. I already prepared everything, so you do not need to do anything else. Just light the torches."); +#: npc/007-1/zarkor.txt:107 #, no-c-format -msgid "For that, I need to light five torches. The pentagram, the magic, and all the else are with me. Just light the torches." +msgid "For that, I need to light the five torches. I already prepared everything, so you do not need to do anything else. Just light the torches." msgstr "" #. code: mesq l("For that, I use a special currency - Aethyr points. You can trade rare items for points. I also sell one point for %d GP. So, what will it me?", .price); @@ -24466,8 +24540,8 @@ msgstr "" #. code: 017-0,144,107,25,49 monster Forain 1061,12,60000,45000 #: npc/017-0/_mobs.txt:12 #: npc/025-2/_mobs.txt:2 -#: mob_db.conf:2379 #: npc/soren/_mobs.txt:3 +#: mob_db.conf:2382 #, no-c-format msgid "Forain" msgstr "" @@ -24501,9 +24575,9 @@ msgstr "" #: npc/017-1/pet_detective.txt:65 #: npc/014-4/_mobs.txt:4 #: npc/017-0/_mobs.txt:8 -#: mob_db.conf:2332 #: npc/014-5/_mobs.txt:6 #: npc/014-3/_mobs.txt:3 +#: mob_db.conf:2335 #, no-c-format msgid "Forest Mushroom" msgstr "" @@ -24518,8 +24592,8 @@ msgstr "" #: npc/018-5-4/_mobs.txt:7 #: npc/018-7-1/_mobs.txt:3 #: npc/006-2/_mobs.txt:2 -#: mob_db.conf:8074 #: npc/018-7/_mobs.txt:3 +#: mob_db.conf:8079 #: npc/006-2/_mobs.txt:6 #: npc/006-2-5/_mobs.txt:2 #, no-c-format @@ -24573,7 +24647,7 @@ msgid "Fortiun" msgstr "" #. code: Name: "Fortress Gate" -#: mob_db.conf:10287 +#: mob_db.conf:10292 #, no-c-format msgid "Fortress Gate" msgstr "" @@ -24585,7 +24659,7 @@ msgid "Fortress Island" msgstr "" #. code: Name: "Fortress Statue" -#: mob_db.conf:10310 +#: mob_db.conf:10315 #, no-c-format msgid "Fortress Statue" msgstr "" @@ -24688,10 +24762,10 @@ msgstr "" msgid "From magical gates to ancient time-space technology - we know it all!" msgstr "" -#. code: mesq l("From the smell I can see you found the bug bomb!"); +#. code: mesq l("From the smell I know you found the bug bomb!"); #: npc/005-1/zegas.txt:68 #, no-c-format -msgid "From the smell I can see you found the bug bomb!" +msgid "From the smell I know you found the bug bomb!" msgstr "" #. code: npctalk3 l("From the time you come from, the Moubootaur has escaped its chains."); @@ -24715,8 +24789,10 @@ msgstr "" #. code: msObjective(reputation("Frostia") >= 100, l("* become @@ Hero", l("Frostia"))); #. code: rif(TELEPORTERS & TP_FROST && .@IF != TP_FROST, l("Frostia")), TP_FROST, #. code: mesc l("%s Hero", l("Frostia")); +#. code: mesq l("Please kill %d/%d %s for us and make %s a safer place!", .@q3, 50, getmonsterlink(.@q2), l("Frostia")); #: npc/items/books.txt:533 #: npc/functions/teleporter.txt:33 +#: npc/024-16/generals.txt:45 #: npc/012-1/milly.txt:39 #, no-c-format msgid "Frostia" @@ -24736,7 +24812,7 @@ msgstr "" #. code: Name: "Frostia Guard" #. code: 024-1,93,73,0 script Frostia Guard NPC_ELF,{ -#: mob_db.conf:3308 +#: mob_db.conf:3311 #: npc/024-1/guard.txt:6 #, no-c-format msgid "Frostia Guard" @@ -24786,7 +24862,7 @@ msgid "Frostia's Nurse" msgstr "" #. code: Name: "Frozen Squirrel" -#: mob_db.conf:2179 +#: mob_db.conf:2181 #, no-c-format msgid "Frozen Squirrel" msgstr "" @@ -24917,7 +24993,7 @@ msgid "GM Cap" msgstr "" #. code: Name: "GM Gift Box" -#: mob_db.conf:6650 +#: mob_db.conf:6655 #, no-c-format msgid "GM Gift Box" msgstr "" @@ -25064,22 +25140,22 @@ msgstr "" #. code: 014-1,66,53,43,62 monster Gamboge Plant 1134,3,45000,50000 #. code: Name: "Gamboge Plant" #. code: 014-2,154,66,137,117 monster Gamboge Plant 1134,3,45000,50000 +#: mob_db.conf:5642 #: npc/017-0/_mobs.txt:25 #: npc/014-2/_mobs.txt:11 #: npc/014-1/_mobs.txt:11 -#: mob_db.conf:5638 #, no-c-format msgid "Gamboge Plant" msgstr "" #. code: Name: "Game Master" -#: mob_db.conf:12654 +#: mob_db.conf:12694 #, no-c-format msgid "Game Master" msgstr "" #. code: Name: "Game Mistress" -#: mob_db.conf:12675 +#: mob_db.conf:12715 #, no-c-format msgid "Game Mistress" msgstr "" @@ -25141,13 +25217,13 @@ msgid "General Information" msgstr "" #. code: Name: "General Krukan" -#: mob_db.conf:13066 +#: mob_db.conf:13106 #, no-c-format msgid "General Krukan" msgstr "" #. code: Name: "General Razha" -#: mob_db.conf:13110 +#: mob_db.conf:13150 #, no-c-format msgid "General Razha" msgstr "" @@ -25159,7 +25235,7 @@ msgid "General Store#dimond" msgstr "" #. code: Name: "General Terogan" -#: mob_db.conf:13156 +#: mob_db.conf:13196 #, no-c-format msgid "General Terogan" msgstr "" @@ -25261,7 +25337,7 @@ msgid "Ghada" msgstr "" #. code: Name: "Giant Cave Maggot" -#: mob_db.conf:7833 +#: mob_db.conf:7838 #, no-c-format msgid "Giant Cave Maggot" msgstr "" @@ -25278,8 +25354,8 @@ msgstr "" #: npc/008-2/_mobs.txt:6 #: npc/010-2-9/_mobs.txt:4 #: npc/003-1/_mobs.txt:6 +#: mob_db.conf:1278 #: npc/004-1/_mobs.txt:5 -#: mob_db.conf:1277 #, no-c-format msgid "Giant Maggot" msgstr "" @@ -25295,7 +25371,7 @@ msgstr "" #. code: 001-6,147,139,38,42 monster Giant Mutated Bat 1044,4,60000,60000 #: npc/001-6/_mobs.txt:4 #: npc/018-4-1/_mobs.txt:6 -#: mob_db.conf:1839 +#: mob_db.conf:1841 #, no-c-format msgid "Giant Mutated Bat" msgstr "" @@ -25463,7 +25539,7 @@ msgid "Glad to hear. I swear, the fish I picked before you arrive was THAT big!" msgstr "" #. code: Name: "Gladiator" -#: mob_db.conf:12613 +#: mob_db.conf:12653 #, no-c-format msgid "Gladiator" msgstr "" @@ -25481,7 +25557,7 @@ msgid "Gloves" msgstr "" #. code: mesc "----------"+l("Gloves Recipes")+"----------", 2; -#: npc/craft/recipes.txt:301 +#: npc/craft/recipes.txt:303 #, no-c-format msgid "Gloves Recipes" msgstr "" @@ -25610,7 +25686,7 @@ msgid "Go through the waterfall path." msgstr "" #. code: mesq l("Go to the townhall there and show the mayor this other letter."); -#: npc/024-16/king.txt:185 +#: npc/024-16/king.txt:202 #, no-c-format msgid "Go to the townhall there and show the mayor this other letter." msgstr "" @@ -25623,15 +25699,25 @@ msgid "Go very close to it and, speak the four four-letters magic words, pour so msgstr "" #. code: mesc l("Goal: @@/@@ reached!", .@new, 10000), 2; +#. code: mesc l("Goal: @@/@@ reached!", .@new, 3000), 2; #. code: mesc l("Goal: @@/@@ reached!", .@new, 1000), 2; -#. code: mesc l("Goal: @@/@@ reached!", .@new, 2500), 2; -#. code: mesc l("Goal: @@/@@ reached!", .@new, 7500), 2; #. code: mesc l("Goal: @@/@@ reached!", .@new, 5000), 2; -#: npc/functions/mobhunter.txt:146 -#: npc/functions/mobhunter.txt:136 -#: npc/functions/mobhunter.txt:116 -#: npc/functions/mobhunter.txt:126 -#: npc/functions/mobhunter.txt:156 +#. code: mesc l("Goal: @@/@@ reached!", .@new, 7000), 2; +#. code: mesc l("Goal: @@/@@ reached!", .@new, 6000), 2; +#. code: mesc l("Goal: @@/@@ reached!", .@new, 2000), 2; +#. code: mesc l("Goal: @@/@@ reached!", .@new, 8000), 2; +#. code: mesc l("Goal: @@/@@ reached!", .@new, 4000), 2; +#. code: mesc l("Goal: @@/@@ reached!", .@new, 9000), 2; +#: npc/functions/mobhunter.txt:144 +#: npc/functions/mobhunter.txt:175 +#: npc/functions/mobhunter.txt:201 +#: npc/functions/mobhunter.txt:185 +#: npc/functions/mobhunter.txt:154 +#: npc/functions/mobhunter.txt:211 +#: npc/functions/mobhunter.txt:128 +#: npc/functions/mobhunter.txt:118 +#: npc/functions/mobhunter.txt:221 +#: npc/functions/mobhunter.txt:164 #, no-c-format msgid "Goal: @@/@@ reached!" msgstr "" @@ -25648,8 +25734,8 @@ msgstr "" #. code: 018-3,31,28,1,1 monster Gobo Bear 1214,1,0,20000 #: npc/018-3/_mobs.txt:16 #: npc/015-3/_mobs.txt:15 -#: mob_db.conf:8618 #: npc/025-2/_mobs.txt:5 +#: mob_db.conf:8623 #, no-c-format msgid "Gobo Bear" msgstr "" @@ -25699,7 +25785,7 @@ msgid "Gold Ore" msgstr "" #. code: l("Gold Ore -> Silver Ore"), SilverOre, -#: npc/magic/transmigration.txt:97 +#: npc/magic/transmigration.txt:115 #, no-c-format msgid "Gold Ore -> Silver Ore" msgstr "" @@ -25745,8 +25831,8 @@ msgid "Golden Chainmail" msgstr "" #. code: Name: "Golden Chest" -#: mob_db.conf:6475 -#: mob_db.conf:5914 +#: mob_db.conf:6479 +#: mob_db.conf:5918 #, no-c-format msgid "Golden Chest" msgstr "" @@ -25800,11 +25886,11 @@ msgstr "" #. code: Name: "Golden Scorpion" #. code: 004-1,112,113,12,5 monster Golden Scorpion 1078,1,99000,300000 #. code: 010-2-12,44,40,12,11 monster Golden Scorpion 1078,1,40000,200000 -#: mob_db.conf:3159 +#: npc/010-2-12/_mobs.txt:2 #: npc/004-1/_mobs.txt:6 #: npc/018-4/_mobs.txt:2 +#: mob_db.conf:3162 #: npc/018-4-1/_mobs.txt:5 -#: npc/010-2-12/_mobs.txt:2 #, no-c-format msgid "Golden Scorpion" msgstr "" @@ -25816,7 +25902,7 @@ msgid "Golden Scorpion Claw" msgstr "" #. code: l("Golden Scorpion Claw -> Black Scorpion Claw"), BlackScorpionClaw, -#: npc/magic/transmigration.txt:85 +#: npc/magic/transmigration.txt:95 #, no-c-format msgid "Golden Scorpion Claw -> Black Scorpion Claw" msgstr "" @@ -25834,7 +25920,7 @@ msgid "Golden Warlord Plate" msgstr "" #. code: Name: "Golem" -#: mob_db.conf:10721 +#: mob_db.conf:10726 #, no-c-format msgid "Golem" msgstr "" @@ -25925,6 +26011,18 @@ msgstr "" msgid "Good day sir.#1" msgstr "" +#. code: mesq lg("Good day, adventureress.", "Good day, adventurer."); +#: npc/012-2/helena.txt:74 +#, no-c-format +msgid "Good day, adventurer.#1" +msgstr "" + +#. code: mesq lg("Good day, adventureress.", "Good day, adventurer."); +#: npc/012-2/helena.txt:74 +#, no-c-format +msgid "Good day, adventureress.#0" +msgstr "" + #. code: mesq l("Good job collecting the monster points for me. Here's your reward."); #: npc/012-1/guards.txt:71 #, no-c-format @@ -26035,7 +26133,7 @@ msgid "Good luck killing it! And don't forget to touch the Soul Menhir before yo msgstr "" #. code: mesq l("Good luck on your journey!"); -#: npc/024-16/king.txt:191 +#: npc/024-16/king.txt:208 #, no-c-format msgid "Good luck on your journey!" msgstr "" @@ -26086,7 +26184,7 @@ msgid "Good luck! Come for remuneration when you finish!" msgstr "" #. code: mesq l("Good luck! Don't come back until you reach 10000 kills!"); -#: npc/functions/mobhunter.txt:239 +#: npc/functions/mobhunter.txt:307 #, no-c-format msgid "Good luck! Don't come back until you reach 10000 kills!" msgstr "" @@ -26109,10 +26207,16 @@ msgstr "" msgid "Good luck, @@!" msgstr "" -#. code: mesq l("Good luck, because you'll need it. Talk to me once all of them are lit, and I'll SUMMON DAH MONSTER KING."); -#: npc/007-1/zarkor.txt:149 +#. code: mesq l("Good luck, because you'll need it. Talk to me once all of them are lit, and I'll SUMMON THE MONSTER KING."); +#: npc/007-1/zarkor.txt:148 +#, no-c-format +msgid "Good luck, because you'll need it. Talk to me once all of them are lit, and I'll SUMMON THE MONSTER KING." +msgstr "" + +#. code: mesq l("Good luck, you'll need it. This is a difficult task, so don't hesitate in running away if you need to."); +#: npc/012-2/helena.txt:255 #, no-c-format -msgid "Good luck, because you'll need it. Talk to me once all of them are lit, and I'll SUMMON DAH MONSTER KING." +msgid "Good luck, you'll need it. This is a difficult task, so don't hesitate in running away if you need to." msgstr "" #. code: mes l("Good luck."); @@ -26158,7 +26262,7 @@ msgid "Good work with the slimes. This will make our task much easier." msgstr "" #. code: l("Good!"), // 1 -#: npc/commands/event.txt:192 +#: npc/commands/event.txt:193 #, no-c-format msgid "Good!" msgstr "" @@ -26187,10 +26291,10 @@ msgstr "" msgid "Good, I need to talk with the King." msgstr "" -#. code: mesq l("Good, good, you have enough powder. Now I need you to lit all five torches with them."); -#: npc/007-1/zarkor.txt:140 +#. code: mesq l("Good, good, you have enough powder. Now I need you to light all five torches with them."); +#: npc/007-1/zarkor.txt:139 #, no-c-format -msgid "Good, good, you have enough powder. Now I need you to lit all five torches with them." +msgid "Good, good, you have enough powder. Now I need you to light all five torches with them." msgstr "" #. code: mesq l("Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!"); @@ -26248,7 +26352,7 @@ msgid "Good. I hope you have stocked everything. The time limit is 4 hours." msgstr "" #. code: mesq l("Good. You look like a real miner! Take this @@ and go mine bifs!", getitemlink(Pickaxe)); -#: npc/007-1/tycoon.txt:224 +#: npc/007-1/tycoon.txt:223 #, no-c-format msgid "Good. You look like a real miner! Take this @@ and go mine bifs!" msgstr "" @@ -26317,7 +26421,7 @@ msgid "Grand Hunter Quest" msgstr "" #. code: dispbottom l("Grand Hunter Quest: @@/10,000", format_number(.@ghd)); -#: npc/functions/mobhunter.txt:257 +#: npc/functions/mobhunter.txt:325 #, no-c-format msgid "Grand Hunter Quest: @@/10,000" msgstr "" @@ -26363,9 +26467,9 @@ msgstr "" #. code: 011-3,38,54,24,14 monster Grass Snake 1169,4,100000,30000 #. code: 018-5,66,84,25,18 monster Grass Snake 1169,8,10000,10000 #. code: 018-2,91,89,36,12 monster Grass Snake 1169,6,120000,40000 +#: mob_db.conf:6609 #: npc/018-2/_mobs.txt:6 #: npc/011-3/_mobs.txt:16 -#: mob_db.conf:6604 #: npc/018-5/_mobs.txt:3 #, no-c-format msgid "Grass Snake" @@ -26377,10 +26481,10 @@ msgstr "" msgid "Great Hero" msgstr "" -#. code: Name: "Great Mouboo Slime" #. code: 025-2-4,44,30,9,7 monster Great Mouboo Slime 1247,3,80000,10000 +#. code: Name: "Great Mouboo Slime" #: npc/025-2-4/_mobs.txt:7 -#: mob_db.conf:10142 +#: mob_db.conf:10147 #, no-c-format msgid "Great Mouboo Slime" msgstr "" @@ -26397,6 +26501,12 @@ msgstr "" msgid "Great Tree#296to297" msgstr "" +#. code: mesq l("Great job. I was worried you would ruin their hoods in combat."); +#: npc/012-2/helena.txt:211 +#, no-c-format +msgid "Great job. I was worried you would ruin their hoods in combat." +msgstr "" + #. code: mesq l("Great news! Then please bring me 1 @@, or 200 @@ @@ 20 @@.", getitemlink(DivineApple), getitemlink(SilkCocoon), b(l("and")), getitemlink(ChocolateMouboo)); #: npc/027-1/laura.txt:104 #, no-c-format @@ -26453,7 +26563,7 @@ msgid "Great, I need 11 @@. Only good food makes a good crew." msgstr "" #. code: mesq l("Great, I see you've already made yourself comfortable!"); -#: npc/024-16/king.txt:80 +#: npc/024-16/king.txt:83 #, no-c-format msgid "Great, I see you've already made yourself comfortable!" msgstr "" @@ -26493,17 +26603,17 @@ msgstr "" msgid "Green 4144" msgstr "" -#. code: 003-2-1,46,45,16,11 monster Green Dragon 1195,5,3600,36000,NotSoBot::OnHydra #. code: 006-4,94,85,35,6 monster Green Dragon 1195,6,75000,105000 #. code: 018-2,93,37,29,10 monster Green Dragon 1195,2,120000,40000 +#. code: 003-2-1,46,45,16,11 monster Green Dragon 1195,5,3600,36000,NotSoBot::OnHydra #. code: 018-5,58,83,18,22 monster Green Dragon 1195,4,60000,0 #. code: Name: "Green Dragon" #. code: 006-4,95,66,39,11 monster Green Dragon 1195,6,75000,105000 #. code: rif(PDQ_CheckGHQ(GreenDragon) >= 10000 && !countitem(DragonHorn), l("Green Dragon")), #: npc/018-5/_mobs.txt:7 #: npc/006-4/_mobs.txt:16 +#: mob_db.conf:7738 #: npc/003-2-1/_mobs.txt:2 -#: mob_db.conf:7733 #: npc/018-2/_mobs.txt:4 #: npc/017-1/pet_detective.txt:70 #: npc/006-4/_mobs.txt:8 @@ -26524,7 +26634,7 @@ msgid "Green Eggshell Hat" msgstr "" #. code: Name: "Green Skull Slime" -#: mob_db.conf:10481 +#: mob_db.conf:10486 #, no-c-format msgid "Green Skull Slime" msgstr "" @@ -26533,8 +26643,8 @@ msgstr "" #. code: Name: "Green Slime" #. code: 008-2,86,172,10,54 monster Green Slime 1085,6,25000,25000 #. code: 015-3,142,31,24,14 monster Green Slime 1085,5,30000,40000 +#: mob_db.conf:3506 #: npc/015-3/_mobs.txt:3 -#: mob_db.conf:3503 #: npc/015-1/_mobs.txt:13 #: npc/008-2/_mobs.txt:22 #, no-c-format @@ -26549,6 +26659,7 @@ msgstr "" #. code: 006-4,66,203,15,11 monster Green Slime Mother 1236,3,75000,25000 #. code: Name: "Green Slime Mother" #. code: 006-4-1,55,46,31,11 monster Green Slime Mother 1236,6,75000,25000 +#: mob_db.conf:9595 #: npc/032-2/_mobs.txt:6 #: npc/006-4/_mobs.txt:10 #: npc/006-4-1/_mobs.txt:3 @@ -26556,7 +26667,6 @@ msgstr "" #: npc/006-4/_mobs.txt:12 #: npc/006-4/_mobs.txt:9 #: npc/006-4/_mobs.txt:13 -#: mob_db.conf:9590 #, no-c-format msgid "Green Slime Mother" msgstr "" @@ -26574,7 +26684,7 @@ msgid "Green Wars project says that @@ trees were planted by adventurers on the msgstr "" #. code: Name: "Greenhorn Abomination" -#: mob_db.conf:11496 +#: mob_db.conf:11533 #, no-c-format msgid "Greenhorn Abomination" msgstr "" @@ -26682,9 +26792,9 @@ msgstr "" #: npc/015-3-3/_mobs.txt:8 #: npc/015-3-3/_mobs.txt:5 #: npc/015-3-2/_mobs.txt:9 +#: mob_db.conf:12285 #: npc/015-3-3/_mobs.txt:11 #: npc/015-3-2/_mobs.txt:2 -#: mob_db.conf:12245 #, no-c-format msgid "Grenadier" msgstr "" @@ -27117,12 +27227,12 @@ msgstr "" msgid "Guild Information" msgstr "" -#. code: mesc l("Guild Level is not enough: @@/@@", .@gid_lv, .@min_lv); -#. code: mesc l("Guild Level is not enough: @@/@@", .@cur_lv, .@min_lv); -#: npc/guilds/logs.txt:107 +#. code: mesc l("Guild Level is not high enough: %d/%d", .@cur_lv, .@min_lv); +#. code: mesc l("Guild Level is not high enough: %d/%d", .@gid_lv, .@min_lv); #: npc/guilds/logs.txt:391 +#: npc/guilds/logs.txt:107 #, no-c-format -msgid "Guild Level is not enough: @@/@@" +msgid "Guild Level is not high enough: %d/%d" msgstr "" #. code: guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ @@ -27282,7 +27392,7 @@ msgid "Gwendolyn takes an analyzing look at you. Then she nods." msgstr "" #. code: mesq l("HA, HA, HA! The blacksmiths from the Land of Fire are the best from the world! There's no challenge too big for us!"); -#: npc/functions/refine.txt:140 +#: npc/functions/refine.txt:141 #, no-c-format msgid "HA, HA, HA! The blacksmiths from the Land of Fire are the best from the world! There's no challenge too big for us!" msgstr "" @@ -27294,7 +27404,7 @@ msgid "HAHAHAHA! How foolish of you, didn't even bother trying to sneak in!" msgstr "" #. code: mesq l("HAHAHAHAH! Shiny as new, and stronger than ever! Have fun!"); -#: npc/functions/refine.txt:155 +#: npc/functions/refine.txt:156 #, no-c-format msgid "HAHAHAHAH! Shiny as new, and stronger than ever! Have fun!" msgstr "" @@ -27351,7 +27461,7 @@ msgid "HOLD THAT! I actually like to drink, and spend some drinking nights with msgstr "" #. code: rif(!(PCBONUS & PCB_HPBONUS), l("HP +500")), PCB_HPBONUS, -#: npc/functions/rebirth.txt:21 +#: npc/functions/rebirth.txt:16 #, no-c-format msgid "HP +500" msgstr "" @@ -27368,12 +27478,6 @@ msgstr "" msgid "Haha yes, you are right!" msgstr "" -#. code: l("Haha, Nice, but how do you do that?"), L_Next; -#: npc/007-1/dracoula.txt:53 -#, no-c-format -msgid "Haha, Nice, but how do you do that?" -msgstr "" - #. code: l("Haha, as if I believe you."); #: npc/012-7/celestia.txt:279 #, no-c-format @@ -27381,7 +27485,7 @@ msgid "Haha, as if I believe you." msgstr "" #. code: mesq l("Haha, no, I'm not! But we found traces of them."); -#: npc/007-1/tycoon.txt:269 +#: npc/007-1/tycoon.txt:267 #, no-c-format msgid "Haha, no, I'm not! But we found traces of them." msgstr "" @@ -27393,7 +27497,7 @@ msgid "Haha, this wooden figurine won't do the job, sorry." msgstr "" #. code: case 4: mesq l("Hahah, four gifts, neat! Can we get to 1600 boxes?"); break; -#: npc/019-4-1/chief.txt:305 +#: npc/019-4-1/chief.txt:314 #, no-c-format msgid "Hahah, four gifts, neat! Can we get to 1600 boxes?" msgstr "" @@ -27465,7 +27569,7 @@ msgid "Half Eggshell" msgstr "" #. code: Name: "Halin Guard" -#: mob_db.conf:3358 +#: mob_db.conf:3361 #, no-c-format msgid "Halin Guard" msgstr "" @@ -27748,7 +27852,7 @@ msgid "Have a good time fishing!" msgstr "" #. code: dispbottom l("Have a nice @@ day!", $EVENT$); -#: npc/commands/event.txt:535 +#: npc/commands/event.txt:536 #, no-c-format msgid "Have a nice @@ day!" msgstr "" @@ -27899,6 +28003,12 @@ msgstr "" msgid "Having magic power is useless by itself, so you must visit the Academy. I guess that involves approval and acknowledgment of the Mage Council that you are a mage!" msgstr "" +#. code: mesq l("He died many moons ago and his masterwork, Tyranny, will remain one of a kind forever... That is why we call it a ")+b(l("legendary weapon")+"."); +#: npc/024-16/king.txt:58 +#, no-c-format +msgid "He died many moons ago and his masterwork, Tyranny, will remain one of a kind forever... That is why we call it a " +msgstr "" + #. code: mesq lg("He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly."); #: npc/005-7/trainer.txt:202 #, no-c-format @@ -27947,12 +28057,6 @@ msgstr "" msgid "He is my grand-grand-grandfather! The might Kfahr, with his friend Braknar, and heroes from Tulimshar legends." msgstr "" -#. code: mesq l("He is not alive anymore, so only a single bow of those exist in the whole world... That is why we call it a ")+b(l("legendary weapon")); -#: npc/024-16/king.txt:58 -#, no-c-format -msgid "He is not alive anymore, so only a single bow of those exist in the whole world... That is why we call it a " -msgstr "" - #. code: mesq l("He is strong though, so keep your party together!"); #: npc/008-1/master.txt:54 #: npc/008-2/master.txt:67 @@ -27960,10 +28064,10 @@ msgstr "" msgid "He is strong though, so keep your party together!" msgstr "" -#. code: mesq l("He is the Miners leader."); -#: npc/007-1/dracoula.txt:131 +#. code: mesq l("He is the leader of us miners."); +#: npc/007-1/dracoula.txt:128 #, no-c-format -msgid "He is the Miners leader." +msgid "He is the leader of us miners." msgstr "" #. code: mesc l("He just abandoned this place and left everything behind... It's suspicious at best. You don't think anyone will be able to decrypt the secrets of Artificial Lifeforms."); @@ -27978,6 +28082,12 @@ msgstr "" msgid "He laughs heartily and gives you a slap on the back." msgstr "" +#. code: mesc l("He laughs."); +#: npc/024-16/king.txt:120 +#, no-c-format +msgid "He laughs." +msgstr "" + #. code: mesc l("He looks displeased and destroys the fur."); #: npc/020-6/agostine.txt:133 #, no-c-format @@ -28020,10 +28130,10 @@ msgstr "" msgid "He was looking around in the library a while, and then came to ask about our research. He seemed to be particularly interested in our experiments with the slimes." msgstr "" -#. code: mesq l("He will summon allies if he think you have the upper hand. So take care if you are going ranged."); -#: npc/012-2/helena.txt:228 +#. code: mesq l("He will summon allies if he thinks you have the upper hand, depending on how you fight."); +#: npc/012-2/helena.txt:229 #, no-c-format -msgid "He will summon allies if he think you have the upper hand. So take care if you are going ranged." +msgid "He will summon allies if he thinks you have the upper hand, depending on how you fight." msgstr "" #. code: mesq l("He's an *hic* hermit, and collects *hic* Bat teeth and wings... Tell me how many he collected!"); @@ -28515,16 +28625,16 @@ msgstr "" msgid "Hello! How can I help you?" msgstr "" -#. code: mesq l("Hello! I am @@, and I take care of Tulimshar forge. I usually make ingots from various materials. So, what do you want today?", .name$); -#: npc/003-8/jhedia.txt:61 +#. code: mesq l("Hello! I am %s, and I oversee the %s!", .name$, .@WHAT$); +#: npc/003-1/events.txt:348 #, no-c-format -msgid "Hello! I am @@, and I take care of Tulimshar forge. I usually make ingots from various materials. So, what do you want today?" +msgid "Hello! I am %s, and I oversee the %s!" msgstr "" -#. code: mesq l("Hello! I am Aurora, and I oversee the %s!", .@WHAT$); -#: npc/003-1/events.txt:348 +#. code: mesq l("Hello! I am @@, and I take care of Tulimshar forge. I usually make ingots from various materials. So, what do you want today?", .name$); +#: npc/003-8/jhedia.txt:61 #, no-c-format -msgid "Hello! I am Aurora, and I oversee the %s!" +msgid "Hello! I am @@, and I take care of Tulimshar forge. I usually make ingots from various materials. So, what do you want today?" msgstr "" #. code: mesq l("Hello! I am Cassia, Ambassator. During the Monster War outbreak, Halinarzo was almost entirely destroyed."); @@ -28781,7 +28891,6 @@ msgid "Hello, hello! It's great to see you. Maybe you can help me with a little msgstr "" #. code: mesq lg("Hello, madam!", "Hello, sir!"); -#: npc/012-2/helena.txt:74 #: npc/003-1/itka.txt:7 #, no-c-format msgid "Hello, madam!#0" @@ -28806,7 +28915,6 @@ msgid "Hello, new wanderer!#1" msgstr "" #. code: mesq lg("Hello, madam!", "Hello, sir!"); -#: npc/012-2/helena.txt:74 #: npc/003-1/itka.txt:7 #, no-c-format msgid "Hello, sir!#1" @@ -28942,7 +29050,7 @@ msgid "Hello. Take care with the Mountain Snakes, they're highly poisonous!" msgstr "" #. code: mesc "----------"+l("Helmet Recipes")+"----------", 2; -#: npc/craft/recipes.txt:319 +#: npc/craft/recipes.txt:321 #, no-c-format msgid "Helmet Recipes" msgstr "" @@ -28985,6 +29093,18 @@ msgstr "" msgid "Herb Fields" msgstr "" +#. code: mesq l("Here are %s GP for your efforts. Thanks for making Hurnscald a better place to live.", fnum(1000)); +#: npc/012-2/helena.txt:139 +#, no-c-format +msgid "Here are %s GP for your efforts. Thanks for making Hurnscald a better place to live." +msgstr "" + +#. code: mesq l("Here are 2000 GP for your efforts. Thanks for making Hurnscald a better place to live."); +#: npc/012-2/helena.txt:214 +#, no-c-format +msgid "Here are 2000 GP for your efforts. Thanks for making Hurnscald a better place to live." +msgstr "" + #. code: mesq l("Here are EXTREMELY VALUABLE warp crystals, and the *hic* fabled return potions."); #: npc/012-2/rakinorf.txt:313 #, no-c-format @@ -29013,18 +29133,6 @@ msgstr "" msgid "Here are two @@. Please deliver it to them. I hope they'll like it." msgstr "" -#. code: mesq l("Here is 1000 GP for your efforts. Thanks for making Hurnscald a better place to live."); -#: npc/012-2/helena.txt:142 -#, no-c-format -msgid "Here is 1000 GP for your efforts. Thanks for making Hurnscald a better place to live." -msgstr "" - -#. code: mesq l("Here is 2000 GP for your efforts. Thanks for making Hurnscald a better place to live."); -#: npc/012-2/helena.txt:213 -#, no-c-format -msgid "Here is 2000 GP for your efforts. Thanks for making Hurnscald a better place to live." -msgstr "" - #. code: mesq l("Here is a reward for your effort! Now you can be a true buccaneer!"); #: npc/018-1/george.txt:112 #, no-c-format @@ -29043,12 +29151,6 @@ msgstr "" msgid "Here is one." msgstr "" -#. code: mesq l("Here is the @@, like my armor, and one of the best for rangers.", getitemlink(ForestArmor)); -#: npc/012-2/helena.txt:265 -#, no-c-format -msgid "Here is the @@, like my armor, and one of the best for rangers." -msgstr "" - #. code: mesq l("Here is the bug bomb! Eomie just gave me. Hurry up!"); #: npc/004-1/anwar.txt:86 #, no-c-format @@ -29056,7 +29158,7 @@ msgid "Here is the bug bomb! Eomie just gave me. Hurry up!" msgstr "" #. code: mesq l("Here is your powder! I hope it will be useful."); -#: npc/007-1/pylon.txt:132 +#: npc/007-1/pylon.txt:130 #, no-c-format msgid "Here is your powder! I hope it will be useful." msgstr "" @@ -29105,12 +29207,12 @@ msgstr "" #. code: rif(countitem(MaggotSlime) >= 5, l("Here they are!")), L_Finish, #. code: rif(countitem(ScorpionStinger) >= 3 && countitem(PiouFeathers) >= 10, l("Here they are!")), L_Quest2Completed, +#. code: rif(countitem(RawLog) >= 25, l("Here they are!")), #. code: rif(countitem(MaggotSlime) >= 10, l("Here they are!")), L_Finish2, #. code: rif(countitem(.itemID) >= 7, l("Here they are!")), L_Finish, #. code: l("Here they are!"), #. code: rif(countitem(RedScorpionStinger) >= 7, l("Here they are!")), L_Finish2, #. code: rif(countitem(CaveSnakeLamp) >= 10, l("Here they are!")), -#. code: rif(countitem(RawLog) >= 25, l("Here they are!")), #. code: rif(countitem(CottonCloth) >= 3 && countitem(MaggotSlime) >= 3, l("Here they are!")), L_QuestCompleted, #. code: rif(countitem(CactusPotion) >= 5, l("Here they are!")), L_Finish2, #. code: rif(countitem(CactusDrink) >= 5, l("Here they are!")), L_Finish, @@ -29118,12 +29220,12 @@ msgstr "" #: npc/003-10/guarddevoir.txt:46 #: npc/003-10/guarddevoir.txt:56 #: npc/005-1/liana.txt:56 -#: npc/003-1/sarah.txt:74 #: npc/005-1/liana.txt:46 #: npc/003-1/swezanne.txt:61 #: npc/005-1/maya.txt:106 #: npc/005-1/maya.txt:51 #: npc/003-1/swezanne.txt:52 +#: npc/003-1/sarah.txt:77 #: npc/003-10/officer.txt:28 #: npc/017-3/doug.txt:21 #: npc/012-2/rakinorf.txt:38 @@ -29177,7 +29279,7 @@ msgstr "" #. code: if(@temp == 1) mesq l("Here you go!"); #. code: mesq l("Here you go!"); -#: npc/001-11/Soren.txt:31 +#: npc/001-11/Soren.txt:34 #: npc/005-6/zitoni.txt:121 #: npc/functions/nurse.txt:75 #: npc/005-6/zitoni.txt:141 @@ -29203,10 +29305,10 @@ msgstr "" msgid "Here you go! Wasn't this a sweet deal?" msgstr "" -#. code: mesq l("Here you go, I tried my best! Do you want another?"); -#: npc/007-1/pylon.txt:105 +#. code: mesq l("Here you go, I tried my best! Do you want more?"); +#: npc/007-1/pylon.txt:103 #, no-c-format -msgid "Here you go, I tried my best! Do you want another?" +msgid "Here you go, I tried my best! Do you want more?" msgstr "" #. code: mesq l("Here you go, a brand new crystal. I'll fix the old one on the meanwhile. Take care of it."); @@ -29363,15 +29465,15 @@ msgid "Here, I'll give you a Mercenary Box. Open it, get the mercenary card, and msgstr "" #. code: mesq l("Here, all yours. Ah, if I still could walk... I would hunt those annoying squirrels myself!"); -#: npc/014-2-1/woody.txt:96 +#: npc/014-2-1/woody.txt:97 #, no-c-format msgid "Here, all yours. Ah, if I still could walk... I would hunt those annoying squirrels myself!" msgstr "" -#. code: mesq l("Here, all yours. I can't use them like I am now. Thank you."); +#. code: mesq l("Here, all yours. I can't use them while I am this hurt anyways. Thank you."); #: npc/007-1/caelum.txt:111 #, no-c-format -msgid "Here, all yours. I can't use them like I am now. Thank you." +msgid "Here, all yours. I can't use them while I am this hurt anyways. Thank you." msgstr "" #. code: mesc l("Here, come talk to me, the Magic Arpan! I'll help you get dressed."), 1; @@ -29399,7 +29501,7 @@ msgid "Here, please take this to them. Tell them they are welcome here anytime! msgstr "" #. code: mesq l("Here, sparking new! Nice!!"); -#: npc/functions/refine.txt:234 +#: npc/functions/refine.txt:235 #, no-c-format msgid "Here, sparking new! Nice!!" msgstr "" @@ -29442,7 +29544,7 @@ msgid "Here, take this @@ - you deserve it! And here is 200 GP to buy a better w msgstr "" #. code: mesq l("Here, take this @@ - you deserve it! And here is some gold and experience.", getitemlink(PolishedRuby)); -#: npc/007-1/tycoon.txt:149 +#: npc/007-1/tycoon.txt:150 #, no-c-format msgid "Here, take this @@ - you deserve it! And here is some gold and experience." msgstr "" @@ -29641,12 +29743,6 @@ msgstr "" msgid "Hey @@! You haven't talked to me yet!" msgstr "" -#. code: mesq l("Hey do you have a second?"); -#: npc/005-1/zegas.txt:28 -#, no-c-format -msgid "Hey do you have a second?" -msgstr "" - #. code: mesq l("Hey dude. During this event you can trade one @@ for more... useful items.", getitemlink(.Item)); #: npc/001-5/worker.txt:30 #, no-c-format @@ -29684,18 +29780,6 @@ msgstr "" msgid "Hey hey, can you impress me? Can you impress me?" msgstr "" -#. code: mesq l("Hey hey... Good job! I was worried you would ruin their hoods before being able to take them."); -#: npc/012-2/helena.txt:210 -#, no-c-format -msgid "Hey hey... Good job! I was worried you would ruin their hoods before being able to take them." -msgstr "" - -#. code: mesq l("Hey hey... Good job! We can now use again the stuff we recovered from the bandits."); -#: npc/012-2/helena.txt:139 -#, no-c-format -msgid "Hey hey... Good job! We can now use again the stuff we recovered from the bandits." -msgstr "" - #. code: l("Hey if you want I can do some physical work for you!"), L_Ask, #: npc/014-2/carla.txt:61 #, no-c-format @@ -29715,7 +29799,7 @@ msgid "Hey kid! Can you hear me?#1" msgstr "" #. code: mesq l("Hey kid, go play somewhere else, I don't have time! It's soon over!"); -#: npc/014-2-1/woody.txt:115 +#: npc/014-2-1/woody.txt:117 #, no-c-format msgid "Hey kid, go play somewhere else, I don't have time! It's soon over!" msgstr "" @@ -30088,7 +30172,7 @@ msgid "Hey, this well is particular! Pay me or go find your own well!" msgstr "" #. code: case 2: mesq l("Hey, two gifts is very nice. But if we delivered 400. Think on it."); break; -#: npc/019-4-1/chief.txt:303 +#: npc/019-4-1/chief.txt:312 #, no-c-format msgid "Hey, two gifts is very nice. But if we delivered 400. Think on it." msgstr "" @@ -30106,7 +30190,7 @@ msgid "Hey, you! Aid me!" msgstr "" #. code: mesq l("Hey, you! Are you here on Kenton's orders?!"); -#: npc/018-6-1/main.txt:158 +#: npc/018-6-1/main.txt:160 #, no-c-format msgid "Hey, you! Are you here on Kenton's orders?!" msgstr "" @@ -30184,7 +30268,7 @@ msgid "Hey... I found a Jeans Shorts. Is it yours?" msgstr "" #. code: mesq l("Hey... You... Come here."); -#: npc/007-1/zarkor.txt:64 +#: npc/007-1/zarkor.txt:63 #, no-c-format msgid "Hey... You... Come here." msgstr "" @@ -30421,10 +30505,10 @@ msgstr "" msgid "His golden ring pops right out of it." msgstr "" -#. code: mesq l("His policy is to never read a letter without the sender being present. Of course we checked for poison and traps."); +#. code: mesq l("His policy is to never read a letter without the sender being present. Of course we check it for poison and traps."); #: npc/024-1/guard.txt:82 #, no-c-format -msgid "His policy is to never read a letter without the sender being present. Of course we checked for poison and traps." +msgid "His policy is to never read a letter without the sender being present. Of course we check it for poison and traps." msgstr "" #. code: mesc l("Hit the ground, exploding the surroundings and disabling enemies."); @@ -30459,7 +30543,7 @@ msgstr "" #. code: l("Hm, can we talk again later?"); #: npc/012-2/helena.txt:199 -#: npc/012-2/helena.txt:130 +#: npc/012-2/helena.txt:127 #, no-c-format msgid "Hm, can we talk again later?" msgstr "" @@ -30798,7 +30882,7 @@ msgstr "" #. code: 018-7,34,86,14,11 monster Holy Pixie 1216,1,120000,0 #. code: Name: "Holy Pixie" #. code: 018-5-1,77,79,2,2 monster Holy Pixie 1216,1,300000,30000 -#: mob_db.conf:8704 +#: mob_db.conf:8709 #: npc/018-7/_mobs.txt:10 #: npc/018-5-1/_mobs.txt:9 #, no-c-format @@ -30818,7 +30902,7 @@ msgid "Homunculus are a bit dumb, although the ones I've cultivated and took per msgstr "" #. code: dispbottom l("Homunculus stats were reset!"); -#: db/re/item_db.conf:19007 +#: db/re/item_db.conf:19010 #, no-c-format msgid "Homunculus stats were reset!" msgstr "" @@ -30842,13 +30926,13 @@ msgid "Honor only applies to PvP fights. It can be seen on \"%s\" and rewards ar msgstr "" #. code: Name: "Hooded Assassin" -#: mob_db.conf:8966 +#: mob_db.conf:8971 #, no-c-format msgid "Hooded Assassin" msgstr "" #. code: Name: "Hooded Ninja" -#: mob_db.conf:9015 +#: mob_db.conf:9020 #, no-c-format msgid "Hooded Ninja" msgstr "" @@ -30871,11 +30955,11 @@ msgstr "" #. code: 008-1,72,57,49,34 monster House Maggot 1084,14,15000,25000 #. code: 003-4-1,35,36,6,5 monster House Maggot 1084,2,35000,300000 #. code: 003-7,35,36,7,5 monster House Maggot 1084,4,40000,200000 +#: npc/008-1/_mobs.txt:6 #: npc/005-3/_mobs.txt:2 #: npc/003-7/_mobs.txt:2 -#: npc/008-1/_mobs.txt:6 +#: mob_db.conf:3459 #: npc/003-4-1/_mobs.txt:2 -#: mob_db.conf:3456 #: npc/005-1/ayasha.txt:168 #, no-c-format msgid "House Maggot" @@ -31004,7 +31088,7 @@ msgid "How did you get down there?" msgstr "" #. code: case 9: mesq l("How did you got that much? Nine gifts, and 51200 if you want even more."); break; -#: npc/019-4-1/chief.txt:310 +#: npc/019-4-1/chief.txt:319 #, no-c-format msgid "How did you got that much? Nine gifts, and 51200 if you want even more." msgstr "" @@ -31137,6 +31221,12 @@ msgstr "" msgid "How many do you want to sell? You currently have @@ @@." msgstr "" +#. code: l("How many gem powders can I get from one gem?"), +#: npc/007-1/pylon.txt:32 +#, no-c-format +msgid "How many gem powders can I get from one gem?" +msgstr "" + #. code: l("How many heads does Zaphod Beeblebrox have? Numbers only."), #: npc/017-1/017-1_stranger_blackbox.txt:25 #, no-c-format @@ -31457,7 +31547,7 @@ msgid "However, the legend said there was a way to prevent this disaster. A sing msgstr "" #. code: mesc l("However, the log breaks with a loud crack."); -#: npc/012-1/jack.txt:117 +#: npc/012-1/jack.txt:118 #, no-c-format msgid "However, the log breaks with a loud crack." msgstr "" @@ -31529,20 +31619,8 @@ msgstr "" msgid "Huge area of effect fire damage. May burn targets." msgstr "" -#. code: l("Hum, Which type of favor?"),L_Quest, -#: npc/007-1/dracoula.txt:25 -#, no-c-format -msgid "Hum, Which type of favor?" -msgstr "" - -#. code: l("Hum, how many gem powders can I get from one gem?"), -#: npc/007-1/pylon.txt:32 -#, no-c-format -msgid "Hum, how many gem powders can I get from one gem?" -msgstr "" - #. code: mesq l("Hum... I'm not really good at it."); -#: npc/007-1/pylon.txt:77 +#: npc/007-1/pylon.txt:75 #, no-c-format msgid "Hum... I'm not really good at it." msgstr "" @@ -31707,8 +31785,8 @@ msgid "I HAVE WARNED YOU!!!!!" msgstr "" #. code: mesq l("I NEVER TOUCHED THE SOUL MENHIR! I SWEAR YOU, I'M INNOCENT! PLEASE HAVE MERCY!!"); -#: npc/018-6-1/main.txt:386 -#: npc/018-6-1/main.txt:314 +#: npc/018-6-1/main.txt:388 +#: npc/018-6-1/main.txt:316 #, no-c-format msgid "I NEVER TOUCHED THE SOUL MENHIR! I SWEAR YOU, I'M INNOCENT! PLEASE HAVE MERCY!!" msgstr "" @@ -31817,6 +31895,12 @@ msgstr "" msgid "I also do not keep any stock of them. If you really want it, you can bring me some Raw Logs. I'll show you which one is the good one. Deal?" msgstr "" +#. code: mesc l("I also gave you a fresh ale and a %s. Bows are awkward to handle, so you should talk to the Blacksmith to make you a %s.", getitemlink(LeatherPatch), getitemlink(LeatherQuiver)); +#: npc/012-2/helena.txt:216 +#, no-c-format +msgid "I also gave you a fresh ale and a %s. Bows are awkward to handle, so you should talk to the Blacksmith to make you a %s." +msgstr "" + #. code: mes l("I also hear fisherman likes to fish at night. They say the catch is bigger, if you understand me."); #: npc/005-7/trainer.txt:483 #, no-c-format @@ -31932,10 +32016,10 @@ msgstr "" msgid "I am Yetifly the Mighty, guardian of the fae!" msgstr "" -#. code: mesq l("I am Zarkor, the Dark Summoner. I want to do a dark summoning ritual, but there are strings attached."); -#: npc/007-1/zarkor.txt:67 +#. code: mesq l("I am Zarkor, the Dark Summoner. I want to do a ritual, but there are strings attached."); +#: npc/007-1/zarkor.txt:66 #, no-c-format -msgid "I am Zarkor, the Dark Summoner. I want to do a dark summoning ritual, but there are strings attached." +msgid "I am Zarkor, the Dark Summoner. I want to do a ritual, but there are strings attached." msgstr "" #. code: rif(is_staff(), l("I am a GM, and I want to change my Race!")), @@ -31977,7 +32061,7 @@ msgid "I am a noob and don't need you." msgstr "" #. code: mesq l("I am a really good blacksmith. In fact, there is no stuff I can't fix."); -#: npc/functions/refine.txt:199 +#: npc/functions/refine.txt:200 #, no-c-format msgid "I am a really good blacksmith. In fact, there is no stuff I can't fix." msgstr "" @@ -32079,7 +32163,7 @@ msgid "I am not a citizen of Candor." msgstr "" #. code: dispbottom l("I am not a coward to run away by the back door!"); -#: npc/config/easteregg_blackbox.txt:73 +#: npc/config/config_blackbox.txt:73 #, no-c-format msgid "I am not a coward to run away by the back door!" msgstr "" @@ -32114,6 +32198,12 @@ msgstr "" msgid "I am not sure of who makes or haves Lifestones. Try looking outside the city. Who knows." msgstr "" +#. code: mesq l("I am pleasantly surprised. Good job. Perhaps we will all be able to sleep in peace this night!"); +#: npc/012-2/helena.txt:263 +#, no-c-format +msgid "I am pleasantly surprised. Good job. Perhaps we will all be able to sleep in peace this night!" +msgstr "" + #. code: mesq l("I am pleased about your progress, but you are not ready for the next step yet. Go and do some more training, before you come back."); #: npc/012-1/gwendolyn.txt:514 #, no-c-format @@ -32400,7 +32490,7 @@ msgid "I can fill your bottle with water for only @@ gp the bottle." msgstr "" #. code: mesq l("I can fix this for you. Just pay me @@ GP and a @@. It'll take no time at all!", .@price, getitemlink(IronIngot)); -#: npc/functions/refine.txt:215 +#: npc/functions/refine.txt:216 #, no-c-format msgid "I can fix this for you. Just pay me @@ GP and a @@. It'll take no time at all!" msgstr "" @@ -32424,15 +32514,15 @@ msgid "I can give you my knife if you bring me this:" msgstr "" #. code: mesq l("I can make @@ from @@, but this costs @@ GP.", getitemlink(MylarinDust), getitemlink(SunnyCrystal), 1000); -#: npc/007-1/pylon.txt:147 +#: npc/007-1/pylon.txt:145 #, no-c-format msgid "I can make @@ from @@, but this costs @@ GP." msgstr "" -#. code: mes l("I can make a @@ for just one @@ and @@ GP for my work.", getitemlink(WoodenLog), getitemlink(RawLog), .cost); +#. code: mes l("I can make a %s for just one %s and %d GP for my work.", getitemlink(WoodenLog), getitemlink(RawLog), .cost); #: npc/012-1/jack.txt:39 #, no-c-format -msgid "I can make a @@ for just one @@ and @@ GP for my work." +msgid "I can make a %s for just one %s and %d GP for my work." msgstr "" #. code: mesq l("I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.", getitemlink(ElixirOfLife)); @@ -32441,10 +32531,10 @@ msgstr "" msgid "I can make an @@, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients." msgstr "" -#. code: mesq l("I can make some stuff with it, but I have no idea where it can be found. Mylarin dust... amazing."); -#: npc/017-5/nahrec.txt:126 +#. code: mesq l("I can make some savior equipment with it, but I have no idea where it can be found. Mylarin dust... amazing."); +#: npc/017-5/nahrec.txt:127 #, no-c-format -msgid "I can make some stuff with it, but I have no idea where it can be found. Mylarin dust... amazing." +msgid "I can make some savior equipment with it, but I have no idea where it can be found. Mylarin dust... amazing." msgstr "" #. code: mesq l("I can make three types of Agility Potions, which would you like?"); @@ -32478,7 +32568,7 @@ msgid "I can rent it to you for 300 GP, during 15 minutes. Deal?" msgstr "" #. code: mesq l("I can sell you the Pickaxe for @@ GP if you have and @@ the remaining equipment.", .@price, b(l("equip"))); -#: npc/007-1/tycoon.txt:203 +#: npc/007-1/tycoon.txt:202 #, no-c-format msgid "I can sell you the Pickaxe for @@ GP if you have and @@ the remaining equipment." msgstr "" @@ -32514,7 +32604,7 @@ msgid "I can trade some with you. Just bring me the following cash payment and s msgstr "" #. code: mesq l("I can vouch for you, but only if you help me first!"); -#: npc/007-1/dracoula.txt:137 +#: npc/007-1/dracoula.txt:134 #, no-c-format msgid "I can vouch for you, but only if you help me first!" msgstr "" @@ -32550,7 +32640,7 @@ msgid "I can't believe it." msgstr "" #. code: mesq l("I can't give you the Apple I've stole. Because, I was stolen first!"); -#: npc/018-6-1/main.txt:292 +#: npc/018-6-1/main.txt:294 #, no-c-format msgid "I can't give you the Apple I've stole. Because, I was stolen first!" msgstr "" @@ -32624,7 +32714,7 @@ msgid "I cannot leave until Luvia and her allies are dead." msgstr "" #. code: mesq l("I cannot melt this. I only melt down equipment, and not everything I know how to!"); -#: npc/020-5/bracco.txt:332 +#: npc/020-5/bracco.txt:374 #, no-c-format msgid "I cannot melt this. I only melt down equipment, and not everything I know how to!" msgstr "" @@ -32720,12 +32810,6 @@ msgstr "" msgid "I currently have some pets with me. For most, you need to finish their Grand Hunter Quest, of course." msgstr "" -#. code: mesq l("I did a travel to their cave, I wondered why their faces are never seen. Reason is that they're monsters."); -#: npc/012-2/helena.txt:158 -#, no-c-format -msgid "I did a travel to their cave, I wondered why their faces are never seen. Reason is that they're monsters." -msgstr "" - #. code: l("I did not summon you, I'm just a passer-by. Sorry."), #: npc/003-1-1/yetiking.txt:98 #, no-c-format @@ -32744,16 +32828,16 @@ msgstr "" msgid "I did some tritan friends, though. They teached me how to breath underwater. It's not so bad." msgstr "" -#. code: mesq l("I disguise myself into a giant mutated bat, but every time I break or lose my fake teeth."); -#: npc/007-1/dracoula.txt:57 +#. code: mesq l("I did travel to their cave, wondering why they hide their faces. I found out most of them are monsters after I ripped their hoods off."); +#: npc/012-2/helena.txt:158 #, no-c-format -msgid "I disguise myself into a giant mutated bat, but every time I break or lose my fake teeth." +msgid "I did travel to their cave, wondering why they hide their faces. I found out most of them are monsters after I ripped their hoods off." msgstr "" -#. code: dispbottom(l("I do not have Everburn Powder to lit the torch.")); -#: npc/007-1/torches.txt:24 +#. code: mesq l("I disguise myself as a giant mutated bat, but every time I break or lose my fake teeth."); +#: npc/007-1/dracoula.txt:57 #, no-c-format -msgid "I do not have Everburn Powder to lit the torch." +msgid "I disguise myself as a giant mutated bat, but every time I break or lose my fake teeth." msgstr "" #. code: if (!.@q) dispbottom l("I do not know how to trigger this summoning circle."); @@ -32787,7 +32871,7 @@ msgid "I do. I want to challenge the Candor Cave!" msgstr "" #. code: l("I don't believe you."), -#: npc/018-6-1/main.txt:295 +#: npc/018-6-1/main.txt:297 #, no-c-format msgid "I don't believe you." msgstr "" @@ -33017,7 +33101,7 @@ msgid "I don't think so. There have been... Incidents." msgstr "" #. code: mesq l("I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!"); -#: npc/functions/refine.txt:203 +#: npc/functions/refine.txt:204 #, no-c-format msgid "I don't think you have any broken item, but if a friend of mine break your stuff, come talk to me!" msgstr "" @@ -33165,6 +33249,12 @@ msgstr "" msgid "I found your birth record, but it is not complete. Here says you were born on @@." msgstr "" +#. code: mesq l("I gave you 3 @@. Use them in this fight, or you're doomed to fail.", getitemlink(PiberriesInfusion)); +#: npc/015-2/guard.txt:31 +#, no-c-format +msgid "I gave you 3 @@. Use them in this fight, or you're doomed to fail." +msgstr "" + #. code: rif(.@q2 >= 5, l("I give up. You're hopeless.")), #: npc/020-7-1/peetu.txt:110 #, no-c-format @@ -33244,10 +33334,10 @@ msgstr "" msgid "I guess it still remembers the sting on the snout. Ouch!" msgstr "" -#. code: mesq l("I guess she sent you to kill another Bandit Lord, right? Ok, I'll give you the key for his room."); +#. code: mesq l("I guess she sent you to kill another Bandit Lord, right? I'll give you the key for his room."); #: npc/015-2/guard.txt:25 #, no-c-format -msgid "I guess she sent you to kill another Bandit Lord, right? Ok, I'll give you the key for his room." +msgid "I guess she sent you to kill another Bandit Lord, right? I'll give you the key for his room." msgstr "" #. code: mesq l("I guess that you could use these lifestones to gain a regeneration effect, too, but I do not know how."); @@ -33256,6 +33346,12 @@ msgstr "" msgid "I guess that you could use these lifestones to gain a regeneration effect, too, but I do not know how." msgstr "" +#. code: mesq l("I guess you are immune to rumors and scary stories."); +#: npc/024-16/king.txt:123 +#, no-c-format +msgid "I guess you are immune to rumors and scary stories." +msgstr "" + #. code: mes l("I guess you cannot bring more than 1kg with full health. Less, if you're hurt."); #: npc/017-1/drowned_man.txt:63 #, no-c-format @@ -33322,10 +33418,10 @@ msgstr "" msgid "I have 5 Bandit Hoods with me." msgstr "" -#. code: rif((.@k < santime()) && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")), +#. code: rif((.@k < santime()) && countitem(TreasureKey) >= 5, l("I have 5 Treasure Keys with me.")), #: npc/012-2/helena.txt:43 #, no-c-format -msgid "I have 5 Treasure keys with me." +msgid "I have 5 Treasure Keys with me." msgstr "" #. code: rif(countitem(ScorpionStinger) >= 1, l("I have a Stinger with me. Try it!")), @@ -33346,6 +33442,12 @@ msgstr "" msgid "I have a few items for sale..." msgstr "" +#. code: mesq l("I have a guard stationed not far from there. Ask him for the key."); +#: npc/012-2/helena.txt:252 +#, no-c-format +msgid "I have a guard stationed not far from there. Ask him for the key." +msgstr "" + #. code: rif(.@showlp, l("I have a lava mana pearl.")); #: npc/031-7/tametomo.txt:40 #, no-c-format @@ -33551,7 +33653,7 @@ msgid "I have some good and some bad news for you." msgstr "" #. code: l("I have some healing items with me, we should tend your wounds first."); -#: npc/018-6-1/main.txt:377 +#: npc/018-6-1/main.txt:379 #, no-c-format msgid "I have some healing items with me, we should tend your wounds first." msgstr "" @@ -33673,10 +33775,10 @@ msgstr "" msgid "I heard your investigations reminded other people that they observed suspicious behaviour too." msgstr "" -#. code: l("I honestely wouldn't hire a Mercenary."), +#. code: l("I honestly wouldn't hire a Mercenary."), #: npc/024-16/generals.txt:71 #, no-c-format -msgid "I honestely wouldn't hire a Mercenary." +msgid "I honestly wouldn't hire a Mercenary." msgstr "" #. code: mesq l("I hope my answer help you in your adventure!"); @@ -33686,7 +33788,7 @@ msgid "I hope my answer help you in your adventure!" msgstr "" #. code: mesq l("I hope my men are safe, that was yesterday. I am barely alive."); -#: npc/018-6-1/main.txt:169 +#: npc/018-6-1/main.txt:171 #, no-c-format msgid "I hope my men are safe, that was yesterday. I am barely alive." msgstr "" @@ -33715,10 +33817,10 @@ msgstr "" msgid "I hope to one day be like @@, who @@" msgstr "" -#. code: mesq l("I hope you got a Jean Shorts, but that depends on luck. Anyway, here is your reward."); +#. code: mesq l("I hope you got some good drops, but that depends on your luck. Anyway, here is your reward."); #: npc/007-1/tycoon.txt:113 #, no-c-format -msgid "I hope you got a Jean Shorts, but that depends on luck. Anyway, here is your reward." +msgid "I hope you got some good drops, but that depends on your luck. Anyway, here is your reward." msgstr "" #. code: l("I hope you like this color."); @@ -33787,10 +33889,10 @@ msgstr "" msgid "I know a few bandits stole a few, and Lava Slimes love to eat Casino Coins." msgstr "" -#. code: mesq l("I know another Bandit Lord will take up his place, but the loss of their leader will make bandits scatter long enough."); -#: npc/012-2/helena.txt:231 +#. code: mesq l("I know another Bandit Lord will take his place, but the loss of their leader will make the bandits scatter long enough."); +#: npc/012-2/helena.txt:234 #, no-c-format -msgid "I know another Bandit Lord will take up his place, but the loss of their leader will make bandits scatter long enough." +msgid "I know another Bandit Lord will take his place, but the loss of their leader will make the bandits scatter long enough." msgstr "" #. code: mesq l("I know how hard it is! I hate them with all my heart, only seeing you killing them left and right was GREAT!"); @@ -33814,12 +33916,6 @@ msgstr "" msgid "I know it may sound silly, but I need your help to find out who I am." msgstr "" -#. code: mesq l("I know where the Bandit Lord room is, and I have a guard stationed not far from there. Ask him for the key."); -#: npc/012-2/helena.txt:247 -#, no-c-format -msgid "I know where the Bandit Lord room is, and I have a guard stationed not far from there. Ask him for the key." -msgstr "" - #. code: mesq l("I know you have %d %s with you, just haven't said before to be polite.", countitem(SnakeEgg), getitemlink(SnakeEgg)); #: npc/018-5-5/ivanize.txt:51 #, no-c-format @@ -33827,7 +33923,7 @@ msgid "I know you have %d %s with you, just haven't said before to be polite." msgstr "" #. code: mesc l("I leave this basement that start to be too dangerous!"); -#: npc/config/easteregg_blackbox.txt:6 +#: npc/config/config_blackbox.txt:6 #, no-c-format msgid "I leave this basement that start to be too dangerous!" msgstr "" @@ -33874,10 +33970,10 @@ msgstr "" msgid "I love living here, but I wish people weren't locked inside the rooms all time." msgstr "" -#. code: mesq l("I love seeing their terrorize face."); +#. code: mesq l("I love seeing their faces tremble in terror."); #: npc/007-1/dracoula.txt:49 #, no-c-format -msgid "I love seeing their terrorize face." +msgid "I love seeing their faces tremble in terror." msgstr "" #. code: l("I love you, Silvia! - Swezanne"), @@ -33946,10 +34042,10 @@ msgstr "" msgid "I might want to ask an Yeti specialist about this. Maybe Celestia?" msgstr "" -#. code: mesq l("I mine here since a while. My favorite activity is to scare other miners!"); +#. code: mesq l("I mine here since quite a while. My favorite activity is to scare other miners!"); #: npc/007-1/dracoula.txt:38 #, no-c-format -msgid "I mine here since a while. My favorite activity is to scare other miners!" +msgid "I mine here since quite a while. My favorite activity is to scare other miners!" msgstr "" #. code: mesq l("I miss Ms. De'Kagen, she was very benevolent but from another world. Why does this one only have annoying pricks for Originals. Wait, I'm getting sidetracked."); @@ -33984,7 +34080,7 @@ msgid "I must keep notes of this." msgstr "" #. code: case 14: mesq l("I must report this to Jesusalva. The inventory system can't handle that much. Want more? Try 1,638,400."); break; -#: npc/019-4-1/chief.txt:315 +#: npc/019-4-1/chief.txt:324 #, no-c-format msgid "I must report this to Jesusalva. The inventory system can't handle that much. Want more? Try 1,638,400." msgstr "" @@ -34161,6 +34257,12 @@ msgstr "" msgid "I need more return potions." msgstr "" +#. code: l("I need more time to prepare."),L_Close; +#: npc/005-1/zegas.txt:47 +#, no-c-format +msgid "I need more time to prepare." +msgstr "" + #. code: l("I need offensive magic!"), #: npc/001-11/event_soulmenhir.txt:120 #, no-c-format @@ -34216,7 +34318,7 @@ msgid "I need supreme warrior skills!" msgstr "" #. code: mesq l("I need to buy your silence. I'll reward you greatly when I'm done. But first, I need to know if you'll be loyal to me."); -#: npc/007-1/zarkor.txt:70 +#: npc/007-1/zarkor.txt:69 #, no-c-format msgid "I need to buy your silence. I'll reward you greatly when I'm done. But first, I need to know if you'll be loyal to me." msgstr "" @@ -34491,7 +34593,7 @@ msgid "I regret to inform Barbara was killed in battle before I could find her. msgstr "" #. code: mes l("I represent the @@ Hunters. We hunt @@ (Lv @@).", .@loc$, getmonsterlink(.@mobId), strmobinfo(3, .@mobId)); -#: npc/functions/mobhunter.txt:213 +#: npc/functions/mobhunter.txt:281 #, no-c-format msgid "I represent the @@ Hunters. We hunt @@ (Lv @@)." msgstr "" @@ -34642,7 +34744,7 @@ msgid "I shall not fail any further, I think my new formula is perfect! Here's t msgstr "" #. code: mesq l("I shall report to Kenton. I now entrust this quest in your hands!"); -#: npc/018-6-1/main.txt:173 +#: npc/018-6-1/main.txt:175 #, no-c-format msgid "I shall report to Kenton. I now entrust this quest in your hands!" msgstr "" @@ -34712,6 +34814,12 @@ msgstr "" msgid "I should not go ahead... yet." msgstr "" +#. code: dispbottom l("I should not leave this room without talking to the king first."); +#: npc/024-16/guards.txt:25 +#, no-c-format +msgid "I should not leave this room without talking to the king first." +msgstr "" + #. code: dispbottom l("I should not veer off too much the path."); #: npc/023-2/mk.txt:192 #: npc/023-2/mk.txt:244 @@ -34809,16 +34917,16 @@ msgstr "" msgid "I suppose, what would you like?" msgstr "" -#. code: rif(countitem(Ruby) >= 1, l("I swear silence, over this bloody ruby.")), +#. code: rif(countitem(Topaz) >= 1, l("I swear silence, over this radiant topaz.")); #: npc/007-1/zarkor.txt:79 #, no-c-format -msgid "I swear silence, over this bloody ruby." +msgid "I swear silence, over this radiant topaz." msgstr "" -#. code: rif(countitem(Topaz) >= 1, l("I swear silence, over this shining topaz.")); -#: npc/007-1/zarkor.txt:80 +#. code: rif(countitem(Ruby) >= 1, l("I swear silence, over this sanguine ruby.")), +#: npc/007-1/zarkor.txt:78 #, no-c-format -msgid "I swear silence, over this shining topaz." +msgid "I swear silence, over this sanguine ruby." msgstr "" #. code: l("I swear that I, %s, will never let myself be let astray by power.", strcharinfo(0)); @@ -34882,7 +34990,7 @@ msgid "I think that %d %s and %d %s should be enough for now." msgstr "" #. code: mesq l("I think the Doctor, on Dimond's Cove could help me, but that means passing by Kenton..."); -#: npc/018-6-1/main.txt:433 +#: npc/018-6-1/main.txt:435 #, no-c-format msgid "I think the Doctor, on Dimond's Cove could help me, but that means passing by Kenton..." msgstr "" @@ -34917,10 +35025,10 @@ msgstr "" msgid "I think, for just 25, %s I could arrange a %s for you." msgstr "" -#. code: mesq l("I thought I was going to send you in a nest of Yetis, but instead, I've sent you straight to the birthplace of Bandits and Assassins."); -#: npc/024-16/king.txt:167 +#. code: mesq l("I thought I was going to send you into a nest of Yetis, but instead, I've sent you straight to the birthplace of Bandits and Assassins."); +#: npc/024-16/king.txt:184 #, no-c-format -msgid "I thought I was going to send you in a nest of Yetis, but instead, I've sent you straight to the birthplace of Bandits and Assassins." +msgid "I thought I was going to send you into a nest of Yetis, but instead, I've sent you straight to the birthplace of Bandits and Assassins." msgstr "" #. code: mesq l("I thought I would be safe in the shrine, but seems like they are after the Moubootaur. Great danger will befall all forest creatures if they accomplish that."); @@ -34930,7 +35038,7 @@ msgid "I thought I would be safe in the shrine, but seems like they are after th msgstr "" #. code: mesq l("I thought he would. After all, Everburn Powder... is not a mere powder."); -#: npc/007-1/zarkor.txt:119 +#: npc/007-1/zarkor.txt:118 #, no-c-format msgid "I thought he would. After all, Everburn Powder... is not a mere powder." msgstr "" @@ -34954,7 +35062,7 @@ msgid "I tried to keep an eye on him after that, but when I got distracted by so msgstr "" #. code: mesq l("I tried. He asked for too much money."); -#: npc/024-16/king.txt:140 +#: npc/024-16/king.txt:157 #, no-c-format msgid "I tried. He asked for too much money." msgstr "" @@ -35219,7 +35327,7 @@ msgid "I want coal" msgstr "" #. code: l("I want copper armbands!"), -#: npc/020-5/bracco.txt:241 +#: npc/020-5/bracco.txt:283 #, no-c-format msgid "I want copper armbands!" msgstr "" @@ -35237,7 +35345,7 @@ msgid "I want gold" msgstr "" #. code: l("I want iron armbands!"); -#: npc/020-5/bracco.txt:242 +#: npc/020-5/bracco.txt:284 #, no-c-format msgid "I want iron armbands!" msgstr "" @@ -35251,7 +35359,7 @@ msgid "I want it." msgstr "" #. code: l("I want leather armbands!"), -#: npc/020-5/bracco.txt:240 +#: npc/020-5/bracco.txt:282 #, no-c-format msgid "I want leather armbands!" msgstr "" @@ -35268,6 +35376,12 @@ msgstr "" msgid "I want more than one!" msgstr "" +#. code: mesq l("I want somebody to slay the bandit leader, but if you want to do it, you must prove yourself first."); +#: npc/012-2/helena.txt:174 +#, no-c-format +msgid "I want somebody to slay the bandit leader, but if you want to do it, you must prove yourself first." +msgstr "" + #. code: rif(false, l("I want something more magical.")); #: npc/017-4/pyndragon.txt:131 #, no-c-format @@ -35518,10 +35632,16 @@ msgstr "" msgid "I want you to kill @@, which are located near the northwest coast of the island." msgstr "" -#. code: l("I want you to transform my raw log in a wooden log"), +#. code: mesq l("I want you to purge the cave from cave maggots. Kill 25 @@. They keep respawning and annoy my miners.", getmonsterlink(CaveMaggot)); +#: npc/007-1/tycoon.txt:91 +#, no-c-format +msgid "I want you to purge the cave from cave maggots. Kill 25 @@. They keep respawning and annoy my miners." +msgstr "" + +#. code: l("I want you to transform my raw log into a wooden beam"), #: npc/012-1/jack.txt:17 #, no-c-format -msgid "I want you to transform my raw log in a wooden log" +msgid "I want you to transform my raw log into a wooden beam" msgstr "" #. code: l("I wanted info about how to play."), L_Manaplus_gap, @@ -35637,12 +35757,6 @@ msgstr "" msgid "I will empower you with raw mana now." msgstr "" -#. code: mesq l("I will give you 3 @@. Use them on this fight, or you're doomed to fail.", getitemlink(PiberriesInfusion)); -#: npc/015-2/guard.txt:31 -#, no-c-format -msgid "I will give you 3 @@. Use them on this fight, or you're doomed to fail." -msgstr "" - #. code: l("I will go and hunt some snakes."),L_Close, #: npc/012-1/gwendolyn.txt:114 #, no-c-format @@ -35715,12 +35829,6 @@ msgstr "" msgid "I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it." msgstr "" -#. code: mesq l("I will reward whoever kills the current bandit leader, of course."); -#: npc/012-2/helena.txt:175 -#, no-c-format -msgid "I will reward whoever kills the current bandit leader, of course." -msgstr "" - #. code: mesq l("I will reward you for 7 @@.", getitemlink(.itemID)); #: npc/012-2/rakinorf.txt:35 #, no-c-format @@ -35745,10 +35853,10 @@ msgstr "" msgid "I will sing a song about the fate of five legendary weapons." msgstr "" -#. code: mesq l("I will summon the Monster King. Don't ask me my reasons. I know this will put Tulimshar in danger. But I will still do it."); -#: npc/007-1/zarkor.txt:105 +#. code: mesq l("I will summon the Monster King. Don't ask me for my reasons. I know this will put Tulimshar in danger. But I will still do it."); +#: npc/007-1/zarkor.txt:104 #, no-c-format -msgid "I will summon the Monster King. Don't ask me my reasons. I know this will put Tulimshar in danger. But I will still do it." +msgid "I will summon the Monster King. Don't ask me for my reasons. I know this will put Tulimshar in danger. But I will still do it." msgstr "" #. code: dispbottom l("I will take a claw and show Hasan."); @@ -35827,6 +35935,12 @@ msgstr "" msgid "I won't need it, thank you.#1" msgstr "" +#. code: mesq l("I won't say you can't do it, %s. But I will just say killing the Bandit Lord is no easy task.", strcharinfo(0)); +#: npc/012-2/helena.txt:223 +#, no-c-format +msgid "I won't say you can't do it, %s. But I will just say killing the Bandit Lord is no easy task." +msgstr "" + #. code: mesq l("I won't share our water with you!"); #: npc/024-1/rydel.txt:96 #, no-c-format @@ -35881,10 +35995,10 @@ msgstr "" msgid "I would advise you to remain here in the ship, they should leave in a few minutes, but I will not force you." msgstr "" -#. code: mesq l("I would bring @@, just in case. Anyway, the place where you're going to is the village where @@ was born.", getitemlink(Coffee), b(l("the Monster King"))); -#: npc/024-16/king.txt:110 +#. code: mesq l("I would bring some %s, just in case. Anyway, the place where you're going to is the village where %s was born.", getitemlink(Coffee), b(l("the Monster King"))); +#: npc/024-16/king.txt:127 #, no-c-format -msgid "I would bring @@, just in case. Anyway, the place where you're going to is the village where @@ was born." +msgid "I would bring some %s, just in case. Anyway, the place where you're going to is the village where %s was born." msgstr "" #. code: l("I would gladly aid you to get rid of that scourge."), @@ -35894,7 +36008,7 @@ msgid "I would gladly aid you to get rid of that scourge." msgstr "" #. code: l("I would gladly give my life for such noble goal."); -#: npc/012-2/helena.txt:238 +#: npc/012-2/helena.txt:241 #, no-c-format msgid "I would gladly give my life for such noble goal." msgstr "" @@ -35918,13 +36032,13 @@ msgid "I would like a hat like yours." msgstr "" #. code: l("I would like all Knifes and Daggers on me melted!"), -#: npc/020-5/bracco.txt:213 +#: npc/020-5/bracco.txt:255 #, no-c-format msgid "I would like all Knifes and Daggers on me melted!" msgstr "" #. code: l("I would like an item melted!"), -#: npc/020-5/bracco.txt:212 +#: npc/020-5/bracco.txt:254 #, no-c-format msgid "I would like an item melted!" msgstr "" @@ -36007,6 +36121,12 @@ msgstr "" msgid "I would like to use the Deluxe Storage." msgstr "" +#. code: rif(getcharid(2) > 0, l("I would like to use the Guild Storage.")), +#: npc/functions/bank.txt:212 +#, no-c-format +msgid "I would like to use the Guild Storage." +msgstr "" + #. code: rif(REBIRTH || is_sponsor(), l("I would like to use the Premium Storage.")), #: npc/functions/bank.txt:210 #, no-c-format @@ -36056,17 +36176,11 @@ msgid "I'll also provide you a few @@s and an Elixir. Use them wisely." msgstr "" #. code: mesq l("I'll also try to bring you to the world's edge, as you've asked."); -#: npc/024-16/king.txt:150 +#: npc/024-16/king.txt:167 #, no-c-format msgid "I'll also try to bring you to the world's edge, as you've asked." msgstr "" -#. code: mesq l("I'll ask you to kill %d %s. This will prove your worth. Good luck.", 75, getmonsterlink(RedScorpion)); -#: npc/007-1/tycoon.txt:120 -#, no-c-format -msgid "I'll ask you to kill %d %s. This will prove your worth. Good luck." -msgstr "" - #. code: mesq l("I'll be attracted by the Shadow Herb. The moss will hide the roots, which will entrap it for a while."); #: npc/018-4-2/susanne.txt:132 #, no-c-format @@ -36085,6 +36199,12 @@ msgstr "" msgid "I'll be back later with all ingredients." msgstr "" +#. code: mesq l("I'll be expecting you back."); +#: npc/012-2/helena.txt:117 +#, no-c-format +msgid "I'll be expecting you back." +msgstr "" + #. code: mesq l("I'll be waiting for you! And trading some items of questionable origins..."); #: npc/009-1/charles.txt:115 #, no-c-format @@ -36141,6 +36261,12 @@ msgstr "" msgid "I'll feed you to the Moubootaur %%e" msgstr "" +#. code: l("I'll finish it in no time. Don't worry."),L_Start, +#: npc/005-1/zegas.txt:46 +#, no-c-format +msgid "I'll finish it in no time. Don't worry." +msgstr "" + #. code: mesq l("I'll get so mad at you that even if you are correct, I'll say otherwise. Also, mind special characters."); #: npc/017-1/stranger.txt:67 #, no-c-format @@ -36351,14 +36477,14 @@ msgstr "" msgid "I'm Laranja." msgstr "" -#. code: mesq l("I'm Thurgar the mighty craftsman. I can make anything reality! But I only work to the king!"); +#. code: mesq l("I'm Thurgar the mighty craftsman. I can make anything reality! But I only work for the king!"); #: npc/024-16/craftsman.txt:19 #, no-c-format -msgid "I'm Thurgar the mighty craftsman. I can make anything reality! But I only work to the king!" +msgid "I'm Thurgar the mighty craftsman. I can make anything reality! But I only work for the king!" msgstr "" #. code: l("I'm a bit short in cash right now."); -#: npc/017-5/nahrec.txt:143 +#: npc/017-5/nahrec.txt:162 #, no-c-format msgid "I'm a bit short in cash right now." msgstr "" @@ -36402,7 +36528,7 @@ msgid "I'm actually half-wose. This means part of me is tree." msgstr "" #. code: l("I'm actually looking for an item forged!"), -#: npc/020-5/bracco.txt:211 +#: npc/020-5/bracco.txt:253 #, no-c-format msgid "I'm actually looking for an item forged!" msgstr "" @@ -36420,7 +36546,7 @@ msgid "I'm afraid I can't be of any help to you." msgstr "" #. code: mesq l("I'm afraid my wounds are too critical. I'm bleeding. I was cursed. And I can't even move."); -#: npc/018-6-1/main.txt:415 +#: npc/018-6-1/main.txt:417 #, no-c-format msgid "I'm afraid my wounds are too critical. I'm bleeding. I was cursed. And I can't even move." msgstr "" @@ -36613,13 +36739,13 @@ msgid "I'm here as an Initiate. May I enter Duck Dungeon?" msgstr "" #. code: mesq l("I'm here to arrest a criminal."); -#: npc/018-6-1/main.txt:254 +#: npc/018-6-1/main.txt:256 #, no-c-format msgid "I'm here to arrest a criminal." msgstr "" #. code: l("I'm here to arrest you."); -#: npc/018-6-1/main.txt:247 +#: npc/018-6-1/main.txt:249 #, no-c-format msgid "I'm here to arrest you." msgstr "" @@ -36660,6 +36786,18 @@ msgstr "" msgid "I'm just a lurker." msgstr "" +#. code: mesq lg("I'm just joking, mah' girl!", "I'm just joking, mah' boy!"); +#: npc/024-16/king.txt:121 +#, no-c-format +msgid "I'm just joking, mah' boy!#1" +msgstr "" + +#. code: mesq lg("I'm just joking, mah' girl!", "I'm just joking, mah' boy!"); +#: npc/024-16/king.txt:121 +#, no-c-format +msgid "I'm just joking, mah' girl!#0" +msgstr "" + #. code: mesq l("I'm just searching for some cleaning supplies. They must be somewhere around here, but everything went upside down when the slimes escaped."); #: npc/020-7-1/mirjami.txt:31 #, no-c-format @@ -36667,7 +36805,7 @@ msgid "I'm just searching for some cleaning supplies. They must be somewhere aro msgstr "" #. code: l("I'm listening, but don't hope me to buy your story."); -#: npc/018-6-1/main.txt:274 +#: npc/018-6-1/main.txt:276 #, no-c-format msgid "I'm listening, but don't hope me to buy your story." msgstr "" @@ -36763,7 +36901,7 @@ msgid "I'm not going to try to improve this masterpiece. Look its options!" msgstr "" #. code: l("I'm not here to listen stories, I need you to return what you've stole."); -#: npc/018-6-1/main.txt:287 +#: npc/018-6-1/main.txt:289 #, no-c-format msgid "I'm not here to listen stories, I need you to return what you've stole." msgstr "" @@ -36788,13 +36926,13 @@ msgstr "" #. code: l("I'm not interested."), #: npc/025-1/commander.txt:72 -#: npc/functions/mobhunter.txt:231 +#: npc/functions/mobhunter.txt:299 #, no-c-format msgid "I'm not interested." msgstr "" #. code: mesq l("I'm not neutral, so my vouch have no effect."); -#: npc/007-1/tycoon.txt:176 +#: npc/007-1/tycoon.txt:175 #, no-c-format msgid "I'm not neutral, so my vouch have no effect." msgstr "" @@ -36842,13 +36980,13 @@ msgid "I'm not unfamiliar with the children of Merlin, thosem whom cross the Mir msgstr "" #. code: l("I'm not."), 0, -#: npc/020-5/bracco.txt:265 +#: npc/020-5/bracco.txt:307 #, no-c-format msgid "I'm not." msgstr "" #. code: mesq l("I'm only assuming it was a man because the lack of boobs."); -#: npc/018-6-1/main.txt:368 +#: npc/018-6-1/main.txt:370 #, no-c-format msgid "I'm only assuming it was a man because the lack of boobs." msgstr "" @@ -36944,8 +37082,8 @@ msgid "I'm sorry... I can't help you either..." msgstr "" #. code: mesq l("I'm sure I could refine this again, if you bring me the payment and the reagents again."); -#: npc/functions/refine.txt:169 -#: npc/functions/refine.txt:188 +#: npc/functions/refine.txt:189 +#: npc/functions/refine.txt:170 #, no-c-format msgid "I'm sure I could refine this again, if you bring me the payment and the reagents again." msgstr "" @@ -37155,10 +37293,10 @@ msgstr "" msgid "I've sealed a massive amount of dark magic here." msgstr "" -#. code: mesq l("I've sent a scout ahead of you, and he reported traps in the caves you'll be needing to use to get there."); -#: npc/024-16/king.txt:113 +#. code: mesq l("I've sent a scout ahead, and he reported traps in the caves you'll be needing to traverse to get there."); +#: npc/024-16/king.txt:130 #, no-c-format -msgid "I've sent a scout ahead of you, and he reported traps in the caves you'll be needing to use to get there." +msgid "I've sent a scout ahead, and he reported traps in the caves you'll be needing to traverse to get there." msgstr "" #. code: mesq l("I, Elmo, captain's deputy, will help you to make the maximum possible money in Candor!"); @@ -37186,7 +37324,7 @@ msgid "I, the rightful ruler, demand back this world! Tyranny!" msgstr "" #. code: mesq l("I... I confess. I did steal an apple. I was hungry! I am very poor."); -#: npc/018-6-1/main.txt:267 +#: npc/018-6-1/main.txt:269 #, no-c-format msgid "I... I confess. I did steal an apple. I was hungry! I am very poor." msgstr "" @@ -37267,8 +37405,8 @@ msgstr "" #. code: 023-3,39,217,16,4 monster Iced Fluffy 1041,2,30000,30000 #. code: 024-1,96,77,78,21 monster Iced Fluffy 1041,7,60000,30000 #. code: 031-1,68,82,43,23 monster Iced Fluffy 1041,13,60000,30000 +#: mob_db.conf:1709 #: npc/024-1/_mobs.txt:3 -#: mob_db.conf:1707 #: npc/031-1/_mobs.txt:3 #: npc/023-3/_mobs.txt:4 #: npc/019-2/_mobs.txt:5 @@ -37367,10 +37505,10 @@ msgstr "" msgid "If Nikolai's helpers weren't so carefully chosen, I'd think this was some kind of a bad joke from someone." msgstr "" -#. code: l("If a guild mate dies, they will revive. Don't work on self."), +#. code: l("If a guild mate dies, they will revive. Doesn't work on self."), #: npc/guilds/logs.txt:184 #, no-c-format -msgid "If a guild mate dies, they will revive. Don't work on self." +msgid "If a guild mate dies, they will revive. Doesn't work on self." msgstr "" #. code: mesc l("If a tie happens, I'll give your coin back."); @@ -37416,7 +37554,7 @@ msgid "If it expires, you'll need to do another. To bake it I need 1 @@, 10 @@ a msgstr "" #. code: mesq l("If it was easy, someone would already have claimed it, so good luck if you plan in obtaining it."); -#: npc/024-16/king.txt:219 +#: npc/024-16/king.txt:236 #, no-c-format msgid "If it was easy, someone would already have claimed it, so good luck if you plan in obtaining it." msgstr "" @@ -37433,10 +37571,10 @@ msgstr "" msgid "If life gets so a person cannot laugh," msgstr "" -#. code: mesq l("If one of us found a Mana stone. They would become rich!"); +#. code: mesq l("If one of us found a Mana stone we would become rich!"); #: npc/007-1/dracoula.txt:115 #, no-c-format -msgid "If one of us found a Mana stone. They would become rich!" +msgid "If one of us found a Mana stone we would become rich!" msgstr "" #. code: mesc l("If only we defeated their generals and put the army in disarray... It would be possible to visit there."); @@ -37494,7 +37632,7 @@ msgid "If they were any bigger, monsters would come and kill everyone." msgstr "" #. code: mesq l("If things keep like this, we will only manage to give @@ gifts to every player...", .@gifts); -#: npc/019-4-1/chief.txt:294 +#: npc/019-4-1/chief.txt:303 #, no-c-format msgid "If things keep like this, we will only manage to give @@ gifts to every player..." msgstr "" @@ -37619,10 +37757,10 @@ msgstr "" msgid "If you bring me a @@ and 500 GP I can make one for you!" msgstr "" -#. code: mesq l("If you bring me some items to I do a bandage and heal myself, I'll give you my gloves!"); +#. code: mesq l("If you bring me some items so that I can bandage my wound, I'll give you my gloves!"); #: npc/007-1/caelum.txt:38 #, no-c-format -msgid "If you bring me some items to I do a bandage and heal myself, I'll give you my gloves!" +msgid "If you bring me some items so that I can bandage my wound, I'll give you my gloves!" msgstr "" #. code: mesq l("If you bring me some items, I can craft one for you. You will be my test subject."); @@ -37637,10 +37775,10 @@ msgstr "" msgid "If you bring me some items, I can make some for you!" msgstr "" -#. code: mesq l("If you bring us 5 @@, we'll be forever grateful.", getitemlink(TreasureKey)); -#: npc/012-2/helena.txt:111 +#. code: mesq l("If you bring us 5 %ss I'll be forever grateful.", getitemlink(TreasureKey)); +#: npc/012-2/helena.txt:108 #, no-c-format -msgid "If you bring us 5 @@, we'll be forever grateful." +msgid "If you bring us 5 %ss I'll be forever grateful." msgstr "" #. code: l("If you can manage to gather the supplies I need, I can surely craft some %s for you!", @@ -37649,10 +37787,16 @@ msgstr "" msgid "If you can manage to gather the supplies I need, I can surely craft some %s for you!" msgstr "" -#. code: mesq l("If you conclude the training, you'll be suitable for the difficult mission our King have to you."); +#. code: mesq l("If you conclude the training, you'll be suitable for the difficult mission our King will entrust you with."); #: npc/024-16/generals.txt:56 #, no-c-format -msgid "If you conclude the training, you'll be suitable for the difficult mission our King have to you." +msgid "If you conclude the training, you'll be suitable for the difficult mission our King will entrust you with." +msgstr "" + +#. code: mesq l("If you continue gathering %ss, we are able to lower our ale price! %%2", getitemlink(TreasureKey)); +#: npc/012-2/helena.txt:145 +#, no-c-format +msgid "If you continue gathering %ss, we are able to lower our ale price! %%2" msgstr "" #. code: mesq l("If you could show me what he gave you, I might trust you."); @@ -37686,7 +37830,7 @@ msgid "If you die, you'll appear near Tulimshar's Soul Menhir, which is the near msgstr "" #. code: mesq l("If you die, you'll have to begin again. And there is the experience penalty, too."); -#: npc/007-1/zarkor.txt:146 +#: npc/007-1/zarkor.txt:145 #, no-c-format msgid "If you die, you'll have to begin again. And there is the experience penalty, too." msgstr "" @@ -37734,7 +37878,7 @@ msgid "If you don't want to look at the Bible, you can try to solve the followin msgstr "" #. code: tutmes l("If you drag the Resync skill from the skill list to the shortcut list, you'll be able to rapidly solve some lag issues!"); -#: npc/005-1/zegas.txt:101 +#: npc/005-1/zegas.txt:107 #, no-c-format msgid "If you drag the \"Resync\" skill from the skill list to the shortcut list, you'll be able to rapidly solve some lag issues!" msgstr "" @@ -37771,10 +37915,10 @@ msgstr "" msgid "If you fell ready, perhaps you should touch it?" msgstr "" -#. code: mesq l("If you fight Black scorpion or others dangerous monster you should use the 'hit and run' tactic."); -#: npc/007-1/tycoon.txt:250 +#. code: mesq l("If you fight Black scorpion or other dangerous monsters you should use the 'hit and run' tactic."); +#: npc/007-1/tycoon.txt:248 #, no-c-format -msgid "If you fight Black scorpion or others dangerous monster you should use the 'hit and run' tactic." +msgid "If you fight Black scorpion or other dangerous monsters you should use the 'hit and run' tactic." msgstr "" #. code: mesq l("If you finish everything, and answer everything right, you may get a reward."); @@ -37817,6 +37961,12 @@ msgstr "" msgid "If you get too much exp this way, a skill will level up and you'll get even more!" msgstr "" +#. code: mesq l("If you go for melee, he will summon archers to keep his distance. If you use a bow, he will summon normal bandits to cut your throat."); +#: npc/012-2/helena.txt:231 +#, no-c-format +msgid "If you go for melee, he will summon archers to keep his distance. If you use a bow, he will summon normal bandits to cut your throat." +msgstr "" + #. code: mesq l("If you go to Lieutenant Dausen, he'll say that you used GIMP. Just give up."); #: npc/003-1/hasan.txt:64 #, no-c-format @@ -37936,10 +38086,10 @@ msgstr "" msgid "If you pay the fee, I'll spawn them, for no longer than 20 minutes. You should not fight alone, instead, you need a group of at least three, because, you know, the curse. Or something." msgstr "" -#. code: mesq l("If you rent an apartment, you'll become a citzen and be allowed here. Besides, you can buy stuff in your apartment to, for example, craft stuff."); +#. code: mesq l("If you rent an apartment, you'll become a citzen and be allowed here. Besides, you can buy stuff in your apartment to, for example, craft supplies."); #: npc/024-16/king.txt:52 #, no-c-format -msgid "If you rent an apartment, you'll become a \"citzen\" and be allowed here. Besides, you can buy stuff in your apartment to, for example, craft stuff." +msgid "If you rent an apartment, you'll become a \"citzen\" and be allowed here. Besides, you can buy stuff in your apartment to, for example, craft supplies." msgstr "" #. code: mes l("If you save 80% from the crops or more, you'll get @@ GP.", 300); @@ -38005,15 +38155,15 @@ msgid "If you unlock a pet but it is missing on this list, this means nobody ele msgstr "" #. code: mesq l("If you want it?"); -#: npc/007-1/pylon.txt:83 +#: npc/007-1/pylon.txt:81 #, no-c-format msgid "If you want it?" msgstr "" -#. code: mesq l("If you want to be a real miner friend, do this hard task for me. I will reward you with a @@.", getitemlink(MinerHat)); +#. code: mesq l("If you want to be a true friend of us miners, complete this hard task. I will reward you with a @@.", getitemlink(MinerHat)); #: npc/007-1/tycoon.txt:118 #, no-c-format -msgid "If you want to be a real miner friend, do this hard task for me. I will reward you with a @@." +msgid "If you want to be a true friend of us miners, complete this hard task. I will reward you with a @@." msgstr "" #. code: mesc l("If you want to know what the Alliance is up to, you might have better luck talking to Jerican, from the Press."); @@ -38157,7 +38307,7 @@ msgid "Impossible to resync: You are dead." msgstr "" #. code: case 7: mesq l("Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up."); break; -#: npc/019-4-1/chief.txt:308 +#: npc/019-4-1/chief.txt:317 #, no-c-format msgid "Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up." msgstr "" @@ -38223,10 +38373,10 @@ msgstr "" msgid "In fact, %s is considered by most to be rare these days." msgstr "" -#. code: mesq l("In fact, Bryant is my brother, and he lives in a cave, and he probably have a high level quest too, but that's not important now."); +#. code: mesq l("In fact, Bryant is my brother, and he lives in a cave, and he probably has a high level quest too, but that's not important now."); #: npc/015-2/guard.txt:52 #, no-c-format -msgid "In fact, Bryant is my brother, and he lives in a cave, and he probably have a high level quest too, but that's not important now." +msgid "In fact, Bryant is my brother, and he lives in a cave, and he probably has a high level quest too, but that's not important now." msgstr "" #. code: mesq l("In fact, I am cured! Hooray!!"); @@ -38410,10 +38560,10 @@ msgstr "" msgid "In this case, haven't I counted, I would have deleted only part of the items, then I would go silent. No refunds." msgstr "" -#. code: mesq l("In this cave we can easily find Coal, Iron ore, and sometimes @@.", getitemlink(Ruby)); // maybe add link for coal and iron ? -#: npc/007-1/tycoon.txt:243 +#. code: mesq l("In this cave we can easily find %s, %s, and sometimes %s.", getitemlink(Coal), getitemlink(IronOre), getitemlink(Ruby)); +#: npc/007-1/tycoon.txt:241 #, no-c-format -msgid "In this cave we can easily find Coal, Iron ore, and sometimes @@." +msgid "In this cave we can easily find %s, %s, and sometimes %s." msgstr "" #. code: mesq l("In this town you'll find many critical things for your journey, like artifacts, dungeons, crafts and refiners. Please enjoy your stay. And keep tuned for news about us!"); @@ -38533,7 +38683,7 @@ msgid "Indeed, matey! Here they are!" msgstr "" #. code: l("Indeed. Sorry. I'm not giving you anything."), -#: npc/007-1/zarkor.txt:78 +#: npc/007-1/zarkor.txt:77 #, no-c-format msgid "Indeed. Sorry. I'm not giving you anything." msgstr "" @@ -38949,7 +39099,7 @@ msgid "Iridium Ore" msgstr "" #. code: l("Iridium Ore -> Titanium Ore"), TitaniumOre, -#: npc/magic/transmigration.txt:93 +#: npc/magic/transmigration.txt:111 #, no-c-format msgid "Iridium Ore -> Titanium Ore" msgstr "" @@ -39005,7 +39155,7 @@ msgid "Iron Ore" msgstr "" #. code: l("Iron Ore -> Coal"), Coal, -#: npc/magic/transmigration.txt:100 +#: npc/magic/transmigration.txt:118 #, no-c-format msgid "Iron Ore -> Coal" msgstr "" @@ -39104,8 +39254,8 @@ msgstr "" #. code: Name: "Isbamuth" #. code: @ISBAMUTH=monster(.@m$, 45, 34, l("Isbamuth"), Isbamuth, 1, .name$+"::OnIsbamuthDefeat"); -#: mob_db.conf:9100 #: npc/023-3-1/logic.txt:285 +#: mob_db.conf:9105 #: npc/023-3-1/logic.txt:110 #, no-c-format msgid "Isbamuth" @@ -39194,7 +39344,7 @@ msgid "It has been a total disaster. They killed %s. And everyone on the village msgstr "" #. code: mesq l("It has eluded so many craftsmiths, who knows what can be done with that!"); -#: npc/017-5/nahrec.txt:124 +#: npc/017-5/nahrec.txt:125 #, no-c-format msgid "It has eluded so many craftsmiths, who knows what can be done with that!" msgstr "" @@ -39320,16 +39470,16 @@ msgstr "" msgid "It is on a huge, icy mountain peak. Rumors about dragons and legendary items to be found." msgstr "" -#. code: mesq l("It is one of the five legendary weapons. Legend says it was hidden in a tree on Aethyr, and will be given to the one who proves to be an excelent archer."); -#: npc/024-16/king.txt:211 +#. code: mesq l("It is one of the five legendary weapons. Legend says it was hidden in a tree on Aethyr, and will be given to the one who proves to be an excellent archer."); +#: npc/024-16/king.txt:228 #, no-c-format -msgid "It is one of the five legendary weapons. Legend says it was hidden in a tree on Aethyr, and will be given to the one who proves to be an excelent archer." +msgid "It is one of the five legendary weapons. Legend says it was hidden in a tree on Aethyr, and will be given to the one who proves to be an excellent archer." msgstr "" -#. code: mesq l("It is pretty close to here. I advise you to use a good sword, and heal yourself often."); +#. code: mesq l("It is pretty close to this island. I advise you to use a good weapon, like a well-made sword, and heal yourself often."); #: npc/015-2/guard.txt:28 #, no-c-format -msgid "It is pretty close to here. I advise you to use a good sword, and heal yourself often." +msgid "It is pretty close to this island. I advise you to use a good weapon, like a well-made sword, and heal yourself often." msgstr "" #. code: mesq l("It is said that if someone dies to the pinkies but is then avenged and mourned, the avenger may claim from the tree the shield of the world!"); @@ -39470,7 +39620,7 @@ msgid "It more than just a piece of Zealite Ore... It is a part of the world's h msgstr "" #. code: mesq l("It only loses to Tulimshar, as far as political and economical importance goes."); -#: npc/024-16/king.txt:182 +#: npc/024-16/king.txt:199 #, no-c-format msgid "It only loses to Tulimshar, as far as political and economical importance goes." msgstr "" @@ -39561,7 +39711,7 @@ msgid "It should bring me back." msgstr "" #. code: dispbottom l("It smells like manatauro's room."); -#: npc/config/easteregg_blackbox.txt:46 +#: npc/config/config_blackbox.txt:46 #, no-c-format msgid "It smells like manatauro's room." msgstr "" @@ -39598,9 +39748,9 @@ msgid "It was a real problem, threatening them to go out of business. I think th msgstr "" #. code: dispbottom l("It was a recipe you already knew... (+ @@ Mobpt)", .@mpot); +#: npc/craft/recipes.txt:443 +#: npc/craft/recipes.txt:558 #: npc/items/miscrecipes.txt:80 -#: npc/craft/recipes.txt:441 -#: npc/craft/recipes.txt:556 #: npc/items/miscrecipes.txt:33 #, no-c-format msgid "It was a recipe you already knew... (+ @@ Mobpt)" @@ -39669,7 +39819,7 @@ msgid "It was so lovely, and it had some very tasty fruits, too! But the cave wa msgstr "" #. code: mesq l("It was so tasty, I can't eat anything more... Thank you."); -#: npc/003-1/sarah.txt:58 +#: npc/003-1/sarah.txt:61 #, no-c-format msgid "It was so tasty, I can't eat anything more... Thank you." msgstr "" @@ -39690,8 +39840,8 @@ msgstr "" #. code: mesq l("It will allow you to store %d extra items, with unlimited weight or size limit, for only %s GP! Although premium clients such as yourself... deserve a discount!", 500, fnum(.@price)); #. code: mesq l("It will allow you to store %d extra items, with unlimited weight or size limit, for only %s GP! Although premium clients such as yourself... deserve a discount!", 300, fnum(.@price)); -#: npc/functions/bank.txt:262 -#: npc/functions/bank.txt:240 +#: npc/functions/bank.txt:241 +#: npc/functions/bank.txt:263 #, no-c-format msgid "It will allow you to store %d extra items, with unlimited weight or size limit, for only %s GP! Although premium clients such as yourself... deserve a discount!" msgstr "" @@ -40009,13 +40159,13 @@ msgstr "" #. code: mesq l("It's not much of a reward, but doesn't it feel great to help others in need?! HAHAHA!"); #: npc/003-10/kreist.txt:85 +#: npc/024-16/generals.txt:34 #, no-c-format msgid "It's not much of a reward, but doesn't it feel great to help others in need?! HAHAHA!" msgstr "" #. code: mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!"); #: npc/024-10/eldrin.txt:108 -#: npc/024-16/generals.txt:34 #, no-c-format msgid "It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!" msgstr "" @@ -40106,7 +40256,7 @@ msgid "It's the least I could do for having you to go through all this struggle. msgstr "" #. code: mesq l("It's time to show this shiny @@ who is the boss! HAHAHAHAHAHAHAH!", getitemlink(.@item)); -#: npc/functions/refine.txt:141 +#: npc/functions/refine.txt:142 #, no-c-format msgid "It's time to show this shiny @@ who is the boss! HAHAHAHAHAHAHAH!" msgstr "" @@ -40130,7 +40280,7 @@ msgid "It's totally safe. They are loyal as long that feed. And to think I start msgstr "" #. code: mesq l("It's true enough an @@ could heal even a dead tree, and would dispel almost every status ailment I could have.", getitemlink(ElixirOfLife)); -#: npc/018-6-1/main.txt:422 +#: npc/018-6-1/main.txt:424 #, no-c-format msgid "It's true enough an @@ could heal even a dead tree, and would dispel almost every status ailment I could have." msgstr "" @@ -40273,7 +40423,7 @@ msgid "Jack" msgstr "" #. code: mesc l("Jack bends the log over his knee."); -#: npc/012-1/jack.txt:104 +#: npc/012-1/jack.txt:105 #, no-c-format msgid "Jack bends the log over his knee." msgstr "" @@ -40281,7 +40431,7 @@ msgstr "" #. code: 032-4,0,0,0,0 monster Jack'O 1120,4,85000,50000 #. code: Name: "Jack'O" #: npc/032-4/_mobs.txt:5 -#: mob_db.conf:4992 +#: mob_db.conf:4995 #, no-c-format msgid "Jack'O" msgstr "" @@ -40299,9 +40449,9 @@ msgid "Jack's Skeleton Charm" msgstr "" #. code: mesn "Jack, the Lumberjack"; -#: npc/012-1/jack.txt:139 -#: npc/012-1/jack.txt:164 -#: npc/012-1/jack.txt:144 +#: npc/012-1/jack.txt:165 +#: npc/012-1/jack.txt:140 +#: npc/012-1/jack.txt:145 #: npc/012-1/jack.txt:12 #, no-c-format msgid "Jack, the Lumberjack" @@ -40462,7 +40612,7 @@ msgstr "" #. code: 026-1,39,34,16,10 monster Jhon Longnose 1421,5,60000,40000 #. code: Name: "Jhon Longnose" #: npc/026-1/_mobs.txt:7 -#: mob_db.conf:11204 +#: mob_db.conf:11233 #, no-c-format msgid "Jhon Longnose" msgstr "" @@ -40565,7 +40715,7 @@ msgid "June 21st - September 21st" msgstr "" #. code: Name: "Junglefowl" -#: mob_db.conf:11245 +#: mob_db.conf:11277 #, no-c-format msgid "Junglefowl" msgstr "" @@ -40777,6 +40927,12 @@ msgstr "" msgid "Keep in mind that %s are weak, baby Yetis, so kill them as well!" msgstr "" +#. code: mesq l("Keep in mind that unlike houses, furniture acquired by previous owners will not be present."); +#: npc/024-16/king.txt:89 +#, no-c-format +msgid "Keep in mind that unlike houses, furniture acquired by previous owners will not be present." +msgstr "" + #. code: mesq l("Keep in mind the more power you have, the less control you'll have as well. Until you get a %s to track progress, use %s to check your control. Less control may result in failure to summon!", getitemlink(JesusalvaGrimorium), b("@abizit")); #: npc/005-6/morgan.txt:94 #, no-c-format @@ -40861,6 +41017,12 @@ msgstr "" msgid "Kid Bola" msgstr "" +#. code: mesq l("Kill %d %s This will prove your worth. They are usually to be found in the south-west part of the mine. Good luck.", 75, getmonsterlink(RedScorpion)); +#: npc/007-1/tycoon.txt:120 +#, no-c-format +msgid "Kill %d %s This will prove your worth. They are usually to be found in the south-west part of the mine. Good luck." +msgstr "" + #. code: dispbottom l("Kill %s!", strmobinfo(1, @cl)); #: npc/001-14/ctrl.txt:485 #, no-c-format @@ -40936,47 +41098,48 @@ msgid "King Gelid" msgstr "" #. code: mesn l("King Gelid Frozenheart"); -#: npc/024-16/king.txt:106 -#: npc/024-16/king.txt:118 +#: npc/024-16/king.txt:132 #: npc/024-16/king.txt:45 #: npc/024-16/king.txt:42 #: npc/024-16/king.txt:163 -#: npc/024-16/king.txt:210 -#: npc/024-16/king.txt:124 #: npc/024-16/king.txt:33 -#: npc/024-16/king.txt:65 +#: npc/024-16/king.txt:195 #: npc/024-16/king.txt:51 #: npc/024-16/king.txt:27 -#: npc/024-16/king.txt:199 -#: npc/024-16/king.txt:79 +#: npc/024-16/king.txt:68 +#: npc/024-16/king.txt:180 #: npc/024-16/king.txt:112 -#: npc/024-16/king.txt:190 +#: npc/024-16/king.txt:91 #: npc/024-16/king.txt:48 +#: npc/024-16/king.txt:189 #: npc/024-16/king.txt:54 -#: npc/024-16/king.txt:187 -#: npc/024-16/king.txt:172 -#: npc/024-16/king.txt:178 +#: npc/024-16/king.txt:227 +#: npc/024-16/king.txt:192 +#: npc/024-16/king.txt:207 +#: npc/024-16/king.txt:155 +#: npc/024-16/king.txt:235 +#: npc/024-16/king.txt:126 #: npc/024-16/king.txt:85 +#: npc/024-16/king.txt:231 #: npc/024-16/king.txt:166 #: npc/024-16/king.txt:24 #: npc/024-16/king.txt:30 -#: npc/024-16/king.txt:103 #: npc/024-16/king.txt:88 -#: npc/024-16/king.txt:149 -#: npc/024-16/king.txt:169 -#: npc/024-16/king.txt:181 +#: npc/024-16/king.txt:141 +#: npc/024-16/king.txt:201 +#: npc/024-16/king.txt:183 +#: npc/024-16/king.txt:198 #: npc/024-16/king.txt:36 #: npc/024-16/king.txt:57 -#: npc/024-16/king.txt:115 +#: npc/024-16/king.txt:186 +#: npc/024-16/king.txt:94 #: npc/024-16/king.txt:109 #: npc/024-16/king.txt:82 #: npc/024-16/king.txt:39 -#: npc/024-16/king.txt:184 -#: npc/024-16/king.txt:218 -#: npc/024-16/king.txt:138 -#: npc/024-16/king.txt:214 -#: npc/024-16/king.txt:146 -#: npc/024-16/king.txt:175 +#: npc/024-16/king.txt:135 +#: npc/024-16/king.txt:129 +#: npc/024-16/king.txt:204 +#: npc/024-16/king.txt:216 #, no-c-format msgid "King Gelid Frozenheart" msgstr "" @@ -41014,7 +41177,7 @@ msgstr "" #. code: l("Knife"), Knife, #. code: Name: "Knife" #: item_db.conf:-1 -#: npc/020-5/bracco.txt:268 +#: npc/020-5/bracco.txt:310 #, no-c-format msgid "Knife" msgstr "" @@ -41287,8 +41450,8 @@ msgstr "" #. code: Name: "Lava Skull Slime" #. code: 026-0,89,62,10,37 monster Lava Skull Slime 1407,20,60000,30000 -#: mob_db.conf:10580 #: npc/026-0/_mobs.txt:3 +#: mob_db.conf:10585 #, no-c-format msgid "Lava Skull Slime" msgstr "" @@ -41311,9 +41474,9 @@ msgstr "" #: npc/018-3/_mobs.txt:9 #: npc/018-3/_mobs.txt:7 #: npc/001-6/_mobs.txt:6 -#: mob_db.conf:4088 #: npc/007-2/_mobs.txt:6 #: npc/018-3/_mobs.txt:11 +#: mob_db.conf:4091 #: npc/001-6/_mobs.txt:12 #: npc/010-4-2/_mobs.txt:2 #: npc/018-3/_mobs.txt:8 @@ -41324,15 +41487,15 @@ msgid "Lava Slime" msgstr "" #. code: Name: "Lava Slime Mother" -#: mob_db.conf:10044 +#: mob_db.conf:10049 #, no-c-format msgid "Lava Slime Mother" msgstr "" #. code: Name: "Lavern" #. code: 018-1-1,35,39,13,17 monster Lavern 1175,6,30000,3000 +#: mob_db.conf:6874 #: npc/018-1-1/_mobs.txt:8 -#: mob_db.conf:6869 #, no-c-format msgid "Lavern" msgstr "" @@ -41400,7 +41563,7 @@ msgid "Lead Ore" msgstr "" #. code: l("Lead Ore -> Tin Ore"), TinOre, -#: npc/magic/transmigration.txt:95 +#: npc/magic/transmigration.txt:113 #, no-c-format msgid "Lead Ore -> Tin Ore" msgstr "" @@ -41454,10 +41617,10 @@ msgid "Learn what?" msgstr "" #. code: dispbottom l("Learned a new recipe!"); +#: npc/craft/recipes.txt:564 #: npc/items/miscrecipes.txt:39 -#: npc/craft/recipes.txt:447 #: npc/items/miscrecipes.txt:86 -#: npc/craft/recipes.txt:562 +#: npc/craft/recipes.txt:449 #, no-c-format msgid "Learned a new recipe!" msgstr "" @@ -41535,23 +41698,23 @@ msgstr "" #. code: l("Leave"), -; #. code: l("Leave"); #. code: l("Leave"), L_Quit; -#: npc/012-8/doorbell.txt:78 +#: npc/020-5/bracco.txt:256 #: npc/017-3/slots.txt:44 #: npc/017-3/gambler.txt:36 #: npc/024-14/doorbell.txt:52 +#: npc/017-8/doorbell.txt:78 #: npc/017-7/doorbell.txt:78 +#: npc/019-4-1/chief.txt:339 #: npc/003-1/inar.txt:11 #: npc/009-3/dangrostra.txt:14 #: npc/009-7/doorbell.txt:78 #: npc/012-7/slots.txt:49 #: npc/003-1/neko.txt:19 -#: npc/020-5/bracco.txt:214 -#: npc/017-8/doorbell.txt:78 +#: npc/012-8/doorbell.txt:78 #: npc/003-10/slots.txt:44 #: npc/functions/estate2.txt:107 #: npc/003-10/arnea.txt:22 #: npc/020-4/gambler.txt:37 -#: npc/019-4-1/chief.txt:330 #: npc/009-6/doorbell.txt:78 #, no-c-format msgid "Leave" @@ -41690,6 +41853,12 @@ msgstr "" msgid "Legendary my ass! What a rip-off!" msgstr "" +#. code: mesc l("Legendary weapons can not be duplicated in any form, so only a single person in the world can own it at a time."); +#: npc/024-16/king.txt:60 +#, no-c-format +msgid "Legendary weapons can not be duplicated in any form, so only a single person in the world can own it at a time." +msgstr "" + #. code: mesq l("Lemme just fetch a small something for you...."); #: npc/019-1-1/miler.txt:60 #, no-c-format @@ -41726,12 +41895,6 @@ msgstr "" msgid "Less maggots means a more reliable food supply. This kind of maggot will be a little more difficult to defeat, which is an excellent way to test your prowess in battle." msgstr "" -#. code: mesq l("Less rattos means more food. So, this time the monsters will be a little stronger."); -#: npc/007-1/tycoon.txt:89 -#, no-c-format -msgid "Less rattos means more food. So, this time the monsters will be a little stronger." -msgstr "" - #. code: l("Let Cynric open your storage. You might also want to open your inventory."), #: npc/005-5/nylo.txt:155 #, no-c-format @@ -41819,7 +41982,7 @@ msgid "Let's pretend I believe you." msgstr "" #. code: l("Let's say I believe you. Who stole you? Benjamin?"); -#: npc/018-6-1/main.txt:296 +#: npc/018-6-1/main.txt:298 #, no-c-format msgid "Let's say I believe you. Who stole you? Benjamin?" msgstr "" @@ -41899,13 +42062,13 @@ msgid "Level Boss" msgstr "" #. code: dispbottom l("Level reset from %d to %d", BaseLevel, #SAVED_LVL); -#: npc/functions/clientversion.txt:1170 +#: npc/functions/clientversion.txt:1177 #, no-c-format msgid "Level reset from %d to %d" msgstr "" #. code: dispbottom l("Level set from %d to %d", #SAVED_LVL, BaseLevel); -#: npc/functions/clientversion.txt:1154 +#: npc/functions/clientversion.txt:1161 #, no-c-format msgid "Level set from %d to %d" msgstr "" @@ -42060,6 +42223,12 @@ msgstr "" msgid "Like Discord integration and sensitive options." msgstr "" +#. code: mesq l("Like I have said, I no longer craft savior pieces and I have no more blueprints for sale."); +#: npc/017-5/nahrec.txt:136 +#, no-c-format +msgid "Like I have said, I no longer craft savior pieces and I have no more blueprints for sale." +msgstr "" + #. code: mesq lg("Like, I know you are female.", "Like, I know you are male."); #: npc/009-2/librarian.txt:113 #, no-c-format @@ -42189,13 +42358,13 @@ msgid "List of known cooking recipes:" msgstr "" #. code: mesc l("List of known crafting recipes:"); -#: npc/craft/recipes.txt:212 +#: npc/craft/recipes.txt:214 #, no-c-format msgid "List of known crafting recipes:" msgstr "" #. code: l("Listen to her story again."), -#: npc/018-6-1/main.txt:374 +#: npc/018-6-1/main.txt:376 #, no-c-format msgid "Listen to her story again." msgstr "" @@ -42248,10 +42417,10 @@ msgstr "" msgid "Listen, this is not a disease. No remedy can cure you, and it cannot be inflicted by consumables." msgstr "" -#. code: mesq l("Listen. North of here, is the ruins of an old village. Said village is cursed, and nobody here wants to go there."); -#: npc/024-16/king.txt:104 +#. code: mesq l("Listen. North of here, are the ruins of an old village. Said village is cursed, and nobody wants to go there."); +#: npc/024-16/king.txt:110 #, no-c-format -msgid "Listen. North of here, is the ruins of an old village. Said village is cursed, and nobody here wants to go there." +msgid "Listen. North of here, are the ruins of an old village. Said village is cursed, and nobody wants to go there." msgstr "" #. code: mesc l("Lit the torch?"); @@ -42290,7 +42459,7 @@ msgstr "" #. code: 006-0,45,30,16,8 monster Little Red Slime 1234,4,120000,30000 #. code: Name: "Little Red Slime" #: npc/032-1/_mobs.txt:10 -#: mob_db.conf:9492 +#: mob_db.conf:9497 #: npc/006-0/_mobs.txt:3 #, no-c-format msgid "Little Red Slime" @@ -42299,7 +42468,7 @@ msgstr "" #. code: 006-0,46,38,16,14 monster Little Yellow Slime 1233,6,120000,30000 #. code: Name: "Little Yellow Slime" #: npc/006-0/_mobs.txt:2 -#: mob_db.conf:9443 +#: mob_db.conf:9448 #, no-c-format msgid "Little Yellow Slime" msgstr "" @@ -42315,10 +42484,10 @@ msgstr "" #. code: 017-0,171,43,81,19 monster Living Potato 1181,15,60000,45000 #. code: Name: "Living Potato" #. code: 017-1,123,176,103,58 monster Living Potato 1181,36,30000,30000 -#: npc/017-0/_mobs.txt:5 +#: mob_db.conf:7168 #: npc/017-1/_mobs.txt:4 +#: npc/017-0/_mobs.txt:5 #: npc/014-4/_mobs.txt:5 -#: mob_db.conf:7163 #: npc/017-0/_mobs.txt:3 #, no-c-format msgid "Living Potato" @@ -42502,7 +42671,7 @@ msgid "Lockpicks are the basic tools for thiefs. Talk to a vault in order to att msgstr "" #. code: Name: "Lof Squirrel" -#: mob_db.conf:2147 +#: mob_db.conf:2149 #, no-c-format msgid "Lof Squirrel" msgstr "" @@ -42512,7 +42681,7 @@ msgstr "" #. code: 018-1,59,51,6,4 monster Log Head 1066,2,22000,30000 #. code: 014-5,156,106,48,44 monster Log Head 1066,21,20000,20000 #: npc/014-5/_mobs.txt:2 -#: mob_db.conf:2601 +#: mob_db.conf:2604 #: npc/014-2/_mobs.txt:2 #: npc/018-1/_mobs.txt:7 #, no-c-format @@ -42740,7 +42909,7 @@ msgstr "" #. code: Name: "Lovely Fluffy" #. code: 001-12,90,88,70,68 monster Lovely Fluffy 1050,80,22000,1000 #. code: 001-11,47,34,29,14 monster Lovely Fluffy 1050,8,16000,0 -#: mob_db.conf:2019 +#: mob_db.conf:2021 #: npc/001-11/_mobs.txt:2 #: npc/001-12/_mobs.txt:3 #, no-c-format @@ -42837,6 +43006,12 @@ msgstr "" msgid "Luck++ Potion" msgstr "" +#. code: mesq l("Luckily, professor Eomie of the Tulimshar Magic Academy gave us a bug bomb to deal with them. Its inside one of the store room barrels but i don't remember which is."); +#: npc/005-1/zegas.txt:32 +#, no-c-format +msgid "Luckily, professor Eomie of the Tulimshar Magic Academy gave us a bug bomb to deal with them. Its inside one of the store room barrels but i don't remember which is." +msgstr "" + #. code: mesq l("Lucky for you, the Alliance have means to assist you. You'll be a grown up, full fledged adventurer in no time at all, and will be able to visit a friend of mine, who will then send you there."); #: npc/003-2/lua.txt:250 #, no-c-format @@ -42876,7 +43051,7 @@ msgid "Lune" msgstr "" #. code: Name: "Luvia" -#: mob_db.conf:12389 +#: mob_db.conf:12429 #, no-c-format msgid "Luvia" msgstr "" @@ -42910,8 +43085,8 @@ msgstr "" msgid "MAX HP" msgstr "" -#. code: rif(!(PCBONUS & PCB_MDEFBONUS), l("MDEF +10")), PCB_MDEFBONUS, -#: npc/functions/rebirth.txt:15 +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_MDEFBONUS), l("MDEF +10")), PCB_MDEFBONUS, +#: npc/functions/rebirth.txt:19 #, no-c-format msgid "MDEF +10" msgstr "" @@ -42922,17 +43097,8 @@ msgstr "" msgid "MEEEEEERLIN!!! SMASH THEM!!" msgstr "" -#. code: mesn "MONSTER KING"; -#: npc/007-1/zarkor.txt:182 -#: npc/007-1/zarkor.txt:179 -#: npc/007-1/zarkor.txt:167 -#: npc/007-1/zarkor.txt:173 -#, no-c-format -msgid "MONSTER KING" -msgstr "" - #. code: mesq l("MONSTER KING, APPEAR TO ME!"); -#: npc/007-1/zarkor.txt:165 +#: npc/007-1/zarkor.txt:164 #, no-c-format msgid "MONSTER KING, APPEAR TO ME!" msgstr "" @@ -42950,7 +43116,7 @@ msgid "MOTD Config" msgstr "" #. code: rif(!(PCBONUS & PCB_MPBONUS), l("MP +200")), PCB_MPBONUS, -#: npc/functions/rebirth.txt:22 +#: npc/functions/rebirth.txt:17 #, no-c-format msgid "MP +200" msgstr "" @@ -43264,7 +43430,7 @@ msgid "Magic Barrier#Pi" msgstr "" #. code: Name: "Magic Bif" -#: mob_db.conf:4872 +#: mob_db.conf:4875 #, no-c-format msgid "Magic Bif" msgstr "" @@ -43282,7 +43448,7 @@ msgid "Magic Council? What's that?" msgstr "" #. code: Name: "Magic Goblin" -#: mob_db.conf:2104 +#: mob_db.conf:2106 #, no-c-format msgid "Magic Goblin" msgstr "" @@ -43314,8 +43480,8 @@ msgstr "" #. code: 027-1,29,146,10,10 monster Magic Ratto 1126,3,60000,30000 #. code: Name: "Magic Ratto" -#: mob_db.conf:5281 #: npc/027-1/_mobs.txt:3 +#: mob_db.conf:5285 #, no-c-format msgid "Magic Ratto" msgstr "" @@ -43327,7 +43493,7 @@ msgid "Magic Raw Power Challenge" msgstr "" #. code: mesc "----------"+l("Magic Scrolls")+"----------", 2; -#: npc/craft/recipes.txt:174 +#: npc/craft/recipes.txt:175 #, no-c-format msgid "Magic Scrolls" msgstr "" @@ -43399,7 +43565,7 @@ msgid "Magical MVP Card" msgstr "" #. code: mesc "----------"+l("Magical Weapon Recipes")+"----------", 2; -#: npc/craft/recipes.txt:247 +#: npc/craft/recipes.txt:249 #, no-c-format msgid "Magical Weapon Recipes" msgstr "" @@ -43461,10 +43627,10 @@ msgstr "" msgid "Make it brighter" msgstr "" -#. code: rif(countitem(IronOre) >= 1 && Zeny >= 100, l("Make me an Iron Powder.")), L_OreOk, -#: npc/007-1/pylon.txt:89 +#. code: rif(countitem(IronOre) >= 1 && Zeny >= 100, l("Make me some Iron Powder.")), L_OreOk, +#: npc/007-1/pylon.txt:87 #, no-c-format -msgid "Make me an Iron Powder." +msgid "Make me some Iron Powder." msgstr "" #. code: l("Make sure to put on a bait after you click, though!"), @@ -43482,7 +43648,7 @@ msgid "Male" msgstr "" #. code: Name: "Malign Chest" -#: mob_db.conf:6161 +#: mob_db.conf:6165 #, no-c-format msgid "Malign Chest" msgstr "" @@ -43511,14 +43677,14 @@ msgstr "" msgid "Mana Bomb" msgstr "" -#. code: 008-2,48,126,28,33 monster Mana Bug 1075,6,25000,25000 #. code: Name: "Mana Bug" #. code: 005-1,78,49,28,10 monster Mana Bug 1075,5,35000,300000,Trainer::OnKillManaBug +#. code: 008-2,48,126,28,33 monster Mana Bug 1075,6,25000,25000 #. code: 012-1,90,62,36,15 monster Mana Bug 1075,5,30000,90000 #. code: 027-1,59,116,24,25 monster Mana Bug 1075,4,60000,30000 -#: npc/027-1/_mobs.txt:8 -#: mob_db.conf:3016 #: npc/012-1/_mobs.txt:3 +#: npc/027-1/_mobs.txt:8 +#: mob_db.conf:3019 #: npc/008-2/_mobs.txt:8 #: npc/005-1/_mobs.txt:8 #, no-c-format @@ -43526,7 +43692,7 @@ msgid "Mana Bug" msgstr "" #. code: Name: "Mana Chest" -#: mob_db.conf:6035 +#: mob_db.conf:6039 #, no-c-format msgid "Mana Chest" msgstr "" @@ -43538,9 +43704,7 @@ msgid "Mana Experience Challenge" msgstr "" #. code: 006-4,101,153,21,10 monster Mana Ghost 1068,9,75000,250000 -#. code: 006-4,94,179,17,15 monster Mana Ghost 1068,9,75000,250000 #. code: 006-4,57,82,10,24 monster Mana Ghost 1068,5,75000,25000 -#. code: 006-4,59,192,16,19 monster Mana Ghost 1068,9,75000,250000 #. code: 006-4,102,202,20,8 monster Mana Ghost 1068,9,75000,250000 #. code: 011-1,99,100,79,79 monster Mana Ghost 1068,40,20000,20000 #. code: Name: "Mana Ghost" @@ -43548,16 +43712,18 @@ msgstr "" #. code: 006-4-1,55,103,19,9 monster Mana Ghost 1068,6,75000,250000 #. code: 008-1,157,158,17,15 monster Mana Ghost 1068,1,15000,25000 #. code: areamonster("005-1", 0, 0, 125, 125, l("Mana Ghost"), ManaGhost, 1, "Ayasha::OnManaGhostDeath"); +#. code: 006-4,94,179,17,15 monster Mana Ghost 1068,9,75000,250000 +#. code: 006-4,59,192,16,19 monster Mana Ghost 1068,9,75000,250000 +#: npc/006-4/_mobs.txt:4 #: npc/011-1/_mobs.txt:2 #: npc/006-4/_mobs.txt:6 #: npc/008-1/_mobs.txt:10 +#: mob_db.conf:2696 #: npc/006-4/_mobs.txt:5 #: npc/006-4/_mobs.txt:7 #: npc/006-4-1/_mobs.txt:2 #: npc/006-4/_mobs.txt:3 #: npc/006-4/_mobs.txt:2 -#: npc/006-4/_mobs.txt:4 -#: mob_db.conf:2693 #: npc/005-1/ayasha.txt:160 #, no-c-format msgid "Mana Ghost" @@ -43599,10 +43765,10 @@ msgstr "" #: npc/006-2/_mobs.txt:4 #: npc/027-1/_mobs.txt:4 #: npc/029-9/_mobs.txt:2 -#: npc/001-12/_mobs.txt:11 #: npc/018-7-1/_mobs.txt:2 +#: npc/001-12/_mobs.txt:11 +#: mob_db.conf:6372 #: npc/014-4/_mobs.txt:3 -#: mob_db.conf:6368 #, no-c-format msgid "Mana Piou" msgstr "" @@ -43820,8 +43986,8 @@ msgstr "" #. code: Name: "Mandragora" #. code: 026-1,79,34,16,10 monster Mandragora 1423,5,60000,40000 +#: mob_db.conf:11320 #: npc/026-1/_mobs.txt:6 -#: mob_db.conf:11287 #, no-c-format msgid "Mandragora" msgstr "" @@ -43908,10 +44074,10 @@ msgstr "" #. code: mesq l("Many thanks! Come back soon."); #: npc/012-5/nicholas.txt:78 -#: npc/020-5/bracco.txt:196 +#: npc/017-5/nahrec.txt:216 #: npc/017-4/pihro.txt:63 #: npc/017-5/silversmith.txt:49 -#: npc/017-5/nahrec.txt:197 +#: npc/020-5/bracco.txt:238 #: npc/003-8/jhedia.txt:49 #: npc/017-4/pyndragon.txt:50 #, no-c-format @@ -44120,8 +44286,8 @@ msgstr "" msgid "Master Exchanger#0" msgstr "" -#. code: rif(!(PCBONUS & PCB_MATKBONUS), l("Matk +25")), PCB_MATKBONUS, -#: npc/functions/rebirth.txt:13 +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_MATKBONUS), l("Matk +25")), PCB_MATKBONUS, +#: npc/functions/rebirth.txt:18 #, no-c-format msgid "Matk +25" msgstr "" @@ -44147,19 +44313,19 @@ msgstr "" #. code: 017-0,156,143,98,102 monster Mauve Plant 1135,45,45000,45000 #. code: 014-3,128,112,70,21 monster Mauve Plant 1135,5,90000,90000 #: npc/013-1/_mobs.txt:3 +#: mob_db.conf:5664 #: npc/017-0/_mobs.txt:26 #: npc/014-3/_mobs.txt:9 -#: npc/014-2/_mobs.txt:10 #: npc/014-1/_mobs.txt:10 -#: mob_db.conf:5660 +#: npc/014-2/_mobs.txt:10 #, no-c-format msgid "Mauve Plant" msgstr "" -#. code: rif(!(PCBONUS & PCB_WEIGHTBONUS), l("Max Weight +1kg")), PCB_WEIGHTBONUS, +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_WEIGHTBONUS), l("Max Weight +2kg")), PCB_WEIGHTBONUS, #: npc/functions/rebirth.txt:25 #, no-c-format -msgid "Max Weight +1kg" +msgid "Max Weight +2kg" msgstr "" #. code: mesc l("%s is offering %s %s.", l("Maxime"), l("to bake"), getitemlink(TonoriDelight)); @@ -44249,7 +44415,7 @@ msgid "Maybe if someone helped me to get rid of the maggots on my crops, I would msgstr "" #. code: mesq l("Maybe if you go back the way you're coming, you find him..."); -#: npc/018-6-1/main.txt:361 +#: npc/018-6-1/main.txt:363 #, no-c-format msgid "Maybe if you go back the way you're coming, you find him..." msgstr "" @@ -44300,7 +44466,6 @@ msgstr "" #. code: l("Maybe some other time."),L_Close; #: npc/005-1/zegas.txt:38 -#: npc/005-1/zegas.txt:47 #, no-c-format msgid "Maybe some other time." msgstr "" @@ -44558,7 +44723,7 @@ msgid "Melina" msgstr "" #. code: //mesc l("Melt something else?"); -#: npc/020-5/bracco.txt:337 +#: npc/020-5/bracco.txt:379 #, no-c-format msgid "Melt something else?" msgstr "" @@ -44806,7 +44971,7 @@ msgstr "" #. code: 032-4,0,0,0,0 monster Michel 1203,8,85000,50000 #: npc/003-1/michel.txt:6 #: npc/032-4/_mobs.txt:4 -#: mob_db.conf:8119 +#: mob_db.conf:8124 #, no-c-format msgid "Michel" msgstr "" @@ -44842,7 +45007,7 @@ msgid "Miler" msgstr "" #. code: dispbottom l("Milestone levelup: A reward can now be claimed in Tulimshar."); -#: npc/003-3/malindou.txt:802 +#: npc/003-3/malindou.txt:806 #, no-c-format msgid "Milestone levelup: A reward can now be claimed in Tulimshar." msgstr "" @@ -44917,12 +45082,6 @@ msgstr "" msgid "Min. Score: " msgstr "" -#. code: mesq l("Mine exit is top left!"); -#: npc/007-1/dracoula.txt:15 -#, no-c-format -msgid "Mine exit is top left!" -msgstr "" - #. code: itemCombo(l("Miner"), l("All Stats +1, Vit +2"), #: npc/005-1/maya.txt:149 #, no-c-format @@ -44954,6 +45113,7 @@ msgid "Miner Tank Top" msgstr "" #. code: 006-0,46,23,19,4 monster Mineral Bif 1058,1,300000,30000 +#. code: 006-3,45,33,18,14 monster Mineral Bif 1058,1,300000,30000 #. code: 015-5,206,167,175,36 monster Mineral Bif 1058,6,100000,30000 #. code: 008-1,154,46,29,15 monster Mineral Bif 1058,2,15000,45000 #. code: 029-0,33,112,11,36 monster Mineral Bif 1058,9,90000,35000 @@ -44961,16 +45121,15 @@ msgstr "" #. code: Name: "Mineral Bif" #. code: 006-6,45,33,18,14 monster Mineral Bif 1058,4,300000,30000 #. code: 011-1,97,102,79,79 monster Mineral Bif 1058,20,60000,60000 -#. code: 006-3,45,33,18,14 monster Mineral Bif 1058,1,300000,30000 -#: npc/006-0/_mobs.txt:4 +#: mob_db.conf:2295 #: npc/011-1/_mobs.txt:6 -#: mob_db.conf:2292 #: npc/029-0/_mobs.txt:8 #: npc/006-6/_mobs.txt:4 +#: npc/006-3/_mobs.txt:4 #: npc/029-0/_mobs.txt:9 #: npc/015-5/_mobs.txt:27 #: npc/008-1/_mobs.txt:11 -#: npc/006-3/_mobs.txt:4 +#: npc/006-0/_mobs.txt:4 #, no-c-format msgid "Mineral Bif" msgstr "" @@ -44999,10 +45158,10 @@ msgstr "" msgid "Minimum range: %d" msgstr "" -#. code: mesq l("Mining opearations advance steadly day by day with your help, thanks! Maybe one day, we find a Mana Stone here!"); +#. code: mesq l("Mining operations advance steadly day by day with your help, thanks! Maybe one day, we find a Mana Stone in here!"); #: npc/007-1/tycoon.txt:128 #, no-c-format -msgid "Mining opearations advance steadly day by day with your help, thanks! Maybe one day, we find a Mana Stone here!" +msgid "Mining operations advance steadly day by day with your help, thanks! Maybe one day, we find a Mana Stone in here!" msgstr "" #. code: mesc l("Minor healing to your wounds."); @@ -45078,7 +45237,7 @@ msgid "Mirror Lake Armor" msgstr "" #. code: mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; -#: npc/craft/recipes.txt:336 +#: npc/craft/recipes.txt:338 #, no-c-format msgid "Miscellaneous Recipes" msgstr "" @@ -45108,11 +45267,11 @@ msgstr "" #. code: 010-1,70,71,4,4 monster Mister Prickel 1436,2,35000,35000 #. code: Name: "Mister Prickel" #: npc/004-2/_mobs.txt:17 -#: mob_db.conf:11874 #: npc/010-1/_mobs.txt:25 #: npc/010-1/_mobs.txt:24 -#: npc/004-2/_mobs.txt:5 +#: mob_db.conf:11914 #: npc/010-1/_mobs.txt:23 +#: npc/004-2/_mobs.txt:5 #, no-c-format msgid "Mister Prickel" msgstr "" @@ -45155,7 +45314,7 @@ msgid "Modify another line" msgstr "" #. code: l("Modify monster level!"), // 5 -#: npc/commands/event.txt:196 +#: npc/commands/event.txt:197 #, no-c-format msgid "Modify monster level!" msgstr "" @@ -45198,7 +45357,6 @@ msgstr "" #: npc/023-2/_mobs.txt:2 #: npc/015-6/_mobs.txt:4 #: npc/015-6/_mobs.txt:5 -#: mob_db.conf:2786 #: npc/031-0/_mobs.txt:3 #: npc/019-5/_mobs.txt:2 #: npc/015-6/_mobs.txt:3 @@ -45212,6 +45370,7 @@ msgstr "" #: npc/019-5/_mobs.txt:10 #: npc/015-6/_mobs.txt:16 #: npc/001-7/_mobs.txt:15 +#: mob_db.conf:2789 #: npc/019-5-2/_mobs.txt:13 #: npc/019-5-2/_mobs.txt:20 #: npc/021-2/_mobs.txt:2 @@ -45233,7 +45392,7 @@ msgid "Money in your storage is totally safe. Banking itself is totally safe." msgstr "" #. code: mesc l("Money transference by mail is, however, free."); -#: npc/functions/bank.txt:227 +#: npc/functions/bank.txt:228 #, no-c-format msgid "Money transference by mail is, however, free." msgstr "" @@ -45269,19 +45428,19 @@ msgid "Monster" msgstr "" #. code: mesc l("Monster AGI, Default %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:150 +#: npc/commands/event.txt:151 #, no-c-format msgid "Monster AGI, Default %d, use 0 to cancel" msgstr "" #. code: mesc l("Monster ATK (varies 10%%), Default %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:130 +#: npc/commands/event.txt:131 #, no-c-format msgid "Monster ATK (varies 10%%), Default %d, use 0 to cancel" msgstr "" #. code: mesc l("Monster ATK RANGE, Default %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:156 +#: npc/commands/event.txt:157 #, no-c-format msgid "Monster ATK RANGE, Default %d, use 0 to cancel" msgstr "" @@ -45294,26 +45453,26 @@ msgstr "" #. code: mes l("Monster Captain"); #. code: Name: "Monster Captain" -#: mob_db.conf:12792 +#: mob_db.conf:12832 #: npc/001-1/portal.txt:42 #, no-c-format msgid "Monster Captain" msgstr "" #. code: Name: "Monster Colonel" -#: mob_db.conf:12840 +#: mob_db.conf:12880 #, no-c-format msgid "Monster Colonel" msgstr "" #. code: mesc l("Monster DEF, Default %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:138 +#: npc/commands/event.txt:139 #, no-c-format msgid "Monster DEF, Default %d, use 0 to cancel" msgstr "" #. code: mesc l("Monster DEX, Default %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:144 +#: npc/commands/event.txt:145 #, no-c-format msgid "Monster DEX, Default %d, use 0 to cancel" msgstr "" @@ -45326,14 +45485,14 @@ msgstr "" #. code: mes l("Monster General"); #. code: Name: "Monster General" -#: mob_db.conf:12889 +#: mob_db.conf:12929 #: npc/001-1/portal.txt:39 #, no-c-format msgid "Monster General" msgstr "" #. code: mesc l("Monster HP, Default %d, use 0 to cancel", .@tmp); -#: npc/commands/event.txt:124 +#: npc/commands/event.txt:125 #, no-c-format msgid "Monster HP, Default %d, use 0 to cancel" msgstr "" @@ -45357,7 +45516,7 @@ msgid "Monster Hunters receive small bounties on a special currency, of Monster msgstr "" #. code: mesc l("Monster ID, 0 to cancel"); -#: npc/commands/event.txt:118 +#: npc/commands/event.txt:119 #, no-c-format msgid "Monster ID, 0 to cancel" msgstr "" @@ -45392,8 +45551,8 @@ msgstr "" #. code: mes l("Monster Lieutenant"); #. code: Name: "Monster Lieutenant" -#: mob_db.conf:12744 #: npc/001-1/portal.txt:43 +#: mob_db.conf:12784 #, no-c-format msgid "Monster Lieutenant" msgstr "" @@ -45405,7 +45564,7 @@ msgid "Monster Major" msgstr "" #. code: mesc l("Monster NAME, Default %s, empty to cancel", .@tmp$); -#: npc/commands/event.txt:167 +#: npc/commands/event.txt:168 #, no-c-format msgid "Monster NAME, Default %s, empty to cancel" msgstr "" @@ -45429,7 +45588,7 @@ msgid "Monster Points: %s" msgstr "" #. code: mesc l("Monster SPEED, Player speed is 150, minimum is 100!"); -#: npc/commands/event.txt:161 +#: npc/commands/event.txt:162 #, no-c-format msgid "Monster SPEED, Player speed is 150, minimum is 100!" msgstr "" @@ -45437,7 +45596,7 @@ msgstr "" #. code: mes l("Monster Sergeant"); #. code: Name: "Monster Sergeant" #: npc/001-1/portal.txt:44 -#: mob_db.conf:12696 +#: mob_db.conf:12736 #, no-c-format msgid "Monster Sergeant" msgstr "" @@ -45506,7 +45665,7 @@ msgstr "" #. code: mesq l("Moo!"); #: npc/functions/random-talk.txt:45 #: npc/functions/mounts.txt:11 -#: npc/functions/mounts.txt:16 +#: npc/functions/mounts.txt:17 #, no-c-format msgid "Moo!" msgstr "" @@ -45515,7 +45674,7 @@ msgstr "" #. code: 025-2,112,102,66,18 monster Moonshroom 1069,12,60000,60000 #. code: soren,122,104,102,81 monster Moonshroom 1069,14,60000,60000 #. code: Name: "Moonshroom" -#: mob_db.conf:2738 +#: mob_db.conf:2741 #: npc/025-2/_mobs.txt:3 #: npc/soren/_mobs.txt:2 #: npc/018-2/_mobs.txt:2 @@ -45640,10 +45799,10 @@ msgstr "" #. code: 025-1,35,41,10,15 monster Moubi 1038,6,60000,30000 #. code: Name: "Moubi" #. code: 025-3,99,157,75,17 monster Moubi 1038,16,120000,30000 -#: mob_db.conf:1563 #: npc/025-3/_mobs.txt:2 #: npc/025-1/_mobs.txt:8 #: npc/025-2-4/_mobs.txt:5 +#: mob_db.conf:1564 #: npc/029-0/_mobs.txt:7 #: npc/025-1/_mobs.txt:5 #: npc/025-1/_mobs.txt:2 @@ -45705,7 +45864,7 @@ msgstr "" #. code: 029-0,95,85,59,53 monster Mouboo Slime 1201,12,90000,35000 #: npc/029-0/_mobs.txt:2 #: npc/015-5/_mobs.txt:20 -#: mob_db.conf:8029 +#: mob_db.conf:8034 #, no-c-format msgid "Mouboo Slime" msgstr "" @@ -45749,9 +45908,9 @@ msgid "Moubootaur Legends Anniversary" msgstr "" #. code: mesn "Moubootaur Legends Server"; -#: npc/functions/clientversion.txt:1165 -#: npc/functions/clientversion.txt:1159 -#: npc/functions/clientversion.txt:1162 +#: npc/functions/clientversion.txt:1166 +#: npc/functions/clientversion.txt:1172 +#: npc/functions/clientversion.txt:1169 #, no-c-format msgid "Moubootaur Legends Server" msgstr "" @@ -45805,8 +45964,8 @@ msgstr "" #. code: 010-2,76,118,3,8 monster Mountain Snake 1123,2,35000,300000 #. code: 010-1-10,45,25,14,4 monster Mountain Snake 1123,3,35000,150000 #. code: 004-2,142,96,3,5 monster Mountain Snake 1123,1,35000,300000 +#: mob_db.conf:5134 #: npc/010-2-6/_mobs.txt:3 -#: mob_db.conf:5130 #: npc/032-2/_mobs.txt:4 #: npc/010-1/_mobs.txt:7 #: npc/010-2-16/_mobs.txt:11 @@ -45829,7 +45988,7 @@ msgid "Mountain Snake" msgstr "" #. code: l("Mountain Snake Egg -> Snake Egg"), SnakeEgg, -#: npc/magic/transmigration.txt:66 +#: npc/magic/transmigration.txt:71 #, no-c-format msgid "Mountain Snake Egg -> Snake Egg" msgstr "" @@ -45841,7 +46000,7 @@ msgid "Mountain Snake Skin" msgstr "" #. code: l("Mountain Snake Skin -> Snake Skin"), SnakeSkin, -#: npc/magic/transmigration.txt:59 +#: npc/magic/transmigration.txt:62 #, no-c-format msgid "Mountain Snake Skin -> Snake Skin" msgstr "" @@ -45853,7 +46012,7 @@ msgid "Mountain Snake Tongue" msgstr "" #. code: l("Mountain Snake Tongue -> Snake Tongue"), SnakeTongue, -#: npc/magic/transmigration.txt:73 +#: npc/magic/transmigration.txt:80 #, no-c-format msgid "Mountain Snake Tongue -> Snake Tongue" msgstr "" @@ -45962,8 +46121,8 @@ msgstr "" #. code: Name: "Murderer Scorpion" #. code: monster(.@MAP_NAME$, .@x, .@y, l("Murderer Scorpion"), MurdererScorpion, 1, "Sorfina::OnKillMurderer"); -#: mob_db.conf:5401 #: npc/003-4/sorfina.txt:76 +#: mob_db.conf:5405 #, no-c-format msgid "Murderer Scorpion" msgstr "" @@ -46036,7 +46195,7 @@ msgid "My equipment is good, let me through!" msgstr "" #. code: mesq l("My family died when I was just a little girl... I have been trying to survive..."); -#: npc/018-6-1/main.txt:270 +#: npc/018-6-1/main.txt:272 #, no-c-format msgid "My family died when I was just a little girl... I have been trying to survive..." msgstr "" @@ -46102,7 +46261,7 @@ msgid "My mother told me, do not go work like a guard. You will die from overhea msgstr "" #. code: l("My name is ")+strcharinfo(0), -#: npc/018-6-1/main.txt:246 +#: npc/018-6-1/main.txt:248 #, no-c-format msgid "My name is " msgstr "" @@ -46126,7 +46285,7 @@ msgid "My name is Amelia, and I am Elora's daughter." msgstr "" #. code: mesq l("My name is Benjamin, and I was in charge of an incursion here to capture Barbara."); -#: npc/018-6-1/main.txt:162 +#: npc/018-6-1/main.txt:164 #, no-c-format msgid "My name is Benjamin, and I was in charge of an incursion here to capture Barbara." msgstr "" @@ -46174,7 +46333,7 @@ msgid "My stats are too good, I won't need it." msgstr "" #. code: mesq l("My unit, however, was attacked! %s snuck up on us!", b(l("An assassin"))); -#: npc/018-6-1/main.txt:165 +#: npc/018-6-1/main.txt:167 #, no-c-format msgid "My unit, however, was attacked! %s snuck up on us!" msgstr "" @@ -46204,7 +46363,7 @@ msgid "Mylarin Dust" msgstr "" #. code: mesq l("Mylarin dust?! Where would you get that? That's amazing!"); -#: npc/017-5/nahrec.txt:122 +#: npc/017-5/nahrec.txt:123 #, no-c-format msgid "Mylarin dust?! Where would you get that? That's amazing!" msgstr "" @@ -46459,7 +46618,7 @@ msgid "Nah, sorry, everything is good with me." msgstr "" #. code: l("Nah, thank you."), L_Close; -#: npc/007-1/pylon.txt:90 +#: npc/007-1/pylon.txt:88 #, no-c-format msgid "Nah, thank you." msgstr "" @@ -46479,7 +46638,7 @@ msgstr "" #. code: 017-5,44,24,0 script Nahrec NPC_PLAYER,{ #. code: mesq l("Well, if you want warrior craft, perhaps you should look for @@ or @@.", l("Nicholas"), l("Nahrec")); #: npc/017-5/nahrec.txt:8 -#: npc/020-5/bracco.txt:236 +#: npc/020-5/bracco.txt:278 #, no-c-format msgid "Nahrec" msgstr "" @@ -46572,8 +46731,8 @@ msgstr "" #. code: mesn l("Narrator"); #. code: mesn "Narrator"; +#: npc/functions/clientversion.txt:1212 #: npc/000-0/sailors.txt:103 -#: npc/functions/clientversion.txt:1205 #: npc/002-1/knife.txt:17 #: npc/000-0/sailors.txt:130 #: npc/000-0/sailors.txt:29 @@ -46622,9 +46781,9 @@ msgstr "" #. code: 017-0,222,154,25,49 monster Nature Fairy 1186,12,60000,45000 #. code: 018-7-1,80,59,4,12 monster Nature Fairy 1186,3,200000,35000 #: npc/023-3/_mobs.txt:20 -#: mob_db.conf:7382 #: npc/017-0/_mobs.txt:7 #: npc/018-7-1/_mobs.txt:5 +#: mob_db.conf:7387 #: npc/018-5/_mobs.txt:5 #, no-c-format msgid "Nature Fairy" @@ -46850,7 +47009,7 @@ msgid "Nice, but no, thanks." msgstr "" #. code: l("Nice, thanks."); -#: npc/014-1/galimatia.txt:23 +#: npc/014-1/galimatia.txt:24 #, no-c-format msgid "Nice, thanks." msgstr "" @@ -46863,7 +47022,7 @@ msgstr "" #. code: mesq l("Well, if you want warrior craft, perhaps you should look for @@ or @@.", l("Nicholas"), l("Nahrec")); #. code: 012-5,36,26,0 script Nicholas NPC_NICHOLAS,{ -#: npc/020-5/bracco.txt:236 +#: npc/020-5/bracco.txt:278 #: npc/012-5/nicholas.txt:21 #, no-c-format msgid "Nicholas" @@ -46876,7 +47035,7 @@ msgid "Nico Goethe" msgstr "" #. code: Name: "Night Dragon" -#: mob_db.conf:9232 +#: mob_db.conf:9237 #, no-c-format msgid "Night Dragon" msgstr "" @@ -46885,9 +47044,9 @@ msgstr "" #. code: 007-1,101,141,76,47 monster Night Scorpion 1077,1,3600000,1800000 #. code: 001-5,54,51,25,29 monster Night Scorpion 1077,1,35000,150000 #. code: Name: "Night Scorpion" -#: mob_db.conf:3112 #: npc/001-5/_mobs.txt:6 #: npc/015-3/_mobs.txt:10 +#: mob_db.conf:3115 #: npc/007-1/_mobs.txt:12 #, no-c-format msgid "Night Scorpion" @@ -46896,7 +47055,7 @@ msgstr "" #. code: Name: "Nightmare Dragon" #. code: 025-2,66,31,35,12 monster Nightmare Dragon 1230,4,60000,60000 #. code: 026-1,59,59,2,35 monster Nightmare Dragon 1230,6,60000,40000 -#: mob_db.conf:9290 +#: mob_db.conf:9295 #: npc/026-1/_mobs.txt:8 #: npc/025-2/_mobs.txt:7 #, no-c-format @@ -47074,18 +47233,18 @@ msgstr "" #. code: select l("No"), l("Yes"); #. code: l("No"), ASK_NO, #. code: l("No"); -#: npc/017-5/nahrec.txt:173 #: npc/001-11/Demure.txt:84 -#: npc/020-5/bracco.txt:177 #: npc/017-4/pihro.txt:41 #: npc/042-10/ctrl.txt:235 #: npc/017-3/chagashroom.txt:48 #: npc/019-3/guards.txt:13 #: npc/003-1/ishi.txt:194 #: npc/commands/scheduled-broadcasts.txt:64 +#: npc/020-5/bracco.txt:219 #: npc/024-9/sake.txt:49 #: npc/012-5/nicholas.txt:52 #: npc/017-4/pyndragon.txt:31 +#: npc/017-5/nahrec.txt:192 #: npc/017-5/silversmith.txt:30 #: npc/006-9/ctrl.txt:34 #: npc/025-1/rum.txt:49 @@ -47149,9 +47308,9 @@ msgid "No need to kill the Fluffies, though." msgstr "" #. code: mesq l("No no no, that's wrong."); -#: npc/014-2-1/woody.txt:106 #: npc/003-1/inac.txt:113 #: npc/010-2/sawis.txt:109 +#: npc/014-2-1/woody.txt:108 #: npc/007-1/caelum.txt:135 #, no-c-format msgid "No no no, that's wrong." @@ -47323,7 +47482,7 @@ msgstr "" #. code: rif(countitem(BanditHood) < 10, l("No, I'll be back with them.")), #. code: rif(countitem(TreasureKey) < 5, l("No, I'll be back with them.")), #: npc/012-2/helena.txt:198 -#: npc/012-2/helena.txt:129 +#: npc/012-2/helena.txt:126 #, no-c-format msgid "No, I'll be back with them." msgstr "" @@ -47453,7 +47612,7 @@ msgstr "" msgid "No, thanks." msgstr "" -#. code: l("No, thanks. I gonna leave this place."),L_Close; +#. code: l("No, thanks. I gonna leave this place."), L_Close; #: npc/007-1/dracoula.txt:28 #, no-c-format msgid "No, thanks. I gonna leave this place." @@ -47496,7 +47655,7 @@ msgstr "" #: npc/005-1/ayasha.txt:410 #: npc/items/croconut.txt:16 #: npc/001-1/portal.txt:128 -#: npc/005-1/zegas.txt:119 +#: npc/005-1/zegas.txt:125 #: npc/002-1/chefgado.txt:45 #, no-c-format msgid "No." @@ -47785,32 +47944,32 @@ msgid "Not enough ingredients or invalid amount." msgstr "" #. code: dispbottom l("Not enough items!"); +#: npc/magic/transmigration.txt:295 +#: npc/magic/transmigration.txt:240 +#: npc/magic/transmigration.txt:289 +#: npc/magic/transmigration.txt:246 #: npc/magic/transmigration.txt:283 -#: npc/magic/transmigration.txt:228 -#: npc/magic/transmigration.txt:146 -#: npc/magic/transmigration.txt:184 -#: npc/magic/transmigration.txt:125 -#: npc/magic/transmigration.txt:137 -#: npc/magic/transmigration.txt:235 -#: npc/magic/transmigration.txt:131 -#: npc/magic/transmigration.txt:253 -#: npc/magic/transmigration.txt:241 -#: npc/magic/transmigration.txt:190 +#: npc/magic/transmigration.txt:183 +#: npc/magic/transmigration.txt:195 +#: npc/magic/transmigration.txt:221 +#: npc/magic/transmigration.txt:155 +#: npc/magic/transmigration.txt:202 +#: npc/magic/transmigration.txt:208 +#: npc/magic/transmigration.txt:176 +#: npc/magic/transmigration.txt:227 +#: npc/magic/transmigration.txt:170 #: npc/magic/transmigration.txt:277 -#: npc/magic/transmigration.txt:196 -#: npc/magic/transmigration.txt:171 +#: npc/magic/transmigration.txt:164 +#: npc/magic/transmigration.txt:214 #: npc/magic/transmigration.txt:271 -#: npc/magic/transmigration.txt:222 -#: npc/magic/transmigration.txt:216 -#: npc/magic/transmigration.txt:152 -#: npc/magic/transmigration.txt:203 +#: npc/magic/transmigration.txt:301 #: npc/magic/transmigration.txt:259 -#: npc/magic/transmigration.txt:247 #: npc/magic/transmigration.txt:265 -#: npc/magic/transmigration.txt:158 -#: npc/magic/transmigration.txt:209 -#: npc/magic/transmigration.txt:165 -#: npc/magic/transmigration.txt:177 +#: npc/magic/transmigration.txt:149 +#: npc/magic/transmigration.txt:253 +#: npc/magic/transmigration.txt:143 +#: npc/magic/transmigration.txt:234 +#: npc/magic/transmigration.txt:189 #, no-c-format msgid "Not enough items!" msgstr "" @@ -47822,7 +47981,7 @@ msgid "Not enough money." msgstr "" #. code: mesc l("Not every @@ with you belongs to you.", getitemlink(SunnyCrystal)), 1; -#: npc/007-1/pylon.txt:143 +#: npc/007-1/pylon.txt:141 #, no-c-format msgid "Not every @@ with you belongs to you." msgstr "" @@ -47978,7 +48137,7 @@ msgid "Not right now, I'm busy." msgstr "" #. code: l("Not right now."), -#: npc/024-16/king.txt:128 +#: npc/024-16/king.txt:145 #, no-c-format msgid "Not right now." msgstr "" @@ -48114,7 +48273,7 @@ msgid "Note#johanne" msgstr "" #. code: 005-2-1,41,33,0 script Note#saxsocave NPC_PAPER_NOTE,{ -#: npc/config/easteregg_blackbox.txt:5 +#: npc/config/config_blackbox.txt:5 #, no-c-format msgid "Note#saxsocave" msgstr "" @@ -48146,7 +48305,7 @@ msgid "Note: Items forged here will be guild-bound, but will use player recipes msgstr "" #. code: mesc l("Note: No rares will be given if Golbarez doesn't get enough GP to find the paradise, but Strange Coins will still be given."); -#: npc/019-4-1/golbarez.txt:53 +#: npc/019-4-1/golbarez.txt:54 #, no-c-format msgid "Note: No rares will be given if Golbarez doesn't get enough GP to find the paradise, but Strange Coins will still be given." msgstr "" @@ -48195,7 +48354,7 @@ msgid "Note: This travel takes a whole minute to complete!!" msgstr "" #. code: mesc l("Note: Transfering items on mail cost @@ GP/item", 500); -#: npc/functions/bank.txt:226 +#: npc/functions/bank.txt:227 #, no-c-format msgid "Note: Transfering items on mail cost @@ GP/item" msgstr "" @@ -48353,8 +48512,8 @@ msgstr "" #: npc/012-5/nicholas.txt:189 #: npc/012-5/nicholas.txt:153 #: npc/017-5/silversmith.txt:63 +#: npc/020-5/bracco.txt:281 #: npc/012-5/nicholas.txt:217 -#: npc/020-5/bracco.txt:239 #, no-c-format msgid "Nothing, sorry!" msgstr "" @@ -48588,10 +48747,10 @@ msgstr "" msgid "Now you must feel homelike already here... take these slippers so your feet stays warm!" msgstr "" -#. code: mesq l("Now you need to fight monster with the maximum range, you can to do this do these steps in order: lock enemy, Attack, hit, move backwards of one tile, hit, ETC."); -#: npc/007-1/tycoon.txt:259 +#. code: mesq l("Now you need to fight monsters at the maximum range, do these steps in order: lock enemy, attack, hit, move backwards of one tile, hit, rinse and repeat."); +#: npc/007-1/tycoon.txt:257 #, no-c-format -msgid "Now you need to fight monster with the maximum range, you can to do this do these steps in order: lock enemy, Attack, hit, move backwards of one tile, hit, ETC." +msgid "Now you need to fight monsters at the maximum range, do these steps in order: lock enemy, attack, hit, move backwards of one tile, hit, rinse and repeat." msgstr "" #. code: mesq l("Now, I'm sure you could find the answer you seek without the trouble of coming here, but anyway. I guess I'll explain you how things work here, first."); @@ -48637,7 +48796,7 @@ msgid "Now, listen closely. Jesusalva desgined most of the quests. And he hates msgstr "" #. code: mesq l("Now, listen to me. I know I promised to bring you to the World's Edge."); -#: npc/024-16/king.txt:173 +#: npc/024-16/king.txt:190 #, no-c-format msgid "Now, listen to me. I know I promised to bring you to the World's Edge." msgstr "" @@ -48714,14 +48873,14 @@ msgstr "" #. code: Name: "Nulity Pixie" #: npc/018-5/_mobs.txt:10 #: npc/018-5/_mobs.txt:11 -#: mob_db.conf:8790 #: npc/018-7/_mobs.txt:8 +#: mob_db.conf:8795 #, no-c-format msgid "Nulity Pixie" msgstr "" #. code: Name: "Nutcracker" -#: mob_db.conf:11373 +#: mob_db.conf:11408 #, no-c-format msgid "Nutcracker" msgstr "" @@ -48762,8 +48921,8 @@ msgid "OFF WITH THEIR HEADS!" msgstr "" #. code: mesq l("OH MY, PLEASE DON'T!"); -#: npc/018-6-1/main.txt:311 -#: npc/018-6-1/main.txt:383 +#: npc/018-6-1/main.txt:385 +#: npc/018-6-1/main.txt:313 #, no-c-format msgid "OH MY, PLEASE DON'T!" msgstr "" @@ -48790,7 +48949,7 @@ msgid "OK, I will get them." msgstr "" #. code: l("OMG CANCEL IT!!"); // 8 -#: npc/commands/event.txt:199 +#: npc/commands/event.txt:200 #, no-c-format msgid "OMG CANCEL IT!!" msgstr "" @@ -48808,7 +48967,7 @@ msgid "OMG you got all equipment in Moubootaur Legends. You are truly a legend o msgstr "" #. code: monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); -#: db/re/item_db.conf:17428 +#: db/re/item_db.conf:17431 #: db/re/item_db.conf:188 #, no-c-format msgid "Oak" @@ -48827,7 +48986,7 @@ msgstr "" #: npc/002-5/_mobs.txt:2 #: npc/016-7/_mobs.txt:2 #: npc/016-6/_mobs.txt:2 -#: mob_db.conf:5594 +#: mob_db.conf:5598 #, no-c-format msgid "Ocean Croc" msgstr "" @@ -48839,7 +48998,7 @@ msgid "Ocean Croc Claw" msgstr "" #. code: Name: "Ocean Pirate" -#: mob_db.conf:5754 +#: mob_db.conf:5758 #, no-c-format msgid "Ocean Pirate" msgstr "" @@ -48911,7 +49070,7 @@ msgid "Of course, if your problem is only experience, then you should look for % msgstr "" #. code: tutmes l("Of course, lag might always be a problem. Remember to drag healing items to the shortcut list too. %%2"); -#: npc/005-1/zegas.txt:102 +#: npc/005-1/zegas.txt:108 #, no-c-format msgid "Of course, lag might always be a problem. Remember to drag healing items to the shortcut list too. %%2" msgstr "" @@ -48928,6 +49087,12 @@ msgstr "" msgid "Of course, the Savior race is extinct as far as history book concern with." msgstr "" +#. code: mesq l("Of course, there are also always daily chores to do, if you are more interested in that. %%Q"); +#: npc/012-2/helena.txt:277 +#, no-c-format +msgid "Of course, there are also always daily chores to do, if you are more interested in that. %%Q" +msgstr "" + #. code: mesq l("Of course, they are on the left wall, go have a look at them."); #: npc/002-1/juliet.txt:82 #, no-c-format @@ -49043,7 +49208,7 @@ msgid "Oh no! What should we do now?" msgstr "" #. code: mesq l("Oh no, Benjamin is a city guard, he would never do that. I hope."); -#: npc/018-6-1/main.txt:347 +#: npc/018-6-1/main.txt:349 #, no-c-format msgid "Oh no, Benjamin is a city guard, he would never do that. I hope." msgstr "" @@ -49212,7 +49377,7 @@ msgid "Oh, Miler just prepared a %s for you. You can use it... Or give it to Hen msgstr "" #. code: l("Oh, Welcome then."); -#: npc/003-1/sarah.txt:68 +#: npc/003-1/sarah.txt:71 #, no-c-format msgid "Oh, Welcome then." msgstr "" @@ -49577,12 +49742,6 @@ msgstr "" msgid "Ok, let's stay focused now!" msgstr "" -#. code: mesq l("Ok, now I want you to purge the cave from maggots. Kill 25 @@. They keep respawning and annoy miners team.", getmonsterlink(CaveMaggot)); -#: npc/007-1/tycoon.txt:91 -#, no-c-format -msgid "Ok, now I want you to purge the cave from maggots. Kill 25 @@. They keep respawning and annoy miners team." -msgstr "" - #. code: l("Ok, see you later."),L_Close, #: npc/003-2/lua.txt:35 #, no-c-format @@ -49624,16 +49783,10 @@ msgstr "" msgid "Ok, you can see that target over there? I will tell you how strong the wind blows and from which direction. Then you will try to hit the target by moving right or left and decide how powerful you want to shoot." msgstr "" -#. code: mesq l("Ok, you look strong enough. Now, let me think on an easy task for you..."); +#. code: mesq l("Ok, you look strong enough. Now, let me think of an easy task for you..."); #: npc/007-1/tycoon.txt:77 #, no-c-format -msgid "Ok, you look strong enough. Now, let me think on an easy task for you..." -msgstr "" - -#. code: l("Ok. Cool life!"), L_Close, -#: npc/007-1/dracoula.txt:52 -#, no-c-format -msgid "Ok. Cool life!" +msgid "Ok, you look strong enough. Now, let me think of an easy task for you..." msgstr "" #. code: mesq l("Ok. You have made great progress. I think you are ready for further tasks."); @@ -49738,7 +49891,6 @@ msgstr "" #: npc/004-2-2/_mobs.txt:7 #: npc/004-2-9/_mobs.txt:5 #: npc/004-2-3/_mobs.txt:20 -#: mob_db.conf:7935 #: npc/004-2-11/_mobs.txt:7 #: npc/004-2-4/_mobs.txt:14 #: npc/004-2-5/_mobs.txt:2 @@ -49747,6 +49899,7 @@ msgstr "" #: npc/004-2-4/_mobs.txt:13 #: npc/011-3/_mobs.txt:4 #: npc/010-2-4/_mobs.txt:6 +#: mob_db.conf:7940 #: npc/004-2-4/_mobs.txt:15 #: npc/015-8/_mobs.txt:5 #, no-c-format @@ -49946,10 +50099,10 @@ msgstr "" msgid "Once you join the Alliance, you won't be able to talk with people outside it." msgstr "" -#. code: mesq l("Once you lit one of them, monsters will pour out, so take care to don't die."); -#: npc/007-1/zarkor.txt:143 +#. code: mesq l("Once you light one of them, monsters will be summoned, so take care to not die. The amount and difficulty of the summoned monsters increases with every torch you light. I advice you to run away and hurry to the next torch."); +#: npc/007-1/zarkor.txt:142 #, no-c-format -msgid "Once you lit one of them, monsters will pour out, so take care to don't die." +msgid "Once you light one of them, monsters will be summoned, so take care to not die. The amount and difficulty of the summoned monsters increases with every torch you light. I advice you to run away and hurry to the next torch." msgstr "" #. code: mesc l("Once you reach level %d, I'll offer you a life-time opportunity to delete all your levels and experience for your %s rebirth!", .@blvl, .@rebirth$); @@ -49965,7 +50118,7 @@ msgid "Once your skill is forgotten, the Magic Skill Points used will be freed." msgstr "" #. code: mesc "----------"+l("One Hand Weapon Recipes")+"----------", 2; -#: npc/craft/recipes.txt:215 +#: npc/craft/recipes.txt:217 #, no-c-format msgid "One Hand Weapon Recipes" msgstr "" @@ -50001,13 +50154,13 @@ msgid "One day, I was provoked. Others came to my aid," msgstr "" #. code: mesq l("One day... One day! ONE DAY I'LL GET REVENGE ON YOU, MONSTER KING!"); -#: npc/007-1/zarkor.txt:54 +#: npc/007-1/zarkor.txt:53 #, no-c-format msgid "One day... One day! ONE DAY I'LL GET REVENGE ON YOU, MONSTER KING!" msgstr "" #. code: rif(.@itemid != Event1HSword, l("One hand sword (average)")), -#: npc/001-11/Soren.txt:87 +#: npc/001-11/Soren.txt:90 #, no-c-format msgid "One hand sword (average)" msgstr "" @@ -50024,12 +50177,6 @@ msgstr "" msgid "One last thing to keep in mind... If you are surrounded, you'll suffer an agility and defense penalty." msgstr "" -#. code: mesq l("One last thing... Good luck. This is a long shot, so don't hesit in running away."); -#: npc/012-2/helena.txt:250 -#, no-c-format -msgid "One last thing... Good luck. This is a long shot, so don't hesit in running away." -msgstr "" - #. code: dispbottom l("One of the bandits locked this door; We need to find the key!"); #: npc/034-2/gemini.txt:23 #, no-c-format @@ -50085,8 +50232,8 @@ msgid "Only Cronqvist Mode yields more points per wave!" msgstr "" #. code: dispbottom col(l("Only Sponsors are allowed past this area."),1); -#: npc/012-2/door.txt:35 -#: npc/012-2/door.txt:27 +#: npc/012-2/door.txt:30 +#: npc/012-2/door.txt:38 #, no-c-format msgid "Only Sponsors are allowed past this area." msgstr "" @@ -50283,13 +50430,13 @@ msgid "Open Recipe Book" msgstr "" #. code: l("Open shop"); -#: npc/001-11/Soren.txt:46 +#: npc/001-11/Soren.txt:49 #, no-c-format msgid "Open shop" msgstr "" #. code: l("Open storage"), -#: npc/001-11/Soren.txt:45 +#: npc/001-11/Soren.txt:48 #, no-c-format msgid "Open storage" msgstr "" @@ -50331,12 +50478,6 @@ msgstr "" msgid "Operation successful." msgstr "" -#. code: dispbottom l("Ops, I should not leave this room without talking to the king first."); -#: npc/024-16/guards.txt:25 -#, no-c-format -msgid "Ops, I should not leave this room without talking to the king first." -msgstr "" - #. code: l("Ops, sorry. I was going to the Soul Menhir and entered your house by accident."); #: npc/018-5-2/leona.txt:19 #, no-c-format @@ -50344,7 +50485,7 @@ msgid "Ops, sorry. I was going to the Soul Menhir and entered your house by acci msgstr "" #. code: mesq l("Ops... I hammered this stuff too hard... It's junk now."); -#: npc/functions/refine.txt:177 +#: npc/functions/refine.txt:178 #, no-c-format msgid "Ops... I hammered this stuff too hard... It's junk now." msgstr "" @@ -50410,7 +50551,7 @@ msgid "Or should we even split ourselves to check all possible ways?" msgstr "" #. code: mesc l("Or use our awesome [@@https://tmw2.org/manalauncher/InstallManaLauncher.exe|Mana Launcher@@] if you're on Windows or Linux."); -#: npc/functions/clientversion.txt:1212 +#: npc/functions/clientversion.txt:1219 #, no-c-format msgid "Or use our awesome [@@https://tmw2.org/manalauncher/InstallManaLauncher.exe|Mana Launcher@@] if you're on Windows or Linux." msgstr "" @@ -50838,13 +50979,13 @@ msgid "Pan#Saggy" msgstr "" #. code: Name: "Panthom Lord" -#: mob_db.conf:11584 +#: mob_db.conf:11621 #, no-c-format msgid "Panthom Lord" msgstr "" #. code: Name: "Panthom Wisp" -#: mob_db.conf:11025 +#: mob_db.conf:11048 #, no-c-format msgid "Panthom Wisp" msgstr "" @@ -50856,7 +50997,7 @@ msgid "Pants" msgstr "" #. code: mesc "----------"+l("Pants Recipes")+"----------", 2; -#: npc/craft/recipes.txt:289 +#: npc/craft/recipes.txt:291 #, no-c-format msgid "Pants Recipes" msgstr "" @@ -51150,6 +51291,12 @@ msgstr "" msgid "Perfect indeed! Congratulations!" msgstr "" +#. code: mesq l("Perfect!"); +#: npc/012-2/helena.txt:184 +#, no-c-format +msgid "Perfect!" +msgstr "" + #. code: mesq l("Perfect! Here is your reward!"); #: npc/007-1/tycoon.txt:98 #: npc/005-7/trainer.txt:112 @@ -51253,8 +51400,8 @@ msgstr "" #. code: mesc l("A new pet has been unlocked on the @@!", l("Pet Detective")); #. code: 017-1,192,23,0 script Pet Detective NPC_PET_TAMER,{ -#: npc/functions/mobhunter.txt:174 #: npc/017-1/pet_detective.txt:7 +#: npc/functions/mobhunter.txt:239 #, no-c-format msgid "Pet Detective" msgstr "" @@ -51307,12 +51454,6 @@ msgstr "" msgid "Ph.D" msgstr "" -#. code: dispbottom l("Phew! The Bandit Lord was killed."); -#: npc/015-2/lordcave.txt:23 -#, no-c-format -msgid "Phew! The Bandit Lord was killed." -msgstr "" - #. code: mesq l("Phew... We should be safe now. Thanks, %s!", strcharinfo(0)); #: npc/004-3-1/falkrun.txt:188 #, no-c-format @@ -51444,8 +51585,8 @@ msgstr "" #. code: 014-3,164,75,31,14 monster Pinkie 1132,9,30000,20000,Oscar::OnKillPinkie #. code: 008-1,118,144,22,17 monster Pinkie 1132,3,15000,25000 #: npc/013-1/_mobs.txt:2 +#: mob_db.conf:5553 #: npc/025-2-3/_mobs.txt:2 -#: mob_db.conf:5549 #: npc/008-1/_mobs.txt:5 #: npc/014-3/_mobs.txt:6 #: npc/012-1/_mobs.txt:4 @@ -51460,7 +51601,7 @@ msgid "Pinkie Crystal" msgstr "" #. code: Name: "Pinkie Emperor" -#: mob_db.conf:11157 +#: mob_db.conf:11186 #, no-c-format msgid "Pinkie Emperor" msgstr "" @@ -51479,18 +51620,18 @@ msgstr "" #. code: Name: "Pinkie Maximus" #. code: 025-2-3,56,41,17,10 monster Pinkie Maximus 1249,9,20000,2500 -#: mob_db.conf:10240 #: npc/025-2-3/_mobs.txt:4 +#: mob_db.conf:10245 #, no-c-format msgid "Pinkie Maximus" msgstr "" #. code: 025-2-3,54,41,15,12 monster Pinkie Suseran 1419,10,4000,8000 -#. code: 026-1,79,59,16,10 monster Pinkie Suseran 1419,6,60000,40000 #. code: Name: "Pinkie Suseran" +#. code: 026-1,79,59,16,10 monster Pinkie Suseran 1419,6,60000,40000 #: npc/025-2-3/_mobs.txt:3 #: npc/026-1/_mobs.txt:3 -#: mob_db.conf:11111 +#: mob_db.conf:11140 #, no-c-format msgid "Pinkie Suseran" msgstr "" @@ -51599,7 +51740,7 @@ msgstr "" #. code: 006-2-4,35,27,3,2 monster Piou Knight 1434,2,30000,30000 #. code: Name: "Piou Knight" -#: mob_db.conf:11788 +#: mob_db.conf:11827 #: npc/006-2-4/_mobs.txt:2 #, no-c-format msgid "Piou Knight" @@ -51694,7 +51835,7 @@ msgid "Platinum Ore" msgstr "" #. code: l("Platinum Ore -> Iridium Ore"), IridiumOre, -#: npc/magic/transmigration.txt:92 +#: npc/magic/transmigration.txt:110 #, no-c-format msgid "Platinum Ore -> Iridium Ore" msgstr "" @@ -51708,7 +51849,7 @@ msgid "Platinum Quiver" msgstr "" #. code: Name: "Platinum Red Queen" -#: mob_db.conf:12521 +#: mob_db.conf:12561 #, no-c-format msgid "Platinum Red Queen" msgstr "" @@ -51840,6 +51981,12 @@ msgstr "" msgid "Please don't disturb me, I'm busy crafting my own customized power mega blaster weapon. I just keep failing to apply +100% exp gain bonus on it!" msgstr "" +#. code: mesq l("Please don't go inside this storehouse, it is infested with aggressive maggots."); +#: npc/005-1/zegas.txt:23 +#, no-c-format +msgid "Please don't go inside this storehouse, it is infested with aggressive maggots." +msgstr "" + #. code: mesq l("Please don't lie to me..."); #. code: mesq l("Please don't lie to me...") + " Scorpion Claw"), ScorpionClaw, -#: npc/magic/transmigration.txt:87 +#: npc/magic/transmigration.txt:97 #, no-c-format msgid "Red Scorpion Claw -> Scorpion Claw" msgstr "" @@ -53978,7 +54131,7 @@ msgid "Red Scorpion Stinger" msgstr "" #. code: l("Red Scorpion Stinger -> Scorpion Stinger"), ScorpionStinger, -#: npc/magic/transmigration.txt:80 +#: npc/magic/transmigration.txt:88 #, no-c-format msgid "Red Scorpion Stinger -> Scorpion Stinger" msgstr "" @@ -53993,7 +54146,7 @@ msgstr "" #. code: Name: "Red Skull Slime" #. code: 025-2-4,40,28,13,3 monster Red Skull Slime 1404,3,20000,75000 #: npc/025-2-4/_mobs.txt:2 -#: mob_db.conf:10431 +#: mob_db.conf:10436 #: npc/006-6/_mobs.txt:3 #, no-c-format msgid "Red Skull Slime" @@ -54022,7 +54175,6 @@ msgstr "" #: npc/008-2/_mobs.txt:10 #: npc/015-6/_mobs.txt:21 #: npc/015-8/_mobs.txt:6 -#: mob_db.conf:3846 #: npc/015-4/_mobs.txt:4 #: npc/018-4/_mobs.txt:5 #: npc/015-6/_mobs.txt:56 @@ -54032,6 +54184,7 @@ msgstr "" #: npc/011-1/_mobs.txt:5 #: npc/006-3/_mobs.txt:3 #: npc/001-6/_mobs.txt:5 +#: mob_db.conf:3849 #: npc/015-6/_mobs.txt:42 #: npc/015-3/_mobs.txt:8 #: npc/015-6/_mobs.txt:41 @@ -54043,8 +54196,8 @@ msgstr "" #. code: 007-2,49,23,31,10 monster Red Slime Mother 1240,3,35000,25000 #. code: 006-4-1,54,151,14,10 monster Red Slime Mother 1240,3,75000,25000 #: npc/006-4-1/_mobs.txt:5 +#: mob_db.conf:9796 #: npc/007-2/_mobs.txt:9 -#: mob_db.conf:9791 #, no-c-format msgid "Red Slime Mother" msgstr "" @@ -54366,61 +54519,61 @@ msgid "Renew Rent" msgstr "" #. code: rif(Zeny > 100, l("Rent 1 day for 100 GP")), 100, -#: npc/functions/mounts.txt:22 +#: npc/functions/mounts.txt:23 #, no-c-format msgid "Rent 1 day for 100 GP" msgstr "" #. code: rif(Zeny > 50, l("Rent 1 day for 50 GP")), 50, -#: npc/functions/mounts.txt:69 +#: npc/functions/mounts.txt:71 #, no-c-format msgid "Rent 1 day for 50 GP" msgstr "" #. code: rif(Zeny > 1200, l("Rent 15 days for 1200 GP")), 1200, -#: npc/functions/mounts.txt:25 +#: npc/functions/mounts.txt:26 #, no-c-format msgid "Rent 15 days for 1200 GP" msgstr "" #. code: rif(Zeny > 600, l("Rent 15 days for 600 GP")), 600, -#: npc/functions/mounts.txt:72 +#: npc/functions/mounts.txt:74 #, no-c-format msgid "Rent 15 days for 600 GP" msgstr "" #. code: rif(Zeny > 135, l("Rent 3 days for 135 GP")), 135, -#: npc/functions/mounts.txt:70 +#: npc/functions/mounts.txt:72 #, no-c-format msgid "Rent 3 days for 135 GP" msgstr "" #. code: rif(Zeny > 270, l("Rent 3 days for 270 GP")), 270, -#: npc/functions/mounts.txt:23 +#: npc/functions/mounts.txt:24 #, no-c-format msgid "Rent 3 days for 270 GP" msgstr "" #. code: rif(Zeny > 1000, l("Rent 30 days for 1000 GP")), 1000, -#: npc/functions/mounts.txt:73 +#: npc/functions/mounts.txt:75 #, no-c-format msgid "Rent 30 days for 1000 GP" msgstr "" #. code: rif(Zeny > 2000, l("Rent 30 days for 2000 GP")), 2000, -#: npc/functions/mounts.txt:26 +#: npc/functions/mounts.txt:27 #, no-c-format msgid "Rent 30 days for 2000 GP" msgstr "" #. code: rif(Zeny > 300, l("Rent 7 days for 300 GP")), 300, -#: npc/functions/mounts.txt:71 +#: npc/functions/mounts.txt:73 #, no-c-format msgid "Rent 7 days for 300 GP" msgstr "" #. code: rif(Zeny > 600, l("Rent 7 days for 600 GP")), 600, -#: npc/functions/mounts.txt:24 +#: npc/functions/mounts.txt:25 #, no-c-format msgid "Rent 7 days for 600 GP" msgstr "" @@ -54558,13 +54711,13 @@ msgid "Researcher" msgstr "" #. code: mesc ".:: " + l("Researcher Alyta's Residence") + " ::."; -#: npc/config/easteregg_blackbox.txt:23 +#: npc/config/config_blackbox.txt:23 #, no-c-format msgid "Researcher Alyta's Residence" msgstr "" #. code: mesc ".:: " + l("Researcher Jak's Residence") + " ::."; -#: npc/config/easteregg_blackbox.txt:19 +#: npc/config/config_blackbox.txt:19 #, no-c-format msgid "Researcher Jak's Residence" msgstr "" @@ -54589,7 +54742,7 @@ msgid "Reset & Destroy" msgstr "" #. code: l("Reset Crazyfefe Fight"), -#: npc/commands/event.txt:364 +#: npc/commands/event.txt:365 #, no-c-format msgid "Reset Crazyfefe Fight" msgstr "" @@ -54613,21 +54766,21 @@ msgid "Reset stats, skills, level" msgstr "" #. code: l("Reset status"), -#: npc/001-11/Soren.txt:43 +#: npc/001-11/Soren.txt:46 #, no-c-format msgid "Reset status" msgstr "" #. code: mes l("Reset!"); #: npc/005-1/ayasha.txt:414 -#: npc/005-1/zegas.txt:123 +#: npc/005-1/zegas.txt:129 #, no-c-format msgid "Reset!" msgstr "" #. code: mesq l("Reset?"); -#: npc/005-1/zegas.txt:115 #: npc/005-1/ayasha.txt:404 +#: npc/005-1/zegas.txt:121 #, no-c-format msgid "Reset?" msgstr "" @@ -54669,7 +54822,7 @@ msgid "Return" msgstr "" #. code: rif(countitem(ClosedChristmasBox), l("Return @@ boxes", countitem(ClosedChristmasBox))), -#: npc/019-4-1/chief.txt:328 +#: npc/019-4-1/chief.txt:337 #, no-c-format msgid "Return @@ boxes" msgstr "" @@ -54714,7 +54867,7 @@ msgstr "" #: npc/commands/debug.txt:67 #: npc/commands/motd.txt:129 #: npc/commands/scheduled-broadcasts.txt:166 -#: npc/commands/event.txt:367 +#: npc/commands/event.txt:368 #, no-c-format msgid "Return to Super Menu" msgstr "" @@ -54756,7 +54909,7 @@ msgid "Revives an already dead allied player. Req. Lifestone to cast." msgstr "" #. code: Name: "Revolver Shooter" -#: mob_db.conf:8334 +#: mob_db.conf:8339 #, no-c-format msgid "Revolver Shooter" msgstr "" @@ -54798,7 +54951,7 @@ msgid "Riding Tortuga" msgstr "" #. code: Name: "Rifle Shooter" -#: mob_db.conf:8290 +#: mob_db.conf:8295 #, no-c-format msgid "Rifle Shooter" msgstr "" @@ -54893,10 +55046,10 @@ msgstr "" #. code: 008-2,33,138,21,32 monster Robin Bandit 1153,1,25000,25000 #. code: 015-8,114,95,51,69 monster Robin Bandit 1153,16,30000,30000 #: npc/015-8/_mobs.txt:3 -#: mob_db.conf:6271 +#: npc/011-3/_mobs.txt:13 #: npc/008-2/_mobs.txt:20 #: npc/015-3/_mobs.txt:7 -#: npc/011-3/_mobs.txt:13 +#: mob_db.conf:6275 #, no-c-format msgid "Robin Bandit" msgstr "" @@ -55042,9 +55195,9 @@ msgstr "" #. code: Name: "Ruby Bif" #. code: 004-3-2,0,0,0,0 monster Ruby Bif 1099,4,35000,150000 #: npc/004-3-2/_mobs.txt:18 +#: mob_db.conf:4178 #: npc/007-1/_mobs.txt:15 #: npc/015-4/_mobs.txt:5 -#: mob_db.conf:4175 #: npc/004-2-4/_mobs.txt:16 #, no-c-format msgid "Ruby Bif" @@ -55063,10 +55216,10 @@ msgstr "" #. code: 023-3,123,68,22,21 monster Rudolph Slime 1086,2,30000,30000 #. code: 023-3,122,201,31,13 monster Rudolph Slime 1086,2,30000,30000 #. code: 022-1,77,104,31,15 monster Rudolph Slime 1086,8,0,0 -#: npc/024-1/_mobs.txt:5 +#: mob_db.conf:3559 #: npc/022-1/_mobs.txt:7 -#: mob_db.conf:3556 #: npc/022-1/_mobs.txt:6 +#: npc/024-1/_mobs.txt:5 #: npc/023-3/_mobs.txt:16 #: npc/023-3/_mobs.txt:17 #: npc/022-1/_mobs.txt:2 @@ -55154,7 +55307,7 @@ msgstr "" #. code: Name: "Rusty Knife" #. code: l("Rusty Knife"), RustyKnife, #: item_db.conf:-1 -#: npc/020-5/bracco.txt:266 +#: npc/020-5/bracco.txt:308 #, no-c-format msgid "Rusty Knife" msgstr "" @@ -55204,7 +55357,7 @@ msgid "SHUT UP PEETU, I'M ALREADY TIRED OF LISTENING YOUR CRIES!" msgstr "" #. code: mesc l("SMASH! And it is now only dust..."), 3; -#: npc/007-1/pylon.txt:159 +#: npc/007-1/pylon.txt:157 #, no-c-format msgid "SMASH! And it is now only dust..." msgstr "" @@ -55226,8 +55379,8 @@ msgstr "" #. code: mesc l("STORY MODE ENABLED. Monsters won't attack you, so you can read without worries."), 1; #: npc/006-10/logic.txt:147 #: npc/025-2/guard.txt:12 +#: npc/018-6-1/main.txt:156 #: npc/006-4-1/painting.txt:14 -#: npc/018-6-1/main.txt:154 #, no-c-format msgid "STORY MODE ENABLED. Monsters won't attack you, so you can read without worries." msgstr "" @@ -55285,7 +55438,7 @@ msgid "Sacred Mana Potion" msgstr "" #. code: Name: "Sacred Wisp" -#: mob_db.conf:10939 +#: mob_db.conf:10956 #, no-c-format msgid "Sacred Wisp" msgstr "" @@ -55318,11 +55471,11 @@ msgstr "" #. code: 014-5-1,33,37,0 script Sagratha NPC_SAGRATHA,{ #. code: mesn l("Sagratha"); #: npc/015-8-1/campaign.txt:267 -#: mob_db.conf:9058 #: npc/014-5/sagratha.txt:78 +#: npc/014-5/sagratha.txt:123 #: npc/014-5/sagratha.txt:114 #: npc/014-5/sagratha.txt:104 -#: npc/014-5/sagratha.txt:123 +#: mob_db.conf:9063 #: npc/015-8-1/campaign.txt:264 #: npc/014-5-1/sagratha.txt:63 #: npc/015-8-1/campaign.txt:270 @@ -55459,9 +55612,9 @@ msgstr "" #. code: Name: "Santa Slime" #: npc/031-0/_mobs.txt:5 #: npc/019-6/_mobs.txt:3 +#: mob_db.conf:4045 #: npc/019-1/_mobs.txt:5 #: npc/023-3/_mobs.txt:12 -#: mob_db.conf:4042 #: npc/019-3/_mobs.txt:4 #: npc/020-7-2/_mobs.txt:5 #: npc/031-1/_mobs.txt:6 @@ -55470,7 +55623,7 @@ msgid "Santa Slime" msgstr "" #. code: case 1: mesq l("Santa can give one present for all players. Maybe if we got 200..."); break; -#: npc/019-4-1/chief.txt:302 +#: npc/019-4-1/chief.txt:311 #, no-c-format msgid "Santa can give one present for all players. Maybe if we got 200..." msgstr "" @@ -55496,8 +55649,8 @@ msgstr "" #. code: 008-2,103,200,29,39 monster Sapphire Bif 1114,2,25000,45000 #. code: 015-6,394,81,55,59 monster Sapphire Bif 1114,6,135000,30000 #. code: Name: "Sapphire Bif" -#: mob_db.conf:4755 #: npc/008-2/_mobs.txt:27 +#: mob_db.conf:4758 #: npc/015-6/_mobs.txt:71 #, no-c-format msgid "Sapphire Bif" @@ -55538,9 +55691,9 @@ msgstr "" #: npc/010-1/_mobs.txt:5 #: npc/010-1/_mobs.txt:13 #: npc/011-3/_mobs.txt:5 -#: mob_db.conf:5229 #: npc/010-1/_mobs.txt:11 #: npc/011-3/_mobs.txt:9 +#: mob_db.conf:5233 #: npc/010-1-9/_mobs.txt:2 #: npc/008-2/_mobs.txt:17 #: npc/010-1/_mobs.txt:12 @@ -55610,12 +55763,6 @@ msgstr "" msgid "Saulc, Crazyfefe and Jesus Saves are the three High Councillors. Don't do anything illegal while they're watching!" msgstr "" -#. code: mesn "Saulc, the Bug Master"; -#: npc/007-1/zarkor.txt:37 -#, no-c-format -msgid "Saulc, the Bug Master" -msgstr "" - #. code: Name: "Saulcandy" #: item_db.conf:-1 #, no-c-format @@ -55690,13 +55837,19 @@ msgstr "" msgid "Savior Sky Piercer" msgstr "" +#. code: mesq l("Savior equipment is for level 100+ players. Get your expectations back to reality, alright?"); +#: npc/017-5/nahrec.txt:142 +#, no-c-format +msgid "Savior equipment is for level 100+ players. Get your expectations back to reality, alright?" +msgstr "" + #. code: 010-2,138,122,0 script Sawis NPC_PLAYER,{ #: npc/010-2/sawis.txt:9 #, no-c-format msgid "Sawis" msgstr "" -#. code: mesq l("Do you see that fancy house over there? My husband, @@, used to live there.", b(l("Saxso"))); +#. code: mesq l("Do you see that fancy house over there? My husband, %%s, used to live there.", b(l("Saxso"))); #: npc/005-1/zegas.txt:82 #, no-c-format msgid "Saxso" @@ -55711,7 +55864,7 @@ msgstr "" #. code: 005-2,43,40,0,0 monster Saxso Ghost 1076,1,36000,300000 #. code: Name: "Saxso Ghost" #: npc/005-2/_mobs.txt:2 -#: mob_db.conf:3063 +#: mob_db.conf:3066 #, no-c-format msgid "Saxso Ghost" msgstr "" @@ -55768,7 +55921,7 @@ msgstr "" #. code: 017-0,164,89,30,24 monster Scar 1045,8,60000,45000 #. code: Name: "Scar" #: npc/017-0/_mobs.txt:13 -#: mob_db.conf:1890 +#: mob_db.conf:1892 #: npc/032-4/_mobs.txt:2 #, no-c-format msgid "Scar" @@ -55962,8 +56115,8 @@ msgstr "" #. code: l("Scoreboards"), #. code: l("Scoreboards"), -1; #: npc/006-9/ctrl.txt:35 -#: npc/019-4-1/chief.txt:329 #: npc/001-11/Demure.txt:177 +#: npc/019-4-1/chief.txt:338 #: npc/003-1/ched.txt:123 #: npc/001-14/hocus.txt:147 #, no-c-format @@ -56221,14 +56374,14 @@ msgstr "" #. code: Name: "Sea Slime" #. code: 011-3,37,56,24,14 monster Sea Slime 1093,5,100000,30000 #. code: 011-3,37,32,19,7 monster Sea Slime 1093,5,100000,30000 -#. code: 008-2,67,87,10,60 monster Sea Slime 1093,7,25000,25000 #. code: 027-1,100,152,60,7 monster Sea Slime 1093,12,5000,5000 +#. code: 008-2,67,87,10,60 monster Sea Slime 1093,7,25000,25000 #. code: 014-2,207,65,40,50 monster Sea Slime 1093,6,42000,20000 #: npc/027-1/_mobs.txt:9 #: npc/011-3/_mobs.txt:14 #: npc/011-3/_mobs.txt:17 #: npc/008-2/_mobs.txt:19 -#: mob_db.conf:3897 +#: mob_db.conf:3900 #: npc/014-2/_mobs.txt:6 #, no-c-format msgid "Sea Slime" @@ -56236,7 +56389,7 @@ msgstr "" #. code: 017-0,95,178,39,43 monster Sea Slime Mother 1244,8,60000,45000 #. code: Name: "Sea Slime Mother" -#: mob_db.conf:9991 +#: mob_db.conf:9996 #: npc/017-0/_mobs.txt:14 #, no-c-format msgid "Sea Slime Mother" @@ -56359,6 +56512,12 @@ msgstr "" msgid "Seems like Arkim held it too close to the flame..." msgstr "" +#. code: dispbottom col(l("Seems like my access was revoked. I probably should talk to Airlia instead."), 9); +#: npc/012-2/door.txt:25 +#, no-c-format +msgid "Seems like my access was revoked. I probably should talk to Airlia instead." +msgstr "" + #. code: mesc l("Seems like someone else opened this chest before you!"); #: npc/042-5/ctrl.txt:175 #, no-c-format @@ -56511,7 +56670,7 @@ msgid "Send soul to the Mana Plane for GM events" msgstr "" #. code: rif($EVENT$ == "Valentine", l("Send them to Valentine Island!")), -#: npc/commands/event.txt:197 +#: npc/commands/event.txt:198 #, no-c-format msgid "Send them to Valentine Island!" msgstr "" @@ -56656,9 +56815,9 @@ msgid "Set sail! We're going to Tulimshar!" msgstr "" #. code: //message strcharinfo(0), l("Set status @@ with @@ kills", .@qp, .@kp); -#: npc/005-4/rosen.txt:176 -#: npc/007-1/tycoon.txt:289 #: npc/005-7/trainer.txt:543 +#: npc/005-4/rosen.txt:176 +#: npc/007-1/tycoon.txt:286 #, no-c-format msgid "Set status @@ with @@ kills" msgstr "" @@ -56758,8 +56917,8 @@ msgstr "" #. code: 018-7,80,80,14,11 monster Shadow Pixie 1217,1,120000,0 #. code: 018-5-1,65,100,2,2 monster Shadow Pixie 1217,1,300000,30000 #. code: Name: "Shadow Pixie" +#: mob_db.conf:8752 #: npc/018-5-1/_mobs.txt:8 -#: mob_db.conf:8747 #: npc/018-7/_mobs.txt:11 #, no-c-format msgid "Shadow Pixie" @@ -56772,7 +56931,7 @@ msgstr "" #. code: 018-3,123,27,3,3 monster Shadow Plant 1189,2,60000,60000 #. code: 017-2-2,70,57,16,20 monster Shadow Plant 1189,4,60000,10000 #: npc/017-0/_mobs.txt:27 -#: mob_db.conf:7497 +#: mob_db.conf:7502 #: npc/017-2-2/_mobs.txt:2 #: npc/018-3/_mobs.txt:15 #: npc/018-1-1/_mobs.txt:10 @@ -56782,7 +56941,7 @@ msgid "Shadow Plant" msgstr "" #. code: Name: "Shadow Tortuga" -#: mob_db.conf:11540 +#: mob_db.conf:11577 #, no-c-format msgid "Shadow Tortuga" msgstr "" @@ -56808,7 +56967,7 @@ msgstr "" #. code: l("Sharp Knife"), SharpKnife, #. code: Name: "Sharp Knife" #: item_db.conf:-1 -#: npc/020-5/bracco.txt:269 +#: npc/020-5/bracco.txt:311 #, no-c-format msgid "Sharp Knife" msgstr "" @@ -56850,8 +57009,8 @@ msgid "She doesn't seems to trust me... Maybe I should bring a guild vice-leader msgstr "" #. code: mesc l("She falls in a single blow. You'll attribute her death to the Mysterious Assassin."); -#: npc/018-6-1/main.txt:320 -#: npc/018-6-1/main.txt:392 +#: npc/018-6-1/main.txt:322 +#: npc/018-6-1/main.txt:394 #, no-c-format msgid "She falls in a single blow. You'll attribute her death to the Mysterious Assassin." msgstr "" @@ -56973,7 +57132,7 @@ msgid "Shemagh" msgstr "" #. code: mesc "----------"+l("Shield Recipes")+"----------", 2; -#: npc/craft/recipes.txt:262 +#: npc/craft/recipes.txt:264 #, no-c-format msgid "Shield Recipes" msgstr "" @@ -57071,7 +57230,7 @@ msgid "Short Tank Top" msgstr "" #. code: Name: "Shotgun Shooter" -#: mob_db.conf:8246 +#: mob_db.conf:8251 #, no-c-format msgid "Shotgun Shooter" msgstr "" @@ -57089,6 +57248,12 @@ msgstr "" msgid "Should I walk on it?" msgstr "" +#. code: mesc l("Should the owner go missing for over a month, the legendary weapon returns to its original place and can be claimed by someone else."); +#: npc/024-16/king.txt:61 +#, no-c-format +msgid "Should the owner go missing for over a month, the legendary weapon returns to its original place and can be claimed by someone else." +msgstr "" + #. code: mesc l("Should we ask about the %s before leaving?", getitemlink(PirateTreasureMap)); #: npc/015-3/arkim.txt:151 #, no-c-format @@ -57126,7 +57291,7 @@ msgid "Show Tutorial Protips" msgstr "" #. code: l("Show me a report"), // 7 -#: npc/commands/event.txt:198 +#: npc/commands/event.txt:199 #, no-c-format msgid "Show me a report" msgstr "" @@ -57151,7 +57316,7 @@ msgstr "" #. code: 006-2,68,72,6,5 monster Shrewboo 1435,4,30000,30000 #. code: Name: "Shrewboo" -#: mob_db.conf:11829 +#: mob_db.conf:11868 #: npc/006-2/_mobs.txt:8 #, no-c-format msgid "Shrewboo" @@ -57164,7 +57329,7 @@ msgid "Shroom Hat" msgstr "" #. code: Name: "Siege Tower" -#: mob_db.conf:9542 +#: mob_db.conf:9547 #, no-c-format msgid "Siege Tower" msgstr "" @@ -57343,16 +57508,16 @@ msgstr "" msgid "Silk Robe" msgstr "" -#. code: Name: "Silk Worm" #. code: 012-1,85,86,52,15 monster Silk Worm 1034,5,30000,25000 #. code: 006-2-3,43,32,8,7 monster Silk Worm 1034,6,30000,30000 #. code: 014-1,97,59,86,45 monster Silk Worm 1034,15,30000,10000 #. code: 015-2,152,72,141,63 monster Silk Worm 1034,9,30000,100000 +#. code: Name: "Silk Worm" #. code: 008-0,48,48,28,28 monster Silk Worm 1034,6,35000,300000 #: npc/014-1/_mobs.txt:2 #: npc/015-2/_mobs.txt:2 #: npc/012-1/_mobs.txt:7 -#: mob_db.conf:1388 +#: mob_db.conf:1389 #: npc/006-2-3/_mobs.txt:3 #: npc/008-0/_mobs.txt:4 #, no-c-format @@ -57384,8 +57549,8 @@ msgid "Silver Boss Gift" msgstr "" #. code: Name: "Silver Chest" -#: mob_db.conf:5883 -#: mob_db.conf:6443 +#: mob_db.conf:6447 +#: mob_db.conf:5887 #, no-c-format msgid "Silver Chest" msgstr "" @@ -57441,7 +57606,7 @@ msgid "Silver Ore" msgstr "" #. code: l("Silver Ore -> Copper Ore"), CopperOre, -#: npc/magic/transmigration.txt:98 +#: npc/magic/transmigration.txt:116 #, no-c-format msgid "Silver Ore -> Copper Ore" msgstr "" @@ -57602,10 +57767,10 @@ msgstr "" msgid "Sit on the rug in front of me and learn wisdom! Maybe you'll learn something this way." msgstr "" -#. code: Name: "Skeleton" #. code: 017-0,102,85,19,19 monster Skeleton 1137,8,60000,45000 +#. code: Name: "Skeleton" #: npc/017-0/_mobs.txt:11 -#: mob_db.conf:5704 +#: mob_db.conf:5708 #, no-c-format msgid "Skeleton" msgstr "" @@ -57687,7 +57852,7 @@ msgid "Sleep" msgstr "" #. code: Name: "Sleeping Bandit" -#: mob_db.conf:6233 +#: mob_db.conf:6237 #, no-c-format msgid "Sleeping Bandit" msgstr "" @@ -57721,7 +57886,7 @@ msgstr "" #: npc/008-2/_mobs.txt:2 #: npc/008-1/_mobs.txt:7 #: npc/023-3/_mobs.txt:13 -#: mob_db.conf:3753 +#: mob_db.conf:3756 #, no-c-format msgid "Slime Blast" msgstr "" @@ -57744,6 +57909,12 @@ msgstr "" msgid "Slimes are on the loose. They have escaped, ate several books, and some are still in the building." msgstr "" +#. code: l("Slimes... Sorry, not my cup of tea..."); +#: npc/012-2/helena.txt:111 +#, no-c-format +msgid "Slimes... Sorry, not my cup of tea..." +msgstr "" + #. code: Name: "Slippers" #: item_db.conf:-1 #, no-c-format @@ -57771,7 +57942,7 @@ msgstr "" #. code: 015-1,120,136,91,81 monster Small Amethyst Bif 1110,5,45000,45000 #. code: Name: "Small Amethyst Bif" #: npc/015-1/_mobs.txt:4 -#: mob_db.conf:4601 +#: mob_db.conf:4604 #, no-c-format msgid "Small Amethyst Bif" msgstr "" @@ -57795,7 +57966,7 @@ msgid "Small Chocolate Bar" msgstr "" #. code: Name: "Small Diamond Bif" -#: mob_db.conf:4485 +#: mob_db.conf:4488 #, no-c-format msgid "Small Diamond Bif" msgstr "" @@ -57811,20 +57982,20 @@ msgstr "" #. code: 018-6-1,34,181,5,5 monster Small Elenium Bif 1226,4,300000,45000 #. code: 018-6-1,125,158,6,5 monster Small Elenium Bif 1226,4,300000,45000 #: npc/018-6-1/_mobs.txt:9 -#: mob_db.conf:9145 #: npc/018-6-1/_mobs.txt:8 #: npc/018-6-1/_mobs.txt:7 +#: mob_db.conf:9150 #, no-c-format msgid "Small Elenium Bif" msgstr "" #. code: 015-5,297,95,39,38 monster Small Emerald Bif 1104,1,45000,45000 -#. code: 015-5,215,108,5,6 monster Small Emerald Bif 1104,1,45000,45000 #. code: 015-3,102,105,81,87 monster Small Emerald Bif 1104,6,65000,45000 #. code: Name: "Small Emerald Bif" +#. code: 015-5,215,108,5,6 monster Small Emerald Bif 1104,1,45000,45000 #: npc/015-5/_mobs.txt:19 -#: mob_db.conf:4369 #: npc/015-5/_mobs.txt:16 +#: mob_db.conf:4372 #: npc/015-3/_mobs.txt:17 #, no-c-format msgid "Small Emerald Bif" @@ -57837,21 +58008,21 @@ msgid "Small Fishing Net" msgstr "" #. code: Name: "Small Frog" -#: mob_db.conf:11915 +#: mob_db.conf:11955 #, no-c-format msgid "Small Frog" msgstr "" #. code: Name: "Small Knife" #. code: l("Small Knife"), SmallKnife, -#: npc/020-5/bracco.txt:267 +#: npc/020-5/bracco.txt:309 #: item_db.conf:-1 #, no-c-format msgid "Small Knife" msgstr "" #. code: Name: "Small Magic Bif" -#: mob_db.conf:4833 +#: mob_db.conf:4836 #, no-c-format msgid "Small Magic Bif" msgstr "" @@ -57865,14 +58036,14 @@ msgstr "" #. code: 004-2-12,0,0,0,0 monster Small Ruby Bif 1098,1,35000,150000 #. code: Name: "Small Ruby Bif" #: npc/004-2-12/_mobs.txt:6 -#: mob_db.conf:4137 +#: mob_db.conf:4140 #, no-c-format msgid "Small Ruby Bif" msgstr "" #. code: Name: "Small Sapphire Bif" #. code: 004-2-6,0,0,0,0 monster Small Sapphire Bif 1113,1,35000,150000 -#: mob_db.conf:4717 +#: mob_db.conf:4720 #: npc/004-2-6/_mobs.txt:8 #, no-c-format msgid "Small Sapphire Bif" @@ -57905,13 +58076,13 @@ msgstr "" #: npc/004-2-8/_mobs.txt:6 #: npc/010-1-7/_mobs.txt:9 #: npc/003-1-3/_mobs.txt:3 +#: mob_db.conf:4256 #: npc/004-2-2/_mobs.txt:8 #: npc/010-1-1/_mobs.txt:9 #: npc/010-2-16/_mobs.txt:12 #: npc/010-1-3/_mobs.txt:10 #: npc/011-2/_mobs.txt:9 #: npc/011-2/_mobs.txt:3 -#: mob_db.conf:4253 #: npc/010-2-10/_mobs.txt:6 #: npc/004-2-1/_mobs.txt:12 #, no-c-format @@ -57946,8 +58117,8 @@ msgstr "" #. code: 026-1,79,84,16,10 monster Snail 1426,8,60000,40000 #. code: 026-1,39,59,16,10 monster Snail 1426,8,60000,40000 #: npc/026-1/_mobs.txt:5 +#: mob_db.conf:11453 #: npc/026-1/_mobs.txt:2 -#: mob_db.conf:11417 #, no-c-format msgid "Snail" msgstr "" @@ -58026,6 +58197,7 @@ msgstr "" #: npc/001-6/_mobs.txt:8 #: npc/010-2-14/_mobs.txt:4 #: npc/010-2-7/_mobs.txt:4 +#: mob_db.conf:5088 #: npc/011-3/_mobs.txt:8 #: npc/015-3/_mobs.txt:16 #: npc/010-1/_mobs.txt:16 @@ -58035,7 +58207,6 @@ msgstr "" #: npc/015-2/_mobs.txt:29 #: npc/008-2/_mobs.txt:13 #: npc/004-2-1/_mobs.txt:5 -#: mob_db.conf:5084 #: npc/004-2/_mobs.txt:14 #: npc/018-5-1/_mobs.txt:3 #: npc/010-1-5/_mobs.txt:5 @@ -58061,7 +58232,7 @@ msgid "Snake Egg" msgstr "" #. code: l("Snake Egg -> Cave Snake Egg"), CaveSnakeEgg, -#: npc/magic/transmigration.txt:67 +#: npc/magic/transmigration.txt:72 #, no-c-format msgid "Snake Egg -> Cave Snake Egg" msgstr "" @@ -58079,7 +58250,7 @@ msgid "Snake Skin" msgstr "" #. code: l("Snake Skin -> Cave Snake Skin"), CaveSnakeSkin, -#: npc/magic/transmigration.txt:60 +#: npc/magic/transmigration.txt:63 #, no-c-format msgid "Snake Skin -> Cave Snake Skin" msgstr "" @@ -58091,7 +58262,7 @@ msgid "Snake Tongue" msgstr "" #. code: l("Snake Tongue -> Cave Snake Tongue"), CaveSnakeTongue, -#: npc/magic/transmigration.txt:74 +#: npc/magic/transmigration.txt:81 #, no-c-format msgid "Snake Tongue -> Cave Snake Tongue" msgstr "" @@ -58103,13 +58274,13 @@ msgid "Snale" msgstr "" #. code: Name: "Snow Binny (NYI)" -#: mob_db.conf:6193 +#: mob_db.conf:6197 #, no-c-format msgid "Snow Binny (NYI)" msgstr "" #. code: Name: "Snow Flower" -#: mob_db.conf:11459 +#: mob_db.conf:11496 #, no-c-format msgid "Snow Flower" msgstr "" @@ -58124,8 +58295,8 @@ msgstr "" #. code: 019-5-1,119,104,2,2 monster Snowman 1440,1,100000,30000 #. code: Name: "Snowman" #: npc/019-5-1/_mobs.txt:14 -#: mob_db.conf:12048 #: npc/019-5-1/_mobs.txt:4 +#: mob_db.conf:12088 #, no-c-format msgid "Snowman" msgstr "" @@ -58208,10 +58379,10 @@ msgstr "" msgid "So in a hurry, I forgot to take enough bait for fishing." msgstr "" -#. code: mesq l("So it could be nice, if you could bring me 20 @@,", getitemlink(BatTeeth)); +#. code: mesq l("So it would be really nice if you could bring me %d %s,", 20, getitemlink(BatTeeth)); #: npc/007-1/dracoula.txt:61 #, no-c-format -msgid "So it could be nice, if you could bring me 20 @@," +msgid "So it would be really nice if you could bring me %d %s," msgstr "" #. code: mesq l("So let's strike a deal, bring me %d %s, %d %s, %d %s, and a %s. I'll reward you, promise.", @@ -58382,10 +58553,10 @@ msgstr "" msgid "So, if you could bring me %d of them, that would be totally awesome! Pretty please! I'm counting on you!" msgstr "" -#. code: mesq l("So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rearguard, or charge against certain death, buying you time?"); +#. code: mesq l("So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rear, or charge into certain death, buying you time?"); #: npc/024-16/generals.txt:68 #, no-c-format -msgid "So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rearguard, or charge against certain death, buying you time?" +msgid "So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rear, or charge into certain death, buying you time?" msgstr "" #. code: mesq l("So, it is @@ GP each one up-front. Or I can brew with your materials:", .@price); @@ -58412,10 +58583,10 @@ msgstr "" msgid "So, let's work with the last proposal, that you're from an ancient family. We can backtrace what they did." msgstr "" -#. code: mesq l("So, only citzens, elves and dwarves are normally welcome here and I'm NOT going to make you an exception."); +#. code: mesq l("So, only citzens, elves and dwarves are normally welcome here and I'm NOT going to make an exception."); #: npc/024-16/king.txt:46 #, no-c-format -msgid "So, only citzens, elves and dwarves are normally welcome here and I'm NOT going to make you an exception." +msgid "So, only citzens, elves and dwarves are normally welcome here and I'm NOT going to make an exception." msgstr "" #. code: mesq l("So, please kill %d/%d %ss for us and make the city a better place!", get_byte(.@q3, 1), get_byte(.@q3, 0), getmonsterlink(.@q2)); @@ -58509,7 +58680,7 @@ msgid "So, will you challenge me?" msgstr "" #. code: mesq l("So, will you go?"); -#: npc/024-16/king.txt:125 +#: npc/024-16/king.txt:142 #, no-c-format msgid "So, will you go?" msgstr "" @@ -58586,14 +58757,8 @@ msgstr "" msgid "So... I think I'm almost done! My plan is to force a @@ into being a pretty Butterfly. Hey, I like cute things!" msgstr "" -#. code: mesq l("So... I won't say you can't do it, @@. I will just say killing the Bandit Lord is no easy task.", strcharinfo(0)); -#: npc/012-2/helena.txt:222 -#, no-c-format -msgid "So... I won't say you can't do it, @@. I will just say killing the Bandit Lord is no easy task." -msgstr "" - #. code: mesq l("So... I'm at your hands now... What will you do with me?"); -#: npc/018-6-1/main.txt:371 +#: npc/018-6-1/main.txt:373 #, no-c-format msgid "So... I'm at your hands now... What will you do with me?" msgstr "" @@ -58686,16 +58851,16 @@ msgstr "" msgid "Some of finest elven craftmanship can be found there, like bows, for example." msgstr "" -#. code: mesq lg("Some of my miners friends died in this mine, because there are plenty of dangerous monsters."); +#. code: mesq lg("Some of my miners died in this mine because there are plenty of dangerous monsters."); #: npc/007-1/tycoon.txt:46 #, no-c-format -msgid "Some of my miners friends died in this mine, because there are plenty of dangerous monsters.#0" +msgid "Some of my miners died in this mine because there are plenty of dangerous monsters.#0" msgstr "" -#. code: mesq lg("Some of my miners friends died in this mine, because there are plenty of dangerous monsters."); +#. code: mesq lg("Some of my miners died in this mine because there are plenty of dangerous monsters."); #: npc/007-1/tycoon.txt:46 #, no-c-format -msgid "Some of my miners friends died in this mine, because there are plenty of dangerous monsters.#1" +msgid "Some of my miners died in this mine because there are plenty of dangerous monsters.#1" msgstr "" #. code: mesc l("Some of them are pretty strong. Do you need an explanation about hit'n'run and the monster you're about to face?"); @@ -58795,7 +58960,7 @@ msgid "Someone else has already defeated this bounty." msgstr "" #. code: npctalkonce l("Someone else is using the guild storage right now. Please wait."); -#: npc/guilds/storage.txt:23 +#: npc/guilds/storage.txt:26 #, no-c-format msgid "Someone else is using the guild storage right now. Please wait." msgstr "" @@ -58837,7 +59002,7 @@ msgid "Something changed; We should see what is." msgstr "" #. code: l("Something else?"); -#: npc/functions/bank.txt:279 +#: npc/functions/bank.txt:286 #, no-c-format msgid "Something else?" msgstr "" @@ -59079,7 +59244,7 @@ msgid "Sorry kind sir @@, but no.#1" msgstr "" #. code: mesq l("Sorry pal, but only if another miner vouches for you."); -#: npc/007-1/tycoon.txt:172 +#: npc/007-1/tycoon.txt:171 #, no-c-format msgid "Sorry pal, but only if another miner vouches for you." msgstr "" @@ -59096,6 +59261,12 @@ msgstr "" msgid "Sorry! Sorry!" msgstr "" +#. code: mesq l("Sorry, %s. Please come back later, I am busy.", strcharinfo(0)); +#: npc/012-2/helena.txt:87 +#, no-c-format +msgid "Sorry, %s. Please come back later, I am busy." +msgstr "" + #. code: mesq l("Sorry, @@ already started the fight.", $@FEFE_CAVE_HERO$); #: npc/006-1/crazyfefe.txt:158 #: npc/006-1/crazyfefe.txt:178 @@ -59133,10 +59304,10 @@ msgstr "" msgid "Sorry, I don't have any pets at the moment." msgstr "" -#. code: l("Sorry, I forgot my courage on my other set of pants."); +#. code: l("Sorry, I forgot my courage in my other set of pants."); #: npc/012-2/helena.txt:178 #, no-c-format -msgid "Sorry, I forgot my courage on my other set of pants." +msgid "Sorry, I forgot my courage in my other set of pants." msgstr "" #. code: l("Sorry, I forgot what you need!"), L_List, @@ -59166,7 +59337,7 @@ msgid "Sorry, I have to go." msgstr "" #. code: mesq l("Sorry, I haven't seen you. My name is Barbara."); -#: npc/018-6-1/main.txt:243 +#: npc/018-6-1/main.txt:245 #, no-c-format msgid "Sorry, I haven't seen you. My name is Barbara." msgstr "" @@ -59178,7 +59349,7 @@ msgid "Sorry, I misclicked the first button. Have a nice nap, great Crazyfefe!" msgstr "" #. code: l("Sorry, I need to better prepare myself."), -#: npc/012-2/helena.txt:237 +#: npc/012-2/helena.txt:240 #, no-c-format msgid "Sorry, I need to better prepare myself." msgstr "" @@ -59343,13 +59514,13 @@ msgid "Sorry, it looks like Saulc wrote on this stone. It is entirely illegible. msgstr "" #. code: mesq lg("Sorry, son. I know how hard this is. But this is teaching you a valuable lesson, your eye will be more sharp for quality wood from now on."); -#: npc/012-1/jack.txt:123 +#: npc/012-1/jack.txt:124 #, no-c-format msgid "Sorry, son. I know how hard this is. But this is teaching you a valuable lesson, your eye will be more sharp for quality wood from now on.#0" msgstr "" #. code: mesq lg("Sorry, son. I know how hard this is. But this is teaching you a valuable lesson, your eye will be more sharp for quality wood from now on."); -#: npc/012-1/jack.txt:123 +#: npc/012-1/jack.txt:124 #, no-c-format msgid "Sorry, son. I know how hard this is. But this is teaching you a valuable lesson, your eye will be more sharp for quality wood from now on.#1" msgstr "" @@ -59367,7 +59538,7 @@ msgid "Sorry, that arena is already closed." msgstr "" #. code: l("Sorry, that is not the cake I love."); -#: npc/003-1/sarah.txt:103 +#: npc/003-1/sarah.txt:106 #, no-c-format msgid "Sorry, that is not the cake I love." msgstr "" @@ -59533,8 +59704,14 @@ msgstr "" msgid "Southwest Avenue#lof" msgstr "" +#. code: Name: "Sparkly Strawberry Donut" +#: item_db.conf:-1 +#, no-c-format +msgid "Sparkly Strawberry Donut" +msgstr "" + #. code: rif(is_gm(), l("Spawn customized boss")), -#: npc/commands/event.txt:366 +#: npc/commands/event.txt:367 #, no-c-format msgid "Spawn customized boss" msgstr "" @@ -59640,7 +59817,7 @@ msgid "Spider" msgstr "" #. code: Name: "Spider Queen" -#: mob_db.conf:11999 +#: mob_db.conf:12039 #, no-c-format msgid "Spider Queen" msgstr "" @@ -59719,7 +59896,7 @@ msgid "Spring" msgstr "" #. code: Name: "Spring Squirrel" -#: mob_db.conf:1356 +#: mob_db.conf:1357 #, no-c-format msgid "Spring Squirrel" msgstr "" @@ -59745,12 +59922,12 @@ msgstr "" #: npc/008-1/_mobs.txt:12 #: npc/014-3/_mobs.txt:4 #: npc/001-8/_mobs.txt:6 -#: mob_db.conf:1324 #: npc/018-5/_mobs.txt:8 #: npc/012-1/_mobs.txt:9 #: npc/017-1/_mobs.txt:3 #: npc/018-1/_mobs.txt:3 #: npc/014-2/_mobs.txt:8 +#: mob_db.conf:1325 #: npc/020-1/_mobs.txt:3 #, no-c-format msgid "Squirrel" @@ -59775,7 +59952,7 @@ msgid "Squirrels are healthy, but they never attack. They run away from you, so msgstr "" #. code: Name: "St Patrick's Clover" -#: mob_db.conf:8423 +#: mob_db.conf:8428 #, no-c-format msgid "St Patrick's Clover" msgstr "" @@ -59907,10 +60084,10 @@ msgstr "" msgid "Status: %s" msgstr "" -#. code: mesq l("Stay out of harm way. Nothing to see here. Stay away, pathetically weak %s.", get_race()); -#: npc/007-1/zarkor.txt:59 +#. code: mesq l("Stay out of harms way. Nothing to see here. Stay away, pathetically weak %s.", get_race()); +#: npc/007-1/zarkor.txt:58 #, no-c-format -msgid "Stay out of harm way. Nothing to see here. Stay away, pathetically weak %s." +msgid "Stay out of harms way. Nothing to see here. Stay away, pathetically weak %s." msgstr "" #. code: //dispbottom l("Stay ready!"); @@ -60067,6 +60244,12 @@ msgstr "" msgid "Strangers and monsters aren't allowed in MY house!" msgstr "" +#. code: Name: "Strawberry Donut" +#: item_db.conf:-1 +#, no-c-format +msgid "Strawberry Donut" +msgstr "" + #. code: 001-5,51,49,29,29 monster Stray Little Blub 1007,3,35000,180000 #: npc/001-5/_mobs.txt:7 #, no-c-format @@ -60209,7 +60392,7 @@ msgid "Stupid @@, get out of this cave before I lose my patience! Mercury... Sho msgstr "" #. code: mesc l("Success ratio is of aprox. @@ %", (100-(.@rlv*7))+.@fake); -#: npc/functions/refine.txt:106 +#: npc/functions/refine.txt:107 #, no-c-format msgid "Success ratio is of aprox. @@ %" msgstr "" @@ -60227,7 +60410,6 @@ msgstr "" #: npc/003-8/intensebeard.txt:103 #: npc/003-8/intensebeard.txt:122 #: npc/003-8/intensebeard.txt:91 -#: npc/024-9/sake.txt:150 #: npc/003-8/intensebeard.txt:141 #: npc/025-1/rum.txt:151 #: npc/guilds/alchemy.txt:13 @@ -60239,8 +60421,9 @@ msgstr "" #: npc/003-8/intensebeard.txt:59 #: npc/003-8/intensebeard.txt:66 #: npc/003-8/intensebeard.txt:128 +#: npc/024-9/sake.txt:151 #: npc/003-8/intensebeard.txt:78 -#: npc/017-3/chagashroom.txt:140 +#: npc/017-3/chagashroom.txt:141 #, no-c-format msgid "Success!" msgstr "" @@ -60257,16 +60440,16 @@ msgstr "" msgid "Successive warps cause time-space distortions and are thus not allowed." msgstr "" -#. code: mesq l("Such convoys had been made since the Civil War, after all, many feared the Red Queen and moving to the sea was a sure way to stay out of her reach. None had ever heard again of them..."); -#: npc/004-3-1/falkrun.txt:75 +#. code: mesq l("Such a precious gem is not something you would give away for free, unless you are truly interested in my ritual."); +#: npc/007-1/zarkor.txt:73 #, no-c-format -msgid "Such convoys had been made since the Civil War, after all, many feared the Red Queen and moving to the sea was a sure way to stay out of her reach. None had ever heard again of them..." +msgid "Such a precious gem is not something you would give away for free, unless you are truly interested in my ritual." msgstr "" -#. code: mesq l("Such precious gem, is not something you would give for free, unless you are interested on my... rituals."); -#: npc/007-1/zarkor.txt:74 +#. code: mesq l("Such convoys had been made since the Civil War, after all, many feared the Red Queen and moving to the sea was a sure way to stay out of her reach. None had ever heard again of them..."); +#: npc/004-3-1/falkrun.txt:75 #, no-c-format -msgid "Such precious gem, is not something you would give for free, unless you are interested on my... rituals." +msgid "Such convoys had been made since the Civil War, after all, many feared the Red Queen and moving to the sea was a sure way to stay out of her reach. None had ever heard again of them..." msgstr "" #. code: l("Sudden Attack"), GC_DARKILLUSION, @@ -60354,7 +60537,7 @@ msgid "Superb stealth, and quick on their toes." msgstr "" #. code: Name: "Superior Shroom" -#: mob_db.conf:11329 +#: mob_db.conf:11364 #, no-c-format msgid "Superior Shroom" msgstr "" @@ -60378,7 +60561,7 @@ msgid "Supreme Attack" msgstr "" #. code: Name: "Supreme Chest" -#: mob_db.conf:5974 +#: mob_db.conf:5978 #, no-c-format msgid "Supreme Chest" msgstr "" @@ -60510,7 +60693,6 @@ msgid "Sure, why not?" msgstr "" #. code: l("Sure."),L_Start, -#: npc/005-1/zegas.txt:46 #: npc/005-1/zegas.txt:37 #, no-c-format msgid "Sure." @@ -60576,10 +60758,10 @@ msgstr "" #: npc/015-3-2/_mobs.txt:7 #: npc/015-3-1/_mobs.txt:7 #: npc/015-3-3/_mobs.txt:3 -#: mob_db.conf:12197 #: npc/015-3-1/_mobs.txt:9 #: npc/015-3-3/_mobs.txt:15 #: npc/015-3-1/_mobs.txt:3 +#: mob_db.conf:12237 #, no-c-format msgid "Swashbuckler" msgstr "" @@ -60707,7 +60889,7 @@ msgid "T4 - Ultimate Bonus" msgstr "" #. code: dispbottom col(l("THANK YOU for participating on cross-server Valentine 2020 Event! We hope you had fun!"), 7); -#: npc/functions/clientversion.txt:1121 +#: npc/functions/clientversion.txt:1128 #, no-c-format msgid "THANK YOU for participating on cross-server Valentine 2020 Event! We hope you had fun!" msgstr "" @@ -60846,12 +61028,6 @@ msgstr "" msgid "Take it?" msgstr "" -#. code: mesq l("Take much care with it. It is a very, very rare drop from a rare monster from a difficult, high level area."); -#: npc/007-1/zarkor.txt:125 -#, no-c-format -msgid "Take much care with it. It is a very, very rare drop from a rare monster from a difficult, high level area." -msgstr "" - #. code: l("Take the bottle?"), L_Give, #: npc/002-1/billybons.txt:32 #, no-c-format @@ -60927,22 +61103,27 @@ msgid "Talk to Nard to unlock the door." msgstr "" #. code: dispbottom l("Talk to Soul Menhir to engage the boss. Time limit = 1 hour."); -#: npc/functions/aurora.txt:482 +#: npc/functions/aurora.txt:483 #, no-c-format msgid "Talk to Soul Menhir to engage the boss. Time limit = 1 hour." msgstr "" -#. code: mesq l("Talk to Zitoni, and deliver the @@. I can't give you another one, they're super rare.", getitemlink(DarkDesertMushroom)); +#. code: mesq l("Talk to Zitoni, and deliver the %s. I can't give you another one, they're extremely rare.", getitemlink(DarkDesertMushroom)); #: npc/007-1/zarkor.txt:30 #, no-c-format -msgid "Talk to Zitoni, and deliver the @@. I can't give you another one, they're super rare." +msgid "Talk to Zitoni, and deliver the %s. I can't give you another one, they're extremely rare." +msgstr "" + +#. code: mesq l("Talk to Zitoni, the Alchemist of Candor. He may look humble, but he is the greatest alchemist of this world. Procure 5 %s from him.", getitemlink(EverburnPowder)); +#: npc/007-1/zarkor.txt:110 +#, no-c-format +msgid "Talk to Zitoni, the Alchemist of Candor. He may look humble, but he is the greatest alchemist of this world. Procure 5 %s from him." msgstr "" -#. code: mesq l("Talk to Zitoni, the Alchemist of Candor. He may look humble, but he is the greatest alchemist of this world. I need five @@.", getitemlink(EverburnPowder)); +#. code: mesq l("Talk to Zitoni, the Alchemist of Candor. He may look humble, but he is the greatest alchemist of this world. Tell him to make you five %s.", getitemlink(EverburnPowder)); #: npc/007-1/zarkor.txt:22 -#: npc/007-1/zarkor.txt:111 #, no-c-format -msgid "Talk to Zitoni, the Alchemist of Candor. He may look humble, but he is the greatest alchemist of this world. I need five @@." +msgid "Talk to Zitoni, the Alchemist of Candor. He may look humble, but he is the greatest alchemist of this world. Tell him to make you five %s." msgstr "" #. code: mesq l("Talk to the Fountain. Pour the potion on it. I advise you to put all your points on int if possible."); @@ -61197,7 +61378,7 @@ msgid "Tench" msgstr "" #. code: Name: "Tengu" -#: mob_db.conf:10675 +#: mob_db.conf:10680 #, no-c-format msgid "Tengu" msgstr "" @@ -61229,9 +61410,9 @@ msgstr "" #: npc/015-6/_mobs.txt:26 #: npc/005-1/maya.txt:170 #: npc/015-6/_mobs.txt:36 -#: mob_db.conf:6508 #: npc/015-6/_mobs.txt:37 #: npc/015-3/_mobs.txt:11 +#: mob_db.conf:6512 #: npc/032-2/_mobs.txt:8 #: npc/025-2-1/_mobs.txt:6 #, no-c-format @@ -61277,7 +61458,7 @@ msgid "Terranite Ingot" msgstr "" #. code: Name: "Terranite King" -#: mob_db.conf:8565 +#: mob_db.conf:8570 #, no-c-format msgid "Terranite King" msgstr "" @@ -61314,16 +61495,16 @@ msgstr "" #. code: 025-2-1,59,40,22,13 monster Terranite Protector 1212,6,60000,60000 #. code: Name: "Terranite Protector" -#: mob_db.conf:8513 +#: mob_db.conf:8518 #: npc/025-2-1/_mobs.txt:5 #, no-c-format msgid "Terranite Protector" msgstr "" -#. code: mesq l("Terranite probably mined part of this mine long time ago."); -#: npc/007-1/tycoon.txt:272 +#. code: mesq l("Terranites probably mined part of this mine long time ago."); +#: npc/007-1/tycoon.txt:270 #, no-c-format -msgid "Terranite probably mined part of this mine long time ago." +msgid "Terranites probably mined part of this mine long time ago." msgstr "" #. code: l("Terrible manaquake hits the whole world, causing dramatic changes!"), @@ -61399,6 +61580,12 @@ msgstr "" msgid "Thank you soooo much! Here is some compensation, and you can keep this worthless scroll of paper! I looooove Pearls!" msgstr "" +#. code: mesq l("Thank you very much! You are a great help."); +#: npc/005-1/zegas.txt:78 +#, no-c-format +msgid "Thank you very much! You are a great help." +msgstr "" + #. code: mesq l("Thank you! Here is some compensation, and you can keep this worthless scroll of paper! I looooove Pearls!"); #: npc/024-2/gaelira.txt:102 #, no-c-format @@ -61477,17 +61664,17 @@ msgid "Thank you. I'll wait here." msgstr "" #. code: mesq l("Thank you..."); -#: npc/018-6-1/main.txt:329 +#: npc/018-6-1/main.txt:407 +#: npc/018-6-1/main.txt:331 #: npc/018-4-2/susanne.txt:44 -#: npc/018-6-1/main.txt:405 #, no-c-format msgid "Thank you..." msgstr "" -#. code: mesq l("Thankfully that item is too rare. I want somebody to slay the bandit leader, but if you want to do it, you must prove yourself."); +#. code: mesq l("Thankfully that item is very rare, so they will not be able to place a curse on you. Probably."); #: npc/012-2/helena.txt:172 #, no-c-format -msgid "Thankfully that item is too rare. I want somebody to slay the bandit leader, but if you want to do it, you must prove yourself." +msgid "Thankfully that item is very rare, so they will not be able to place a curse on you. Probably." msgstr "" #. code: mesq l("Thanks God... The crops are safe. Not only that, but the fertilizer works!"); @@ -61532,12 +61719,6 @@ msgstr "" msgid "Thanks again for your investigations. It was a great help." msgstr "" -#. code: mesq l("Thanks for Helping with clear out the store room!"); -#: npc/005-1/zegas.txt:78 -#, no-c-format -msgid "Thanks for Helping with clear out the store room!" -msgstr "" - #. code: mesq l("Thanks for all of your help!"); #: npc/009-5/alvasus.txt:165 #, no-c-format @@ -61635,7 +61816,7 @@ msgid "Thanks for helping out here. Do you need anything else?" msgstr "" #. code: mesq l("Thanks for helping us the last year. I hope to have your help by the next year."); -#: npc/019-4-1/chief.txt:266 +#: npc/019-4-1/chief.txt:275 #, no-c-format msgid "Thanks for helping us the last year. I hope to have your help by the next year." msgstr "" @@ -61788,7 +61969,7 @@ msgid "Thanks for travelling with Andrei Sakar to Artis! However, as you see, th msgstr "" #. code: mesc l("Thanks for using my services!"); -#: npc/020-5/bracco.txt:342 +#: npc/020-5/bracco.txt:384 #, no-c-format msgid "Thanks for using my services!" msgstr "" @@ -61818,7 +61999,7 @@ msgid "Thanks for your help, anyway." msgstr "" #. code: mesq l("Thanks for your patronage! The rewards will be available with @@, in case I do find the paradise!", "Christmas Chief"); -#: npc/019-4-1/golbarez.txt:51 +#: npc/019-4-1/golbarez.txt:52 #, no-c-format msgid "Thanks for your patronage! The rewards will be available with @@, in case I do find the paradise!" msgstr "" @@ -61841,10 +62022,10 @@ msgstr "" msgid "Thanks mate, that is everything I need! Have a good day!" msgstr "" -#. code: mesq l("Thanks once again, I know it's not much but here is @@ GP for your troubles.", 350); +#. code: mesq l("Thanks once again, I know it's not much but here are %d GP and a pair of self-sewn shorts for your troubles.", 350); #: npc/005-1/zegas.txt:69 #, no-c-format -msgid "Thanks once again, I know it's not much but here is @@ GP for your troubles." +msgid "Thanks once again, I know it's not much but here are %d GP and a pair of self-sewn shorts for your troubles." msgstr "" #. code: mesq l("Thanks to pirate activity, dye has become more difficult to obtain lately."); @@ -61884,7 +62065,9 @@ msgid "Thanks to you, our glue supply is replenished and we can repair those boo msgstr "" #. code: l("Thanks!"), +#. code: mesq l("Thanks!"); #. code: l("Thanks!"); +#: npc/003-1/sarah.txt:55 #: npc/005-5/nylo.txt:65 #: npc/029-0/elora.txt:91 #: npc/027-0/enrique.txt:17 @@ -61997,7 +62180,7 @@ msgid "Thanks, gal!#0" msgstr "" #. code: mesq l("Thanks, here is your hat!"); -#: npc/014-1/galimatia.txt:37 +#: npc/014-1/galimatia.txt:38 #, no-c-format msgid "Thanks, here is your hat!" msgstr "" @@ -62029,11 +62212,17 @@ msgid "Thanks, my friend.#1" msgstr "" #. code: l("Thanks, my liege."); -#: npc/024-16/king.txt:205 +#: npc/024-16/king.txt:222 #, no-c-format msgid "Thanks, my liege." msgstr "" +#. code: mesq l("Thanks, now with less rattos there are less pests attacking our food storage. So, this time the monsters will be a little stronger."); +#: npc/007-1/tycoon.txt:89 +#, no-c-format +msgid "Thanks, now with less rattos there are less pests attacking our food storage. So, this time the monsters will be a little stronger." +msgstr "" + #. code: mesq lg("Thanks, gal!", "Thanks, pal!"); #: npc/024-1/john.txt:112 #, no-c-format @@ -62199,7 +62388,7 @@ msgid "That can be done pressing F2 and opening char screen." msgstr "" #. code: mesq l("That can explain why we have difficulties to find rare gems here. They probably were already extracted."); -#: npc/007-1/tycoon.txt:275 +#: npc/007-1/tycoon.txt:273 #, no-c-format msgid "That can explain why we have difficulties to find rare gems here. They probably were already extracted." msgstr "" @@ -62266,12 +62455,6 @@ msgstr "" msgid "That is why I need your help. If you can 'take care of' a bunch of pious and bring me their feathers as proof, I will give you a reward." msgstr "" -#. code: mesq l("That is."); -#: npc/007-1/dracoula.txt:121 -#, no-c-format -msgid "That is." -msgstr "" - #. code: mesq l("That lazy mayor... He can't do anything on his own!! Sure, what do you need?"); #: npc/012-7/airlia.txt:124 #, no-c-format @@ -62472,12 +62655,6 @@ msgstr "" msgid "That's because you weren't paying attention!" msgstr "" -#. code: mesq l("That's easy to know, because the bandits are less coordinated. Perhaps we will be able to sleep in peace this night!"); -#: npc/012-2/helena.txt:258 -#, no-c-format -msgid "That's easy to know, because the bandits are less coordinated. Perhaps we will be able to sleep in peace this night!" -msgstr "" - #. code: l("That's easy. Cynric will save your money when you ask him to deposit. Or you pick up your money by asking to withdraw."), #: npc/005-5/nylo.txt:166 #, no-c-format @@ -62607,13 +62784,13 @@ msgid "That's the Blub Song" msgstr "" #. code: mesq lg("That's the right wood, my son. Here, I'll wrap it so you don't accidentaly lose it. Good luck with your quest!"); -#: npc/012-1/jack.txt:114 +#: npc/012-1/jack.txt:115 #, no-c-format msgid "That's the right wood, my son. Here, I'll wrap it so you don't accidentaly lose it. Good luck with your quest!#0" msgstr "" #. code: mesq lg("That's the right wood, my son. Here, I'll wrap it so you don't accidentaly lose it. Good luck with your quest!"); -#: npc/012-1/jack.txt:114 +#: npc/012-1/jack.txt:115 #, no-c-format msgid "That's the right wood, my son. Here, I'll wrap it so you don't accidentaly lose it. Good luck with your quest!#1" msgstr "" @@ -62660,6 +62837,12 @@ msgstr "" msgid "That... It... It worked! This is just the right claw!" msgstr "" +#. code: mesq l("The %s is not only a fearsome and ruthless opponent, he has some tricks up his sleeve.", getmonsterlink(BanditLord)); +#: npc/012-2/helena.txt:226 +#, no-c-format +msgid "The %s is not only a fearsome and ruthless opponent, he has some tricks up his sleeve." +msgstr "" + #. code: mes l("The %s shines with a strange light...", getitemlink(DesertTablet)); #: npc/004-2/sign.txt:30 #, no-c-format @@ -62722,12 +62905,6 @@ msgstr "" msgid "The @@ is a powerful healing drink." msgstr "" -#. code: mesq l("The @@ is not only a fearsome and ruthless leader. He is strong, and he have tricks on his sleeve.", getmonsterlink(BanditLord)); -#: npc/012-2/helena.txt:225 -#, no-c-format -msgid "The @@ is not only a fearsome and ruthless leader. He is strong, and he have tricks on his sleeve." -msgstr "" - #. code: mesc l("The @@ quest is disabled during Christmas event.", getitemlink(KnitHat)); #: npc/020-1/serge.txt:34 #, no-c-format @@ -62813,6 +62990,12 @@ msgstr "" msgid "The Arena is currently closed for maintenance." msgstr "" +#. code: dispbottom l("The Bandit Lord was killed. Return to Helena."); +#: npc/015-2/lordcave.txt:23 +#, no-c-format +msgid "The Bandit Lord was killed. Return to Helena." +msgstr "" + #. code: 020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGE,{ #: npc/020-7-1/sage.txt:47 #, no-c-format @@ -62825,6 +63008,12 @@ msgstr "" msgid "The Blue Sage is Nivalis Mayor and very knowledgeable on stuff. Lemme write a letter of recommendation for you and sign it in Rakinorf's stead..." msgstr "" +#. code: mesq l("The Blue Sage will want to know this, I'll write him a letter."); +#: npc/024-16/king.txt:187 +#, no-c-format +msgid "The Blue Sage will want to know this, I'll write him a letter." +msgstr "" + #. code: Name: "The Book of Laws" #: item_db.conf:-1 #, no-c-format @@ -62856,7 +63045,7 @@ msgid "The Council of Elders has enlisted ducks of our island into a militia. In msgstr "" #. code: mesq l("The Deluxe Storage is available only to our best customers, and how lucky you! YOU are eligible!"); -#: npc/functions/bank.txt:258 +#: npc/functions/bank.txt:259 #, no-c-format msgid "The Deluxe Storage is available only to our best customers, and how lucky you! YOU are eligible!" msgstr "" @@ -63084,7 +63273,7 @@ msgid "The Mana Guardian," msgstr "" #. code: dispbottom l("The Mana Plane is currently out of reach."); -#: npc/commands/event.txt:437 +#: npc/commands/event.txt:438 #, no-c-format msgid "The Mana Plane is currently out of reach." msgstr "" @@ -63169,7 +63358,12 @@ msgid "The Monster Army is in complete disarray, sieges are much less frequent." msgstr "" #. code: Name: "The Monster King" -#: mob_db.conf:7981 +#. code: mesn "The Monster King"; +#: mob_db.conf:7986 +#: npc/007-1/zarkor.txt:172 +#: npc/007-1/zarkor.txt:181 +#: npc/007-1/zarkor.txt:178 +#: npc/007-1/zarkor.txt:166 #, no-c-format msgid "The Monster King" msgstr "" @@ -63287,8 +63481,8 @@ msgstr "" #. code: mesq l("The last one is %s. You will meet him in the future, so no spoilers. Time traveler word.", b(l("The Moubootaur"))); #. code: Name: "The Moubootaur" -#: mob_db.conf:12938 #: npc/017-3/doctor.txt:334 +#: mob_db.conf:12978 #, no-c-format msgid "The Moubootaur" msgstr "" @@ -63312,7 +63506,7 @@ msgid "The Pet Caring Guild will collect them after a while, and capture many ot msgstr "" #. code: mesq l("The Premium Storage is available to all our sponsors and anyone with... references. Such as yourself!"); -#: npc/functions/bank.txt:236 +#: npc/functions/bank.txt:237 #, no-c-format msgid "The Premium Storage is available to all our sponsors and anyone with... references. Such as yourself!" msgstr "" @@ -63458,23 +63652,23 @@ msgstr "" #. code: mesn col(l("The Yeti King"), 3); #. code: Name: "The Yeti King" -#: npc/001-7/celestia_bossfight.txt:227 +#: npc/001-7/celestia_bossfight.txt:106 #: npc/001-7/celestia_bossfight.txt:60 -#: npc/001-7/celestia_bossfight.txt:208 #: npc/001-7/celestia_bossfight.txt:102 #: npc/001-7/celestia_bossfight.txt:54 #: npc/001-7/celestia_bossfight.txt:211 #: npc/001-7/celestia_bossfight.txt:125 +#: npc/001-7/celestia_bossfight.txt:227 #: npc/001-7/celestia_bossfight.txt:98 #: npc/001-7/celestia_bossfight.txt:224 -#: npc/001-7/celestia_bossfight.txt:106 +#: mob_db.conf:1661 #: npc/001-7/celestia_bossfight.txt:128 #: npc/001-7/celestia_bossfight.txt:200 #: npc/001-7/celestia_bossfight.txt:233 #: npc/001-7/celestia_bossfight.txt:214 #: npc/001-7/celestia_bossfight.txt:230 #: npc/001-7/celestia_bossfight.txt:217 -#: mob_db.conf:1659 +#: npc/001-7/celestia_bossfight.txt:208 #: npc/001-7/celestia_bossfight.txt:57 #, no-c-format msgid "The Yeti King" @@ -63633,7 +63827,7 @@ msgid "The bow I gave you was a masterpiece." msgstr "" #. code: tutmes l("The bugs there can be pretty vicious. Do you know what's worse though? Lag."); -#: npc/005-1/zegas.txt:99 +#: npc/005-1/zegas.txt:105 #, no-c-format msgid "The bugs there can be pretty vicious. Do you know what's worse though? Lag." msgstr "" @@ -63781,6 +63975,12 @@ msgstr "" msgid "The curse was done by nobody less than... the Moubootaur." msgstr "" +#. code: mesq l("The den of the bandit lord is located northeast from here in a cave, hidden quite deep inside."); +#: npc/012-2/helena.txt:250 +#, no-c-format +msgid "The den of the bandit lord is located northeast from here in a cave, hidden quite deep inside." +msgstr "" + #. code: mesq l("The desert climate means you'll find mostly maggots and scorpions. Their drops include cactus drinks, cake, knifes, black pearls, gold, and other common things."); #: npc/025-1/anin.txt:31 #: npc/017-1/misc.txt:37 @@ -63941,6 +64141,12 @@ msgstr "" msgid "The event starts hourly, when the minute clock hits zero. I'll tell everyone on this room when it starts and ends." msgstr "" +#. code: mesq l("The exit is north-west!"); +#: npc/007-1/dracoula.txt:15 +#, no-c-format +msgid "The exit is north-west!" +msgstr "" + #. code: mesc l("The farmer seems mad and in need of help. Will you help him?"); #: npc/012-1/hinnak.txt:23 #, no-c-format @@ -64095,13 +64301,13 @@ msgid "The great fire did very few causalities, but it destroyed a lot of infras msgstr "" #. code: mes l("The great prize is @@.", .@prize$); -#: npc/functions/mobhunter.txt:215 +#: npc/functions/mobhunter.txt:283 #, no-c-format msgid "The great prize is @@." msgstr "" #. code: mes l("The great prize is to unlock a pet!"); -#: npc/functions/mobhunter.txt:217 +#: npc/functions/mobhunter.txt:285 #, no-c-format msgid "The great prize is to unlock a pet!" msgstr "" @@ -64118,10 +64324,10 @@ msgstr "" msgid "The group of warriors which went into the cave to rescue my precious Cindy still haven't returned... I'm worried with them, too..." msgstr "" -#. code: mesc l("The guard eyes you with suspcion."); +#. code: mesc l("The guard eyes you with suspicion."); #: npc/024-1/guard.txt:32 #, no-c-format -msgid "The guard eyes you with suspcion." +msgid "The guard eyes you with suspicion." msgstr "" #. code: mesc l("The guild's %s currently contribute with %02d%% EXP.", getguildpostitle(.@gid, .@pos), getguildpostax(.@gid, .@idx)); @@ -64143,7 +64349,7 @@ msgid "The heroes met their rest." msgstr "" #. code: mesq l("The hooded man was about to deliver me a final blow, but then he saw the Apple I've stole..."); -#: npc/018-6-1/main.txt:355 +#: npc/018-6-1/main.txt:357 #, no-c-format msgid "The hooded man was about to deliver me a final blow, but then he saw the Apple I've stole..." msgstr "" @@ -64237,10 +64443,10 @@ msgstr "" msgid "The last one is %s. You will meet him in the future, so no spoilers. Time traveler word." msgstr "" -#. code: mesq l("The last task I could give you is to exterminate %d %s. They actually stop miners progress on the mine.", 150, getmonsterlink(BlackScorpion)); +#. code: mesq l("The last task I could give you is to exterminate %d %s. These pests actually hinder our progress here.", 150, getmonsterlink(BlackScorpion)); #: npc/007-1/tycoon.txt:134 #, no-c-format -msgid "The last task I could give you is to exterminate %d %s. They actually stop miners progress on the mine." +msgid "The last task I could give you is to exterminate %d %s. These pests actually hinder our progress here." msgstr "" #. code: mesq l("The last time they were seen... They went to explore the Desert Temple. None returned alive."); @@ -64305,8 +64511,8 @@ msgid "The main power system is offline." msgstr "" #. code: dispbottom l("The mana bridge is closed at the moment."); -#: npc/commands/event.txt:536 -#: npc/commands/event.txt:530 +#: npc/commands/event.txt:537 +#: npc/commands/event.txt:531 #, no-c-format msgid "The mana bridge is closed at the moment." msgstr "" @@ -64405,7 +64611,7 @@ msgid "The monster hunting program will end, and what will you do?" msgstr "" #. code: mesq l("The monsters here are too strong, and as I said before, I can't get close to the Transcendence Portal nor to get training."); -#: npc/018-6-1/main.txt:284 +#: npc/018-6-1/main.txt:286 #, no-c-format msgid "The monsters here are too strong, and as I said before, I can't get close to the Transcendence Portal nor to get training." msgstr "" @@ -64608,7 +64814,7 @@ msgid "The pirates have been surrounding our island for many sun rises. We expec msgstr "" #. code: mesq l("The plataforms are usually safe enough to work, you might be able to use them to your advantage."); -#: npc/007-1/tycoon.txt:140 +#: npc/007-1/tycoon.txt:141 #, no-c-format msgid "The plataforms are usually safe enough to work, you might be able to use them to your advantage." msgstr "" @@ -64714,10 +64920,10 @@ msgstr "" msgid "The problem is that Halinarzo was destroyed in the never-ending war and was just recently rebuilt." msgstr "" -#. code: mesq l("The problem is... The slimes ate the keys for the chests. This is not the first time such thing happens."); -#: npc/012-2/helena.txt:107 +#. code: mesq l("The problem is... The slimes ate all the keys for the chests. Blasted slimes! This is not the first time such thing happened."); +#: npc/012-2/helena.txt:104 #, no-c-format -msgid "The problem is... The slimes ate the keys for the chests. This is not the first time such thing happens." +msgid "The problem is... The slimes ate all the keys for the chests. Blasted slimes! This is not the first time such thing happened." msgstr "" #. code: .@msg$ = l("The problem with typos is - unpredictable side effects."); @@ -64800,7 +65006,7 @@ msgid "The sailors take you aboard their ship." msgstr "" #. code: mesc l("The sake wasn't ready yet and you lost it..."), 1; -#: npc/024-9/sake.txt:153 +#: npc/024-9/sake.txt:154 #, no-c-format msgid "The sake wasn't ready yet and you lost it..." msgstr "" @@ -64944,7 +65150,7 @@ msgid "The south power system is offline." msgstr "" #. code: dispbottom l("The spell backfires!"); -#: npc/magic/transmigration.txt:300 +#: npc/magic/transmigration.txt:318 #, no-c-format msgid "The spell backfires!" msgstr "" @@ -64981,21 +65187,15 @@ msgid "The statue doesn't replies." msgstr "" #. code: mesq l("The stolen christmas boxes!! Christmas is RUINED!!!"); -#: npc/019-4-1/chief.txt:285 +#: npc/019-4-1/chief.txt:294 #, no-c-format msgid "The stolen christmas boxes!! Christmas is RUINED!!!" msgstr "" -#. code: mesq l("The storehouse here is overrun with house maggots."); +#. code: mesq l("The storehouse here is overrun with house maggots. Those little wretches are eating and destroying everything inside."); #: npc/005-1/zegas.txt:30 #, no-c-format -msgid "The storehouse here is overrun with house maggots." -msgstr "" - -#. code: mesq l("The storehouse is still over run with house maggots."); -#: npc/005-1/zegas.txt:42 -#, no-c-format -msgid "The storehouse is still over run with house maggots." +msgid "The storehouse here is overrun with house maggots. Those little wretches are eating and destroying everything inside." msgstr "" #. code: mesq l("The story was so cool!"); @@ -65108,8 +65308,8 @@ msgstr "" msgid "The tyrant, which could shot from any distance;" msgstr "" -#. code: mesq l("The uniform would be: @@, @@, @@ and @@", getitemlink(LeatherShirt), getitemlink(MinerHat), getitemlink(MinerGloves), getitemlink(Pickaxe)); -#: npc/007-1/tycoon.txt:199 +#. code: mesq l("The uniform would be: @@, @@, @@ and @@", getitemlink(MinerTankTop), getitemlink(MinerHat), getitemlink(MinerGloves), getitemlink(Pickaxe)); +#: npc/007-1/tycoon.txt:198 #, no-c-format msgid "The uniform would be: @@, @@, @@ and @@" msgstr "" @@ -65193,7 +65393,7 @@ msgid "The window appears to be unlocked. It might have been open some time ago. msgstr "" #. code: mesc l("The wine wasn't ready yet and you lost it..."), 1; -#: npc/017-3/chagashroom.txt:143 +#: npc/017-3/chagashroom.txt:144 #, no-c-format msgid "The wine wasn't ready yet and you lost it..." msgstr "" @@ -65205,7 +65405,7 @@ msgid "The wizard seems busy. He ignores you." msgstr "" #. code: mesc l("The wood bends a little, but doesn't breaks."); -#: npc/012-1/jack.txt:109 +#: npc/012-1/jack.txt:110 #, no-c-format msgid "The wood bends a little, but doesn't breaks." msgstr "" @@ -65597,7 +65797,7 @@ msgid "There is no other solution; A desperate struggle is needed..." msgstr "" #. code: mesc l("There is only one way towards the best equipment: Smith away!"); -#: npc/craft/recipes.txt:209 +#: npc/craft/recipes.txt:211 #, no-c-format msgid "There is only one way towards the best equipment: Smith away!" msgstr "" @@ -65615,7 +65815,7 @@ msgid "There is someone who might know how to turn a slime back in a human. But msgstr "" #. code: case 0: mesq l("There isn't enough, not even for NPCs. We need at least 100."); break; -#: npc/019-4-1/chief.txt:301 +#: npc/019-4-1/chief.txt:310 #, no-c-format msgid "There isn't enough, not even for NPCs. We need at least 100." msgstr "" @@ -65748,10 +65948,10 @@ msgstr "" msgid "There's a long time we don't eat anything. Bring us @@! Five should do it." msgstr "" -#. code: mesq l("There's a shiny safe here. How much money is inside? Nobody is looking at you, great!"); +#. code: mesq l("There's a shiny safe here. How much money is inside? Nobody is looking at you, too."); #: npc/functions/lockpicks.txt:148 #, no-c-format -msgid "There's a shiny safe here. How much money is inside? Nobody is looking at you, great!" +msgid "There's a shiny safe here. How much money is inside? Nobody is looking at you, too." msgstr "" #. code: mesc l("There's a small, damp corritor, which you could crawl though."); @@ -65870,7 +66070,7 @@ msgid "There's some diversity, but you should keep aiming at helping people and msgstr "" #. code: mesq l("There's somewhere I want you to go, but you're not strong enough yet, so be patient and help them first."); -#: npc/024-16/king.txt:89 +#: npc/024-16/king.txt:95 #, no-c-format msgid "There's somewhere I want you to go, but you're not strong enough yet, so be patient and help them first." msgstr "" @@ -66184,7 +66384,7 @@ msgid "They jump left and right and left and right again, and I can't catch them msgstr "" #. code: mesq l("They left me no inheritance, either. Even surviving has been a struggle. I'm not strong enough to kill the living potatoes for @@.", getitemlink(Potatoz)); -#: npc/018-6-1/main.txt:281 +#: npc/018-6-1/main.txt:283 #, no-c-format msgid "They left me no inheritance, either. Even surviving has been a struggle. I'm not strong enough to kill the living potatoes for @@." msgstr "" @@ -66317,12 +66517,6 @@ msgstr "" msgid "They will not attack anyone unless they are attacked first." msgstr "" -#. code: mesq l("They will try to prove your worth before, though. So be ready."); -#: npc/024-16/king.txt:188 -#, no-c-format -msgid "They will try to prove your worth before, though. So be ready." -msgstr "" - #. code: mes l("They'll also start spawning on whole map, so be careful."); #: npc/006-9/ctrl.txt:24 #, no-c-format @@ -66423,7 +66617,7 @@ msgid "This %s will do. I mean, it won't be a comfortable trip, but you are in a msgstr "" #. code: mesq l("This @@ is a nice stuff. I can refine it for @@ GP and @@ @@.", getitemlink(.@item), .@price, .@amount, getitemlink(.@rg)); -#: npc/functions/refine.txt:104 +#: npc/functions/refine.txt:105 #, no-c-format msgid "This @@ is a nice stuff. I can refine it for @@ GP and @@ @@." msgstr "" @@ -66671,7 +66865,7 @@ msgid "This estate is available for rent, talk to the sign to rent it." msgstr "" #. code: dispbottom l("This event has already ended."); -#: npc/functions/clientversion.txt:1182 +#: npc/functions/clientversion.txt:1189 #, no-c-format msgid "This event has already ended." msgstr "" @@ -66736,12 +66930,6 @@ msgstr "" msgid "This girl needs help, we need to rescue her!#0" msgstr "" -#. code: mesq l("This happens quite often, too. My friends and I are always collecting keys to reduce beer price on Hurnscald. %%2"); -#: npc/012-2/helena.txt:145 -#, no-c-format -msgid "This happens quite often, too. My friends and I are always collecting keys to reduce beer price on Hurnscald. %%2" -msgstr "" - #. code: mesc l("This has been a long journey, children, so please answer me. Is power a good thing?"), 2; #: npc/006-10/006-10_blackbox.txt:17 #, no-c-format @@ -66923,16 +67111,16 @@ msgstr "" msgid "This is not a healing item." msgstr "" -#. code: mesq l("This is not a place for non-experimented people!"); +#. code: mesq l("This is not a place for unexperienced people!"); #: npc/007-1/dracoula.txt:13 #, no-c-format -msgid "This is not a place for non-experimented people!" +msgid "This is not a place for unexperienced people!" msgstr "" -#. code: mesq l("This is not enough, I need 5 @@ to perform the rite. Go talk with Zitoni.", getitemlink(EverburnPowder)); -#: npc/007-1/zarkor.txt:136 +#. code: mesq l("This is not enough, I need 5 %s to perform the rite. Go talk to Zitoni.", getitemlink(EverburnPowder)); +#: npc/007-1/zarkor.txt:135 #, no-c-format -msgid "This is not enough, I need 5 @@ to perform the rite. Go talk with Zitoni." +msgid "This is not enough, I need 5 %s to perform the rite. Go talk to Zitoni." msgstr "" #. code: mesc l("This is not magic, it is science!"); @@ -67093,7 +67281,7 @@ msgid "This item cannot be dropped." msgstr "" #. code: mesq l("This item cannot be refined further."); -#: npc/functions/refine.txt:74 +#: npc/functions/refine.txt:75 #, no-c-format msgid "This item cannot be refined further." msgstr "" @@ -67233,7 +67421,7 @@ msgid "This menu allows you to customize your appearance." msgstr "" #. code: mes l("This menu allows you to manage events and gives access to event-related tools."); -#: npc/commands/event.txt:359 +#: npc/commands/event.txt:360 #, no-c-format msgid "This menu allows you to manage events and gives access to event-related tools." msgstr "" @@ -67280,6 +67468,12 @@ msgstr "" msgid "This might be the place of a great secret, but yet, all you can do is stare." msgstr "" +#. code: mesq l("This might happen again in the future, so we are always gathering them, just in case."); +#: npc/012-2/helena.txt:142 +#, no-c-format +msgid "This might happen again in the future, so we are always gathering them, just in case." +msgstr "" + #. code: mesq l("This new skill will allow you to pinch every gold piece from a NPC when selling stuff! Ka-pow, now you can steal items and resell them for moar GP! AMAZING!"); #: npc/015-2/ben.txt:97 #, no-c-format @@ -67307,7 +67501,7 @@ msgid "This one is useless! Give me another @@." msgstr "" #. code: mesq l("This option is not yet available for you; Please purchase the Premium Storage first, and then we can get started on the deluxe."); -#: npc/functions/bank.txt:253 +#: npc/functions/bank.txt:254 #, no-c-format msgid "This option is not yet available for you; Please purchase the Premium Storage first, and then we can get started on the deluxe." msgstr "" @@ -67461,10 +67655,10 @@ msgstr "" msgid "This skill cannot be upgraded further." msgstr "" -#. code: mesq l("This small island is a good place to heal our wounds, and the monsters here are not threating."); +#. code: mesq l("This small island is a good place to rest, as the monsters here are not very threatening."); #: npc/015-2/guard.txt:13 #, no-c-format -msgid "This small island is a good place to heal our wounds, and the monsters here are not threating." +msgid "This small island is a good place to rest, as the monsters here are not very threatening." msgstr "" #. code: mes l("This statue was built for memory of Andrei Sakar, the greatest hero this world has even seen."); @@ -67531,10 +67725,10 @@ msgstr "" msgid "This tree is crazy!!" msgstr "" -#. code: mesc l("This vault currently have @@ GP inside.", format_number($GUILD_BANK[.@gid])); +#. code: mesc l("This vault currently has %d GP inside.", format_number($GUILD_BANK[.@gid])); #: npc/guilds/bank.txt:12 #, no-c-format -msgid "This vault currently have @@ GP inside." +msgid "This vault currently has %d GP inside." msgstr "" #. code: mesc l("This wasn't enough."); @@ -67655,7 +67849,7 @@ msgid "Thorn Arrow" msgstr "" #. code: Name: "Thorn Chest" -#: mob_db.conf:6066 +#: mob_db.conf:6070 #, no-c-format msgid "Thorn Chest" msgstr "" @@ -67727,8 +67921,8 @@ msgstr "" #: npc/015-3-3/_mobs.txt:6 #: npc/015-3-3/_mobs.txt:4 #: npc/015-3-2/_mobs.txt:11 -#: mob_db.conf:12149 #: npc/015-3-3/_mobs.txt:14 +#: mob_db.conf:12189 #: npc/015-3-2/_mobs.txt:5 #: npc/015-3-1/_mobs.txt:6 #: npc/015-3-1/_mobs.txt:5 @@ -67761,7 +67955,7 @@ msgid "Thus far you've slain %s/%s %s for me!" msgstr "" #. code: mesc l("Thus far, you've donated @@ boxes.", .@q); -#: npc/019-4-1/chief.txt:325 +#: npc/019-4-1/chief.txt:334 #, no-c-format msgid "Thus far, you've donated @@ boxes." msgstr "" @@ -67773,7 +67967,7 @@ msgid "Thus far, you've heard about %d hours and %d minutes of wisdom." msgstr "" #. code: mesc l("Thus far, you've sponsored Golbarez in %d %% from total.", .@ratio); -#: npc/019-4-1/golbarez.txt:52 +#: npc/019-4-1/golbarez.txt:53 #, no-c-format msgid "Thus far, you've sponsored Golbarez in %d %% from total." msgstr "" @@ -67914,7 +68108,7 @@ msgid "Tin Ore" msgstr "" #. code: l("Tin Ore -> Gold Ore"), GoldOre, -#: npc/magic/transmigration.txt:96 +#: npc/magic/transmigration.txt:114 #, no-c-format msgid "Tin Ore -> Gold Ore" msgstr "" @@ -67964,7 +68158,7 @@ msgid "Titanium Ore" msgstr "" #. code: l("Titanium Ore -> Lead Ore"), LeadOre, -#: npc/magic/transmigration.txt:94 +#: npc/magic/transmigration.txt:112 #, no-c-format msgid "Titanium Ore -> Lead Ore" msgstr "" @@ -68031,10 +68225,10 @@ msgstr "" msgid "To answer them, use: @captcha " msgstr "" -#. code: l("To be honest, I don't know. I was only walking, seeking for adventure!"), L_Quest, +#. code: l("To be honest, I don't know. I was only exploring, seeking for adventure!"), L_Quest, #: npc/007-1/caelum.txt:28 #, no-c-format -msgid "To be honest, I don't know. I was only walking, seeking for adventure!" +msgid "To be honest, I don't know. I was only exploring, seeking for adventure!" msgstr "" #. code: l("To be honest, I don't know. Your wife just allowed me to pass the door!"), L_Quit, @@ -68136,10 +68330,10 @@ msgstr "" msgid "To do quests" msgstr "" -#. code: mesq l("To do this you need to disable auto move to target in 'yellow bar'."); -#: npc/007-1/tycoon.txt:253 +#. code: mesq l("To do this you need to disable auto move to target in the 'yellow bar'."); +#: npc/007-1/tycoon.txt:251 #, no-c-format -msgid "To do this you need to disable auto move to target in 'yellow bar'." +msgid "To do this you need to disable auto move to target in the 'yellow bar'." msgstr "" #. code: mes l("To dungeon deep, and cavern old"); @@ -68268,10 +68462,10 @@ msgstr "" msgid "To negotiate with other citizens, you should click the second mouse button on some other citizen who is accepting negotiations, and select the 'Negotiation' option from the menu that will appear." msgstr "" -#. code: mesq l("To open yellow Bar you need to right click on your health bar and active status bar, also called yellow bar. Or you can press '8' on numeric keypad."); -#: npc/007-1/tycoon.txt:256 +#. code: mesq l("To open the yellow bar you need to right click on your health bar and active status bar, also called yellow bar. Or you can press '8' on numeric keypad."); +#: npc/007-1/tycoon.txt:254 #, no-c-format -msgid "To open yellow Bar you need to right click on your health bar and active status bar, also called yellow bar. Or you can press '8' on numeric keypad." +msgid "To open the yellow bar you need to right click on your health bar and active status bar, also called yellow bar. Or you can press '8' on numeric keypad." msgstr "" #. code: mesc l("To open your inventory, use the F3 key or use your mouse to select it in the above menu in your client."); @@ -68298,18 +68492,18 @@ msgstr "" msgid "To prevent abuse, a registering fee is charged. Nothing major." msgstr "" -#. code: mesq l("To prove me your faith, bring me 1 @@ or 1 @@.",getitemlink(Ruby),getitemlink(Topaz)); -#: npc/007-1/zarkor.txt:73 -#, no-c-format -msgid "To prove me your faith, bring me 1 @@ or 1 @@." -msgstr "" - #. code: mesq l("To prove me your results, bring me @@ @@, @@ @@ and @@ @@.", #: npc/012-1/gwendolyn.txt:107 #, no-c-format msgid "To prove me your results, bring me @@ @@, @@ @@ and @@ @@." msgstr "" +#. code: mesq l("To prove me your trustworthyness, bring me 1 %s or 1 %s.",getitemlink(Ruby),getitemlink(Topaz)); +#: npc/007-1/zarkor.txt:72 +#, no-c-format +msgid "To prove me your trustworthyness, bring me 1 %s or 1 %s." +msgstr "" + #. code: mesq l("To reach this place... You just need to follow the path after the waterfall. Come back to me after that."); #: npc/015-3/arkim.txt:180 #, no-c-format @@ -68587,7 +68781,7 @@ msgid "Too expensive %%n" msgstr "" #. code: mesc l("Too lazy."); -#: npc/commands/event.txt:235 +#: npc/commands/event.txt:236 #, no-c-format msgid "Too lazy." msgstr "" @@ -68663,14 +68857,14 @@ msgstr "" #. code: 004-2-7,0,0,0,0 monster Topaz Bif 1102,1,35000,150000 #. code: 010-1-5,0,0,0,0 monster Topaz Bif 1102,2,35000,150000 #. code: 004-3-6,0,0,0,0 monster Topaz Bif 1102,1,35000,150000 +#. code: 010-2-3,0,0,0,0 monster Topaz Bif 1102,2,35000,150000 #. code: Name: "Topaz Bif" #. code: 004-2-3,0,0,0,0 monster Topaz Bif 1102,6,35000,150000 -#. code: 010-2-3,0,0,0,0 monster Topaz Bif 1102,2,35000,150000 #: npc/004-2-7/_mobs.txt:6 #: npc/010-2-3/_mobs.txt:10 #: npc/010-1-5/_mobs.txt:10 -#: mob_db.conf:4291 #: npc/004-2-3/_mobs.txt:21 +#: mob_db.conf:4294 #: npc/004-3-6/_mobs.txt:6 #, no-c-format msgid "Topaz Bif" @@ -68817,7 +69011,7 @@ msgid "Total time AFK'ed in Tulimshar: %d hours and %d minutes" msgstr "" #. code: Name: "Toto" -#: mob_db.conf:7519 +#: mob_db.conf:7524 #, no-c-format msgid "Toto" msgstr "" @@ -68910,11 +69104,11 @@ msgstr "" #. code: l("Trade"), -, #. code: menuaction(l("Trade")), #: npc/032-1/episode.txt:407 +#: npc/020-5/bracco.txt:252 #: npc/003-1/inar.txt:10 #: npc/009-3/dangrostra.txt:13 #: npc/005-4/rosen.txt:35 #: npc/003-1/neko.txt:16 -#: npc/020-5/bracco.txt:210 #, no-c-format msgid "Trade" msgstr "" @@ -69046,7 +69240,7 @@ msgid "Translators" msgstr "" #. code: mesc l("Transmutating @@ will require:", getitemlink(@menuret)); -#: npc/magic/transmigration.txt:42 +#: npc/magic/transmigration.txt:43 #, no-c-format msgid "Transmutating @@ will require:" msgstr "" @@ -69058,7 +69252,7 @@ msgid "Transmutation Skill" msgstr "" #. code: mesc l("Transmute?!"); -#: npc/magic/transmigration.txt:109 +#: npc/magic/transmigration.txt:127 #, no-c-format msgid "Transmute?!" msgstr "" @@ -69184,8 +69378,8 @@ msgstr "" #. code: 015-5,93,52,8,9 monster Troll 1171,6,100000,30000 #. code: 025-2-1,66,83,16,31 monster Troll 1171,10,60000,60000 #. code: Name: "Troll" -#: mob_db.conf:6688 #: npc/006-6/_mobs.txt:5 +#: mob_db.conf:6693 #: npc/015-5/_mobs.txt:14 #: npc/018-3/_mobs.txt:4 #: npc/015-3/_mobs.txt:13 @@ -69196,7 +69390,7 @@ msgid "Troll" msgstr "" #. code: mesq l("Truth is - I cannot do that. Obviously. But I know who can."); -#: npc/024-16/king.txt:176 +#: npc/024-16/king.txt:193 #, no-c-format msgid "Truth is - I cannot do that. Obviously. But I know who can." msgstr "" @@ -69251,7 +69445,7 @@ msgid "Try talking to Soul Menhir or with any NPC on Tulimshar Center (near Soul msgstr "" #. code: rif(countitem(RawLog) > 0, l("Try this one.")), -#: npc/012-1/jack.txt:98 +#: npc/012-1/jack.txt:99 #, no-c-format msgid "Try this one." msgstr "" @@ -69355,7 +69549,7 @@ msgid "Tulimshar Bola" msgstr "" #. code: Name: "Tulimshar Guard" -#: mob_db.conf:6560 +#: mob_db.conf:6564 #, no-c-format msgid "Tulimshar Guard" msgstr "" @@ -69434,7 +69628,7 @@ msgid "Tulimshar is the strongest city because Dausen teaches every newcomer abo msgstr "" #. code: mesq l("Tulimshar miners mainly try to obtain gems."); -#: npc/007-1/tycoon.txt:241 +#: npc/007-1/tycoon.txt:239 #, no-c-format msgid "Tulimshar miners mainly try to obtain gems." msgstr "" @@ -69508,20 +69702,20 @@ msgstr "" msgid "Tweaking: %s" msgstr "" -#. code: mesq l("Twelve times more if it is an elusive Mana Fragment no one knows where they are!"); +#. code: mesq l("Twelve times more if it is a pinch of the elusive Mylarin Dust. But no one knows where any of that is!"); #: npc/007-1/dracoula.txt:118 #, no-c-format -msgid "Twelve times more if it is an elusive Mana Fragment no one knows where they are!" +msgid "Twelve times more if it is a pinch of the elusive Mylarin Dust. But no one knows where any of that is!" msgstr "" #. code: case 12: mesq l("Twelve... There is no way people collected this many gifts. Anyway. 404,800 is the next milestone."); break; -#: npc/019-4-1/chief.txt:313 +#: npc/019-4-1/chief.txt:322 #, no-c-format msgid "Twelve... There is no way people collected this many gifts. Anyway. 404,800 is the next milestone." msgstr "" #. code: mesc "----------"+l("Two Hands Weapon Recipes")+"----------", 2; -#: npc/craft/recipes.txt:229 +#: npc/craft/recipes.txt:231 #, no-c-format msgid "Two Hands Weapon Recipes" msgstr "" @@ -69535,7 +69729,7 @@ msgid "Two equal: 1 casino coin." msgstr "" #. code: rif(.@itemid != Event2HSword, l("Two hands sword (strong, misses)")), -#: npc/001-11/Soren.txt:88 +#: npc/001-11/Soren.txt:91 #, no-c-format msgid "Two hands sword (strong, misses)" msgstr "" @@ -69547,10 +69741,10 @@ msgid "Two still fight better than one. I have the courage of a dustman in me!" msgstr "" #. code: mesq l("You should ask %s.", b(l("Tycoon"))); -#. code: mesq l("Uh, you should ask %s, he is the miners leader.", b(l("Tycoon"))); +#. code: mesq l("Uh, you should ask %s, he is the leader of us miners.", b(l("Tycoon"))); #. code: 007-1,71,65,0 script Tycoon NPC_PLAYER,{ #: npc/007-1/caelum.txt:126 -#: npc/007-1/dracoula.txt:128 +#: npc/007-1/dracoula.txt:125 #: npc/007-1/tycoon.txt:40 #, no-c-format msgid "Tycoon" @@ -69618,10 +69812,10 @@ msgstr "" msgid "Uh, what?" msgstr "" -#. code: mesq l("Uh, you should ask %s, he is the miners leader.", b(l("Tycoon"))); +#. code: mesq l("Uh, you should ask %s, he is the leader of us miners.", b(l("Tycoon"))); #: npc/007-1/caelum.txt:126 #, no-c-format -msgid "Uh, you should ask %s, he is the miners leader." +msgid "Uh, you should ask %s, he is the leader of us miners." msgstr "" #. code: mesq l("Uh. You're probably right. I'm very sorry. I'm just... You know, I wanted to become a scholar of the sages, studying and... Oh, how could I mess that up? Did you see the library? It caused so much damage! What else should they do other than kick me out?"); @@ -69901,12 +70095,6 @@ msgstr "" msgid "Unfortunately, I cannot sell them to you. Maggots are attacking my crops and giving me headache." msgstr "" -#. code: mesq l("Unfortunately, I was cursed to never enter their cave again. They used a @@ to do that!", getitemlink(BlueManaPearl)); -#: npc/012-2/helena.txt:164 -#, no-c-format -msgid "Unfortunately, I was cursed to never enter their cave again. They used a @@ to do that!" -msgstr "" - #. code: mesq l("Unfortunately, a mere fledgling like you is not strong enough to help us."); #: npc/018-5-4/elder.txt:65 #, no-c-format @@ -69933,6 +70121,12 @@ msgstr "" msgid "Unfortunately, other victor's names weren't logged." msgstr "" +#. code: mesq l("Unfortunately, they placed a curse on me using a %s preventing me from entering their cave ever again.", getitemlink(BlueManaPearl)); +#: npc/012-2/helena.txt:164 +#, no-c-format +msgid "Unfortunately, they placed a curse on me using a %s preventing me from entering their cave ever again." +msgstr "" + #. code: mesq l("Unique monsters can be found there, and people say about staffs which shoot raw death and doom from it!"); #: npc/012-1/bot.txt:54 #, no-c-format @@ -70279,15 +70473,15 @@ msgstr "" msgid "Valia Gemini" msgstr "" +#. code: 006-10,44,34,15,15 monster Vampire Bat 1063,12,300000,30000 #. code: Name: "Vampire Bat" #. code: 006-6,43,37,18,14 monster Vampire Bat 1063,12,300000,30000 #. code: 015-8,100,56,48,36 monster Vampire Bat 1063,14,27000,22000 -#. code: 006-10,44,34,15,15 monster Vampire Bat 1063,12,300000,30000 #. code: 017-0,149,98,29,53 monster Vampire Bat 1063,18,60000,45000 #: npc/006-6/_mobs.txt:6 -#: mob_db.conf:2468 #: npc/006-10/_mobs.txt:2 #: npc/017-0/_mobs.txt:18 +#: mob_db.conf:2471 #: npc/015-8/_mobs.txt:7 #, no-c-format msgid "Vampire Bat" @@ -70303,7 +70497,7 @@ msgstr "" #. code: 025-2,139,31,40,11 monster Vanity Pixie 1215,4,60000,60000 #. code: 018-7,81,38,14,11 monster Vanity Pixie 1215,1,120000,0 #. code: Name: "Vanity Pixie" -#: mob_db.conf:8661 +#: mob_db.conf:8666 #: npc/025-2/_mobs.txt:6 #: npc/018-5/_mobs.txt:9 #: npc/018-7/_mobs.txt:9 @@ -70319,6 +70513,12 @@ msgstr "" msgid "Various people already went missing, including GMs. This is why if you plan to cross, " msgstr "" +#. code: 009-3,28,40,0 script Vault#0093 NPC_CHEST_BIG,{ +#: npc/009-3/vault.txt:6 +#, no-c-format +msgid "Vault#0093" +msgstr "" + #. code: 017-10,20,41,0 script Vault#01710 NPC_NO_SPRITE,{ #: npc/017-10/vault.txt:6 #, no-c-format @@ -70415,10 +70615,10 @@ msgstr "" msgid "Very well, you don't know what you're missing." msgstr "" -#. code: mesq l("Very well. I shall now share with you the details of this rite."); -#: npc/007-1/zarkor.txt:102 +#. code: mesq l("Very well. I shall now share the details of this rite with you."); +#: npc/007-1/zarkor.txt:101 #, no-c-format -msgid "Very well. I shall now share with you the details of this rite." +msgid "Very well. I shall now share the details of this rite with you." msgstr "" #. code: mesq l("Very well. That will make a great meal. You pass!"); @@ -70434,7 +70634,7 @@ msgid "Very well. The Platinum Red Queen died in her sleep and the Soul Eater to msgstr "" #. code: mesq l("Very well. This conversation never happened."); -#: npc/007-1/zarkor.txt:86 +#: npc/007-1/zarkor.txt:85 #, no-c-format msgid "Very well. This conversation never happened." msgstr "" @@ -70452,7 +70652,7 @@ msgid "Vice Leader" msgstr "" #. code: Name: "Vicious Chest" -#: mob_db.conf:6097 +#: mob_db.conf:6101 #, no-c-format msgid "Vicious Chest" msgstr "" @@ -70462,7 +70662,7 @@ msgstr "" #. code: 018-5-4,49,56,12,9 monster Vicious Squirrel 1187,8,35000,120000 #: npc/011-3/_mobs.txt:19 #: npc/018-5-4/_mobs.txt:3 -#: mob_db.conf:7425 +#: mob_db.conf:7430 #, no-c-format msgid "Vicious Squirrel" msgstr "" @@ -70675,7 +70875,7 @@ msgid "WARNING#015535661" msgstr "" #. code: mesc l("WARNING, THIS IS A RARE ITEM AND THIS OPERATION CANNOT BE REVERTED!!"); -#: npc/007-1/pylon.txt:150 +#: npc/007-1/pylon.txt:148 #, no-c-format msgid "WARNING, THIS IS A RARE ITEM AND THIS OPERATION CANNOT BE REVERTED!!" msgstr "" @@ -70762,7 +70962,7 @@ msgid "WARNING: Deprecated!" msgstr "" #. code: mesc l("WARNING: Difficult quest, bringing plenty of healing items strongly advised!"), 1; -#: npc/024-16/king.txt:126 +#: npc/024-16/king.txt:143 #, no-c-format msgid "WARNING: Difficult quest, bringing plenty of healing items strongly advised!" msgstr "" @@ -70804,7 +71004,7 @@ msgid "WARNING: If you walk out the main gate you WON'T be able to return!" msgstr "" #. code: mesc l("WARNING: Might have unexpected side effects!"), 1; -#: npc/commands/event.txt:226 +#: npc/commands/event.txt:227 #, no-c-format msgid "WARNING: Might have unexpected side effects!" msgstr "" @@ -70877,8 +71077,8 @@ msgid "WARNING: Strange bugs may happen if you attempt to craft an item you alre msgstr "" #. code: mesc l("WARNING: THIS ACTION IS IRREVERSIBLE."), 1; -#: npc/018-6-1/main.txt:317 -#: npc/018-6-1/main.txt:389 +#: npc/018-6-1/main.txt:319 +#: npc/018-6-1/main.txt:391 #, no-c-format msgid "WARNING: THIS ACTION IS IRREVERSIBLE." msgstr "" @@ -70900,7 +71100,7 @@ msgid "WARNING: The %s is a %s. Besides being insanely powerful, no duplicate of msgstr "" #. code: mesc l("WARNING: This is a level 45 quest!"), 1; -#: npc/007-1/tycoon.txt:146 +#: npc/007-1/tycoon.txt:147 #: npc/007-1/tycoon.txt:136 #, no-c-format msgid "WARNING: This is a level 45 quest!" @@ -70943,7 +71143,7 @@ msgid "WARNING: You have done less than %d%% of Candor Quests!" msgstr "" #. code: mesc l("WARNING: You must give at least @@ boxes more before event ends to be eligible for a reward!", .@gifts-.@q), 1; -#: npc/019-4-1/chief.txt:296 +#: npc/019-4-1/chief.txt:305 #, no-c-format msgid "WARNING: You must give at least @@ boxes more before event ends to be eligible for a reward!" msgstr "" @@ -71089,7 +71289,7 @@ msgid "Wait, are you with the police? I didn't do anything wrong, I promise!#1" msgstr "" #. code: mesc l("Wait, if you try to melt more than one item, manaplus will get buggy."), 1; -#: npc/020-5/bracco.txt:85 +#: npc/020-5/bracco.txt:95 #, no-c-format msgid "Wait, if you try to melt more than one item, manaplus will get buggy." msgstr "" @@ -71130,7 +71330,7 @@ msgstr "" msgid "Waitress" msgstr "" -#. code: rif(!(PCBONUS & PCB_WSPDBONUS), l("Walk +5%")), PCB_WSPDBONUS, +#. code: rif(#TUTORIAL_DONE && !(PCBONUS & PCB_WSPDBONUS), l("Walk +5%")), PCB_WSPDBONUS, #: npc/functions/rebirth.txt:24 #, no-c-format msgid "Walk +5%" @@ -71155,32 +71355,32 @@ msgid "Wall Card X" msgstr "" #. code: rif(.@itemid != EventWand, l("Wand (skill boost, pathetically weak)")), -#: npc/001-11/Soren.txt:90 +#: npc/001-11/Soren.txt:93 #, no-c-format msgid "Wand (skill boost, pathetically weak)" msgstr "" -#. code: mesq l("Wanderer, here is dangerous! Go back!"); +#. code: mesq l("Wanderer, this is a dangerous place! Go back!"); #: npc/007-1/caelum.txt:154 #, no-c-format -msgid "Wanderer, here is dangerous! Go back!" +msgid "Wanderer, this is a dangerous place! Go back!" msgstr "" #. code: Name: "Wandering Shadow" -#: mob_db.conf:12569 +#: mob_db.conf:12609 #, no-c-format msgid "Wandering Shadow" msgstr "" #. code: mesq l("Wandering too much? Take care to don't get lost."); -#: npc/014-2-1/woody.txt:101 -#: npc/007-1/caelum.txt:116 +#: npc/014-2-1/woody.txt:103 #, no-c-format msgid "Wandering too much? Take care to don't get lost." msgstr "" #. code: mesq l("Wandering too much? Take care to not get lost."); #: npc/014-2/carla.txt:124 +#: npc/007-1/caelum.txt:116 #, no-c-format msgid "Wandering too much? Take care to not get lost." msgstr "" @@ -71192,7 +71392,7 @@ msgid "Wands" msgstr "" #. code: case 10: mesq l("Want to break the hundredthousand item limit?? Ten gifts, for more, bring 102,400 boxes here."); break; -#: npc/019-4-1/chief.txt:311 +#: npc/019-4-1/chief.txt:320 #, no-c-format msgid "Want to break the hundredthousand item limit?? Ten gifts, for more, bring 102,400 boxes here." msgstr "" @@ -71264,9 +71464,9 @@ msgid "Warning#Kamelot" msgstr "" #. code: mesc l("Warning."), 1; -#: npc/functions/clientversion.txt:1206 -#: npc/functions/clientversion.txt:1207 +#: npc/functions/clientversion.txt:1214 #: npc/functions/clientversion.txt:504 +#: npc/functions/clientversion.txt:1213 #: npc/functions/clientversion.txt:503 #, no-c-format msgid "Warning." @@ -71291,7 +71491,7 @@ msgid "Warning: This will drain mana and spawn monsters. You shall not leave thi msgstr "" #. code: mesc l("Warning: You are using an old client."), 1; -#: npc/functions/clientversion.txt:1208 +#: npc/functions/clientversion.txt:1215 #, no-c-format msgid "Warning: You are using an old client." msgstr "" @@ -71426,7 +71626,7 @@ msgid "Watch out! My wife was gravely wounded the other day. Don't forget your s msgstr "" #. code: Name: "Water Element" -#: mob_db.conf:10813 +#: mob_db.conf:10821 #, no-c-format msgid "Water Element" msgstr "" @@ -71441,8 +71641,8 @@ msgstr "" #: npc/031-0/_mobs.txt:4 #: npc/019-4/_mobs.txt:2 #: npc/023-2/_mobs.txt:3 +#: mob_db.conf:7301 #: npc/023-3/_mobs.txt:19 -#: mob_db.conf:7296 #: npc/018-7/_mobs.txt:5 #: npc/018-5/_mobs.txt:2 #, no-c-format @@ -71479,12 +71679,6 @@ msgstr "" msgid "Waw, you are level @@! Many congratulations. If there were people like you, ukarania wouldn't have been destroyed..." msgstr "" -#. code: mesq l("We actually have a problem. Bandits ransacked this tavern, and took a huge loot."); -#: npc/012-2/helena.txt:101 -#, no-c-format -msgid "We actually have a problem. Bandits ransacked this tavern, and took a huge loot." -msgstr "" - #. code: mesc l("We advise you to change your equipment now."), 1; #: npc/015-8/sealedshrine.txt:636 #, no-c-format @@ -71581,6 +71775,12 @@ msgstr "" msgid "We can't, don't you agree?!" msgstr "" +#. code: mesq l("We chased after them after they fled into the deep tunnels of the mines. It was a heated battle but we have slain them all and got the chests with our stuff back."); +#: npc/012-2/helena.txt:101 +#, no-c-format +msgid "We chased after them after they fled into the deep tunnels of the mines. It was a heated battle but we have slain them all and got the chests with our stuff back." +msgstr "" + #. code: mesq l("We don't have a mayor. The independent city-state of Frostia is ruled by a King."); #: npc/024-1/guard.txt:64 #, no-c-format @@ -71623,6 +71823,12 @@ msgstr "" msgid "We have made a stop at a little island, before making it on to the port of Tulimshar." msgstr "" +#. code: mesq l("We have some serious problems involving bandits. I need someone strong to help me, and you don't qualify. Yet."); +#: npc/012-2/helena.txt:77 +#, no-c-format +msgid "We have some serious problems involving bandits. I need someone strong to help me, and you don't qualify. Yet." +msgstr "" + #. code: mesq l("We have three vanishing sort of people on the story."); #: npc/009-2/librarian.txt:148 #, no-c-format @@ -71667,7 +71873,6 @@ msgstr "" #. code: mesc l("We must blame Saulc!"); #: npc/015-2/ben.txt:94 -#: npc/007-1/pylon.txt:69 #, no-c-format msgid "We must blame Saulc!" msgstr "" @@ -71710,7 +71915,7 @@ msgid "We offer party and guild certifications." msgstr "" #. code: mesq l("We only managed to recover @@ stolen @@ thus far...", $XMAS_GIFTS, getitemlink(ClosedChristmasBox)); -#: npc/019-4-1/chief.txt:290 +#: npc/019-4-1/chief.txt:299 #, no-c-format msgid "We only managed to recover @@ stolen @@ thus far..." msgstr "" @@ -71727,12 +71932,6 @@ msgstr "" msgid "We organize some auction and we help local merchants to launch their businesses." msgstr "" -#. code: mesq l("We pursued them until the mines, slayed them, and took the chests where they locked our stuff into."); -#: npc/012-2/helena.txt:104 -#, no-c-format -msgid "We pursued them until the mines, slayed them, and took the chests where they locked our stuff into." -msgstr "" - #. code: mesq l("We really appreciate your help with the slimes."); #: npc/020-7-1/janitors.txt:32 #, no-c-format @@ -71969,7 +72168,7 @@ msgid "Weapon Maximum Damage" msgstr "" #. code: mesc l("Weapons: +8 attack, +8 magic attack"); -#: npc/functions/refine.txt:156 +#: npc/functions/refine.txt:157 #, no-c-format msgid "Weapons: +8 attack, +8 magic attack" msgstr "" @@ -72017,7 +72216,7 @@ msgid "Welcome back." msgstr "" #. code: mesq l("Welcome back. Please enjoy your stay here."); -#: npc/024-16/king.txt:200 +#: npc/024-16/king.txt:217 #, no-c-format msgid "Welcome back. Please enjoy your stay here." msgstr "" @@ -72107,7 +72306,7 @@ msgid "Welcome to Tulimshar, @@!" msgstr "" #. code: mesq l("Welcome to my fine establishment!"); -#: npc/020-5/bracco.txt:207 +#: npc/020-5/bracco.txt:249 #, no-c-format msgid "Welcome to my fine establishment!" msgstr "" @@ -72281,8 +72480,8 @@ msgid "Well, I decided to resume an old research of mine, now that I have a mini msgstr "" #. code: mesq l("Well, I did my best, but this had been so refined, that it was difficult to find my way."); -#: npc/functions/refine.txt:166 -#: npc/functions/refine.txt:185 +#: npc/functions/refine.txt:167 +#: npc/functions/refine.txt:186 #, no-c-format msgid "Well, I did my best, but this had been so refined, that it was difficult to find my way." msgstr "" @@ -72366,10 +72565,10 @@ msgstr "" msgid "Well, I'm currently researching scorpions, as you can imagine." msgstr "" -#. code: mesq l("Well, I'm the miner leader, indeed. A miner need to have the full set."); -#: npc/007-1/tycoon.txt:196 +#. code: mesq l("Well, I'm the leader of the miners, indeed. A miner needs to have the full set."); +#: npc/007-1/tycoon.txt:195 #, no-c-format -msgid "Well, I'm the miner leader, indeed. A miner need to have the full set." +msgid "Well, I'm the leader of the miners, indeed. A miner needs to have the full set." msgstr "" #. code: mesq l("Well, all humans does mistakes... Wait, he is an elf. So, everyone commit mistakes. Anyway..."); @@ -72429,13 +72628,13 @@ msgid "Well, if you ever need help, do not hesit reading the wiki ;-)" msgstr "" #. code: mesq l("Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.", getitemlink(ClosedChristmasBox)); -#: npc/019-4-1/chief.txt:324 +#: npc/019-4-1/chief.txt:333 #, no-c-format msgid "Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors." msgstr "" #. code: mesq l("Well, if you want warrior craft, perhaps you should look for @@ or @@.", l("Nicholas"), l("Nahrec")); -#: npc/020-5/bracco.txt:236 +#: npc/020-5/bracco.txt:278 #, no-c-format msgid "Well, if you want warrior craft, perhaps you should look for @@ or @@." msgstr "" @@ -72500,12 +72699,6 @@ msgstr "" msgid "Well, not like you could understand that with your level! %%a" msgstr "" -#. code: mesq l("Well, perhaps a few of them are rebels, I mean, people like us, but many of them are monsters."); -#: npc/012-2/helena.txt:161 -#, no-c-format -msgid "Well, perhaps a few of them are rebels, I mean, people like us, but many of them are monsters." -msgstr "" - #. code: mesq l("Well, problem is, after that, there was demand for an election. The previous mayor lost. I won."); #: npc/012-2/rakinorf.txt:187 #, no-c-format @@ -72663,10 +72856,10 @@ msgstr "" msgid "Well, you forgot the most important: The material I need to do the string." msgstr "" -#. code: mesq l("Well, you gave me the gems, so I trust you. Here, take this @@.", getitemlink(DarkDesertMushroom)); -#: npc/007-1/zarkor.txt:122 +#. code: mesq l("Well, you gave me the gems, so I trust you with this. Here, take the reagent you need, a %s.", getitemlink(DarkDesertMushroom)); +#: npc/007-1/zarkor.txt:121 #, no-c-format -msgid "Well, you gave me the gems, so I trust you. Here, take this @@." +msgid "Well, you gave me the gems, so I trust you with this. Here, take the reagent you need, a %s." msgstr "" #. code: mesq l("Well, you helped me. That's great! One hand washes the other, so, I'm willing to share knowledge with you."); @@ -72700,7 +72893,7 @@ msgid "Well, you see, you can't jump very far. And the water near land is shallo msgstr "" #. code: mesq l("Well, you were warned. Do you have any other stuff for me?"); -#: npc/functions/refine.txt:180 +#: npc/functions/refine.txt:181 #, no-c-format msgid "Well, you were warned. Do you have any other stuff for me?" msgstr "" @@ -73137,7 +73330,7 @@ msgid "What do you know about other Mana Magic Professors?" msgstr "" #. code: rif($TYRAN_HOLDER$ == "", l("What do you know about the Tyranny Bow?")), -#: npc/024-16/king.txt:204 +#: npc/024-16/king.txt:221 #, no-c-format msgid "What do you know about the Tyranny Bow?" msgstr "" @@ -73148,6 +73341,12 @@ msgstr "" msgid "What do you mean? Do you at least have a rowboat with you?!" msgstr "" +#. code: l("What do you miners do here?"), L_CaveMiner, +#: npc/007-1/tycoon.txt:63 +#, no-c-format +msgid "What do you miners do here?" +msgstr "" + #. code: mesq l("What do you need to learn something besides money for tuitions fee? Time and Dedication."); #: npc/003-0-1/researcher.txt:70 #, no-c-format @@ -73178,8 +73377,8 @@ msgstr "" #. code: mes l("What do you want to access?"); #: npc/commands/super-menu.txt:8 +#: npc/commands/event.txt:362 #: npc/commands/ucp.txt:13 -#: npc/commands/event.txt:361 #, no-c-format msgid "What do you want to access?" msgstr "" @@ -73227,12 +73426,6 @@ msgstr "" msgid "What do you want today?" msgstr "" -#. code: l("What does miners do in cave?"), L_CaveMiner, -#: npc/007-1/tycoon.txt:63 -#, no-c-format -msgid "What does miners do in cave?" -msgstr "" - #. code: l("What else do you need?")); #: npc/functions/random-talk.txt:72 #, no-c-format @@ -73438,7 +73631,7 @@ msgid "What is the name of the super computer?" msgstr "" #. code: l("What is this guild for?"), -#: npc/functions/bank.txt:212 +#: npc/functions/bank.txt:213 #, no-c-format msgid "What is this guild for?" msgstr "" @@ -73462,7 +73655,7 @@ msgid "What is your problem?" msgstr "" #. code: mesc l("What item do you want to melt down? This is irreversible, and may return some ingots to you, but there is no way to tell how many you'll receive!"), 1; -#: npc/020-5/bracco.txt:299 +#: npc/020-5/bracco.txt:341 #, no-c-format msgid "What item do you want to melt down? This is irreversible, and may return some ingots to you, but there is no way to tell how many you'll receive!" msgstr "" @@ -73504,7 +73697,7 @@ msgid "What star is near Ford's home planet?" msgstr "" #. code: case 13: mesq l("What the f...? Four Hundred Thousand??? Must be a bug. Next milestone is 819,200. Cheaters."); break; -#: npc/019-4-1/chief.txt:314 +#: npc/019-4-1/chief.txt:323 #, no-c-format msgid "What the f...? Four Hundred Thousand??? Must be a bug. Next milestone is 819,200. Cheaters." msgstr "" @@ -73548,7 +73741,7 @@ msgid "What were the second most intelligent creatures on Earth?" msgstr "" #. code: l("What will be my reward?"), -#: npc/024-16/king.txt:130 +#: npc/024-16/king.txt:147 #, no-c-format msgid "What will be my reward?" msgstr "" @@ -73733,13 +73926,13 @@ msgid "What?! Do my house look like the place to you pratice your thief skills?! msgstr "" #. code: mesq l("What?! This changes the whole history. Not only that, but this is a serious issue!"); -#: npc/024-16/king.txt:164 +#: npc/024-16/king.txt:181 #, no-c-format msgid "What?! This changes the whole history. Not only that, but this is a serious issue!" msgstr "" #. code: mesq l("Whatever you find there is yours to keep."); -#: npc/024-16/king.txt:147 +#: npc/024-16/king.txt:164 #, no-c-format msgid "Whatever you find there is yours to keep." msgstr "" @@ -73893,7 +74086,7 @@ msgid "Where exactly am I?" msgstr "" #. code: mesq l("Where have you been, pal? He perished."); -#: npc/024-16/king.txt:142 +#: npc/024-16/king.txt:159 #, no-c-format msgid "Where have you been, pal? He perished." msgstr "" @@ -73923,7 +74116,7 @@ msgid "Where is the World's Edge?" msgstr "" #. code: l("Where is the item you've stolen?"); -#: npc/018-6-1/main.txt:264 +#: npc/018-6-1/main.txt:266 #, no-c-format msgid "Where is the item you've stolen?" msgstr "" @@ -73947,13 +74140,13 @@ msgid "Where's the Sunny Crystal? Hurry up, you only have @@ left!" msgstr "" #. code: mesq l("Where's the money? Go away."); -#: npc/functions/refine.txt:115 +#: npc/functions/refine.txt:116 #, no-c-format msgid "Where's the money? Go away." msgstr "" #. code: mesq l("Where's the reagent? You don't expect me to find it, right? Go bring them!"); -#: npc/functions/refine.txt:121 +#: npc/functions/refine.txt:122 #, no-c-format msgid "Where's the reagent? You don't expect me to find it, right? Go bring them!" msgstr "" @@ -74012,6 +74205,12 @@ msgstr "" msgid "Which sound great in theory, but it was not. Greedy people found a way into power. They probably had good reasons, but they started confiscating Mana Stones, and storing them in a tower..." msgstr "" +#. code: l("Which type of favor?"), L_Quest, +#: npc/007-1/dracoula.txt:25 +#, no-c-format +msgid "Which type of favor?" +msgstr "" + #. code: mesc l("Which water will you use?"); #: npc/025-1/rum.txt:83 #: npc/017-3/chagashroom.txt:75 @@ -74038,10 +74237,10 @@ msgstr "" msgid "While breaking the seal, monsters will spawn. The other monsters may drop %s." msgstr "" -#. code: mesc l("While it may not be suitable for fighting, by using it against Bifs and other mineral formations, you'll be able to get more ore."); -#: npc/007-1/tycoon.txt:228 +#. code: mesc l("While it is unsuitable for fighting, by using it against Bifs and other mineral formations, you'll be able to get more ore."); +#: npc/007-1/tycoon.txt:227 #, no-c-format -msgid "While it may not be suitable for fighting, by using it against Bifs and other mineral formations, you'll be able to get more ore." +msgid "While it is unsuitable for fighting, by using it against Bifs and other mineral formations, you'll be able to get more ore." msgstr "" #. code: mes l("While mining bifs, a strange powder appeared."); @@ -74078,8 +74277,8 @@ msgstr "" #. code: Name: "Whirly Bird" #. code: 026-0,65,77,13,22 monster Whirly Bird 1232,6,60000,35000 #. code: 031-1,24,23,3,4 monster Whirly Bird 1232,1,300000,300000 +#: mob_db.conf:9399 #: npc/026-0/_mobs.txt:4 -#: mob_db.conf:9394 #: npc/025-2-1/_mobs.txt:4 #: npc/031-1/_mobs.txt:7 #, no-c-format @@ -74119,6 +74318,7 @@ msgstr "" #. code: 019-5-1,70,82,3,2 monster White Slime 1094,6,100000,30000 #. code: 001-7,30,23,6,2 monster White Slime 1094,5,30000,30000 #. code: 019-5-1,106,34,3,2 monster White Slime 1094,4,100000,30000 +#. code: 020-7-2,60,88,40,26 monster White Slime 1094,15,36000,400000,Pyry::OnSlimeDeath #. code: 019-5-2,39,104,4,4 monster White Slime 1094,7,100000,30000 #. code: 031-1,89,40,15,16 monster White Slime 1094,6,90000,30000 #. code: 019-5-2,109,97,4,4 monster White Slime 1094,7,100000,30000 @@ -74140,7 +74340,6 @@ msgstr "" #. code: 019-5,37,175,1,1 monster White Slime 1094,7,100000,30000 #. code: 019-5-1,132,71,4,3 monster White Slime 1094,4,100000,30000 #. code: 021-2,74,37,49,21 monster White Slime 1094,15,100000,30000 -#. code: 020-7-2,60,88,40,26 monster White Slime 1094,15,36000,400000,Pyry::OnSlimeDeath #. code: 019-5,108,168,1,1 monster White Slime 1094,7,100000,30000 #. code: 019-5-2,64,104,1,1 monster White Slime 1094,7,100000,30000 #. code: 001-7,49,46,8,2 monster White Slime 1094,2,30000,30000 @@ -74151,7 +74350,6 @@ msgstr "" #: npc/019-5-2/_mobs.txt:5 #: npc/031-1/_mobs.txt:4 #: npc/019-5-1/_mobs.txt:8 -#: mob_db.conf:3948 #: npc/001-7/_mobs.txt:33 #: npc/001-7/_mobs.txt:9 #: npc/019-5-1/_mobs.txt:5 @@ -74177,6 +74375,7 @@ msgstr "" #: npc/019-5/_mobs.txt:20 #: npc/019-5/_mobs.txt:17 #: npc/001-7/_mobs.txt:5 +#: mob_db.conf:3951 #: npc/019-2/_mobs.txt:7 #, no-c-format msgid "White Slime" @@ -74186,14 +74385,14 @@ msgstr "" #. code: Name: "White Slime Mother" #. code: 023-4,62,28,6,6 monster White Slime Mother 1242,1,30000,30000 #: npc/023-4/_mobs.txt:4 -#: mob_db.conf:9892 +#: mob_db.conf:9897 #: npc/006-4/_mobs.txt:17 #, no-c-format msgid "White Slime Mother" msgstr "" #. code: Name: "WhiteCat" -#: mob_db.conf:7557 +#: mob_db.conf:7562 #, no-c-format msgid "WhiteCat" msgstr "" @@ -74423,7 +74622,7 @@ msgid "Why is it hard?" msgstr "" #. code: l("Why not Andrei Sakar?"), -#: npc/024-16/king.txt:129 +#: npc/024-16/king.txt:146 #, no-c-format msgid "Why not Andrei Sakar?" msgstr "" @@ -74435,7 +74634,7 @@ msgid "Why not, I need to train anyway." msgstr "" #. code: l("Why should I spare you?"), -#: npc/018-6-1/main.txt:263 +#: npc/018-6-1/main.txt:265 #, no-c-format msgid "Why should I spare you?" msgstr "" @@ -74510,10 +74709,10 @@ msgstr "" #: npc/032-2/_mobs.txt:9 #: npc/017-0/_mobs.txt:17 #: npc/015-6/_mobs.txt:24 +#: mob_db.conf:6919 #: npc/015-6/_mobs.txt:65 #: npc/015-6/_mobs.txt:59 #: npc/015-6/_mobs.txt:63 -#: mob_db.conf:6914 #: npc/018-6-1/_mobs.txt:14 #: npc/015-3/_mobs.txt:12 #, no-c-format @@ -74539,7 +74738,7 @@ msgid "Wiki article" msgstr "" #. code: Name: "Wildx Chest" -#: mob_db.conf:6004 +#: mob_db.conf:6008 #, no-c-format msgid "Wildx Chest" msgstr "" @@ -74564,7 +74763,7 @@ msgid "Will you accept his challenge?! Raise to the highest top score!" msgstr "" #. code: mesq l("Will you help me- no, I mean, will you help us, the whole town of Hurnscald?"); -#: npc/012-2/helena.txt:234 +#: npc/012-2/helena.txt:237 #, no-c-format msgid "Will you help me- no, I mean, will you help us, the whole town of Hurnscald?" msgstr "" @@ -74576,7 +74775,7 @@ msgid "Will you try to unlock it?" msgstr "" #. code: Name: "Wind Element" -#: mob_db.conf:10897 +#: mob_db.conf:10911 #, no-c-format msgid "Wind Element" msgstr "" @@ -74587,11 +74786,11 @@ msgstr "" #. code: 017-0,241,92,43,51 monster Wind Fairy 1185,11,60000,45000 #. code: Name: "Wind Fairy" #. code: 018-5,82,88,41,15 monster Wind Fairy 1185,8,40000,20000 -#: mob_db.conf:7339 #: npc/017-0/_mobs.txt:6 #: npc/031-1/_mobs.txt:5 -#: npc/018-7/_mobs.txt:4 #: npc/018-5/_mobs.txt:4 +#: npc/018-7/_mobs.txt:4 +#: mob_db.conf:7344 #: npc/019-2/_mobs.txt:4 #, no-c-format msgid "Wind Fairy" @@ -74732,7 +74931,7 @@ msgid "With a mask? Yeah, I remember. That was a strange guy. He came to visit t msgstr "" #. code: mesc l("With a wave, Benjamin returns to report Kenton about the outcome."); -#: npc/018-6-1/main.txt:178 +#: npc/018-6-1/main.txt:180 #, no-c-format msgid "With a wave, Benjamin returns to report Kenton about the outcome." msgstr "" @@ -74749,10 +74948,10 @@ msgstr "" msgid "With it, you can safely move items and funds between your characters." msgstr "" -#. code: mesq l("With one gem you can expect to get 1 to 3 powders!"); +#. code: mesq l("With one gem you can expect to get 2 to 4 powders!"); #: npc/007-1/pylon.txt:67 #, no-c-format -msgid "With one gem you can expect to get 1 to 3 powders!" +msgid "With one gem you can expect to get 2 to 4 powders!" msgstr "" #. code: mesc l("With recent player activity, the Monster king is @@!", .@st$); @@ -74780,7 +74979,7 @@ msgid "With this I make balls of slime for Candor's childs, they really like to msgstr "" #. code: mesq l("With this tip you will be able to fight strong monsters. It's on Saul's Strategy Guide Against Archwizards."); -#: npc/007-1/tycoon.txt:262 +#: npc/007-1/tycoon.txt:260 #, no-c-format msgid "With this tip you will be able to fight strong monsters. It's on Saul's Strategy Guide Against Archwizards." msgstr "" @@ -74925,6 +75124,7 @@ msgstr "" #: npc/019-5/_mobs.txt:13 #: npc/019-5/_mobs.txt:4 #: npc/019-5/_mobs.txt:6 +#: mob_db.conf:1520 #: npc/001-7/_mobs.txt:25 #: npc/019-5/_mobs.txt:11 #: npc/001-7/_mobs.txt:27 @@ -74942,7 +75142,6 @@ msgstr "" #: npc/001-7/_mobs.txt:26 #: npc/019-5/_mobs.txt:5 #: npc/001-7/_mobs.txt:28 -#: mob_db.conf:1519 #: npc/001-7/_mobs.txt:24 #: npc/001-7/_mobs.txt:8 #: npc/001-7/_mobs.txt:36 @@ -74996,12 +75195,6 @@ msgstr "" msgid "Wonderful! Here, take the @@, as promised. I need to get back to cooking!" msgstr "" -#. code: mesq l("Wonderful! I'll be expecting you back."); -#: npc/012-2/helena.txt:120 -#, no-c-format -msgid "Wonderful! I'll be expecting you back." -msgstr "" - #. code: mesq l("Wonderful! Just bring me 12 @@ and 4 @@. I'm counting on you!", getitemlink(SmallMushroom), getitemlink(MoubooSteak)); #: npc/017-3/chef.txt:34 #, no-c-format @@ -75020,12 +75213,6 @@ msgstr "" msgid "Wonderful! Now I can prepare the ink for magnificent illustrations! You're very generous." msgstr "" -#. code: mesq l("Wonderful! So, how about a warm up?"); -#: npc/012-2/helena.txt:184 -#, no-c-format -msgid "Wonderful! So, how about a warm up?" -msgstr "" - #. code: mesq l("Wonderful! That was great! Directly hit the bull's eye!"); // TRANSLATORS: manner of speak, "to hit exactly on the target" #: npc/012-1/gwendolyn.txt:433 #, no-c-format @@ -75104,6 +75291,12 @@ msgstr "" msgid "Woody Card" msgstr "" +#. code: mesc l("Woody also gave you some money so you can put options on your item with Tolchi. Isn't that nice of him?"); +#: npc/014-2-1/woody.txt:98 +#, no-c-format +msgid "Woody also gave you some money so you can put options on your item with Tolchi. Isn't that nice of him?" +msgstr "" + #. code: mesq l("Woody is inside, he is probably crafting some stuff with animals pelts."); #: npc/014-2/carla.txt:130 #, no-c-format @@ -75212,16 +75405,16 @@ msgstr "" msgid "Would you like to help us to protect the town from the red scorpion infestation?" msgstr "" -#. code: mesq lg("Would you like to help us? Maybe you just need some information."); +#. code: mesq lg("Would you like to help us?"); #: npc/007-1/tycoon.txt:48 #, no-c-format -msgid "Would you like to help us? Maybe you just need some information.#0" +msgid "Would you like to help us?#0" msgstr "" -#. code: mesq lg("Would you like to help us? Maybe you just need some information."); +#. code: mesq lg("Would you like to help us?"); #: npc/007-1/tycoon.txt:48 #, no-c-format -msgid "Would you like to help us? Maybe you just need some information.#1" +msgid "Would you like to help us?#1" msgstr "" #. code: mes l("Would you like to leave this place?"); @@ -75231,16 +75424,10 @@ msgstr "" msgid "Would you like to leave this place?" msgstr "" -#. code: mesq l("Would you like to transform one more?"); -#: npc/007-1/pylon.txt:134 -#, no-c-format -msgid "Would you like to transform one more?" -msgstr "" - -#. code: mesq l("Wouldn't you know it, the bug bomb Eomie gave us is in one of the store room barrels."); -#: npc/005-1/zegas.txt:32 +#. code: mesq l("Would you like to transform some more?"); +#: npc/007-1/pylon.txt:132 #, no-c-format -msgid "Wouldn't you know it, the bug bomb Eomie gave us is in one of the store room barrels." +msgid "Would you like to transform some more?" msgstr "" #. code: mesq l("Wouldn't you like to help me too?"); @@ -75251,22 +75438,22 @@ msgstr "" #. code: mesn l("Wounded Girl"); #. code: setnpcdialogtitle l("Wounded Girl"); -#: npc/018-6-1/main.txt:234 -#: npc/018-6-1/main.txt:238 -#: npc/018-6-1/main.txt:231 -#: npc/018-6-1/main.txt:230 +#: npc/018-6-1/main.txt:236 +#: npc/018-6-1/main.txt:233 +#: npc/018-6-1/main.txt:232 +#: npc/018-6-1/main.txt:240 #, no-c-format msgid "Wounded Girl" msgstr "" #. code: mesn l("Wounded Soldier"); -#: npc/018-6-1/main.txt:157 +#: npc/018-6-1/main.txt:159 #, no-c-format msgid "Wounded Soldier" msgstr "" #. code: 018-6-1,128,131,0 script Wounded Soldier#01861 NPC_GUARD_DEAD,{ -#: npc/018-6-1/main.txt:147 +#: npc/018-6-1/main.txt:149 #, no-c-format msgid "Wounded Soldier#01861" msgstr "" @@ -75296,7 +75483,7 @@ msgstr "" #. code: mesq l("Wow! You did it! I do not think anyone else could have done that."); #: npc/005-7/trainer.txt:156 -#: npc/007-1/tycoon.txt:148 +#: npc/007-1/tycoon.txt:149 #, no-c-format msgid "Wow! You did it! I do not think anyone else could have done that." msgstr "" @@ -75314,7 +75501,7 @@ msgid "Wow, it's really generous of you to fight those slimes for us. Do you nee msgstr "" #. code: case 3: mesq l("Wow, three gifts! Good job! With 800, an extra gift for everyone!"); break; -#: npc/019-4-1/chief.txt:304 +#: npc/019-4-1/chief.txt:313 #, no-c-format msgid "Wow, three gifts! Good job! With 800, an extra gift for everyone!" msgstr "" @@ -75718,9 +75905,9 @@ msgstr "" #. code: 025-2-4,40,36,13,3 monster Yellow Skull Slime 1403,3,20000,75000 #. code: 006-6,46,38,16,14 monster Yellow Skull Slime 1403,3,120000,30000 #. code: Name: "Yellow Skull Slime" -#: mob_db.conf:10379 #: npc/025-2-4/_mobs.txt:6 #: npc/006-6/_mobs.txt:2 +#: mob_db.conf:10384 #, no-c-format msgid "Yellow Skull Slime" msgstr "" @@ -75734,23 +75921,23 @@ msgstr "" #. code: 018-4,96,70,76,47 monster Yellow Slime 1091,15,30000,30000 #. code: 006-3,46,38,16,14 monster Yellow Slime 1091,6,120000,30000 #. code: 015-2,59,36,9,12 monster Yellow Slime 1091,3,30000,100000 -#. code: 004-2,146,28,3,2 monster Yellow Slime 1091,1,35000,150000 #. code: 015-1,147,91,119,97 monster Yellow Slime 1091,50,30000,20000 #. code: 001-6,88,160,30,24 monster Yellow Slime 1091,8,60000,60000 #. code: 015-2,50,61,4,6 monster Yellow Slime 1091,2,30000,100000 #. code: 015-2,41,178,4,6 monster Yellow Slime 1091,1,30000,100000 +#. code: 004-2,146,28,3,2 monster Yellow Slime 1091,1,35000,150000 #. code: 015-2,137,205,4,6 monster Yellow Slime 1091,2,30000,100000 #. code: 015-2,20,204,4,6 monster Yellow Slime 1091,1,30000,100000 #. code: 015-2,26,69,9,12 monster Yellow Slime 1091,3,30000,100000 #. code: Name: "Yellow Slime" #: npc/004-2/_mobs.txt:12 #: npc/001-6/_mobs.txt:7 -#: mob_db.conf:3795 #: npc/015-1/_mobs.txt:10 #: npc/006-3/_mobs.txt:2 #: npc/015-2/_mobs.txt:34 #: npc/015-2/_mobs.txt:40 #: npc/015-2/_mobs.txt:37 +#: mob_db.conf:3798 #: npc/015-2/_mobs.txt:32 #: npc/015-2/_mobs.txt:36 #: npc/015-2/_mobs.txt:38 @@ -75768,7 +75955,7 @@ msgstr "" #. code: Name: "Yellow Slime Mother" #. code: 006-4-1,56,101,28,9 monster Yellow Slime Mother 1239,4,75000,25000 #: npc/006-4-1/_mobs.txt:4 -#: mob_db.conf:9738 +#: mob_db.conf:9743 #, no-c-format msgid "Yellow Slime Mother" msgstr "" @@ -75785,10 +75972,10 @@ msgstr "" msgid "Yellow Switch#EP" msgstr "" -#. code: rif(countitem(BatTeeth) >= 11, l("Yep, I bring them for you!")), L_Finish2, +#. code: rif(countitem(BatTeeth) >= 11, l("Yep, I have them right here for you!")), L_Finish2, #: npc/007-1/dracoula.txt:78 #, no-c-format -msgid "Yep, I bring them for you!" +msgid "Yep, I have them right here for you!" msgstr "" #. code: mesq l("Yep, I never fly in these days."); @@ -75817,17 +76004,17 @@ msgstr "" #. code: select l("No"), l("Yes"); #: npc/012-5/nicholas.txt:51 #: npc/018-1/george.txt:98 +#: npc/017-5/nahrec.txt:191 #: npc/017-4/pyndragon.txt:30 #: npc/042-10/ctrl.txt:235 #: npc/025-1/rum.txt:48 #: npc/functions/main.txt:220 #: npc/006-9/ctrl.txt:33 #: npc/019-3/guards.txt:12 -#: npc/017-5/nahrec.txt:172 #: npc/017-4/pihro.txt:40 #: npc/003-1/ishi.txt:193 #: npc/024-9/sake.txt:48 -#: npc/020-5/bracco.txt:176 +#: npc/020-5/bracco.txt:218 #: npc/017-3/chagashroom.txt:47 #: npc/018-1/george.txt:128 #: npc/017-5/silversmith.txt:29 @@ -75942,7 +76129,7 @@ msgid "Yes, I am." msgstr "" #. code: mesq l("Yes, I can craft Savior Pants. But it is not cheap. I'll need Platinum, Iridium, and Mylarin Dust. And gold. Much gold."); -#: npc/017-5/nahrec.txt:134 +#: npc/017-5/nahrec.txt:153 #, no-c-format msgid "Yes, I can craft Savior Pants. But it is not cheap. I'll need Platinum, Iridium, and Mylarin Dust. And gold. Much gold." msgstr "" @@ -76032,7 +76219,7 @@ msgid "Yes, I would like to go to Asphodel Moors!" msgstr "" #. code: l("Yes, I'll go."); -#: npc/024-16/king.txt:131 +#: npc/024-16/king.txt:148 #, no-c-format msgid "Yes, I'll go." msgstr "" @@ -76115,7 +76302,7 @@ msgstr "" msgid "Yes, deal. Gimme the gold ring." msgstr "" -#. code: rif(countitem(SilverIngot) >= 5 && Zeny >= 1200, l("Yes, deal. Gimme the silver ring.")), -, +#. code: rif(countitem(SilverIngot) >= 2 && Zeny >= 1200, l("Yes, deal. Gimme the silver ring.")), -, #: npc/003-5/jeweler.txt:45 #, no-c-format msgid "Yes, deal. Gimme the silver ring." @@ -76227,14 +76414,14 @@ msgid "Yes, power allows us a future of our choosing." msgstr "" #. code: rif(countitem(TreasureKey) >= 5, l("Yes, take it.")), -#. code: rif(countitem(BanditHood) >= 10, l("Yes, take it.")), -#: npc/012-2/helena.txt:197 -#: npc/012-2/helena.txt:128 +#: npc/012-2/helena.txt:125 #, no-c-format msgid "Yes, take it." msgstr "" #. code: rif(countitem("PiouLegs") >= 11, l("Yes, take them.")), L_Reward, +#. code: rif(countitem(BanditHood) >= 10, l("Yes, take them.")), +#: npc/012-2/helena.txt:197 #: npc/002-1/chefgado.txt:76 #, no-c-format msgid "Yes, take them." @@ -76264,10 +76451,10 @@ msgstr "" msgid "Yes, uhh, very interesting indeed. Haha. I better leave..." msgstr "" -#. code: mes l("Yes, unless you're doing something VERY special, a Wooden Log is what you need."); +#. code: mes l("Yes, unless you're doing something VERY special, a %s is what you need.", getitemlink(WoodenLog)); #: npc/012-1/jack.txt:38 #, no-c-format -msgid "Yes, unless you're doing something VERY special, a Wooden Log is what you need." +msgid "Yes, unless you're doing something VERY special, a %s is what you need." msgstr "" #. code: mesc l("Yes, we have @@!", getitemlink(Coffee)); @@ -76305,17 +76492,17 @@ msgstr "" #: npc/001-1/portal.txt:16 #: npc/018-7/raify.txt:96 #: npc/005-1/ayasha.txt:407 -#: npc/005-1/zegas.txt:118 +#: npc/005-1/zegas.txt:124 #: npc/items/croconut.txt:15 #: npc/014-5-1/sagratha.txt:267 #, no-c-format msgid "Yes." msgstr "" -#. code: mesq l("Yes. Frostia is a city-estate, and is ruled by me, King Gelid Frozenheart II."); +#. code: mesq l("Yes. Frostia is a city-state, and ruled by me, King Gelid Frozenheart II."); #: npc/024-16/king.txt:28 #, no-c-format -msgid "Yes. Frostia is a city-estate, and is ruled by me, King Gelid Frozenheart II." +msgid "Yes. Frostia is a city-state, and ruled by me, King Gelid Frozenheart II." msgstr "" #. code: mesq l("Yes. I can. But this is irreversible. Are you sure you want this?"); @@ -76360,24 +76547,24 @@ msgstr "" #. code: 019-5,87,119,18,17 monster Yeti 1064,2,100000,30000 #. code: 001-7,77,140,10,3 monster Yeti 1064,4,30000,30000 -#. code: 019-5-1,113,48,6,4 monster Yeti 1064,2,100000,30000 +#. code: 023-2,54,44,21,6 monster Yeti 1064,5,0,0 #. code: 021-2,77,62,10,11 monster Yeti 1064,5,100000,30000 #. code: 021-2,84,64,4,4 monster Yeti 1064,2,10000,10000 #. code: 019-5-2,122,157,10,8 monster Yeti 1064,2,100000,30000 +#. code: 019-5-1,113,48,6,4 monster Yeti 1064,2,100000,30000 #. code: Name: "Yeti" #. code: 021-3,54,64,26,26 monster Yeti 1064,5,90000,30000 -#. code: 023-2,54,44,21,6 monster Yeti 1064,5,0,0 #. code: 019-5-1,68,101,6,4 monster Yeti 1064,2,100000,30000 #: npc/019-5-1/_mobs.txt:15 #: npc/021-2/_mobs.txt:6 #: npc/019-5-2/_mobs.txt:15 -#: npc/019-5/_mobs.txt:19 +#: mob_db.conf:2514 #: npc/001-7/_mobs.txt:32 #: npc/021-3/_mobs.txt:5 #: npc/023-2/_mobs.txt:4 #: npc/019-5-1/_mobs.txt:2 #: npc/021-2/_mobs.txt:5 -#: mob_db.conf:2511 +#: npc/019-5/_mobs.txt:19 #, no-c-format msgid "Yeti" msgstr "" @@ -76408,7 +76595,7 @@ msgstr "" #. code: 018-7-1,54,78,0 script Yetifly NPC_YETIFLY,{ #. code: Name: "Yetifly" -#: mob_db.conf:8464 +#: mob_db.conf:8469 #: npc/018-7-1/yetifly.txt:6 #, no-c-format msgid "Yetifly" @@ -76569,12 +76756,6 @@ msgstr "" msgid "You also find @@ GP with it." msgstr "" -#. code: mesc l("You also gained a @@. Bows are very slow, so you should talk to the Blacksmith to make a Quiver.", getitemlink(LeatherPatch)); -#: npc/012-2/helena.txt:215 -#, no-c-format -msgid "You also gained a @@. Bows are very slow, so you should talk to the Blacksmith to make a Quiver." -msgstr "" - #. code: l("You also get access to a party chat, and there are no compromises, so it is a perfect choice for a raid."), #: npc/003-2/estard.txt:27 #, no-c-format @@ -76643,7 +76824,7 @@ msgid "You are allowed to fill your bottles, but BE SURE TO PAY!" msgstr "" #. code: dispbottom l("You are already at the Mana Plane of Existence."); -#: npc/commands/event.txt:433 +#: npc/commands/event.txt:434 #, no-c-format msgid "You are already at the Mana Plane of Existence." msgstr "" @@ -76660,6 +76841,19 @@ msgstr "" msgid "You are already fully trained. You should go to Tulimshar. I may have another task for you later, but you are too weak now, get some levels." msgstr "" +#. code: tutmes l("You are already renting a mount or are below level 20."); +#: npc/functions/mounts.txt:60 +#: npc/functions/mounts.txt:12 +#, no-c-format +msgid "You are already renting a mount or are below level 20." +msgstr "" + +#. code: mesq l("You are always welcome in the tavern and I would truly like to see you come by for some ale sometime."); +#: npc/012-2/helena.txt:275 +#, no-c-format +msgid "You are always welcome in the tavern and I would truly like to see you come by for some ale sometime." +msgstr "" + #. code: mesc l("You are carrying duplicates of the same item. Sorry, but I have no idea which one you want to tweak."), 1; #: npc/003-6/cyndala.txt:131 #: npc/craft/tweak.txt:74 @@ -76687,23 +76881,41 @@ msgid "You are currently at @@." msgstr "" #. code: mes l("You are currently hunting @@/10000 @@.", .@p, getmonsterlink(.@m)); -#: npc/functions/mobhunter.txt:220 +#: npc/functions/mobhunter.txt:288 #, no-c-format msgid "You are currently hunting @@/10000 @@." msgstr "" #. code: mes l("You are currently hunting @@/10000 @@. Do you want to switch?", .@p, getmonsterlink(.@m)); -#: npc/functions/mobhunter.txt:227 +#: npc/functions/mobhunter.txt:295 #, no-c-format msgid "You are currently hunting @@/10000 @@. Do you want to switch?" msgstr "" +#. code: mesq l("You are currently tasked with killing %d/%d %s", .@k, 150, getmonsterlink(BlackScorpion)); +#: npc/007-1/tycoon.txt:145 +#, no-c-format +msgid "You are currently tasked with killing %d/%d %s" +msgstr "" + #. code: mesq l("You are currently tasked with killing @@. As a reminder, you can usually find them where we grow our crops.", getmonsterlink(Maggot)); #: npc/005-7/trainer.txt:96 #, no-c-format msgid "You are currently tasked with killing @@. As a reminder, you can usually find them where we grow our crops." msgstr "" +#. code: mesq l("You are currently tasked with killing @@/25 @@. Good progress!", getmonsterlink(CaveMaggot)); +#: npc/007-1/tycoon.txt:96 +#, no-c-format +msgid "You are currently tasked with killing @@/25 @@. Good progress!" +msgstr "" + +#. code: mesq l("You are currently tasked with killing @@/50 @@", .@k, getmonsterlink(CaveSnake)); +#: npc/007-1/tycoon.txt:111 +#, no-c-format +msgid "You are currently tasked with killing @@/50 @@" +msgstr "" + #. code: mesc l("You are dead."); #: npc/001-13/main.txt:70 #, no-c-format @@ -76786,30 +76998,10 @@ msgstr "" msgid "You are just a random stranger trying to steal adventurer data, aren't you?? %%e" msgstr "" -#. code: mesq l("You are killing %d/%d %s at the cave.", .@k, 150, getmonsterlink(BlackScorpion)); -#. code: mesq l("You are killing %d/%d %s at the cave.", .@k, 50, getmonsterlink(CaveSnake)); -#: npc/007-1/tycoon.txt:144 -#: npc/007-1/tycoon.txt:111 -#, no-c-format -msgid "You are killing %d/%d %s at the cave." -msgstr "" - -#. code: mesq l("You are killing %d/%d %s. It's still in progress.", .@k, 75, getmonsterlink(RedScorpion)); -#: npc/007-1/tycoon.txt:125 -#, no-c-format -msgid "You are killing %d/%d %s. It's still in progress." -msgstr "" - -#. code: mesq l("You are killing @@/10 @@. They usually are near the mine's Inn.", .@k, getmonsterlink(Ratto)); +#. code: mesq l("You are killing @@/10 @@. They usually are near the mine's entrance.", .@k, getmonsterlink(Ratto)); #: npc/007-1/tycoon.txt:82 #, no-c-format -msgid "You are killing @@/10 @@. They usually are near the mine's Inn." -msgstr "" - -#. code: mesq l("You are killing @@/25 @@ at the cave. Good progress!", getmonsterlink(CaveMaggot)); -#: npc/007-1/tycoon.txt:96 -#, no-c-format -msgid "You are killing @@/25 @@ at the cave. Good progress!" +msgid "You are killing @@/10 @@. They usually are near the mine's entrance." msgstr "" #. code: l("You are level @@/@@. Keep building levels, you need them!", BaseLevel, getarg(0)); @@ -76825,7 +77017,7 @@ msgid "You are mostly in control of your magic." msgstr "" #. code: dispbottom l("You are not strong enough to survive this trip."); -#: npc/commands/event.txt:421 +#: npc/commands/event.txt:422 #, no-c-format msgid "You are not strong enough to survive this trip." msgstr "" @@ -76858,7 +77050,7 @@ msgid "You are not worthy..." msgstr "" #. code: message strcharinfo(0), l("You are now at Candor Battle Cave at @@'s request.", $@FEFE_CAVE_HERO$); -#: npc/commands/event.txt:484 +#: npc/commands/event.txt:485 #, no-c-format msgid "You are now at Candor Battle Cave at @@'s request." msgstr "" @@ -76870,26 +77062,26 @@ msgid "You are now at Candor." msgstr "" #. code: dispbottom l("You are now at Porthos - The Town of Portals."); -#: npc/commands/event.txt:515 +#: npc/commands/event.txt:516 #, no-c-format msgid "You are now at Porthos - The Town of Portals." msgstr "" #. code: message strcharinfo(0), l("You are now at the Christmas Workshop."); #: npc/functions/soul_menhir.txt:93 -#: npc/commands/event.txt:506 +#: npc/commands/event.txt:507 #, no-c-format msgid "You are now at the Christmas Workshop." msgstr "" #. code: message strcharinfo(0), l("You are now at the Contributor's Cave."); -#: npc/commands/event.txt:501 +#: npc/commands/event.txt:502 #, no-c-format msgid "You are now at the Contributor's Cave." msgstr "" #. code: message strcharinfo(0), l("You are now at the Magical Forest."); -#: npc/commands/event.txt:496 +#: npc/commands/event.txt:497 #, no-c-format msgid "You are now at the Magical Forest." msgstr "" @@ -76914,7 +77106,7 @@ msgstr "" #. code: message strcharinfo(0), l("You are now at the Valentine Highlands."); #: npc/functions/soul_menhir.txt:75 -#: npc/commands/event.txt:491 +#: npc/commands/event.txt:492 #, no-c-format msgid "You are now at the Valentine Highlands." msgstr "" @@ -76968,18 +77160,28 @@ msgstr "" msgid "You are the guild's \"%s\", and you contribute with %02d%% EXP." msgstr "" -#. code: mesq l("You are too weak for my last task, please come back later with some levels."); -#: npc/007-1/tycoon.txt:142 +#. code: mesq l("You are too weak for my last task, please come back later at level 40."); +#: npc/007-1/tycoon.txt:143 #, no-c-format -msgid "You are too weak for my last task, please come back later with some levels." +msgid "You are too weak for my last task, please come back later at level 40." msgstr "" -#. code: mesq l("You are too weak for my task, please come back later with some levels."); +#. code: mesq l("You are too weak for my task, please come back later at level %d.", 19); #: npc/007-1/tycoon.txt:94 +#, no-c-format +msgid "You are too weak for my task, please come back later at level %d." +msgstr "" + +#. code: mesq l("You are too weak for my task, please come back later at level 24."); #: npc/007-1/tycoon.txt:109 +#, no-c-format +msgid "You are too weak for my task, please come back later at level 24." +msgstr "" + +#. code: mesq l("You are too weak for my task, please come back later at level 29."); #: npc/007-1/tycoon.txt:123 #, no-c-format -msgid "You are too weak for my task, please come back later with some levels." +msgid "You are too weak for my task, please come back later at level 29." msgstr "" #. code: mesq l("You are too weak to kill one and impress him, so please, bear my son."); @@ -77041,6 +77243,12 @@ msgstr "" msgid "You are weird, I have to go, sorry." msgstr "" +#. code: l("You are weird."), L_Close, +#: npc/007-1/dracoula.txt:52 +#, no-c-format +msgid "You are weird." +msgstr "" + #. code: mesq l("You are welcome here, but don't overstay your welcome and leave as soon as possible."); #: npc/014-2-2/valia.txt:70 #, no-c-format @@ -77096,7 +77304,7 @@ msgid "You broke the %s into two parts, but you crushed one of them." msgstr "" #. code: l("You brought me 5 @@ ! Here is your @@, as promised.",getitemlink(CherryCake), getitemlink(SerfHat)); -#: npc/003-1/sarah.txt:95 +#: npc/003-1/sarah.txt:98 #, no-c-format msgid "You brought me 5 @@ ! Here is your @@, as promised." msgstr "" @@ -77584,6 +77792,12 @@ msgstr "" msgid "You can use super password \"mouboo\" to unlock the door." msgstr "" +#. code: mesq l("You can usually find them in the north-east part of the mine."); +#: npc/007-1/tycoon.txt:137 +#, no-c-format +msgid "You can usually find them in the north-east part of the mine." +msgstr "" + #. code: mesq l("You can't afford my services for that amount. Sorry."); #: npc/012-1/jack.txt:51 #, no-c-format @@ -77633,8 +77847,8 @@ msgid "You can, however, use ##BCtrl##b to auto-select a monster and attack them msgstr "" #. code: dispbottom l("You cannot be fighting to do this trip."); +#: npc/commands/event.txt:430 #: npc/commands/welcome.txt:54 -#: npc/commands/event.txt:429 #, no-c-format msgid "You cannot be fighting to do this trip." msgstr "" @@ -77740,7 +77954,7 @@ msgid "You cannot sit idle for too long gaining EXP!" msgstr "" #. code: dispbottom l("You cannot understand what's written."); -#: db/re/item_db.conf:17899 +#: db/re/item_db.conf:17902 #, no-c-format msgid "You cannot understand what's written." msgstr "" @@ -77752,8 +77966,8 @@ msgid "You cannot visit Nivalis before obtaining level 20." msgstr "" #. code: dispbottom col(l("You cannot visit the Sponsor's Inn!"),1); -#: npc/012-2/door.txt:44 -#: npc/012-2/door.txt:52 +#: npc/012-2/door.txt:47 +#: npc/012-2/door.txt:55 #, no-c-format msgid "You cannot visit the Sponsor's Inn!" msgstr "" @@ -77886,6 +78100,12 @@ msgstr "" msgid "You currently have: @@ GP and mobiliary credits" msgstr "" +#. code: mesq l("You currently tasked with killing %d/%d %s.", .@k, getmonsterlink(RedScorpion)); +#: npc/007-1/tycoon.txt:125 +#, no-c-format +msgid "You currently tasked with killing %d/%d %s." +msgstr "" + #. code: mesc l("You dealt with paperwork."), 2; #: npc/functions/politics.txt:436 #, no-c-format @@ -77904,6 +78124,12 @@ msgstr "" msgid "You deserve a reward for helping my husband. I can make you a nice gift." msgstr "" +#. code: mesq l("You deserve this old %s of mine. They are great for skilled rangers and offer good protection.", getitemlink(ForestArmor)); +#: npc/012-2/helena.txt:272 +#, no-c-format +msgid "You deserve this old %s of mine. They are great for skilled rangers and offer good protection." +msgstr "" + #. code: mesq l("You did a good job too. Rest a bit, too. There's still one chair."); #: npc/020-7/workers.txt:20 #, no-c-format @@ -77934,10 +78160,10 @@ msgstr "" msgid "You didn't help all my friends yet, and without trainment, I can't send you to such dangerous place as Tulimshar." msgstr "" -#. code: mesq l("You didn't lit every torch yet! Hurry up!!"); -#: npc/007-1/zarkor.txt:41 +#. code: mesq l("You didn't light every torch yet! Hurry up before they stop burning!"); +#: npc/007-1/zarkor.txt:38 #, no-c-format -msgid "You didn't lit every torch yet! Hurry up!!" +msgid "You didn't light every torch yet! Hurry up before they stop burning!" msgstr "" #. code: mesq l("You didn't mine enough @@. The perfect spot is at northeast of this island. It takes a while to them respawn, so don't hurry.", getmonsterlink(DiamondBif)); @@ -78048,7 +78274,7 @@ msgid "You don't have a ring but I can polish the gemstones nonetheless." msgstr "" #. code: mesc l("You don't have any %s.", getitemlink(.@id)), 1; -#: npc/020-5/bracco.txt:120 +#: npc/020-5/bracco.txt:131 #, no-c-format msgid "You don't have any %s." msgstr "" @@ -78104,10 +78330,10 @@ msgstr "" #. code: l("You don't have enough material, sorry."); #: npc/017-4/pyndragon.txt:53 -#: npc/020-5/bracco.txt:199 +#: npc/017-5/nahrec.txt:219 #: npc/012-5/nicholas.txt:81 #: npc/017-5/silversmith.txt:52 -#: npc/017-5/nahrec.txt:200 +#: npc/020-5/bracco.txt:241 #: npc/003-8/jhedia.txt:54 #: npc/017-4/pihro.txt:66 #, no-c-format @@ -78152,7 +78378,7 @@ msgid "You don't have everything I asked you for." msgstr "" #. code: mesq l("You don't have everything I've asked for!"); -#: npc/014-2-1/woody.txt:109 +#: npc/014-2-1/woody.txt:111 #, no-c-format msgid "You don't have everything I've asked for!" msgstr "" @@ -78590,6 +78816,12 @@ msgstr "" msgid "You have a nice hat." msgstr "" +#. code: mesc l("You have a vague bad feeling about this."); +#: npc/007-1/zarkor.txt:40 +#, no-c-format +msgid "You have a vague bad feeling about this." +msgstr "" + #. code: mesq l("You have access to the storehouse now, right? Well, that's where it happened!"); #: npc/027-1/laura.txt:359 #, no-c-format @@ -78597,7 +78829,7 @@ msgid "You have access to the storehouse now, right? Well, that's where it happe msgstr "" #. code: mesc l("You have an @@ - Should you give her that?", getitemlink(ElixirOfLife)); -#: npc/018-6-1/main.txt:418 +#: npc/018-6-1/main.txt:420 #, no-c-format msgid "You have an @@ - Should you give her that?" msgstr "" @@ -78835,15 +79067,15 @@ msgid "You hear waterfall opening in distance." msgstr "" #. code: mesc l("You help Benjamin in getting up."); -#: npc/018-6-1/main.txt:166 +#: npc/018-6-1/main.txt:168 #, no-c-format msgid "You help Benjamin in getting up." msgstr "" -#. code: mesc l("You humans are so greedy... Just like me. I have more important things to do, other than waste time with you."), 1; -#: npc/007-1/zarkor.txt:180 +#. code: mesc l("You humans are so greedy... Just like me. I have more important things to do. I won't waste my time on you any longer."), 1; +#: npc/007-1/zarkor.txt:179 #, no-c-format -msgid "You humans are so greedy... Just like me. I have more important things to do, other than waste time with you." +msgid "You humans are so greedy... Just like me. I have more important things to do. I won't waste my time on you any longer." msgstr "" #. code: mesc l("You insert the Runestone on it and hear a sound."); @@ -78941,7 +79173,7 @@ msgid "You know this, because their big round eyes were shining." msgstr "" #. code: mesc l("You know what is worse? THIS WHOLE CAVE HAVE DEATH PENALTY ON!!!"), 1; -#: npc/018-6-1/main.txt:170 +#: npc/018-6-1/main.txt:172 #, no-c-format msgid "You know what is worse? THIS WHOLE CAVE HAVE DEATH PENALTY ON!!!" msgstr "" @@ -78953,7 +79185,7 @@ msgid "You know, he is very experienced and reliable. He might look and act like msgstr "" #. code: mesq l("You know, if you're poor, you can't get too close to the Noble district."); -#: npc/018-6-1/main.txt:278 +#: npc/018-6-1/main.txt:280 #, no-c-format msgid "You know, if you're poor, you can't get too close to the Noble district." msgstr "" @@ -79012,6 +79244,12 @@ msgstr "" msgid "You look like you have enough experience to know your way around town..." msgstr "" +#. code: mesq l("You look ready to take him on."); +#: npc/005-1/zegas.txt:93 +#, no-c-format +msgid "You look ready to take him on." +msgstr "" + #. code: mapannounce(.@m$, "##2"+l("You lose!"), 0); #: npc/015-8-1/campaign.txt:170 #, no-c-format @@ -79036,10 +79274,16 @@ msgstr "" msgid "You managed to save @@ % of my crops!" msgstr "" -#. code: mesc l("You may even obtain ores which you wouldn't otherwise obtain normally, and the drop rate is fixed."); -#: npc/007-1/tycoon.txt:230 +#. code: mesc l("You may consider yourself exceptionally lucky, kid. I will not waste my time on you, too so consider me sparing you an act of mercy."), 1; +#: npc/007-1/zarkor.txt:184 +#, no-c-format +msgid "You may consider yourself exceptionally lucky, kid. I will not waste my time on you, too so consider me sparing you an act of mercy." +msgstr "" + +#. code: mesc l("You may even obtain minerals which you wouldn't otherwise obtain normally, and the drop rate is fixed."); +#: npc/007-1/tycoon.txt:229 #, no-c-format -msgid "You may even obtain ores which you wouldn't otherwise obtain normally, and the drop rate is fixed." +msgid "You may even obtain minerals which you wouldn't otherwise obtain normally, and the drop rate is fixed." msgstr "" #. code: mesc l("You may obtain Thief Exp by using @@.", getitemlink(Lockpicks)); @@ -79161,7 +79405,7 @@ msgstr "" #. code: dispbottom l("You must not be using mana to do this trip."); #: npc/commands/welcome.txt:50 -#: npc/commands/event.txt:425 +#: npc/commands/event.txt:426 #, no-c-format msgid "You must not be using mana to do this trip." msgstr "" @@ -79190,6 +79434,18 @@ msgstr "" msgid "You need %d %s. I'll start showing you sequences of colors." msgstr "" +#. code: mesq l("You need %s for this, so don't waste your breath.", getitemlink(MylarinDust)); +#: npc/017-5/nahrec.txt:148 +#, no-c-format +msgid "You need %s for this, so don't waste your breath." +msgstr "" + +#. code: dispbottom(l("You need %s to light this torch."), getitemlink(EverburnPowder)); +#: npc/007-1/torches.txt:24 +#, no-c-format +msgid "You need %s to light this torch." +msgstr "" + #. code: dispbottom l("You need 2x @@ to cast this skill.", getitemlink(Root)); #: npc/magic/plantkingdom.txt:17 #, no-c-format @@ -79253,17 +79509,17 @@ msgid "You need a @@ to try this." msgstr "" #. code: dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); -#: db/re/item_db.conf:17764 -#: db/re/item_db.conf:17689 -#: db/re/item_db.conf:17845 -#: db/re/item_db.conf:17791 -#: db/re/item_db.conf:17662 -#: db/re/item_db.conf:17740 -#: db/re/item_db.conf:17894 -#: db/re/item_db.conf:17635 -#: db/re/item_db.conf:17716 -#: db/re/item_db.conf:17611 -#: db/re/item_db.conf:17818 +#: db/re/item_db.conf:17614 +#: db/re/item_db.conf:17848 +#: db/re/item_db.conf:17794 +#: db/re/item_db.conf:17743 +#: db/re/item_db.conf:17638 +#: db/re/item_db.conf:17719 +#: db/re/item_db.conf:17897 +#: db/re/item_db.conf:17767 +#: db/re/item_db.conf:17692 +#: db/re/item_db.conf:17821 +#: db/re/item_db.conf:17665 #, no-c-format msgid "You need a @@ to use this." msgstr "" @@ -79353,6 +79609,12 @@ msgstr "" msgid "You need to pick your prizes!" msgstr "" +#. code: mesq l("You need to prove your worth once again, though. So be ready."); +#: npc/024-16/king.txt:205 +#, no-c-format +msgid "You need to prove your worth once again, though. So be ready." +msgstr "" + #. code: mesc l("You need to reach a certain point in Player Story in order to partake on this event. Non-repeatable."), 1; #: npc/functions/news.txt:86 #, no-c-format @@ -79450,12 +79712,6 @@ msgstr "" msgid "You passed the botcheck. Thanks for playing the game %%G" msgstr "" -#. code: mesq l("You perchance said in adventure? Good, because I just hurt my arm while mining!"); -#: npc/007-1/caelum.txt:35 -#, no-c-format -msgid "You perchance said in adventure? Good, because I just hurt my arm while mining!" -msgstr "" - #. code: dispbottom l("You perfectly cut your %s into two edible parts.", getitemlink(Croconut)); #: npc/items/croconut.txt:73 #, no-c-format @@ -79594,7 +79850,7 @@ msgid "You recovered @@ magic skill points" msgstr "" #. code: mesc l("You report to the King about everything you've found and learned there."); -#: npc/024-16/king.txt:161 +#: npc/024-16/king.txt:178 #, no-c-format msgid "You report to the King about everything you've found and learned there." msgstr "" @@ -79605,6 +79861,12 @@ msgstr "" msgid "You run as far as you could. %s" msgstr "" +#. code: mesq l("You said adventure? Good, because I just hurt my arm while mining!"); +#: npc/007-1/caelum.txt:35 +#, no-c-format +msgid "You said adventure? Good, because I just hurt my arm while mining!" +msgstr "" + #. code: mesq l("You said you would trade a real Mouboo Figurine, but now I see you don't have one. Come back when you do."); #: npc/017-1/roger.txt:107 #, no-c-format @@ -79624,7 +79886,7 @@ msgid "You see a dust covered book on the shelf... The name of the book is @@." msgstr "" #. code: dispbottom l("You see a fruit on her body. You take it."); -#: npc/018-6-1/main.txt:398 +#: npc/018-6-1/main.txt:400 #, no-c-format msgid "You see a fruit on her body. You take it." msgstr "" @@ -79776,7 +80038,7 @@ msgid "You seem to be jailed. We cannot unjail offline players, so please don't msgstr "" #. code: mesq l("You seem to have @@ broken items and... Oh, I see you have a broken @@ here! I wanna repair it!", getbrokencount(), getitemname(getbrokenid(1))); -#: npc/functions/refine.txt:207 +#: npc/functions/refine.txt:208 #, no-c-format msgid "You seem to have @@ broken items and... Oh, I see you have a broken @@ here! I wanna repair it!" msgstr "" @@ -79818,7 +80080,7 @@ msgid "You should allocate some attributes. You need @@, @@ and @@, on this orde msgstr "" #. code: mesq l("You should ask %s.", b(l("Tycoon"))); -#: npc/007-1/dracoula.txt:128 +#: npc/007-1/dracoula.txt:125 #, no-c-format msgid "You should ask %s." msgstr "" @@ -79841,6 +80103,12 @@ msgstr "" msgid "You should be more careful." msgstr "" +#. code: mesc l("You should come back when you are stronger, ideally at ") + b(l("level 25 or above") + "."); +#: npc/005-1/zegas.txt:90 +#, no-c-format +msgid "You should come back when you are stronger, ideally at " +msgstr "" + #. code: l("You should come back when you have some free space."); #: npc/functions/inventoryplace.txt:29 #, no-c-format @@ -79848,15 +80116,15 @@ msgid "You should come back when you have some free space." msgstr "" #. code: mesc l("You should complete Candor Prologue before participating on this quest."); -#: npc/019-4-1/chief.txt:286 +#: npc/019-4-1/chief.txt:295 #, no-c-format msgid "You should complete Candor Prologue before participating on this quest." msgstr "" -#. code: tutmes l("You should do the other miners quest first! Some, however, are harder than others. This will unlock the %s, an important item to advance as a crafter.", getitemlink(Pickaxe)); -#: npc/007-1/tycoon.txt:179 +#. code: tutmes l("You should do the other miners quests first! Some, however, are harder than others. This will also unlock the %s, an important item to advance as a crafter.", getitemlink(Pickaxe)); +#: npc/007-1/tycoon.txt:178 #, no-c-format -msgid "You should do the other miners quest first! Some, however, are harder than others. This will unlock the %s, an important item to advance as a crafter." +msgid "You should do the other miners quests first! Some, however, are harder than others. This will also unlock the %s, an important item to advance as a crafter." msgstr "" #. code: mesq l("You should eat and drink water after donating blood. Thanks for saving lifes!"); @@ -80320,7 +80588,7 @@ msgid "You will also LOSE honor if the opponent is below level 30. If you are a msgstr "" #. code: mesc l("You will be able to pick basic weapons and skills at the Event Soul Menhir."), 3; -#: npc/functions/clientversion.txt:1163 +#: npc/functions/clientversion.txt:1170 #, no-c-format msgid "You will be able to pick basic weapons and skills at the Event Soul Menhir." msgstr "" @@ -80399,7 +80667,7 @@ msgid "You won't be able to aim for a better record!" msgstr "" #. code: mesc l("You won't be allowed to play this game until you have an updated client."); -#: npc/functions/clientversion.txt:1218 +#: npc/functions/clientversion.txt:1225 #, no-c-format msgid "You won't be allowed to play this game until you have an updated client." msgstr "" @@ -80560,7 +80828,7 @@ msgid "You're brave but weak. Go grind some levels, go make a wooden sword, I do msgstr "" #. code: l("You're creepy."), -#: npc/001-11/Soren.txt:42 +#: npc/001-11/Soren.txt:45 #, no-c-format msgid "You're creepy." msgstr "" @@ -80688,7 +80956,7 @@ msgid "You're the savior of Hurnscald crops. Half from the world would die from msgstr "" #. code: l("You're under arrest. I have to bring you back to Kenton."), -#: npc/018-6-1/main.txt:376 +#: npc/018-6-1/main.txt:378 #, no-c-format msgid "You're under arrest. I have to bring you back to Kenton." msgstr "" @@ -80854,10 +81122,10 @@ msgstr "" msgid "You, and everyone on the party, won't be able to return." msgstr "" -#. code: mesq l("You... You killed my father during Nivalis siege! I'll make you pay for that!!"); -#: npc/007-1/zarkor.txt:177 +#. code: mesq l("You... You killed my father during the Nivalis siege! I'll make you pay for that!!"); +#: npc/007-1/zarkor.txt:176 #, no-c-format -msgid "You... You killed my father during Nivalis siege! I'll make you pay for that!!" +msgid "You... You killed my father during the Nivalis siege! I'll make you pay for that!!" msgstr "" #. code: dispbottom l("You: @@, @@",.@spX,.@sp); @@ -81001,16 +81269,16 @@ msgstr "" msgid "Your guild does not have the key required to complete this part of the puzzle." msgstr "" -#. code: mesc l("Your guild doesn't knows any recipes!"), 1; +#. code: mesc l("Your guild doesn't know any recipes!"), 1; #: npc/guilds/logs.txt:88 #, no-c-format -msgid "Your guild doesn't knows any recipes!" +msgid "Your guild doesn't know any recipes!" msgstr "" -#. code: npctalkonce l("Your guild need to have at least level 2 to use storage feature."); -#: npc/guilds/storage.txt:12 +#. code: npctalkonce l("Your guild needs to have at least level 2 to use storage feature."); +#: npc/guilds/storage.txt:15 #, no-c-format -msgid "Your guild need to have at least level 2 to use storage feature." +msgid "Your guild needs to have at least level 2 to use storage feature." msgstr "" #. code: l("Your hairstyle is @@ and its color is @@.", .@style_name$, .@color_name$); @@ -81121,12 +81389,6 @@ msgstr "" msgid "Your position is auto-saved when entering a town - use @ucp to change this behavior." msgstr "" -#. code: dispbottom l("Your position must be the one of a regular member or above."); -#: npc/guilds/storage.txt:18 -#, no-c-format -msgid "Your position must be the one of a regular member or above." -msgstr "" - #. code: //mesc l("Your position on the guild: @@", getguildrole(.@gid, getcharid(3), true)); #. code: mesc l("Your position on the guild: @@", getguildrole(.@gid, getcharid(3), true)); #: npc/guilds/management.txt:33 @@ -81213,8 +81475,14 @@ msgstr "" msgid "Your progress thus far: %s taken." msgstr "" +#. code: dispbottom l("Your rank must be regular member or above."); +#: npc/guilds/storage.txt:21 +#, no-c-format +msgid "Your rank must be regular member or above." +msgstr "" + #. code: dispbottom l("Your reagents vanish into emptiness!"); -#: npc/magic/transmigration.txt:304 +#: npc/magic/transmigration.txt:322 #, no-c-format msgid "Your reagents vanish into emptiness!" msgstr "" @@ -81254,13 +81522,13 @@ msgid "Your son, Hasan, has stolen me!" msgstr "" #. code: dispbottom l("Your spell takes a mind of its own and shapes in something else!"); -#: npc/magic/transmigration.txt:307 +#: npc/magic/transmigration.txt:325 #, no-c-format msgid "Your spell takes a mind of its own and shapes in something else!" msgstr "" #. code: dispbottom l("Your status points were reset."); -#: db/re/item_db.conf:2580 +#: db/re/item_db.conf:2582 #, no-c-format msgid "Your status points were reset." msgstr "" @@ -81342,53 +81610,53 @@ msgstr "" msgid "Zarkor Scroll" msgstr "" -#. code: mesc l("Zarkor spills many fluids on the lake, with much concentration."); -#: npc/007-1/zarkor.txt:156 +#. code: mesc l("Zarkor spills many fluids on the surface of the little lake while being in a deep trance."); +#: npc/007-1/zarkor.txt:155 #, no-c-format -msgid "Zarkor spills many fluids on the lake, with much concentration." +msgid "Zarkor spills many fluids on the surface of the little lake while being in a deep trance." msgstr "" #. code: mesc l("Zarkor starts a weird chant."); -#: npc/007-1/zarkor.txt:160 +#: npc/007-1/zarkor.txt:159 #, no-c-format msgid "Zarkor starts a weird chant." msgstr "" -#. code: mesc l("Zarkor, fell a small taste of my power. That is nothing. If you can't handle that, you're not even near my lowest lieutenant."), 1; -#: npc/007-1/zarkor.txt:183 -#, no-c-format -msgid "Zarkor, fell a small taste of my power. That is nothing. If you can't handle that, you're not even near my lowest lieutenant." -msgstr "" - #. code: mesn "Zarkor, the Dark Summoner"; #: npc/007-1/zarkor.txt:21 -#: npc/007-1/zarkor.txt:110 -#: npc/007-1/zarkor.txt:104 -#: npc/007-1/zarkor.txt:135 -#: npc/007-1/zarkor.txt:127 -#: npc/007-1/zarkor.txt:139 -#: npc/007-1/zarkor.txt:69 -#: npc/007-1/zarkor.txt:72 -#: npc/007-1/zarkor.txt:145 -#: npc/007-1/zarkor.txt:118 -#: npc/007-1/zarkor.txt:159 -#: npc/007-1/zarkor.txt:121 -#: npc/007-1/zarkor.txt:107 -#: npc/007-1/zarkor.txt:164 -#: npc/007-1/zarkor.txt:176 -#: npc/007-1/zarkor.txt:101 -#: npc/007-1/zarkor.txt:142 -#: npc/007-1/zarkor.txt:40 -#: npc/007-1/zarkor.txt:148 -#: npc/007-1/zarkor.txt:170 -#: npc/007-1/zarkor.txt:29 -#: npc/007-1/zarkor.txt:66 +#: npc/007-1/zarkor.txt:169 +#: npc/007-1/zarkor.txt:100 +#: npc/007-1/zarkor.txt:141 +#: npc/007-1/zarkor.txt:106 +#: npc/007-1/zarkor.txt:163 +#: npc/007-1/zarkor.txt:175 +#: npc/007-1/zarkor.txt:37 #: npc/007-1/zarkor.txt:187 -#: npc/007-1/zarkor.txt:124 +#: npc/007-1/zarkor.txt:123 +#: npc/007-1/zarkor.txt:147 +#: npc/007-1/zarkor.txt:117 +#: npc/007-1/zarkor.txt:126 +#: npc/007-1/zarkor.txt:134 +#: npc/007-1/zarkor.txt:65 +#: npc/007-1/zarkor.txt:68 +#: npc/007-1/zarkor.txt:138 +#: npc/007-1/zarkor.txt:71 +#: npc/007-1/zarkor.txt:109 +#: npc/007-1/zarkor.txt:29 +#: npc/007-1/zarkor.txt:144 +#: npc/007-1/zarkor.txt:103 +#: npc/007-1/zarkor.txt:120 +#: npc/007-1/zarkor.txt:158 #, no-c-format msgid "Zarkor, the Dark Summoner" msgstr "" +#. code: mesc l("Zarkor, you may feel a small taste of my power. If you can't handle that, you're not even near my lowest lieutenant."), 1; +#: npc/007-1/zarkor.txt:182 +#, no-c-format +msgid "Zarkor, you may feel a small taste of my power. If you can't handle that, you're not even near my lowest lieutenant." +msgstr "" + #. code: 005-1,43,85,0 script Zegas NPC_MONA,{ #: npc/005-1/zegas.txt:6 #, no-c-format @@ -81396,7 +81664,7 @@ msgid "Zegas" msgstr "" #. code: 005-1,32,73,0 script ZegasDebug NPC_MONA,{ -#: npc/005-1/zegas.txt:112 +#: npc/005-1/zegas.txt:118 #, no-c-format msgid "ZegasDebug" msgstr "" @@ -81408,7 +81676,7 @@ msgid "Zitoni" msgstr "" #. code: mesq l("Zitoni refused to make the Powder."); -#: npc/007-1/zarkor.txt:116 +#: npc/007-1/zarkor.txt:115 #, no-c-format msgid "Zitoni refused to make the Powder." msgstr "" @@ -81577,8 +81845,8 @@ msgid "[Give him some tasty Chocolate Bar?]" msgstr "" #. code: rif(@evil, l("[Kill her]")), -#: npc/018-6-1/main.txt:375 -#: npc/018-6-1/main.txt:304 +#: npc/018-6-1/main.txt:306 +#: npc/018-6-1/main.txt:377 #, no-c-format msgid "[Kill her]" msgstr "" @@ -81631,6 +81899,12 @@ msgstr "" msgid "[Quit]" msgstr "" +#. code: l("[Say nothing]"); +#: npc/024-16/king.txt:116 +#, no-c-format +msgid "[Say nothing]" +msgstr "" + #. code: l("[Shake him and tell him to pull himself together]"), #: npc/020-7-1/peetu.txt:191 #, no-c-format @@ -81830,6 +82104,12 @@ msgstr "" msgid "big" msgstr "" +#. code: mesc l("@@: @@/@@", l("bonus step"), .@new, 5000); +#: npc/functions/mobhunter.txt:170 +#, no-c-format +msgid "bonus step" +msgstr "" + #. code: mesc l("Suddenly, the map %s!", col(l("burst up in flames"), 1)); #: npc/015-3/arkim.txt:212 #, no-c-format @@ -81868,12 +82148,6 @@ msgstr "" msgid "cold, bleak and isolated cell" msgstr "" -#. code: mesq l("come back stronger, and I will give you a task."); -#: npc/007-1/tycoon.txt:163 -#, no-c-format -msgid "come back stronger, and I will give you a task." -msgstr "" - #. code: l("cricket"), #: npc/017-1/017-1_stranger_blackbox.txt:101 #, no-c-format @@ -82020,7 +82294,7 @@ msgid "england" msgstr "" #. code: mesq l("I can sell you the Pickaxe for @@ GP if you have and @@ the remaining equipment.", .@price, b(l("equip"))); -#: npc/007-1/tycoon.txt:203 +#: npc/007-1/tycoon.txt:202 #, no-c-format msgid "equip" msgstr "" @@ -82263,7 +82537,7 @@ msgstr "" msgid "keyboard" msgstr "" -#. code: mesq l("Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.", b(l("king"))); +#. code: mesq l("Anyway, you have a letter to our %s, you meant? Sure thing, I'll let him know at once.", b(l("king"))); #: npc/024-1/guard.txt:73 #, no-c-format msgid "king" @@ -82287,8 +82561,8 @@ msgstr "" msgid "legendary clovers will spawn almost everywhere." msgstr "" +#. code: mesq l("He died many moons ago and his masterwork, Tyranny, will remain one of a kind forever... That is why we call it a ")+b(l("legendary weapon")+"."); #. code: mesc l("WARNING: The %s is a %s. Besides being insanely powerful, no duplicate of them exist in the world. They can be tweaked freely and can hold multiple cards as well, and scale according to your level. Use its powers wisely. However, beware: This weapon cannot be traded except with @grantpower command, and if you abandon the world, the weapon will abandon you as well!", getitemlink(DemureAxe), b(l("legendary weapon"))), 1; -#. code: mesq l("He is not alive anymore, so only a single bow of those exist in the whole world... That is why we call it a ")+b(l("legendary weapon")); #. code: mesc l("WARNING: The %s is a %s. Besides being insanely powerful, no duplicate of them exist in the world. They can be tweaked freely and can hold multiple cards as well, and scale according to your level. Use its powers wisely. However, beware: This weapon cannot be traded except with @grantpower command, and if you abandon the world, the weapon will abandon you as well!", getitemlink(Lightbringer), b(l("legendary weapon"))), 1; #. code: mesc l("WARNING: The %s is a %s. Besides being insanely powerful, no duplicate of them exist in the world. They can be tweaked freely and can hold multiple cards as well, and scale according to your level. Use its powers wisely. However, beware: This weapon cannot be traded except with @grantpower command, and if you abandon the world, the weapon will abandon you as well!", getitemlink(AegisShield), b(l("legendary weapon"))), 1; #. code: mesc l("WARNING: The %s is a %s. Besides being insanely powerful, no duplicate of them exist in the world. They can be tweaked freely and can hold multiple cards as well, and scale according to your level. Use its powers wisely. However, beware: This weapon cannot be traded except with @grantpower command, and if you abandon the world, the weapon will abandon you as well!", getitemlink(Runestaff), b(l("legendary weapon"))), 1; @@ -82305,6 +82579,12 @@ msgstr "" msgid "legendary weapon" msgstr "" +#. code: mesc l("You should come back when you are stronger, ideally at ") + b(l("level 25 or above") + "."); +#: npc/005-1/zegas.txt:90 +#, no-c-format +msgid "level 25 or above" +msgstr "" + #. code: .@subject$=any(l("town finances"), l("house finances"), l("town damage by monsters"), l("library damage"), l("supply report"), l("magic book"), l("town overview")); #: npc/020-7-1/peetu.txt:331 #, no-c-format @@ -82950,11 +83230,11 @@ msgid "test2#1" msgstr "" #. code: mesc l("I shall call myself from there on, after this great assault... @@.", b(l("the Monster King"))); +#. code: mesq l("I would bring some %s, just in case. Anyway, the place where you're going to is the village where %s was born.", getitemlink(Coffee), b(l("the Monster King"))); #. code: mesc l("Raid might be great. Saul might be popular. SphinxNox might be an annoying brat. But I'm, or rather, will soon be... @@.", b(l("the Monster King"))); -#. code: mesq l("I would bring @@, just in case. Anyway, the place where you're going to is the village where @@ was born.", getitemlink(Coffee), b(l("the Monster King"))); #: npc/023-3-2/logic.txt:106 #: npc/023-3-2/logic.txt:99 -#: npc/024-16/king.txt:110 +#: npc/024-16/king.txt:127 #, no-c-format msgid "the Monster King" msgstr "" @@ -83120,7 +83400,7 @@ msgid "triple" msgstr "" #. code: mesq l("But- But you have to! It is the ")+b(l("truth"))+"!"; -#: npc/018-6-1/main.txt:300 +#: npc/018-6-1/main.txt:302 #, no-c-format msgid "truth" msgstr "" -- cgit v1.2.3-70-g09d2