summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-14 19:16:14 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-14 19:16:14 -0300
commiteb4924be12d5f50e82f0d25fb64b0ccd054f7c67 (patch)
treeb448d126ab972c03eb5fe823f5bd9742b74147b9
parent46f5218974e4988bd04574b4e56c5094802e1839 (diff)
downloadtools-eb4924be12d5f50e82f0d25fb64b0ccd054f7c67.tar.gz
tools-eb4924be12d5f50e82f0d25fb64b0ccd054f7c67.tar.bz2
tools-eb4924be12d5f50e82f0d25fb64b0ccd054f7c67.tar.xz
tools-eb4924be12d5f50e82f0d25fb64b0ccd054f7c67.zip
Include Russian. Rebuild languages.
-rw-r--r--lang/out/en.pot13
-rw-r--r--lang/serverdata.pot8356
-rw-r--r--lang_client/clientdata.pot6248
-rwxr-xr-xlang_client/fetch.py4
4 files changed, 7979 insertions, 6642 deletions
diff --git a/lang/out/en.pot b/lang/out/en.pot
deleted file mode 100644
index 3448e49..0000000
--- a/lang/out/en.pot
+++ /dev/null
@@ -1,13 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-12-12 14:45-0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-msgid "Translations were moved to transifex.com/arctic-games/tmw/"
-msgstr ""
diff --git a/lang/serverdata.pot b/lang/serverdata.pot
index 32c9cfd..ffaaa35 100644
--- a/lang/serverdata.pot
+++ b/lang/serverdata.pot
@@ -10,13 +10,11 @@ msgstr ""
#. code: mes l(" > But, what happened next?");
#: npc/008-2-2/kfahr.txt:405
-#: npc/008-2-2/kfahr.txt~:405
#, no-c-format
msgid " > \"But, what happened next?\""
msgstr ""
#. code: mes l(" > That knife looks sharp!");
-#: npc/008-2-2/kfahr.txt~:403
#: npc/008-2-2/kfahr.txt:403
#, no-c-format
msgid " > \"That knife looks sharp!\""
@@ -41,7 +39,7 @@ msgid "\"Bring me something NEW, revolutionary, to make a sandwich out of it.\""
msgstr ""
#. code: mesc l("Deleting this char may (read: will) destroy the Legacy data associated to it!!"), 1;
-#: npc/000-2-3/nard.txt:242
+#: npc/000-2-3/nard.txt:243
#, no-c-format
msgid "\"Deleting this char may (read: will) destroy the Legacy data associated to it!!\""
msgstr ""
@@ -59,13 +57,13 @@ msgid "\"My good Sir,"
msgstr ""
#. code: mesc l("This decision cannot be reverted. Which means you may have extreme difficulty and end up losing this char!"), 1;
-#: npc/000-2-3/nard.txt:236
+#: npc/000-2-3/nard.txt:237
#, no-c-format
msgid "\"This decision cannot be reverted. Which means you may have extreme difficulty and end up losing this char!\""
msgstr ""
#. code: mesc l("You will forsake items, quests and experience from the tuto-- %s from my whole crew and whatnot.", "##9"+l("*cough cough*")+"##1"), 1;
-#: npc/000-2-3/nard.txt:230
+#: npc/000-2-3/nard.txt:231
#, no-c-format
msgid "\"You will forsake items, quests and experience from the tuto-- %s from my whole crew and whatnot.\""
msgstr ""
@@ -131,25 +129,21 @@ msgid "##BWARNING:##b you are about to permanently empty the quote database."
msgstr ""
#. code: assert(l("% 10s", "test") == " test", "% 10s, test");
-#: npc/test/test1.txt:122
-#: npc/test/test1.txt~:126
+#: npc/test/test1.txt:126
#, no-c-format
msgid "% 10s"
msgstr ""
#. code: assert(l("% 5d", -6) == " -6", "% 5d, -6");
#. code: assert(l("% 5d", 6) == " 6", "% 5d, 6");
-#: npc/test/test1.txt:117
-#: npc/test/test1.txt~:122
-#: npc/test/test1.txt~:121
-#: npc/test/test1.txt:118
+#: npc/test/test1.txt:122
+#: npc/test/test1.txt:121
#, no-c-format
msgid "% 5d"
msgstr ""
#. code: assert(l("%%") == "%%", "%##0%"); // XXX: %% is reserved for emotes in manaplus, so we escape it with color
-#: npc/test/test1.txt:90
-#: npc/test/test1.txt~:92
+#: npc/test/test1.txt:92
#, no-c-format
msgid "%%"
msgstr ""
@@ -202,112 +196,90 @@ msgstr ""
msgid "%%i"
msgstr ""
-#. code: assert(l("%+5d", -6) == " -6", "%+5d, -6");
#. code: assert(l("%+5d", 6) == " +6", "%+5d, 6");
-#: npc/test/test1.txt~:117
-#: npc/test/test1.txt~:118
-#: npc/test/test1.txt:114
-#: npc/test/test1.txt:113
+#. code: assert(l("%+5d", -6) == " -6", "%+5d, -6");
+#: npc/test/test1.txt:117
+#: npc/test/test1.txt:118
#, no-c-format
msgid "%+5d"
msgstr ""
#. code: assert(l("%-10s", "test") == "test ", "%-10s, test");
-#: npc/test/test1.txt~:127
-#: npc/test/test1.txt:123
+#: npc/test/test1.txt:127
#, no-c-format
msgid "%-10s"
msgstr ""
-#. code: assert(l("%-5d", 6) == "6 ", "%-5d, 6");
#. code: assert(l("%-5d", -6) == "-6 ", "%-5d, -6");
-#: npc/test/test1.txt:116
-#: npc/test/test1.txt:115
-#: npc/test/test1.txt~:119
-#: npc/test/test1.txt~:120
+#. code: assert(l("%-5d", 6) == "6 ", "%-5d, 6");
+#: npc/test/test1.txt:119
+#: npc/test/test1.txt:120
#, no-c-format
msgid "%-5d"
msgstr ""
#. code: assert(l("%05d", -6) == "-0006", "%05d, -6");
#. code: assert(l("%05d", 6) == "00006", "%05d, 6");
-#: npc/test/test1.txt~:123
-#: npc/test/test1.txt:119
-#: npc/test/test1.txt:120
-#: npc/test/test1.txt~:124
+#: npc/test/test1.txt:124
+#: npc/test/test1.txt:123
#, no-c-format
msgid "%05d"
msgstr ""
#. code: assert(l("%10s", "test") == " test", "%10s, test");
-#: npc/test/test1.txt~:125
-#: npc/test/test1.txt:121
+#: npc/test/test1.txt:125
#, no-c-format
msgid "%10s"
msgstr ""
#. code: assert(l("%5d", -6) == " -6", "%5d, -6");
#. code: assert(l("%5d", 6) == " 6", "%5d, 6");
-#: npc/test/test1.txt~:116
-#: npc/test/test1.txt~:115
-#: npc/test/test1.txt:111
-#: npc/test/test1.txt:112
+#: npc/test/test1.txt:116
+#: npc/test/test1.txt:115
#, no-c-format
msgid "%5d"
msgstr ""
#. code: assert(l("%d%%", 6) == "6%", "%d%##0%, 6"); // XXX: %% is reserved for emotes in manaplus, so we escape it with color
-#: npc/test/test1.txt~:93
-#: npc/test/test1.txt:91
+#: npc/test/test1.txt:93
#, no-c-format
msgid "%d%%"
msgstr ""
#. code: mesc l("%d/%d %s", countitem(HardSpike), 60, getitemlink(HardSpike));
+#. code: mesc l("%d/%d %s", countitem(BugLeg), 20, getitemlink(BugLeg));
+#. code: mesc l("%d/%d %s", countitem(SmallMushroom), 45, getitemlink(SmallMushroom));
#. code: mesc l("%d/%d %s", countitem(MoubooSteak), 15, getitemlink(MoubooSteak));
#. code: mesc l("%d/%d %s", countitem(BottleOfWater), 30, getitemlink(BottleOfWater));
-#. code: mesc l("%d/%d %s", countitem(SmallMushroom), 45, getitemlink(SmallMushroom));
-#. code: mesc l("%d/%d %s", countitem(SnakeTongue), 40, getitemlink(SnakeTongue));
#. code: mesc l("%d/%d %s", countitem(CactusDrink), 100, getitemlink(CactusDrink));
-#. code: mesc l("%d/%d %s", countitem(BugLeg), 20, getitemlink(BugLeg));
-#: npc/020-1/joaquim.txt~:192
-#: npc/020-1/joaquim.txt~:190
-#: npc/020-1/joaquim.txt:186
-#: npc/020-1/joaquim.txt~:188
+#. code: mesc l("%d/%d %s", countitem(SnakeTongue), 40, getitemlink(SnakeTongue));
#: npc/020-1/joaquim.txt:191
-#: npc/020-1/joaquim.txt~:186
-#: npc/020-1/joaquim.txt:189
-#: npc/020-1/joaquim.txt~:191
-#: npc/020-1/joaquim.txt~:189
-#: npc/020-1/joaquim.txt:187
-#: npc/020-1/joaquim.txt:192
#: npc/020-1/joaquim.txt:190
-#: npc/020-1/joaquim.txt~:187
+#: npc/020-1/joaquim.txt:192
+#: npc/020-1/joaquim.txt:189
#: npc/020-1/joaquim.txt:188
+#: npc/020-1/joaquim.txt:186
+#: npc/020-1/joaquim.txt:187
#, no-c-format
msgid "%d/%d %s"
msgstr ""
-#. code: assert(l("%s", "") == "", "%s, ");
#. code: assert(l("%s") == "%s", "%s");
-#: npc/test/test1.txt~:90
-#: npc/test/test1.txt~:91
-#: npc/test/test1.txt:89
-#: npc/test/test1.txt:88
+#. code: assert(l("%s", "") == "", "%s, ");
+#: npc/test/test1.txt:91
+#: npc/test/test1.txt:90
#, no-c-format
msgid "%s"
msgstr ""
#. code: assert(l("%s %d %s", "foo", 69, "bar") == "foo 69 bar", "%s %d %s, foo, 69, bar");
-#: npc/test/test1.txt:93
-#: npc/test/test1.txt~:95
+#: npc/test/test1.txt:95
#, no-c-format
msgid "%s %d %s"
msgstr ""
#. code: assert(l("%s %s %s", "this", "is", "test") == "this is test", "%s %s %s, this, is, test");
-#: npc/test/test1.txt~:94
-#: npc/test/test1.txt:92
+#: npc/test/test1.txt:94
#, no-c-format
msgid "%s %s %s"
msgstr ""
@@ -324,6 +296,46 @@ msgstr ""
msgid "%s %s will require:"
msgstr ""
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MINE, NEXT_Mine()), LVL_MINE);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_INT, NEXT_Int()), readparam(bInt));
+#. code: mes l("%s (Lv %d)", barHandler(EXP_FORA, NEXT_Fora()), LVL_FORA);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MN, NEXT_Mn()), LVL_M_NATURE);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_HUNT, NEXT_Hunt()), LVL_HUNT);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_COOK, NEXT_Cook()), LVL_COOK);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_VIT, NEXT_Vit()), readparam(bVit));
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MW, NEXT_Mw()), LVL_M_WATER);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_FISH, NEXT_Fish()), LVL_FISH);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MF, NEXT_Mf()), LVL_M_FIRE);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_FORG, NEXT_Forg()), LVL_FORG);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MH, NEXT_Mh()), LVL_M_HARMONY);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_AGI, NEXT_Agi()), readparam(bAgi));
+#. code: mes l("%s (Lv %d)", barHandler(EXP_DEX, NEXT_Dex()), readparam(bDex));
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MC, NEXT_Mc()), LVL_M_COMBAT);
+#. code: mes l("%s (Lv %d)", barHandler(EXP_STR, NEXT_Str()), readparam(bStr));
+#. code: mes l("%s (Lv %d)", barHandler(EXP_LUK, NEXT_Luk()), readparam(bLuk));
+#. code: mes l("%s (Lv %d)", barHandler(EXP_MS, NEXT_Ms()), LVL_M_SUPPORT);
+#: npc/commands/info.txt:79
+#: npc/commands/info.txt:69
+#: npc/commands/info.txt:91
+#: npc/commands/info.txt:63
+#: npc/commands/info.txt:41
+#: npc/commands/info.txt:85
+#: npc/commands/info.txt:54
+#: npc/commands/info.txt:47
+#: npc/commands/info.txt:82
+#: npc/commands/info.txt:32
+#: npc/commands/info.txt:88
+#: npc/commands/info.txt:38
+#: npc/commands/info.txt:76
+#: npc/commands/info.txt:57
+#: npc/commands/info.txt:66
+#: npc/commands/info.txt:35
+#: npc/commands/info.txt:44
+#: npc/commands/info.txt:60
+#, no-c-format
+msgid "%s (Lv %d)"
+msgstr ""
+
#. code: l("%s People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you.",b(l("IMPORTANT:"))),
#: npc/001-2-5/tutorial.txt:99
#, no-c-format
@@ -332,7 +344,6 @@ msgstr ""
#. code: mesn l("%s Recipe", getitemlink(ElixirOfLife));
#: npc/020-1/joaquim.txt:185
-#: npc/020-1/joaquim.txt~:185
#, no-c-format
msgid "%s Recipe"
msgstr ""
@@ -344,13 +355,12 @@ msgid "%s allows you to change game language, anytime, anywhere."
msgstr ""
#. code: l("%s and %s will show this informative and absurdely big tutorial book." ,b("@info"),b("@tutorial"));
-#: npc/001-2-5/tutorial.txt:231
+#: npc/001-2-5/tutorial.txt:232
#, no-c-format
msgid "%s and %s will show this informative and absurdely big tutorial book."
msgstr ""
#. code: mesc l("%s bursts out with laughter.", .name$);
-#: npc/009-2-4/golbenez.txt~:36
#: npc/009-2-4/golbenez.txt:41
#, no-c-format
msgid "%s bursts out with laughter."
@@ -358,7 +368,6 @@ msgstr ""
#. code: dispbottom l("%s came here first, you should wait for them.", strcharinfo(0, "Someone", .lock));
#: npc/008-3-5/lordcave.txt:38
-#: npc/008-3-5/lordcave.txt~:37
#, no-c-format
msgid "%s came here first, you should wait for them."
msgstr ""
@@ -412,15 +421,13 @@ msgid "%s displays amount of currently connected players."
msgstr ""
#. code: l("%s drains his mug in one long sip, then hesitates.", .name$);
-#: npc/008-1/hinnak.txt~:228
-#: npc/008-1/hinnak.txt:228
+#: npc/008-1/hinnak.txt:252
#, no-c-format
msgid "%s drains his mug in one long sip, then hesitates."
msgstr ""
#. code: mesc l("%s examines the ticket.", .name$);
#: npc/020-1/adrian.txt:24
-#: npc/020-1/adrian.txt~:24
#, no-c-format
msgid "%s examines the ticket."
msgstr ""
@@ -432,7 +439,6 @@ msgid "%s explains how to use all client commands."
msgstr ""
#. code: mesc l("%s faints.", .name$);
-#: npc/008-2-4/olana.txt~:153
#: npc/008-2-4/olana.txt:153
#, no-c-format
msgid "%s faints."
@@ -446,20 +452,17 @@ msgstr ""
#. code: mesc l("%s gives you his ticket, which you promptly store in a safe pocket outside of your inventory.", .name$);
#: npc/020-2-24/kylian.txt:60
-#: npc/020-2-24/kylian.txt~:60
#, no-c-format
msgid "%s gives you his ticket, which you promptly store in a safe pocket outside of your inventory."
msgstr ""
#. code: mesc l("%s goes away for a while and returns briefly.", .name$);
#: npc/020-1/joaquim.txt:168
-#: npc/020-1/joaquim.txt~:168
#, no-c-format
msgid "%s goes away for a while and returns briefly."
msgstr ""
#. code: mesc l("%s hands you a very heavy suitcase.", .name$);
-#: npc/020-1/adrian.txt~:32
#: npc/020-1/adrian.txt:32
#, no-c-format
msgid "%s hands you a very heavy suitcase."
@@ -472,7 +475,6 @@ msgid "%s helps you carry more items and also gives you a more forceful blow, bu
msgstr ""
#. code: mesc l("%s is too distressed to be of any help. It might be a better idea to go inside the cave and look for Juliet.", .name$);
-#: npc/008-1/rossy.txt~:374
#: npc/008-1/rossy.txt:376
#, no-c-format
msgid "%s is too distressed to be of any help. It might be a better idea to go inside the cave and look for Juliet."
@@ -492,20 +494,17 @@ msgstr ""
#. code: mesc l("%s looks at you with beady eyes.", .name$);
#: npc/008-1/rossy.txt:200
-#: npc/008-1/rossy.txt~:199
#, no-c-format
msgid "%s looks at you with beady eyes."
msgstr ""
#. code: mesc l("%s lunges at you!", strnpcinfo(1));
#: npc/001-3-2/henry.txt:106
-#: npc/001-3-2/henry.txt~:106
#, no-c-format
msgid "%s lunges at you!"
msgstr ""
#. code: mesc l("%s mumbles to herself.", .name$);
-#: npc/008-1/rossy.txt~:169
#: npc/008-1/rossy.txt:170
#, no-c-format
msgid "%s mumbles to herself."
@@ -518,7 +517,6 @@ msgid "%s puts %s on between two bread slices and try it."
msgstr ""
#. code: mesc l("%s says absently-minded, while staring at a portrait of her daughters, Rossy and Juliet:");
-#: npc/008-2-4/olana.txt~:62
#: npc/008-2-4/olana.txt:62
#, no-c-format
msgid "%s says absently-minded, while staring at a portrait of her daughters, Rossy and Juliet:"
@@ -551,7 +549,6 @@ msgid "%s sighs."
msgstr ""
#. code: mesc l("%s smiles at you, but she still seems preoccupied.", .name$);
-#: npc/008-2-4/olana.txt~:40
#: npc/008-2-4/olana.txt:40
#, no-c-format
msgid "%s smiles at you, but she still seems preoccupied."
@@ -564,8 +561,7 @@ msgid "%s starts shouting insults at you!"
msgstr ""
#. code: l("%s takes a sip.", .name$);
-#: npc/008-1/hinnak.txt~:197
-#: npc/008-1/hinnak.txt:197
+#: npc/008-1/hinnak.txt:221
#, no-c-format
msgid "%s takes a sip."
msgstr ""
@@ -582,15 +578,19 @@ msgstr ""
msgid "%s will tell you all the rules once again."
msgstr ""
+#. code: l("%s will tell you how much experience you have gathered.", b("@player")),
+#: npc/001-2-5/tutorial.txt:226
+#, no-c-format
+msgid "%s will tell you how much experience you have gathered."
+msgstr ""
+
#. code: mesc l("%s's face suddenly turns pale.", .name$);
-#: npc/008-1/rossy.txt~:195
#: npc/008-1/rossy.txt:196
#, no-c-format
msgid "%s's face suddenly turns pale."
msgstr ""
#. code: mesq l("%s, we are counting on you! We, the whole Hurnscald town!", strcharinfo(0));
-#: npc/008-2-13/lena.txt~:85
#: npc/008-2-13/lena.txt:85
#, no-c-format
msgid "%s, we are counting on you! We, the whole Hurnscald town!"
@@ -603,7 +603,6 @@ msgid "%s, where have you been?! I looked for you everywhere in Hurnscald and co
msgstr ""
#. code: mesq l("%s, you have to help me! I saw Juliet, but something was wrong!!", strcharinfo(0));
-#: npc/008-1/rossy.txt~:366
#: npc/008-1/rossy.txt:368
#, no-c-format
msgid "%s, you have to help me! I saw Juliet, but something was wrong!!"
@@ -611,7 +610,6 @@ msgstr ""
#. code: mesq l("%s...", strcharinfo(0));
#: npc/009-1/forwin.txt:9
-#: npc/009-1/forwin.txt~:9
#, no-c-format
msgid "%s..."
msgstr ""
@@ -623,7 +621,6 @@ msgid "%s? What is even a %s? Are you trying to poison my customers?!"
msgstr ""
#. code: l("%s??? What a ripoff!", format_number(.req_esp)),
-#: npc/008-2-6/alan.txt~:134
#: npc/008-2-6/alan.txt:134
#, no-c-format
msgid "%s??? What a ripoff!"
@@ -644,10 +641,8 @@ msgstr ""
#. code: rif(countitem(.@alt1), l("(%s) Yes, in fact, you can take them now.", getitemname(.@alt1))),
#. code: rif(countitem(.@alt2), l("(%s) Yes, in fact, you can take them now.", getitemname(.@alt2))),
-#: npc/008-2-16/yannika.txt~:149
#: npc/008-2-16/yannika.txt:148
#: npc/008-2-16/yannika.txt:149
-#: npc/008-2-16/yannika.txt~:148
#, no-c-format
msgid "(%s) Yes, in fact, you can take them now."
msgstr ""
@@ -666,25 +661,36 @@ msgstr ""
msgid "(All items must be placed exactly in this order.)"
msgstr ""
+#. code: mesc l("(Base Level will go to 1 and exp bar will be zero-ed)");
+#: npc/012-3-3/manatree.txt:33
+#, no-c-format
+msgid "(Base Level will go to 1 and exp bar will be zero-ed)"
+msgstr ""
+
#. code: npctalk3(l("(Click on us to continue the introduction.)"));
-#: npc/000-0-0/sailors.txt:80
+#: npc/000-0-0/sailors.txt:79
#, no-c-format
msgid "(Click on us to continue the introduction.)"
msgstr ""
#. code: l("(People do not like to hear the word 'witch' so much, as we live close to Hurnscald)."),
#: npc/012-2-4/morgan.txt:11
-#: npc/012-2-4/morgan.txt~:11
#, no-c-format
msgid "(People do not like to hear the word 'witch' so much, as we live close to Hurnscald)."
msgstr ""
#. code: mesc(l("(Which player invited you to this world?)"), 1); // FIXME: suddenly changes to the third person (invited "you" vs invited "us" or invited "me")
-#: npc/000-0-1/narrator.txt:135
+#: npc/000-0-1/narrator.txt:134
#, no-c-format
msgid "(Which player invited you to this world?)"
msgstr ""
+#. code: mesc l("(Will be able to change race and chose a trait)");
+#: npc/012-3-3/manatree.txt:34
+#, no-c-format
+msgid "(Will be able to change race and chose a trait)"
+msgstr ""
+
#. code: npctalk3 l("(You hear a faint sound in distance, but can't say what sound it was.)");
#: npc/001-1/manhole.txt:19
#, no-c-format
@@ -711,20 +717,18 @@ msgstr ""
#. code: mesc l("* Skill ID: @@", MASTERBOOK_SKILL[.@i]);
#: npc/items/master_skillbook.txt:110
-#: npc/items/master_skillbook.txt~:110
#, no-c-format
msgid "* Skill ID: @@"
msgstr ""
#. code: dispbottom l("*** Cave Cleared ***");
-#: npc/008-3-0/juliet.txt:214
-#: npc/008-3-0/juliet.txt~:214
+#: npc/008-3-0/juliet.txt:213
#, no-c-format
msgid "*** Cave Cleared ***"
msgstr ""
#. code: l("*Bang bang*");
-#: npc/001-1/rumly.txt:109
+#: npc/001-1/rumly.txt:102
#, no-c-format
msgid "*Bang bang*"
msgstr ""
@@ -796,7 +800,6 @@ msgid "*ahem*"
msgstr ""
#. code: l("*ahem* Hello...?");
-#: npc/009-2-5/lovers.txt~:16
#: npc/009-2-5/lovers.txt:16
#, no-c-format
msgid "*ahem* Hello...?"
@@ -822,9 +825,7 @@ msgstr ""
#. code: mesc l("*cough cough*");
#. code: mesc l("You will forsake items, quests and experience from the tuto-- %s from my whole crew and whatnot.", "##9"+l("*cough cough*")+"##1"), 1;
-#: npc/020-2-15/kadiya.txt~:8
-#: npc/000-2-3/nard.txt:230
-#: npc/020-2-15/kadiya.txt~:12
+#: npc/000-2-3/nard.txt:231
#: npc/020-2-15/kadiya.txt:13
#: npc/020-2-15/kadiya.txt:9
#, no-c-format
@@ -833,7 +834,6 @@ msgstr ""
#. code: mesc l("*gulp* *gulp* *gulp*");
#: npc/020-2-15/yumi.txt:38
-#: npc/020-2-15/yumi.txt~:38
#, no-c-format
msgid "*gulp* *gulp* *gulp*"
msgstr ""
@@ -852,7 +852,7 @@ msgid "*sighs*"
msgstr ""
#. code: mesc l("*sniff sniff*");
-#: npc/001-2-11/mona.txt:143
+#: npc/001-2-11/mona.txt:142
#, no-c-format
msgid "*sniff sniff*"
msgstr ""
@@ -869,6 +869,12 @@ msgstr ""
msgid "*whisper* Sagratha is great."
msgstr ""
+#. code: mesc l("*whispering* And failing that, you could just forage the flower field at Sap's feet, right?");
+#: npc/000-1/sapartan.txt:44
+#, no-c-format
+msgid "*whispering* And failing that, you could just forage the flower field at Sap's feet, right?"
+msgstr ""
+
#. code: mesc l("+%d experience points", (.@dq_exp * .@multiplier));
#: npc/functions/daily.txt:150
#, no-c-format
@@ -937,8 +943,7 @@ msgid "- Q'Muller"
msgstr ""
#. code: mesc l("- The Mana World Development Team");
-#: npc/008-2-16/yannika.txt~:451
-#: npc/008-2-16/yannika.txt:452
+#: npc/008-2-16/yannika.txt:453
#, no-c-format
msgid "- The Mana World Development Team"
msgstr ""
@@ -950,19 +955,19 @@ msgid "- Tibbo"
msgstr ""
#. code: l("-- Continues on Volume II --"));
-#: npc/001-2-6/books.txt:225
+#: npc/001-2-6/books.txt:228
#, no-c-format
msgid "-- Continues on Volume II --"
msgstr ""
#. code: l("-- Continues on Volume III --"));
-#: npc/001-2-6/books.txt:261
+#: npc/001-2-6/books.txt:265
#, no-c-format
msgid "-- Continues on Volume III --"
msgstr ""
#. code: l("-- Continues on Volume IV --"));
-#: npc/001-2-6/books.txt:299
+#: npc/001-2-6/books.txt:304
#, no-c-format
msgid "-- Continues on Volume IV --"
msgstr ""
@@ -974,35 +979,29 @@ msgstr ""
#. code: l("..."),
#. code: npctalk3 l("...");
#: npc/001-2-12/oscar.txt:93
-#: npc/008-2-2/kfahr.txt~:51
-#: npc/001-1/enora.txt~:68
-#: npc/001-1/enora.txt:68
+#: npc/000-0-1/narrator.txt:65
#: npc/020-1/adrian.txt:25
+#: npc/000-0-1/narrator.txt:67
+#: npc/001-1/manhole.txt:58
#: npc/008-2-2/kfahr.txt:51
#: npc/001-1/rowboathelper.txt:18
-#: npc/009-1/blackwin.txt~:9
-#: npc/000-0-1/narrator.txt:68
#: npc/020-2-20/drabur.txt:20
#: npc/009-1/blackwin.txt:9
-#: npc/001-1/manhole.txt:79
+#: npc/008-2-2/kfahr.txt:49
#: npc/001-2-12/oscar.txt:98
#: npc/008-1/confused-tree.txt:26
-#: npc/000-0-1/narrator.txt:66
-#: npc/001-1/manhole.txt:60
+#: npc/001-1/enora.txt:69
#: npc/001-2-19/lloyd.txt:26
-#: npc/008-2-2/kfahr.txt:49
-#: npc/009-1/blackwin.txt~:22
-#: npc/020-1/adrian.txt~:25
#: npc/009-1/blackwin.txt:21
+#: npc/001-1/manhole.txt:76
#: npc/functions/manhole.txt:23
-#: npc/008-2-2/kfahr.txt~:49
#, no-c-format
msgid "..."
msgstr ""
#. code: mesq l("... and 1 @@.", getitemlink(SeaDrops));
#: npc/000-2-1/chefgado.txt:98
-#: npc/000-2-1/chefgado.txt:163
+#: npc/000-2-1/chefgado.txt:162
#, no-c-format
msgid "... and 1 @@."
msgstr ""
@@ -1014,7 +1013,7 @@ msgid "...Ah! Nevermind, I was talking to myself."
msgstr ""
#. code: l("...And if you're still trying to check your pet stats, just hover it with your mouse. Thanks."),
-#: npc/001-2-6/books.txt:189
+#: npc/001-2-6/books.txt:191
#, no-c-format
msgid "...And if you're still trying to check your pet stats, just hover it with your mouse. Thanks."
msgstr ""
@@ -1027,7 +1026,6 @@ msgstr ""
#. code: mesq l("...Have you ever gone there yet?");
#: npc/008-3-5/bryant.txt:52
-#: npc/008-3-5/bryant.txt~:50
#, no-c-format
msgid "...Have you ever gone there yet?"
msgstr ""
@@ -1039,15 +1037,13 @@ msgid "...I hate you."
msgstr ""
#. code: l("...I mean log! Made of log!"),
-#: npc/001-1/enora.txt~:366
-#: npc/001-1/enora.txt:366
+#: npc/001-1/enora.txt:391
#, no-c-format
msgid "...I mean log! Made of log!"
msgstr ""
#. code: mesq l("...I still wonder what was that thing Juliet was running from... Hm? Nothing! Just thinking out loud.");
#: npc/008-1/rossy.txt:80
-#: npc/008-1/rossy.txt~:80
#, no-c-format
msgid "...I still wonder what was that thing Juliet was running from... Hm? Nothing! Just thinking out loud."
msgstr ""
@@ -1077,7 +1073,6 @@ msgid "...Well, anyone adhering to the law, at least! Hahahah!"
msgstr ""
#. code: mesq l("...What? I'm totally a pirate. Arr harr! See? Pirate.");
-#: npc/001-3-2/henry.txt~:172
#: npc/001-3-2/henry.txt:172
#, no-c-format
msgid "...What? I'm totally a pirate. Arr harr! See? Pirate."
@@ -1085,41 +1080,35 @@ msgstr ""
#. code: mesq l("...You have courage. Many people tried and failed.");
#: npc/008-2-13/lena.txt:224
-#: npc/008-2-13/lena.txt~:224
#, no-c-format
msgid "...You have courage. Many people tried and failed."
msgstr ""
#. code: l("...and east of there you find the old Hatmaker cave, now filled to the brim with snakes! Rumors have it that this was once an oasis, in centuries long gone by, but as far as I'm concerned that pit is just a dump that you best avoid."),
#: npc/008-2-2/kfahr.txt:581
-#: npc/008-2-2/kfahr.txt~:581
#, no-c-format
msgid "...and east of there you find the old Hatmaker cave, now filled to the brim with snakes! Rumors have it that this was once an oasis, in centuries long gone by, but as far as I'm concerned that pit is just a dump that you best avoid."
msgstr ""
#. code: l("...and what I saw right before me, believe it or not, was a giant face of a man, carved into rock – there, in the middle of the desert, half-sunk, a shattered visage!"),
#: npc/008-2-2/kfahr.txt:444
-#: npc/008-2-2/kfahr.txt~:444
#, no-c-format
msgid "...and what I saw right before me, believe it or not, was a giant face of a man, carved into rock – there, in the middle of the desert, half-sunk, a shattered visage!"
msgstr ""
#. code: l("...and when I think it's almost too late already, I shoot out that revolting brew at the beast's smelling holes, and I hit! Two at once, and up and sideways it rolls, away from me, and roaring and bellowing in pain!"),
-#: npc/008-2-2/kfahr.txt~:347
#: npc/008-2-2/kfahr.txt:347
#, no-c-format
msgid "...and when I think it's almost too late already, I shoot out that revolting brew at the beast's smelling holes, and I hit! Two at once, and up and sideways it rolls, away from me, and roaring and bellowing in pain!"
msgstr ""
#. code: l("...but if he offers you some of his tobacco, then by all means give it a try! That stuff is amazing.");
-#: npc/008-2-2/kfahr.txt~:583
#: npc/008-2-2/kfahr.txt:583
#, no-c-format
msgid "...but if he offers you some of his tobacco, then by all means give it a try! That stuff is amazing."
msgstr ""
#. code: l("...it might be because of Don... he is the master blacksmith of this place and a model to me!");
-#: npc/001-1/chelios.txt~:114
#: npc/001-1/chelios.txt:114
#, no-c-format
msgid "...it might be because of Don... he is the master blacksmith of this place and a model to me!"
@@ -1163,10 +1152,8 @@ msgstr ""
#. code: mesc l("1x @@, 3x @@, 2x @@, and the ingredient of your choice.", getitemlink(Bread), getitemlink(LettuceLeaf), getitemlink(Cheese));
#. code: l("1x @@, 3x @@, 2x @@, and the ingredient of your choice.", getitemlink(Bread), getitemlink(LettuceLeaf), getitemlink(Cheese));
-#: npc/008-2-16/yannika.txt~:194
-#: npc/008-2-16/yannika.txt~:242
#: npc/008-2-16/yannika.txt:194
-#: npc/008-2-16/yannika.txt:242
+#: npc/008-2-16/yannika.txt:243
#, no-c-format
msgid "1x @@, 3x @@, 2x @@, and the ingredient of your choice."
msgstr ""
@@ -1286,7 +1273,7 @@ msgid "???"
msgstr ""
#. code: npctalk3 l("???: Hey! Is someone there? Please, help, it's so dark down here!");
-#: npc/001-1/manhole.txt:36
+#: npc/001-1/manhole.txt:35
#, no-c-format
msgid "???: Hey! Is someone there? Please, help, it's so dark down here!"
msgstr ""
@@ -1302,28 +1289,22 @@ msgstr ""
#. code: message strcharinfo(0), l("@@", .@color_name$);
#. code: message strcharinfo(0), l("@@", .@style_name$);
#. code: assert(l("@@", "") == "", "@@, ");
-#: npc/functions/barber.txt~:21
#: npc/functions/barber.txt:24
#: npc/test/test1.txt:68
#: npc/functions/barber.txt:21
#: npc/test/test1.txt:69
-#: npc/functions/barber.txt~:24
-#: npc/test/test1.txt~:69
-#: npc/test/test1.txt~:68
#, no-c-format
msgid "@@"
msgstr ""
#. code: assert(l("@@ @@ @@", "this", "is", "test") == "this is test", "@@ @@ @@, this, is, test");
#: npc/test/test1.txt:70
-#: npc/test/test1.txt~:70
#, no-c-format
msgid "@@ @@ @@"
msgstr ""
#. code: l("@@ skillfully cuts the bread in half, throws the ingredients in air, and they land in the sandwich!", .name$),
-#: npc/008-2-16/yannika.txt:231
-#: npc/008-2-16/yannika.txt~:231
+#: npc/008-2-16/yannika.txt:232
#, no-c-format
msgid "@@ skillfully cuts the bread in half, throws the ingredients in air, and they land in the sandwich!"
msgstr ""
@@ -1335,93 +1316,81 @@ msgid "@@ waves of dummies, you know how that ends."
msgstr ""
#. code: mesc l("@@/@@ pages used.", array_entries(MASTERBOOK_SKILL), MASTERBOOK_PAGES);
-#: npc/items/master_skillbook.txt~:105
#: npc/items/master_skillbook.txt:105
#, no-c-format
msgid "@@/@@ pages used."
msgstr ""
-#. code: mesq lg("@@? Welcome my dear!", "@@? Welcome my dear!", strcharinfo(0));
-#: npc/000-1/sapartan.txt:14
-#, no-c-format
-msgid "@@? Welcome my dear!#0"
-msgstr ""
-
-#. code: mesq lg("@@? Welcome my dear!", "@@? Welcome my dear!", strcharinfo(0));
+#. code: mesq l("@@? Welcome my dear!", strcharinfo(0));
#: npc/000-1/sapartan.txt:14
#, no-c-format
-msgid "@@? Welcome my dear!#1"
+msgid "@@? Welcome my dear!"
msgstr ""
#. code: //mes l("@discord allows you to setup Discord integration settings.");
-#: npc/001-2-5/tutorial.txt:227
+#: npc/001-2-5/tutorial.txt:228
#, no-c-format
msgid "@discord allows you to setup Discord integration settings."
msgstr ""
#. code: //mes l("@resyncall is the more powerful version of @resync. It'll reload everything, even the clouds if needed.");
-#: npc/001-2-5/tutorial.txt:230
+#: npc/001-2-5/tutorial.txt:231
#, no-c-format
msgid "@resyncall is the more powerful version of @resync. It'll reload everything, even the clouds if needed."
msgstr ""
#. code: //mes l("@toevent will warp you to event island, if an event is happening, of course.");
-#: npc/001-2-5/tutorial.txt:226
+#: npc/001-2-5/tutorial.txt:227
#, no-c-format
msgid "@toevent will warp you to event island, if an event is happening, of course."
msgstr ""
#. code: //mes l("@ucp allows you to manage your account, eg. recover lost email.");
-#: npc/001-2-5/tutorial.txt:228
+#: npc/001-2-5/tutorial.txt:229
#, no-c-format
msgid "@ucp allows you to manage your account, eg. recover lost email."
msgstr ""
#. code: l("A %s or a %s?", getitemlink(.QUESTPRIZES[0]) , getitemlink(.QUESTPRIZES[1]));
-#: npc/008-1-1/galimatia.txt:282
+#: npc/008-1-1/galimatia.txt:255
#, no-c-format
msgid "A %s or a %s?"
msgstr ""
#. code: mesq l("A %s pretty please.", getitemlink(SeafoodPlate));
-#: npc/008-2-16/yannika.txt:398
-#: npc/008-2-16/yannika.txt~:398
-#: npc/008-2-16/yannika.txt~:421
-#: npc/008-2-16/yannika.txt:346
-#: npc/008-2-16/yannika.txt~:346
-#: npc/008-2-16/yannika.txt:421
+#: npc/008-2-16/yannika.txt:422
+#: npc/008-2-16/yannika.txt:399
+#: npc/008-2-16/yannika.txt:347
#, no-c-format
msgid "A %s pretty please."
msgstr ""
-#. code: l("A %s?!? Cool!!!", getitemname(.QUESTPRIZES[1]))
-#: npc/008-1-1/galimatia.txt:285
+#. code: l("A %s?!? Cool!!!", getitemname(.QUESTPRIZES[1]))
+#: npc/008-1-1/galimatia.txt:258
#, no-c-format
msgid "A %s?!? Cool!!!"
msgstr ""
#. code: l("A band of adventurers formed in Argaes from those who had lost their homes and families. They visited the three permanent talpan settlements: Tulimshar, Hurnscald and Nivalis."),
-#: npc/001-2-6/books.txt:327
+#: npc/001-2-6/books.txt:333
#, no-c-format
msgid "A band of adventurers formed in Argaes from those who had lost their homes and families. They visited the three permanent talpan settlements: Tulimshar, Hurnscald and Nivalis."
msgstr ""
#. code: l("A bandit hood."),
#: npc/001-3-2/henry.txt:102
-#: npc/001-3-2/henry.txt~:102
#, no-c-format
msgid "A bandit hood."
msgstr ""
#. code: mesc l("A card will be flipped, you'll need to decide if next flip will be HIGHER or LOWER.");
-#: npc/functions/casino.txt:157
+#: npc/functions/casino.txt:160
#, no-c-format
msgid "A card will be flipped, you'll need to decide if next flip will be HIGHER or LOWER."
msgstr ""
#. code: mesq l("A cookie!");
#: npc/001-1/cookiemaster.txt:31
-#: npc/001-1/cookiemaster.txt~:31
#, no-c-format
msgid "A cookie!"
msgstr ""
@@ -1433,7 +1402,6 @@ msgid "A critical hit deals added damage and disregards defense. A critical alwa
msgstr ""
#. code: l("A desert worm is probably the largest creature you will ever see, larger even than most dragons. It spans a good twenty chains (or six box tosses if you're used to the Imperial system) in length, has a thick, rubbery skin, and teeth as long as my legs."),
-#: npc/008-2-2/kfahr.txt~:284
#: npc/008-2-2/kfahr.txt:284
#, no-c-format
msgid "A desert worm is probably the largest creature you will ever see, larger even than most dragons. It spans a good twenty chains (or six box tosses if you're used to the Imperial system) in length, has a thick, rubbery skin, and teeth as long as my legs."
@@ -1441,40 +1409,36 @@ msgstr ""
#. code: l("A fancy hat."),
#: npc/001-3-2/henry.txt:95
-#: npc/001-3-2/henry.txt~:95
#, no-c-format
msgid "A fancy hat."
msgstr ""
#. code: l("A few minutes passed, and suddenly I was practically surrounded by a dozen or more of these living trees!"));
-#: npc/008-1/jack.txt~:72
#: npc/008-1/jack.txt:72
#, no-c-format
msgid "A few minutes passed, and suddenly I was practically surrounded by a dozen or more of these living trees!"
msgstr ""
#. code: l("A great city, eventually to become larger than the cities of Ancea, rose on the coast of Aemil. This city was named Esperia."),
-#: npc/001-2-6/books.txt:160
+#: npc/001-2-6/books.txt:163
#, no-c-format
msgid "A great city, eventually to become larger than the cities of Ancea, rose on the coast of Aemil. This city was named Esperia."
msgstr ""
#. code: l("A headache hits you and you lose your concentration.");
-#: npc/001-1/enora.txt~:98
-#: npc/001-1/enora.txt:98
+#: npc/001-1/enora.txt:99
#, no-c-format
msgid "A headache hits you and you lose your concentration."
msgstr ""
#. code: l("A large tree was found in a deep cave underneath the island of Candor. Despise the darkness of the cave and absence of leaves, the tree grew strong. It gave light off itself and its energy empowered the wizards."),
-#: npc/001-2-6/books.txt:291
+#: npc/001-2-6/books.txt:296
#, no-c-format
msgid "A large tree was found in a deep cave underneath the island of Candor. Despise the darkness of the cave and absence of leaves, the tree grew strong. It gave light off itself and its energy empowered the wizards."
msgstr ""
#. code: l("A legion armor."),
#: npc/001-3-2/henry.txt:100
-#: npc/001-3-2/henry.txt~:100
#, no-c-format
msgid "A legion armor."
msgstr ""
@@ -1486,13 +1450,18 @@ msgid "A popular designer and inventor. A lot of buildings follow their architec
msgstr ""
#. code: l("A rabbit!"),
-#: npc/001-1/rumly.txt:107
+#: npc/001-1/rumly.txt:100
#, no-c-format
msgid "A rabbit!"
msgstr ""
+#. code: speech l("A rotting corpse? Right here?");
+#: npc/009-2-0/soren.txt:56
+#, no-c-format
+msgid "A rotting corpse? Right here?"
+msgstr ""
+
#. code: l("A santa hat."),
-#: npc/001-3-2/henry.txt~:98
#: npc/001-3-2/henry.txt:98
#, no-c-format
msgid "A santa hat."
@@ -1500,7 +1469,6 @@ msgstr ""
#. code: l("A shemagh or a shawl."),
#: npc/001-3-2/henry.txt:96
-#: npc/001-3-2/henry.txt~:96
#, no-c-format
msgid "A shemagh or a shawl."
msgstr ""
@@ -1518,7 +1486,6 @@ msgid "A small lie is really just a fib, and I could really use some cash..."
msgstr ""
#. code: l("A stat card works on different pieces of equipment."),
-#: npc/001-2-27/don.txt~:58
#: npc/001-2-27/don.txt:58
#, no-c-format
msgid "A stat card works on different pieces of equipment."
@@ -1540,7 +1507,6 @@ msgid "A sunny and hot day,"
msgstr ""
#. code: l("A top hat."),
-#: npc/001-3-2/henry.txt~:99
#: npc/001-3-2/henry.txt:99
#, no-c-format
msgid "A top hat."
@@ -1554,20 +1520,17 @@ msgstr ""
#. code: l("A week ago, I was going to chop down one of those twigleaf trees in the forest to the southwest."),
#: npc/008-1/jack.txt:37
-#: npc/008-1/jack.txt~:37
#, no-c-format
msgid "A week ago, I was going to chop down one of those twigleaf trees in the forest to the southwest."
msgstr ""
#. code: l("A young apprentice called Chelios might be waiting outside, speak to him, and return the package to me.");
-#: npc/001-1/enora.txt~:156
-#: npc/001-1/enora.txt:156
+#: npc/001-1/enora.txt:157
#, no-c-format
msgid "A young apprentice called Chelios might be waiting outside, speak to him, and return the package to me."
msgstr ""
#. code: mesc l("A young girl looks at you in tears.");
-#: npc/008-1/rossy.txt~:97
#: npc/008-1/rossy.txt:97
#, no-c-format
msgid "A young girl looks at you in tears."
@@ -1575,7 +1538,6 @@ msgstr ""
#. code: l("A'ight, one more can't hurt, eh?");
#: npc/008-2-2/kfahr.txt:227
-#: npc/008-2-2/kfahr.txt~:227
#, no-c-format
msgid "A'ight, one more can't hurt, eh?"
msgstr ""
@@ -1591,12 +1553,17 @@ msgid "A-hoy matey!"
msgstr ""
#. code: mesq l("AAAAAAAHHHHH, Thanks, I am lively again!");
-#: npc/020-2-15/yumi.txt~:41
#: npc/020-2-15/yumi.txt:41
#, no-c-format
msgid "AAAAAAAHHHHH, Thanks, I am lively again!"
msgstr ""
+#. code: mesc l("You'll keep %s your equipment, magic, quest progression, craft recipes, money, and other levels. Only the base level is reset.", b(l("ALL")));
+#: npc/012-3-3/manatree.txt:35
+#, no-c-format
+msgid "ALL"
+msgstr ""
+
#. code: npctalk3 l("Aaaaaahhhhhh!");
#: npc/000-1/silvio.txt:170
#, no-c-format
@@ -1604,10 +1571,8 @@ msgid "Aaaaaahhhhhh!"
msgstr ""
#. code: l("Aaah!"),
-#: npc/008-1/hinnak.txt:200
+#: npc/008-1/hinnak.txt:224
#: npc/008-2-6/alan.txt:211
-#: npc/008-1/hinnak.txt~:200
-#: npc/008-2-6/alan.txt~:211
#, no-c-format
msgid "Aaah!"
msgstr ""
@@ -1626,7 +1591,6 @@ msgstr ""
#. code: l("Aaah, magnificent!");
#: npc/008-2-2/kfahr.txt:236
-#: npc/008-2-2/kfahr.txt~:236
#, no-c-format
msgid "Aaah, magnificent!"
msgstr ""
@@ -1638,13 +1602,13 @@ msgid "Aahna"
msgstr ""
#. code: l("Able to write a poem"),
-#: npc/001-2-6/books.txt:92
+#: npc/001-2-6/books.txt:93
#, no-c-format
msgid "Able to write a poem"
msgstr ""
#. code: mesc(l("Aboard stand sailors trying to communicate with you."), 9);
-#: npc/000-0/sailors.txt:28
+#: npc/000-0/sailors.txt:70
#, no-c-format
msgid "Aboard stand sailors trying to communicate with you."
msgstr ""
@@ -1669,7 +1633,7 @@ msgid "Abort!"
msgstr ""
#. code: rif(getq(ShipQuests_ArpanMoney) == 2 && islegacyaccount(), l("About my my old clothes...")), L_LegacyClothes,
-#: npc/000-2-1/arpan.txt:160
+#: npc/000-2-1/arpan.txt:161
#, no-c-format
msgid "About my my old clothes..."
msgstr ""
@@ -1694,12 +1658,9 @@ msgid "Accept request?"
msgstr ""
#. code: mesc l("Accept this quest?"), 3;
+#: npc/001-3-2/henry.txt:153
#: npc/001-3-2/henry.txt:257
#: npc/001-3-2/henry.txt:61
-#: npc/001-3-2/henry.txt:153
-#: npc/001-3-2/henry.txt~:256
-#: npc/001-3-2/henry.txt~:61
-#: npc/001-3-2/henry.txt~:153
#, no-c-format
msgid "Accept this quest?"
msgstr ""
@@ -1731,11 +1692,15 @@ msgstr ""
msgid "Accepted to resupply Hal's Legion troop"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_HITBONUS), l("Accuracy +25")), PCB_HITBONUS,
+#: npc/functions/rebirth.txt:73
+#, no-c-format
+msgid "Accuracy +25"
+msgstr ""
+
#. code: mesc l("Achooo!");
-#: npc/008-1/rossy.txt:84
#: npc/008-1/rossy.txt:337
-#: npc/008-1/rossy.txt~:336
-#: npc/008-1/rossy.txt~:84
+#: npc/008-1/rossy.txt:84
#, no-c-format
msgid "Achooo!"
msgstr ""
@@ -1752,16 +1717,10 @@ msgstr ""
msgid "Acorn Flour"
msgstr ""
-#. code: lg("Actually Gugli asked me if I would help you bring him some of your boxes."), -,
+#. code: l("Actually Gugli asked me if I would help you bring him some of your boxes."), -,
#: npc/000-1/gulukan.txt:49
#, no-c-format
-msgid "Actually Gugli asked me if I would help you bring him some of your boxes.#0"
-msgstr ""
-
-#. code: lg("Actually Gugli asked me if I would help you bring him some of your boxes."), -,
-#: npc/000-1/gulukan.txt:49
-#, no-c-format
-msgid "Actually Gugli asked me if I would help you bring him some of your boxes.#1"
+msgid "Actually Gugli asked me if I would help you bring him some of your boxes."
msgstr ""
#. code: l("Actually I'm lost. Sorry.");
@@ -1776,16 +1735,10 @@ msgstr ""
msgid "Actually, I am after your Stew recipe!"
msgstr ""
-#. code: lg("Actually, I came here to work on my task.");
-#: npc/000-1/astapolos.txt:26
-#, no-c-format
-msgid "Actually, I came here to work on my task.#0"
-msgstr ""
-
-#. code: lg("Actually, I came here to work on my task.");
+#. code: l("Actually, I came here to work on my task.");
#: npc/000-1/astapolos.txt:26
#, no-c-format
-msgid "Actually, I came here to work on my task.#1"
+msgid "Actually, I came here to work on my task."
msgstr ""
#. code: l("Actually, I have an in-depth knowledge of this type of life.");
@@ -1801,22 +1754,15 @@ msgid "Actually, I see you have some really torn %s."
msgstr ""
#. code: l("Actually, I wanted to ask you something."),
-#: npc/001-3-2/henry.txt~:155
#: npc/001-3-2/henry.txt:155
#, no-c-format
msgid "Actually, I wanted to ask you something."
msgstr ""
-#. code: lg("Actually, I was here to help you with those boxes. Can I bring one of them back to Gugli?");
-#: npc/000-1/astapolos.txt:56
-#, no-c-format
-msgid "Actually, I was here to help you with those boxes. Can I bring one of them back to Gugli?#0"
-msgstr ""
-
-#. code: lg("Actually, I was here to help you with those boxes. Can I bring one of them back to Gugli?");
+#. code: l("Actually, I was here to help you with those boxes. Can I bring one of them back to Gugli?");
#: npc/000-1/astapolos.txt:56
#, no-c-format
-msgid "Actually, I was here to help you with those boxes. Can I bring one of them back to Gugli?#1"
+msgid "Actually, I was here to help you with those boxes. Can I bring one of them back to Gugli?"
msgstr ""
#. code: l("Actually, I would like to learn some recipes."),
@@ -1832,40 +1778,30 @@ msgid "Actually, Rossy told me to deliver a potion to you."
msgstr ""
#. code: l("Actually, it's been a long day."),
-#: npc/008-1/hinnak.txt~:167
-#: npc/008-1/hinnak.txt:167
+#: npc/008-1/hinnak.txt:191
#, no-c-format
msgid "Actually, it's been a long day."
msgstr ""
#. code: l("Actually, lets do the tutorial."),
-#: npc/000-2-3/nard.txt:250
+#: npc/000-2-3/nard.txt:251
#, no-c-format
msgid "Actually, lets do the tutorial."
msgstr ""
#. code: mesc(l("Actually, nevermind. My memory is still too foggy to remember this.")); // FIXME: suddenly changes from plural second person to singular first person ("My" memory)
-#: npc/000-0-1/narrator.txt:142
+#: npc/000-0-1/narrator.txt:141
#, no-c-format
msgid "Actually, nevermind. My memory is still too foggy to remember this."
msgstr ""
-#. code: lg("Actually, please don't. I do this out of the goodness of my heart.");
-#: npc/008-2-4/olana.txt~:172
+#. code: l("Actually, please don't. I do this out of the goodness of my heart.");
#: npc/008-2-4/olana.txt:172
#, no-c-format
-msgid "Actually, please don't. I do this out of the goodness of my heart.#0"
-msgstr ""
-
-#. code: lg("Actually, please don't. I do this out of the goodness of my heart.");
-#: npc/008-2-4/olana.txt~:172
-#: npc/008-2-4/olana.txt:172
-#, no-c-format
-msgid "Actually, please don't. I do this out of the goodness of my heart.#1"
+msgid "Actually, please don't. I do this out of the goodness of my heart."
msgstr ""
#. code: mesq l("Actually, the food quality here is horrible. I'm glad I'm undead or I would not eat here.");
-#: npc/009-2-3/chef.txt~:32
#: npc/009-2-3/chef.txt:32
#, no-c-format
msgid "Actually, the food quality here is horrible. I'm glad I'm undead or I would not eat here."
@@ -1879,7 +1815,6 @@ msgstr ""
#. code: mesq l("Actually, yes. The birthday of me and my boyfriend is coming up. He always give me chocolate cake, so I want to surprise him for once. Bring me 12 @@ and I'll make the fertilizer for you.", getitemlink(CherryCake));
#: npc/020-1/eomie.txt:46
-#: npc/020-1/eomie.txt~:45
#, no-c-format
msgid "Actually, yes. The birthday of me and my boyfriend is coming up. He always give me chocolate cake, so I want to surprise him for once. Bring me 12 @@ and I'll make the fertilizer for you."
msgstr ""
@@ -1904,8 +1839,7 @@ msgid "Actually... Do you know why the Piou crossed the road?"
msgstr ""
#. code: mesq l("Actually... I don't remember. I'm not sure why.");
-#: npc/008-3-0/juliet.txt~:629
-#: npc/008-3-0/juliet.txt:629
+#: npc/008-3-0/juliet.txt:628
#, no-c-format
msgid "Actually... I don't remember. I'm not sure why."
msgstr ""
@@ -1918,7 +1852,7 @@ msgid "Actually... No. Have been too afraid of it tasting foul."
msgstr ""
#. code: l("Actually... Wouldn't now be a good time to wake up?"));
-#: npc/000-0-1/narrator.txt:106
+#: npc/000-0-1/narrator.txt:105
#, no-c-format
msgid "Actually... Wouldn't now be a good time to wake up?"
msgstr ""
@@ -1942,7 +1876,6 @@ msgid "Admiral"
msgstr ""
#. code: 020-1,272,138,0 script Adrian NPC_ADRIAN,{
-#: npc/020-1/adrian.txt~:8
#: npc/020-1/adrian.txt:8
#, no-c-format
msgid "Adrian"
@@ -1954,34 +1887,22 @@ msgstr ""
msgid "Adventurer's Soul"
msgstr ""
-#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have %d/%d %s.","Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(CoinBag), .numCoins, getitemlink(CoinBag));
-#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have %d/%d %s.","Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(TreasureKey), .numKeys, getitemlink(TreasureKey));
-#: npc/008-2-13/lena.txt:176
-#: npc/008-2-13/lena.txt:119
-#: npc/008-2-13/lena.txt~:119
-#: npc/008-2-13/lena.txt~:176
-#, no-c-format
-msgid "Adventurer, did you brought me what I asked? I see you have %d/%d %s.#0"
-msgstr ""
-
-#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have %d/%d %s.","Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(CoinBag), .numCoins, getitemlink(CoinBag));
-#. code: mesq lg("Adventurer, did you brought me what I asked? I see you have %d/%d %s.","Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(TreasureKey), .numKeys, getitemlink(TreasureKey));
+#. code: mesq l("Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(TreasureKey), .numKeys, getitemlink(TreasureKey));
+#. code: mesq l("Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(CoinBag), .numCoins, getitemlink(CoinBag));
#: npc/008-2-13/lena.txt:176
#: npc/008-2-13/lena.txt:119
-#: npc/008-2-13/lena.txt~:119
-#: npc/008-2-13/lena.txt~:176
#, no-c-format
-msgid "Adventurer, did you brought me what I asked? I see you have %d/%d %s.#1"
+msgid "Adventurer, did you brought me what I asked? I see you have %d/%d %s."
msgstr ""
#. code: l("Aemil was once a magnificent land unknown to us all."),
-#: npc/001-2-6/books.txt:151
+#: npc/001-2-6/books.txt:154
#, no-c-format
msgid "Aemil was once a magnificent land unknown to us all."
msgstr ""
#. code: l("Aemilean Era. Tulimshar, Hurnscald and Nivalis held power of their surrounding lands, except for the Land Of Fire and Keshlam City."),
-#: npc/001-2-6/books.txt:288
+#: npc/001-2-6/books.txt:293
#, no-c-format
msgid "Aemilean Era. Tulimshar, Hurnscald and Nivalis held power of their surrounding lands, except for the Land Of Fire and Keshlam City."
msgstr ""
@@ -1994,27 +1915,24 @@ msgstr ""
#. code: l("After I chopped off a few branches, the whole tree started to move!"),
#: npc/008-1/jack.txt:55
-#: npc/008-1/jack.txt~:55
#, no-c-format
msgid "After I chopped off a few branches, the whole tree started to move!"
msgstr ""
#. code: l("After I shook it off and struck the tree again with my axe, another branch hit me!"),
#: npc/008-1/jack.txt:42
-#: npc/008-1/jack.txt~:42
#, no-c-format
msgid "After I shook it off and struck the tree again with my axe, another branch hit me!"
msgstr ""
#. code: l("After a few attempts I couldn't take it anymore, so I had myself be pulled up again. It took me a while to recover and to tell the tale. We talked about what could be done, but no-one had an idea.");
#: npc/008-2-2/kfahr.txt:528
-#: npc/008-2-2/kfahr.txt~:528
#, no-c-format
msgid "After a few attempts I couldn't take it anymore, so I had myself be pulled up again. It took me a while to recover and to tell the tale. We talked about what could be done, but no-one had an idea."
msgstr ""
#. code: dispbottom(l("After a tiring, yet fast travel by ship, you arrive at %s.", l("Woodlands")));
-#: npc/000-0-1/narrator.txt:111
+#: npc/000-0-1/narrator.txt:110
#, no-c-format
msgid "After a tiring, yet fast travel by ship, you arrive at %s."
msgstr ""
@@ -2031,20 +1949,14 @@ msgstr ""
msgid "After all this time, it was still there!"
msgstr ""
-#. code: lg("After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!"),
+#. code: l("After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!"),
#: npc/001-2-33/lozerk.txt:69
#, no-c-format
-msgid "After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!#0"
-msgstr ""
-
-#. code: lg("After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!"),
-#: npc/001-2-33/lozerk.txt:69
-#, no-c-format
-msgid "After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!#1"
+msgid "After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!"
msgstr ""
#. code: mesq l("After choosing your weapon, you also need to know how to use it.");
-#: npc/000-1/sapartan.txt:76
+#: npc/000-1/sapartan.txt:77
#, no-c-format
msgid "After choosing your weapon, you also need to know how to use it."
msgstr ""
@@ -2055,27 +1967,32 @@ msgstr ""
msgid "After completing a request, there'll be a cooldown, proportional to the difficulty."
msgstr ""
+#. code: mesc l("After some brief conversation, she understands what Terry wants and give you one of the books she has finished reading.");
+#: npc/001-2-6/dolfina.txt:11
+#, no-c-format
+msgid "After some brief conversation, she understands what Terry wants and give you one of the books she has finished reading."
+msgstr ""
+
#. code: l("After that, stay still and be patient, but also alert!");
-#: npc/001-2-4/books.txt:73
+#: npc/001-2-4/books.txt:74
#, no-c-format
msgid "After that, stay still and be patient, but also alert!"
msgstr ""
#. code: l("After the Mana War, the Ancea continent was mostly destroyed. It would take years to nature start repairing the damage of the event."),
-#: npc/001-2-6/books.txt:326
+#: npc/001-2-6/books.txt:332
#, no-c-format
msgid "After the Mana War, the Ancea continent was mostly destroyed. It would take years to nature start repairing the damage of the event."
msgstr ""
#. code: l("After this small overview of Artis, what do you think of our city?"),
-#: npc/001-1/enora.txt:195
-#: npc/001-1/enora.txt~:195
+#: npc/001-1/enora.txt:196
#, no-c-format
msgid "After this small overview of Artis, what do you think of our city?"
msgstr ""
#. code: l("After this war, the Raijin race was born. A race born of Magic. Talpans encapsulated in a Mana storm and altered forever."),
-#: npc/001-2-6/books.txt:297
+#: npc/001-2-6/books.txt:302
#, no-c-format
msgid "After this war, the Raijin race was born. A race born of Magic. Talpans encapsulated in a Mana storm and altered forever."
msgstr ""
@@ -2087,7 +2004,6 @@ msgid "After you gathered your weapons, I will teach you how to use them."
msgstr ""
#. code: mesq l("After you get them, please deliver them to my brilliant daughter, Rossy.");
-#: npc/008-2-4/olana.txt~:249
#: npc/008-2-4/olana.txt:250
#, no-c-format
msgid "After you get them, please deliver them to my brilliant daughter, Rossy."
@@ -2100,8 +2016,8 @@ msgid "After you have confirmed the negotiation, a window with a vertical split
msgstr ""
#. code: l("Again, do you have what I need to make that?"),
-#: npc/008-1-1/galimatia.txt:168
-#: npc/008-1-1/galimatia.txt:225
+#: npc/008-1-1/galimatia.txt:146
+#: npc/008-1-1/galimatia.txt:198
#, no-c-format
msgid "Again, do you have what I need to make that?"
msgstr ""
@@ -2112,6 +2028,12 @@ msgstr ""
msgid "Aggressors always know when they are in danger! Therefore, they are always on standby, attacking anyone who appears ahead."
msgstr ""
+#. code: mes b(l("Agility"));
+#: npc/commands/info.txt:34
+#, no-c-format
+msgid "Agility"
+msgstr ""
+
#. code: mesq l("Agility greatly increases your attack speed and the chances of you dodging enemy hits.");
#: npc/000-1/panels.txt:37
#, no-c-format
@@ -2119,8 +2041,7 @@ msgid "Agility greatly increases your attack speed and the chances of you dodgin
msgstr ""
#. code: mesq l("Ah - Many thanks. Here, I'll return you a plate.");
-#: npc/008-2-16/yannika.txt:447
-#: npc/008-2-16/yannika.txt~:446
+#: npc/008-2-16/yannika.txt:448
#, no-c-format
msgid "Ah - Many thanks. Here, I'll return you a plate."
msgstr ""
@@ -2132,27 +2053,24 @@ msgid "Ah sure, it is a simple recipe, I could even make one for you and give yo
msgstr ""
#. code: mesc(l("Ah yes, our trusty friend, %s.", .@refName$));
-#: npc/000-0-1/narrator.txt:170
+#: npc/000-0-1/narrator.txt:169
#, no-c-format
msgid "Ah yes, our trusty friend, %s."
msgstr ""
#. code: l("Ah yes... a warrior's drink!"),
#: npc/008-2-2/kfahr.txt:223
-#: npc/008-2-2/kfahr.txt~:223
#, no-c-format
msgid "Ah yes... a warrior's drink!"
msgstr ""
#. code: mesq l("Ah! Are you the room service? I have some requests.");
#: npc/020-2-24/kylian.txt:40
-#: npc/020-2-24/kylian.txt~:40
#, no-c-format
msgid "Ah! Are you the room service? I have some requests."
msgstr ""
#. code: mesq l("Ah! Very good. I have some urgent paperwork that I've been needing to attend to.");
-#: npc/020-2-24/kylian.txt~:87
#: npc/020-2-24/kylian.txt:87
#, no-c-format
msgid "Ah! Very good. I have some urgent paperwork that I've been needing to attend to."
@@ -2160,14 +2078,12 @@ msgstr ""
#. code: mesq l("Ah, %s, good thing you are here.", strcharinfo(0));
#: npc/008-2-13/lena.txt:146
-#: npc/008-2-13/lena.txt~:146
#, no-c-format
msgid "Ah, %s, good thing you are here."
msgstr ""
#. code: mesq l("Ah, I am lively again. I wish I could just raise from this bed and do some exercise, but Eleanore refuses to let me go.");
#: npc/020-2-15/yumi.txt:26
-#: npc/020-2-15/yumi.txt~:26
#, no-c-format
msgid "Ah, I am lively again. I wish I could just raise from this bed and do some exercise, but Eleanore refuses to let me go."
msgstr ""
@@ -2180,50 +2096,42 @@ msgstr ""
#. code: mesq l("Ah, I hate mushrooms. Perhaps in future, I could use their spikes and mushies.");
#: npc/020-1/joaquim.txt:51
-#: npc/020-1/joaquim.txt~:51
#, no-c-format
msgid "Ah, I hate mushrooms. Perhaps in future, I could use their spikes and mushies."
msgstr ""
#. code: mesq l("Ah, I hate snakes. Perhaps in future, I could use their tongues.");
-#: npc/020-1/joaquim.txt~:54
#: npc/020-1/joaquim.txt:54
#, no-c-format
msgid "Ah, I hate snakes. Perhaps in future, I could use their tongues."
msgstr ""
#. code: mesq l("Ah, I love mouboos. But their steaks, hmm. Ah, no, I shouldn't eat that...");
-#: npc/020-1/joaquim.txt~:57
#: npc/020-1/joaquim.txt:57
#, no-c-format
msgid "Ah, I love mouboos. But their steaks, hmm. Ah, no, I shouldn't eat that..."
msgstr ""
#. code: mesq l("Ah, I wish I got something for helping people out...");
-#: npc/020-1/hocus.txt~:145
#: npc/020-1/eomie.txt:165
#: npc/020-1/hocus.txt:146
-#: npc/020-1/eomie.txt~:164
#, no-c-format
msgid "Ah, I wish I got something for helping people out..."
msgstr ""
#. code: l("Ah, I wish my dear friend Nickos could be here. He's one of the guards in Tulimshar and he'd know how to deal with those outlaws!"),
#: npc/008-2-13/lena.txt:78
-#: npc/008-2-13/lena.txt~:78
#, no-c-format
msgid "Ah, I wish my dear friend Nickos could be here. He's one of the guards in Tulimshar and he'd know how to deal with those outlaws!"
msgstr ""
#. code: mesq l("Ah, good, you've brought one!");
-#: npc/008-2-16/yannika.txt:280
-#: npc/008-2-16/yannika.txt~:280
+#: npc/008-2-16/yannika.txt:281
#, no-c-format
msgid "Ah, good, you've brought one!"
msgstr ""
#. code: l("Ah, hello! It's good to see another normal %s at this strange place!", get_race(GETRACE_RACE)),
-#: npc/009-2-8/cerhan.txt~:10
#: npc/009-2-8/cerhan.txt:10
#, no-c-format
msgid "Ah, hello! It's good to see another normal %s at this strange place!"
@@ -2231,20 +2139,17 @@ msgstr ""
#. code: mesq l("Ah, hello.");
#: npc/008-2-13/lena.txt:92
-#: npc/008-2-13/lena.txt~:92
#, no-c-format
msgid "Ah, hello."
msgstr ""
#. code: l("Ah, its you again. Welcome back."),
#: npc/001-3-2/henry.txt:146
-#: npc/001-3-2/henry.txt~:146
#, no-c-format
msgid "Ah, its you again. Welcome back."
msgstr ""
#. code: l("Ah, its you. Sophialla already informed me. I can help you to go to Woodland, but you also could do me a favor."),
-#: npc/001-3-2/henry.txt~:50
#: npc/001-3-2/henry.txt:50
#, no-c-format
msgid "Ah, its you. Sophialla already informed me. I can help you to go to Woodland, but you also could do me a favor."
@@ -2263,7 +2168,7 @@ msgid "Ah, no, I'm not telling you to go away. Visits are always welcome, it get
msgstr ""
#. code: l("Ah, seagulls. We are arriving."),
-#: npc/000-0-1/narrator.txt:67
+#: npc/000-0-1/narrator.txt:66
#, no-c-format
msgid "Ah, seagulls. We are arriving."
msgstr ""
@@ -2275,20 +2180,18 @@ msgid "Ah, so special mission is secret mission too? Sorry if I've bothered you.
msgstr ""
#. code: mesq l("Ah, so you think you can fool me?");
-#: npc/020-1/eomie.txt~:179
#: npc/020-1/eomie.txt:180
#, no-c-format
msgid "Ah, so you think you can fool me?"
msgstr ""
#. code: l("Ah, sorry. I make too many rhetorical questions, don't I?"),
-#: npc/000-0-1/narrator.txt:100
+#: npc/000-0-1/narrator.txt:99
#, no-c-format
msgid "Ah, sorry. I make too many rhetorical questions, don't I?"
msgstr ""
#. code: l("Ah, that caught its attention! You should have seen that dragon roar, as it jumped to its feet and tried to find out who had soaped it! I rushed back to the water and made another bucket of soap water."),
-#: npc/008-2-2/kfahr.txt~:537
#: npc/008-2-2/kfahr.txt:537
#, no-c-format
msgid "Ah, that caught its attention! You should have seen that dragon roar, as it jumped to its feet and tried to find out who had soaped it! I rushed back to the water and made another bucket of soap water."
@@ -2296,20 +2199,18 @@ msgstr ""
#. code: mesq l("Ah, that was tiresome... I'll go make a reward for them, talk to me again later.");
#: npc/020-1/anwar.txt:120
-#: npc/020-1/anwar.txt~:114
#, no-c-format
msgid "Ah, that was tiresome... I'll go make a reward for them, talk to me again later."
msgstr ""
#. code: l("Ah, that..."),
#: npc/008-2-2/kfahr.txt:427
-#: npc/008-2-2/kfahr.txt~:427
#, no-c-format
msgid "Ah, that..."
msgstr ""
#. code: l("Ah, the locals like keeping them as pets."),
-#: npc/001-1/salem.txt:148
+#: npc/001-1/salem.txt:161
#, no-c-format
msgid "Ah, the locals like keeping them as pets."
msgstr ""
@@ -2333,14 +2234,12 @@ msgid "Ah, wait, we cannot trade anything without some developer. Go find one!"
msgstr ""
#. code: l("Ah, well, never mind.");
-#: npc/008-1/hinnak.txt:254
-#: npc/008-1/hinnak.txt~:254
+#: npc/008-1/hinnak.txt:278
#, no-c-format
msgid "Ah, well, never mind."
msgstr ""
#. code: l("Ah, what am I thinking! Too many years in the desert make you a little suspicious of everyone and everything! Naah, I believe you.");
-#: npc/008-2-2/kfahr.txt~:709
#: npc/008-2-2/kfahr.txt:709
#, no-c-format
msgid "Ah, what am I thinking! Too many years in the desert make you a little suspicious of everyone and everything! Naah, I believe you."
@@ -2352,6 +2251,12 @@ msgstr ""
msgid "Ah, whom did you bring here?"
msgstr ""
+#. code: select( l("Ah, yes! I know them: they are always performing in Dimond's Cove."));
+#: npc/009-2-0/soren.txt:66
+#, no-c-format
+msgid "Ah, yes! I know them: they are always performing in Dimond's Cove."
+msgstr ""
+
#. code: mesq l("Ah... Gugli... He's too young to understand our conversation.");
#: npc/000-1/silvio.txt:59
#, no-c-format
@@ -2366,14 +2271,12 @@ msgstr ""
#. code: l("Ah... Slimes... Sorry, not my cup of tea...");
#: npc/008-2-13/lena.txt:107
-#: npc/008-2-13/lena.txt~:107
#, no-c-format
msgid "Ah... Slimes... Sorry, not my cup of tea..."
msgstr ""
#. code: l("Ah... Sorry, I forgot, again."),
-#: npc/001-1/enora.txt:214
-#: npc/001-1/enora.txt~:214
+#: npc/001-1/enora.txt:215
#, no-c-format
msgid "Ah... Sorry, I forgot, again."
msgstr ""
@@ -2386,20 +2289,17 @@ msgstr ""
#. code: dispbottom l("Ah... Was I warped?");
#: npc/020-1/eomie.txt:184
-#: npc/020-1/eomie.txt~:183
#, no-c-format
msgid "Ah... Was I warped?"
msgstr ""
#. code: mesq l("Ah... You did it!");
#: npc/008-2-13/lena.txt:236
-#: npc/008-2-13/lena.txt~:236
#, no-c-format
msgid "Ah... You did it!"
msgstr ""
#. code: mesq l("Ah... excellent! That's very helpful. I need to prepare my papers now. I might have some more questions later on though.");
-#: npc/020-2-24/kylian.txt~:121
#: npc/020-2-24/kylian.txt:121
#, no-c-format
msgid "Ah... excellent! That's very helpful. I need to prepare my papers now. I might have some more questions later on though."
@@ -2407,7 +2307,6 @@ msgstr ""
#. code: l("Aha, but Kfahr doesn't die quite so easily. What happened was this: Me and Arvek charged towards that thing, slashing and stabbing, but our blows would just glance off. The beast roared and just slid by us, slapping us to the side with its fins like maggots, knocking us to the ground."),
#: npc/008-2-2/kfahr.txt:318
-#: npc/008-2-2/kfahr.txt~:318
#, no-c-format
msgid "Aha, but Kfahr doesn't die quite so easily. What happened was this: Me and Arvek charged towards that thing, slashing and stabbing, but our blows would just glance off. The beast roared and just slid by us, slapping us to the side with its fins like maggots, knocking us to the ground."
msgstr ""
@@ -2419,7 +2318,6 @@ msgid "Ahh, I see! Very shady indeed, almost as shady as you are!"
msgstr ""
#. code: l("Ahh, too many items. Sorry.");
-#: npc/020-1/joaquim.txt~:120
#: npc/020-1/joaquim.txt:120
#, no-c-format
msgid "Ahh, too many items. Sorry."
@@ -2432,7 +2330,7 @@ msgid "Ahoi."
msgstr ""
#. code: l("Ahoy, @@!", strcharinfo(0)),
-#: npc/001-1/eugene.txt:75
+#: npc/001-1/eugene.txt:74
#, no-c-format
msgid "Ahoy, @@!"
msgstr ""
@@ -2443,8 +2341,14 @@ msgstr ""
msgid "Aidan"
msgstr ""
-#. code: mesq l("Ain't working for free, pal!");
-#: npc/008-1-1/galimatia.txt:327
+#. code: select( l("Ain't insulting nobody. You really have something wrong. You look like turning undead to me.") );
+#: npc/009-2-0/soren.txt:60
+#, no-c-format
+msgid "Ain't insulting nobody. You really have something wrong. You look like turning undead to me."
+msgstr ""
+
+#. code: l("Ain't working for free, pal!")
+#: npc/008-1-1/galimatia.txt:290
#, no-c-format
msgid "Ain't working for free, pal!"
msgstr ""
@@ -2462,7 +2366,6 @@ msgid "Aisha"
msgstr ""
#. code: 008-2-6,31,26,0 script Alan NPC_YOUNG_MAN_KFAHR,{
-#: npc/008-2-6/alan.txt~:18
#: npc/008-2-6/alan.txt:18
#, no-c-format
msgid "Alan"
@@ -2477,13 +2380,11 @@ msgstr ""
#. code: l("Alan bends the log over his knee."));
#: npc/008-2-6/alan.txt:202
-#: npc/008-2-6/alan.txt~:202
#, no-c-format
msgid "Alan bends the log over his knee."
msgstr ""
#. code: l("Alan tries as hard as he can but the log won't bend."));
-#: npc/008-2-6/alan.txt~:208
#: npc/008-2-6/alan.txt:208
#, no-c-format
msgid "Alan tries as hard as he can but the log won't bend."
@@ -2503,7 +2404,7 @@ msgid "Alchemical studies are prohibited in every city of the Archipelagos, do n
msgstr ""
#. code: npctalkonce l("Alchemist's Laboratory");
-#: npc/001-1/sign.txt:158
+#: npc/001-1/sign.txt:143
#, no-c-format
msgid "Alchemist's Laboratory"
msgstr ""
@@ -2592,26 +2493,31 @@ msgid "Alizarin Herb"
msgstr ""
#. code: Name: "Alizarin Plant"
-#: mob_db.conf:1600
+#: mob_db.conf:1573
#, no-c-format
msgid "Alizarin Plant"
msgstr ""
#. code: l("All I need is %d %s.", .logs_amount, getitemlink(.logs_item)),
-#: npc/008-1/jack.txt~:136
#: npc/008-1/jack.txt:136
#, no-c-format
msgid "All I need is %d %s."
msgstr ""
#. code: mesc l("All Ship and Drasil Island Quests were auto-completed."), 1;
-#: npc/000-2-3/nard.txt:277
+#: npc/000-2-3/nard.txt:278
#, no-c-format
msgid "All Ship and Drasil Island Quests were auto-completed."
msgstr ""
+#. code: rif(!(PCBONUS & PCB_ALLSTATS), l("All Stats +1")), PCB_ALLSTATS,
+#: npc/functions/rebirth.txt:76
+#, no-c-format
+msgid "All Stats +1"
+msgstr ""
+
#. code: mesc(l("All of a sudden, you hear voices from above."), 9);
-#: npc/000-0/sailors.txt:22
+#: npc/000-0/sailors.txt:64
#, no-c-format
msgid "All of a sudden, you hear voices from above."
msgstr ""
@@ -2624,19 +2530,19 @@ msgid "All of my money."
msgstr ""
#. code: l("All races were in peace until the talpans set forth to discover the Source of Magic, based on Ukar scholars studies."),
-#: npc/001-2-6/books.txt:289
+#: npc/001-2-6/books.txt:294
#, no-c-format
msgid "All races were in peace until the talpans set forth to discover the Source of Magic, based on Ukar scholars studies."
msgstr ""
-#. code: mesq l("All right! I need you to get:");
-#: npc/008-1-1/galimatia.txt:119
+#. code: mesq l("All right!");
+#: npc/008-1-1/galimatia.txt:101
#, no-c-format
-msgid "All right! I need you to get:"
+msgid "All right!"
msgstr ""
#. code: message strcharinfo(0), l("All right! I've poured even this one..");
-#: npc/008-1-1/galimatia.txt:31
+#: npc/008-1-1/galimatia.txt:37
#, no-c-format
msgid "All right! I've poured even this one.."
msgstr ""
@@ -2655,13 +2561,11 @@ msgstr ""
#. code: l("All went well, until George stepped into a trap. A piece of ground just caved in, and if I hadn't grabbed his hand at the last second, he would have ended up on some rusty and probably poisoned spikes on the bottom..."),
#: npc/008-2-2/kfahr.txt:453
-#: npc/008-2-2/kfahr.txt~:453
#, no-c-format
msgid "All went well, until George stepped into a trap. A piece of ground just caved in, and if I hadn't grabbed his hand at the last second, he would have ended up on some rusty and probably poisoned spikes on the bottom..."
msgstr ""
#. code: l("All you have to do is to select a bed in the upper level anytime after your reservation."),
-#: npc/001-2-28/plush.txt~:13
#: npc/001-2-28/plush.txt:13
#, no-c-format
msgid "All you have to do is to select a bed in the upper level anytime after your reservation."
@@ -2698,7 +2602,6 @@ msgid "Already met Kfahr, No quests started"
msgstr ""
#. code: mesq l("Alright - This will be... good. Anyway, I should give you a reward.");
-#: npc/001-3-2/henry.txt~:208
#: npc/001-3-2/henry.txt:208
#, no-c-format
msgid "Alright - This will be... good. Anyway, I should give you a reward."
@@ -2728,26 +2631,19 @@ msgstr ""
msgid "Alright, I'll take one."
msgstr ""
-#. code: mesq lg("Alright, I'm going to his room, keep an eye on her, we still don't know if she's friend or foe...", "Alright, I'm going to his room, keep an eye on him, we still don't know if he's friend or foe...");
-#: npc/000-0-0/sailors.txt:38
-#, no-c-format
-msgid "Alright, I'm going to his room, keep an eye on her, we still don't know if she's friend or foe...#0"
-msgstr ""
-
-#. code: mesq lg("Alright, I'm going to his room, keep an eye on her, we still don't know if she's friend or foe...", "Alright, I'm going to his room, keep an eye on him, we still don't know if he's friend or foe...");
+#. code: mesq l("Alright, I'm going to his room. Keep watch, not that our new friend turns out to be a foe after all...");
#: npc/000-0-0/sailors.txt:38
#, no-c-format
-msgid "Alright, I'm going to his room, keep an eye on him, we still don't know if he's friend or foe...#1"
+msgid "Alright, I'm going to his room. Keep watch, not that our new friend turns out to be a foe after all..."
msgstr ""
#. code: l("Alright, take your time we are not in a hurry.");
-#: npc/000-2-1/arpan.txt:287
+#: npc/000-2-1/arpan.txt:302
#, no-c-format
msgid "Alright, take your time we are not in a hurry."
msgstr ""
#. code: l("Alright, tell me what I must get."),
-#: npc/008-1/rossy.txt~:203
#: npc/008-1/rossy.txt:204
#, no-c-format
msgid "Alright, tell me what I must get."
@@ -2755,7 +2651,6 @@ msgstr ""
#. code: l("Alright, well..."),
#: npc/008-1/jack.txt:54
-#: npc/008-1/jack.txt~:54
#, no-c-format
msgid "Alright, well..."
msgstr ""
@@ -2779,7 +2674,6 @@ msgid "Alright... Bye."
msgstr ""
#. code: l("Also - don't ask me why I want this. Thieves doesn't make questions. You better remember this!");
-#: npc/001-3-2/henry.txt~:193
#: npc/001-3-2/henry.txt:193
#, no-c-format
msgid "Also - don't ask me why I want this. Thieves doesn't make questions. You better remember this!"
@@ -2798,14 +2692,13 @@ msgid "Also, build a reputation with the Legion. Talk to everyone. Help everyone
msgstr ""
#. code: l("Also, don't you think this ship vaguely... familiar?"),
-#: npc/000-0-1/narrator.txt:98
+#: npc/000-0-1/narrator.txt:97
#, no-c-format
msgid "Also, don't you think this ship vaguely... familiar?"
msgstr ""
#. code: mesq l("Also, here is a %s. If you find a Treasure Chest somewhere, you can open it with this!", getitemlink(TreasureKey));
-#: npc/001-1/enora.txt~:322
-#: npc/001-1/enora.txt:322
+#: npc/001-1/enora.txt:323
#, no-c-format
msgid "Also, here is a %s. If you find a Treasure Chest somewhere, you can open it with this!"
msgstr ""
@@ -2828,16 +2721,10 @@ msgstr ""
msgid "Also, the old tales of Hurnscald say that a Golem inhabits these caves and smashes anyone who enters here ill prepared; but it can be tamed and made into subservience by a sacrifice. And I saw the girl heading to said room..."
msgstr ""
-#. code: mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside.");
-#: npc/000-2-1/arpan.txt:143
-#, no-c-format
-msgid "Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside.#0"
-msgstr ""
-
-#. code: mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside.");
+#. code: mesq l("Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside.");
#: npc/000-2-1/arpan.txt:143
#, no-c-format
-msgid "Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside.#1"
+msgid "Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside."
msgstr ""
#. code: mes l("Also, you'll get more experience by killing monsters stronger than you, and less experience by killing monsters weaker than you.");
@@ -2854,7 +2741,6 @@ msgstr ""
#. code: l("Although, if you want to visit a place nearby, we could take you there."),
#: npc/001-2-24/nard.txt:46
-#: npc/001-2-24/nard.txt~:46
#, no-c-format
msgid "Although, if you want to visit a place nearby, we could take you there."
msgstr ""
@@ -2884,7 +2770,7 @@ msgid "Amethyst Shard"
msgstr ""
#. code: Name: "Amethyst Vein"
-#: mob_db.conf:2393
+#: mob_db.conf:2352
#, no-c-format
msgid "Amethyst Vein"
msgstr ""
@@ -2909,7 +2795,6 @@ msgstr ""
#. code: l("An eye patch."),
#: npc/001-3-2/henry.txt:101
-#: npc/001-3-2/henry.txt~:101
#, no-c-format
msgid "An eye patch."
msgstr ""
@@ -2927,14 +2812,12 @@ msgid "Ancient Shield"
msgstr ""
#. code: l("And I bet you don't know who is in charge of monitoring the security of this place?");
-#: npc/001-1/enora.txt~:56
-#: npc/001-1/enora.txt:56
+#: npc/001-1/enora.txt:57
#, no-c-format
msgid "And I bet you don't know who is in charge of monitoring the security of this place?"
msgstr ""
#. code: mesq l("And I do. We were on the same ship a few times.");
-#: npc/008-2-32/thamas.txt~:28
#: npc/008-2-32/thamas.txt:28
#, no-c-format
msgid "And I do. We were on the same ship a few times."
@@ -2947,7 +2830,6 @@ msgid "And I have no mention of a so called \"@@\" on it!"
msgstr ""
#. code: l("And Tanveer, our president in Tulimshar, should be able to give you even more training. If you manage to find our headquarters, of course, hahaha!");
-#: npc/008-3-5/nunia.txt~:73
#: npc/008-3-5/nunia.txt:73
#, no-c-format
msgid "And Tanveer, our president in Tulimshar, should be able to give you even more training. If you manage to find our headquarters, of course, hahaha!"
@@ -2979,7 +2861,6 @@ msgstr ""
#. code: l("And from that day on they called me the `Hero of Tulimshar'");
#: npc/008-2-2/kfahr.txt:559
-#: npc/008-2-2/kfahr.txt~:559
#, no-c-format
msgid "And from that day on they called me the `Hero of Tulimshar'"
msgstr ""
@@ -2991,13 +2872,12 @@ msgid "And get out of here, I'm not a map!"
msgstr ""
#. code: mesq l("And if that still wasn't enough to make you change your mind...");
-#: npc/000-2-3/nard.txt:239
+#: npc/000-2-3/nard.txt:240
#, no-c-format
msgid "And if that still wasn't enough to make you change your mind..."
msgstr ""
#. code: l("And it worked! Seeing me like this again, it ran, squealing, back into the underground caves from where it must have come.");
-#: npc/008-2-2/kfahr.txt~:547
#: npc/008-2-2/kfahr.txt:547
#, no-c-format
msgid "And it worked! Seeing me like this again, it ran, squealing, back into the underground caves from where it must have come."
@@ -3017,40 +2897,36 @@ msgstr ""
#. code: l("And only the best logs of living wood are good enough for them."),
#: npc/008-2-6/alan.txt:58
-#: npc/008-2-6/alan.txt~:58
#, no-c-format
msgid "And only the best logs of living wood are good enough for them."
msgstr ""
#. code: l("And quite a feat that was, let me tell you!"),
-#: npc/008-2-2/kfahr.txt~:516
#: npc/008-2-2/kfahr.txt:516
#, no-c-format
msgid "And quite a feat that was, let me tell you!"
msgstr ""
#. code: l("And rhyming is not too"),
-#: npc/001-2-6/books.txt:82
+#: npc/001-2-6/books.txt:83
#, no-c-format
msgid "And rhyming is not too"
msgstr ""
#. code: l("And so far, the Merchant Guild helped me find this appartment so I can't complain!"),
-#: npc/001-2-41/edouard.txt:104
+#: npc/001-2-41/edouard.txt:98
#, no-c-format
msgid "And so far, the Merchant Guild helped me find this appartment so I can't complain!"
msgstr ""
#. code: l("And sure enough I ask the witch, and she has a look at it."),
-#: npc/008-1/hinnak.txt:219
-#: npc/008-1/hinnak.txt~:219
+#: npc/008-1/hinnak.txt:243
#, no-c-format
msgid "And sure enough I ask the witch, and she has a look at it."
msgstr ""
#. code: l("And then she turns to me!"),
-#: npc/008-1/hinnak.txt:238
-#: npc/008-1/hinnak.txt~:238
+#: npc/008-1/hinnak.txt:262
#, no-c-format
msgid "And then she turns to me!"
msgstr ""
@@ -3062,7 +2938,6 @@ msgid "And then what happened?"
msgstr ""
#. code: l("And then?"),
-#: npc/008-2-2/kfahr.txt~:358
#: npc/008-2-2/kfahr.txt:358
#, no-c-format
msgid "And then?"
@@ -3128,16 +3003,10 @@ msgstr ""
msgid "And with my piou. That's wonderful. I can only imagine how hard that little bugger was to catch!"
msgstr ""
-#. code: lg("And you won! That means you should be able to handle yourself in battle from now on."),
-#: npc/001-2-33/lozerk.txt:95
-#, no-c-format
-msgid "And you won! That means you should be able to handle yourself in battle from now on.#0"
-msgstr ""
-
-#. code: lg("And you won! That means you should be able to handle yourself in battle from now on."),
+#. code: l("And you won! That means you should be able to handle yourself in battle from now on."),
#: npc/001-2-33/lozerk.txt:95
#, no-c-format
-msgid "And you won! That means you should be able to handle yourself in battle from now on.#1"
+msgid "And you won! That means you should be able to handle yourself in battle from now on."
msgstr ""
#. code: l("And you, how are you doing?"), -,
@@ -3158,14 +3027,14 @@ msgstr ""
msgid "And you? How's it yaying on your side?"
msgstr ""
-#. code: 008-1,246,105,0 script Andrei NPC_PLAYER,{
-#: npc/008-1/4144.txt:11
+#. code: mesq l("And... Oh. You could train agility and vitality by running! There should be a rude man close to the Legion building called Beuss. Run to him and then run to me! Ready? Go!");
+#: npc/001-1/enora.txt:485
#, no-c-format
-msgid "Andrei"
+msgid "And... Oh. You could train agility and vitality by running! There should be a rude man close to the Legion building called Beuss. Run to him and then run to me! Ready? Go!"
msgstr ""
#. code: Name: "AngryCrafty"
-#: mob_db.conf:4332
+#: mob_db.conf:4275
#, no-c-format
msgid "AngryCrafty"
msgstr ""
@@ -3177,36 +3046,31 @@ msgid "Angus"
msgstr ""
#. code: "-- " + l("Animals Protection Agency of Aemil"));
-#: npc/001-2-6/books.txt:191
+#: npc/001-2-6/books.txt:193
#, no-c-format
msgid "Animals Protection Agency of Aemil"
msgstr ""
#. code: 020-1,178,196,0 script Anwar NPC_ANWAR,{
#: npc/020-1/anwar.txt:7
-#: npc/020-1/anwar.txt~:7
#, no-c-format
msgid "Anwar"
msgstr ""
#. code: rif(getq(TulimsharQuest_AnwarField) == 10, l("Anwar sent you a gift.")),
#: npc/020-1/hocus.txt:29
-#: npc/020-1/hocus.txt~:28
#, no-c-format
msgid "Anwar sent you a gift."
msgstr ""
#. code: mesq l("Anwar sent you this, erm, hum... @@.", getitemlink(SilverBell));
-#: npc/020-1/eomie.txt:169
-#: npc/020-1/hocus.txt~:149
-#: npc/020-1/eomie.txt~:168
#: npc/020-1/hocus.txt:150
+#: npc/020-1/eomie.txt:169
#, no-c-format
msgid "Anwar sent you this, erm, hum... @@."
msgstr ""
#. code: mesc l("Anwar will only accept fertility potions certified by the Magic Academy.");
-#: npc/020-1/anwar.txt~:66
#: npc/020-1/anwar.txt:66
#, no-c-format
msgid "Anwar will only accept fertility potions certified by the Magic Academy."
@@ -3225,28 +3089,25 @@ msgid "Any clue on where Astapolos may be hidden?"
msgstr ""
#. code: mesc(l("Any contribution to the game (translations, graphics creation/edition, concepts, coding/scripting, etc...) is rewarded!"), 9);
-#: npc/001-1/cookiemaster.txt:141
-#: npc/001-1/cookiemaster.txt~:141
+#: npc/001-1/cookiemaster.txt:140
#, no-c-format
msgid "Any contribution to the game (translations, graphics creation/edition, concepts, coding/scripting, etc...) is rewarded!"
msgstr ""
#. code: mesq l("Any friend of Hurnscald is my friend too. Come to me again, if you want to do daily quests!");
#: npc/008-2-13/lena.txt:250
-#: npc/008-2-13/lena.txt~:250
#, 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: l("Any ideas on who might have taken it?"),
#: npc/008-2-24/troupe-leader.txt:35
-#: npc/008-2-24/troupe-leader.txt~:35
#, no-c-format
msgid "Any ideas on who might have taken it?"
msgstr ""
#. code: speech l("Any luck finding Ryan?");
-#: npc/008-1-1/hal.txt:90
+#: npc/008-1-1/hal.txt:89
#, no-c-format
msgid "Any luck finding Ryan?"
msgstr ""
@@ -3258,22 +3119,18 @@ msgid "Any movement/skill/item will be without effect until time is up."
msgstr ""
#. code: l("Anything else you want me to do?"),
-#: npc/008-1/hinnak.txt~:158
-#: npc/008-1/hinnak.txt:158
+#: npc/008-1/hinnak.txt:182
#, no-c-format
msgid "Anything else you want me to do?"
msgstr ""
#. code: l("Anything else?");
-#: npc/functions/barber.txt~:193
-#: npc/functions/barber.txt~:205
+#: npc/001-2-41/edouard.txt:146
#: npc/functions/barber.txt:208
#: npc/001-2-41/edouard.txt:158
-#: npc/001-2-41/edouard.txt:164
#: npc/functions/barber.txt:202
#: npc/001-2-41/edouard.txt:152
#: npc/functions/barber.txt:196
-#: npc/functions/barber.txt~:199
#, no-c-format
msgid "Anything else?"
msgstr ""
@@ -3297,7 +3154,6 @@ msgid "Anyway, I assume you're trying to get into Hurnscald?"
msgstr ""
#. code: l("Anyway, I haven't heard about her from quite a while, which is concerning."),
-#: npc/001-3-2/henry.txt~:252
#: npc/001-3-2/henry.txt:253
#, no-c-format
msgid "Anyway, I haven't heard about her from quite a while, which is concerning."
@@ -3305,19 +3161,17 @@ msgstr ""
#. code: l("Anyway, I still could use your help! You see, I would like to play tricks on the legion members during the night."),
#: npc/001-3-2/henry.txt:148
-#: npc/001-3-2/henry.txt~:148
#, no-c-format
msgid "Anyway, I still could use your help! You see, I would like to play tricks on the legion members during the night."
msgstr ""
#. code: l("Anyway, I would advise you to sit closer to the Soul Menhir, instead.");
-#: npc/008-1/4144.txt:55
+#: npc/008-1/greenmage.txt:55
#, no-c-format
msgid "Anyway, I would advise you to sit closer to the Soul Menhir, instead."
msgstr ""
#. code: l("Anyway, This time was different. We were barely three days out in the desert, when we spotted him – `the Black Worm!', the Caravan Master cried, `Over there; it will kill us all!'"),
-#: npc/008-2-2/kfahr.txt~:303
#: npc/008-2-2/kfahr.txt:303
#, no-c-format
msgid "Anyway, This time was different. We were barely three days out in the desert, when we spotted him – `the Black Worm!', the Caravan Master cried, `Over there; it will kill us all!'"
@@ -3348,38 +3202,27 @@ msgid "Anyway, he forgot his permit when he left the building."
msgstr ""
#. code: mesq l("Anyway, here's some gold. I might have another task for you if you want.");
-#: npc/001-3-2/henry.txt~:129
#: npc/001-3-2/henry.txt:129
#, no-c-format
msgid "Anyway, here's some gold. I might have another task for you if you want."
msgstr ""
#. code: mesq l("Anyway, here, have a cookie!");
-#: npc/001-1/cookiemaster.txt:176
-#: npc/001-1/cookiemaster.txt~:176
+#: npc/001-1/cookiemaster.txt:175
#, no-c-format
msgid "Anyway, here, have a cookie!"
msgstr ""
-#. code: mesq lg("Anyway, if you ever feel interested, just check my bag!");
-#. code: lg("Anyway, if you ever feel interested, just check my bag!");
-#: npc/001-1/fexil.txt:131
+#. code: mesq l("Anyway, if you ever feel interested, just check my bag!");
+#. code: l("Anyway, if you ever feel interested, just check my bag!");
#: npc/000-1/fexil.txt:35
-#, no-c-format
-msgid "Anyway, if you ever feel interested, just check my bag!#0"
-msgstr ""
-
-#. code: mesq lg("Anyway, if you ever feel interested, just check my bag!");
-#. code: lg("Anyway, if you ever feel interested, just check my bag!");
#: npc/001-1/fexil.txt:131
-#: npc/000-1/fexil.txt:35
#, no-c-format
-msgid "Anyway, if you ever feel interested, just check my bag!#1"
+msgid "Anyway, if you ever feel interested, just check my bag!"
msgstr ""
#. code: l("Anyway, it took me a long time to get down, and every minute the stench was getting worse – something really bad was down there. I had to stop and tie a wet piece of cloth over my mouth so that I wouldn't inhale all of that nasty stuff."),
#: npc/008-2-2/kfahr.txt:522
-#: npc/008-2-2/kfahr.txt~:522
#, no-c-format
msgid "Anyway, it took me a long time to get down, and every minute the stench was getting worse – something really bad was down there. I had to stop and tie a wet piece of cloth over my mouth so that I wouldn't inhale all of that nasty stuff."
msgstr ""
@@ -3398,13 +3241,11 @@ msgstr ""
#. code: mesq l("Anyway, thanks for the report. I'll give you some %s.", getitemlink(Lockpicks));
#: npc/001-3-2/henry.txt:319
-#: npc/001-3-2/henry.txt~:318
#, no-c-format
msgid "Anyway, thanks for the report. I'll give you some %s."
msgstr ""
#. code: l("Anyway, that map pointed to a spot in the desert a good day's walk south of Tulimshar. So we grabbed our satchels and coats and packed food and water, and headed there in the evening."),
-#: npc/008-2-2/kfahr.txt~:431
#: npc/008-2-2/kfahr.txt:431
#, no-c-format
msgid "Anyway, that map pointed to a spot in the desert a good day's walk south of Tulimshar. So we grabbed our satchels and coats and packed food and water, and headed there in the evening."
@@ -3430,41 +3271,36 @@ msgstr ""
#. code: l("Anyway, to make a sandwich, you'll need to place, in this order:"),
#: npc/008-2-16/yannika.txt:193
-#: npc/008-2-16/yannika.txt~:193
#, no-c-format
msgid "Anyway, to make a sandwich, you'll need to place, in this order:"
msgstr ""
#. code: l("Anyway, we took the latter option. We wandered through the dark, somehow barely avoiding the snakes and the traps, running into walls and hitting our heads on archways, until, suddenly, we saw something shining up ahead."),
#: npc/008-2-2/kfahr.txt:462
-#: npc/008-2-2/kfahr.txt~:462
#, no-c-format
msgid "Anyway, we took the latter option. We wandered through the dark, somehow barely avoiding the snakes and the traps, running into walls and hitting our heads on archways, until, suddenly, we saw something shining up ahead."
msgstr ""
#. code: l("Anyway, when the sun rose in the morning, we still hadn't found the place. So we climbed up on the nearest dune and looked all around to find it."),
-#: npc/008-2-2/kfahr.txt~:433
#: npc/008-2-2/kfahr.txt:433
#, no-c-format
msgid "Anyway, when the sun rose in the morning, we still hadn't found the place. So we climbed up on the nearest dune and looked all around to find it."
msgstr ""
#. code: l("Anyway, you want to get on our pirate ship, right? So you better help me out!"),
-#: npc/001-3-2/henry.txt~:53
#: npc/001-3-2/henry.txt:53
#, no-c-format
msgid "Anyway, you want to get on our pirate ship, right? So you better help me out!"
msgstr ""
#. code: l("Anyway."),
-#: npc/001-2-41/edouard.txt:105
#: npc/001-2-9/janus.txt:103
+#: npc/001-2-41/edouard.txt:99
#, no-c-format
msgid "Anyway."
msgstr ""
#. code: l("Anyway. Desert worms are dangerous, as I said, but there was one particularly terrifying one, called Toby Rick. You must've heard of it – the greatest and most dangerous worm, scourge of the trade routes. It could smell humans from miles away."),
-#: npc/008-2-2/kfahr.txt~:293
#: npc/008-2-2/kfahr.txt:293
#, no-c-format
msgid "Anyway. Desert worms are dangerous, as I said, but there was one particularly terrifying one, called Toby Rick. You must've heard of it – the greatest and most dangerous worm, scourge of the trade routes. It could smell humans from miles away."
@@ -3539,7 +3375,6 @@ msgid "Apply very strong pressure"
msgstr ""
#. code: l("Applying some strong-smelling liquid, he tans them to a darker hue."),
-#: npc/008-1/jack.txt~:204
#: npc/008-1/jack.txt:204
#, no-c-format
msgid "Applying some strong-smelling liquid, he tans them to a darker hue."
@@ -3582,26 +3417,25 @@ msgid "Arch Mage"
msgstr ""
#. code: l("Are the fish biting today?");
-#: npc/001-1/eugene.txt:76
+#: npc/001-1/eugene.txt:75
#, no-c-format
msgid "Are the fish biting today?"
msgstr ""
#. code: l("Are you a good blacksmith?"),
-#: npc/001-2-27/don.txt~:20
#: npc/001-2-27/don.txt:20
#, no-c-format
msgid "Are you a good blacksmith?"
msgstr ""
#. code: l("Are you a native from Artis?"),
-#: npc/001-2-6/leonard.txt:28
+#: npc/001-2-6/leonard.txt:29
#, no-c-format
msgid "Are you a native from Artis?"
msgstr ""
#. code: mesq l("Are you absolutely, totally, certainly, completely sure, that you want a free, effortless ride to Artis, as weak and poorly equipped as you currently are?");
-#: npc/000-2-3/nard.txt:246
+#: npc/000-2-3/nard.txt:247
#, no-c-format
msgid "Are you absolutely, totally, certainly, completely sure, that you want a free, effortless ride to Artis, as weak and poorly equipped as you currently are?"
msgstr ""
@@ -3613,14 +3447,12 @@ msgid "Are you blind? Do you really think these boxes are light and soft as a pi
msgstr ""
#. code: l("Are you crazy?"),
-#: npc/008-1/jack.txt~:77
#: npc/008-1/jack.txt:77
#, no-c-format
msgid "Are you crazy?"
msgstr ""
#. code: l("Are you feeling well?");
-#: npc/008-1/rossy.txt~:324
#: npc/008-1/rossy.txt:325
#, no-c-format
msgid "Are you feeling well?"
@@ -3635,7 +3467,6 @@ msgid "Are you going to stand here all day long? Do the dishes or go away."
msgstr ""
#. code: l("Are you here to pick up luggage? I'd like to go get a beer, but I have to wait here until all the luggage is picked up.");
-#: npc/020-1/adrian.txt~:14
#: npc/020-1/adrian.txt:14
#, no-c-format
msgid "Are you here to pick up luggage? I'd like to go get a beer, but I have to wait here until all the luggage is picked up."
@@ -3648,7 +3479,7 @@ msgid "Are you in need of some flowers?"
msgstr ""
#. code: mesq l("Are you mad?!");
-#: npc/000-2-1/chefgado.txt:202
+#: npc/000-2-1/chefgado.txt:201
#, no-c-format
msgid "Are you mad?!"
msgstr ""
@@ -3660,44 +3491,27 @@ msgid "Are you ok?"
msgstr ""
#. code: mesq l("Are you ready for your training?");
-#: npc/001-2-32/serena.txt:52
+#: npc/001-2-32/serena.txt:51
#, no-c-format
msgid "Are you ready for your training?"
msgstr ""
-#. code: lg("Are you sure about this?");
-#: npc/001-1/rumly.txt:129
-#: npc/001-1/rumly.txt:124
-#, no-c-format
-msgid "Are you sure about this?#0"
-msgstr ""
-
-#. code: lg("Are you sure about this?");
-#: npc/001-1/rumly.txt:129
-#: npc/001-1/rumly.txt:124
-#, no-c-format
-msgid "Are you sure about this?#1"
-msgstr ""
-
#. code: l("Are you sure one of your troupe members didn't hide it and commit those robberies?"),
#: npc/008-2-24/troupe-leader.txt:36
-#: npc/008-2-24/troupe-leader.txt~:36
#, no-c-format
msgid "Are you sure one of your troupe members didn't hide it and commit those robberies?"
msgstr ""
-#. code: lg("Are you sure that these are my potions?");
-#: npc/001-1/enora.txt~:350
-#: npc/001-1/enora.txt:350
+#. code: l("Are you sure that these are my potions?");
+#: npc/001-1/enora.txt:351
#, no-c-format
-msgid "Are you sure that these are my potions?#0"
+msgid "Are you sure that these are my potions?"
msgstr ""
-#. code: lg("Are you sure that these are my potions?");
-#: npc/001-1/enora.txt~:350
-#: npc/001-1/enora.txt:350
+#. code: speech l("Are you sure that you haven't stepped on some Mouboo's manure before getting here and dirtying my home?");
+#: npc/009-2-0/soren.txt:54
#, no-c-format
-msgid "Are you sure that these are my potions?#1"
+msgid "Are you sure that you haven't stepped on some Mouboo's manure before getting here and dirtying my home?"
msgstr ""
#. code: mesc l("Are you sure you want to give %s to %s? Item will be lost!",
@@ -3708,21 +3522,14 @@ msgstr ""
#. code: mesq l("Are you tired of who you are?");
#: npc/009-2-6/eurni.txt:8
-#: npc/009-2-6/eurni.txt~:8
#, no-c-format
msgid "Are you tired of who you are?"
msgstr ""
-#. code: mesq lg("Are you yaying here to explore the island?");
-#: npc/000-1/gulukan.txt:45
-#, no-c-format
-msgid "Are you yaying here to explore the island?#0"
-msgstr ""
-
-#. code: mesq lg("Are you yaying here to explore the island?");
+#. code: mesq l("Are you yaying here to explore the island?");
#: npc/000-1/gulukan.txt:45
#, no-c-format
-msgid "Are you yaying here to explore the island?#1"
+msgid "Are you yaying here to explore the island?"
msgstr ""
#. code: 000-2-1,72,34,0 script AreaNPC NPC_HIDDEN,0,1,{
@@ -3762,28 +3569,24 @@ msgid "Aren't you getting weary yet?"
msgstr ""
#. code: setarray .@allskins$, l("Kaizei"), l("Argaes"), l("Tonori"),
-#: npc/functions/main.txt~:297
#: npc/functions/main.txt:296
#, no-c-format
msgid "Argaes"
msgstr ""
#. code: l("Argaes, in the ancient continent of Ancea..."),
-#: npc/000-0-1/narrator.txt:90
+#: npc/000-0-1/narrator.txt:89
#, no-c-format
msgid "Argaes, in the ancient continent of Ancea..."
msgstr ""
#. code: l("Argh!"),
-#: npc/008-1/hinnak.txt~:46
-#: npc/008-1/hinnak.txt:46
+#: npc/008-1/hinnak.txt:70
#, no-c-format
msgid "Argh!"
msgstr ""
#. code: 008-3-1,41,34,0 script Arkim NPC_TERRY,{
-#. code: 008-3-1,113,59,0 script Arkim NPC_TERRY,{
-#: npc/008-3-1/arkim.txt~:6
#: npc/008-3-1/arkim.txt:6
#, no-c-format
msgid "Arkim"
@@ -3894,27 +3697,25 @@ msgid "Artis legion progress"
msgstr ""
#. code: mesq l("Artis of course!");
-#: npc/000-1/lean.txt:33
+#: npc/000-1/lean.txt:35
#, no-c-format
msgid "Artis of course!"
msgstr ""
#. code: l("Arvek's backpack! Doesn't sound terribly exciting, of course – what am I going to do, toss it at the beast and hope that it chokes on it?");
#: npc/008-2-2/kfahr.txt:339
-#: npc/008-2-2/kfahr.txt~:339
#, no-c-format
msgid "Arvek's backpack! Doesn't sound terribly exciting, of course – what am I going to do, toss it at the beast and hope that it chokes on it?"
msgstr ""
#. code: l("Arvek's fun to have about. His manners are as bad as his breath, but he knows how to make a laugh out of everything. One thing you musnt't ever do with him, though, and that is to try his `homebrew' -- some kind of ale he makes out of maggot slime...");
-#: npc/008-2-2/kfahr.txt~:297
#: npc/008-2-2/kfahr.txt:297
#, no-c-format
msgid "Arvek's fun to have about. His manners are as bad as his breath, but he knows how to make a laugh out of everything. One thing you musnt't ever do with him, though, and that is to try his `homebrew' -- some kind of ale he makes out of maggot slime..."
msgstr ""
#. code: mesq l("As captain of this ship, I officially name this newly discovered land the ##BDrasil Island##b!");
-#: npc/000-2-3/nard.txt:153
+#: npc/000-2-3/nard.txt:154
#, no-c-format
msgid "As captain of this ship, I officially name this newly discovered land the ##BDrasil Island##b!"
msgstr ""
@@ -3926,14 +3727,13 @@ msgid "As many as you can."
msgstr ""
#. code: l("As on anvil strikes the hammer"),
-#: npc/001-2-6/books.txt:73
+#: npc/001-2-6/books.txt:74
#, no-c-format
msgid "As on anvil strikes the hammer"
msgstr ""
#. code: l("As promised, here's my old scythe."),
-#: npc/008-1/hinnak.txt:119
-#: npc/008-1/hinnak.txt~:119
+#: npc/008-1/hinnak.txt:143
#, no-c-format
msgid "As promised, here's my old scythe."
msgstr ""
@@ -3945,32 +3745,29 @@ msgid "As you may know, we are explorers on a long distance voyage, and our swas
msgstr ""
#. code: l("As you start to wield them better, you will be able to draw better their full potential."),
-#: npc/001-1/chelios.txt~:122
#: npc/001-1/chelios.txt:122
#, no-c-format
msgid "As you start to wield them better, you will be able to draw better their full potential."
msgstr ""
#. code: .@idx = select(l("As you want!"),.@menustr$);
-#: npc/functions/barber.txt~:49
#: npc/functions/barber.txt:49
#, no-c-format
msgid "As you want!"
msgstr ""
-#. code: mesq l("As you wish.");
-#: npc/008-1-1/galimatia.txt:311
-#, no-c-format
-msgid "As you wish."
-msgstr ""
-
#. code: l("Ask Juliet, not me."),
-#: npc/008-1/rossy.txt~:147
#: npc/008-1/rossy.txt:147
#, no-c-format
msgid "Ask Juliet, not me."
msgstr ""
+#. code: speech l("Ask Krukan, Razha and Terogan.");
+#: npc/009-2-0/soren.txt:65
+#, no-c-format
+msgid "Ask Krukan, Razha and Terogan."
+msgstr ""
+
#. code: l("Ask other merchants, they might know where he is.");
#: npc/001-2-19/lloyd.txt:155
#, no-c-format
@@ -4038,7 +3835,6 @@ msgstr ""
#. code: l("At first, I thought it fell down or the wind blew it, but it hurt!"),
#: npc/008-1/jack.txt:41
-#: npc/008-1/jack.txt~:41
#, no-c-format
msgid "At first, I thought it fell down or the wind blew it, but it hurt!"
msgstr ""
@@ -4051,21 +3847,18 @@ msgstr ""
#. code: l("At least, you look peaceful."),
#: npc/008-3-5/nunia.txt:33
-#: npc/008-3-5/nunia.txt~:33
#, no-c-format
msgid "At least, you look peaceful."
msgstr ""
#. code: l("At least, you look peaceful. And I see by your fingers that you can deal with lockpicks."),
#: npc/008-3-5/nunia.txt:70
-#: npc/008-3-5/nunia.txt~:70
#, no-c-format
msgid "At least, you look peaceful. And I see by your fingers that you can deal with lockpicks."
msgstr ""
#. code: l("At that point, a terrible grinding noise started all around us, as the pedestal began to sink into the ground. We had triggered some ancient trap!"),
#: npc/008-2-2/kfahr.txt:465
-#: npc/008-2-2/kfahr.txt~:465
#, no-c-format
msgid "At that point, a terrible grinding noise started all around us, as the pedestal began to sink into the ground. We had triggered some ancient trap!"
msgstr ""
@@ -4082,6 +3875,18 @@ msgstr ""
msgid "At the moment, our crew is busy collecting @@s, @@s and @@s."
msgstr ""
+#. code: rif(!(PCBONUS & PCB_ATKBONUS), l("Atk +25")), PCB_ATKBONUS,
+#: npc/functions/rebirth.txt:68
+#, no-c-format
+msgid "Atk +25"
+msgstr ""
+
+#. code: rif(!(PCBONUS & PCB_ASPDBONUS), l("Atk. Speed +10")), PCB_ASPDBONUS,
+#: npc/functions/rebirth.txt:79
+#, no-c-format
+msgid "Atk. Speed +10"
+msgstr ""
+
#. code: Name: "Atropos Mixture"
#: item_db.conf:-1
#, no-c-format
@@ -4120,9 +3925,8 @@ msgstr ""
#. code: mesq l("Awesome!");
#. code: l("Awesome!");
-#: npc/001-1/enora.txt:249
-#: npc/001-1/enora.txt~:249
-#: npc/000-1/tibbo.txt:112
+#: npc/001-1/enora.txt:250
+#: npc/000-1/tibbo.txt:111
#, no-c-format
msgid "Awesome!"
msgstr ""
@@ -4189,13 +3993,12 @@ msgstr ""
#. code: l("Back in those days, there wasn't much trade with Hurnscald, and Tulimshar was dependent on its own water supply – critically dependent, even."),
#: npc/008-2-2/kfahr.txt:517
-#: npc/008-2-2/kfahr.txt~:517
#, no-c-format
msgid "Back in those days, there wasn't much trade with Hurnscald, and Tulimshar was dependent on its own water supply – critically dependent, even."
msgstr ""
#. code: Name: "Bad Bee"
-#: mob_db.conf:2480
+#: mob_db.conf:2437
#, no-c-format
msgid "Bad Bee"
msgstr ""
@@ -4207,7 +4010,6 @@ msgid "Bag#000-1"
msgstr ""
#. code: 001-1,46,135,0 trader Bag#001-1 NPC_SHOP_BAG,{
-#: npc/001-1/shop.txt~:7
#: npc/001-1/shop.txt:7
#, no-c-format
msgid "Bag#001-1"
@@ -4227,7 +4029,7 @@ msgstr ""
#. code: Name: "Bandit"
#. code: case 2: return l("Bandit");
-#: mob_db.conf:2677
+#: mob_db.conf:2629
#: npc/functions/faction.txt:45
#, no-c-format
msgid "Bandit"
@@ -4253,8 +4055,8 @@ msgstr ""
#. code: case 5: return l("Bandit Lord");
#. code: Name: "Bandit Lord"
-#: mob_db.conf:2771
#: npc/functions/faction.txt:42
+#: mob_db.conf:2723
#, no-c-format
msgid "Bandit Lord"
msgstr ""
@@ -4273,7 +4075,6 @@ msgstr ""
#. code: mesq l("Bandits are a huge threat to Hurnscald. We're just a small farming town, and they're countless.");
#: npc/008-2-13/lena.txt:149
-#: npc/008-2-13/lena.txt~:149
#, no-c-format
msgid "Bandits are a huge threat to Hurnscald. We're just a small farming town, and they're countless."
msgstr ""
@@ -4290,9 +4091,7 @@ msgstr ""
msgid "Banu"
msgstr ""
-#. code: 009-2-3,42,30,0 script Barbara Grey NPC_UNDEAD_RECPTION,{
#. code: 009-2-3,41,30,0 script Barbara Grey NPC_UNDEAD_RECPTION,{
-#: npc/009-2-3/barbara.txt~:7
#: npc/009-2-3/barbara.txt:7
#, no-c-format
msgid "Barbara Grey"
@@ -4311,7 +4110,7 @@ msgid "Barbecue Plate"
msgstr ""
#. code: npctalkonce l("Barber");
-#: npc/001-1/sign.txt:178
+#: npc/001-1/sign.txt:161
#, no-c-format
msgid "Barber"
msgstr ""
@@ -4346,6 +4145,12 @@ msgstr ""
msgid "Basic Silk Dyes"
msgstr ""
+#. code: mes b(".:: " + l("Basic Stats") + " ::.");
+#: npc/commands/info.txt:29
+#, no-c-format
+msgid "Basic Stats"
+msgstr ""
+
#. code: Name: "Bat Teeth"
#: item_db.conf:-1
#, no-c-format
@@ -4354,33 +4159,20 @@ msgstr ""
#. code: l("Bats? Actually... Why do you live here?"); // Who said they live here?
#: npc/008-3-1/arkim.txt:13
-#: npc/008-3-1/arkim.txt~:13
#, no-c-format
msgid "Bats? Actually... Why do you live here?"
msgstr ""
-#. code: lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
+#. code: l("Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
#: npc/001-1/eugene.txt:31
#, no-c-format
-msgid "Be a friend and bring me @@ @@.#0"
+msgid "Be a friend and bring me @@ @@."
msgstr ""
-#. code: lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
-#: npc/001-1/eugene.txt:31
-#, no-c-format
-msgid "Be a friend and bring me @@ @@.#1"
-msgstr ""
-
-#. code: lg("Be patient a little while longer, in the next few days we will arrive at the port of Artis..."),
-#: npc/000-2-3/elmo.txt:10
-#, no-c-format
-msgid "Be patient a little while longer, in the next few days we will arrive at the port of Artis...#0"
-msgstr ""
-
-#. code: lg("Be patient a little while longer, in the next few days we will arrive at the port of Artis..."),
+#. code: l("Be patient a little while longer, in the next few days we will arrive at the port of Artis..."),
#: npc/000-2-3/elmo.txt:10
#, no-c-format
-msgid "Be patient a little while longer, in the next few days we will arrive at the port of Artis...#1"
+msgid "Be patient a little while longer, in the next few days we will arrive at the port of Artis..."
msgstr ""
#. code: mesq l("Be prepared before you enter one of these caves, because once you put the root in the power source, you won't be able to get out. Also, remember that you can't stay in these caves for a long time, because of the foul air.");
@@ -4420,7 +4212,7 @@ msgid "Because of the dense foliage, you need to go up close to the trees so you
msgstr ""
#. code: l("Because the voices of death sing a sweet song"),
-#: npc/001-2-6/books.txt:125
+#: npc/001-2-6/books.txt:127
#, no-c-format
msgid "Because the voices of death sing a sweet song"
msgstr ""
@@ -4432,13 +4224,13 @@ msgid "Becoming a Sorcerer? I want that too!"
msgstr ""
#. code: Name: "Bee"
-#: mob_db.conf:1263
+#: mob_db.conf:1242
#, no-c-format
msgid "Bee"
msgstr ""
#. code: Name: "Beehive"
-#: mob_db.conf:2441
+#: mob_db.conf:2399
#, no-c-format
msgid "Beehive"
msgstr ""
@@ -4451,7 +4243,6 @@ msgstr ""
#. code: l("Beer is life!");
#: npc/008-2-4/bernard.txt:153
-#: npc/008-2-4/bernard.txt~:153
#, no-c-format
msgid "Beer is life!"
msgstr ""
@@ -4469,27 +4260,24 @@ msgid "Before doing that can I improve my fighting skills some more?"
msgstr ""
#. code: l("Before the end of the Mana War, a band of adventurers formed in the Ancean region of Argaes from those who had lost their homes and families."),
-#: npc/001-2-6/books.txt:152
+#: npc/001-2-6/books.txt:155
#, no-c-format
msgid "Before the end of the Mana War, a band of adventurers formed in the Ancean region of Argaes from those who had lost their homes and families."
msgstr ""
#. code: l("Before you can answer, he laughs and slaps you on the back again.");
#: npc/008-2-2/kfahr.txt:707
-#: npc/008-2-2/kfahr.txt~:707
#, no-c-format
msgid "Before you can answer, he laughs and slaps you on the back again."
msgstr ""
#. code: mesq l("Before you go on any further, I wanna see the proof that you talked with her.");
#: npc/001-3-2/henry.txt:286
-#: npc/001-3-2/henry.txt~:285
#, no-c-format
msgid "Before you go on any further, I wanna see the proof that you talked with her."
msgstr ""
#. code: mesq l("Before you go, I also happen to have some acorns left over from my trip. You can have them if you wish; they're rather tasty.");
-#: npc/020-2-24/kylian.txt~:90
#: npc/020-2-24/kylian.txt:90
#, no-c-format
msgid "Before you go, I also happen to have some acorns left over from my trip. You can have them if you wish; they're rather tasty."
@@ -4508,27 +4296,24 @@ msgid "Before..."
msgstr ""
#. code: l("Behind me? It's the Blacksmith House, the most renowned throughout Aemil."),
-#: npc/001-1/chelios.txt~:111
#: npc/001-1/chelios.txt:111
#, no-c-format
msgid "Behind me? It's the Blacksmith House, the most renowned throughout Aemil."
msgstr ""
#. code: l("Bent trees whistling with the beat of the drum"),
-#: npc/001-2-6/books.txt:121
+#: npc/001-2-6/books.txt:123
#, no-c-format
msgid "Bent trees whistling with the beat of the drum"
msgstr ""
#. code: 008-2-4,34,29,0 script Bernard NPC_BERNARD,{
-#: npc/008-2-4/bernard.txt~:18
#: npc/008-2-4/bernard.txt:18
#, no-c-format
msgid "Bernard"
msgstr ""
#. code: l("Bernard sent me to get %d %s from the %s in the fields, but they scare me so bad!",
-#: npc/008-1/mikhail.txt~:40
#: npc/008-1/mikhail.txt:40
#, no-c-format
msgid "Bernard sent me to get %d %s from the %s in the fields, but they scare me so bad!"
@@ -4568,28 +4353,24 @@ msgid "Besides, I already have an apprentice - He should be cleaning the basemen
msgstr ""
#. code: l("Besides, I need to be here to watch out for thieves while La Johanne is docked."),
-#: npc/001-1/enora.txt~:256
-#: npc/001-1/enora.txt:256
+#: npc/001-1/enora.txt:257
#, no-c-format
msgid "Besides, I need to be here to watch out for thieves while La Johanne is docked."
msgstr ""
#. code: mesq l("Besides, helping each other, even without a compensation is a good thing and accepting help is nothing to be ashamed of. Here. Go in peace, child.");
#: npc/020-1/hocus.txt:67
-#: npc/020-1/hocus.txt~:66
#, no-c-format
msgid "Besides, helping each other, even without a compensation is a good thing and accepting help is nothing to be ashamed of. Here. Go in peace, child."
msgstr ""
#. code: mesq l("Besides, if she could give you a passphrase, then I wouldn't have sent ya.");
-#: npc/001-3-2/henry.txt~:301
#: npc/001-3-2/henry.txt:302
#, no-c-format
msgid "Besides, if she could give you a passphrase, then I wouldn't have sent ya."
msgstr ""
#. code: l("Bet you thought we were simple pirates, right? No smart remarks, please."),
-#: npc/001-3-2/henry.txt~:251
#: npc/001-3-2/henry.txt:252
#, no-c-format
msgid "Bet you thought we were simple pirates, right? No smart remarks, please."
@@ -4602,7 +4383,6 @@ msgid "Better get out of here, before I become wild."
msgstr ""
#. code: mesq l("Better not touch this.");
-#: npc/008-3-0/juliet.txt~:13
#: npc/008-3-0/juliet.txt:13
#, no-c-format
msgid "Better not touch this."
@@ -4615,12 +4395,12 @@ msgid "Better stay away from my basement, you may end up like the poor guy down
msgstr ""
#. code: l("Better take it back to Q'Onan.");
-#: npc/001-1/qonan.txt:111
+#: npc/001-1/qonan.txt:110
#, no-c-format
msgid "Better take it back to Q'Onan."
msgstr ""
-#. code: 001-1,45,48,0 script Beuss NPC_BEUSS,{
+#. code: 001-1,45,48,0 script Beuss NPC_BEUSS,0,0,{
#: npc/001-1/beuss.txt:6
#, no-c-format
msgid "Beuss"
@@ -4639,7 +4419,7 @@ msgid "Beware you have a limited number of pages. Do not let the Legion or the B
msgstr ""
#. code: Name: "Big Frog"
-#: mob_db.conf:3728
+#: mob_db.conf:3673
#, no-c-format
msgid "Big Frog"
msgstr ""
@@ -4681,7 +4461,7 @@ msgid "Black Pearl"
msgstr ""
#. code: Name: "Black Scorpion"
-#: mob_db.conf:4377
+#: mob_db.conf:4319
#, no-c-format
msgid "Black Scorpion"
msgstr ""
@@ -4693,7 +4473,7 @@ msgid "Black Scorpion Stinger"
msgstr ""
#. code: Name: "Black Slime"
-#: mob_db.conf:3394
+#: mob_db.conf:3340
#, no-c-format
msgid "Black Slime"
msgstr ""
@@ -4705,13 +4485,12 @@ msgid "Black iron... That is a very specific request that you have for me!"
msgstr ""
#. code: npctalkonce l("Blacksmith");
-#: npc/001-1/sign.txt:108
+#: npc/001-1/sign.txt:98
#, no-c-format
msgid "Blacksmith"
msgstr ""
#. code: 009-1,75,144,0 script Blackwin#1 NPC_UNDEAD_GUARD,{
-#: npc/009-1/blackwin.txt~:7
#: npc/009-1/blackwin.txt:7
#, no-c-format
msgid "Blackwin#1"
@@ -4719,7 +4498,6 @@ msgstr ""
#. code: 009-1,105,173,0 script Blackwin#2 NPC_UNDEAD_GUARD,{
#: npc/009-1/blackwin.txt:19
-#: npc/009-1/blackwin.txt~:20
#, no-c-format
msgid "Blackwin#2"
msgstr ""
@@ -4749,7 +4527,7 @@ msgid "Blossom"
msgstr ""
#. code: Name: "Blub"
-#: mob_db.conf:399
+#: mob_db.conf:393
#, no-c-format
msgid "Blub"
msgstr ""
@@ -4780,7 +4558,7 @@ msgstr ""
#. code: Name: "Blue Rose"
#: item_db.conf:-1
-#: mob_db.conf:2600
+#: mob_db.conf:2554
#, no-c-format
msgid "Blue Rose"
msgstr ""
@@ -4804,7 +4582,7 @@ msgid "Blueberry Cake"
msgstr ""
#. code: Name: "Bluepar"
-#: mob_db.conf:3773
+#: mob_db.conf:3717
#, no-c-format
msgid "Bluepar"
msgstr ""
@@ -4830,11 +4608,8 @@ msgstr ""
#. code: rif(BodyType == BODYTYPE_3, "► ") + l("Body type %i", 3), BODYTYPE_3);
#. code: rif(BodyType == BODYTYPE_2, "► ") + l("Body type %i", 2), BODYTYPE_2,
#: npc/functions/barber.txt:121
-#: npc/functions/barber.txt~:123
-#: npc/functions/barber.txt~:122
#: npc/functions/barber.txt:123
#: npc/functions/barber.txt:122
-#: npc/functions/barber.txt~:121
#, no-c-format
msgid "Body type %i"
msgstr ""
@@ -4981,15 +4756,12 @@ msgstr ""
#. code: l("Bring me %d %s and %d %s to prove that you are a competent warrior, and I'll see if I have something for you.", .BLACK_STINGERS_NR, getitemlink(BlackScorpionStinger), .MUSHROOMS_NR, getitemlink(SmallMushroom));
#: npc/008-2-2/kfahr.txt:634
-#: npc/008-2-2/kfahr.txt~:634
#, no-c-format
msgid "Bring me %d %s and %d %s to prove that you are a competent warrior, and I'll see if I have something for you."
msgstr ""
-#. code: mesq l("Bring me %d %s. This should help us amending the damage they caused and is a good warm-up exercise.", getitemlink(CoinBag));
#. code: mesq l("Bring me %d %s. This should help us amending the damage they caused and is a good warm-up exercise.", .numCoins, getitemlink(CoinBag));
#: npc/008-2-13/lena.txt:170
-#: npc/008-2-13/lena.txt~:170
#, no-c-format
msgid "Bring me %d %s. This should help us amending the damage they caused and is a good warm-up exercise."
msgstr ""
@@ -5002,7 +4774,6 @@ msgstr ""
#. code: l("Bring me a %s.", getitemlink(.first_item)),
#: npc/008-2-4/bernard.txt:58
-#: npc/008-2-4/bernard.txt~:58
#, no-c-format
msgid "Bring me a %s."
msgstr ""
@@ -5020,7 +4791,6 @@ msgid "Bring me the bug bomb or whatever!"
msgstr ""
#. code: mesq l("Bring me the fertilizer!");
-#: npc/020-1/anwar.txt~:73
#: npc/020-1/anwar.txt:73
#, no-c-format
msgid "Bring me the fertilizer!"
@@ -5041,7 +4811,6 @@ msgstr ""
#. code: l("Bring them to me, and I'll give you something nice.");
#: npc/008-2-4/bernard.txt:113
-#: npc/008-2-4/bernard.txt~:113
#, no-c-format
msgid "Bring them to me, and I'll give you something nice."
msgstr ""
@@ -5090,19 +4859,19 @@ msgid "Brotherhood"
msgstr ""
#. code: Name: "Brotherhood Archer"
-#: mob_db.conf:3518
+#: mob_db.conf:3464
#, no-c-format
msgid "Brotherhood Archer"
msgstr ""
#. code: Name: "Brotherhood Fighter"
-#: mob_db.conf:3476
+#: mob_db.conf:3422
#, no-c-format
msgid "Brotherhood Fighter"
msgstr ""
#. code: Name: "Brotherhood Leader"
-#: mob_db.conf:3561
+#: mob_db.conf:3507
#, no-c-format
msgid "Brotherhood Leader"
msgstr ""
@@ -5126,7 +4895,6 @@ msgid "Brown Trousers"
msgstr ""
#. code: 008-3-5,101,85,0 script Bryant NPC_CRASMANDE,{
-#: npc/008-3-5/bryant.txt~:7
#: npc/008-3-5/bryant.txt:7
#, no-c-format
msgid "Bryant"
@@ -5134,7 +4902,6 @@ msgstr ""
#. code: l("Bubbles were coming out of its mouth, its nostrils, even its ears! The poor wyrm must have never felt so clean in its life!"),
#: npc/008-2-2/kfahr.txt:545
-#: npc/008-2-2/kfahr.txt~:545
#, no-c-format
msgid "Bubbles were coming out of its mouth, its nostrils, even its ears! The poor wyrm must have never felt so clean in its life!"
msgstr ""
@@ -5176,7 +4943,7 @@ msgid "Burglar Mask"
msgstr ""
#. code: Name: "Burning Dummy"
-#: mob_db.conf:4509
+#: mob_db.conf:4450
#, no-c-format
msgid "Burning Dummy"
msgstr ""
@@ -5194,7 +4961,7 @@ msgid "But I believe Oscar gave her a fertility recipe...?"
msgstr ""
#. code: mesq l("But I can't leave to catch it, so I'm asking you.");
-#: npc/001-1/salem.txt:164
+#: npc/001-1/salem.txt:177
#, no-c-format
msgid "But I can't leave to catch it, so I'm asking you."
msgstr ""
@@ -5206,7 +4973,6 @@ msgid "But I can't tell you anything about it, I'm sorry."
msgstr ""
#. code: l("But I didn't give up!"),
-#: npc/008-1/jack.txt~:65
#: npc/008-1/jack.txt:65
#, no-c-format
msgid "But I didn't give up!"
@@ -5219,27 +4985,19 @@ msgid "But I do not have a ship. Ah, right, and no script."
msgstr ""
#. code: l("But I got an old scythe laying around."),
-#: npc/008-1/hinnak.txt~:82
-#: npc/008-1/hinnak.txt:82
+#: npc/008-1/hinnak.txt:106
#, no-c-format
msgid "But I got an old scythe laying around."
msgstr ""
-#. code: lg("But I hate alcohol, so thats not an option for me.");
-#: npc/008-1/banu.txt:12
-#, no-c-format
-msgid "But I hate alcohol, so thats not an option for me.#0"
-msgstr ""
-
-#. code: lg("But I hate alcohol, so thats not an option for me.");
+#. code: l("But I hate alcohol, so thats not an option for me.");
#: npc/008-1/banu.txt:12
#, no-c-format
-msgid "But I hate alcohol, so thats not an option for me.#1"
+msgid "But I hate alcohol, so thats not an option for me."
msgstr ""
#. code: l("But I moved too fast, and slipped, and let go of the torch to catch myself with the other hand – and the torch ended up in the bottom of the pit! Well, better the torch than George, I suppose..."),
#: npc/008-2-2/kfahr.txt:454
-#: npc/008-2-2/kfahr.txt~:454
#, no-c-format
msgid "But I moved too fast, and slipped, and let go of the torch to catch myself with the other hand – and the torch ended up in the bottom of the pit! Well, better the torch than George, I suppose..."
msgstr ""
@@ -5252,13 +5010,11 @@ msgstr ""
#. code: l("But I remember something better. That beast had grown nostrils, right? So it can smell and taste! So I tear open his backpack and pull out that big snakeskin of that disgusting maggot ale of his. It's still filled to the brim."),
#: npc/008-2-2/kfahr.txt:345
-#: npc/008-2-2/kfahr.txt~:345
#, no-c-format
msgid "But I remember something better. That beast had grown nostrils, right? So it can smell and taste! So I tear open his backpack and pull out that big snakeskin of that disgusting maggot ale of his. It's still filled to the brim."
msgstr ""
#. code: mesq l("But I still have some spikes left in my foot.");
-#: npc/001-2-2/moon.txt~:62
#: npc/001-2-2/moon.txt:63
#, no-c-format
msgid "But I still have some spikes left in my foot."
@@ -5277,14 +5033,12 @@ msgid "But I wasn't there that night."
msgstr ""
#. code: mesq l("But I would need at least %d berries, and it would take ages to get so many by myself!", .blueberries_amount);
-#: npc/008-1/rossy.txt~:143
#: npc/008-1/rossy.txt:143
#, no-c-format
msgid "But I would need at least %d berries, and it would take ages to get so many by myself!"
msgstr ""
#. code: l("But I'll no longer chop those twigleafs, I'll tell you that."),
-#: npc/008-1/jack.txt~:86
#: npc/008-1/jack.txt:86
#, no-c-format
msgid "But I'll no longer chop those twigleafs, I'll tell you that."
@@ -5297,15 +5051,13 @@ msgid "But I'm almost out of @@..."
msgstr ""
#. code: mesq l("But actually... Perhaps the chef in Candor?");
-#: npc/008-2-16/yannika.txt:353
-#: npc/008-2-16/yannika.txt~:353
+#: npc/008-2-16/yannika.txt:354
#, no-c-format
msgid "But actually... Perhaps the chef in Candor?"
msgstr ""
#. code: l("But all she says is, “had you stayed inside, you wouldn't be wet now”.");
-#: npc/008-1/hinnak.txt~:240
-#: npc/008-1/hinnak.txt:240
+#: npc/008-1/hinnak.txt:264
#, no-c-format
msgid "But all she says is, “had you stayed inside, you wouldn't be wet now”."
msgstr ""
@@ -5323,19 +5075,19 @@ msgid "But be careful: do not scream by using a lot of capital letters, do not r
msgstr ""
#. code: l("But before that, one last question..."));
-#: npc/000-0-1/narrator.txt:102
+#: npc/000-0-1/narrator.txt:101
#, no-c-format
msgid "But before that, one last question..."
msgstr ""
#. code: mesc(l("But before we get there, I've been itching to know..."));
-#: npc/000-0-1/narrator.txt:119
+#: npc/000-0-1/narrator.txt:118
#, no-c-format
msgid "But before we get there, I've been itching to know..."
msgstr ""
#. code: mesq l("But discovering new territories is probably the best thing that can happen to sailors, don't you think?");
-#: npc/000-2-3/nard.txt:148
+#: npc/000-2-3/nard.txt:149
#, no-c-format
msgid "But discovering new territories is probably the best thing that can happen to sailors, don't you think?"
msgstr ""
@@ -5346,22 +5098,25 @@ msgstr ""
msgid "But don't you worry! I don't know how to get you back your memories, but we can work on your muscles for now!"
msgstr ""
+#. code: l("But for me, selling is holiday - so I'm always here! Feel free to take a look!");
+#: npc/020-1/inar.txt:20
+#, no-c-format
+msgid "But for me, selling is holiday - so I'm always here! Feel free to take a look!"
+msgstr ""
+
#. code: mesq l("But for now, you can relax on the ship, or visit the island we're docked at! Its a small island, but a good place to get some exercise and stretch your legs.");
#: npc/000-2-0/julia.txt:167
-#: npc/000-2-0/julia.txt~:167
#, no-c-format
msgid "But for now, you can relax on the ship, or visit the island we're docked at! Its a small island, but a good place to get some exercise and stretch your legs."
msgstr ""
#. code: mesq l("But he is still crazy, in my opinion...");
-#: npc/008-2-16/yannika.txt~:388
-#: npc/008-2-16/yannika.txt:388
+#: npc/008-2-16/yannika.txt:389
#, no-c-format
msgid "But he is still crazy, in my opinion..."
msgstr ""
#. code: l("But he just told me to leave him alone."),
-#: npc/008-2-6/alan.txt~:73
#: npc/008-2-6/alan.txt:73
#, no-c-format
msgid "But he just told me to leave him alone."
@@ -5380,8 +5135,7 @@ msgid "But hey, back to me. Remember my mentioning that I'm hun...grrr...eee!"
msgstr ""
#. code: l("But how I got there is kind of scary..."),
-#: npc/008-1/hinnak.txt:216
-#: npc/008-1/hinnak.txt~:216
+#: npc/008-1/hinnak.txt:240
#, no-c-format
msgid "But how I got there is kind of scary..."
msgstr ""
@@ -5399,7 +5153,6 @@ msgid "But if you and other players surrounds the monster instead, they'll suffe
msgstr ""
#. code: mesq l("But if you change your mind, please, call me again.");
-#: npc/008-2-4/olana.txt~:117
#: npc/008-2-4/olana.txt:117
#, no-c-format
msgid "But if you change your mind, please, call me again."
@@ -5431,14 +5184,12 @@ msgstr ""
#. code: l("But it had noticed me! And as soon as it had realized where I was, it came after me. Then it stopped, towering right before me, its stench nearly killing me, and grinned that broad, crooked-teeth dragon smile of its kind."),
#: npc/008-2-2/kfahr.txt:538
-#: npc/008-2-2/kfahr.txt~:538
#, no-c-format
msgid "But it had noticed me! And as soon as it had realized where I was, it came after me. Then it stopped, towering right before me, its stench nearly killing me, and grinned that broad, crooked-teeth dragon smile of its kind."
msgstr ""
#. code: mesq l("But it was big and scary! I haven't seen it since I entered this cave, though...");
-#: npc/008-3-0/juliet.txt:632
-#: npc/008-3-0/juliet.txt~:632
+#: npc/008-3-0/juliet.txt:631
#, no-c-format
msgid "But it was big and scary! I haven't seen it since I entered this cave, though..."
msgstr ""
@@ -5449,16 +5200,10 @@ msgstr ""
msgid "But let's talk about this island. We're docking here to find some fine quality goods."
msgstr ""
-#. code: mesq lg("But most important, she is the one who took care of you when you were unconscious.");
-#: npc/000-2-3/nard.txt:134
-#, no-c-format
-msgid "But most important, she is the one who took care of you when you were unconscious.#0"
-msgstr ""
-
-#. code: mesq lg("But most important, she is the one who took care of you when you were unconscious.");
-#: npc/000-2-3/nard.txt:134
+#. code: mesq l("But most important, she is the one who took care of you when you were unconscious.");
+#: npc/000-2-3/nard.txt:135
#, no-c-format
-msgid "But most important, she is the one who took care of you when you were unconscious.#1"
+msgid "But most important, she is the one who took care of you when you were unconscious."
msgstr ""
#. code: l("But my luck left me, because as soon as I left his house, the guards started chasing me."),
@@ -5492,7 +5237,6 @@ msgid "But please, I really need your help!"
msgstr ""
#. code: mesq l("But please, could you look for Juliet as well? I'm starting to get deeply worried, here.");
-#: npc/008-2-4/olana.txt~:310
#: npc/008-2-4/olana.txt:311
#, no-c-format
msgid "But please, could you look for Juliet as well? I'm starting to get deeply worried, here."
@@ -5523,95 +5267,72 @@ msgid "But since that damned Oscar stopped supplying me fruits, I'm trapped in f
msgstr ""
#. code: l("But something like “Nanaj princino”, I think."); // this is "Dwarven Princess" translated to Esperanto
-#: npc/008-1/hinnak.txt:263
-#: npc/008-1/hinnak.txt~:263
+#: npc/008-1/hinnak.txt:287
#, no-c-format
msgid "But something like “Nanaj princino”, I think."
msgstr ""
#. code: mesc(l("But still, you open your eyes and see a large ship before you!"), 9);
-#: npc/000-0/sailors.txt:26
+#: npc/000-0/sailors.txt:68
#, no-c-format
msgid "But still, you open your eyes and see a large ship before you!"
msgstr ""
#. code: l("But thank you anyway! I can refund him now!"),
#: npc/001-1/chelios.txt:101
-#: npc/001-1/chelios.txt~:101
#, no-c-format
msgid "But thank you anyway! I can refund him now!"
msgstr ""
#. code: mesq l("But that's how I learned the carp sandwich recipe, you know?");
-#: npc/008-2-16/yannika.txt~:382
-#: npc/008-2-16/yannika.txt:382
+#: npc/008-2-16/yannika.txt:383
#, no-c-format
msgid "But that's how I learned the carp sandwich recipe, you know?"
msgstr ""
#. code: l("But the last time I asked him for a new delivery he said that he would never again get any for me."));
#: npc/008-2-6/alan.txt:60
-#: npc/008-2-6/alan.txt~:60
#, no-c-format
msgid "But the last time I asked him for a new delivery he said that he would never again get any for me."
msgstr ""
-#. code: lg("But the plushroom you brought was really awesome you know."),
-#: npc/001-1/rumly.txt:168
-#, no-c-format
-msgid "But the plushroom you brought was really awesome you know.#0"
-msgstr ""
-
-#. code: lg("But the plushroom you brought was really awesome you know."),
-#: npc/001-1/rumly.txt:168
-#, no-c-format
-msgid "But the plushroom you brought was really awesome you know.#1"
-msgstr ""
-
#. code: mesc l("But there is no skill to be learnt from this boss.");
#: npc/items/master_skillbook.txt:54
-#: npc/items/master_skillbook.txt~:54
#, no-c-format
msgid "But there is no skill to be learnt from this boss."
msgstr ""
#. code: l("But there was nothing, nothing at all. We looked and looked – and suddenly George screamed: While we weren't paying attention to nearby things, scorpions had crept up on us!"),
-#: npc/008-2-2/kfahr.txt~:434
#: npc/008-2-2/kfahr.txt:434
#, no-c-format
msgid "But there was nothing, nothing at all. We looked and looked – and suddenly George screamed: While we weren't paying attention to nearby things, scorpions had crept up on us!"
msgstr ""
-#. code: l("But they are not for sale! I use them for my custom brew of status reset potions. Are you interested?");
-#: npc/020-1/malivox.txt~:14
+#. code: l("But they are not for sale! I use them for my custom brew of potions. By the way.");
#: npc/020-1/malivox.txt:14
#, no-c-format
-msgid "But they are not for sale! I use them for my custom brew of status reset potions. Are you interested?"
+msgid "But they are not for sale! I use them for my custom brew of potions. By the way."
msgstr ""
#. code: l("But they are too fast."),
-#: npc/008-1/hinnak.txt:62
-#: npc/008-1/hinnak.txt~:62
+#: npc/008-1/hinnak.txt:86
#, no-c-format
msgid "But they are too fast."
msgstr ""
#. code: l("But we are quite lucky here, outside of some tipsy travelers there are no big problems around here, it's not like the capital, Esperia."),
-#: npc/001-1/enora.txt~:198
-#: npc/001-1/enora.txt:198
+#: npc/001-1/enora.txt:199
#, no-c-format
msgid "But we are quite lucky here, outside of some tipsy travelers there are no big problems around here, it's not like the capital, Esperia."
msgstr ""
#. code: l("But we did have the tablet as a proof of what happened.");
#: npc/008-2-2/kfahr.txt:469
-#: npc/008-2-2/kfahr.txt~:469
#, no-c-format
msgid "But we did have the tablet as a proof of what happened."
msgstr ""
#. code: mesq l("But we were lucky, because the snail is really slow and we ran away from it. Juliet ran to the left and I ran to the right. The snail got pretty confused, because we are identical twins. The problem is that I dropped the basket full of fruits on the ground and that evil snail ate them all! And now I can't find Juliet to help me collect more fruits.");
-#: npc/008-1/rossy.txt~:109
#: npc/008-1/rossy.txt:109
#, no-c-format
msgid "But we were lucky, because the snail is really slow and we ran away from it. Juliet ran to the left and I ran to the right. The snail got pretty confused, because we are identical twins. The problem is that I dropped the basket full of fruits on the ground and that evil snail ate them all! And now I can't find Juliet to help me collect more fruits."
@@ -5619,7 +5340,6 @@ msgstr ""
#. code: l("But when it breathed out, only a tiny little flame came out – and a lot of terrible smell that nearly knocked me off my feet."),
#: npc/008-2-2/kfahr.txt:540
-#: npc/008-2-2/kfahr.txt~:540
#, no-c-format
msgid "But when it breathed out, only a tiny little flame came out – and a lot of terrible smell that nearly knocked me off my feet."
msgstr ""
@@ -5631,33 +5351,12 @@ msgid "But who am I?"
msgstr ""
#. code: mesc l("But you are out of the boss level range.");
-#: npc/items/master_skillbook.txt~:69
#: npc/items/master_skillbook.txt:69
#, no-c-format
msgid "But you are out of the boss level range."
msgstr ""
-#. code: lg("But you are welcome to reset your stats again if you bring me some more plushrooms!");
-#: npc/001-1/rumly.txt:176
-#, no-c-format
-msgid "But you are welcome to reset your stats again if you bring me some more plushrooms!#0"
-msgstr ""
-
-#. code: lg("But you are welcome to reset your stats again if you bring me some more plushrooms!");
-#: npc/001-1/rumly.txt:176
-#, no-c-format
-msgid "But you are welcome to reset your stats again if you bring me some more plushrooms!#1"
-msgstr ""
-
-#. code: l("But you are welcome to reset your stats again! I need the money.");
-#: npc/functions/resetstatus.txt:102
-#: npc/functions/resetstatus.txt~:102
-#, no-c-format
-msgid "But you are welcome to reset your stats again! I need the money."
-msgstr ""
-
#. code: mesc l("But you do not have enough Magic Ink. (You need: @@ @@)", @mb_ItemAm, getitemlink(@mb_ItemId));
-#: npc/items/master_skillbook.txt~:76
#: npc/items/master_skillbook.txt:76
#, no-c-format
msgid "But you do not have enough Magic Ink. (You need: @@ @@)"
@@ -5670,22 +5369,19 @@ msgid "But you just arrived! Seriously. Stop."
msgstr ""
#. code: mesc l("But you ran out of empty pages on this book.");
-#: npc/items/master_skillbook.txt~:61
#: npc/items/master_skillbook.txt:61
#, no-c-format
msgid "But you ran out of empty pages on this book."
msgstr ""
#. code: l("But you said you remember me!"),
-#: npc/008-2-32/thamas.txt~:18
#: npc/008-2-32/thamas.txt:18
#, no-c-format
msgid "But you said you remember me!"
msgstr ""
#. code: l("But you should've seen that gaze!"),
-#: npc/008-1/hinnak.txt~:253
-#: npc/008-1/hinnak.txt:253
+#: npc/008-1/hinnak.txt:277
#, no-c-format
msgid "But you should've seen that gaze!"
msgstr ""
@@ -5697,38 +5393,24 @@ msgid "But you won't *hic* me this time..."
msgstr ""
#. code: mesq l("But...");
-#: npc/001-1/cookiemaster.txt~:166
-#: npc/001-1/cookiemaster.txt:166
+#: npc/001-1/cookiemaster.txt:165
#, no-c-format
msgid "But..."
msgstr ""
-#. code: lg("But... I remember that my clothes were very dear to me..."),
-#: npc/000-2-1/arpan.txt:222
-#, no-c-format
-msgid "But... I remember that my clothes were very dear to me...#0"
-msgstr ""
-
-#. code: lg("But... I remember that my clothes were very dear to me..."),
-#: npc/000-2-1/arpan.txt:222
-#, no-c-format
-msgid "But... I remember that my clothes were very dear to me...#1"
-msgstr ""
-
-#. code: mesq lg("But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet.", "But... If he has amnesia like Julia said... We don't need to worry about him. At least not yet.");
-#: npc/000-2-3/sailors.txt:38
+#. code: l("But... I remember that my clothes were very dear to me..."),
+#: npc/000-2-1/arpan.txt:237
#, no-c-format
-msgid "But... If he has amnesia like Julia said... We don't need to worry about him. At least not yet.#1"
+msgid "But... I remember that my clothes were very dear to me..."
msgstr ""
-#. code: mesq lg("But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet.", "But... If he has amnesia like Julia said... We don't need to worry about him. At least not yet.");
+#. code: mesq l("But... If Julia is right with the amnesia ... We don't need to worry. At least not yet.");
#: npc/000-2-3/sailors.txt:38
#, no-c-format
-msgid "But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet.#0"
+msgid "But... If Julia is right with the amnesia ... We don't need to worry. At least not yet."
msgstr ""
#. code: l("But... something is missing to make the soup creamy."),
-#: npc/008-2-4/bernard.txt~:110
#: npc/008-2-4/bernard.txt:110
#, no-c-format
msgid "But... something is missing to make the soup creamy."
@@ -5741,13 +5423,12 @@ msgid "But: No recipe, no desserts."
msgstr ""
#. code: Name: "Butterfly"
-#: mob_db.conf:1396
+#: mob_db.conf:1373
#, no-c-format
msgid "Butterfly"
msgstr ""
#. code: l("By last, a master craftsman can make equipment much better than a less skilled one. Equipment made by measure are much better than those bought at shops as well.");
-#: npc/001-2-27/don.txt~:50
#: npc/001-2-27/don.txt:50
#, no-c-format
msgid "By last, a master craftsman can make equipment much better than a less skilled one. Equipment made by measure are much better than those bought at shops as well."
@@ -5755,7 +5436,6 @@ msgstr ""
#. code: l("By the way, I'll explain you how crafting works when I become less lazy.");
#: npc/001-1/chelios.txt:126
-#: npc/001-1/chelios.txt~:126
#, no-c-format
msgid "By the way, I'll explain you how crafting works when I become less lazy."
msgstr ""
@@ -5767,19 +5447,29 @@ msgid "By the way, I'm Lozerk. Lieutenant Lozerk."
msgstr ""
#. code: l("By the way, did you ever talk with Don?"),
-#: npc/001-1/enora.txt:169
-#: npc/001-1/enora.txt~:169
+#: npc/001-1/enora.txt:170
#, no-c-format
msgid "By the way, did you ever talk with Don?"
msgstr ""
+#. code: mesq l("By the way, did you knew it is impossible to reassign your training?");
+#: npc/001-1/rumly.txt:116
+#, no-c-format
+msgid "By the way, did you knew it is impossible to reassign your training?"
+msgstr ""
+
#. code: l("By the way, stay sharp! I may call upon you again."));
#: npc/008-2-1/inspector.txt:131
-#: npc/008-2-1/inspector.txt~:131
#, no-c-format
msgid "By the way, stay sharp! I may call upon you again."
msgstr ""
+#. code: l("By the way. About stat resets.");
+#: npc/012-2-4/morgan.txt:13
+#, no-c-format
+msgid "By the way. About stat resets."
+msgstr ""
+
#. code: l("Bye for now."),
#: npc/functions/goodbye.txt:17
#, no-c-format
@@ -5803,15 +5493,13 @@ msgstr ""
#. code: l("Bye.")))
#. code: l("Bye.");
#: npc/001-2-27/lydon.txt:13
-#: npc/001-2-27/lydon.txt~:13
#: npc/001-2-19/lloyd.txt:188
#, no-c-format
msgid "Bye."
msgstr ""
#. code: mesq l("C'mon, don't be like that and loosen up! Don't you want to know who's behind all of this?!");
-#: npc/001-1/cookiemaster.txt~:193
-#: npc/001-1/cookiemaster.txt:193
+#: npc/001-1/cookiemaster.txt:192
#, no-c-format
msgid "C'mon, don't be like that and loosen up! Don't you want to know who's behind all of this?!"
msgstr ""
@@ -5829,7 +5517,6 @@ msgid "CONFRONT AND DESTROY!! (Don't tell your parents I said that."
msgstr ""
#. code: l("Call for Micksha and Jesusalva to implement all this, please."),
-#: npc/008-3-5/nunia.txt~:72
#: npc/008-3-5/nunia.txt:72
#, no-c-format
msgid "Call for Micksha and Jesusalva to implement all this, please."
@@ -5837,14 +5524,12 @@ msgstr ""
#. code: l("Calm down and tell me what happened.");
#: npc/008-1/rossy.txt:371
-#: npc/008-1/rossy.txt~:369
#, no-c-format
msgid "Calm down and tell me what happened."
msgstr ""
#. code: mesq l("Calm down! How can I help you?");
#: npc/020-1/joaquim.txt:99
-#: npc/020-1/joaquim.txt~:99
#, no-c-format
msgid "Calm down! How can I help you?"
msgstr ""
@@ -5856,7 +5541,6 @@ msgid "Calypsan#001-1"
msgstr ""
#. code: l("Came back for more stories about Desert Worms, Desert Temples and the Hero of Tulimshar? Have a seat!");
-#: npc/008-2-2/kfahr.txt~:118
#: npc/008-2-2/kfahr.txt:118
#, no-c-format
msgid "Came back for more stories about Desert Worms, Desert Temples and the Hero of Tulimshar? Have a seat!"
@@ -5869,14 +5553,12 @@ msgid "Camel Cotton Dye"
msgstr ""
#. code: speech S_LAST_NEXT, l("Can I be of any help?");
-#: npc/001-1/chelios.txt~:22
#: npc/001-1/chelios.txt:22
#, no-c-format
msgid "Can I be of any help?"
msgstr ""
#. code: switch (select(l("Can I craft them myself?"),
-#: npc/001-2-27/don.txt~:87
#: npc/001-2-27/don.txt:87
#, no-c-format
msgid "Can I craft them myself?"
@@ -5896,13 +5578,12 @@ msgstr ""
#. code: l("Can I read these rules again?"),
#: npc/000-2-0/julia.txt:224
-#: npc/000-2-0/julia.txt~:224
#, no-c-format
msgid "Can I read these rules again?"
msgstr ""
#. code: l("Can I sit on you?"),
-#: npc/008-1/4144.txt:23
+#: npc/008-1/greenmage.txt:23
#, no-c-format
msgid "Can I sit on you?"
msgstr ""
@@ -5949,7 +5630,6 @@ msgid "Can do the quest"
msgstr ""
#. code: l("Can you bug Jesusalva? I really would like to teach you something.");
-#: npc/020-1/hocus.txt~:16
#: npc/020-1/hocus.txt:17
#: npc/020-1/pusco.txt:11
#, no-c-format
@@ -5963,9 +5643,8 @@ msgid "Can you do a last task for me and try to find Micksha? He sure can help m
msgstr ""
#. code: l("Can you do something with my color?"),
-#: npc/001-2-41/edouard.txt:138
-#: npc/functions/barber.txt~:180
#: npc/functions/barber.txt:183
+#: npc/001-2-41/edouard.txt:132
#, no-c-format
msgid "Can you do something with my color?"
msgstr ""
@@ -5977,7 +5656,6 @@ msgid "Can you help me? It is so dark, and smelly, in here."
msgstr ""
#. code: rif(BaseLevel >= .min_level, l("Can you make me a really good bow?")),
-#: npc/008-2-6/alan.txt~:27
#: npc/008-2-6/alan.txt:27
#, no-c-format
msgid "Can you make me a really good bow?"
@@ -5997,10 +5675,10 @@ msgstr ""
msgid "Can you please go there and find him? He is probably hiding in one of those trees, like always."
msgstr ""
-#. code: rif(.@visited > 0, l("Can you reset my stats please?")),
-#: npc/001-1/rumly.txt:32
+#. code: rif(!getskilllv(MG_COLDBOLT), l("Can you teach me a magic spell?")), L_Magic,
+#: npc/000-2-1/arpan.txt:158
#, no-c-format
-msgid "Can you reset my stats please?"
+msgid "Can you teach me a magic spell?"
msgstr ""
#. code: l("Can you teach me cooking?");
@@ -6023,14 +5701,12 @@ msgid "Can you tell me the directions again?"
msgstr ""
#. code: npctalk3(l("Can you verify that with his wife?"));
-#: npc/008-2-1/inspector.txt~:100
#: npc/008-2-1/inspector.txt:100
#, no-c-format
msgid "Can you verify that with his wife?"
msgstr ""
#. code: l("Can't blame you, can't blame you at all! Here, take a seat!");
-#: npc/008-2-2/kfahr.txt~:61
#: npc/008-2-2/kfahr.txt:61
#, no-c-format
msgid "Can't blame you, can't blame you at all! Here, take a seat!"
@@ -6038,7 +5714,6 @@ msgstr ""
#. code: mesq l("Can't bring you directly to the town because some... misunderstandings, but don't worry.");
#: npc/001-3-2/henry.txt:126
-#: npc/001-3-2/henry.txt~:126
#, no-c-format
msgid "Can't bring you directly to the town because some... misunderstandings, but don't worry."
msgstr ""
@@ -6070,8 +5745,7 @@ msgid "Can't you do it yourself?!"
msgstr ""
#. code: l("Can't you remember anything at all? Or do you have some memories of your past?"),
-#: npc/001-1/enora.txt~:86
-#: npc/001-1/enora.txt:86
+#: npc/001-1/enora.txt:87
#, no-c-format
msgid "Can't you remember anything at all? Or do you have some memories of your past?"
msgstr ""
@@ -6100,6 +5774,12 @@ msgstr ""
msgid "Can't you see I'm working?!"
msgstr ""
+#. code: l("Cancel"), 0,
+#: npc/functions/rebirth.txt:67
+#, no-c-format
+msgid "Cancel"
+msgstr ""
+
#. code: Name: "Candle Helmet"
#: item_db.conf:-1
#, no-c-format
@@ -6119,8 +5799,7 @@ msgid "Candor North"
msgstr ""
#. code: mesq l("Candor's Chef is not very normal, so be careful when asking him about the sandwiches you want to make.");
-#: npc/008-2-16/yannika.txt:364
-#: npc/008-2-16/yannika.txt~:364
+#: npc/008-2-16/yannika.txt:365
#, no-c-format
msgid "Candor's Chef is not very normal, so be careful when asking him about the sandwiches you want to make."
msgstr ""
@@ -6166,8 +5845,8 @@ msgid "Captain Nard is in the room to your right."
msgstr ""
#. code: mesc l("Cards are ranked on this priority: A - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - J - Q - K - Joker");
-#: npc/functions/casino.txt:158
-#: npc/functions/casino.txt:187
+#: npc/functions/casino.txt:161
+#: npc/functions/casino.txt:190
#, no-c-format
msgid "Cards are ranked on this priority: A - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - J - Q - K - Joker"
msgstr ""
@@ -6222,8 +5901,7 @@ msgid "Cat Ears"
msgstr ""
#. code: l("Cat got your tongue?"),
-#: npc/001-1/enora.txt:67
-#: npc/001-1/enora.txt~:67
+#: npc/001-1/enora.txt:68
#, no-c-format
msgid "Cat got your tongue?"
msgstr ""
@@ -6242,13 +5920,12 @@ msgstr ""
#. code: l("Cave"), l("Mountain"),
#: npc/functions/main.txt:297
-#: npc/functions/main.txt~:298
#, no-c-format
msgid "Cave"
msgstr ""
#. code: Name: "Cave Maggot"
-#: mob_db.conf:1174
+#: mob_db.conf:1154
#, no-c-format
msgid "Cave Maggot"
msgstr ""
@@ -6260,14 +5937,13 @@ msgid "Celestia"
msgstr ""
#. code: 009-2-8,39,30,0 script Cerhan NPC_CHELIOS,{
-#: npc/009-2-8/cerhan.txt~:8
#: npc/009-2-8/cerhan.txt:8
#, no-c-format
msgid "Cerhan"
msgstr ""
#. code: rif(@menu == 1, "► ") + l("Ch 1 — Fishing apparatus"),
-#: npc/001-2-4/books.txt:38
+#: npc/001-2-4/books.txt:39
#, no-c-format
msgid "Ch 1 — Fishing apparatus"
msgstr ""
@@ -6321,7 +5997,7 @@ msgid "Ch 16 — Shortcuts."
msgstr ""
#. code: rif(@menu == 2, "► ") + l("Ch 2 — Baits"),
-#: npc/001-2-4/books.txt:39
+#: npc/001-2-4/books.txt:40
#, no-c-format
msgid "Ch 2 — Baits"
msgstr ""
@@ -6333,7 +6009,7 @@ msgid "Ch 2 — Everything about monsters."
msgstr ""
#. code: rif(@menu == 3, "► ") + l("Ch 3 — Location"),
-#: npc/001-2-4/books.txt:40
+#: npc/001-2-4/books.txt:41
#, no-c-format
msgid "Ch 3 — Location"
msgstr ""
@@ -6345,7 +6021,7 @@ msgid "Ch 3 — Quests."
msgstr ""
#. code: rif(@menu == 4, "► ") + l("Ch 4 — Casting"),
-#: npc/001-2-4/books.txt:41
+#: npc/001-2-4/books.txt:42
#, no-c-format
msgid "Ch 4 — Casting"
msgstr ""
@@ -6363,7 +6039,7 @@ msgid "Ch 5 — NPC's."
msgstr ""
#. code: rif(@menu == 5, "► ") + l("Ch 5 — Reeling");
-#: npc/001-2-4/books.txt:42
+#: npc/001-2-4/books.txt:43
#, no-c-format
msgid "Ch 5 — Reeling"
msgstr ""
@@ -6411,31 +6087,31 @@ msgid "Chair#Chair1-001-2-41"
msgstr ""
#. code: 001-2-41,31,24,0 script Chair#Chair2-001-2-41 NPC_NO_SPRITE,{
-#: npc/001-2-41/edouard.txt:37
+#: npc/001-2-41/edouard.txt:36
#, no-c-format
msgid "Chair#Chair2-001-2-41"
msgstr ""
#. code: 001-2-41,35,27,0 script Chair#Chair3-001-2-41 NPC_NO_SPRITE,{
-#: npc/001-2-41/edouard.txt:47
+#: npc/001-2-41/edouard.txt:45
#, no-c-format
msgid "Chair#Chair3-001-2-41"
msgstr ""
#. code: 001-2-41,35,29,0 script Chair#Chair4-001-2-41 NPC_NO_SPRITE,{
-#: npc/001-2-41/edouard.txt:57
+#: npc/001-2-41/edouard.txt:54
#, no-c-format
msgid "Chair#Chair4-001-2-41"
msgstr ""
#. code: 001-2-41,35,35,0 script Chair#Chair5-001-2-41 NPC_NO_SPRITE,{
-#: npc/001-2-41/edouard.txt:67
+#: npc/001-2-41/edouard.txt:63
#, no-c-format
msgid "Chair#Chair5-001-2-41"
msgstr ""
#. code: 001-2-41,35,37,0 script Chair#Chair6-001-2-41 NPC_NO_SPRITE,{
-#: npc/001-2-41/edouard.txt:77
+#: npc/001-2-41/edouard.txt:72
#, no-c-format
msgid "Chair#Chair6-001-2-41"
msgstr ""
@@ -6489,27 +6165,19 @@ msgstr ""
msgid "Change task"
msgstr ""
-#. code: lg("Changed your mind, uh?"),
-#: npc/001-1/rumly.txt:121
+#. code: l("Changed your mind? I was sure that you were willing to help me...")
+#: npc/008-1-1/galimatia.txt:110
#, no-c-format
-msgid "Changed your mind, uh?#0"
-msgstr ""
-
-#. code: lg("Changed your mind, uh?"),
-#: npc/001-1/rumly.txt:121
-#, no-c-format
-msgid "Changed your mind, uh?#1"
+msgid "Changed your mind? I was sure that you were willing to help me..."
msgstr ""
#. code: mes(b(l("Changing your body type will send you back to the character selection screen.")));
#: npc/functions/barber.txt:116
-#: npc/functions/barber.txt~:116
#, no-c-format
msgid "Changing your body type will send you back to the character selection screen."
msgstr ""
#. code: l("Check out this one."),
-#: npc/001-2-2/moon.txt~:144
#: npc/001-2-2/moon.txt:145
#, no-c-format
msgid "Check out this one."
@@ -6548,15 +6216,12 @@ msgid "Chef#Dimond"
msgstr ""
#. code: 009-2-3,27,41,0 script Chef#Reid NPC_REIDCHEF,{
-#. code: 009-2-3,27,41,0 script Chef#Reid NPC_CHEF_LEGACY,{
#: npc/009-2-3/chef.txt:6
-#: npc/009-2-3/chef.txt~:6
#, no-c-format
msgid "Chef#Reid"
msgstr ""
#. code: l("Chef? He is Don's apprentice, he works on his hammering skill day and night."),
-#: npc/001-2-27/lydon.txt~:21
#: npc/001-2-27/lydon.txt:21
#, no-c-format
msgid "Chef? He is Don's apprentice, he works on his hammering skill day and night."
@@ -6564,7 +6229,6 @@ msgstr ""
#. code: 001-1,95,109,0 script Chelios NPC_CHELIOS,{
#: npc/001-1/chelios.txt:15
-#: npc/001-1/chelios.txt~:15
#, no-c-format
msgid "Chelios"
msgstr ""
@@ -6588,22 +6252,19 @@ msgid "Chelios made sword"
msgstr ""
#. code: switch (select(l("Chelios managed to do excellent work."),
-#: npc/001-1/enora.txt~:174
-#: npc/001-1/enora.txt:174
+#: npc/001-1/enora.txt:175
#, no-c-format
msgid "Chelios managed to do excellent work."
msgstr ""
#. code: l("Chelios was stubborn in his youth, he never stopped annoying me with his questions while I was working at the forge."),
-#: npc/001-2-27/don.txt~:76
#: npc/001-2-27/don.txt:76
#, no-c-format
msgid "Chelios was stubborn in his youth, he never stopped annoying me with his questions while I was working at the forge."
msgstr ""
#. code: l("Chelios, his apprentice, practices outside, mostly.");
-#: npc/001-1/enora.txt~:28
-#: npc/001-1/enora.txt:28
+#: npc/001-1/enora.txt:29
#, no-c-format
msgid "Chelios, his apprentice, practices outside, mostly."
msgstr ""
@@ -6651,29 +6312,20 @@ msgstr ""
msgid "Chest#Artis"
msgstr ""
-#. code: mesq lg("Child, I do not need your money nor items. I told you I would teach you the recipe. It is free.");
-#: npc/020-1/hocus.txt~:60
-#: npc/020-1/hocus.txt:61
-#, no-c-format
-msgid "Child, I do not need your money nor items. I told you I would teach you the recipe. It is free.#0"
-msgstr ""
-
-#. code: mesq lg("Child, I do not need your money nor items. I told you I would teach you the recipe. It is free.");
-#: npc/020-1/hocus.txt~:60
+#. code: mesq l("Child, I do not need your money nor your items. I told you I would teach you the recipe. It is free.");
#: npc/020-1/hocus.txt:61
#, no-c-format
-msgid "Child, I do not need your money nor items. I told you I would teach you the recipe. It is free.#1"
+msgid "Child, I do not need your money nor your items. I told you I would teach you the recipe. It is free."
msgstr ""
#. code: l("Children play there and can be badly hurt if they get too close to a Fluffy's nest."),
-#: npc/001-1/enora.txt~:254
-#: npc/001-1/enora.txt:254
+#: npc/001-1/enora.txt:255
#, no-c-format
msgid "Children play there and can be badly hurt if they get too close to a Fluffy's nest."
msgstr ""
#. code: switch (select(l("Chill out I won't say anything."),
-#: npc/001-1/rumly.txt:48
+#: npc/001-1/rumly.txt:49
#, no-c-format
msgid "Chill out I won't say anything."
msgstr ""
@@ -6730,7 +6382,7 @@ msgid "Citizen"
msgstr ""
#. code: npctalkonce l("City Hall");
-#: npc/001-1/sign.txt:98
+#: npc/001-1/sign.txt:89
#, no-c-format
msgid "City Hall"
msgstr ""
@@ -6761,8 +6413,8 @@ msgstr ""
#. code: mesc(l("Click on the NPCs (Non-Player Characters) around you to continue the introduction."), 9);
#. code: dispbottom(l("Click on the NPCs (Non-Player Characters) around you to continue the introduction."));
-#: npc/000-0/sailors.txt:80
-#: npc/000-0-0/sailors.txt:81
+#: npc/000-0/sailors.txt:122
+#: npc/000-0-0/sailors.txt:80
#, no-c-format
msgid "Click on the NPCs (Non-Player Characters) around you to continue the introduction."
msgstr ""
@@ -6792,7 +6444,7 @@ msgid "Clover"
msgstr ""
#. code: Name: "Clover Patch"
-#: mob_db.conf:1440
+#: mob_db.conf:1416
#, no-c-format
msgid "Clover Patch"
msgstr ""
@@ -6804,13 +6456,13 @@ msgid "Coal"
msgstr ""
#. code: Name: "Coal Vein"
-#: mob_db.conf:2069
+#: mob_db.conf:2034
#, no-c-format
msgid "Coal Vein"
msgstr ""
#. code: Name: "Coal Veinbloc"
-#: mob_db.conf:3050
+#: mob_db.conf:3000
#, no-c-format
msgid "Coal Veinbloc"
msgstr ""
@@ -6822,7 +6474,7 @@ msgid "Cobalt Herb"
msgstr ""
#. code: Name: "Cobalt Plant"
-#: mob_db.conf:1678
+#: mob_db.conf:1649
#, no-c-format
msgid "Cobalt Plant"
msgstr ""
@@ -6845,9 +6497,14 @@ msgstr ""
msgid "Colorant is not the yeying color. Some wear out from light, others look great but inflict itai-itai, and others become spotty or wash-away."
msgstr ""
+#. code: mes b(l("Combat"));
+#: npc/commands/info.txt:87
+#, no-c-format
+msgid "Combat"
+msgstr ""
+
#. code: l("Come back later if you changed your mind!");
-#: npc/001-2-28/plush.txt~:55
-#: npc/001-2-28/plush.txt:56
+#: npc/001-2-28/plush.txt:55
#: npc/008-2-2/melania.txt:75
#, no-c-format
msgid "Come back later if you changed your mind!"
@@ -6860,8 +6517,6 @@ msgid "Come back later!"
msgstr ""
#. code: l("Come back later, perhaps I can find it.");
-#: npc/009-2-7/jpmorbid.txt~:13
-#: npc/009-2-6/jpmorbid.txt~:12
#: npc/020-2-9/hydusun.txt:13
#: npc/009-2-6/jpmorbid.txt:12
#: npc/008-2-1/richard.txt:13
@@ -6876,59 +6531,28 @@ msgid "Come back later, perhaps you can help keeping things under control."
msgstr ""
#. code: l("Come back later."),
+#. code: l("Come back later.");
+#: npc/020-1/inar.txt:14
#: npc/functions/generic-text.txt:64
-#, no-c-format
-msgid "Come back later."
-msgstr ""
-
-#. code: lg("Come back later.");
-#: npc/008-2-16/yannika.txt:30
#: npc/008-2-6/donald.txt:11
-#: npc/008-2-16/yannika.txt~:30
-#, no-c-format
-msgid "Come back later.#0"
-msgstr ""
-
-#. code: lg("Come back later.");
+#: npc/020-1/neko.txt:15
#: npc/008-2-16/yannika.txt:30
-#: npc/008-2-6/donald.txt:11
-#: npc/008-2-16/yannika.txt~:30
#, no-c-format
-msgid "Come back later.#1"
+msgid "Come back later."
msgstr ""
#. code: l("Come back soon, and bring @@s!", getitemlink(Plushroom));
-#: npc/001-1/rumly.txt:192
+#: npc/001-1/rumly.txt:160
#, no-c-format
msgid "Come back soon, and bring @@s!"
msgstr ""
#. code: l("Come back when you do."));
-#: npc/008-1/jack.txt~:215
#: npc/008-1/jack.txt:215
#, no-c-format
msgid "Come back when you do."
msgstr ""
-#. code: l("Come back when you will really need me.");
-#: npc/functions/resetstatus.txt~:96
-#: npc/functions/resetstatus.txt:96
-#, no-c-format
-msgid "Come back when you will really need me."
-msgstr ""
-
-#. code: lg("Come back when you will really need me. And bring more plushrooms with you!");
-#: npc/001-1/rumly.txt:169
-#, no-c-format
-msgid "Come back when you will really need me. And bring more plushrooms with you!#0"
-msgstr ""
-
-#. code: lg("Come back when you will really need me. And bring more plushrooms with you!");
-#: npc/001-1/rumly.txt:169
-#, no-c-format
-msgid "Come back when you will really need me. And bring more plushrooms with you!#1"
-msgstr ""
-
#. code: l("Come closer dear, I can't hear you."),
#: npc/functions/generic-text.txt:35
#, no-c-format
@@ -6936,28 +6560,21 @@ msgid "Come closer dear, I can't hear you."
msgstr ""
#. code: l("Come on in and have a nice long... long slumber...");
-#: npc/009-2-3/barbara.txt~:10
#: npc/009-2-3/barbara.txt:10
#, no-c-format
msgid "Come on in and have a nice long... long slumber..."
msgstr ""
#. code: l("Come on pal, what's the matter?");
-#: npc/008-1-1/galimatia.txt:213
+#: npc/008-1-1/galimatia.txt:191
#, no-c-format
msgid "Come on pal, what's the matter?"
msgstr ""
-#. code: mesq lg("Come on, Sap! You are scaring her with your stories.", "Come on, Sap! You are scaring him with your stories.");
-#: npc/000-1/sapartan.txt:41
-#, no-c-format
-msgid "Come on, Sap! You are scaring her with your stories.#0"
-msgstr ""
-
-#. code: mesq lg("Come on, Sap! You are scaring her with your stories.", "Come on, Sap! You are scaring him with your stories.");
+#. code: mesq l("Come on, Sap! Do not always scare others with your horror stories.");
#: npc/000-1/sapartan.txt:41
#, no-c-format
-msgid "Come on, Sap! You are scaring him with your stories.#1"
+msgid "Come on, Sap! Do not always scare others with your horror stories."
msgstr ""
#. code: l("Come on, don't be a coward!"),
@@ -6966,27 +6583,26 @@ msgstr ""
msgid "Come on, don't be a coward!"
msgstr ""
-#. code: speech l("Come on, kill those bastards!!! Wolverns must pay the price of tasting my damn leg!!!");
-#: npc/008-1/sergeant-ryan.txt:46
+#. code: l("Come on, don't give up. We are already done with it.")
+#: npc/008-1-1/galimatia.txt:177
#, no-c-format
-msgid "Come on, kill those bastards!!! Wolverns must pay the price of tasting my damn leg!!!"
+msgid "Come on, don't give up. We are already done with it."
msgstr ""
-#. code: mesq l("Come on, move!");
-#: npc/functions/libquest.txt:76
+#. code: speech l("Come on, kill those bastards!!! Wolverns must pay the price of tasting my damn leg!!!");
+#: npc/008-1/sergeant-ryan.txt:46
#, no-c-format
-msgid "Come on, move!"
+msgid "Come on, kill those bastards!!! Wolverns must pay the price of tasting my damn leg!!!"
msgstr ""
-#. code: mesq l("Come on, stop wasting my time!");
-#: npc/008-1-1/galimatia.txt:219
-#: npc/008-1-1/galimatia.txt:162
+#. code: l("Come on, stop wasting my time!")
+#: npc/008-1-1/galimatia.txt:150
+#: npc/008-1-1/galimatia.txt:202
#, no-c-format
msgid "Come on, stop wasting my time!"
msgstr ""
#. code: l("Come to the bakery! Come to the Market! Come to Prison!"),
-#: npc/020-1/itka.txt~:10
#: npc/020-1/itka.txt:10
#, no-c-format
msgid "Come to the bakery! Come to the Market! Come to Prison!"
@@ -6999,7 +6615,7 @@ msgid "Come, come and see!"
msgstr ""
#. code: l("Comfortable grip is important especially for newcomers, since they'll be holding it for quite a while.");
-#: npc/001-2-4/books.txt:49
+#: npc/001-2-4/books.txt:50
#, no-c-format
msgid "Comfortable grip is important especially for newcomers, since they'll be holding it for quite a while."
msgstr ""
@@ -7068,7 +6684,7 @@ msgid "Confused Tree"
msgstr ""
#. code: mesc l("Congrats! A pity it was not 777..."), 3;
-#: npc/functions/casino.txt:82
+#: npc/functions/casino.txt:83
#, no-c-format
msgid "Congrats! A pity it was not 777..."
msgstr ""
@@ -7080,15 +6696,15 @@ msgid "Congrats, you are now part of the crew. Thanks again for your help."
msgstr ""
#. code: mesq l("Congratulations!");
-#: npc/000-2-3/nard.txt:206
+#: npc/000-2-3/nard.txt:207
#, no-c-format
msgid "Congratulations!"
msgstr ""
#. code: dispbottom l("Congratulations, %s. I think this is enough. You can continue fighting to set a good score or report to Lozerk.", strcharinfo(0));
#. code: npctalk l("Congratulations, %s. I think this is enough. You can continue fighting to set a good score or report to Lozerk.", strcharinfo(0));
-#: npc/001-2-32/serena.txt:193
-#: npc/001-2-32/serena.txt:195
+#: npc/001-2-32/serena.txt:194
+#: npc/001-2-32/serena.txt:192
#, no-c-format
msgid "Congratulations, %s. I think this is enough. You can continue fighting to set a good score or report to Lozerk."
msgstr ""
@@ -7128,7 +6744,6 @@ msgstr ""
#. code: 001-1,39,38,0 script Cookie Master NPC_COOKIE_MASTER,{
#: npc/001-1/cookiemaster.txt:12
-#: npc/001-1/cookiemaster.txt~:12
#, no-c-format
msgid "Cookie Master"
msgstr ""
@@ -7141,20 +6756,17 @@ msgstr ""
#. code: mesq l("Cookies are a source of life.");
#: npc/001-1/cookiemaster.txt:42
-#: npc/001-1/cookiemaster.txt~:42
#, no-c-format
msgid "Cookies are a source of life."
msgstr ""
#. code: mesq l("Cookies are awesome, so am I.");
-#: npc/001-1/cookiemaster.txt~:46
#: npc/001-1/cookiemaster.txt:46
#, no-c-format
msgid "Cookies are awesome, so am I."
msgstr ""
#. code: mesq l("Cookies provide you strength, health and cuteness.");
-#: npc/001-1/cookiemaster.txt~:44
#: npc/001-1/cookiemaster.txt:44
#, no-c-format
msgid "Cookies provide you strength, health and cuteness."
@@ -7168,6 +6780,12 @@ msgstr ""
msgid "Cooking"
msgstr ""
+#. code: mes b(l("Cooking & Brewing"));
+#: npc/commands/info.txt:62
+#, no-c-format
+msgid "Cooking & Brewing"
+msgstr ""
+
#. code: setnpcdialogtitle l("Cooking Recipes");
#: npc/items/recipes.txt:105
#, no-c-format
@@ -7175,15 +6793,13 @@ msgid "Cooking Recipes"
msgstr ""
#. code: mesq l("Cooking begins with collecting your own ingredients. That is what makes it so tasty. So, bring me a fishing rod!");
-#: npc/008-2-16/yannika.txt:274
-#: npc/008-2-16/yannika.txt~:274
+#: npc/008-2-16/yannika.txt:275
#, no-c-format
msgid "Cooking begins with collecting your own ingredients. That is what makes it so tasty. So, bring me a fishing rod!"
msgstr ""
#. code: l("Cooking is an art. You need to know how to cook something. You can use my stove to prepare."),
#: npc/008-2-16/yannika.txt:119
-#: npc/008-2-16/yannika.txt~:119
#, no-c-format
msgid "Cooking is an art. You need to know how to cook something. You can use my stove to prepare."
msgstr ""
@@ -7279,8 +6895,7 @@ msgid "Cotton Skirt"
msgstr ""
#. code: 001-1,46,125,0 trader Cotton#Dye001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt~:34
-#: npc/001-1/shop.txt:34
+#: npc/001-1/shop.txt:37
#, no-c-format
msgid "Cotton#Dye001-1"
msgstr ""
@@ -7293,14 +6908,12 @@ msgstr ""
#. code: l("Could I ask a favor of you?");
#: npc/008-2-4/bernard.txt:33
-#: npc/008-2-4/bernard.txt~:33
#, no-c-format
msgid "Could I ask a favor of you?"
msgstr ""
#. code: l("Could I lodge here for a while?"),
-#: npc/001-2-28/plush.txt:94
-#: npc/001-2-28/plush.txt~:93
+#: npc/001-2-28/plush.txt:93
#: npc/008-2-2/melania.txt:20
#, no-c-format
msgid "Could I lodge here for a while?"
@@ -7319,8 +6932,7 @@ msgid "Could you bleach my clothes?"
msgstr ""
#. code: mesq l("Could you bring a couple fresh fish to %s? Carps should do.", b(l("the Chef in Dimond's Cove")));
-#: npc/008-2-16/yannika.txt~:327
-#: npc/008-2-16/yannika.txt:327
+#: npc/008-2-16/yannika.txt:328
#, no-c-format
msgid "Could you bring a couple fresh fish to %s? Carps should do."
msgstr ""
@@ -7332,8 +6944,7 @@ msgid "Could you bring it to him?"
msgstr ""
#. code: mesq l("Could you do a favor for me, first?");
-#: npc/008-2-16/yannika.txt:324
-#: npc/008-2-16/yannika.txt~:324
+#: npc/008-2-16/yannika.txt:325
#, no-c-format
msgid "Could you do a favor for me, first?"
msgstr ""
@@ -7345,46 +6956,33 @@ msgid "Could you do a small favor for me?"
msgstr ""
#. code: mesq l("Could you do me a favor? Could you bring her %d %s? I am sure she will love them!", 15, getitemlink(ARedRose));
-#: npc/008-2-4/olana.txt~:237
#: npc/008-2-4/olana.txt:63
#: npc/008-2-4/olana.txt:238
-#: npc/008-2-4/olana.txt~:63
#, no-c-format
msgid "Could you do me a favor? Could you bring her %d %s? I am sure she will love them!"
msgstr ""
#. code: mesq l("Could you do me a favor? Please, tell my mother that we're alright. There's ... well ... there's no reason to worry about us.");
-#: npc/008-1/rossy.txt~:121
#: npc/008-1/rossy.txt:121
#, no-c-format
msgid "Could you do me a favor? Please, tell my mother that we're alright. There's ... well ... there's no reason to worry about us."
msgstr ""
-#. code: mesq lg("Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...");
+#. code: mesq l("Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...");
#: npc/008-2-4/olana.txt:205
-#: npc/008-2-4/olana.txt~:204
#, no-c-format
-msgid "Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...#0"
+msgid "Could you do me a small favor, though? I know I barely know you, and you must be very busy, but..."
msgstr ""
-#. code: mesq lg("Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...");
-#: npc/008-2-4/olana.txt:205
-#: npc/008-2-4/olana.txt~:204
-#, no-c-format
-msgid "Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...#1"
-msgstr ""
-
-#. code: l("Could you explain to me where I am?"), L_WhereIam,
#. code: l("Could you explain to me where I am?"),
-#: npc/001-2-21/julia.txt:26
+#. code: l("Could you explain to me where I am?"), L_WhereIam,
#: npc/000-2-0/julia.txt:222
-#: npc/000-2-0/julia.txt~:222
+#: npc/001-2-21/julia.txt:26
#, no-c-format
msgid "Could you explain to me where I am?"
msgstr ""
#. code: l("Could you interrogate him for me?"));
-#: npc/008-2-1/inspector.txt~:89
#: npc/008-2-1/inspector.txt:89
#, no-c-format
msgid "Could you interrogate him for me?"
@@ -7392,7 +6990,6 @@ msgstr ""
#. code: l("Could you please bring me 2 new knives?"),
#: npc/008-2-16/yannika.txt:76
-#: npc/008-2-16/yannika.txt~:76
#, no-c-format
msgid "Could you please bring me 2 new knives?"
msgstr ""
@@ -7406,46 +7003,34 @@ msgstr ""
#. code: mesq l("Could you please deliver it to %s in the magic academy? He is the head of alchemy.", b("David"));
#: npc/008-1/rossy.txt:234
-#: npc/008-1/rossy.txt~:233
#: npc/008-1/rossy.txt:36
-#: npc/008-1/rossy.txt~:36
#, no-c-format
msgid "Could you please deliver it to %s in the magic academy? He is the head of alchemy."
msgstr ""
#. code: l("Could you please go there see if she is well?"),
#: npc/001-3-2/henry.txt:254
-#: npc/001-3-2/henry.txt~:253
#, no-c-format
msgid "Could you please go there see if she is well?"
msgstr ""
#. code: mesq l("Could you please tell my mother about that? She is already worried with Juliet and me, no need to have her worried about the exam as well.");
-#: npc/008-1/rossy.txt~:300
#: npc/008-1/rossy.txt:301
#, no-c-format
msgid "Could you please tell my mother about that? She is already worried with Juliet and me, no need to have her worried about the exam as well."
msgstr ""
#. code: mesq l("Could you pretty please see if they're fine? I can book you this inn for a night after that.");
-#: npc/008-2-4/olana.txt:131
#: npc/008-2-4/olana.txt:110
-#: npc/008-2-4/olana.txt~:131
-#: npc/008-2-4/olana.txt~:110
+#: npc/008-2-4/olana.txt:131
#, no-c-format
msgid "Could you pretty please see if they're fine? I can book you this inn for a night after that."
msgstr ""
-#. code: lg("Could you tell me where I am?"), L_Where,
+#. code: l("Could you tell me where I am?"), L_Where,
#: npc/000-2-1/arpan.txt:155
#, no-c-format
-msgid "Could you tell me where I am?#0"
-msgstr ""
-
-#. code: lg("Could you tell me where I am?"), L_Where,
-#: npc/000-2-1/arpan.txt:155
-#, no-c-format
-msgid "Could you tell me where I am?#1"
+msgid "Could you tell me where I am?"
msgstr ""
#. code: 000-1,89,36,0 script Couwan NPC_TRITAN_MAN_SAILOR,{
@@ -7474,13 +7059,13 @@ msgid "Couwan hands you a box full of fish."
msgstr ""
#. code: Name: "Crafty"
-#: mob_db.conf:805
+#: mob_db.conf:792
#, no-c-format
msgid "Crafty"
msgstr ""
#. code: Name: "Crafty Ghost"
-#: mob_db.conf:5233
+#: mob_db.conf:5171
#, no-c-format
msgid "Crafty Ghost"
msgstr ""
@@ -7533,8 +7118,14 @@ msgstr ""
msgid "Crimson Silk Dye"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_CRITBONUS), l("Crit +5%")), PCB_CRITBONUS,
+#: npc/functions/rebirth.txt:74
+#, no-c-format
+msgid "Crit +5%"
+msgstr ""
+
#. code: Name: "Croc"
-#: mob_db.conf:308
+#: mob_db.conf:304
#, no-c-format
msgid "Croc"
msgstr ""
@@ -7566,13 +7157,13 @@ msgid "Croconut Box"
msgstr ""
#. code: Name: "CroconutMob"
-#: mob_db.conf:642
+#: mob_db.conf:631
#, no-c-format
msgid "CroconutMob"
msgstr ""
#. code: Name: "Crocotree"
-#: mob_db.conf:494
+#: mob_db.conf:487
#, no-c-format
msgid "Crocotree"
msgstr ""
@@ -7619,8 +7210,14 @@ msgstr ""
msgid "Crude Topaz"
msgstr ""
+#. code: mesq l("Well, you fight! I heard some stuff about a so-called %s being used for that, or chanting %s bringing up a reference book but... To be honest, the most important is a weapon.", b(l("Ctrl Key")), b("@tutorial"));
+#: npc/000-1/lean.txt:69
+#, no-c-format
+msgid "Ctrl Key"
+msgstr ""
+
#. code: Name: "Cuco"
-#: mob_db.conf:883
+#: mob_db.conf:869
#, no-c-format
msgid "Cuco"
msgstr ""
@@ -7644,13 +7241,13 @@ msgid "Current Season: %s"
msgstr ""
#. code: dispbottom l("Current exp rate is set to @@% (default value).", .current_rate);
-#: npc/commands/rate-management.txt:53
+#: npc/commands/rate-management.txt:59
#, no-c-format
msgid "Current exp rate is set to @@% (default value)."
msgstr ""
#. code: dispbottom l("Current exp rate is set to @@%, and will reset to @@% (default value) in @@.",
-#: npc/commands/rate-management.txt:58
+#: npc/commands/rate-management.txt:64
#, no-c-format
msgid "Current exp rate is set to @@%, and will reset to @@% (default value) in @@."
msgstr ""
@@ -7698,7 +7295,7 @@ msgid "DO YOU FEEL BETTER?!"
msgstr ""
#. code: l("Daddy asked me to give you some money as a thank you for looking out for me."),
-#: npc/001-2-11/mona.txt:141
+#: npc/001-2-11/mona.txt:140
#, no-c-format
msgid "Daddy asked me to give you some money as a thank you for looking out for me."
msgstr ""
@@ -7721,6 +7318,18 @@ msgstr ""
msgid "Dagger"
msgstr ""
+#. code: select( l("Dammit another time! That comes from you!!!"));
+#: npc/009-2-0/soren.txt:57
+#, no-c-format
+msgid "Dammit another time! That comes from you!!!"
+msgstr ""
+
+#. code: select( l("Dammit! What's that stench?"));
+#: npc/009-2-0/soren.txt:51
+#, no-c-format
+msgid "Dammit! What's that stench?"
+msgstr ""
+
#. code: mesq l("Damn @@.", getitemlink(Croconut));
#: npc/000-1/tarlan.txt:45
#, no-c-format
@@ -7771,7 +7380,6 @@ msgstr ""
#. code: l("Light"), l("Dark"),
#: npc/functions/main.txt:299
-#: npc/functions/main.txt~:300
#, no-c-format
msgid "Dark"
msgstr ""
@@ -7788,6 +7396,12 @@ msgstr ""
msgid "Dark Red Cotton Dye"
msgstr ""
+#. code: dispbottom l("Darkness fills your vision...");
+#: npc/functions/vault.txt:106
+#, no-c-format
+msgid "Darkness fills your vision..."
+msgstr ""
+
#. code: 000-1,89,95,0 script Darlin NPC_RAIJIN_MAN,{
#: npc/000-1/darlin.txt:12
#, no-c-format
@@ -7814,20 +7428,17 @@ msgstr ""
#. code: l("David said he would grade it later, but you had nothing to worry about.");
#: npc/008-1/rossy.txt:293
-#: npc/008-1/rossy.txt~:292
#, no-c-format
msgid "David said he would grade it later, but you had nothing to worry about."
msgstr ""
#. code: l("David said it was okay-ish."),
-#: npc/008-1/rossy.txt~:291
#: npc/008-1/rossy.txt:292
#, no-c-format
msgid "David said it was \"okay-ish\"."
msgstr ""
#. code: l("Deal"),
-#: npc/009-2-3/chef.txt~:41
#: npc/009-2-3/chef.txt:41
#, no-c-format
msgid "Deal"
@@ -7840,7 +7451,6 @@ msgid "Deal, I offer you @@ E!"
msgstr ""
#. code: l("Deal."),
-#: npc/008-3-5/nunia.txt~:36
#: npc/008-3-5/nunia.txt:36
#, no-c-format
msgid "Deal."
@@ -7853,7 +7463,6 @@ msgid "Deal?"
msgstr ""
#. code: mesq l("Dealing with raijin is too bothersome to me.");
-#: npc/020-1/anwar.txt~:44
#: npc/020-1/anwar.txt:44
#, no-c-format
msgid "Dealing with raijin is too bothersome to me."
@@ -7942,6 +7551,12 @@ msgstr ""
msgid "Debug Wooden Shield"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_DEFBONUS), l("Def +20")), PCB_DEFBONUS,
+#: npc/functions/rebirth.txt:70
+#, no-c-format
+msgid "Def +20"
+msgstr ""
+
#. code: Name: "Delicious Cookie"
#: item_db.conf:-1
#, no-c-format
@@ -7955,11 +7570,17 @@ msgid "Deliver %s?"
msgstr ""
#. code: mesc l("Deliver items to Blossom?");
-#: npc/008-1-1/galimatia.txt:253
+#: npc/008-1-1/galimatia.txt:226
#, no-c-format
msgid "Deliver items to Blossom?"
msgstr ""
+#. code: mesc l("Deliver the %s?", getitemlink(Plushroom));
+#: npc/001-1/rumly.txt:135
+#, no-c-format
+msgid "Deliver the %s?"
+msgstr ""
+
#. code: mesc l("Deliver the ingredients?"), 1;
#: npc/020-2-34/donutello.txt:106
#, no-c-format
@@ -7980,7 +7601,7 @@ msgid "Delivered potion to David"
msgstr ""
#. code: Name: "Demonic Spirit"
-#: mob_db.conf:4681
+#: mob_db.conf:4619
#, no-c-format
msgid "Demonic Spirit"
msgstr ""
@@ -8004,20 +7625,19 @@ msgid "Desert Hat"
msgstr ""
#. code: Name: "Desert Scorpion"
-#: mob_db.conf:3352
+#: mob_db.conf:3298
#, no-c-format
msgid "Desert Scorpion"
msgstr ""
#. code: Name: "Desert Snake"
-#: mob_db.conf:3310
+#: mob_db.conf:3256
#, no-c-format
msgid "Desert Snake"
msgstr ""
#. code: l("Desert Temple?"),
#: npc/008-2-2/kfahr.txt:127
-#: npc/008-2-2/kfahr.txt~:127
#, no-c-format
msgid "Desert Temple?"
msgstr ""
@@ -8046,6 +7666,12 @@ msgstr ""
msgid "Devis#001-1"
msgstr ""
+#. code: mes b(l("Dexterity"));
+#: npc/commands/info.txt:43
+#, no-c-format
+msgid "Dexterity"
+msgstr ""
+
#. code: mesq l("Dexterity increases your bow damage and your accuracy.");
#: npc/000-1/panels.txt:43
#, no-c-format
@@ -8071,7 +7697,7 @@ msgid "Diamond Shard"
msgstr ""
#. code: Name: "Diamond Vein"
-#: mob_db.conf:1927
+#: mob_db.conf:1895
#, no-c-format
msgid "Diamond Vein"
msgstr ""
@@ -8083,7 +7709,6 @@ msgid "Did Q'Anon sent you? Are you enrolled in the Argaes expedition? We're lea
msgstr ""
#. code: mesq l("Did she like my present?");
-#: npc/008-2-4/olana.txt~:257
#: npc/008-2-4/olana.txt:258
#, no-c-format
msgid "Did she like my present?"
@@ -8092,11 +7717,8 @@ msgstr ""
#. code: l("Did you already ask Jack why he won't deliver me any more living wood?"));
#. code: npctalk3(l("Did you already ask Jack why he won't deliver me any more living wood?"));
#: npc/008-2-6/alan.txt:104
-#: npc/008-2-6/alan.txt~:89
#: npc/008-2-6/alan.txt:89
-#: npc/008-2-6/alan.txt~:98
#: npc/008-2-6/alan.txt:98
-#: npc/008-2-6/alan.txt~:104
#, no-c-format
msgid "Did you already ask Jack why he won't deliver me any more living wood?"
msgstr ""
@@ -8108,35 +7730,36 @@ msgid "Did you already meet Nunia, in Woodland? If you bring me a stolen good, I
msgstr ""
#. code: l("Did you ask him why?"));
-#: npc/008-2-6/alan.txt~:64
#: npc/008-2-6/alan.txt:64
#, no-c-format
msgid "Did you ask him why?"
msgstr ""
#. code: l("Did you bring me any wood?"));
-#: npc/008-2-6/alan.txt~:170
#: npc/008-2-6/alan.txt:170
#, no-c-format
msgid "Did you bring me any wood?"
msgstr ""
#. code: l("Did you bring me the %d %s I need?",
-#: npc/008-1/mikhail.txt:66
#: npc/008-1/mikhail.txt:58
-#: npc/008-1/mikhail.txt~:58
-#: npc/008-1/mikhail.txt~:66
+#: npc/008-1/mikhail.txt:66
#, no-c-format
msgid "Did you bring me the %d %s I need?"
msgstr ""
#. code: l("Did you brought me 2 new knives?");
#: npc/008-2-16/yannika.txt:98
-#: npc/008-2-16/yannika.txt~:98
#, no-c-format
msgid "Did you brought me 2 new knives?"
msgstr ""
+#. code: mesq l("Did you brought me some %s?", getitemlink(Plushroom));
+#: npc/001-1/rumly.txt:112
+#, no-c-format
+msgid "Did you brought me some %s?"
+msgstr ""
+
#. code: mesq l("Did you ever look at me?!? That ugly robe, that weird whatever I hold in my hand, my strange face and all that!");
#: npc/012-2-4/zitoni.txt:65
#, no-c-format
@@ -8144,7 +7767,6 @@ msgid "Did you ever look at me?!? That ugly robe, that weird whatever I hold in
msgstr ""
#. code: selectd(l("Did you run away?"), l("Did you fight it?"));
-#: npc/008-1/jack.txt~:59
#: npc/008-1/jack.txt:59
#, no-c-format
msgid "Did you fight it?"
@@ -8152,7 +7774,6 @@ msgstr ""
#. code: selectd(l("Did you fight them too?"));
#: npc/008-1/jack.txt:74
-#: npc/008-1/jack.txt~:74
#, no-c-format
msgid "Did you fight them too?"
msgstr ""
@@ -8165,13 +7786,11 @@ msgstr ""
#. code: l("Did you find your sister? I am starting to get worried too.");
#: npc/008-1/rossy.txt:54
-#: npc/008-1/rossy.txt~:54
#, no-c-format
msgid "Did you find your sister? I am starting to get worried too."
msgstr ""
#. code: mesq l("Did you get my luggage from the docks?");
-#: npc/020-2-24/kylian.txt~:75
#: npc/020-2-24/kylian.txt:75
#, no-c-format
msgid "Did you get my luggage from the docks?"
@@ -8179,20 +7798,29 @@ msgstr ""
#. code: l("Did you go there again?"),
#: npc/008-2-2/kfahr.txt:480
-#: npc/008-2-2/kfahr.txt~:480
#, no-c-format
msgid "Did you go there again?"
msgstr ""
+#. code: mesq l("Did you hear about all those missing people last month? Maybe this is the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!");
+#: npc/000-0-0/sailors.txt:26
+#, no-c-format
+msgid "Did you hear about all those missing people last month? Maybe this is the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!"
+msgstr ""
+
#. code: l("Did you hear about the Bandit's attacks? They must have a hideout somewhere outside Hurnscald."),
#: npc/008-2-13/lena.txt:70
-#: npc/008-2-13/lena.txt~:70
#, no-c-format
msgid "Did you hear about the Bandit's attacks? They must have a hideout somewhere outside Hurnscald."
msgstr ""
+#. code: mesq l("Did you knew it is impossible to reassign your training?");
+#: npc/functions/resetstatus.txt:10
+#, no-c-format
+msgid "Did you knew it is impossible to reassign your training?"
+msgstr ""
+
#. code: npctalk3(l("Did you look over the basement?"));
-#: npc/008-2-1/inspector.txt~:122
#: npc/008-2-1/inspector.txt:122
#, no-c-format
msgid "Did you look over the basement?"
@@ -8205,14 +7833,12 @@ msgid "Did you meet Pusco already? He and his crappy Fire Elements. One day I wi
msgstr ""
#. code: selectd(l("Did you run away?"), l("Did you fight it?"));
-#: npc/008-1/jack.txt~:59
#: npc/008-1/jack.txt:59
#, no-c-format
msgid "Did you run away?"
msgstr ""
#. code: l("Did you say Juliet? I talked to your mother Olana, She's very worried about you!");
-#: npc/008-1/rossy.txt~:113
#: npc/008-1/rossy.txt:113
#, no-c-format
msgid "Did you say \"Juliet\"? I talked to your mother Olana, She's very worried about you!"
@@ -8225,21 +7851,18 @@ msgid "Did you see Don the blacksmith? He might know how you could improve your
msgstr ""
#. code: l("Did you see anyone in a mask come by here at night?"),
-#: npc/008-1/hinnak.txt~:276
-#: npc/008-1/hinnak.txt:276
+#: npc/008-1/hinnak.txt:300
#, no-c-format
msgid "Did you see anyone in a mask come by here at night?"
msgstr ""
#. code: l("Did you see anyone with a large satchel come by here at night?"),
-#: npc/008-1/hinnak.txt~:277
-#: npc/008-1/hinnak.txt:277
+#: npc/008-1/hinnak.txt:301
#, no-c-format
msgid "Did you see anyone with a large satchel come by here at night?"
msgstr ""
#. code: l("Did you see my daughters Rossy and Juliet, by chance?"),
-#: npc/008-2-4/olana.txt~:89
#: npc/008-2-4/olana.txt:89
#, no-c-format
msgid "Did you see my daughters Rossy and Juliet, by chance?"
@@ -8247,7 +7870,6 @@ msgstr ""
#. code: l("Did you talk to Hocus already? He will tell you about salad, again."),
#: npc/020-1/eomie.txt:28
-#: npc/020-1/eomie.txt~:27
#, no-c-format
msgid "Did you talk to Hocus already? He will tell you about salad, again."
msgstr ""
@@ -8259,7 +7881,6 @@ msgid "Didn't speak with Kfahr yet"
msgstr ""
#. code: l("Different ways, each part of your equipment can be generally upgraded."),
-#: npc/001-2-27/don.txt~:46
#: npc/001-2-27/don.txt:46
#, no-c-format
msgid "Different ways, each part of your equipment can be generally upgraded."
@@ -8299,7 +7920,6 @@ msgid "Do I look like a tree? I feel like one."
msgstr ""
#. code: mesq l("Do I look like charity to you? I'm undead, you know?");
-#: npc/009-2-3/chef.txt~:29
#: npc/009-2-3/chef.txt:29
#, no-c-format
msgid "Do I look like charity to you? I'm undead, you know?"
@@ -8331,14 +7951,13 @@ msgid "Do not give the password of your room to anybody! Keep it secret and try
msgstr ""
#. code: l("Do not learn");
-#: npc/items/master_skillbook.txt~:87
#: npc/items/master_skillbook.txt:87
#, no-c-format
msgid "Do not learn"
msgstr ""
#. code: l("Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever."),
-#: npc/001-2-6/books.txt:183
+#: npc/001-2-6/books.txt:185
#, no-c-format
msgid "Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever."
msgstr ""
@@ -8368,7 +7987,7 @@ msgid "Do we have a deal?"
msgstr ""
#. code: mesc(l("Do we know someone on this world?"), 1); // FIXME: awkward wording: suddenly changes from singular first person (I) to plural second person (we)
-#: npc/000-0-1/narrator.txt:121
+#: npc/000-0-1/narrator.txt:120
#, no-c-format
msgid "Do we know someone on this world?"
msgstr ""
@@ -8380,14 +7999,12 @@ msgid "Do you feel too weak even to do damage to this areas wishy-washy wildlife
msgstr ""
#. code: mesq l("Do you have @@s for me?", getitemlink("CrocClaw"));
-#: npc/001-2-2/moon.txt~:140
#: npc/001-2-2/moon.txt:141
#, no-c-format
msgid "Do you have @@s for me?"
msgstr ""
#. code: l("Do you have any bones that I could see?"),
-#: npc/008-2-2/kfahr.txt~:365
#: npc/008-2-2/kfahr.txt:365
#, no-c-format
msgid "Do you have any bones that I could see?"
@@ -8397,18 +8014,13 @@ msgstr ""
#. code: l("Do you have any other questions for me?");
#: npc/000-2-0/julia.txt:58
#: npc/000-2-0/julia.txt:135
-#: npc/000-2-0/julia.txt~:169
-#: npc/000-2-0/julia.txt:169
#: npc/000-2-0/julia.txt:154
#: npc/001-2-21/julia.txt:121
-#: npc/000-2-0/julia.txt~:154
-#: npc/000-2-0/julia.txt~:58
#: npc/000-2-0/julia.txt:202
#: npc/001-2-21/julia.txt:98
#: npc/001-2-21/julia.txt:56
#: npc/001-2-21/julia.txt:131
-#: npc/000-2-0/julia.txt~:135
-#: npc/000-2-0/julia.txt~:202
+#: npc/000-2-0/julia.txt:169
#: npc/001-2-21/julia.txt:72
#: npc/001-2-21/julia.txt:112
#, no-c-format
@@ -8431,13 +8043,11 @@ msgstr ""
#. code: l("Do you have the %d %s and %s E for the shield?",
#: npc/008-1/jack.txt:186
-#: npc/008-1/jack.txt~:186
#, no-c-format
msgid "Do you have the %d %s and %s E for the shield?"
msgstr ""
#. code: mesq l("Do you have these materials with you?");
-#: npc/008-1/rossy.txt~:252
#: npc/008-1/rossy.txt:253
#, no-c-format
msgid "Do you have these materials with you?"
@@ -8449,14 +8059,8 @@ msgstr ""
msgid "Do you have this commendatory letter?"
msgstr ""
-#. code: l("Do you have what I need?"),
-#: npc/008-1-1/galimatia.txt:318
-#, no-c-format
-msgid "Do you have what I need?"
-msgstr ""
-
#. code: l("Do you know Blossom? She is the flower girl. Bees won't come without flowers."),
-#: npc/008-1-1/galimatia.txt:249
+#: npc/008-1-1/galimatia.txt:222
#, no-c-format
msgid "Do you know Blossom? She is the flower girl. Bees won't come without flowers."
msgstr ""
@@ -8490,21 +8094,14 @@ msgstr ""
msgid "Do you know the story of the Fleet of Aemil? I also want to discover new Lands."
msgstr ""
-#. code: rif(getq(ShipQuests_ArpanMoney) == 1, lg("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney,
-#: npc/000-2-1/arpan.txt:158
-#, no-c-format
-msgid "Do you know what happened to the gold I had when you guys saved me?#0"
-msgstr ""
-
-#. code: rif(getq(ShipQuests_ArpanMoney) == 1, lg("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney,
-#: npc/000-2-1/arpan.txt:158
+#. code: rif(getq(ShipQuests_ArpanMoney) == 1, l("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney,
+#: npc/000-2-1/arpan.txt:159
#, no-c-format
-msgid "Do you know what happened to the gold I had when you guys saved me?#1"
+msgid "Do you know what happened to the gold I had when you guys saved me?"
msgstr ""
#. code: l("Do you know where Tulimshar bakery is?");
-#: npc/008-2-16/yannika.txt~:394
-#: npc/008-2-16/yannika.txt:394
+#: npc/008-2-16/yannika.txt:395
#, no-c-format
msgid "Do you know where Tulimshar bakery is?"
msgstr ""
@@ -8522,8 +8119,7 @@ msgid "Do you know where the graveyard is?"
msgstr ""
#. code: l("Do you know where the hill is?");
-#: npc/001-1/enora.txt:269
-#: npc/001-1/enora.txt~:269
+#: npc/001-1/enora.txt:270
#, no-c-format
msgid "Do you know where the hill is?"
msgstr ""
@@ -8541,8 +8137,7 @@ msgid "Do you need acorn flour yourself?"
msgstr ""
#. code: l("Do you need an escort?"),
-#: npc/008-3-0/juliet.txt:620
-#: npc/008-3-0/juliet.txt~:620
+#: npc/008-3-0/juliet.txt:619
#, no-c-format
msgid "Do you need an escort?"
msgstr ""
@@ -8554,30 +8149,27 @@ msgid "Do you need any other information?"
msgstr ""
#. code: l("Do you need help with something?");
-#: npc/001-2-6/leonard.txt:25
#: npc/001-2-6/christopher.txt:23
#: npc/001-2-4/robin.txt:11
+#: npc/001-2-6/leonard.txt:26
#, no-c-format
msgid "Do you need help with something?"
msgstr ""
#. code: l("Do you need money?");
#: npc/020-1/hocus.txt:41
-#: npc/020-1/hocus.txt~:40
#, no-c-format
msgid "Do you need money?"
msgstr ""
#. code: l("Do you need some monster killed?"),
#: npc/020-1/hocus.txt:39
-#: npc/020-1/hocus.txt~:38
#, no-c-format
msgid "Do you need some monster killed?"
msgstr ""
#. code: l("Do you need some sort of item?"),
#: npc/020-1/hocus.txt:40
-#: npc/020-1/hocus.txt~:39
#, no-c-format
msgid "Do you need some sort of item?"
msgstr ""
@@ -8600,25 +8192,22 @@ msgstr ""
msgid "Do you sell anything here?"
msgstr ""
-#. code: rif(.@fexil == 2, l("Do you still need help?")),
#. code: .@q = select(l("Do you still need help?"),
-#: npc/001-1/enora.txt:221
+#. code: rif(.@fexil == 2, l("Do you still need help?")),
#: npc/001-1/fexil.txt:80
-#: npc/001-1/enora.txt~:221
+#: npc/001-1/enora.txt:222
#, no-c-format
msgid "Do you still need help?"
msgstr ""
#. code: l("Do you still want to lodge here?");
-#: npc/001-2-28/plush.txt~:76
-#: npc/001-2-28/plush.txt:77
+#: npc/001-2-28/plush.txt:76
#: npc/008-2-2/melania.txt:48
#, no-c-format
msgid "Do you still want to lodge here?"
msgstr ""
#. code: l("Do you take apprentices?"),
-#: npc/001-2-27/don.txt~:21
#: npc/001-2-27/don.txt:21
#, no-c-format
msgid "Do you take apprentices?"
@@ -8630,12 +8219,6 @@ msgstr ""
msgid "Do you think this is fair? They sent me down here alone, far away from everyone."
msgstr ""
-#. code: l("Do you want a Status Reset?");
-#: npc/009-2-7/leofwin.txt:9
-#, no-c-format
-msgid "Do you want a Status Reset?"
-msgstr ""
-
#. code: speech S_LAST_NEXT, l("Do you want a drink?");
#: npc/001-2-28/jenna.txt:25
#, no-c-format
@@ -8644,7 +8227,6 @@ msgstr ""
#. code: mesq l("Do you want help me with bats?");
#: npc/008-3-1/arkim.txt:9
-#: npc/008-3-1/arkim.txt~:9
#, no-c-format
msgid "Do you want help me with bats?"
msgstr ""
@@ -8661,11 +8243,16 @@ msgstr ""
msgid "Do you want some training? To be honest, it looks like you could use some..."
msgstr ""
+#. code: mesc l("Do you want to change your race?");
+#: npc/functions/rebirth.txt:89
+#, no-c-format
+msgid "Do you want to change your race?"
+msgstr ""
+
#. code: mesc l("Do you want to continue?");
#. code: mes(l("Do you want to continue?"));
-#: npc/020-2-10/hetchel.txt:25
-#: npc/020-2-10/hetchel.txt~:24
#: npc/008-1/confused-tree.txt:36
+#: npc/020-2-10/hetchel.txt:25
#, no-c-format
msgid "Do you want to continue?"
msgstr ""
@@ -8683,7 +8270,6 @@ msgid "Do you want to enter in sewer?"
msgstr ""
#. code: l("Do you want to go somewhere?");
-#: npc/001-2-24/nard.txt~:47
#: npc/001-2-24/nard.txt:47
#, no-c-format
msgid "Do you want to go somewhere?"
@@ -8696,9 +8282,9 @@ msgid "Do you want to leave it alone?"
msgstr ""
#. code: l("Do you want to leave the boat?"));
-#: npc/001-1/rowboathelper.txt:97
+#: npc/001-1/rowboathelper.txt:96
+#: npc/001-1/rowboathelper.txt:119
#: npc/001-1/rowboathelper.txt:73
-#: npc/001-1/rowboathelper.txt:121
#, no-c-format
msgid "Do you want to leave the boat?"
msgstr ""
@@ -8710,6 +8296,12 @@ msgstr ""
msgid "Do you want to read it?"
msgstr ""
+#. code: mesc l("Do you want to rebirth?"), 1;
+#: npc/012-3-3/manatree.txt:32
+#, no-c-format
+msgid "Do you want to rebirth?"
+msgstr ""
+
#. code: l("Do you want to throw something inside?");
#: npc/functions/manhole.txt:28
#, no-c-format
@@ -8718,13 +8310,12 @@ msgstr ""
#. code: l("Do you want to try again?");
#: npc/008-2-16/stove.txt:35
-#: npc/008-2-16/yannika.txt~:212
+#: npc/008-2-16/stove.txt:60
#: npc/020-2-20/riskim.txt:95
-#: npc/020-2-20/riskim.txt:119
-#: npc/020-2-20/riskim.txt:125
-#: npc/008-2-16/stove.txt:65
+#: npc/020-2-20/riskim.txt:126
+#: npc/008-2-16/stove.txt:66
#: npc/008-2-16/yannika.txt:212
-#: npc/008-2-16/stove.txt:59
+#: npc/020-2-20/riskim.txt:120
#, no-c-format
msgid "Do you want to try again?"
msgstr ""
@@ -8742,7 +8333,6 @@ msgid "Do you want to use this place as save point?"
msgstr ""
#. code: l("Do you wish to try again?"));
-#: npc/008-2-6/alan.txt~:233
#: npc/008-2-6/alan.txt:233
#, no-c-format
msgid "Do you wish to try again?"
@@ -8750,7 +8340,6 @@ msgstr ""
#. code: mesq l("Do you, perchance, have 2 @@, 2 @@ and 3 @@?", getitemlink(LeftScorpionClaw), getitemlink(RightScorpionClaw), getitemlink(Moss));
#: npc/020-1/hocus.txt:111
-#: npc/020-1/hocus.txt~:110
#, no-c-format
msgid "Do you, perchance, have 2 @@, 2 @@ and 3 @@?"
msgstr ""
@@ -8762,7 +8351,7 @@ msgid "Do? I don't do them."
msgstr ""
#. code: npctalkonce l("Docks Warehouse");
-#: npc/001-1/sign.txt:168
+#: npc/001-1/sign.txt:152
#, no-c-format
msgid "Docks Warehouse"
msgstr ""
@@ -8839,15 +8428,13 @@ msgid "Does the guild has any work for me right now?"
msgstr ""
#. code: l("Does your mind go all fuzzy or does it feel like your head is going to explode??"),
-#: npc/001-1/enora.txt~:88
-#: npc/001-1/enora.txt:88
+#: npc/001-1/enora.txt:89
#, no-c-format
msgid "Does your mind go all fuzzy or does it feel like your head is going to explode??"
msgstr ""
#. code: mesq l("Doesn't he like the way I'm taking care of his ship? Everything is clean and tidy with me, rightful lieutenant of La Johanne.");
#: npc/000-2-0/julia.txt:76
-#: npc/000-2-0/julia.txt~:76
#, no-c-format
msgid "Doesn't he like the way I'm taking care of his ship? Everything is clean and tidy with me, rightful lieutenant of La Johanne."
msgstr ""
@@ -8866,35 +8453,30 @@ msgstr ""
#. code: l("Don gave me some black iron... after I asked him nearly ten times."),
#: npc/001-1/chelios.txt:100
-#: npc/001-1/chelios.txt~:100
#, no-c-format
msgid "Don gave me some black iron... after I asked him nearly ten times."
msgstr ""
#. code: l("Don is a renowned blacksmith throughout Andorra, it's crazy that you never heard of him.");
#: npc/001-2-27/kaylo.txt:29
-#: npc/001-2-27/kaylo.txt~:29
#, no-c-format
msgid "Don is a renowned blacksmith throughout Andorra, it's crazy that you never heard of him."
msgstr ""
#. code: l("Don is renowned throughout the entire land for his blacksmith skills, and he is here, in Artis."),
-#: npc/001-1/enora.txt:188
-#: npc/001-1/enora.txt~:188
+#: npc/001-1/enora.txt:189
#, no-c-format
msgid "Don is renowned throughout the entire land for his blacksmith skills, and he is here, in Artis."
msgstr ""
#. code: l("Don is renowned throughout the entire land of Aemil for his blacksmithing skills, and he is here, in Artis."),
-#: npc/001-1/enora.txt~:25
-#: npc/001-1/enora.txt:25
+#: npc/001-1/enora.txt:26
#, no-c-format
msgid "Don is renowned throughout the entire land of Aemil for his blacksmithing skills, and he is here, in Artis."
msgstr ""
#. code: 001-2-27,35,29,0 script Don#001-2-27 NPC_HUMAN_MALE_OLD,{
#: npc/001-2-27/don.txt:7
-#: npc/001-2-27/don.txt~:7
#, no-c-format
msgid "Don#001-2-27"
msgstr ""
@@ -8905,36 +8487,27 @@ msgstr ""
msgid "Don't answer— I know you are looking for someone... A little girl, is that right?"
msgstr ""
-#. code: lg("Don't be shy, darling."),
-#: npc/009-2-3/barbara.txt~:9
-#: npc/009-2-3/barbara.txt:9
-#, no-c-format
-msgid "Don't be shy, darling.#0"
-msgstr ""
-
-#. code: lg("Don't be shy, darling."),
-#: npc/009-2-3/barbara.txt~:9
+#. code: l("Don't be shy, darling."),
#: npc/009-2-3/barbara.txt:9
#, no-c-format
-msgid "Don't be shy, darling.#1"
+msgid "Don't be shy, darling."
msgstr ""
#. code: l("Don't be shy, you are nice"),
-#: npc/001-2-6/books.txt:87
+#: npc/001-2-6/books.txt:88
#, no-c-format
msgid "Don't be shy, you are nice"
msgstr ""
#. code: mesq l("Don't belittle me, my work is deserving of the highest esteem.");
-#: npc/001-1/cookiemaster.txt:203
-#: npc/001-1/cookiemaster.txt~:203
+#: npc/001-1/cookiemaster.txt:202
#, no-c-format
msgid "Don't belittle me, my work is deserving of the highest esteem."
msgstr ""
#. code: l("Don't dare to use any violence against peaceful beings, or you will be punished.");
#: npc/020-1/tindris.txt:11
-#: npc/020-1/tindris.txt:24
+#: npc/020-1/tindris.txt:23
#, no-c-format
msgid "Don't dare to use any violence against peaceful beings, or you will be punished."
msgstr ""
@@ -8960,27 +8533,18 @@ msgid "Don't fall!"
msgstr ""
#. code: l("Don't forget to come as close as possible to these spots!");
-#: npc/001-2-4/books.txt:67
+#: npc/001-2-4/books.txt:68
#, no-c-format
msgid "Don't forget to come as close as possible to these spots!"
msgstr ""
-#. code: lg("Don't get too excited about it...")))
-#: npc/001-1/enora.txt~:92
-#: npc/001-1/enora.txt:92
-#, no-c-format
-msgid "Don't get too excited about it...#0"
-msgstr ""
-
-#. code: lg("Don't get too excited about it...")))
-#: npc/001-1/enora.txt~:92
-#: npc/001-1/enora.txt:92
+#. code: l("Don't get too excited about it...")))
+#: npc/001-1/enora.txt:93
#, no-c-format
-msgid "Don't get too excited about it...#1"
+msgid "Don't get too excited about it..."
msgstr ""
#. code: mesq l("Don't just stand here! Go fetch help, NOW!!");
-#: npc/020-1/anwar.txt~:98
#: npc/020-1/anwar.txt:98
#, no-c-format
msgid "Don't just stand here! Go fetch help, NOW!!"
@@ -8993,7 +8557,6 @@ msgid "Don't let those monsters get to you."
msgstr ""
#. code: speech(l("Don't say I didn't warn you!"));
-#: npc/008-1/jack.txt~:94
#: npc/008-1/jack.txt:94
#, no-c-format
msgid "Don't say I didn't warn you!"
@@ -9001,21 +8564,18 @@ msgstr ""
#. code: mesq l("Don't say anything, I can smell the scent of Lena's hair on you.");
#: npc/008-3-5/bryant.txt:24
-#: npc/008-3-5/bryant.txt~:22
#, no-c-format
msgid "Don't say anything, I can smell the scent of Lena's hair on you."
msgstr ""
#. code: mesq l("Don't say it so loudly, other people could hear us.");
-#: npc/001-1/cookiemaster.txt:121
-#: npc/001-1/cookiemaster.txt~:121
+#: npc/001-1/cookiemaster.txt:120
#, no-c-format
msgid "Don't say it so loudly, other people could hear us."
msgstr ""
#. code: l("Don't steal stuff from them, though. Or you will be imprisoned."),
#: npc/020-1/malivox.txt:12
-#: npc/020-1/malivox.txt~:12
#, no-c-format
msgid "Don't steal stuff from them, though. Or you will be imprisoned."
msgstr ""
@@ -9034,14 +8594,12 @@ msgstr ""
#. code: mesq l("Don't tell me more, I know what you want...");
#: npc/001-1/cookiemaster.txt:29
-#: npc/001-1/cookiemaster.txt~:29
#, no-c-format
msgid "Don't tell me more, I know what you want..."
msgstr ""
#. code: l("Don't try to fool me!"),
-#: npc/008-1/hinnak.txt~:111
-#: npc/008-1/hinnak.txt:111
+#: npc/008-1/hinnak.txt:135
#, no-c-format
msgid "Don't try to fool me!"
msgstr ""
@@ -9054,7 +8612,6 @@ msgid "Don't try to poison me! I know what that does!"
msgstr ""
#. code: l("Don't use the passage, you're not skilled enough and will be busted! Just repair it, it'll be enough.");
-#: npc/001-3-2/henry.txt~:150
#: npc/001-3-2/henry.txt:150
#, no-c-format
msgid "Don't use the passage, you're not skilled enough and will be busted! Just repair it, it'll be enough."
@@ -9062,7 +8619,6 @@ msgstr ""
#. code: l("Don't worry ma'm, I'll recover the Treasure Keys at once."),
#: npc/008-2-13/lena.txt:106
-#: npc/008-2-13/lena.txt~:106
#, no-c-format
msgid "Don't worry ma'm, I'll recover the Treasure Keys at once."
msgstr ""
@@ -9074,28 +8630,24 @@ msgid "Don't worry sister, I didn't forget you."
msgstr ""
#. code: l("Don't worry – you can't become as powerful as I, of course, but if you keep practicing, you can get pretty damn close! Just make sure to pick your opponents carefully, and know when to run to live another day!");
-#: npc/008-2-2/kfahr.txt~:194
#: npc/008-2-2/kfahr.txt:194
#, no-c-format
msgid "Don't worry – you can't become as powerful as I, of course, but if you keep practicing, you can get pretty damn close! Just make sure to pick your opponents carefully, and know when to run to live another day!"
msgstr ""
#. code: mesq l("Don't worry, I'm sure you will help them soon enough!");
-#: npc/001-1/cookiemaster.txt:154
-#: npc/001-1/cookiemaster.txt~:154
+#: npc/001-1/cookiemaster.txt:153
#, no-c-format
msgid "Don't worry, I'm sure you will help them soon enough!"
msgstr ""
#. code: mesq l("Don't worry, I've tweaked my formula this time. Here is some experience and let's try again!");
#: npc/020-1/eomie.txt:121
-#: npc/020-1/eomie.txt~:120
#, no-c-format
msgid "Don't worry, I've tweaked my formula this time. Here is some experience and let's try again!"
msgstr ""
#. code: mesq l("Don't worry, third time is the charm. Here is some experience. Let's try again.");
-#: npc/020-1/eomie.txt~:114
#: npc/020-1/eomie.txt:115
#, no-c-format
msgid "Don't worry, third time is the charm. Here is some experience. Let's try again."
@@ -9103,21 +8655,14 @@ msgstr ""
#. code: l("Don't worry; I'm on my way.");
#: npc/020-2-24/kylian.txt:78
-#: npc/020-2-24/kylian.txt~:78
#, no-c-format
msgid "Don't worry; I'm on my way."
msgstr ""
-#. code: lg("Don't you have more important business to attend to, anyway?");
+#. code: l("Don't you have more important business to attend to, anyway?");
#: npc/012-1/hasan.txt:11
#, no-c-format
-msgid "Don't you have more important business to attend to, anyway?#0"
-msgstr ""
-
-#. code: lg("Don't you have more important business to attend to, anyway?");
-#: npc/012-1/hasan.txt:11
-#, no-c-format
-msgid "Don't you have more important business to attend to, anyway?#1"
+msgid "Don't you have more important business to attend to, anyway?"
msgstr ""
#. code: l("Don't you like the smoke, when there is a nice fire beneath a cauldron?"),
@@ -9128,14 +8673,12 @@ msgstr ""
#. code: npctalk3 l("Don't you recognize the great city of Artis?");
#: npc/001-2-24/nard.txt:77
-#: npc/001-2-24/nard.txt~:77
#, no-c-format
msgid "Don't you recognize the great city of Artis?"
msgstr ""
#. code: mesq l("Don't you think that to be very coward on your part?");
#: npc/008-1/rossy.txt:272
-#: npc/008-1/rossy.txt~:271
#, no-c-format
msgid "Don't you think that to be very coward on your part?"
msgstr ""
@@ -9171,14 +8714,14 @@ msgid "Donating blood will BLOCK YOUR MOVEMENT for three minutes."
msgstr ""
#. code: l("Done!"),
-#: npc/008-2-16/stove.txt:58
-#: npc/020-2-20/riskim.txt:118
+#: npc/020-2-20/riskim.txt:119
+#: npc/008-2-16/stove.txt:59
#, no-c-format
msgid "Done!"
msgstr ""
#. code: mesq l("Done. Here, take it! Now, here is the plan. Go talk to her and offer our beautiful lady a bite of her arrogance!");
-#: npc/000-2-1/chefgado.txt:150
+#: npc/000-2-1/chefgado.txt:149
#, no-c-format
msgid "Done. Here, take it! Now, here is the plan. Go talk to her and offer our beautiful lady a bite of her arrogance!"
msgstr ""
@@ -9231,14 +8774,20 @@ msgstr ""
msgid "Dotted Wrapping Paper"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_DOUBLEATK), l("Double Attack +5%")), PCB_DOUBLEATK,
+#: npc/functions/rebirth.txt:75
+#, no-c-format
+msgid "Double Attack +5%"
+msgstr ""
+
#. code: npctalkonce l("Down: Dimond's Cove | Left: Swamp");
-#: npc/008-1/sign.txt:16
+#: npc/008-1/sign.txt:15
#, no-c-format
msgid "Down: Dimond's Cove | Left: Swamp"
msgstr ""
#. code: npctalkonce l("Down: Graveyard (under construction) | Up: All directions");
-#: npc/008-1-2/sign.txt:26
+#: npc/008-1-2/sign.txt:24
#, no-c-format
msgid "Down: Graveyard (under construction) | Up: All directions"
msgstr ""
@@ -9255,8 +8804,7 @@ msgstr ""
#: npc/001-2-22/alige.txt:174
#: npc/008-2-24/chef.txt:60
#: npc/000-2-1/alige.txt:170
-#: npc/functions/fishing.txt:224
-#: npc/functions/fishing.txt~:224
+#: npc/functions/fishing.txt:225
#: npc/012-1/tiki.txt:74
#, no-c-format
msgid "Drag and drop an item from your inventory."
@@ -9266,14 +8814,12 @@ msgstr ""
#: npc/020-2-20/riskim.txt:81
#: npc/008-2-16/yannika.txt:198
#: npc/008-2-16/stove.txt:21
-#: npc/008-2-16/yannika.txt~:198
#, no-c-format
msgid "Drag and drop the items from your inventory in the frames."
msgstr ""
#. code: switch (select(l("Drasil Island."),
#: npc/001-2-24/nard.txt:49
-#: npc/001-2-24/nard.txt~:49
#, no-c-format
msgid "Drasil Island."
msgstr ""
@@ -9285,8 +8831,7 @@ msgid "Dress up! Do not walk without clothes! Always wear your items! They leave
msgstr ""
#. code: mesc l("Drop a %s here to summon monsters.", getitemlink(PileOfAsh));
-#: npc/008-3-0/juliet.txt~:354
-#: npc/008-3-0/juliet.txt:354
+#: npc/008-3-0/juliet.txt:353
#, no-c-format
msgid "Drop a %s here to summon monsters."
msgstr ""
@@ -9298,13 +8843,13 @@ msgid "Druid Tree Branch"
msgstr ""
#. code: l("Due to neglect with day-to-day administration, which she delegated to her council, and uncontrolled expenses, the kingdom faced its first economic crisis."),
-#: npc/001-2-6/books.txt:253
+#: npc/001-2-6/books.txt:257
#, no-c-format
msgid "Due to neglect with day-to-day administration, which she delegated to her council, and uncontrolled expenses, the kingdom faced its first economic crisis."
msgstr ""
#. code: Name: "Dummy"
-#: mob_db.conf:926
+#: mob_db.conf:911
#, no-c-format
msgid "Dummy"
msgstr ""
@@ -9315,16 +8860,10 @@ msgstr ""
msgid "During night, the monsters usually respawn faster. That can be a problem with aggressive monsters."
msgstr ""
-#. code: mesq lg("Duty calls me, *hic*, see you later, honey.", "Duty calls me, *hic*, see you later, dude.");
+#. code: mesq l("Duty calls me, *hic*, see you later.");
#: npc/000-1/silvio.txt:92
#, no-c-format
-msgid "Duty calls me, *hic*, see you later, dude.#1"
-msgstr ""
-
-#. code: mesq lg("Duty calls me, *hic*, see you later, honey.", "Duty calls me, *hic*, see you later, dude.");
-#: npc/000-1/silvio.txt:92
-#, no-c-format
-msgid "Duty calls me, *hic*, see you later, honey.#0"
+msgid "Duty calls me, *hic*, see you later."
msgstr ""
#. code: mesc(l("ERROR - Corrupted quest state %d", getq(General_Narrator)), 1);
@@ -9333,16 +8872,26 @@ msgstr ""
msgid "ERROR - Corrupted quest state %d"
msgstr ""
+#. code: dispbottom l("ERROR: Cowardly refusing to commit a %d%% -> %d%% exp modification without admin rights!", .original_exp_rate, .@new_rate);
+#: npc/commands/rate-management.txt:33
+#, no-c-format
+msgid "ERROR: Cowardly refusing to commit a %d%% -> %d%% exp modification without admin rights!"
+msgstr ""
+
+#. code: //rif(!(PCBONUS & PCB_EXPBONUS), l("EXP Gain +10%")), PCB_EXPBONUS,
+#: npc/functions/rebirth.txt:82
+#, no-c-format
+msgid "EXP Gain +10%"
+msgstr ""
+
#. code: l("Each big city hosts a Legion building, Artis' building is located in the north-west.");
-#: npc/001-1/enora.txt~:38
-#: npc/001-1/enora.txt:38
+#: npc/001-1/enora.txt:39
#, no-c-format
msgid "Each big city hosts a Legion building, Artis' building is located in the north-west."
msgstr ""
#. code: l("Each card improves your gear by a ratio or a fixed number on a predefined stat."),
#: npc/001-2-27/don.txt:60
-#: npc/001-2-27/don.txt~:60
#, no-c-format
msgid "Each card improves your gear by a ratio or a fixed number on a predefined stat."
msgstr ""
@@ -9354,7 +8903,6 @@ msgid "Each level up will buff your base stats, and give you stats points to all
msgstr ""
#. code: l("Each piece of equipment has a predefined slot number."),
-#: npc/001-2-27/don.txt~:59
#: npc/001-2-27/don.txt:59
#, no-c-format
msgid "Each piece of equipment has a predefined slot number."
@@ -9397,14 +8945,12 @@ msgid "Easter event is over, no pickled beets for you!"
msgstr ""
#. code: l("Easy to make? Could you make one for me?"),
-#: npc/008-2-16/yannika.txt~:50
#: npc/008-2-16/yannika.txt:50
#, no-c-format
msgid "Easy to make? Could you make one for me?"
msgstr ""
#. code: l("Easy to make? Could you teach me how to make them?"),
-#: npc/008-2-16/yannika.txt~:51
#: npc/008-2-16/yannika.txt:51
#, no-c-format
msgid "Easy to make? Could you teach me how to make them?"
@@ -9417,41 +8963,42 @@ msgid "Eating is a necessity, but cooking is an art."
msgstr ""
#. code: 001-2-41,30,29,0 script Edouard NPC_EDOUARD,{
-#: npc/001-2-41/edouard.txt:87
+#: npc/001-2-41/edouard.txt:81
#, no-c-format
msgid "Edouard"
msgstr ""
#. code: l("Eeekkk another one.");
-#: npc/008-1/mikhail.txt~:29
#: npc/008-1/mikhail.txt:29
#, no-c-format
msgid "Eeekkk another one."
msgstr ""
+#. code: if (isin("008-1-1", 103, 58, 106, 58)){ message strcharinfo(0), l("Eh, better not. Her home will stink badly for weeks. That's a nasty joke..."); return true; }
+#: npc/008-1-1/galimatia.txt:23
+#, no-c-format
+msgid "Eh, better not. Her home will stink badly for weeks. That's a nasty joke..."
+msgstr ""
+
#. code: mesq l("Eh, not bad. So, here is the %s recipe, from when I was living. It was a blast.", getitemlink(.@reit));
-#: npc/009-2-3/chef.txt~:77
#: npc/009-2-3/chef.txt:77
#, no-c-format
msgid "Eh, not bad. So, here is the %s recipe, from when I was living. It was a blast."
msgstr ""
#. code: mesq l("Eh? It is okay, I guess.");
-#: npc/008-2-32/thamas.txt~:38
#: npc/008-2-32/thamas.txt:38
#, no-c-format
msgid "Eh? It is okay, I guess."
msgstr ""
#. code: mesq l("Ehh, I usually only make %s... You know cooking is not just throwing ingredients and vói-la, right?", getitemlink(CarpSandwich));
-#: npc/008-2-16/yannika.txt~:350
-#: npc/008-2-16/yannika.txt:350
+#: npc/008-2-16/yannika.txt:351
#, no-c-format
msgid "Ehh, I usually only make %s... You know cooking is not just throwing ingredients and vói-la, right?"
msgstr ""
#. code: l("Ehm... He was really upset because of some past stories.");
-#: npc/000-2-0/julia.txt~:111
#: npc/000-2-0/julia.txt:111
#, no-c-format
msgid "Ehm... He was really upset because of some past stories."
@@ -9477,7 +9024,6 @@ msgstr ""
#. code: 020-2-15,43,27,0 script Eleanore NPC_REBECCA,{
#: npc/020-2-15/eleanore.txt:7
-#: npc/020-2-15/eleanore.txt~:6
#, no-c-format
msgid "Eleanore"
msgstr ""
@@ -9491,29 +9037,29 @@ msgstr ""
#. code: mesn "Elmo";
#. code: 000-2-3,27,27,0 script Elmo NPC_ELMO,{
#: npc/000-0-0/sailors.txt:61
-#: npc/000-2-3/sailors.txt:25
#: npc/000-0-0/sailors.txt:45
#: npc/000-2-3/elmo.txt:7
#: npc/000-0-0/sailors.txt:21
-#: npc/000-2-3/nard.txt:50
+#: npc/000-2-3/sailors.txt:25
#: npc/000-2-3/sailors.txt:42
#: npc/000-2-3/sailors.txt:15
#: npc/000-0-0/sailors.txt:37
#: npc/000-0-0/sailors.txt:53
#: npc/000-0-0/sailors.txt:13
+#: npc/000-2-3/nard.txt:51
#: npc/000-0-0/sailors.txt:29
#, no-c-format
msgid "Elmo"
msgstr ""
#. code: mesq l("Elmo and Gugli told me that you did all of the tasks outside, congrats!");
-#: npc/000-2-3/nard.txt:169
+#: npc/000-2-3/nard.txt:170
#, no-c-format
msgid "Elmo and Gugli told me that you did all of the tasks outside, congrats!"
msgstr ""
#. code: mesq l("Elmo brought reports to me about some frictions between my old and new lieutenants. You probably already met Julia and Chef Gado.");
-#: npc/000-2-3/nard.txt:183
+#: npc/000-2-3/nard.txt:184
#, no-c-format
msgid "Elmo brought reports to me about some frictions between my old and new lieutenants. You probably already met Julia and Chef Gado."
msgstr ""
@@ -9530,16 +9076,10 @@ msgstr ""
msgid "Elmo told me what Nard said, congrats!"
msgstr ""
-#. code: mesq lg("Elmo told me you are now considered family and are numbered among us in our activities on the island. I do so very much appreciate the efforts you did down there.");
-#: npc/000-2-3/nard.txt:177
-#, no-c-format
-msgid "Elmo told me you are now considered family and are numbered among us in our activities on the island. I do so very much appreciate the efforts you did down there.#0"
-msgstr ""
-
-#. code: mesq lg("Elmo told me you are now considered family and are numbered among us in our activities on the island. I do so very much appreciate the efforts you did down there.");
-#: npc/000-2-3/nard.txt:177
+#. code: mesq l("Elmo told me you are now considered family and are numbered among us in our activities on the island. I do so very much appreciate the efforts you did down there.");
+#: npc/000-2-3/nard.txt:178
#, no-c-format
-msgid "Elmo told me you are now considered family and are numbered among us in our activities on the island. I do so very much appreciate the efforts you did down there.#1"
+msgid "Elmo told me you are now considered family and are numbered among us in our activities on the island. I do so very much appreciate the efforts you did down there."
msgstr ""
#. code: 001-1,185,107,0 script Elmo#001-1 NPC_ELMO_ARTIS,{
@@ -9573,7 +9113,7 @@ msgid "Emerald Shard"
msgstr ""
#. code: Name: "Emerald Vein"
-#: mob_db.conf:2249
+#: mob_db.conf:2211
#, no-c-format
msgid "Emerald Vein"
msgstr ""
@@ -9630,15 +9170,13 @@ msgstr ""
#. code: l("Enjoy your new shield!"));
#: npc/008-1/jack.txt:229
-#: npc/008-1/jack.txt~:229
#, no-c-format
msgid "Enjoy your new shield!"
msgstr ""
#. code: l("Enjoy your new style."),
-#: npc/functions/barber.txt~:192
#: npc/functions/barber.txt:195
-#: npc/001-2-41/edouard.txt:151
+#: npc/001-2-41/edouard.txt:145
#, no-c-format
msgid "Enjoy your new style."
msgstr ""
@@ -9668,8 +9206,7 @@ msgid "Enora asks to visit Resa"
msgstr ""
#. code: narrator S_LAST_NEXT, l("Enora is carefully inspecting the sword.");
-#: npc/001-1/enora.txt~:179
-#: npc/001-1/enora.txt:179
+#: npc/001-1/enora.txt:180
#, no-c-format
msgid "Enora is carefully inspecting the sword."
msgstr ""
@@ -9680,16 +9217,10 @@ msgstr ""
msgid "Enora needs them."
msgstr ""
-#. code: rif((.@legion_progress == 0) && (.@enora == 11), lg("Enora sent me here.")),
-#: npc/001-2-33/lozerk.txt:155
-#, no-c-format
-msgid "Enora sent me here.#0"
-msgstr ""
-
-#. code: rif((.@legion_progress == 0) && (.@enora == 11), lg("Enora sent me here.")),
+#. code: rif((.@legion_progress == 0) && (.@enora == 11), l("Enora sent me here.")),
#: npc/001-2-33/lozerk.txt:155
#, no-c-format
-msgid "Enora sent me here.#1"
+msgid "Enora sent me here."
msgstr ""
#. code: rif(.@enora == 7, l("Enora wants her potions.")),
@@ -9699,7 +9230,6 @@ msgid "Enora wants her potions."
msgstr ""
#. code: 001-1,176,113,0 script Enora#001-1 NPC_HUMAN_FEMALE_NOOB,{
-#: npc/001-1/enora.txt~:21
#: npc/001-1/enora.txt:21
#, no-c-format
msgid "Enora#001-1"
@@ -9713,11 +9243,17 @@ msgid "Enora, from the Legion of Aemil, has been warned that you were aboard."
msgstr ""
#. code: l("Enough of this island?"),
-#: npc/000-2-3/nard.txt:295
+#: npc/000-2-3/nard.txt:296
#, no-c-format
msgid "Enough of this island?"
msgstr ""
+#. code: speech l("Enough! Get out of my home, now!!!");
+#: npc/009-2-0/soren.txt:70
+#, no-c-format
+msgid "Enough! Get out of my home, now!!!"
+msgstr ""
+
#. code: mes l("Enter desired skill level:");
#: npc/commands/debug-skill.txt:6
#, no-c-format
@@ -9737,7 +9273,6 @@ msgid "Enter new line:"
msgstr ""
#. code: 020-1,76,96,0 script Eomie NPC_EOMIE,{
-#: npc/020-1/eomie.txt~:8
#: npc/020-1/eomie.txt:9
#, no-c-format
msgid "Eomie"
@@ -9745,7 +9280,6 @@ msgstr ""
#. code: mesq l("Eomie probably could do that, she is young but very talented. If you help her, she'll likely help you back.");
#: npc/020-1/hocus.txt:98
-#: npc/020-1/hocus.txt~:97
#, no-c-format
msgid "Eomie probably could do that, she is young but very talented. If you help her, she'll likely help you back."
msgstr ""
@@ -9758,7 +9292,6 @@ msgstr ""
#. code: l("Er, what were those things again?"),
#: npc/008-2-2/kfahr.txt:652
-#: npc/008-2-2/kfahr.txt~:652
#, no-c-format
msgid "Er, what were those things again?"
msgstr ""
@@ -9771,13 +9304,11 @@ msgstr ""
#. code: l("Erm, hi."),
#: npc/008-2-4/olana.txt:192
-#: npc/008-2-4/olana.txt~:192
#, no-c-format
msgid "Erm, hi."
msgstr ""
#. code: l("Erm, no, sorry."),
-#: npc/008-2-4/olana.txt~:296
#: npc/008-2-4/olana.txt:297
#, no-c-format
msgid "Erm, no, sorry."
@@ -9785,7 +9316,6 @@ msgstr ""
#. code: l("Erm, okay.");
#: npc/008-1/rossy.txt:188
-#: npc/008-1/rossy.txt~:187
#, no-c-format
msgid "Erm, okay."
msgstr ""
@@ -9825,15 +9355,18 @@ msgid "Eugene needs tentacles"
msgstr ""
#. code: 009-2-6,32,30,0 script Eurni NPC_EURNI,{
-#. code: 009-2-6,32,30,0 script Eurni NPC_JPMORBID,{
-#: npc/009-2-6/eurni.txt~:6
#: npc/009-2-6/eurni.txt:6
#, no-c-format
msgid "Eurni"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_EVDBONUS), l("Evasion +20")), PCB_EVDBONUS,
+#: npc/functions/rebirth.txt:72
+#, no-c-format
+msgid "Evasion +20"
+msgstr ""
+
#. code: l("Even a simple sandwich will be ruined if you place lettuce above the cheese!"),
-#: npc/008-2-16/yannika.txt~:192
#: npc/008-2-16/yannika.txt:192
#, no-c-format
msgid "Even a simple sandwich will be ruined if you place lettuce above the cheese!"
@@ -9841,13 +9374,12 @@ msgstr ""
#. code: l("Even after all that though, I still can't believe what happened next."));
#: npc/008-1/jack.txt:44
-#: npc/008-1/jack.txt~:44
#, no-c-format
msgid "Even after all that though, I still can't believe what happened next."
msgstr ""
#. code: mesc l("Even with your Hercules strength, this lid is hopelessly struck.");
-#: npc/001-1/manhole.txt:56
+#: npc/001-1/manhole.txt:54
#, no-c-format
msgid "Even with your Hercules strength, this lid is hopelessly struck."
msgstr ""
@@ -9877,7 +9409,7 @@ msgid "Every 1 hour"
msgstr ""
#. code: //mesc l("Every 101 successive right guesses, you'll get a %s!", getitemlink(PrismGift)); // 0.50%
-#: npc/functions/casino.txt:170
+#: npc/functions/casino.txt:173
#, no-c-format
msgid "Every 101 successive right guesses, you'll get a %s!"
msgstr ""
@@ -9913,33 +9445,31 @@ msgid "Every 6 hours"
msgstr ""
#. code: //mesc l("Every fifteen successive right guesses, you'll get a %s!", getitemlink(SilverGift)); // 3.33%
-#: npc/functions/casino.txt:168
+#: npc/functions/casino.txt:171
#, no-c-format
msgid "Every fifteen successive right guesses, you'll get a %s!"
msgstr ""
#. code: //mesc l("Every fifty successive right guesses, you'll get a %s!", getitemlink(GoldenGift)); // 1.00%
-#: npc/functions/casino.txt:169
+#: npc/functions/casino.txt:172
#, no-c-format
msgid "Every fifty successive right guesses, you'll get a %s!"
msgstr ""
#. code: mesc l("Every seven successive right guesses, you'll get a %s!", getitemlink(Acorn)); // 7.14%
-#: npc/functions/casino.txt:167
+#: npc/functions/casino.txt:170
#, no-c-format
msgid "Every seven successive right guesses, you'll get a %s!"
msgstr ""
#. code: l("Everyone wants a slice of Tulimshar."),
#: npc/020-1/noke.txt:10
-#: npc/020-1/noke.txt~:10
#, no-c-format
msgid "Everyone wants a slice of Tulimshar."
msgstr ""
#. code: mesc l("Evil worms crawl from earth and starts devouring the plants!");
#: npc/020-1/anwar.txt:91
-#: npc/020-1/anwar.txt~:91
#, no-c-format
msgid "Evil worms crawl from earth and starts devouring the plants!"
msgstr ""
@@ -9951,7 +9481,6 @@ msgid "Evocator Robe"
msgstr ""
#. code: l("Exactly! Can I have one now?"), -;
-#: npc/001-1/cookiemaster.txt~:51
#: npc/001-1/cookiemaster.txt:51
#, no-c-format
msgid "Exactly! Can I have one now?"
@@ -9972,8 +9501,7 @@ msgid "Example:"
msgstr ""
#. code: l("Excellent!"),
-#: npc/001-1/enora.txt:181
-#: npc/001-1/enora.txt~:181
+#: npc/001-1/enora.txt:182
#, no-c-format
msgid "Excellent!"
msgstr ""
@@ -9985,21 +9513,18 @@ msgid "Excellent! Hehehe... That'll be %d E!"
msgstr ""
#. code: mesq l("Excellent! I am counting on you!");
-#: npc/008-2-4/olana.txt~:121
#: npc/008-2-4/olana.txt:121
#, no-c-format
msgid "Excellent! I am counting on you!"
msgstr ""
#. code: mesq l("Excellent! So, as for the materials I need to brew the potion...");
-#: npc/008-1/rossy.txt~:216
#: npc/008-1/rossy.txt:217
#, no-c-format
msgid "Excellent! So, as for the materials I need to brew the potion..."
msgstr ""
#. code: mesq l("Except they're not. I'll be back later.");
-#: npc/020-1/joaquim.txt~:177
#: npc/020-1/joaquim.txt:177
#, no-c-format
msgid "Except they're not. I'll be back later."
@@ -10013,21 +9538,14 @@ msgstr ""
#. code: l("Excuse me, someone is, er, whispering me...");
#: npc/008-2-2/kfahr.txt:100
-#: npc/008-2-2/kfahr.txt~:100
#, no-c-format
msgid "Excuse me, someone is, er, whispering me..."
msgstr ""
-#. code: lg("Excuse me? Do you know who I am?");
+#. code: l("Excuse me? Do you know who I am?");
#: npc/000-2-0/billybons.txt:19
#, no-c-format
-msgid "Excuse me? Do you know who I am?#0"
-msgstr ""
-
-#. code: lg("Excuse me? Do you know who I am?");
-#: npc/000-2-0/billybons.txt:19
-#, no-c-format
-msgid "Excuse me? Do you know who I am?#1"
+msgid "Excuse me? Do you know who I am?"
msgstr ""
#. code: l("Exemple for yoiis:"),
@@ -10037,19 +9555,19 @@ msgid "Exemple for yoiis:"
msgstr ""
#. code: marine,42,25,0 script Exit#Marine NPC_HIDDEN,0,0,{
-#: npc/marine/saluc.txt:132
+#: npc/marine/saluc.txt:131
#, no-c-format
msgid "Exit#Marine"
msgstr ""
#. code: dispbottom l("Exp rate has been reset to @@% (default value).",
-#: npc/commands/rate-management.txt:69
+#: npc/commands/rate-management.txt:75
#, no-c-format
msgid "Exp rate has been reset to @@% (default value)."
msgstr ""
#. code: dispbottom col(l("Exp rate is set to @@% for the next @@.",
-#: npc/commands/rate-management.txt:88
+#: npc/commands/rate-management.txt:94
#, no-c-format
msgid "Exp rate is set to @@% for the next @@."
msgstr ""
@@ -10110,8 +9628,7 @@ msgstr ""
#. code: l("Feel free to come visit me another time.");
#: npc/functions/barber.txt:212
-#: npc/001-2-41/edouard.txt:171
-#: npc/functions/barber.txt~:209
+#: npc/001-2-41/edouard.txt:165
#, no-c-format
msgid "Feel free to come visit me another time."
msgstr ""
@@ -10146,12 +9663,6 @@ msgstr ""
msgid "Fexil#001-1"
msgstr ""
-#. code: 012-2-7,38,40,0 script Figaro NPC_GUMI_THE_DYER,{
-#: npc/012-2-7/figaro.txt~:7
-#, no-c-format
-msgid "Figaro"
-msgstr ""
-
#. code: 020-2-5,47,28,0 script Filipa NPC_RAIJIN_FEMALE_LEGION_ARTIS,{
#: npc/020-2-5/filipa.txt:7
#, no-c-format
@@ -10160,33 +9671,30 @@ msgstr ""
#. code: l("Finally I arrived at the water level. All Tulimshar wells dip into the same underground lake, which is on the side of a huge underground cavern. And in the midst of that cavern lay – hardly visible through the greenish mist coming from it – a Stinkewyrm!"),
#: npc/008-2-2/kfahr.txt:524
-#: npc/008-2-2/kfahr.txt~:524
#, no-c-format
msgid "Finally I arrived at the water level. All Tulimshar wells dip into the same underground lake, which is on the side of a huge underground cavern. And in the midst of that cavern lay – hardly visible through the greenish mist coming from it – a Stinkewyrm!"
msgstr ""
#. code: l("Finally, I came up with something. Stinkewyrms love that terrible stench of theirs, so what should be their natural enemy? Why, soap, of course!"),
#: npc/008-2-2/kfahr.txt:534
-#: npc/008-2-2/kfahr.txt~:534
#, no-c-format
msgid "Finally, I came up with something. Stinkewyrms love that terrible stench of theirs, so what should be their natural enemy? Why, soap, of course!"
msgstr ""
#. code: l("Finally, he hands the shield to you."));
-#: npc/008-1/jack.txt~:209
#: npc/008-1/jack.txt:209
#, no-c-format
msgid "Finally, he hands the shield to you."
msgstr ""
#. code: l("Find an order with them"),
-#: npc/001-2-6/books.txt:72
+#: npc/001-2-6/books.txt:73
#, no-c-format
msgid "Find an order with them"
msgstr ""
#. code: l("Find yourself a nice dry spot on a coast where you can easily reach into deep water."),
-#: npc/001-2-4/books.txt:64
+#: npc/001-2-4/books.txt:65
#, no-c-format
msgid "Find yourself a nice dry spot on a coast where you can easily reach into deep water."
msgstr ""
@@ -10198,7 +9706,6 @@ msgid "Fine Dress"
msgstr ""
#. code: case 1: speech(l("Fine, I'll just hold on to this log should you ever change your mind.")); close;
-#: npc/008-2-6/alan.txt~:140
#: npc/008-2-6/alan.txt:140
#, no-c-format
msgid "Fine, I'll just hold on to this log should you ever change your mind."
@@ -10211,8 +9718,7 @@ msgid "Fine, could you please tell me where I can find Gugli's sailors?"
msgstr ""
#. code: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Fine, let's see his work...");
-#: npc/001-1/enora.txt~:178
-#: npc/001-1/enora.txt:178
+#: npc/001-1/enora.txt:179
#, no-c-format
msgid "Fine, let's see his work..."
msgstr ""
@@ -10224,14 +9730,13 @@ msgid "Fine, take these potions, I will replenish them in the next couple hours
msgstr ""
#. code: l("Fine, tell me, who are these all important friends of yours?"), -,
-#: npc/001-1/cookiemaster.txt:198
-#: npc/001-1/cookiemaster.txt~:198
+#: npc/001-1/cookiemaster.txt:197
#, no-c-format
msgid "Fine, tell me, who are these all important friends of yours?"
msgstr ""
#. code: l("Fine."),
-#: npc/000-2-1/arpan.txt:277
+#: npc/000-2-1/arpan.txt:292
#, no-c-format
msgid "Fine."
msgstr ""
@@ -10243,16 +9748,15 @@ msgid "Fine. But PETA is not going to be happy about it..."
msgstr ""
#. code: l("Fine. Here is your reward."),
-#: npc/008-1-1/hal.txt:73
+#: npc/008-1-1/hal.txt:72
#, no-c-format
msgid "Fine. Here is your reward."
msgstr ""
-#. code: mesq l("Fine. The land is healthy now but nothing will grow yet. This time I need you to get:");
-#: npc/008-1-1/galimatia.txt:190
-#: npc/008-1-1/galimatia.txt:71
+#. code: mesq l("Fine. The land is healthy now but nothing will grow yet.");
+#: npc/008-1-1/galimatia.txt:168
#, no-c-format
-msgid "Fine. The land is healthy now but nothing will grow yet. This time I need you to get:"
+msgid "Fine. The land is healthy now but nothing will grow yet."
msgstr ""
#. code: l("Fine... I was just going to give you some help...");
@@ -10286,14 +9790,15 @@ msgid "Finished sword training"
msgstr ""
#. code: l("Fire"), l("Frost");
+#. code: mes b(l("Fire"));
+#: npc/commands/info.txt:75
#: npc/functions/main.txt:300
-#: npc/functions/main.txt~:301
#, no-c-format
msgid "Fire"
msgstr ""
#. code: Name: "Fire Goblin"
-#: mob_db.conf:3436
+#: mob_db.conf:3382
#, no-c-format
msgid "Fire Goblin"
msgstr ""
@@ -10305,7 +9810,7 @@ msgid "Fire Scroll"
msgstr ""
#. code: Name: "Fire Wisp"
-#: mob_db.conf:4806
+#: mob_db.conf:4744
#, no-c-format
msgid "Fire Wisp"
msgstr ""
@@ -10335,8 +9840,7 @@ msgid "First of, there's a day/night cycle on the game."
msgstr ""
#. code: l("First thing she asked was if I'm a farmer."),
-#: npc/008-1/hinnak.txt:223
-#: npc/008-1/hinnak.txt~:223
+#: npc/008-1/hinnak.txt:247
#, no-c-format
msgid "First thing she asked was if I'm a farmer."
msgstr ""
@@ -10365,6 +9869,12 @@ msgstr ""
msgid "Fish, come and see my fish!"
msgstr ""
+#. code: mes b(l("Fishing"));
+#: npc/commands/info.txt:59
+#, no-c-format
+msgid "Fishing"
+msgstr ""
+
#. code: Name: "Fishing Guide Vol. I"
#: item_db.conf:-1
#, no-c-format
@@ -10378,7 +9888,7 @@ msgid "Fishing Rod"
msgstr ""
#. code: l("Fishing next to shallow water is not going to work well, because fishes seldom go there."),
-#: npc/001-2-4/books.txt:65
+#: npc/001-2-4/books.txt:66
#, no-c-format
msgid "Fishing next to shallow water is not going to work well, because fishes seldom go there."
msgstr ""
@@ -10414,7 +9924,7 @@ msgid "Flower Towel"
msgstr ""
#. code: Name: "Fluffy"
-#: mob_db.conf:960
+#: mob_db.conf:944
#, no-c-format
msgid "Fluffy"
msgstr ""
@@ -10426,7 +9936,7 @@ msgid "Fluffy Fur"
msgstr ""
#. code: npctalk l("Focus on the fight!");
-#: npc/001-2-32/serena.txt:39
+#: npc/001-2-32/serena.txt:38
#, no-c-format
msgid "Focus on the fight!"
msgstr ""
@@ -10438,8 +9948,7 @@ msgid "Follow the canal to the north-east and you will find it."
msgstr ""
#. code: l("Follow the up-stream and cross the canal twice using the two bridges north from here."),
-#: npc/001-1/enora.txt~:280
-#: npc/001-1/enora.txt:280
+#: npc/001-1/enora.txt:281
#, no-c-format
msgid "Follow the up-stream and cross the canal twice using the two bridges north from here."
msgstr ""
@@ -10453,21 +9962,19 @@ msgid "Following these lines are some other writings on this paper."
msgstr ""
#. code: mesc l("Food Questline Complete!");
-#: npc/008-2-16/yannika.txt~:448
-#: npc/008-2-16/yannika.txt:449
+#: npc/008-2-16/yannika.txt:450
#, no-c-format
msgid "Food Questline Complete!"
msgstr ""
#. code: mesq l("Fool! Just come back here when you'll be done with our little... 'Secret mission'.");
-#: npc/000-2-1/chefgado.txt:169
+#: npc/000-2-1/chefgado.txt:168
#, no-c-format
msgid "Fool! Just come back here when you'll be done with our little... 'Secret mission'."
msgstr ""
#. code: mesq l("For a chef? Who said I was a... Oh right, I am.");
-#: npc/001-1/cookiemaster.txt:162
-#: npc/001-1/cookiemaster.txt~:162
+#: npc/001-1/cookiemaster.txt:161
#, no-c-format
msgid "For a chef? Who said I was a... Oh right, I am."
msgstr ""
@@ -10480,20 +9987,17 @@ msgstr ""
#. code: mesq l("For now, I should reward you for all your effort thus far.");
#: npc/008-2-4/olana.txt:304
-#: npc/008-2-4/olana.txt~:303
#, no-c-format
msgid "For now, I should reward you for all your effort thus far."
msgstr ""
#. code: mesq l("For some reason, I can't get off my mind she is in danger... Motherly instincts.");
#: npc/008-2-4/olana.txt:301
-#: npc/008-2-4/olana.txt~:300
#, no-c-format
msgid "For some reason, I can't get off my mind she is in danger... Motherly instincts."
msgstr ""
#. code: l("For someone who apparently spent most of his life in the desert, his insights sometimes seem less than profound.");
-#: npc/008-2-2/kfahr.txt~:576
#: npc/008-2-2/kfahr.txt:576
#, no-c-format
msgid "For someone who apparently spent most of his life in the desert, his insights sometimes seem less than profound."
@@ -10507,13 +10011,11 @@ msgstr ""
#. code: mes l("For this recipe, you'll need to bring me:");
#: npc/008-2-16/yannika.txt:141
-#: npc/008-2-16/yannika.txt~:141
#, no-c-format
msgid "For this recipe, you'll need to bring me:"
msgstr ""
#. code: l("For this, I would like you to to repair the secret passage to the Legion Building."),
-#: npc/001-3-2/henry.txt~:149
#: npc/001-3-2/henry.txt:149
#, no-c-format
msgid "For this, I would like you to to repair the secret passage to the Legion Building."
@@ -10532,12 +10034,17 @@ msgid "For what kind of tissue?"
msgstr ""
#. code: l("For you see, it had generated so much of the deadly smell around itself that even its own fire breath couldn't survive!"),
-#: npc/008-2-2/kfahr.txt~:541
#: npc/008-2-2/kfahr.txt:541
#, no-c-format
msgid "For you see, it had generated so much of the deadly smell around itself that even its own fire breath couldn't survive!"
msgstr ""
+#. code: mes b(l("Foraging & Woodcutting"));
+#: npc/commands/info.txt:53
+#, no-c-format
+msgid "Foraging & Woodcutting"
+msgstr ""
+
#. code: Name: "Forest Armor"
#: item_db.conf:-1
#, no-c-format
@@ -10551,7 +10058,7 @@ msgid "Forest Bow"
msgstr ""
#. code: Name: "Forest Maggot"
-#: mob_db.conf:1219
+#: mob_db.conf:1199
#, no-c-format
msgid "Forest Maggot"
msgstr ""
@@ -10562,16 +10069,19 @@ msgstr ""
msgid "Forest bow"
msgstr ""
+#. code: mes b(l("Forging & Tailoring"));
+#: npc/commands/info.txt:65
+#, no-c-format
+msgid "Forging & Tailoring"
+msgstr ""
+
#. code: l("Fortunately, they're kind of rare these days, and mostly roam in the empty deserts far, far south of Tulimshar. They don't like the area too close to the mountains, I think; probably too rocky underground.");
#: npc/008-2-2/kfahr.txt:287
-#: npc/008-2-2/kfahr.txt~:287
#, no-c-format
msgid "Fortunately, they're kind of rare these days, and mostly roam in the empty deserts far, far south of Tulimshar. They don't like the area too close to the mountains, I think; probably too rocky underground."
msgstr ""
#. code: 009-1,48,171,0 script Forwin NPC_UNDEAD_GUARD,{
-#. code: 009-1,X,X,0 script Forwin NPC_UNDEAD_GUARD,{
-#: npc/009-1/forwin.txt~:7
#: npc/009-1/forwin.txt:7
#, no-c-format
msgid "Forwin"
@@ -10618,7 +10128,7 @@ msgid "Found perfect wood"
msgstr ""
#. code: select l("Found priv... Ehm, I've found Sergeant Ryan. He is hurt and cannot walk right now.");
-#: npc/008-1-1/hal.txt:98
+#: npc/008-1-1/hal.txt:97
#, no-c-format
msgid "Found priv... Ehm, I've found Sergeant Ryan. He is hurt and cannot walk right now."
msgstr ""
@@ -10637,7 +10147,7 @@ msgid "France: [@@https://dondesang.efs.sante.fr/|https://dondesang.efs.sante.fr
msgstr ""
#. code: l("Free Mana travels in many directions, and this search took several years before the expedition finally found the right direction to follow."),
-#: npc/001-2-6/books.txt:290
+#: npc/001-2-6/books.txt:295
#, no-c-format
msgid "Free Mana travels in many directions, and this search took several years before the expedition finally found the right direction to follow."
msgstr ""
@@ -10654,6 +10164,12 @@ msgstr ""
msgid "Friend Gift"
msgstr ""
+#. code: mesq l("From the East? As in... Ancea?");
+#: npc/000-0/sailors.txt:90
+#, no-c-format
+msgid "From the East? As in... Ancea?"
+msgstr ""
+
#. code: l("From what I heard, my brother Gugli needs the help of as many people as possible in order to collect a lot of neat things that can be found on this island."),
#: npc/000-2-3/elmo.txt:12
#, no-c-format
@@ -10661,7 +10177,7 @@ msgid "From what I heard, my brother Gugli needs the help of as many people as p
msgstr ""
#. code: l("From your mind, break the ice"),
-#: npc/001-2-6/books.txt:88
+#: npc/001-2-6/books.txt:89
#, no-c-format
msgid "From your mind, break the ice"
msgstr ""
@@ -10680,19 +10196,18 @@ msgstr ""
#. code: l("Fire"), l("Frost");
#: npc/functions/main.txt:300
-#: npc/functions/main.txt~:301
#, no-c-format
msgid "Frost"
msgstr ""
#. code: l("Frost held the title of Lord Prince of the Republic for eighteen months, when the council deposed him and declared itself head of the state."),
-#: npc/001-2-6/books.txt:256
+#: npc/001-2-6/books.txt:260
#, no-c-format
msgid "Frost held the title of Lord Prince of the Republic for eighteen months, when the council deposed him and declared itself head of the state."
msgstr ""
#. code: Name: "Frostiana"
-#: mob_db.conf:565
+#: mob_db.conf:556
#, no-c-format
msgid "Frostiana"
msgstr ""
@@ -10704,7 +10219,6 @@ msgid "Full Beard"
msgstr ""
#. code: mes l("Full of agrotoxins, transgenics and whatever. Not safe.");
-#: npc/020-1/joaquim.txt~:128
#: npc/020-1/joaquim.txt:128
#, no-c-format
msgid "Full of agrotoxins, transgenics and whatever. Not safe."
@@ -10746,16 +10260,10 @@ msgstr ""
msgid "Fuschia Cotton Dye"
msgstr ""
-#. code: lg("GO AWAY, I SAID!");
+#. code: l("GO AWAY, I SAID!");
#: npc/008-1/voltain.txt:10
#, no-c-format
-msgid "GO AWAY, I SAID!#0"
-msgstr ""
-
-#. code: lg("GO AWAY, I SAID!");
-#: npc/008-1/voltain.txt:10
-#, no-c-format
-msgid "GO AWAY, I SAID!#1"
+msgid "GO AWAY, I SAID!"
msgstr ""
#. code: mesq l("GOOD!");
@@ -10765,14 +10273,19 @@ msgid "GOOD!"
msgstr ""
#. code: mesq l("Gado! That coward lives in the past, I will ask Nard to punish him, again!");
-#: npc/000-2-0/julia.txt~:115
#: npc/000-2-0/julia.txt:115
#, no-c-format
msgid "Gado! That coward lives in the past, I will ask Nard to punish him, again!"
msgstr ""
+#. code: mesc l("Gained %d Agility Experience.", 32);
+#: npc/001-1/salem.txt:85
+#, no-c-format
+msgid "Gained %d Agility Experience."
+msgstr ""
+
#. code: 008-1-1,113,59,0 script Galimatia NPC_GALIMATIA,{
-#: npc/008-1-1/galimatia.txt:41
+#: npc/008-1-1/galimatia.txt:47
#, no-c-format
msgid "Galimatia"
msgstr ""
@@ -10802,13 +10315,13 @@ msgid "Gamboge Herb"
msgstr ""
#. code: Name: "Gamboge Plant"
-#: mob_db.conf:1639
+#: mob_db.conf:1611
#, no-c-format
msgid "Gamboge Plant"
msgstr ""
#. code: Name: "Game Balance"
-#: mob_db.conf:4288
+#: mob_db.conf:4231
#, no-c-format
msgid "Game Balance"
msgstr ""
@@ -10854,7 +10367,7 @@ msgid "Gave to Q'Onan, got reward"
msgstr ""
#. code: l("Gave up already?"),
-#: npc/008-1-1/galimatia.txt:140
+#: npc/008-1-1/galimatia.txt:122
#, no-c-format
msgid "Gave up already?"
msgstr ""
@@ -10866,7 +10379,7 @@ msgid "Gearwheel"
msgstr ""
#. code: Name: "Gem Veinbloc"
-#: mob_db.conf:2943
+#: mob_db.conf:2895
#, no-c-format
msgid "Gem Veinbloc"
msgstr ""
@@ -10896,13 +10409,13 @@ msgid "Gems"
msgstr ""
#. code: Name: "General Krukan"
-#: mob_db.conf:5110
+#: mob_db.conf:5048
#, no-c-format
msgid "General Krukan"
msgstr ""
#. code: Name: "General Razha"
-#: mob_db.conf:5151
+#: mob_db.conf:5089
#, no-c-format
msgid "General Razha"
msgstr ""
@@ -10914,7 +10427,7 @@ msgid "General Store#008-1"
msgstr ""
#. code: Name: "General Terogan"
-#: mob_db.conf:5192
+#: mob_db.conf:5130
#, no-c-format
msgid "General Terogan"
msgstr ""
@@ -10926,14 +10439,12 @@ msgid "Generic items are used for different purposes. In creating other items, t
msgstr ""
#. code: l("Generous, generous! But I still have plenty in here!");
-#: npc/008-2-2/kfahr.txt~:257
#: npc/008-2-2/kfahr.txt:257
#, no-c-format
msgid "Generous, generous! But I still have plenty in here!"
msgstr ""
#. code: l("Generous, generous! I like that!"),
-#: npc/008-2-2/kfahr.txt~:224
#: npc/008-2-2/kfahr.txt:224
#, no-c-format
msgid "Generous, generous! I like that!"
@@ -10941,7 +10452,6 @@ msgstr ""
#. code: l("George had found a treasure map somewhere... and when I say `found', I mean that in a fairly liberal sense; he always loved those maps, almost as much as the excitement of hunting for treasure."),
#: npc/008-2-2/kfahr.txt:430
-#: npc/008-2-2/kfahr.txt~:430
#, no-c-format
msgid "George had found a treasure map somewhere... and when I say `found', I mean that in a fairly liberal sense; he always loved those maps, almost as much as the excitement of hunting for treasure."
msgstr ""
@@ -10992,13 +10502,12 @@ msgstr ""
#. code: mesn l("Ghost");
#: npc/009-2-3/reid.txt:10
-#: npc/009-2-3/reid.txt~:10
#, no-c-format
msgid "Ghost"
msgstr ""
#. code: Name: "Giant Maggot"
-#: mob_db.conf:3269
+#: mob_db.conf:3215
#, no-c-format
msgid "Giant Maggot"
msgstr ""
@@ -11009,16 +10518,10 @@ msgstr ""
msgid "Give me a kiss before you say goodbye!"
msgstr ""
-#. code: mesq lg("Give me back this dish, you dirty liar!");
-#: npc/000-2-1/chefgado.txt:204
-#, no-c-format
-msgid "Give me back this dish, you dirty liar!#0"
-msgstr ""
-
-#. code: mesq lg("Give me back this dish, you dirty liar!");
-#: npc/000-2-1/chefgado.txt:204
+#. code: mesq l("Give me back this dish, you dirty liar!");
+#: npc/000-2-1/chefgado.txt:203
#, no-c-format
-msgid "Give me back this dish, you dirty liar!#1"
+msgid "Give me back this dish, you dirty liar!"
msgstr ""
#. code: l("Give me some space."),
@@ -11030,7 +10533,6 @@ msgid "Give me some space."
msgstr ""
#. code: mesq l("Give that to whoever needs them, and see if it works. Then come tell me the result. Do you have the reagents?");
-#: npc/020-1/eomie.txt~:82
#: npc/020-1/eomie.txt:83
#, no-c-format
msgid "Give that to whoever needs them, and see if it works. Then come tell me the result. Do you have the reagents?"
@@ -11043,7 +10545,7 @@ msgid "Give up!"
msgstr ""
#. code: l("Give your pet a nice name, and keep it healthy, and you'll be a successful pet owner!"),
-#: npc/001-2-6/books.txt:187
+#: npc/001-2-6/books.txt:189
#, no-c-format
msgid "Give your pet a nice name, and keep it healthy, and you'll be a successful pet owner!"
msgstr ""
@@ -11063,7 +10565,6 @@ msgstr ""
#. code: mesq l("Go and tell my mother that she is the nicest mother in the world.");
#: npc/008-1/rossy.txt:50
-#: npc/008-1/rossy.txt~:50
#, no-c-format
msgid "Go and tell my mother that she is the nicest mother in the world."
msgstr ""
@@ -11100,7 +10601,6 @@ msgid "Go back"
msgstr ""
#. code: l("Go clean up your inventory and come back."));
-#: npc/008-2-6/alan.txt~:150
#: npc/008-2-6/alan.txt:150
#, no-c-format
msgid "Go clean up your inventory and come back."
@@ -11113,7 +10613,7 @@ msgid "Go east to reach Hurnscald. Just follow the road, really."
msgstr ""
#. code: l("Go find those supplies! Don't waste my time!"),
-#: npc/008-1-1/hal.txt:74
+#: npc/008-1-1/hal.txt:73
#, no-c-format
msgid "Go find those supplies! Don't waste my time!"
msgstr ""
@@ -11132,7 +10632,6 @@ msgstr ""
#. code: l("Go further to the east and you'll find ol' Pachua up on the mountain. He seems to have some kind of power over the mountain snakes there; they never attack him. I think he's a bit creepy, personally..."),
#: npc/008-2-2/kfahr.txt:582
-#: npc/008-2-2/kfahr.txt~:582
#, no-c-format
msgid "Go further to the east and you'll find ol' Pachua up on the mountain. He seems to have some kind of power over the mountain snakes there; they never attack him. I think he's a bit creepy, personally..."
msgstr ""
@@ -11144,7 +10643,7 @@ msgid "Go get me something else, go do it NOW!!"
msgstr ""
#. code: l("Go get some!");
-#: npc/008-1-1/galimatia.txt:262
+#: npc/008-1-1/galimatia.txt:235
#, no-c-format
msgid "Go get some!"
msgstr ""
@@ -11157,29 +10656,31 @@ msgstr ""
#. code: mesq l("Go kill the Bandit Lord!");
#: npc/008-3-5/bryant.txt:55
-#: npc/008-3-5/bryant.txt~:53
#, no-c-format
msgid "Go kill the Bandit Lord!"
msgstr ""
#. code: l("Go meet him, and take the package to me, it's an easy task."),
-#: npc/001-1/enora.txt~:154
-#: npc/001-1/enora.txt:154
+#: npc/001-1/enora.txt:155
#, no-c-format
msgid "Go meet him, and take the package to me, it's an easy task."
msgstr ""
#. code: l("Go north from here until you find the dock warehouse, cross the bridge to the west side of the canal, continue north until you reach another bridge then cross it to the east side of the canal."),
-#: npc/001-1/enora.txt:77
-#: npc/001-1/enora.txt~:77
+#: npc/001-1/enora.txt:78
#, no-c-format
msgid "Go north from here until you find the dock warehouse, cross the bridge to the west side of the canal, continue north until you reach another bridge then cross it to the east side of the canal."
msgstr ""
+#. code: l("Go on"),
+#: npc/009-2-0/soren.txt:23
+#, no-c-format
+msgid "Go on"
+msgstr ""
+
#. code: l("Go on the upper level if you want to change your room or to use it.");
-#: npc/001-2-28/plush.txt~:70
#: npc/008-2-2/melania.txt:42
-#: npc/001-2-28/plush.txt:71
+#: npc/001-2-28/plush.txt:70
#, no-c-format
msgid "Go on the upper level if you want to change your room or to use it."
msgstr ""
@@ -11197,14 +10698,13 @@ msgid "Go pester someone else."
msgstr ""
#. code: l("Go safely!"),
-#: npc/008-3-0/juliet.txt~:619
-#: npc/008-3-0/juliet.txt:619
+#: npc/008-3-0/juliet.txt:618
#, no-c-format
msgid "Go safely!"
msgstr ""
#. code: l("Go stay afk in TMW Legacy if you don't want to make yourself useful."),
-#: npc/008-1-1/galimatia.txt:142
+#: npc/008-1-1/galimatia.txt:124
#, no-c-format
msgid "Go stay afk in TMW Legacy if you don't want to make yourself useful."
msgstr ""
@@ -11221,20 +10721,13 @@ msgstr ""
msgid "Go to Kfahr, and listen to his stories."
msgstr ""
-#. code: mesq lg("Go to the ship, show the captain this letter if asked. After reaching, look for Captain Hal. He'll give you further instructions.");
-#: npc/001-2-39/qanon.txt:114
-#, no-c-format
-msgid "Go to the ship, show the captain this letter if asked. After reaching, look for Captain Hal. He'll give you further instructions.#0"
-msgstr ""
-
-#. code: mesq lg("Go to the ship, show the captain this letter if asked. After reaching, look for Captain Hal. He'll give you further instructions.");
+#. code: mesq l("Go to the ship, show the captain this letter if asked. After reaching, look for Captain Hal. He'll give you further instructions.");
#: npc/001-2-39/qanon.txt:114
#, no-c-format
-msgid "Go to the ship, show the captain this letter if asked. After reaching, look for Captain Hal. He'll give you further instructions.#1"
+msgid "Go to the ship, show the captain this letter if asked. After reaching, look for Captain Hal. He'll give you further instructions."
msgstr ""
#. code: 009-2-4,30,32,0 script Golbenez NPC_GOLBENEZ,{
-#: npc/009-2-4/golbenez.txt~:21
#: npc/009-2-4/golbenez.txt:26
#, no-c-format
msgid "Golbenez"
@@ -11277,13 +10770,13 @@ msgid "Gold Signet Ring"
msgstr ""
#. code: Name: "Gold Vein"
-#: mob_db.conf:1975
+#: mob_db.conf:1942
#, no-c-format
msgid "Gold Vein"
msgstr ""
#. code: Name: "Gold Veinbloc"
-#: mob_db.conf:2998
+#: mob_db.conf:2949
#, no-c-format
msgid "Gold Veinbloc"
msgstr ""
@@ -11307,7 +10800,7 @@ msgid "Golden Four-Leaf Necklace"
msgstr ""
#. code: Name: "Golden Scorpion"
-#: mob_db.conf:4593
+#: mob_db.conf:4532
#, no-c-format
msgid "Golden Scorpion"
msgstr ""
@@ -11337,34 +10830,20 @@ msgid "Goldenrod Silk Dye"
msgstr ""
#. code: Name: "Golem"
-#: mob_db.conf:5061
+#: mob_db.conf:4999
#, no-c-format
msgid "Golem"
msgstr ""
-#. code: mesq g(l("Good day miss."), l("Good day mister."));
+#. code: mesq l("Good day sir or madam.");
#: npc/001-2-24/nard.txt:29
-#: npc/001-2-24/nard.txt~:29
#, no-c-format
-msgid "Good day miss."
-msgstr ""
-
-#. code: mesq g(l("Good day miss."), l("Good day mister."));
-#: npc/001-2-24/nard.txt:29
-#: npc/001-2-24/nard.txt~:29
-#, no-c-format
-msgid "Good day mister."
-msgstr ""
-
-#. code: lg("Welcome miss.", "Good day sir.");
-#: npc/001-2-9/janus.txt:128
-#, no-c-format
-msgid "Good day sir.#1"
+msgid "Good day sir or madam."
msgstr ""
#. code: npctalk3 l("Good day to you!");
#: npc/001-2-4/robin.txt:22
-#: npc/001-2-6/leonard.txt:40
+#: npc/001-2-6/leonard.txt:41
#, no-c-format
msgid "Good day to you!"
msgstr ""
@@ -11375,7 +10854,7 @@ msgstr ""
msgid "Good day to you, Sir."
msgstr ""
-#. code: speech S_LAST_NEXT, (.@hour > 6 && .@hour < 18) ? l("Good day to you.") : lg("Good night milady.", "Good evening sir.");
+#. code: speech S_LAST_NEXT, (.@hour > 6 && .@hour < 18) ? l("Good day to you.") : l("Good evening.");
#: npc/001-2-12/oscar.txt:111
#, no-c-format
msgid "Good day to you."
@@ -11383,13 +10862,12 @@ msgstr ""
#. code: l("Good day!"));
#: npc/008-2-24/troupe-leader.txt:53
-#: npc/008-2-24/troupe-leader.txt~:53
#, no-c-format
msgid "Good day!"
msgstr ""
#. code: l("Good day, my friend, come closer, come closer!");
-#: npc/001-1/salem.txt:104
+#: npc/001-1/salem.txt:117
#, no-c-format
msgid "Good day, my friend, come closer, come closer!"
msgstr ""
@@ -11401,10 +10879,10 @@ msgstr ""
msgid "Good day."
msgstr ""
-#. code: speech S_LAST_NEXT, (.@hour > 6 && .@hour < 18) ? l("Good day to you.") : lg("Good night milady.", "Good evening sir.");
+#. code: speech S_LAST_NEXT, (.@hour > 6 && .@hour < 18) ? l("Good day to you.") : l("Good evening.");
#: npc/001-2-12/oscar.txt:111
#, no-c-format
-msgid "Good evening sir.#1"
+msgid "Good evening."
msgstr ""
#. code: mesq l("Good job defeating the Bandit Lord.");
@@ -11422,17 +10900,20 @@ msgstr ""
msgid "Good job!"
msgstr ""
+#. code: mesq l("Good job! I'm sure you gained some agility and vitality out of this. But really, fighting is usually more effective!");
+#: npc/001-1/enora.txt:382
+#, no-c-format
+msgid "Good job! I'm sure you gained some agility and vitality out of this. But really, fighting is usually more effective!"
+msgstr ""
+
#. code: mesq l("Good luck getting the fertilizer from Hocus!");
-#: npc/020-1/anwar.txt~:64
#: npc/020-1/anwar.txt:64
#, no-c-format
msgid "Good luck getting the fertilizer from Hocus!"
msgstr ""
-#. code: l("Good luck hunting those tree monsters – you'll need it."));
#. code: npctalk3(l("Good luck hunting those tree monsters – you'll need it."));
-#: npc/008-1/jack.txt~:115
-#: npc/008-1/jack.txt~:107
+#. code: l("Good luck hunting those tree monsters – you'll need it."));
#: npc/008-1/jack.txt:115
#: npc/008-1/jack.txt:107
#, no-c-format
@@ -11440,7 +10921,7 @@ msgid "Good luck hunting those tree monsters – you'll need it."
msgstr ""
#. code: mesq l("Good luck!");
-#: npc/001-1/salem.txt:194
+#: npc/001-1/salem.txt:207
#, no-c-format
msgid "Good luck!"
msgstr ""
@@ -11452,20 +10933,13 @@ msgid "Good luck! And remember to visit Peter and our little furry friends whene
msgstr ""
#. code: select l("Good news! Sgt.Ryan is fine now and is going to go on with his mission.");
-#: npc/008-1-1/hal.txt:106
+#: npc/008-1-1/hal.txt:105
#, no-c-format
msgid "Good news! Sgt.Ryan is fine now and is going to go on with his mission."
msgstr ""
-#. code: speech S_LAST_NEXT, (.@hour > 6 && .@hour < 18) ? l("Good day to you.") : lg("Good night milady.", "Good evening sir.");
-#: npc/001-2-12/oscar.txt:111
-#, no-c-format
-msgid "Good night milady.#0"
-msgstr ""
-
#. code: l("Good then."),
-#: npc/008-1/hinnak.txt:145
-#: npc/008-1/hinnak.txt~:145
+#: npc/008-1/hinnak.txt:169
#, no-c-format
msgid "Good then."
msgstr ""
@@ -11483,34 +10957,31 @@ msgid "Good to hear!"
msgstr ""
#. code: l("Good to know, thanks.");
-#: npc/008-2-16/yannika.txt~:52
#: npc/008-2-16/yannika.txt:52
#, no-c-format
msgid "Good to know, thanks."
msgstr ""
#. code: mesq l("Good to know.");
-#: npc/000-2-3/nard.txt:118
+#: npc/000-2-3/nard.txt:119
#, no-c-format
msgid "Good to know."
msgstr ""
#. code: l("Good to see you again."),
-#: npc/008-1/hinnak.txt~:152
-#: npc/008-1/hinnak.txt:152
+#: npc/008-1/hinnak.txt:176
#, no-c-format
msgid "Good to see you again."
msgstr ""
#. code: l("Good you are here, you could be handy for me right now."),
#: npc/008-2-1/selim.txt:10
-#: npc/008-2-1/selim.txt~:10
#, no-c-format
msgid "Good you are here, you could be handy for me right now."
msgstr ""
#. code: mesq l("Good! I was going to ask you if you wanted to help the crew search for some food and explore the island out there.");
-#: npc/000-2-3/nard.txt:282
+#: npc/000-2-3/nard.txt:283
#, no-c-format
msgid "Good! I was going to ask you if you wanted to help the crew search for some food and explore the island out there."
msgstr ""
@@ -11535,7 +11006,6 @@ msgid "Good, take a look in the bag next to me then!"
msgstr ""
#. code: l("Goodbye!");
-#: npc/008-2-2/kfahr.txt~:132
#: npc/008-2-2/kfahr.txt:132
#, no-c-format
msgid "Goodbye!"
@@ -11545,15 +11015,13 @@ msgstr ""
#. code: l("Goodbye."),
#: npc/020-2-20/drabur.txt:15
#: npc/functions/goodbye.txt:16
-#: npc/008-2-2/kfahr.txt~:64
#: npc/008-2-2/kfahr.txt:64
#, no-c-format
msgid "Goodbye."
msgstr ""
#. code: l("Gorgeous woman, but when she looked at me, the scares went scuttling down my spine..."),
-#: npc/008-1/hinnak.txt:222
-#: npc/008-1/hinnak.txt~:222
+#: npc/008-1/hinnak.txt:246
#, no-c-format
msgid "Gorgeous woman, but when she looked at me, the scares went scuttling down my spine..."
msgstr ""
@@ -11565,7 +11033,7 @@ msgid "Got a cookie"
msgstr ""
#. code: l("Got drunk with the %s? You need me to make another one?", getitemlink(.REQ1_OUTPUT));
-#: npc/008-1-1/galimatia.txt:216
+#: npc/008-1-1/galimatia.txt:194
#, no-c-format
msgid "Got drunk with the %s? You need me to make another one?"
msgstr ""
@@ -11633,7 +11101,6 @@ msgstr ""
#. code: l("Grabbing one of two leftover pieces, he begins to carve it into a round shape, then repeats this with the second piece – shield handles from what you can tell."),
#: npc/008-1/jack.txt:205
-#: npc/008-1/jack.txt~:205
#, no-c-format
msgid "Grabbing one of two leftover pieces, he begins to carve it into a round shape, then repeats this with the second piece – shield handles from what you can tell."
msgstr ""
@@ -11651,7 +11118,7 @@ msgid "Grass Seeds"
msgstr ""
#. code: Name: "Grass Snake"
-#: mob_db.conf:1801
+#: mob_db.conf:1769
#, no-c-format
msgid "Grass Snake"
msgstr ""
@@ -11672,18 +11139,16 @@ msgstr ""
#. code: l("Great!"),
#. code: mesq l("Great!");
-#: npc/008-2-16/yannika.txt~:371
#: npc/000-2-3/box.txt:69
#: npc/008-2-4/bernard.txt:52
#: npc/001-1/katja.txt:76
-#: npc/008-2-4/bernard.txt~:52
-#: npc/008-2-16/yannika.txt:371
+#: npc/008-2-16/yannika.txt:372
#, no-c-format
msgid "Great!"
msgstr ""
#. code: l("Great! Can't wait for some tasty mushrooms!");
-#: npc/001-1/rumly.txt:80
+#: npc/001-1/rumly.txt:79
#, no-c-format
msgid "Great! Can't wait for some tasty mushrooms!"
msgstr ""
@@ -11694,9 +11159,14 @@ msgstr ""
msgid "Great! Don't mind those scorched hairs, they will grow back."
msgstr ""
+#. code: mesq l("Great! For %d %s, I'll show you the purple power!", .@plush_count);
+#: npc/001-1/rumly.txt:132
+#, no-c-format
+msgid "Great! For %d %s, I'll show you the purple power!"
+msgstr ""
+
#. code: mesq l("Great! Hocus, the magic academy grandmaster, is a real Nature mage. He probably makes fertilizers.");
#: npc/020-1/anwar.txt:55
-#: npc/020-1/anwar.txt~:55
#, no-c-format
msgid "Great! Hocus, the magic academy grandmaster, is a real Nature mage. He probably makes fertilizers."
msgstr ""
@@ -11710,18 +11180,14 @@ msgstr ""
#. code: mesq l("Great! I'll send a scout to check. I hope you didn't blew up everything by going there, you're not very discrete.");
#: npc/001-3-2/henry.txt:197
-#: npc/001-3-2/henry.txt~:197
#, no-c-format
msgid "Great! I'll send a scout to check. I hope you didn't blew up everything by going there, you're not very discrete."
msgstr ""
#. code: mesq l("Great! Then I'll be counting on you!");
-#: npc/001-3-2/henry.txt:161
-#: npc/001-3-2/henry.txt~:161
#: npc/001-3-2/henry.txt:64
-#: npc/001-3-2/henry.txt~:259
+#: npc/001-3-2/henry.txt:161
#: npc/001-3-2/henry.txt:260
-#: npc/001-3-2/henry.txt~:64
#, no-c-format
msgid "Great! Then I'll be counting on you!"
msgstr ""
@@ -11738,18 +11204,11 @@ msgstr ""
msgid "Great, thanks! If you need more flour you can ask Riskim. He also buys flour for a good price."
msgstr ""
-#. code: mesq lg("Great, what food do you have for me today?");
-#: npc/000-2-1/alige.txt:163
-#: npc/001-2-22/alige.txt:167
-#, no-c-format
-msgid "Great, what food do you have for me today?#0"
-msgstr ""
-
-#. code: mesq lg("Great, what food do you have for me today?");
+#. code: mesq l("Great, what food do you have for me today?");
#: npc/000-2-1/alige.txt:163
#: npc/001-2-22/alige.txt:167
#, no-c-format
-msgid "Great, what food do you have for me today?#1"
+msgid "Great, what food do you have for me today?"
msgstr ""
#. code: l("Greater %s allows you to attack faster and has a greater chance of evading attacks.", b(l("agility"))),
@@ -11771,33 +11230,31 @@ msgid "Green Cotton Dye"
msgstr ""
#. code: Name: "Green Slime"
-#: mob_db.conf:1045
+#: mob_db.conf:1027
#, no-c-format
msgid "Green Slime"
msgstr ""
#. code: Name: "Green Slime Progenitor"
-#: mob_db.conf:4073
+#: mob_db.conf:4016
#, no-c-format
msgid "Green Slime Progenitor"
msgstr ""
-#. code: mesq lg("Greetings traveler.");
-#: npc/000-1/fexil.txt:8
-#: npc/001-1/fexil.txt:39
+#. code: 008-1,246,105,0 script Green Wizard NPC_PLAYER,{
+#: npc/008-1/greenmage.txt:11
#, no-c-format
-msgid "Greetings traveler.#0"
+msgid "Green Wizard"
msgstr ""
-#. code: mesq lg("Greetings traveler.");
-#: npc/000-1/fexil.txt:8
+#. code: mesq l("Greetings traveler.");
#: npc/001-1/fexil.txt:39
+#: npc/000-1/fexil.txt:8
#, no-c-format
-msgid "Greetings traveler.#1"
+msgid "Greetings traveler."
msgstr ""
#. code: mesq l("Greetings! Do you have any duck tape?"); // Perhaps duct tape?
-#: npc/009-1/thurstan.txt~:15
#: npc/009-1/thurstan.txt:15
#, no-c-format
msgid "Greetings! Do you have any duck tape?"
@@ -11809,22 +11266,13 @@ msgstr ""
msgid "Grimoire"
msgstr ""
-#. code: mesq lg("Growl, sniff, grr! You'd better not tell anyone you saw me!");
-#: npc/000-2-1/alige.txt:138
-#: npc/001-2-22/alige.txt:138
-#: npc/000-2-1/alige.txt:282
-#: npc/001-2-22/alige.txt:286
-#, no-c-format
-msgid "Growl, sniff, grr! You'd better not tell anyone you saw me!#0"
-msgstr ""
-
-#. code: mesq lg("Growl, sniff, grr! You'd better not tell anyone you saw me!");
+#. code: mesq l("Growl, sniff, grr! You'd better not tell anyone you saw me!");
#: npc/000-2-1/alige.txt:138
#: npc/001-2-22/alige.txt:138
#: npc/000-2-1/alige.txt:282
#: npc/001-2-22/alige.txt:286
#, no-c-format
-msgid "Growl, sniff, grr! You'd better not tell anyone you saw me!#1"
+msgid "Growl, sniff, grr! You'd better not tell anyone you saw me!"
msgstr ""
#. code: mesq l("Grr, don't give me more berries! I don't want them, stupid berries, stupid... Stupid... Stupid!");
@@ -11835,8 +11283,7 @@ msgid "Grr, don't give me more berries! I don't want them, stupid berries, stupi
msgstr ""
#. code: mesq l("Grr...");
-#: npc/001-1/cookiemaster.txt:234
-#: npc/001-1/cookiemaster.txt~:234
+#: npc/001-1/cookiemaster.txt:233
#, no-c-format
msgid "Grr..."
msgstr ""
@@ -11864,28 +11311,16 @@ msgstr ""
msgid "Gugli (main quest)"
msgstr ""
-#. code: rif(.@gugli == 1, lg("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
-#: npc/000-1/maxe.txt:27
-#, no-c-format
-msgid "Gugli asked me to help the sailors to gather food. Do you know where I can find them?#0"
-msgstr ""
-
-#. code: rif(.@gugli == 1, lg("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
+#. code: rif(.@gugli == 1, l("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
#: npc/000-1/maxe.txt:27
#, no-c-format
-msgid "Gugli asked me to help the sailors to gather food. Do you know where I can find them?#1"
+msgid "Gugli asked me to help the sailors to gather food. Do you know where I can find them?"
msgstr ""
-#. code: lg("Gugli asked me to help you carrying one of these boxes you are filling.");
+#. code: l("Gugli asked me to help you carrying one of these boxes you are filling.");
#: npc/000-1/tibbo.txt:36
#, no-c-format
-msgid "Gugli asked me to help you carrying one of these boxes you are filling.#0"
-msgstr ""
-
-#. code: lg("Gugli asked me to help you carrying one of these boxes you are filling.");
-#: npc/000-1/tibbo.txt:36
-#, no-c-format
-msgid "Gugli asked me to help you carrying one of these boxes you are filling.#1"
+msgid "Gugli asked me to help you carrying one of these boxes you are filling."
msgstr ""
#. code: l("Gugli asks to collect packages"), 1,
@@ -11895,21 +11330,15 @@ msgid "Gugli asks to collect packages"
msgstr ""
#. code: l("Gugli mentioned six sailors. What about the others?"), -;
-#: npc/000-1/lean.txt:55
+#: npc/000-1/lean.txt:57
#, no-c-format
msgid "Gugli mentioned six sailors. What about the others?"
msgstr ""
-#. code: lg("Gugli sent me down here to help you."), -,
-#: npc/000-1/ale.txt:27
-#, no-c-format
-msgid "Gugli sent me down here to help you.#0"
-msgstr ""
-
-#. code: lg("Gugli sent me down here to help you."), -,
+#. code: l("Gugli sent me down here to help you."), -,
#: npc/000-1/ale.txt:27
#, no-c-format
-msgid "Gugli sent me down here to help you.#1"
+msgid "Gugli sent me down here to help you."
msgstr ""
#. code: mesq l("Gugli? Oh I see. Yes, Gugli yeye pretty used to shout orders to everybody down here.");
@@ -11919,7 +11348,7 @@ msgid "Gugli? Oh I see. Yes, Gugli yeye pretty used to shout orders to everybody
msgstr ""
#. code: 000-1,83,107,0 script GugliBarrierCheck NPC_HIDDEN,2,0,{
-#: npc/000-1/gugli.txt:243
+#: npc/000-1/gugli.txt:242
#, no-c-format
msgid "GugliBarrierCheck"
msgstr ""
@@ -11954,7 +11383,6 @@ msgid "HE IS AT THE BOTTOM OF THE SHIP, DOWN THE STAIRS. YOU CAN'T MISS HIM!"
msgstr ""
#. code: rif(getq(TulimsharQuest_AnwarField) == 7, l("HELP! Anwar field is under worm attack!!")),
-#: npc/020-1/hocus.txt~:27
#: npc/020-1/hocus.txt:28
#, no-c-format
msgid "HELP! Anwar field is under worm attack!!"
@@ -11979,11 +11407,17 @@ msgid "HEY, WHAT'S YOUR NAME?!"
msgstr ""
#. code: l("HIGHER!"),
-#: npc/functions/casino.txt:189
+#: npc/functions/casino.txt:192
#, no-c-format
msgid "HIGHER!"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_HPBONUS), l("HP +500")), PCB_HPBONUS,
+#: npc/functions/rebirth.txt:77
+#, no-c-format
+msgid "HP +500"
+msgstr ""
+
#. code: npctalk3(l("Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!"));
#: npc/008-2-2/ledmitz.txt:11
#, no-c-format
@@ -11998,33 +11432,29 @@ msgstr ""
#. code: mesq l("Hah, you'll regret it. Bring me %d %s, before Golbenez finds out about our silly agreement.", .amount, getitemlink(.@q2 == VEGAN ? MananaSandwich : PioulegSandwich));
#: npc/009-2-3/chef.txt:51
-#: npc/009-2-3/chef.txt~:51
#, no-c-format
msgid "Hah, you'll regret it. Bring me %d %s, before Golbenez finds out about our silly agreement."
msgstr ""
#. code: l("Hahah! That's just what I needed!"),
#: npc/008-2-2/kfahr.txt:225
-#: npc/008-2-2/kfahr.txt~:225
#, no-c-format
msgid "Hahah! That's just what I needed!"
msgstr ""
#. code: mesc(l("Hahah, silly, that's ourselves!"));
-#: npc/000-0-1/narrator.txt:160
+#: npc/000-0-1/narrator.txt:159
#, no-c-format
msgid "Hahah, silly, that's ourselves!"
msgstr ""
#. code: l("Hahaha!"),
-#: npc/008-1/hinnak.txt~:243
-#: npc/008-1/hinnak.txt:243
+#: npc/008-1/hinnak.txt:267
#, no-c-format
msgid "Hahaha!"
msgstr ""
#. code: mesq l("Hahaha! All sailors aboard this ship are always drunk... Well... Except... Wait, what?! Nard told you?!");
-#: npc/000-2-0/julia.txt~:74
#: npc/000-2-0/julia.txt:74
#, no-c-format
msgid "Hahaha! All sailors aboard this ship are always drunk... Well... Except... Wait, what?! Nard told you?!"
@@ -12121,15 +11551,12 @@ msgid "Hall Of Lethality"
msgstr ""
#. code: 009-1,37,170,0 script Hamond NPC_HAMOND,{
-#. code: 009-1,X,X,0 script Hamond NPC_HAMOND,{
#: npc/009-1/hamond.txt:7
-#: npc/009-1/hamond.txt~:7
#, no-c-format
msgid "Hamond"
msgstr ""
#. code: l("Hang on... bones in a... worm?"),
-#: npc/008-2-2/kfahr.txt~:356
#: npc/008-2-2/kfahr.txt:356
#, no-c-format
msgid "Hang on... bones in a... worm?"
@@ -12148,11 +11575,17 @@ msgid "Hard Spike"
msgstr ""
#. code: mesq l("Hard work always pays off!");
-#: npc/000-2-3/nard.txt:93
+#: npc/000-2-3/nard.txt:94
#, no-c-format
msgid "Hard work always pays off!"
msgstr ""
+#. code: mes b(l("Harmony"));
+#: npc/commands/info.txt:84
+#, no-c-format
+msgid "Harmony"
+msgstr ""
+
#. code: 020-1,191,150,0 script Harper NPC_ADRIAN,{
#: npc/020-1/harper.txt:7
#, no-c-format
@@ -12196,20 +11629,21 @@ msgid "Have a good day!"
msgstr ""
#. code: l("Have a good time fishing!");
-#: npc/001-1/eugene.txt:64
+#: npc/001-1/eugene.txt:63
#, no-c-format
msgid "Have a good time fishing!"
msgstr ""
#. code: l("Have a seat."));
#: npc/008-1/jack.txt:200
-#: npc/008-1/jack.txt~:200
#, no-c-format
msgid "Have a seat."
msgstr ""
+#. code: mesc l("Have fun!"), 3;
#. code: l("Have fun!"),
-#: npc/008-1-1/galimatia.txt:319
+#: npc/008-1-1/galimatia.txt:287
+#: npc/000-0/sailors.txt:30
#, no-c-format
msgid "Have fun!"
msgstr ""
@@ -12221,12 +11655,9 @@ msgid "Have fun, but always remember to pick your stats with good care."
msgstr ""
#. code: mesq l("Have you already did what I asked you to?");
-#: npc/001-3-2/henry.txt~:268
#: npc/001-3-2/henry.txt:73
-#: npc/001-3-2/henry.txt~:73
-#: npc/001-3-2/henry.txt:179
#: npc/001-3-2/henry.txt:269
-#: npc/001-3-2/henry.txt~:179
+#: npc/001-3-2/henry.txt:179
#, no-c-format
msgid "Have you already did what I asked you to?"
msgstr ""
@@ -12238,9 +11669,7 @@ msgid "Have you collected all the ingredients for my recipe? The special one too
msgstr ""
#. code: l("Have you ever been to Artis? Did you meet my mom there? Her name is Sophialla."),
-#: npc/009-2-7/leofwin.txt~:10
#: npc/020-1/martha.txt:10
-#: npc/020-1/martha.txt~:10
#, no-c-format
msgid "Have you ever been to Artis? Did you meet my mom there? Her name is Sophialla."
msgstr ""
@@ -12254,29 +11683,27 @@ msgstr ""
#. code: mesq l("Have you found my daughters yet? %%i");
#: npc/008-2-4/olana.txt:137
-#: npc/008-2-4/olana.txt~:137
#, no-c-format
msgid "Have you found my daughters yet? %%i"
msgstr ""
#. code: l("Have you got the %d antennae?", .drop_count);
-#: npc/008-1/hinnak.txt:97
-#: npc/008-1/hinnak.txt~:97
+#: npc/008-1/hinnak.txt:121
#, no-c-format
msgid "Have you got the %d antennae?"
msgstr ""
#. code: l("Have you got those things with you?"),
-#: npc/008-1-1/hal.txt:72
-#: npc/008-1-1/galimatia.txt:125
+#: npc/008-1-1/hal.txt:71
+#: npc/008-1-1/galimatia.txt:106
#, no-c-format
msgid "Have you got those things with you?"
msgstr ""
-#. code: l("Have you got what we need?"),
-#: npc/008-1-1/galimatia.txt:196
+#. code: l("Have you got what I need?"),
+#: npc/008-1-1/galimatia.txt:173
#, no-c-format
-msgid "Have you got what we need?"
+msgid "Have you got what I need?"
msgstr ""
#. code: l("Have you met Kfahr yet?"),
@@ -12322,17 +11749,11 @@ msgstr ""
#. code: l("Have you seen anything strange recently that might be connected to the robberies?"));
#. code: rif(getq(.quest_inspector) == 2, l("Have you seen anything strange recently that might be connected to the robberies?")));
-#: npc/008-2-6/alan.txt~:257
#: npc/008-2-6/alan.txt:108
-#: npc/008-2-6/alan.txt~:28
-#: npc/008-2-6/alan.txt~:92
-#: npc/008-2-6/alan.txt~:175
#: npc/008-2-6/alan.txt:92
#: npc/008-2-6/alan.txt:28
#: npc/008-2-6/alan.txt:136
-#: npc/008-2-6/alan.txt~:136
#: npc/008-2-6/alan.txt:175
-#: npc/008-2-6/alan.txt~:108
#: npc/008-2-6/alan.txt:257
#, no-c-format
msgid "Have you seen anything strange recently that might be connected to the robberies?"
@@ -12343,12 +11764,7 @@ msgstr ""
#. code: rif(getq(.quest_inspector) == 2, l("Have you seen anything that might be connected to the recent robberies in town?")));
#: npc/008-1/jack.txt:109
#: npc/008-1/jack.txt:276
-#: npc/008-1/jack.txt~:109
-#: npc/008-1/jack.txt~:129
#: npc/008-1/jack.txt:129
-#: npc/008-1/jack.txt~:276
-#: npc/008-1/jack.txt~:156
-#: npc/008-1/jack.txt~:240
#: npc/008-1/jack.txt:156
#: npc/008-1/jack.txt:240
#, no-c-format
@@ -12357,14 +11773,12 @@ msgstr ""
#. code: mesq l("Have you seen my father Omar? I bet Micksha took him to drink.");
#: npc/020-2-15/kadiya.txt:14
-#: npc/020-2-15/kadiya.txt~:13
#, no-c-format
msgid "Have you seen my father Omar? I bet Micksha took him to drink."
msgstr ""
#. code: npctalk3(l("Have you talked with the old man yet?"));
#: npc/008-2-1/inspector.txt:96
-#: npc/008-2-1/inspector.txt~:96
#, no-c-format
msgid "Have you talked with the old man yet?"
msgstr ""
@@ -12377,7 +11791,6 @@ msgid "Have you tried putting it in a bread already?"
msgstr ""
#. code: l("Having arrived at the bottom, I cut off the biggest of the water buckets and filled it with water – and that was a really big one, I could hardly carry it when it was full. Then I dissolved most the soap, and poured that onto the Stinkewyrm's head."),
-#: npc/008-2-2/kfahr.txt~:536
#: npc/008-2-2/kfahr.txt:536
#, no-c-format
msgid "Having arrived at the bottom, I cut off the biggest of the water buckets and filled it with water – and that was a really big one, I could hardly carry it when it was full. Then I dissolved most the soap, and poured that onto the Stinkewyrm's head."
@@ -12396,23 +11809,25 @@ msgid "He asked to lend some money and a place to open his store, I think that h
msgstr ""
#. code: l("He created this as a place of leisure, and we are here to ensure that it remains undisturbed.");
-#: npc/009-1/blackwin.txt~:11
-#: npc/009-1/blackwin.txt:11
-#: npc/009-1/blackwin.txt~:24
#: npc/009-1/blackwin.txt:23
+#: npc/009-1/blackwin.txt:11
#, no-c-format
msgid "He created this as a place of leisure, and we are here to ensure that it remains undisturbed."
msgstr ""
#. code: l("He did not change while growing up, I repeatedly asked him to leave the forge but in the end he installed himself in front of it..."),
-#: npc/001-2-27/don.txt~:77
#: npc/001-2-27/don.txt:77
#, no-c-format
msgid "He did not change while growing up, I repeatedly asked him to leave the forge but in the end he installed himself in front of it..."
msgstr ""
+#. code: l("He did say that I should give you this @@ as a gift. He says you are very skilled and will make good use of his old weapon.",
+#: npc/001-2-11/mona.txt:132
+#, no-c-format
+msgid "He did say that I should give you this @@ as a gift. He says you are very skilled and will make good use of his old weapon."
+msgstr ""
+
#. code: mesc l("He gives you some money and acorns.");
-#: npc/020-2-24/kylian.txt~:91
#: npc/020-2-24/kylian.txt:91
#, no-c-format
msgid "He gives you some money and acorns."
@@ -12425,14 +11840,12 @@ msgid "He goes off to look for them and comes back empty handed."
msgstr ""
#. code: l("He grins broadly again, weighing the weapon.");
-#: npc/008-2-2/kfahr.txt~:715
#: npc/008-2-2/kfahr.txt:715
#, no-c-format
msgid "He grins broadly again, weighing the weapon."
msgstr ""
#. code: l("He grins broadly.");
-#: npc/008-2-2/kfahr.txt~:513
#: npc/008-2-2/kfahr.txt:513
#, no-c-format
msgid "He grins broadly."
@@ -12440,30 +11853,26 @@ msgstr ""
#. code: l("He grins.");
#: npc/008-2-2/kfahr.txt:342
-#: npc/008-2-2/kfahr.txt:472
-#: npc/008-2-2/kfahr.txt~:472
#: npc/008-2-2/kfahr.txt:636
-#: npc/008-2-2/kfahr.txt~:342
-#: npc/008-2-2/kfahr.txt~:636
+#: npc/008-2-2/kfahr.txt:472
#, no-c-format
msgid "He grins."
msgstr ""
#. code: mesc l("He hands you the knife.");
#: npc/008-2-2/kfahr.txt:748
-#: npc/008-2-2/kfahr.txt~:748
#, no-c-format
msgid "He hands you the knife."
msgstr ""
#. code: l("He has a guns!"),
-#: npc/001-1/rumly.txt:108
+#: npc/001-1/rumly.txt:101
#, no-c-format
msgid "He has a guns!"
msgstr ""
#. code: l("He has never been the same since mommy went away...");
-#: npc/001-2-11/mona.txt:135
+#: npc/001-2-11/mona.txt:134
#, no-c-format
msgid "He has never been the same since mommy went away..."
msgstr ""
@@ -12475,7 +11884,6 @@ msgid "He has to listen to much drama, so he wants to rest here, alone, in silen
msgstr ""
#. code: l("He hesitates, obviously trying to make up his mind about something, then continues.");
-#: npc/008-2-2/kfahr.txt~:615
#: npc/008-2-2/kfahr.txt:615
#, no-c-format
msgid "He hesitates, obviously trying to make up his mind about something, then continues."
@@ -12501,7 +11909,6 @@ msgstr ""
#. code: l("He is mature and he rarely ask questions so I am fine. I can not stand the sight of a whiner anyway.");
#: npc/001-2-27/don.txt:78
-#: npc/001-2-27/don.txt~:78
#, no-c-format
msgid "He is mature and he rarely ask questions so I am fine. I can not stand the sight of a whiner anyway."
msgstr ""
@@ -12525,7 +11932,6 @@ msgid "He is usually in his office on the 3rd floor."
msgstr ""
#. code: l("He is very lucky that Don took him under his wing, but being the student of such a teacher is not easy every day!");
-#: npc/001-2-27/lydon.txt~:22
#: npc/001-2-27/lydon.txt:22
#, no-c-format
msgid "He is very lucky that Don took him under his wing, but being the student of such a teacher is not easy every day!"
@@ -12533,20 +11939,17 @@ msgstr ""
#. code: l("He laughs and takes a sip from the beer you gave him earlier.");
#: npc/008-2-2/kfahr.txt:259
-#: npc/008-2-2/kfahr.txt~:259
#, no-c-format
msgid "He laughs and takes a sip from the beer you gave him earlier."
msgstr ""
#. code: l("He laughs briefly.");
#: npc/008-2-2/kfahr.txt:192
-#: npc/008-2-2/kfahr.txt~:192
#, no-c-format
msgid "He laughs briefly."
msgstr ""
#. code: l("He laughs heartily and gives you a slap on the back.");
-#: npc/008-2-2/kfahr.txt~:58
#: npc/008-2-2/kfahr.txt:58
#, no-c-format
msgid "He laughs heartily and gives you a slap on the back."
@@ -12554,21 +11957,18 @@ msgstr ""
#. code: l("He laughs, then begins to cough.");
#: npc/008-2-2/kfahr.txt:586
-#: npc/008-2-2/kfahr.txt~:586
#, no-c-format
msgid "He laughs, then begins to cough."
msgstr ""
#. code: l("He laughs, then suddenly stops, turning to you with suspicion in his eyes.");
#: npc/008-2-2/kfahr.txt:703
-#: npc/008-2-2/kfahr.txt~:703
#, no-c-format
msgid "He laughs, then suddenly stops, turning to you with suspicion in his eyes."
msgstr ""
#. code: l("He likes to eat sandwiches. A good thing they are so easy to make!");
#: npc/008-2-16/yannika.txt:47
-#: npc/008-2-16/yannika.txt~:47
#, no-c-format
msgid "He likes to eat sandwiches. A good thing they are so easy to make!"
msgstr ""
@@ -12587,14 +11987,12 @@ msgstr ""
#. code: l("He looks up and into your face."));
#: npc/008-2-1/inspector.txt:43
-#: npc/008-2-1/inspector.txt~:43
#, no-c-format
msgid "He looks up and into your face."
msgstr ""
#. code: l("He may not have all of his wits but keep in mind one thing:"),
-#: npc/001-1/enora.txt:187
-#: npc/001-1/enora.txt~:187
+#: npc/001-1/enora.txt:188
#, no-c-format
msgid "He may not have all of his wits but keep in mind one thing:"
msgstr ""
@@ -12613,50 +12011,43 @@ msgid "He opened his mouth wide and let drop his prey."
msgstr ""
#. code: l("He pauses, then leans back a little to take another long sip from his beer.");
-#: npc/008-2-2/kfahr.txt~:314
#: npc/008-2-2/kfahr.txt:314
#, no-c-format
msgid "He pauses, then leans back a little to take another long sip from his beer."
msgstr ""
#. code: l("He pockets the stingers and mushrooms.");
-#: npc/008-2-2/kfahr.txt~:753
#: npc/008-2-2/kfahr.txt:753
#, no-c-format
msgid "He pockets the stingers and mushrooms."
msgstr ""
#. code: l("He proceeds to further scrutinize the log."));
-#: npc/008-2-6/alan.txt~:220
#: npc/008-2-6/alan.txt:220
#, no-c-format
msgid "He proceeds to further scrutinize the log."
msgstr ""
#. code: mesq l("He promised to make me some %s if I could provide him the fish.", getitemlink(SeafoodPlate));
-#: npc/008-2-16/yannika.txt:330
-#: npc/008-2-16/yannika.txt~:330
+#: npc/008-2-16/yannika.txt:331
#, no-c-format
msgid "He promised to make me some %s if I could provide him the fish."
msgstr ""
#. code: l("He pulls a strangely curved knife out of a side pocket and holds it up to the light. The blade is partly transparent, and looks quite sharp.");
#: npc/008-2-2/kfahr.txt:711
-#: npc/008-2-2/kfahr.txt~:711
#, no-c-format
msgid "He pulls a strangely curved knife out of a side pocket and holds it up to the light. The blade is partly transparent, and looks quite sharp."
msgstr ""
#. code: l("He pulls out a strangely curved knife with a yellow-whiteish blade that is almost transparent at the edge.");
#: npc/008-2-2/kfahr.txt:395
-#: npc/008-2-2/kfahr.txt~:395
#, no-c-format
msgid "He pulls out a strangely curved knife with a yellow-whiteish blade that is almost transparent at the edge."
msgstr ""
#. code: l("He puts the knife back into his pocket.");
#: npc/008-2-2/kfahr.txt:401
-#: npc/008-2-2/kfahr.txt~:401
#, no-c-format
msgid "He puts the knife back into his pocket."
msgstr ""
@@ -12675,35 +12066,30 @@ msgstr ""
#. code: mesc l("He seems to ignore you.");
#: npc/001-3-2/henry.txt:342
-#: npc/001-3-2/henry.txt~:341
#, no-c-format
msgid "He seems to ignore you."
msgstr ""
#. code: l("He shrugs.");
#: npc/008-2-2/kfahr.txt:489
-#: npc/008-2-2/kfahr.txt~:489
#, no-c-format
msgid "He shrugs."
msgstr ""
#. code: l("He suppresses a burp.");
-#: npc/008-2-2/kfahr.txt~:270
#: npc/008-2-2/kfahr.txt:270
#, no-c-format
msgid "He suppresses a burp."
msgstr ""
#. code: l("He takes a deep sip.");
-#: npc/008-2-2/kfahr.txt~:234
#: npc/008-2-2/kfahr.txt:234
#, no-c-format
msgid "He takes a deep sip."
msgstr ""
#. code: l("He takes another sip.");
-#: npc/008-1/hinnak.txt~:206
-#: npc/008-1/hinnak.txt:206
+#: npc/008-1/hinnak.txt:230
#, no-c-format
msgid "He takes another sip."
msgstr ""
@@ -12727,14 +12113,12 @@ msgid "He was heading north."
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/008-2-13/lena.txt~:208
#: npc/008-2-13/lena.txt:208
#, no-c-format
msgid "He will summon allies if he think you have the upper hand. So take care if you are going ranged."
msgstr ""
#. code: l("He winks.");
-#: npc/008-2-2/kfahr.txt~:627
#: npc/008-2-2/kfahr.txt:627
#, no-c-format
msgid "He winks."
@@ -12760,7 +12144,6 @@ msgstr ""
#. code: mesq l("He- I - What - Oh -");
#: npc/009-2-3/reid.txt:11
-#: npc/009-2-3/reid.txt~:11
#, no-c-format
msgid "He- I - What - Oh -"
msgstr ""
@@ -12814,9 +12197,7 @@ msgid "Heart of Isis"
msgstr ""
#. code: 020-2-8,36,23,0 script Heathin NPC_ANGUS_THE_SMITH,{
-#. code: 020-2-9,36,23,0 script Heathin NPC_ANGUS_THE_SMITH,{
#: npc/020-2-8/heathin.txt:7
-#: npc/020-2-8/heathin.txt~:7
#, no-c-format
msgid "Heathin"
msgstr ""
@@ -12829,8 +12210,6 @@ msgstr ""
#. code: l("Heed my warning, young %s. My master will suffer no fools here.", get_race(GETRACE_RACE)),
#: npc/009-1/blackwin.txt:10
-#: npc/009-1/blackwin.txt~:23
-#: npc/009-1/blackwin.txt~:10
#: npc/009-1/blackwin.txt:22
#, no-c-format
msgid "Heed my warning, young %s. My master will suffer no fools here."
@@ -12850,7 +12229,6 @@ msgstr ""
#. code: mesq l("Heh... I hope you disposed of the file.");
#: npc/001-3-2/henry.txt:120
-#: npc/001-3-2/henry.txt~:120
#, no-c-format
msgid "Heh... I hope you disposed of the file."
msgstr ""
@@ -12863,25 +12241,19 @@ msgstr ""
#. code: mesq l("Hehe, hehe. Well, come back if you change your mind.");
#. code: l("Hehe, hehe. Well, come back if you change your mind."
-#: npc/008-1-1/galimatia.txt:143
#: npc/001-2-22/peter.txt:80
#: npc/001-2-22/peter.txt:126
#: npc/000-2-1/peter.txt:126
+#: npc/008-1-1/galimatia.txt:125
#: npc/000-2-1/peter.txt:80
#, no-c-format
msgid "Hehe, hehe. Well, come back if you change your mind."
msgstr ""
-#. code: mesq lg("Hehe, no. But I'm sure a fox like you would love to meet a catch like me!", "Hehe, no. But I'm sure a noob like you would like to meet an idol like me.");
+#. code: mesq l("Hehe, no. But I'm sure somebody like you would love to meet somebody like me! Women want me, men want to be like me!");
#: npc/000-1/silvio.txt:21
#, no-c-format
-msgid "Hehe, no. But I'm sure a fox like you would love to meet a catch like me!#0"
-msgstr ""
-
-#. code: mesq lg("Hehe, no. But I'm sure a fox like you would love to meet a catch like me!", "Hehe, no. But I'm sure a noob like you would like to meet an idol like me.");
-#: npc/000-1/silvio.txt:21
-#, no-c-format
-msgid "Hehe, no. But I'm sure a noob like you would like to meet an idol like me.#1"
+msgid "Hehe, no. But I'm sure somebody like you would love to meet somebody like me! Women want me, men want to be like me!"
msgstr ""
#. code: l("Hehe, sometimes he gets his head in the clouds, You should go ask him about that.");
@@ -12897,7 +12269,7 @@ msgid "Hehe... Ok, I'm going to inform the capt'n up there."
msgstr ""
#. code: mesq l("Hehehe, he is a bit nervous, please forgive him, it is not everyday we have a new member in the crew!");
-#: npc/000-2-3/nard.txt:56
+#: npc/000-2-3/nard.txt:57
#, no-c-format
msgid "Hehehe, he is a bit nervous, please forgive him, it is not everyday we have a new member in the crew!"
msgstr ""
@@ -12922,40 +12294,25 @@ msgid "Hel... What?! Wait!"
msgstr ""
#. code: mesq l("Hello %s.", strcharinfo(0));
-#: npc/008-1/rossy.txt~:308
#: npc/008-1/rossy.txt:309
#, no-c-format
msgid "Hello %s."
msgstr ""
-#. code: lg("Hello Sir.","Hello Miss."),
-#: npc/008-2-2/melania.txt:12
-#, no-c-format
-msgid "Hello Miss.#1"
-msgstr ""
-
#. code: mesq l("Hello Mr. Hocus, kind sir Anwar sent me to fetch some fertilizers to save Tulimshar from famine, if you may?");
#: npc/020-1/hocus.txt:89
-#: npc/020-1/hocus.txt~:88
#, no-c-format
msgid "Hello Mr. Hocus, kind sir Anwar sent me to fetch some fertilizers to save Tulimshar from famine, if you may?"
msgstr ""
-#. code: lg("Hello Sir.","Hello Miss."),
-#: npc/008-2-2/melania.txt:12
-#, no-c-format
-msgid "Hello Sir.#0"
-msgstr ""
-
#. code: l("Hello Wanderer."),
#: npc/012-2-4/morgan.txt:9
-#: npc/012-2-4/morgan.txt~:9
#, no-c-format
msgid "Hello Wanderer."
msgstr ""
-#. code: mesq l("Hello again! Do you want me to exchange %d %s and %d GP for a %s?",
-#: npc/008-1-1/galimatia.txt:306
+#. code: l("Hello again! Do you want me to exchange %d %s and %d GP for a %s?",
+#: npc/008-1-1/galimatia.txt:283
#, no-c-format
msgid "Hello again! Do you want me to exchange %d %s and %d GP for a %s?"
msgstr ""
@@ -12966,20 +12323,11 @@ msgstr ""
msgid "Hello again, ready to continue your lessons?"
msgstr ""
-#. code: mesq lg("Hello dear!");
+#. code: mesq l("Hello dear!");
#: npc/000-2-0/julia.txt:244
-#: npc/000-2-0/julia.txt~:244
#: npc/001-2-21/julia.txt:11
#, no-c-format
-msgid "Hello dear!#0"
-msgstr ""
-
-#. code: mesq lg("Hello dear!");
-#: npc/000-2-0/julia.txt:244
-#: npc/000-2-0/julia.txt~:244
-#: npc/001-2-21/julia.txt:11
-#, no-c-format
-msgid "Hello dear!#1"
+msgid "Hello dear!"
msgstr ""
#. code: npctalk3(l("Hello deary."));
@@ -12991,19 +12339,6 @@ msgstr ""
msgid "Hello deary."
msgstr ""
-#. code: lg(l("Hello madam."), l("Hi Sir.")),
-#: npc/008-2-16/yannika.txt:74
-#: npc/008-2-16/yannika.txt:28
-#: npc/008-2-16/yannika.txt:96
-#: npc/008-2-16/yannika.txt:45
-#: npc/008-2-16/yannika.txt~:74
-#: npc/008-2-16/yannika.txt~:45
-#: npc/008-2-16/yannika.txt~:28
-#: npc/008-2-16/yannika.txt~:96
-#, no-c-format
-msgid "Hello madam."
-msgstr ""
-
#. code: mesq l("Hello stranger, are you lost?");
#: npc/008-3-0/clauquer.txt:22
#, no-c-format
@@ -13011,16 +12346,13 @@ msgid "Hello stranger, are you lost?"
msgstr ""
#. code: l("Hello there!"),
-#: npc/008-1/jack.txt~:270
#: npc/008-1/jack.txt:270
#, no-c-format
msgid "Hello there!"
msgstr ""
#. code: mesq l("Hello there.");
-#: npc/020-2-15/kadiya.txt~:9
#: npc/008-2-4/olana.txt:189
-#: npc/008-2-4/olana.txt~:189
#: npc/020-2-15/kadiya.txt:10
#, no-c-format
msgid "Hello there."
@@ -13053,11 +12385,16 @@ msgstr ""
#. code: mesq l("Hello! Anwar sent me to get fertilizer to save Tulimshar from famine, could you help me?");
#: npc/020-1/eomie.txt:35
-#: npc/020-1/eomie.txt~:34
#, no-c-format
msgid "Hello! Anwar sent me to get fertilizer to save Tulimshar from famine, could you help me?"
msgstr ""
+#. code: mesq l("Hello! I will exchange %d %s and %d GP for a %s if only you had more money.",
+#: npc/008-1-1/galimatia.txt:297
+#, no-c-format
+msgid "Hello! I will exchange %d %s and %d GP for a %s if only you had more money."
+msgstr ""
+
#. code: npctalk3(l("Hello, I am Macgowan, apprentice to Nicholas."));
#: npc/008-2-8/macgowan.txt:8
#, no-c-format
@@ -13096,21 +12433,18 @@ msgstr ""
#. code: mesq l("Hello, could I help you in exchange for fertilizer?");
#: npc/020-1/eomie.txt:43
-#: npc/020-1/eomie.txt~:42
#, no-c-format
msgid "Hello, could I help you in exchange for fertilizer?"
msgstr ""
#. code: rif(getq(TulimsharQuest_AnwarField) == 1, l("Hello, do you make Fertility Potions?")),
#: npc/020-1/hocus.txt:27
-#: npc/020-1/hocus.txt~:26
#, no-c-format
msgid "Hello, do you make Fertility Potions?"
msgstr ""
#. code: l("Hello, my name is Hamond."),
#: npc/009-1/hamond.txt:9
-#: npc/009-1/hamond.txt~:9
#, no-c-format
msgid "Hello, my name is Hamond."
msgstr ""
@@ -13122,7 +12456,6 @@ msgid "Hello, there!"
msgstr ""
#. code: mesq l("Hello, wanderer.");
-#: npc/008-1/rossy.txt~:17
#: npc/008-1/rossy.txt:17
#, no-c-format
msgid "Hello, wanderer."
@@ -13134,55 +12467,39 @@ msgstr ""
msgid "Hello, yes I have met him."
msgstr ""
-#. code: lg("Hello, young lady.", "Hello, young man.");
-#. code: mesq lg("Hello, young lady.", "Hello, young man.");
-#: npc/functions/barber.txt:173
-#: npc/functions/barber.txt~:171
-#: npc/001-2-41/edouard.txt:123
-#, no-c-format
-msgid "Hello, young lady.#0"
-msgstr ""
-
-#. code: lg("Hello, young lady.", "Hello, young man.");
-#. code: mesq lg("Hello, young lady.", "Hello, young man.");
-#: npc/functions/barber.txt:173
-#: npc/functions/barber.txt~:171
-#: npc/001-2-41/edouard.txt:123
-#, no-c-format
-msgid "Hello, young man.#1"
-msgstr ""
-
-#. code: l("Hello."),
#. code: mesq l("Hello.");
+#. code: l("Hello."),
#. code: l("Hello.");
-#: npc/008-1/hinnak.txt~:278
+#: npc/008-2-2/melania.txt:12
+#: npc/008-1/hinnak.txt:302
+#: npc/008-2-16/yannika.txt:28
+#: npc/001-1/sophialla.txt:12
+#: npc/008-2-16/yannika.txt:45
#: npc/008-1-1/morcant.txt:9
-#: npc/000-2-3/nard.txt:42
+#: npc/008-2-10/airlia.txt:9
+#: npc/000-2-3/nard.txt:43
#: npc/001-1/sophialla.txt:18
-#: npc/001-1/sophialla.txt:12
-#: npc/008-2-24/troupe-leader.txt~:95
+#: npc/008-1/greenmage.txt:22
#: npc/008-2-17/angus.txt:9
-#: npc/008-1/4144.txt:22
-#: npc/008-1-1/galimatia.txt:105
-#: npc/008-1/hinnak.txt:278
-#: npc/008-1/auldsbel.txt:23
-#: npc/008-2-10/airlia.txt:9
#: npc/008-2-24/troupe-leader.txt:95
+#: npc/008-1-1/galimatia.txt:87
+#: npc/008-2-16/yannika.txt:74
+#: npc/functions/barber.txt:173
#: npc/008-1/banu.txt:9
+#: npc/008-2-16/yannika.txt:96
+#: npc/008-1/auldsbel.txt:23
#, no-c-format
msgid "Hello."
msgstr ""
#. code: mesq l("Hello. Take care with the Snakes, they're highly poisonous!");
#: npc/020-2-15/yumi.txt:13
-#: npc/020-2-15/yumi.txt~:13
#, no-c-format
msgid "Hello. Take care with the Snakes, they're highly poisonous!"
msgstr ""
#. code: l("Hello..."),
#: npc/008-1/mikhail.txt:22
-#: npc/008-1/mikhail.txt~:22
#, no-c-format
msgid "Hello..."
msgstr ""
@@ -13195,7 +12512,6 @@ msgstr ""
#. code: l("Help me!"), l("Hurry up!"),
#: npc/001-2-2/moon.txt:21
-#: npc/001-2-2/moon.txt~:21
#, no-c-format
msgid "Help me!"
msgstr ""
@@ -13208,30 +12524,25 @@ msgid "Helped Hinnak"
msgstr ""
#. code: 001-3-2,24,51,0 script Henry#001-3-2 NPC_HENRY,{
-#: npc/001-3-2/henry.txt~:8
#: npc/001-3-2/henry.txt:8
#, no-c-format
msgid "Henry#001-3-2"
msgstr ""
#. code: l("Her shop is on the west side of the city, between the Legion building and the library.");
-#: npc/001-1/enora.txt:47
-#: npc/001-1/enora.txt~:200
-#: npc/001-1/enora.txt~:47
-#: npc/001-1/enora.txt:200
+#: npc/001-1/enora.txt:48
+#: npc/001-1/enora.txt:201
#, no-c-format
msgid "Her shop is on the west side of the city, between the Legion building and the library."
msgstr ""
#. code: l("Her sword... I'm having some trouble finishing it."),
#: npc/001-1/chelios.txt:59
-#: npc/001-1/chelios.txt~:59
#, no-c-format
msgid "Her sword... I'm having some trouble finishing it."
msgstr ""
#. code: mesq l("Here are two %s. Please deliver it to them. I hope they'll like it.", getitemlink(SilverBell));
-#: npc/020-1/anwar.txt~:119
#: npc/020-1/anwar.txt:125
#, no-c-format
msgid "Here are two %s. Please deliver it to them. I hope they'll like it."
@@ -13245,13 +12556,11 @@ msgstr ""
#. code: switch (select(l("Here is another one."),
#: npc/001-2-2/moon.txt:170
-#: npc/001-2-2/moon.txt~:169
#, no-c-format
msgid "Here is another one."
msgstr ""
#. code: mesq l("Here is some GP for your efforts. Thanks for making Hurnscald a better place to live.");
-#: npc/008-2-13/lena.txt~:136
#: npc/008-2-13/lena.txt:136
#, no-c-format
msgid "Here is some GP for your efforts. Thanks for making Hurnscald a better place to live."
@@ -13259,17 +12568,10 @@ msgstr ""
#. code: mesq l("Here is the %s, like my armor, and one of the best for rangers.", getitemlink(ForestArmor));
#: npc/008-2-13/lena.txt:247
-#: npc/008-2-13/lena.txt~:247
#, no-c-format
msgid "Here is the %s, like my armor, and one of the best for rangers."
msgstr ""
-#. code: mesq l("Here is the bug bomb! Hocus just gave me. Hurry up!");
-#: npc/020-1/anwar.txt~:105
-#, no-c-format
-msgid "Here is the bug bomb! Hocus just gave me. Hurry up!"
-msgstr ""
-
#. code: mesq l("Here is the storeroom, and... Hey! I don't need to answer you questions!!");
#: npc/020-2-34/donutello.txt:138
#, no-c-format
@@ -13278,13 +12580,12 @@ msgstr ""
#. code: mesq l("Here is your reward.");
#: npc/001-2-2/moon.txt:54
-#: npc/001-2-2/moon.txt~:54
#, no-c-format
msgid "Here is your reward."
msgstr ""
#. code: l("Here it is!"),
-#: npc/008-1-1/galimatia.txt:197
+#: npc/008-1-1/galimatia.txt:174
#, no-c-format
msgid "Here it is!"
msgstr ""
@@ -13303,24 +12604,20 @@ msgstr ""
#. code: l("Here it is.")),
#. code: l("Here it is."),
-#: npc/008-1/jack.txt~:191
#: npc/020-2-24/kylian.txt:77
#: npc/008-1/jack.txt:191
-#: npc/020-2-24/kylian.txt~:77
#, no-c-format
msgid "Here it is."
msgstr ""
#. code: mesq l("Here it is. Come back to report the results.");
#: npc/020-1/eomie.txt:99
-#: npc/020-1/eomie.txt~:98
#, no-c-format
msgid "Here it is. Come back to report the results."
msgstr ""
#. code: mesq l("Here it is. Good luck carrying that thing.");
#: npc/020-1/adrian.txt:33
-#: npc/020-1/adrian.txt~:33
#, no-c-format
msgid "Here it is. Good luck carrying that thing."
msgstr ""
@@ -13333,49 +12630,38 @@ msgstr ""
#. code: l("Here we go again..."),
#. code: l("Here we go again...");
-#: npc/008-1-1/galimatia.txt:169
+#: npc/008-1-1/galimatia.txt:199
#: npc/020-2-34/donutello.txt:44
-#: npc/008-1-1/galimatia.txt:226
+#: npc/008-1-1/galimatia.txt:147
#, no-c-format
msgid "Here we go again..."
msgstr ""
#. code: rif(countitem(.drink_item) >= 1, l("Here you are.")),
-#: npc/008-1/hinnak.txt~:172
-#: npc/008-1/hinnak.txt:172
+#: npc/008-1/hinnak.txt:196
#, no-c-format
msgid "Here you are."
msgstr ""
#. code: l("Here you go - have fun with it."));
-#: npc/008-2-6/alan.txt~:163
#: npc/008-2-6/alan.txt:163
#, no-c-format
msgid "Here you go - have fun with it."
msgstr ""
+#. code: mesq l("Here you go!");
+#: npc/008-3-0/juliet.txt:607
+#, no-c-format
+msgid "Here you go!"
+msgstr ""
+
#. code: mesq l("Here you go, everything is fixed.");
#: npc/000-2-0/julia.txt:132
-#: npc/000-2-0/julia.txt~:132
#: npc/001-2-21/julia.txt:109
#, no-c-format
msgid "Here you go, everything is fixed."
msgstr ""
-#. code: mesq lg("Here you go, miss!", "Here you go, mister!");
-#: npc/008-3-0/juliet.txt:608
-#: npc/008-3-0/juliet.txt~:608
-#, no-c-format
-msgid "Here you go, miss!#0"
-msgstr ""
-
-#. code: mesq lg("Here you go, miss!", "Here you go, mister!");
-#: npc/008-3-0/juliet.txt:608
-#: npc/008-3-0/juliet.txt~:608
-#, no-c-format
-msgid "Here you go, mister!#1"
-msgstr ""
-
#. code: mesq l("Here you go.");
#: npc/001-1/trees.txt:79
#, no-c-format
@@ -13401,22 +12687,25 @@ msgstr ""
msgid "Here, I'll now teach you the %s recipe. Don't share it with anyone, and good luck cooking one for Yannika! Yoo-hoo!"
msgstr ""
+#. code: mesq l("Here, drink this. It is just a matter of time before you feel the power surging inside you.");
+#: npc/001-1/rumly.txt:149
+#, no-c-format
+msgid "Here, drink this. It is just a matter of time before you feel the power surging inside you."
+msgstr ""
+
#. code: l("Here, have a beer!"),
-#: npc/008-2-2/kfahr.txt~:131
#: npc/008-2-2/kfahr.txt:131
#, no-c-format
msgid "Here, have a beer!"
msgstr ""
#. code: l("Here, have some %s as reward.",
-#: npc/008-2-4/bernard.txt~:132
#: npc/008-2-4/bernard.txt:132
#, no-c-format
msgid "Here, have some %s as reward."
msgstr ""
#. code: l("Here, have some %s for your troubles.",
-#: npc/008-2-4/bernard.txt~:88
#: npc/008-2-4/bernard.txt:88
#, no-c-format
msgid "Here, have some %s for your troubles."
@@ -13429,40 +12718,19 @@ msgid "Here, let me heal you."
msgstr ""
#. code: rif(countitem(.req_item) >= 1, l("Here, take a look!")),
-#: npc/008-2-6/alan.txt~:174
#: npc/008-2-6/alan.txt:174
#, no-c-format
msgid "Here, take a look!"
msgstr ""
-#. code: rif(countitem(Plushroom) >= .@plush_count, lg("Here, take as many as you need, I have plenty!")),
-#: npc/001-1/rumly.txt:142
-#, no-c-format
-msgid "Here, take as many as you need, I have plenty!#0"
-msgstr ""
-
-#. code: rif(countitem(Plushroom) >= .@plush_count, lg("Here, take as many as you need, I have plenty!")),
-#: npc/001-1/rumly.txt:142
-#, no-c-format
-msgid "Here, take as many as you need, I have plenty!#1"
-msgstr ""
-
-#. code: rif(Zeny >= .@raw_price, l("Here, take as much as you need, I have plenty!")),
-#: npc/functions/resetstatus.txt~:75
-#: npc/functions/resetstatus.txt:75
-#, no-c-format
-msgid "Here, take as much as you need, I have plenty!"
-msgstr ""
-
#. code: mesq l("Here, take the Elixir. Please, bring it to my wife! I am counting on you!!");
#: npc/020-1/joaquim.txt:171
-#: npc/020-1/joaquim.txt~:171
#, no-c-format
msgid "Here, take the Elixir. Please, bring it to my wife! I am counting on you!!"
msgstr ""
#. code: mesq l("Here, take this key, it opens all the doors on this ship.");
-#: npc/000-2-3/nard.txt:103
+#: npc/000-2-3/nard.txt:104
#, no-c-format
msgid "Here, take this key, it opens all the doors on this ship."
msgstr ""
@@ -13475,20 +12743,17 @@ msgstr ""
#. code: mesq l("Here. But you probably won't be coming here to eat all the time, so I will teach you a salad recipe.");
#: npc/020-1/hocus.txt:36
-#: npc/020-1/hocus.txt~:35
#, no-c-format
msgid "Here. But you probably won't be coming here to eat all the time, so I will teach you a salad recipe."
msgstr ""
#. code: l("Hero of Tulimshar?"),
#: npc/008-2-2/kfahr.txt:128
-#: npc/008-2-2/kfahr.txt~:128
#, no-c-format
msgid "Hero of Tulimshar?"
msgstr ""
#. code: 020-2-10,45,27,0 script Hetchel NPC_HETCHEL,{
-#: npc/020-2-10/hetchel.txt~:7
#: npc/020-2-10/hetchel.txt:7
#, no-c-format
msgid "Hetchel"
@@ -13501,29 +12766,21 @@ msgid "Hey"
msgstr ""
#. code: mesq l("Hey %s!", strcharinfo(0));
-#: npc/008-1/rossy.txt~:74
#: npc/008-1/rossy.txt:74
#, no-c-format
msgid "Hey %s!"
msgstr ""
#. code: l("Hey @@!", strcharinfo(0)),
-#: npc/001-1/enora.txt:373
-#: npc/001-1/enora.txt~:373
+#: npc/001-1/enora.txt:398
#, no-c-format
msgid "Hey @@!"
msgstr ""
-#. code: mesq lg("Hey Frenchy!");
-#: npc/000-0/sailors.txt:33
+#. code: mesq l("Hey Frenchy!");
+#: npc/000-0/sailors.txt:75
#, no-c-format
-msgid "Hey Frenchy!#0"
-msgstr ""
-
-#. code: mesq lg("Hey Frenchy!");
-#: npc/000-0/sailors.txt:33
-#, no-c-format
-msgid "Hey Frenchy!#1"
+msgid "Hey Frenchy!"
msgstr ""
#. code: mesq l("Hey Maxe, it's @@!", strcharinfo(0));
@@ -13551,7 +12808,6 @@ msgid "Hey dude, we actually have a pretty cool pirate ship near Artis."
msgstr ""
#. code: mesq l("Hey hey... Good job! This help us more than you think. Here is a hat like mine.");
-#: npc/008-2-13/lena.txt~:193
#: npc/008-2-13/lena.txt:193
#, no-c-format
msgid "Hey hey... Good job! This help us more than you think. Here is a hat like mine."
@@ -13559,7 +12815,6 @@ msgstr ""
#. code: mesq l("Hey hey... Good job! We can now use again the stuff we recovered from the bandits.");
#: npc/008-2-13/lena.txt:133
-#: npc/008-2-13/lena.txt~:133
#, no-c-format
msgid "Hey hey... Good job! We can now use again the stuff we recovered from the bandits."
msgstr ""
@@ -13570,6 +12825,13 @@ msgstr ""
msgid "Hey lazy bum! Attack the dummies"
msgstr ""
+#. code: mesq l("Hey there!");
+#: npc/001-2-22/peter.txt:68
+#: npc/000-2-1/peter.txt:68
+#, no-c-format
+msgid "Hey there!"
+msgstr ""
+
#. code: select(l("Hey there, are you Bobo, Katja's brother?"));
#: npc/001-1/trees.txt:59
#, no-c-format
@@ -13584,7 +12846,6 @@ msgstr ""
#. code: l("Hey there... Why are you crying? Are you hurt?"),
#: npc/008-1/rossy.txt:100
-#: npc/008-1/rossy.txt~:100
#, no-c-format
msgid "Hey there... Why are you crying? Are you hurt?"
msgstr ""
@@ -13598,7 +12859,7 @@ msgid "Hey you!"
msgstr ""
#. code: mesq l("Hey you! Can you hear us? Are you okay?");
-#: npc/000-0/sailors.txt:50
+#: npc/000-0/sailors.txt:92
#, no-c-format
msgid "Hey you! Can you hear us? Are you okay?"
msgstr ""
@@ -13622,21 +12883,9 @@ msgid "Hey!"
msgstr ""
#. code: mesq l("Hey! Adventurer! Are you enjoying your life on Aemil?");
-#: npc/001-1/cookiemaster.txt~:19
-#, no-c-format
-msgid "Hey! Adventurer! Are you enjoying your life on Aemil?"
-msgstr ""
-
-#. code: mesq lg("Hey! Adventurer! Are you enjoying your life on Aemil?");
-#: npc/001-1/cookiemaster.txt:19
-#, no-c-format
-msgid "Hey! Adventurer! Are you enjoying your life on Aemil?#0"
-msgstr ""
-
-#. code: mesq lg("Hey! Adventurer! Are you enjoying your life on Aemil?");
#: npc/001-1/cookiemaster.txt:19
#, no-c-format
-msgid "Hey! Adventurer! Are you enjoying your life on Aemil?#1"
+msgid "Hey! Adventurer! Are you enjoying your life on Aemil?"
msgstr ""
#. code: mesq l("Hey! Be careful. You can't stay in this basement for so long, you're going to get sick. Come outside and take a break, maybe you can try again later.");
@@ -13653,14 +12902,13 @@ msgid "Hey! No weapons allowed this round!"
msgstr ""
#. code: l("Hey! Stop breaking my stuff!"));
-#: npc/008-2-6/alan.txt~:237
#: npc/008-2-6/alan.txt:237
#, no-c-format
msgid "Hey! Stop breaking my stuff!"
msgstr ""
#. code: mesq l("Hey! There's a reward for you in the box next to me!");
-#: npc/000-2-3/nard.txt:333
+#: npc/000-2-3/nard.txt:334
#, no-c-format
msgid "Hey! There's a reward for you in the box next to me!"
msgstr ""
@@ -13678,14 +12926,13 @@ msgid "Hey! Use your sword!"
msgstr ""
#. code: l("Hey! You must be @@.", strcharinfo(0)),
-#: npc/001-1/enora.txt:364
-#: npc/001-1/enora.txt~:364
+#: npc/001-1/enora.txt:389
#, no-c-format
msgid "Hey! You must be @@."
msgstr ""
#. code: mesc l("Hey, I am flopped. Do you want to gamble?");
-#: npc/functions/casino.txt:145
+#: npc/functions/casino.txt:148
#, no-c-format
msgid "Hey, I am flopped. Do you want to gamble?"
msgstr ""
@@ -13697,7 +12944,6 @@ msgid "Hey, I can teach the %s recipe. However..."
msgstr ""
#. code: rif(countitem(Blueberries), l("Hey, I have some in my backpack!")),
-#: npc/008-1/rossy.txt~:148
#: npc/008-1/rossy.txt:148
#, no-c-format
msgid "Hey, I have some in my backpack!"
@@ -13710,8 +12956,7 @@ msgid "Hey, I remember you, we were on the same boat, you are the castaway."
msgstr ""
#. code: mesq l("Hey, I'm not a Keebler Elvis! You won't have another one by stalking me like that!");
-#: npc/001-1/cookiemaster.txt~:215
-#: npc/001-1/cookiemaster.txt:215
+#: npc/001-1/cookiemaster.txt:214
#, no-c-format
msgid "Hey, I'm not a Keebler Elvis! You won't have another one by stalking me like that!"
msgstr ""
@@ -13746,13 +12991,6 @@ msgstr ""
msgid "Hey, don't worry about him, it's one of the first days in a long time that we can just chill out."
msgstr ""
-#. code: mesq lg("Hey, girl!", "Hey, man!");
-#: npc/001-2-22/peter.txt:68
-#: npc/000-2-1/peter.txt:68
-#, no-c-format
-msgid "Hey, girl!#0"
-msgstr ""
-
#. code: select l("Hey, hey... I've been talking with one of your comrades, Thamas.");
#: npc/008-1-1/hal.txt:46
#, no-c-format
@@ -13760,19 +12998,11 @@ msgid "Hey, hey... I've been talking with one of your comrades, Thamas."
msgstr ""
#. code: mesq l("Hey, how was the...");
-#: npc/001-1/cookiemaster.txt~:225
-#: npc/001-1/cookiemaster.txt:225
+#: npc/001-1/cookiemaster.txt:224
#, no-c-format
msgid "Hey, how was the..."
msgstr ""
-#. code: mesq lg("Hey, girl!", "Hey, man!");
-#: npc/001-2-22/peter.txt:68
-#: npc/000-2-1/peter.txt:68
-#, no-c-format
-msgid "Hey, man!#1"
-msgstr ""
-
#. code: mesq l("Hey, psst! You're not a sailor, right?");
#: npc/000-2-1/alige.txt:63
#: npc/001-2-22/alige.txt:63
@@ -13781,7 +13011,6 @@ msgid "Hey, psst! You're not a sailor, right?"
msgstr ""
#. code: mesq l("Hey, that is nice of you to come back. I was thinking about giving a basket full of %s to my mother, to make her happy, you know.", getitemlink(Blueberries));
-#: npc/008-1/rossy.txt~:140
#: npc/008-1/rossy.txt:140
#, no-c-format
msgid "Hey, that is nice of you to come back. I was thinking about giving a basket full of %s to my mother, to make her happy, you know."
@@ -13811,9 +13040,7 @@ msgstr ""
#: npc/008-2-13/lena.txt:69
#: npc/000-1/gulukan.txt:79
#: npc/functions/sailordialogue.txt:16
-#: npc/008-2-13/lena.txt~:77
#: npc/008-2-13/lena.txt:77
-#: npc/008-2-13/lena.txt~:69
#, no-c-format
msgid "Hey."
msgstr ""
@@ -13842,53 +13069,23 @@ msgstr ""
msgid "Heya. I am Crane, Snarfle's apprentice."
msgstr ""
-#. code: mesq lg("Hi @@, I heard the captain sent you down here, uh?", "Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
-#: npc/000-1/gugli.txt:48
-#, no-c-format
-msgid "Hi @@, I heard the captain sent you down here, uh?#0"
-msgstr ""
-
-#. code: mesq lg("Hi @@, I heard the captain sent you down here, uh?", "Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
+#. code: mesq l("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
#: npc/000-1/gugli.txt:48
#, no-c-format
-msgid "Hi @@, I heard the captain sent you down here, uh?#1"
+msgid "Hi @@, I heard the captain sent you down here, uh?"
msgstr ""
#. code: mesq l("Hi @@.", strcharinfo(0));
-#: npc/000-2-3/nard.txt:167
+#: npc/000-2-3/nard.txt:168
#, no-c-format
msgid "Hi @@."
msgstr ""
-#. code: lg(l("Hello madam."), l("Hi Sir.")),
-#: npc/008-2-16/yannika.txt:74
-#: npc/008-2-16/yannika.txt:28
-#: npc/008-2-16/yannika.txt:96
-#: npc/008-2-16/yannika.txt:45
-#: npc/008-2-16/yannika.txt~:74
-#: npc/008-2-16/yannika.txt~:45
-#: npc/008-2-16/yannika.txt~:28
-#: npc/008-2-16/yannika.txt~:96
-#, no-c-format
-msgid "Hi Sir."
-msgstr ""
-
-#. code: lg("Hi customer! What do you want today?");
-#: npc/001-2-27/lydon.txt:8
+#. code: l("Hi customer! What do you want today?");
#: npc/001-2-27/kaylo.txt:8
-#: npc/001-2-27/lydon.txt~:8
-#: npc/001-2-27/kaylo.txt~:8
-#, no-c-format
-msgid "Hi customer! What do you want today?#0"
-msgstr ""
-
-#. code: lg("Hi customer! What do you want today?");
#: npc/001-2-27/lydon.txt:8
-#: npc/001-2-27/kaylo.txt:8
-#: npc/001-2-27/lydon.txt~:8
-#: npc/001-2-27/kaylo.txt~:8
#, no-c-format
-msgid "Hi customer! What do you want today?#1"
+msgid "Hi customer! What do you want today?"
msgstr ""
#. code: l("Hi there, need something?"));
@@ -13899,34 +13096,28 @@ msgstr ""
#. code: l("Hi there."),
#: npc/020-1/sander.txt:9
-#: npc/020-2-18/inya.txt:9
-#: npc/020-2-8/jhedia.txt:9
+#: npc/020-1/neko.txt:19
+#: npc/020-1/inar.txt:18
#: npc/020-2-5/filipa.txt:9
#: npc/020-2-20/drabur.txt:12
-#: npc/020-1/anwar.txt~:26
+#: npc/020-2-8/jhedia.txt:9
#: npc/020-2-20/riskim.txt:11
#: npc/020-1/malivox.txt:9
-#: npc/020-1/malivox.txt~:9
-#: npc/020-1/adrian.txt~:12
-#: npc/020-2-8/jhedia.txt~:9
-#: npc/020-1/neko.txt:9
+#: npc/020-1/inar.txt:12
#: npc/020-2-8/heathin.txt:9
-#: npc/020-2-8/heathin.txt~:9
-#: npc/020-1/inar.txt:9
#: npc/020-1/nickos.txt:9
#: npc/020-1/adrian.txt:12
#: npc/020-1/anwar.txt:26
#: npc/008-2-32/thamas.txt:9
-#: npc/008-2-32/thamas.txt~:9
+#: npc/020-2-18/inya.txt:9
#: npc/020-2-7/manoli.txt:9
#: npc/020-1/noke.txt:9
#: npc/020-1/cyndala.txt:9
#: npc/008-2-17/caul.txt:9
#: npc/020-1/popaul.txt:9
-#: npc/020-1/itka.txt~:9
+#: npc/020-1/neko.txt:13
#: npc/012-2-5/toichi.txt:10
#: npc/020-1/philip.txt:9
-#: npc/020-1/noke.txt~:9
#: npc/020-1/itka.txt:9
#, no-c-format
msgid "Hi there."
@@ -13934,7 +13125,6 @@ msgstr ""
#. code: l("Hi there. I am Hetchel, I weave fine textiles."),
#: npc/020-2-10/hetchel.txt:10
-#: npc/020-2-10/hetchel.txt~:9
#, no-c-format
msgid "Hi there. I am Hetchel, I weave fine textiles."
msgstr ""
@@ -13946,30 +13136,24 @@ msgid "Hi there. I am lieutenant Dausen."
msgstr ""
#. code: l("Hi!"),
-#: npc/020-1/eomie.txt~:26
#: npc/020-1/pusco.txt:9
#: npc/020-2-3/inac.txt:9
#: npc/008-2-1/generalstore.txt:9
#: npc/008-2-0/celestia.txt:9
-#: npc/008-1-1/soldiers.txt~:12
-#: npc/020-2-26/receptionist.txt:9
+#: npc/008-1-1/soldiers.txt:23
+#: npc/020-1/marikel.txt:9
#: npc/020-1/ekinu.txt:9
-#: npc/020-1/hocus.txt~:14
+#: npc/020-1/tindris.txt:21
#: npc/020-1/eomie.txt:27
-#: npc/008-1-1/soldiers.txt~:24
#: npc/020-1/hocus.txt:15
-#: npc/020-1/martha.txt~:9
#: npc/020-2-28/pauline.txt:9
#: npc/020-1/budifis.txt:9
#: npc/020-1/tindris.txt:9
#: npc/020-1/vaspina.txt:9
#: npc/008-1-1/soldiers.txt:12
-#: npc/020-1/marikel.txt:9
-#: npc/008-1-1/soldiers.txt:24
-#: npc/009-2-7/leofwin.txt~:9
+#: npc/020-2-26/receptionist.txt:9
#: npc/020-1/martha.txt:9
#: npc/008-2-2/barron.txt:9
-#: npc/020-1/tindris.txt:22
#: npc/008-2-20/valia.txt:9
#: npc/020-1/jossy.txt:9
#, no-c-format
@@ -13977,7 +13161,7 @@ msgid "Hi!"
msgstr ""
#. code: mesq l("Hi! I can finally see you under the sunlight!");
-#: npc/000-1/lean.txt:17
+#: npc/000-1/lean.txt:18
#, no-c-format
msgid "Hi! I can finally see you under the sunlight!"
msgstr ""
@@ -13996,7 +13180,6 @@ msgstr ""
#. code: l("Hi, Rossy asked me to give you this. She says it is a gift from both her and Juliet.");
#: npc/008-2-4/olana.txt:193
-#: npc/008-2-4/olana.txt~:193
#, no-c-format
msgid "Hi, Rossy asked me to give you this. She says it is a gift from both her and Juliet."
msgstr ""
@@ -14008,7 +13191,6 @@ msgid "Hi, can I help you at all?"
msgstr ""
#. code: l("Hi, can I help you somehow?");
-#: npc/001-2-2/moon.txt~:101
#: npc/001-2-2/moon.txt:102
#, no-c-format
msgid "Hi, can I help you somehow?"
@@ -14028,7 +13210,6 @@ msgstr ""
#. code: mesq l("Hi, my name is Moon. This morning I went for a walk on the beach.");
#: npc/001-2-2/moon.txt:107
-#: npc/001-2-2/moon.txt~:106
#, no-c-format
msgid "Hi, my name is Moon. This morning I went for a walk on the beach."
msgstr ""
@@ -14041,7 +13222,6 @@ msgstr ""
#. code: mesq l("Hi, nice to see you!");
#: npc/000-2-0/julia.txt:258
-#: npc/000-2-0/julia.txt~:258
#, no-c-format
msgid "Hi, nice to see you!"
msgstr ""
@@ -14052,30 +13232,26 @@ msgstr ""
msgid "Hi, sweetie! Want a fresh beer for 90 Florin?"
msgstr ""
-#. code: lg("Hi, what do you want kiddo?");
-#: npc/001-2-27/don.txt~:14
+#. code: l("Hi, what do you want kiddo?");
#: npc/001-2-27/don.txt:14
#, no-c-format
-msgid "Hi, what do you want kiddo?#0"
-msgstr ""
-
-#. code: lg("Hi, what do you want kiddo?");
-#: npc/001-2-27/don.txt~:14
-#: npc/001-2-27/don.txt:14
-#, no-c-format
-msgid "Hi, what do you want kiddo?#1"
+msgid "Hi, what do you want kiddo?"
msgstr ""
#. code: npctalkonce(l("Hi."));
#. code: l("Hi.");
-#. code: mesq l("Hi.");
#: npc/functions/hello.txt:14
-#: npc/008-1/4144.txt:17
-#: npc/001-2-4/terry.txt:8
+#: npc/008-1/greenmage.txt:17
#, no-c-format
msgid "Hi."
msgstr ""
+#. code: mesq l("Hi. Do you want to help at sorting some books? You may grow your intelligence and I'll pay a smaall coin change for it.");
+#: npc/001-2-4/terry.txt:10
+#, no-c-format
+msgid "Hi. Do you want to help at sorting some books? You may grow your intelligence and I'll pay a smaall coin change for it."
+msgstr ""
+
#. code: mesq l("Hi. I am Trozz, and I am the chief of legion training in Artis.");
#: npc/001-2-40/trozz.txt:10
#, no-c-format
@@ -14104,7 +13280,7 @@ msgid "Highest hill in Artis you say? Sounds dangerous, I might fall off."
msgstr ""
#. code: npctalkonce l("Hill & Cliff");
-#: npc/001-1/sign.txt:148
+#: npc/001-1/sign.txt:134
#, no-c-format
msgid "Hill & Cliff"
msgstr ""
@@ -14117,31 +13293,26 @@ msgid "Hinnak asked for help"
msgstr ""
#. code: l("Hinnak wasted all my good kitchen knives trying to get rid of his accursed Pinkies.");
-#: npc/008-2-16/yannika.txt~:77
#: npc/008-2-16/yannika.txt:77
#, no-c-format
msgid "Hinnak wasted all my good kitchen knives trying to get rid of his accursed Pinkies."
msgstr ""
#. code: 008-1,270,74,0 script Hinnak#008-1 NPC_HINNAK,{
-#: npc/008-1/hinnak.txt~:13
#: npc/008-1/hinnak.txt:13
#, no-c-format
msgid "Hinnak#008-1"
msgstr ""
#. code: l("His eyes grow wide");
-#: npc/008-1/mikhail.txt~:26
#: npc/008-1/mikhail.txt:26
#, no-c-format
msgid "His eyes grow wide"
msgstr ""
#. code: l("Hm, can we talk again later?");
-#: npc/008-2-13/lena.txt~:124
#: npc/008-2-13/lena.txt:181
#: npc/008-2-13/lena.txt:124
-#: npc/008-2-13/lena.txt~:181
#, no-c-format
msgid "Hm, can we talk again later?"
msgstr ""
@@ -14154,16 +13325,13 @@ msgstr ""
#. code: mesq l("Hm, not really...");
#: npc/020-1/hocus.txt:44
-#: npc/020-1/hocus.txt~:43
#, no-c-format
msgid "Hm, not really..."
msgstr ""
#. code: l("Hm..."),
-#: npc/008-2-1/inspector.txt~:67
-#: npc/008-2-1/inspector.txt:67
-#: npc/008-2-24/troupe-leader.txt~:43
#: npc/008-2-24/troupe-leader.txt:43
+#: npc/008-2-1/inspector.txt:67
#, no-c-format
msgid "Hm..."
msgstr ""
@@ -14176,33 +13344,29 @@ msgstr ""
#. code: mesq l("Hm... Then tell me, what was I wearing on the file picture?");
#: npc/001-3-2/henry.txt:92
-#: npc/001-3-2/henry.txt~:92
#, no-c-format
msgid "Hm... Then tell me, what was I wearing on the file picture?"
msgstr ""
#. code: l("Hm... an old man?"),
-#: npc/008-2-1/inspector.txt~:88
#: npc/008-2-1/inspector.txt:88
#, no-c-format
msgid "Hm... an old man?"
msgstr ""
#. code: l("Hm... then it couldn't be him."),
-#: npc/008-2-1/inspector.txt~:105
#: npc/008-2-1/inspector.txt:105
#, no-c-format
msgid "Hm... then it couldn't be him."
msgstr ""
#. code: mesq l("Hmm, I'll also give you one of these hats from the box near you, but only after you complete your task!");
-#: npc/000-2-3/nard.txt:101
+#: npc/000-2-3/nard.txt:102
#, no-c-format
msgid "Hmm, I'll also give you one of these hats from the box near you, but only after you complete your task!"
msgstr ""
#. code: mesq l("Hmm, why can't I find swamp yellowherb here in the desert...?");
-#: npc/020-1/joaquim.txt~:39
#: npc/020-1/joaquim.txt:39
#, no-c-format
msgid "Hmm, why can't I find swamp yellowherb here in the desert...?"
@@ -14221,7 +13385,6 @@ msgid "Hmm, you might want to ask Galimatia, my neighbor."
msgstr ""
#. code: l("Hmm..."));
-#: npc/008-2-24/troupe-leader.txt~:37
#: npc/008-2-24/troupe-leader.txt:37
#, no-c-format
msgid "Hmm..."
@@ -14234,7 +13397,7 @@ msgid "Hmm... But what is exactly this training?"
msgstr ""
#. code: message strcharinfo(0), l("Hmm... I'm sure that is not the right place to put it.");
-#: npc/008-1-1/galimatia.txt:19
+#: npc/008-1-1/galimatia.txt:25
#, no-c-format
msgid "Hmm... I'm sure that is not the right place to put it."
msgstr ""
@@ -14252,13 +13415,18 @@ msgid "Hmm... No, not yet. Try helping other legion members around."
msgstr ""
#. code: message strcharinfo(0), l("Hmm... This one is supposed to be poured where the other one were.");
-#: npc/008-1-1/galimatia.txt:34
+#: npc/008-1-1/galimatia.txt:40
#, no-c-format
msgid "Hmm... This one is supposed to be poured where the other one were."
msgstr ""
+#. code: speech l("Hmm... You look like anything but military personnel... Okay. Since the Brotherhood will discharge their quivers on us at the very first encounter I guess that we can make a good use of you.");
+#: npc/008-1-1/hal.txt:56
+#, no-c-format
+msgid "Hmm... You look like anything but military personnel... Okay. Since the Brotherhood will discharge their quivers on us at the very first encounter I guess that we can make a good use of you."
+msgstr ""
+
#. code: l("Hmm... what to do."));
-#: npc/008-2-1/inspector.txt~:41
#: npc/008-2-1/inspector.txt:41
#, no-c-format
msgid "Hmm... what to do."
@@ -14272,13 +13440,11 @@ msgstr ""
#. code: mesq l("Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that?!... *cough*, *burp*... Damn Gado... *cough*");
#: npc/000-2-0/julia.txt:48
-#: npc/000-2-0/julia.txt~:48
#, no-c-format
msgid "Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that?!... *cough*, *burp*... Damn Gado... *cough*"
msgstr ""
#. code: l("Hmmm... looks ok, but is it strong enough?"));
-#: npc/008-2-6/alan.txt~:199
#: npc/008-2-6/alan.txt:199
#, no-c-format
msgid "Hmmm... looks ok, but is it strong enough?"
@@ -14290,15 +13456,19 @@ msgstr ""
msgid "Hmpf! It would need to be worth of Dimond's name! I won't accept a lame %s."
msgstr ""
+#. code: l("Hmpf... Civilians...")
+#: npc/008-1-1/hal.txt:75
+#, no-c-format
+msgid "Hmpf... Civilians..."
+msgstr ""
+
#. code: 020-1,73,91,0 script Hocus NPC_MAGE_BROWN,{
-#: npc/020-1/hocus.txt~:8
#: npc/020-1/hocus.txt:8
#, no-c-format
msgid "Hocus"
msgstr ""
#. code: l("Hocus sent a letter to you."),
-#: npc/008-1/rossy.txt~:186
#: npc/008-1/rossy.txt:187
#, no-c-format
msgid "Hocus sent a letter to you."
@@ -14329,33 +13499,24 @@ msgid "Holding a cheese in his beak."
msgstr ""
#. code: l("Holes on the walls were opening up, and snakes began to gush out – only now did we realise that we were in a huge, opulent chamber, with gold and gems and images all around! But now it was too late for any looting; we had to run for our lives!"),
-#: npc/008-2-2/kfahr.txt~:466
#: npc/008-2-2/kfahr.txt:466
#, no-c-format
msgid "Holes on the walls were opening up, and snakes began to gush out – only now did we realise that we were in a huge, opulent chamber, with gold and gems and images all around! But now it was too late for any looting; we had to run for our lives!"
msgstr ""
#. code: l("Honestly, it's quite far-fetched according to me."), L_Kick;
-#: npc/001-1/cookiemaster.txt~:88
#: npc/001-1/cookiemaster.txt:88
#, no-c-format
msgid "Honestly, it's quite far-fetched according to me."
msgstr ""
-#. code: lg("Honestly, sometimes I prefer nice explosions. Better keep back!");
-#: npc/008-2-17/caul.txt:11
-#, no-c-format
-msgid "Honestly, sometimes I prefer nice explosions. Better keep back!#0"
-msgstr ""
-
-#. code: lg("Honestly, sometimes I prefer nice explosions. Better keep back!");
+#. code: l("Honestly, sometimes I prefer nice explosions. Better keep back!");
#: npc/008-2-17/caul.txt:11
#, no-c-format
-msgid "Honestly, sometimes I prefer nice explosions. Better keep back!#1"
+msgid "Honestly, sometimes I prefer nice explosions. Better keep back!"
msgstr ""
#. code: mesq l("Honestly? I don't know.");
-#: npc/008-2-32/thamas.txt~:71
#: npc/008-2-32/thamas.txt:71
#, no-c-format
msgid "Honestly? I don't know."
@@ -14374,9 +13535,8 @@ msgid "How about I ask you to help the crew? It would mean that you're one of us
msgstr ""
#. code: l("How about changing my body type?"),
-#: npc/functions/barber.txt~:181
#: npc/functions/barber.txt:184
-#: npc/001-2-41/edouard.txt:139
+#: npc/001-2-41/edouard.txt:133
#, no-c-format
msgid "How about changing my body type?"
msgstr ""
@@ -14387,16 +13547,10 @@ msgstr ""
msgid "How are things going?"
msgstr ""
-#. code: mesq lg("How are you doing, cutie?", "How are you doing, dude?");
-#: npc/000-1/silvio.txt:11
-#, no-c-format
-msgid "How are you doing, cutie?#0"
-msgstr ""
-
-#. code: mesq lg("How are you doing, cutie?", "How are you doing, dude?");
+#. code: mesq l("How are you doing?");
#: npc/000-1/silvio.txt:11
#, no-c-format
-msgid "How are you doing, dude?#1"
+msgid "How are you doing?"
msgstr ""
#. code: mesq l("How are you feeling, now that you walk on steady land? Yeye better?");
@@ -14413,7 +13567,6 @@ msgstr ""
#. code: l("How can I get one of these cookies?"), -;
#: npc/001-1/cookiemaster.txt:93
-#: npc/001-1/cookiemaster.txt~:93
#, no-c-format
msgid "How can I get one of these cookies?"
msgstr ""
@@ -14426,9 +13579,8 @@ msgstr ""
#. code: l("How can I improve my equipment?"),
#. code: switch (.@q = select(l("How can I improve my equipment?"),
-#: npc/001-2-27/don.txt~:18
-#: npc/001-2-27/don.txt:18
#: npc/001-2-0/resa.txt:50
+#: npc/001-2-27/don.txt:18
#, no-c-format
msgid "How can I improve my equipment?"
msgstr ""
@@ -14477,7 +13629,6 @@ msgstr ""
#. code: mesq l("How do you like my place of leisure, mortal?");
#: npc/009-2-4/golbenez.txt:28
-#: npc/009-2-4/golbenez.txt~:23
#, no-c-format
msgid "How do you like my place of leisure, mortal?"
msgstr ""
@@ -14496,21 +13647,18 @@ msgstr ""
#. code: l("How is the hunt going?"),
#: npc/008-2-6/alan.txt:169
-#: npc/008-2-6/alan.txt~:169
#, no-c-format
msgid "How is the hunt going?"
msgstr ""
#. code: l("How long will you stay here?"), -,
-#: npc/001-2-24/nard.txt~:40
#: npc/001-2-24/nard.txt:40
#, no-c-format
msgid "How long will you stay here?"
msgstr ""
#. code: rif(.@q >= 10, l("How many Fluffies did I kill on the hill?")),
-#: npc/001-1/enora.txt:385
-#: npc/001-1/enora.txt~:385
+#: npc/001-1/enora.txt:410
#, no-c-format
msgid "How many Fluffies did I kill on the hill?"
msgstr ""
@@ -14534,15 +13682,13 @@ msgid "How much do you want to withdraw?"
msgstr ""
#. code: l("How much is this worth to you?");
-#: npc/008-1/hinnak.txt~:78
-#: npc/008-1/hinnak.txt:78
+#: npc/008-1/hinnak.txt:102
#, no-c-format
msgid "How much is this worth to you?"
msgstr ""
#. code: mesq l("How nice!");
#: npc/008-1/rossy.txt:318
-#: npc/008-1/rossy.txt~:317
#, no-c-format
msgid "How nice!"
msgstr ""
@@ -14560,8 +13706,7 @@ msgid "How strange, this monster dropped a very rare hat!"
msgstr ""
#. code: mesq l("How things went with Candor's Chef?");
-#: npc/008-2-16/yannika.txt:368
-#: npc/008-2-16/yannika.txt~:368
+#: npc/008-2-16/yannika.txt:369
#, no-c-format
msgid "How things went with Candor's Chef?"
msgstr ""
@@ -14581,7 +13726,6 @@ msgid "Howdy?"
msgstr ""
#. code: l("However, I can't wait to see animals, er, uncivilized people of these woodlands."),
-#: npc/008-2-32/thamas.txt~:11
#: npc/008-2-32/thamas.txt:11
#, no-c-format
msgid "However, I can't wait to see animals, er, uncivilized people of these woodlands."
@@ -14593,25 +13737,29 @@ msgstr ""
msgid "However, hope is not yet lost. If you were to, say, defeat the Golem before it is fully awakened, the girl would be saved... Time, however, is not on your favor and is of essence. And I am no fighter, so I cannot help you."
msgstr ""
+#. code: mesc l("However, there's nothing to do in the docks right now, so strength training outside combat is out of question.");
+#: npc/001-1/enora.txt:479
+#, no-c-format
+msgid "However, there's nothing to do in the docks right now, so strength training outside combat is out of question."
+msgstr ""
+
#. code: mesq l("However, they had a bakery which has since flourished!");
-#: npc/008-2-16/yannika.txt:408
-#: npc/008-2-16/yannika.txt~:408
+#: npc/008-2-16/yannika.txt:409
#, no-c-format
msgid "However, they had a bakery which has since flourished!"
msgstr ""
-#. code: lg("However, you are too weak to help me, so come back later.");
-#: npc/008-2-13/lena.txt~:71
-#: npc/008-2-13/lena.txt:71
+#. code: mesq l("However, unless you are reborn, you'll never forget what you've learned.");
+#: npc/001-1/rumly.txt:122
+#: npc/functions/resetstatus.txt:16
#, no-c-format
-msgid "However, you are too weak to help me, so come back later.#0"
+msgid "However, unless you are reborn, you'll never forget what you've learned."
msgstr ""
-#. code: lg("However, you are too weak to help me, so come back later.");
-#: npc/008-2-13/lena.txt~:71
+#. code: l("However, you are too weak to help me, so come back later.");
#: npc/008-2-13/lena.txt:71
#, no-c-format
-msgid "However, you are too weak to help me, so come back later.#1"
+msgid "However, you are too weak to help me, so come back later."
msgstr ""
#. code: mesq l("However, you must bring me %d %s, %d %s and %d %s. Because the ingredients are you!",
@@ -14621,38 +13769,41 @@ msgid "However, you must bring me %d %s, %d %s and %d %s. Because the ingredient
msgstr ""
#. code: l("However, you should only give food when it's hungry, otherwise it'll believe you're a bad owner and intimacy will decrease."),
-#: npc/001-2-6/books.txt:185
+#: npc/001-2-6/books.txt:187
#, no-c-format
msgid "However, you should only give food when it's hungry, otherwise it'll believe you're a bad owner and intimacy will decrease."
msgstr ""
#. code: l("However..."),
-#: npc/001-2-6/books.txt:161
+#: npc/001-2-6/books.txt:164
#, no-c-format
msgid "However..."
msgstr ""
#. code: mesq l("However... Now I should really find my sister. Come back later.");
#: npc/008-1/rossy.txt:357
-#: npc/008-1/rossy.txt~:355
#, no-c-format
msgid "However... Now I should really find my sister. Come back later."
msgstr ""
#. code: l("Hrmph."),
-#: npc/008-1/jack.txt~:164
#: npc/008-1/jack.txt:164
#, no-c-format
msgid "Hrmph."
msgstr ""
#. code: mesq l("Hubby exports a lot of crops to Tulimshar. The purchaser is the Magic Academy of Tulimshar.");
-#: npc/008-2-16/yannika.txt:428
-#: npc/008-2-16/yannika.txt~:428
+#: npc/008-2-16/yannika.txt:429
#, no-c-format
msgid "Hubby exports a lot of crops to Tulimshar. The purchaser is the Magic Academy of Tulimshar."
msgstr ""
+#. code: speech l("Huh?");
+#: npc/009-2-0/soren.txt:52
+#, no-c-format
+msgid "Huh?"
+msgstr ""
+
#. code: mesq l("Huh? Why are you here? Get out.");
#: npc/008-3-0/clauquer.txt:18
#, no-c-format
@@ -14661,17 +13812,22 @@ msgstr ""
#. code: setarray .@allraces$, l("Human"), l("Human"), l("Human"),
#: npc/functions/main.txt:291
-#: npc/functions/main.txt~:292
#, no-c-format
msgid "Human"
msgstr ""
#. code: mesn l("Human Voice");
-#: npc/000-0/sailors.txt:37
+#: npc/000-0/sailors.txt:79
#, no-c-format
msgid "Human Voice"
msgstr ""
+#. code: mes b(l("Hunting"));
+#: npc/commands/info.txt:68
+#, no-c-format
+msgid "Hunting"
+msgstr ""
+
#. code: return l("Hurnscald Bandit Cave");
#: npc/items/shovel.txt:281
#, no-c-format
@@ -14692,7 +13848,6 @@ msgstr ""
#. code: l("Help me!"), l("Hurry up!"),
#: npc/001-2-2/moon.txt:21
-#: npc/001-2-2/moon.txt~:21
#, no-c-format
msgid "Hurry up!"
msgstr ""
@@ -14704,7 +13859,7 @@ msgid "Hurry, hurry! We need to check its teeth!"
msgstr ""
#. code: l("Hush now and hear the chorus of the woods"),
-#: npc/001-2-6/books.txt:120
+#: npc/001-2-6/books.txt:122
#, no-c-format
msgid "Hush now and hear the chorus of the woods"
msgstr ""
@@ -14716,15 +13871,13 @@ msgid "Hydusun"
msgstr ""
#. code: l("I @#$% hate them!"),
-#: npc/008-1/hinnak.txt:48
-#: npc/008-1/hinnak.txt~:48
+#: npc/008-1/hinnak.txt:72
#, no-c-format
msgid "I @#$% hate them!"
msgstr ""
#. code: l("I @#$% hate these @#$% pinkies!");
-#: npc/008-1/hinnak.txt:49
-#: npc/008-1/hinnak.txt~:49
+#: npc/008-1/hinnak.txt:73
#, no-c-format
msgid "I @#$% hate these @#$% pinkies!"
msgstr ""
@@ -14755,7 +13908,6 @@ msgstr ""
#. code: mesq l("I GUESS I REALLY LIKE CUTTING THEM UP TO SEE HOW THEY WORK!! HAHAHA!");
#: npc/008-3-1/arkim.txt:34
-#: npc/008-3-1/arkim.txt~:34
#, no-c-format
msgid "I GUESS I REALLY LIKE CUTTING THEM UP TO SEE HOW THEY WORK!! HAHAHA!"
msgstr ""
@@ -14779,7 +13931,6 @@ msgid "I WOULD LOVE TO!"
msgstr ""
#. code: l("I actually could use a status reset!");
-#: npc/008-2-7/wyara.txt~:16
#: npc/008-2-7/wyara.txt:16
#, no-c-format
msgid "I actually could use a status reset!"
@@ -14792,7 +13943,7 @@ msgid "I advise you to be mentally prepared for this rescue operation. You'll be
msgstr ""
#. code: l("I already know everything. Bye."), L_Quit;
-#: npc/000-1/sapartan.txt:85
+#: npc/000-1/sapartan.txt:86
#, no-c-format
msgid "I already know everything. Bye."
msgstr ""
@@ -14803,9 +13954,21 @@ msgstr ""
msgid "I also hear fisherman likes to fish at night. They say the catch is bigger, if you understand me."
msgstr ""
+#. code: mesq l("I also heard different races had different affinities to the basic attributes, but I would not be able to say.");
+#: npc/functions/resetstatus.txt:19
+#: npc/001-1/rumly.txt:125
+#, no-c-format
+msgid "I also heard different races had different affinities to the basic attributes, but I would not be able to say."
+msgstr ""
+
+#. code: mesq l("I also heard the Grandmaster Hocus was a cake addict but took a vow to only eat salad, yayaya!");
+#: npc/000-2-1/arpan.txt:210
+#, no-c-format
+msgid "I also heard the Grandmaster Hocus was a cake addict but took a vow to only eat salad, yayaya!"
+msgstr ""
+
#. code: l("I also heard you lost all your memories? That's a shame."),
-#: npc/001-1/enora.txt~:367
-#: npc/001-1/enora.txt:367
+#: npc/001-1/enora.txt:392
#, no-c-format
msgid "I also heard you lost all your memories? That's a shame."
msgstr ""
@@ -14829,7 +13992,6 @@ msgid "I am \"uncle\" Jessie and I teach the kids in Candor."
msgstr ""
#. code: l("I am Morgan, the alchemist."),
-#: npc/012-2-4/morgan.txt~:10
#: npc/012-2-4/morgan.txt:10
#, no-c-format
msgid "I am Morgan, the alchemist."
@@ -14849,13 +14011,11 @@ msgstr ""
#. code: l("I am a legion soldier who never talks much, until Jesusalva or WildX puts words in my mouth."),
#: npc/008-2-32/thamas.txt:10
-#: npc/008-2-32/thamas.txt~:10
#, no-c-format
msgid "I am a legion soldier who never talks much, until Jesusalva or WildX puts words in my mouth."
msgstr ""
#. code: l("I am absolutely positive."),
-#: npc/008-2-24/troupe-leader.txt~:51
#: npc/008-2-24/troupe-leader.txt:51
#, no-c-format
msgid "I am absolutely positive."
@@ -14863,20 +14023,17 @@ msgstr ""
#. code: mesq l("I am allergic to roses; my mother should already know that!");
#: npc/008-1/rossy.txt:328
-#: npc/008-1/rossy.txt~:327
#, no-c-format
msgid "I am allergic to roses; my mother should already know that!"
msgstr ""
#. code: mesq l("I am already happy enough that you want to improve your own eating habits. You don't need to give me anything.");
-#: npc/020-1/hocus.txt~:63
#: npc/020-1/hocus.txt:64
#, no-c-format
msgid "I am already happy enough that you want to improve your own eating habits. You don't need to give me anything."
msgstr ""
#. code: l("I am also aware that you can slot runestones and even gemstones to equipment as well. Some of them have magic properties.");
-#: npc/001-2-27/don.txt~:63
#: npc/001-2-27/don.txt:63
#, no-c-format
msgid "I am also aware that you can slot runestones and even gemstones to equipment as well. Some of them have magic properties."
@@ -14896,7 +14053,6 @@ msgid "I am broken?! Please report! Debug data: @@ (@@)"
msgstr ""
#. code: l("I am going to teach you all what a thief needs to know, later"),
-#: npc/008-3-5/nunia.txt~:71
#: npc/008-3-5/nunia.txt:71
#, no-c-format
msgid "I am going to teach you all what a thief needs to know, later"
@@ -14915,13 +14071,13 @@ msgid "I am looking at Mana Bugs. They always drop a bug leg, it is weird."
msgstr ""
#. code: l("I am maintaing Hurnscald's Soul Menhir in working conditions."),
-#: npc/008-1/4144.txt:63
+#: npc/008-1/greenmage.txt:63
#, no-c-format
msgid "I am maintaing Hurnscald's Soul Menhir in working conditions."
msgstr ""
#. code: l("I am new in this town, just like you."),
-#: npc/001-2-41/edouard.txt:102
+#: npc/001-2-41/edouard.txt:96
#, no-c-format
msgid "I am new in this town, just like you."
msgstr ""
@@ -14933,44 +14089,34 @@ msgid "I am not a coward. I shall not give up!"
msgstr ""
#. code: l("I am not allowed to talk to strangers.");
+#: npc/008-1-1/soldiers.txt:24
#: npc/008-1-1/soldiers.txt:13
-#: npc/008-1-1/soldiers.txt:25
-#: npc/008-1-1/soldiers.txt~:25
-#: npc/008-1-1/soldiers.txt~:13
#, no-c-format
msgid "I am not allowed to talk to strangers."
msgstr ""
#. code: l("I am not an expert of the first kind, but I know what I am talking about when it comes to improving equipment."),
-#: npc/001-2-27/don.txt~:57
#: npc/001-2-27/don.txt:57
#, no-c-format
msgid "I am not an expert of the first kind, but I know what I am talking about when it comes to improving equipment."
msgstr ""
-#. code: l("I am only doing special requests."));
-#: npc/008-2-6/alan.txt:23
-#: npc/008-2-6/alan.txt~:23
-#, no-c-format
-msgid "I am only doing special requests."
-msgstr ""
-
-#. code: l("I am out of stock, unfortunately."),
-#: npc/020-1/neko.txt:10
+#. code: mesq l("I am not aware of anywhere you can train dexterity. As for luck, you can try gambling, not sure where as gambling in Artis is illegal.");
+#: npc/001-1/enora.txt:482
#, no-c-format
-msgid "I am out of stock, unfortunately."
+msgid "I am not aware of anywhere you can train dexterity. As for luck, you can try gambling, not sure where as gambling in Artis is illegal."
msgstr ""
-#. code: mesq lg("I am pleased to see that you have woken up and are active. Elmo came here to tell me this good news!");
-#: npc/000-2-3/nard.txt:46
+#. code: l("I am only doing special requests."));
+#: npc/008-2-6/alan.txt:23
#, no-c-format
-msgid "I am pleased to see that you have woken up and are active. Elmo came here to tell me this good news!#0"
+msgid "I am only doing special requests."
msgstr ""
-#. code: mesq lg("I am pleased to see that you have woken up and are active. Elmo came here to tell me this good news!");
-#: npc/000-2-3/nard.txt:46
+#. code: mesq l("I am pleased to see that you have woken up and are active. Elmo came here to tell me this good news!");
+#: npc/000-2-3/nard.txt:47
#, no-c-format
-msgid "I am pleased to see that you have woken up and are active. Elmo came here to tell me this good news!#1"
+msgid "I am pleased to see that you have woken up and are active. Elmo came here to tell me this good news!"
msgstr ""
#. code: mesq l("I am scared of the rattos! And Riskim says that we cannot have rattos here, so he also wants me to kill them!! %%i");
@@ -14981,7 +14127,6 @@ msgstr ""
#. code: l("I am smart, I'll know if you lie. Anyway, just don't get caught inside the archives.");
#: npc/001-3-2/henry.txt:57
-#: npc/001-3-2/henry.txt~:57
#, no-c-format
msgid "I am smart, I'll know if you lie. Anyway, just don't get caught inside the archives."
msgstr ""
@@ -14994,33 +14139,20 @@ msgstr ""
#. code: l("I am sure he got his reasons."));
#: npc/008-2-6/alan.txt:78
-#: npc/008-2-6/alan.txt~:78
#, no-c-format
msgid "I am sure he got his reasons."
msgstr ""
-#. code: lg("I am sure that I can run with one of them on my shoulder.");
+#. code: l("I am sure that I can run with one of them on my shoulder.");
#: npc/000-1/muller.txt:42
#, no-c-format
-msgid "I am sure that I can run with one of them on my shoulder.#0"
+msgid "I am sure that I can run with one of them on my shoulder."
msgstr ""
-#. code: lg("I am sure that I can run with one of them on my shoulder.");
-#: npc/000-1/muller.txt:42
-#, no-c-format
-msgid "I am sure that I can run with one of them on my shoulder.#1"
-msgstr ""
-
-#. code: lg("I am sure that you will change your mind.");
-#: npc/001-1/rumly.txt:203
-#, no-c-format
-msgid "I am sure that you will change your mind.#0"
-msgstr ""
-
-#. code: lg("I am sure that you will change your mind.");
-#: npc/001-1/rumly.txt:203
+#. code: l("I am sure that you will change your mind.");
+#: npc/001-1/rumly.txt:171
#, no-c-format
-msgid "I am sure that you will change your mind.#1"
+msgid "I am sure that you will change your mind."
msgstr ""
#. code: mesq l("I am sure you know her. Nice dress, large smile and a constant flux of orders and rules. Julia they call her!");
@@ -15041,37 +14173,33 @@ msgstr ""
msgid "I am the bartender here, can I provide you with some delicious beverage?"
msgstr ""
+#. code: rif(.@q >= 10, l("I am too weak to fight. Is there anywhere I can train?")),
+#: npc/001-1/enora.txt:417
+#, no-c-format
+msgid "I am too weak to fight. Is there anywhere I can train?"
+msgstr ""
+
#. code: mesq l("I am your father...");
#: npc/009-1/forwin.txt:12
-#: npc/009-1/forwin.txt~:12
#, no-c-format
msgid "I am your father..."
msgstr ""
#. code: l("I am!"),
-#: npc/008-2-6/alan.txt~:256
#: npc/008-2-6/alan.txt:256
#, no-c-format
msgid "I am!"
msgstr ""
-#. code: lg("I am, who are you?"), -,
+#. code: l("I am, who are you?"), -,
#: npc/001-2-22/alige.txt:68
#: npc/000-2-1/alige.txt:68
#, no-c-format
-msgid "I am, who are you?#0"
-msgstr ""
-
-#. code: lg("I am, who are you?"), -,
-#: npc/001-2-22/alige.txt:68
-#: npc/000-2-1/alige.txt:68
-#, no-c-format
-msgid "I am, who are you?#1"
+msgid "I am, who are you?"
msgstr ""
#. code: mesq l("I appreciate your help, @@.", strcharinfo(0));
#: npc/001-2-2/moon.txt:95
-#: npc/001-2-2/moon.txt~:94
#, no-c-format
msgid "I appreciate your help, @@."
msgstr ""
@@ -15083,8 +14211,7 @@ msgid "I asked Calypsan to dye this tank top, now it has an unique look!"
msgstr ""
#. code: l("I asked Don our blacksmith to prepare a black iron sword for morning, he should be done by now."),
-#: npc/001-1/enora.txt:153
-#: npc/001-1/enora.txt~:153
+#: npc/001-1/enora.txt:154
#, no-c-format
msgid "I asked Don our blacksmith to prepare a black iron sword for morning, he should be done by now."
msgstr ""
@@ -15102,34 +14229,26 @@ msgstr ""
msgid "I asked for food but... *hips* Ah, that'll do!"
msgstr ""
-#. code: speech S_LAST_NEXT, lg("I asked you to do me a favor, did you forget?");
-#: npc/001-1/qonan.txt:74
-#, no-c-format
-msgid "I asked you to do me a favor, did you forget?#0"
-msgstr ""
-
-#. code: speech S_LAST_NEXT, lg("I asked you to do me a favor, did you forget?");
+#. code: speech S_LAST_NEXT, l("I asked you to do me a favor, did you forget?");
#: npc/001-1/qonan.txt:74
#, no-c-format
-msgid "I asked you to do me a favor, did you forget?#1"
+msgid "I asked you to do me a favor, did you forget?"
msgstr ""
#. code: l("I barely destroyed one of those beasts."),
-#: npc/008-1/jack.txt~:78
#: npc/008-1/jack.txt:78
#, no-c-format
msgid "I barely destroyed one of those beasts."
msgstr ""
-#. code: l("I bet he uses squirrels to make that damn stew. Bleah."),
-#: npc/008-2-32/thamas.txt~:13
+#. code: select( l("I bet that not even a foot wants to touch you right now."));
+#: npc/009-2-0/soren.txt:69
#, no-c-format
-msgid "I bet he uses squirrels to make that damn stew. Bleah."
+msgid "I bet that not even a foot wants to touch you right now."
msgstr ""
#. code: l("I better go now. Bye.");
-#: npc/008-1/hinnak.txt:246
-#: npc/008-1/hinnak.txt~:246
+#: npc/008-1/hinnak.txt:270
#, no-c-format
msgid "I better go now. Bye."
msgstr ""
@@ -15147,32 +14266,21 @@ msgid "I buried the chest somewhere on that hill. It was dark, so I don't rememb
msgstr ""
#. code: l("I came here, looking for a better life."),
-#: npc/001-2-41/edouard.txt:103
+#: npc/001-2-41/edouard.txt:97
#, no-c-format
msgid "I came here, looking for a better life."
msgstr ""
-#. code: rif(.@enora == 1, lg("I came to retrieve a package for Enora.")),
-#. code: rif(.@enora == 5, lg("I came to retrieve a package for Enora.")),
-#: npc/001-2-0/resa.txt:48
+#. code: rif(.@enora == 1, l("I came to retrieve a package for Enora.")),
+#. code: rif(.@enora == 5, l("I came to retrieve a package for Enora.")),
#: npc/001-1/chelios.txt:28
-#: npc/001-1/chelios.txt~:28
-#, no-c-format
-msgid "I came to retrieve a package for Enora.#0"
-msgstr ""
-
-#. code: rif(.@enora == 1, lg("I came to retrieve a package for Enora.")),
-#. code: rif(.@enora == 5, lg("I came to retrieve a package for Enora.")),
#: npc/001-2-0/resa.txt:48
-#: npc/001-1/chelios.txt:28
-#: npc/001-1/chelios.txt~:28
#, no-c-format
-msgid "I came to retrieve a package for Enora.#1"
+msgid "I came to retrieve a package for Enora."
msgstr ""
#. code: mesq l("I can do a Certified Purification Potion right away, the warranty covers it. But I still need a few things for it!");
#: npc/020-1/hocus.txt:108
-#: npc/020-1/hocus.txt~:107
#, no-c-format
msgid "I can do a Certified Purification Potion right away, the warranty covers it. But I still need a few things for it!"
msgstr ""
@@ -15184,7 +14292,6 @@ msgid "I can finally pay off my debts."
msgstr ""
#. code: l("I can get back to Bernard now!");
-#: npc/008-1/mikhail.txt~:70
#: npc/008-1/mikhail.txt:70
#, no-c-format
msgid "I can get back to Bernard now!"
@@ -15192,14 +14299,12 @@ msgstr ""
#. code: mesq l("I can make an %s, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients.", getitemlink(ElixirOfLife));
#: npc/020-1/joaquim.txt:112
-#: npc/020-1/joaquim.txt~:112
#, no-c-format
msgid "I can make an %s, I still have a bottle of fairy blood, a few mana pearls, and some other rare ingredients."
msgstr ""
#. code: l("I can make you a really nice forest bow out of this."),
#: npc/008-2-6/alan.txt:129
-#: npc/008-2-6/alan.txt~:129
#, no-c-format
msgid "I can make you a really nice forest bow out of this."
msgstr ""
@@ -15217,28 +14322,25 @@ msgid "I can see that you really want to save the little girl. She is trapped in
msgstr ""
#. code: npctalk3(l("I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!"));
-#: npc/008-2-2/ledmitz.txt:28
+#: npc/008-2-2/ledmitz.txt:27
#, no-c-format
msgid "I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!"
msgstr ""
#. code: l("I can walk again!");
-#: npc/001-2-2/moon.txt~:26
#: npc/001-2-2/moon.txt:26
#, no-c-format
msgid "I can walk again!"
msgstr ""
#. code: mesq l("I can't believe it! You got all the berries needed! Lemme just wrap them and... done! Please give them to my mother. Tell her that it is a gift from me and Juliet, and that there's no reason to worry about us."); // Lemme = Let me
-#: npc/008-1/rossy.txt~:166
#: npc/008-1/rossy.txt:167
#, no-c-format
msgid "I can't believe it! You got all the berries needed! Lemme just wrap them and... done! Please give them to my mother. Tell her that it is a gift from me and Juliet, and that there's no reason to worry about us."
msgstr ""
#. code: l("I can't catch them.");
-#: npc/008-1/hinnak.txt~:63
-#: npc/008-1/hinnak.txt:63
+#: npc/008-1/hinnak.txt:87
#, no-c-format
msgid "I can't catch them."
msgstr ""
@@ -15250,24 +14352,22 @@ msgid "I can't do that, I keep getting killed."
msgstr ""
#. code: mesq l("I can't give you a cookie for free. But I can give you this hint for how you may be added to my list.");
-#: npc/001-1/cookiemaster.txt~:125
-#: npc/001-1/cookiemaster.txt:125
+#: npc/001-1/cookiemaster.txt:124
#, no-c-format
msgid "I can't give you a cookie for free. But I can give you this hint for how you may be added to my list."
msgstr ""
#. code: mesq l("I can't give you a prize if you are overburdened. Make room in your inventory!");
-#: npc/008-1-1/galimatia.txt:288
+#: npc/008-1-1/galimatia.txt:261
#, no-c-format
msgid "I can't give you a prize if you are overburdened. Make room in your inventory!"
msgstr ""
-#. code: l("I can't give you nothing if you don't leave some room for it!")
-#: npc/008-1-1/galimatia.txt:321
-#: npc/008-1-1/galimatia.txt:199
-#: npc/008-1-1/galimatia.txt:228
-#: npc/008-1-1/galimatia.txt:128
-#: npc/008-1-1/galimatia.txt:79
+#. code: l("I can't give you nothing if you don't leave some room for it!"),
+#: npc/008-1-1/galimatia.txt:109
+#: npc/008-1-1/galimatia.txt:176
+#: npc/008-1-1/galimatia.txt:289
+#: npc/008-1-1/galimatia.txt:201
#, no-c-format
msgid "I can't give you nothing if you don't leave some room for it!"
msgstr ""
@@ -15278,16 +14378,10 @@ msgstr ""
msgid "I can't really help you find them since I've been checking the... Hmm... Landscape, since morning..."
msgstr ""
-#. code: lg("I can't remember anything."), L_OhWell;
+#. code: l("I can't remember anything."), L_OhWell;
#: npc/000-2-1/arpan.txt:110
#, no-c-format
-msgid "I can't remember anything.#0"
-msgstr ""
-
-#. code: lg("I can't remember anything."), L_OhWell;
-#: npc/000-2-1/arpan.txt:110
-#, no-c-format
-msgid "I can't remember anything.#1"
+msgid "I can't remember anything."
msgstr ""
#. code: mesq l("I can't seem to find where I put that box. You should come back later, I may have found them by then.");
@@ -15305,7 +14399,6 @@ msgid "I can't stay here and talk all day. I have a job to do."
msgstr ""
#. code: mesq l("I can't tell you. Captain Hal is in charge so ask him if you really care.");
-#: npc/008-2-32/thamas.txt~:64
#: npc/008-2-32/thamas.txt:64
#, no-c-format
msgid "I can't tell you. Captain Hal is in charge so ask him if you really care."
@@ -15313,14 +14406,12 @@ msgstr ""
#. code: l("I can't wait all day!"),
#: npc/001-2-2/moon.txt:22
-#: npc/001-2-2/moon.txt~:22
#, no-c-format
msgid "I can't wait all day!"
msgstr ""
#. code: l("I cannot find the words to express my gratitude for your hard work."),
-#: npc/001-1/enora.txt~:309
-#: npc/001-1/enora.txt:309
+#: npc/001-1/enora.txt:310
#, no-c-format
msgid "I cannot find the words to express my gratitude for your hard work."
msgstr ""
@@ -15333,9 +14424,9 @@ msgstr ""
#. code: l("I changed my mind.");
#. code: l("I changed my mind."), -3;
+#: npc/000-2-3/nard.txt:254
#: npc/functions/bank.txt:44
#: npc/functions/bank.txt:95
-#: npc/000-2-3/nard.txt:253
#: npc/001-1/salem.txt:22
#, no-c-format
msgid "I changed my mind."
@@ -15343,21 +14434,18 @@ msgstr ""
#. code: l("I chopped away at it, branch after branch, and in the end I chopped off its roots, and it fell to the ground, motionless."));
#: npc/008-1/jack.txt:66
-#: npc/008-1/jack.txt~:66
#, no-c-format
msgid "I chopped away at it, branch after branch, and in the end I chopped off its roots, and it fell to the ground, motionless."
msgstr ""
#. code: rif(.@q >= 10, l("I cleaned up the hill.")),
-#: npc/001-1/enora.txt:384
-#: npc/001-1/enora.txt~:384
+#: npc/001-1/enora.txt:409
#, no-c-format
msgid "I cleaned up the hill."
msgstr ""
#. code: l("I climbed down and swam to the shore. The stench was terrible; I had to hold my breath to get closer to the monster. There it was, lying on the ground, snoring, poisoning all our water! So I tried to wake it up to scare it away."),
#: npc/008-2-2/kfahr.txt:526
-#: npc/008-2-2/kfahr.txt~:526
#, no-c-format
msgid "I climbed down and swam to the shore. The stench was terrible; I had to hold my breath to get closer to the monster. There it was, lying on the ground, snoring, poisoning all our water! So I tried to wake it up to scare it away."
msgstr ""
@@ -15369,14 +14457,12 @@ msgid "I could even make one for you and give the recipe, but..."
msgstr ""
#. code: l("I could try to water it, but where to get water.. also a fertility potion could help."),
-#: npc/020-1/anwar.txt~:28
#: npc/020-1/anwar.txt:28
#, no-c-format
msgid "I could try to water it, but where to get water.. also a fertility potion could help."
msgstr ""
#. code: l("I couldn't afford the bow, though..."),
-#: npc/008-1/jack.txt~:152
#: npc/008-1/jack.txt:152
#, no-c-format
msgid "I couldn't afford the bow, though..."
@@ -15384,20 +14470,17 @@ msgstr ""
#. code: l("I did see an old man hang out near the theater after our last show."));
#: npc/008-2-24/troupe-leader.txt:44
-#: npc/008-2-24/troupe-leader.txt~:44
#, no-c-format
msgid "I did see an old man hang out near the theater after our last show."
msgstr ""
#. code: l("I didn't mention it before, but I also put beer in my soup."),
#: npc/008-2-4/bernard.txt:151
-#: npc/008-2-4/bernard.txt~:151
#, no-c-format
msgid "I didn't mention it before, but I also put beer in my soup."
msgstr ""
#. code: mesq l("I didn't notice that a Pikpik was in my way, and when I stepped on it, my foot was full of spikes.");
-#: npc/001-2-2/moon.txt~:110
#: npc/001-2-2/moon.txt:111
#, no-c-format
msgid "I didn't notice that a Pikpik was in my way, and when I stepped on it, my foot was full of spikes."
@@ -15409,40 +14492,38 @@ msgstr ""
msgid "I do feel better!"
msgstr ""
-#. code: l("I do not like to brag about it but you won't find a better blacksmith on the whole island."),
-#: npc/001-2-27/don.txt~:84
-#: npc/001-2-27/don.txt:84
+#. code: mesq l("I do not advise, but you could train strength working in the docks or intelligence helping out Terry at the library.");
+#: npc/001-1/enora.txt:478
#, no-c-format
-msgid "I do not like to brag about it but you won't find a better blacksmith on the whole island."
+msgid "I do not advise, but you could train strength working in the docks or intelligence helping out Terry at the library."
msgstr ""
-#. code: lg("I do not like whiners."), -,
-#: npc/012-2-4/zitoni.txt:15
+#. code: l("I do not like to brag about it but you won't find a better blacksmith on the whole island."),
+#: npc/001-2-27/don.txt:84
#, no-c-format
-msgid "I do not like whiners.#0"
+msgid "I do not like to brag about it but you won't find a better blacksmith on the whole island."
msgstr ""
-#. code: lg("I do not like whiners."), -,
+#. code: l("I do not like whiners."), -,
#: npc/012-2-4/zitoni.txt:15
#, no-c-format
-msgid "I do not like whiners.#1"
+msgid "I do not like whiners."
msgstr ""
#. code: mesq l("I do not want to go pointing my finger at someone. I want to be honorable and fair, and I sense the same quality in you, so I put my trust in you. I am sure you will be able to judge and solve this troubling situation.");
-#: npc/000-2-3/nard.txt:192
+#: npc/000-2-3/nard.txt:193
#, no-c-format
msgid "I do not want to go pointing my finger at someone. I want to be honorable and fair, and I sense the same quality in you, so I put my trust in you. I am sure you will be able to judge and solve this troubling situation."
msgstr ""
#. code: l("I do not.");
-#: npc/001-2-27/don.txt~:69
#: npc/001-2-27/don.txt:69
#, no-c-format
msgid "I do not."
msgstr ""
#. code: l("I don't care, but there might be some adventurers and staff who might care."),
-#: npc/008-1/4144.txt:53
+#: npc/008-1/greenmage.txt:53
#, no-c-format
msgid "I don't care, but there might be some adventurers and staff who might care."
msgstr ""
@@ -15469,37 +14550,17 @@ msgid "I don't feel so well, I might be sick."
msgstr ""
#. code: l("I don't have any.");
-#: npc/008-1/hinnak.txt~:187
-#: npc/008-1/hinnak.txt:187
+#: npc/008-1/hinnak.txt:211
#, no-c-format
msgid "I don't have any."
msgstr ""
#. code: speech l("I don't have enough men to send after Sergeant Ryan. Provide him some sort of support until he recovers.");
-#: npc/008-1-1/hal.txt:99
+#: npc/008-1-1/hal.txt:98
#, no-c-format
msgid "I don't have enough men to send after Sergeant Ryan. Provide him some sort of support until he recovers."
msgstr ""
-#. code: rif(Zeny > 0 && Zeny < .@raw_price, l("I don't have enough money...")),
-#: npc/functions/resetstatus.txt:76
-#: npc/functions/resetstatus.txt~:76
-#, no-c-format
-msgid "I don't have enough money..."
-msgstr ""
-
-#. code: rif(countitem(Plushroom) > 0 && countitem(Plushroom) < .@plush_count, lg("I don't have enough plushrooms...")),
-#: npc/001-1/rumly.txt:143
-#, no-c-format
-msgid "I don't have enough plushrooms...#0"
-msgstr ""
-
-#. code: rif(countitem(Plushroom) > 0 && countitem(Plushroom) < .@plush_count, lg("I don't have enough plushrooms...")),
-#: npc/001-1/rumly.txt:143
-#, no-c-format
-msgid "I don't have enough plushrooms...#1"
-msgstr ""
-
#. code: l("I don't have much time right now.")))
#: npc/001-1/katja.txt:71
#, no-c-format
@@ -15525,21 +14586,19 @@ msgid "I don't have the time."
msgstr ""
#. code: l("I don't have time to spend on flowers.")
-#: npc/008-1-1/galimatia.txt:112
+#: npc/008-1-1/galimatia.txt:94
#, no-c-format
msgid "I don't have time to spend on flowers."
msgstr ""
#. code: mesq l("I don't know how to get a shovel, though.");
#: npc/001-3-2/henry.txt:239
-#: npc/001-3-2/henry.txt~:238
#, no-c-format
msgid "I don't know how to get a shovel, though."
msgstr ""
#. code: l("I don't know if I trust her eyesight or memory."),
#: npc/008-2-1/inspector.txt:68
-#: npc/008-2-1/inspector.txt~:68
#, no-c-format
msgid "I don't know if I trust her eyesight or memory."
msgstr ""
@@ -15556,6 +14615,12 @@ msgstr ""
msgid "I don't know what to say..."
msgstr ""
+#. code: speech l("I don't know who you are but I can't stand someone that comes here and offends me like that.");
+#: npc/009-2-0/soren.txt:59
+#, no-c-format
+msgid "I don't know who you are but I can't stand someone that comes here and offends me like that."
+msgstr ""
+
#. code: mesq l("I don't know! %%Q");
#: npc/020-1/itka.txt:31
#, no-c-format
@@ -15563,8 +14628,7 @@ msgid "I don't know! %%Q"
msgstr ""
#. code: switch (select(l("The Legion?"), l("I don't know.")))
-#: npc/001-1/enora.txt:58
-#: npc/001-1/enora.txt~:58
+#: npc/001-1/enora.txt:59
#, no-c-format
msgid "I don't know."
msgstr ""
@@ -15583,14 +14647,13 @@ msgid "I don't need your help right now, but maybe tomorrow, who knows?"
msgstr ""
#. code: l("I don't really have time to go chasing pious, let me just buy one at the regular price (30000 E)."),
-#: npc/001-1/salem.txt:172
+#: npc/001-1/salem.txt:185
#, no-c-format
msgid "I don't really have time to go chasing pious, let me just buy one at the regular price (30000 E)."
msgstr ""
#. code: mesq l("I don't remember what I need now, but if you give me a moment, I'll get the list.");
#: npc/020-1/joaquim.txt:105
-#: npc/020-1/joaquim.txt~:105
#, no-c-format
msgid "I don't remember what I need now, but if you give me a moment, I'll get the list."
msgstr ""
@@ -15614,7 +14677,7 @@ msgid "I don't want to be part of this joke."
msgstr ""
#. code: l("I don't want to buy a piou right now.");
-#: npc/001-1/salem.txt:173
+#: npc/001-1/salem.txt:186
#, no-c-format
msgid "I don't want to buy a piou right now."
msgstr ""
@@ -15632,7 +14695,7 @@ msgid "I don't want to talk to you."
msgstr ""
#. code: l("I don't want you! I want daddy!");
-#: npc/001-2-11/mona.txt:142
+#: npc/001-2-11/mona.txt:141
#, no-c-format
msgid "I don't want you! I want daddy!"
msgstr ""
@@ -15643,16 +14706,10 @@ msgstr ""
msgid "I fear for the future of this town..."
msgstr ""
-#. code: lg("I feel ok."), L_Ok,
-#: npc/000-2-3/nard.txt:63
-#, no-c-format
-msgid "I feel ok.#0"
-msgstr ""
-
-#. code: lg("I feel ok."), L_Ok,
-#: npc/000-2-3/nard.txt:63
+#. code: l("I feel ok."), L_Ok,
+#: npc/000-2-3/nard.txt:64
#, no-c-format
-msgid "I feel ok.#1"
+msgid "I feel ok."
msgstr ""
#. code: mesq l("I forgot my tasks to do!");
@@ -15662,21 +14719,18 @@ msgid "I forgot my tasks to do!"
msgstr ""
#. code: mesq l("I forgot their name, but they are not very normal. Err.");
-#: npc/008-2-16/yannika.txt:356
-#: npc/008-2-16/yannika.txt~:356
+#: npc/008-2-16/yannika.txt:357
#, no-c-format
msgid "I forgot their name, but they are not very normal. Err."
msgstr ""
#. code: l("I forgot! Let me get them right now.");
#: npc/008-2-2/kfahr.txt:654
-#: npc/008-2-2/kfahr.txt~:654
#, no-c-format
msgid "I forgot! Let me get them right now."
msgstr ""
#. code: l("I fought it, of course!"),
-#: npc/008-1/jack.txt~:62
#: npc/008-1/jack.txt:62
#, no-c-format
msgid "I fought it, of course!"
@@ -15684,7 +14738,6 @@ msgstr ""
#. code: mesq l("I give tasks to every single sailor, all day long. That should make him happy!");
#: npc/000-2-0/julia.txt:78
-#: npc/000-2-0/julia.txt~:78
#, no-c-format
msgid "I give tasks to every single sailor, all day long. That should make him happy!"
msgstr ""
@@ -15696,35 +14749,31 @@ msgid "I give you this key, it opens all the doors on this ship."
msgstr ""
#. code: l("I got angry and started to chop off all the low-hanging branches so this couldn't happen anymore."),
-#: npc/008-1/jack.txt~:43
#: npc/008-1/jack.txt:43
#, no-c-format
msgid "I got angry and started to chop off all the low-hanging branches so this couldn't happen anymore."
msgstr ""
#. code: l("I grew up and lived a good while in Esperia, the capital city."),
-#: npc/001-2-6/leonard.txt:12
+#: npc/001-2-6/leonard.txt:13
#, no-c-format
msgid "I grew up and lived a good while in Esperia, the capital city."
msgstr ""
#. code: mesq l("I guess mostly I enjoy experimenting with the bats here.");
#: npc/008-3-1/arkim.txt:21
-#: npc/008-3-1/arkim.txt~:21
#, no-c-format
msgid "I guess mostly I enjoy experimenting with the bats here."
msgstr ""
#. code: mesq l("I guess she sent you to kill the Bandit Lord, right? I'll lure him for you.");
-#: npc/008-3-5/bryant.txt~:28
#: npc/008-3-5/bryant.txt:30
#, no-c-format
msgid "I guess she sent you to kill the Bandit Lord, right? I'll lure him for you."
msgstr ""
#. code: switch (select(l("I guess so. What's in it for me?"),
-#: npc/001-1/enora.txt:140
-#: npc/001-1/enora.txt~:140
+#: npc/001-1/enora.txt:141
#, no-c-format
msgid "I guess so. What's in it for me?"
msgstr ""
@@ -15736,7 +14785,7 @@ msgid "I guess so... I will leave you alone."
msgstr ""
#. code: l("I had a great childhood in Esperia!"),
-#: npc/001-2-6/leonard.txt:14
+#: npc/001-2-6/leonard.txt:15
#, no-c-format
msgid "I had a great childhood in Esperia!"
msgstr ""
@@ -15749,7 +14798,6 @@ msgstr ""
#. code: l("I had barely enough time to draw out my sword, and the beast was upon us! The caravan people were fleeing for their lives, so it was up to me and Arvek to stop it."),
#: npc/008-2-2/kfahr.txt:304
-#: npc/008-2-2/kfahr.txt~:304
#, no-c-format
msgid "I had barely enough time to draw out my sword, and the beast was upon us! The caravan people were fleeing for their lives, so it was up to me and Arvek to stop it."
msgstr ""
@@ -15761,29 +14809,25 @@ msgid "I had tasty barbecue with Crane."
msgstr ""
#. code: l("I had the nomads make me a few of them, and I hardly use them nowadays, so I think I can part with this one.");
-#: npc/008-2-2/kfahr.txt~:718
#: npc/008-2-2/kfahr.txt:718
#, no-c-format
msgid "I had the nomads make me a few of them, and I hardly use them nowadays, so I think I can part with this one."
msgstr ""
#. code: l("I had this patch of ground that was really clumpy; lots of clay, you see."),
-#: npc/008-1/hinnak.txt:211
-#: npc/008-1/hinnak.txt~:211
+#: npc/008-1/hinnak.txt:235
#, no-c-format
msgid "I had this patch of ground that was really clumpy; lots of clay, you see."
msgstr ""
#. code: l("I hate them!"),
-#: npc/008-1/hinnak.txt:47
-#: npc/008-1/hinnak.txt~:47
+#: npc/008-1/hinnak.txt:71
#, no-c-format
msgid "I hate them!"
msgstr ""
#. code: l("I have a beloved friend called Nunia, who handles the Thieves' Guild branch in Hurnscald."),
#: npc/001-3-2/henry.txt:251
-#: npc/001-3-2/henry.txt~:250
#, no-c-format
msgid "I have a beloved friend called Nunia, who handles the Thieves' Guild branch in Hurnscald."
msgstr ""
@@ -15801,7 +14845,6 @@ msgid "I have a lot of work here, so I don't even have time to go to the town."
msgstr ""
#. code: l("I have an idea."),
-#: npc/008-1/jack.txt~:121
#: npc/008-1/jack.txt:121
#, no-c-format
msgid "I have an idea."
@@ -15809,7 +14852,6 @@ msgstr ""
#. code: rif(.@q2 == 2 && countitem(PoisonedDish), l("I have brought you a tasty present for your delicate mouth.")),
#: npc/000-2-0/julia.txt:219
-#: npc/000-2-0/julia.txt~:219
#, no-c-format
msgid "I have brought you a tasty present for your delicate mouth."
msgstr ""
@@ -15821,7 +14863,6 @@ msgid "I have collected all the boxes you needed."
msgstr ""
#. code: mesq l("I have no way to know how much fertilizer you'll be needing. I need @@ @@ and @@ @@ to make a Certified Fertility Potion for you.", 3, getitemlink(Plushroom), 9, getitemlink(MaggotSlime));
-#: npc/020-1/eomie.txt~:79
#: npc/020-1/eomie.txt:80
#, no-c-format
msgid "I have no way to know how much fertilizer you'll be needing. I need @@ @@ and @@ @@ to make a Certified Fertility Potion for you."
@@ -15833,34 +14874,25 @@ msgstr ""
msgid "I have nothing else to do down there."
msgstr ""
-#. code: lg("I have nothing to sell, come back later.");
-#: npc/008-2-1/generalstore.txt:11
-#, no-c-format
-msgid "I have nothing to sell, come back later.#0"
-msgstr ""
-
-#. code: lg("I have nothing to sell, come back later.");
+#. code: l("I have nothing to sell, come back later.");
#: npc/008-2-1/generalstore.txt:11
#, no-c-format
-msgid "I have nothing to sell, come back later.#1"
+msgid "I have nothing to sell, come back later."
msgstr ""
#. code: rif(countitem(ElixirOfLife), l("I have one here...")),
#: npc/020-1/joaquim.txt:119
-#: npc/020-1/joaquim.txt~:119
#, no-c-format
msgid "I have one here..."
msgstr ""
#. code: l("I have one more task for you. Trozz, another member of the Legion, sent me a letter earlier today."),
-#: npc/001-1/enora.txt~:252
-#: npc/001-1/enora.txt:252
+#: npc/001-1/enora.txt:253
#, no-c-format
msgid "I have one more task for you. Trozz, another member of the Legion, sent me a letter earlier today."
msgstr ""
#. code: mesq l("I have other matters to attend do, so you'll have to excuse me.");
-#: npc/001-3-2/henry.txt~:331
#: npc/001-3-2/henry.txt:332
#, no-c-format
msgid "I have other matters to attend do, so you'll have to excuse me."
@@ -15891,25 +14923,6 @@ msgstr ""
msgid "I have some spare one, take them, and tell Enora that any fees are paid!"
msgstr ""
-#. code: l("I have to go, sorry.");
-#: npc/functions/resetstatus.txt~:78
-#: npc/functions/resetstatus.txt:78
-#, no-c-format
-msgid "I have to go, sorry."
-msgstr ""
-
-#. code: lg("I have to go, sorry.");
-#: npc/001-1/rumly.txt:145
-#, no-c-format
-msgid "I have to go, sorry.#0"
-msgstr ""
-
-#. code: lg("I have to go, sorry.");
-#: npc/001-1/rumly.txt:145
-#, no-c-format
-msgid "I have to go, sorry.#1"
-msgstr ""
-
#. code: l("I have what you want."),
#: npc/functions/daily.txt:85
#, no-c-format
@@ -15917,7 +14930,6 @@ msgid "I have what you want."
msgstr ""
#. code: rif(.@enora == 3, l("I have your black iron.")),
-#: npc/001-1/chelios.txt~:29
#: npc/001-1/chelios.txt:29
#, no-c-format
msgid "I have your black iron."
@@ -15925,10 +14937,8 @@ msgstr ""
#. code: rif(.@q == 4 || .@q == 6 || .@q == 9, l("I have your package.")),
#. code: rif(.@q == 8 && countitem(PiberriesInfusion) >= 5, l("I have your package.")),
-#: npc/001-1/enora.txt~:382
-#: npc/001-1/enora.txt~:383
-#: npc/001-1/enora.txt:383
-#: npc/001-1/enora.txt:382
+#: npc/001-1/enora.txt:408
+#: npc/001-1/enora.txt:407
#, no-c-format
msgid "I have your package."
msgstr ""
@@ -15941,14 +14951,12 @@ msgstr ""
#. code: mesq l("I haven't found Juliet yet, and I don't even have any of the ingredients required. Could you get them for me? Pretty please? %%J");
#: npc/008-1/rossy.txt:201
-#: npc/008-1/rossy.txt~:200
#, no-c-format
msgid "I haven't found Juliet yet, and I don't even have any of the ingredients required. Could you get them for me? Pretty please? %%J"
msgstr ""
#. code: l("I haven't found Juliet yet, sorry."),
#: npc/008-2-4/olana.txt:161
-#: npc/008-2-4/olana.txt~:161
#, no-c-format
msgid "I haven't found Juliet yet, sorry."
msgstr ""
@@ -15960,22 +14968,19 @@ msgid "I haven't seen anything strange."
msgstr ""
#. code: mesq l("I hear if you get a recipe book, you could cook things yourself.");
-#: npc/008-2-32/thamas.txt~:41
#: npc/008-2-32/thamas.txt:41
#, no-c-format
msgid "I hear if you get a recipe book, you could cook things yourself."
msgstr ""
#. code: rif(.@q3 == 3 && .@q2 == 0, l("I heard rumors about some old hostilities between you and Gado. Are they true?")),
-#: npc/000-2-0/julia.txt~:217
#: npc/000-2-0/julia.txt:217
#, no-c-format
msgid "I heard rumors about some old hostilities between you and Gado. Are they true?"
msgstr ""
#. code: mesq l("I heard some battle noises a few minutes ago. Are you here to save me?");
-#: npc/008-3-0/juliet.txt:598
-#: npc/008-3-0/juliet.txt~:598
+#: npc/008-3-0/juliet.txt:597
#, no-c-format
msgid "I heard some battle noises a few minutes ago. Are you here to save me?"
msgstr ""
@@ -15993,7 +14998,6 @@ msgid "I heard something too. A girl named Galimatia seems to need help. If only
msgstr ""
#. code: rif(getq(.quest_bow) == 2, l("I heard you aren't delivering any more living wood. Why not?")));
-#: npc/008-1/jack.txt~:277
#: npc/008-1/jack.txt:277
#, no-c-format
msgid "I heard you aren't delivering any more living wood. Why not?"
@@ -16018,9 +15022,6 @@ msgid "I hope Tanisha is not slacking off. I would hate having to go check on he
msgstr ""
#. code: l("I hope she is fine. It is so dangerous out there.");
-#: npc/009-2-8/cerhan.txt~:11
-#: npc/009-2-7/leofwin.txt~:11
-#: npc/020-1/martha.txt~:11
#: npc/020-1/martha.txt:11
#, no-c-format
msgid "I hope she is fine. It is so dangerous out there."
@@ -16034,7 +15035,6 @@ msgstr ""
#. code: l("I hope that my shield will serve you well!"));
#: npc/008-1/jack.txt:236
-#: npc/008-1/jack.txt~:236
#, no-c-format
msgid "I hope that my shield will serve you well!"
msgstr ""
@@ -16053,7 +15053,6 @@ msgstr ""
#. code: l("I hope you are satisfied with your forest bow."),
#: npc/008-2-6/alan.txt:252
-#: npc/008-2-6/alan.txt~:252
#, no-c-format
msgid "I hope you are satisfied with your forest bow."
msgstr ""
@@ -16065,7 +15064,7 @@ msgid "I hope you catch that naughty person!"
msgstr ""
#. code: mesq l("I hope you don't mind that we used your raft to build this ramp.");
-#: npc/000-1/lean.txt:19
+#: npc/000-1/lean.txt:20
#, no-c-format
msgid "I hope you don't mind that we used your raft to build this ramp."
msgstr ""
@@ -16078,34 +15077,31 @@ msgstr ""
#. code: l("I hope you like beer as much as I do, because, you see..."),
#: npc/008-2-4/bernard.txt:152
-#: npc/008-2-4/bernard.txt~:152
#, no-c-format
msgid "I hope you like beer as much as I do, because, you see..."
msgstr ""
#. code: l("I hope you like this color."),
#: npc/functions/barber.txt:201
-#: npc/functions/barber.txt~:198
-#: npc/001-2-41/edouard.txt:157
+#: npc/001-2-41/edouard.txt:151
#, no-c-format
msgid "I hope you like this color."
msgstr ""
#. code: l("I hope you still remember me."),
-#: npc/000-0-1/narrator.txt:87
+#: npc/000-0-1/narrator.txt:86
#, no-c-format
msgid "I hope you still remember me."
msgstr ""
#. code: mesq l("I hope...");
-#: npc/008-1/rossy.txt~:170
#: npc/008-1/rossy.txt:171
#, no-c-format
msgid "I hope..."
msgstr ""
#. code: l("I informed Julia about your monstrous plan.");
-#: npc/000-2-1/chefgado.txt:198
+#: npc/000-2-1/chefgado.txt:197
#, no-c-format
msgid "I informed Julia about your monstrous plan."
msgstr ""
@@ -16117,7 +15113,7 @@ msgid "I just can't remember what. But come talk to me later once devs becomes l
msgstr ""
#. code: l("I just dont know what to do. Perhaps all gets better when I stay here, whining and waiting. Please, leave me alone.");
-#: npc/008-1-1/galimatia.txt:107
+#: npc/008-1-1/galimatia.txt:89
#, no-c-format
msgid "I just dont know what to do. Perhaps all gets better when I stay here, whining and waiting. Please, leave me alone."
msgstr ""
@@ -16129,7 +15125,6 @@ msgid "I just love watching the ocean from up there."
msgstr ""
#. code: l("I just need %s E for material and work time.",
-#: npc/008-2-6/alan.txt~:130
#: npc/008-2-6/alan.txt:130
#, no-c-format
msgid "I just need %s E for material and work time."
@@ -16157,13 +15152,11 @@ msgstr ""
#. code: l("I kicked it. I yelled at it. (Bad mistake, I got some of that stinky stuff in my lungs.) I poked at it with my sword. I even tried to poke it in the eyes, but I couldn't get that close to its mouth – that was where most of the smell was coming from."),
#: npc/008-2-2/kfahr.txt:527
-#: npc/008-2-2/kfahr.txt~:527
#, no-c-format
msgid "I kicked it. I yelled at it. (Bad mistake, I got some of that stinky stuff in my lungs.) I poked at it with my sword. I even tried to poke it in the eyes, but I couldn't get that close to its mouth – that was where most of the smell was coming from."
msgstr ""
#. code: dispbottom l("I killed the Bandit Lord! ...Why I did that, again?");
-#: npc/008-3-5/lordcave.txt~:71
#: npc/008-3-5/lordcave.txt:72
#, no-c-format
msgid "I killed the Bandit Lord! ...Why I did that, again?"
@@ -16177,41 +15170,36 @@ 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/008-2-13/lena.txt:211
-#: npc/008-2-13/lena.txt~:211
#, 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."
msgstr ""
#. code: mesq l("I know that you are just starting to feel better, but I'd like to give you a special task.");
-#: npc/000-2-3/nard.txt:138
+#: npc/000-2-3/nard.txt:139
#, no-c-format
msgid "I know that you are just starting to feel better, but I'd like to give you a special task."
msgstr ""
#. code: l("I know the bow master wants some twigleaf wood, but I don't care."),
-#: npc/008-1/jack.txt~:87
#: npc/008-1/jack.txt:87
#, no-c-format
msgid "I know the bow master wants some twigleaf wood, but I don't care."
msgstr ""
#. code: mesq l("I know this won't be enough, but here is %d E to help you.", 50);
-#: npc/008-2-4/olana.txt~:246
#: npc/008-2-4/olana.txt:247
#, no-c-format
msgid "I know this won't be enough, but here is %d E to help you."
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/008-2-13/lena.txt~:227
#: npc/008-2-13/lena.txt:227
#, 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: l("I know you didn't kill them yourself!"),
-#: npc/008-1/hinnak.txt:112
-#: npc/008-1/hinnak.txt~:112
+#: npc/008-1/hinnak.txt:136
#, no-c-format
msgid "I know you didn't kill them yourself!"
msgstr ""
@@ -16248,27 +15236,16 @@ msgstr ""
#. code: l("I love this town! Hurnscaldian hospitality! Mrahahahah!"),
#: npc/008-2-2/kfahr.txt:226
-#: npc/008-2-2/kfahr.txt~:226
#, no-c-format
msgid "I love this town! Hurnscaldian hospitality! Mrahahahah!"
msgstr ""
-#. code: lg("I made a mistake, I would like to change my language."),
-#. code: lg("I made a mistake, I would like to change my language."), L_ChooseLang,
-#: npc/000-2-0/julia.txt~:221
-#: npc/000-2-0/julia.txt:221
+#. code: l("I made a mistake, I would like to change my language."), L_ChooseLang,
+#. code: l("I made a mistake, I would like to change my language."),
#: npc/001-2-21/julia.txt:24
-#, no-c-format
-msgid "I made a mistake, I would like to change my language.#0"
-msgstr ""
-
-#. code: lg("I made a mistake, I would like to change my language."),
-#. code: lg("I made a mistake, I would like to change my language."), L_ChooseLang,
-#: npc/000-2-0/julia.txt~:221
#: npc/000-2-0/julia.txt:221
-#: npc/001-2-21/julia.txt:24
#, no-c-format
-msgid "I made a mistake, I would like to change my language.#1"
+msgid "I made a mistake, I would like to change my language."
msgstr ""
#. code: l("I mean, I am very tired to move all of these books!");
@@ -16278,7 +15255,6 @@ msgid "I mean, I am very tired to move all of these books!"
msgstr ""
#. code: l("I mean, I do not receive any letter from her for a while, so I got worried."),
-#: npc/001-3-2/henry.txt~:279
#: npc/001-3-2/henry.txt:280
#, no-c-format
msgid "I mean, I do not receive any letter from her for a while, so I got worried."
@@ -16292,14 +15268,12 @@ msgstr ""
#. code: l("I mean, what's wrong with smuggling goods?! The town markets would have way less stuff otherwise. You can understand me, right? Don't answer."),
#: npc/001-3-2/henry.txt:52
-#: npc/001-3-2/henry.txt~:52
#, no-c-format
msgid "I mean, what's wrong with smuggling goods?! The town markets would have way less stuff otherwise. You can understand me, right? Don't answer."
msgstr ""
#. code: l("I mean, you forgot... Well."),
-#: npc/001-1/enora.txt~:215
-#: npc/001-1/enora.txt:215
+#: npc/001-1/enora.txt:216
#, no-c-format
msgid "I mean, you forgot... Well."
msgstr ""
@@ -16311,7 +15285,6 @@ msgid "I miss the good old days."
msgstr ""
#. code: mesq l("I moved to Tulimshar so my daughters – Rossy and Juliet – could learn magic, but we come back to Hurnscald on occasion.");
-#: npc/008-2-4/olana.txt~:100
#: npc/008-2-4/olana.txt:100
#, no-c-format
msgid "I moved to Tulimshar so my daughters – Rossy and Juliet – could learn magic, but we come back to Hurnscald on occasion."
@@ -16324,21 +15297,18 @@ msgid "I must admit you're right, but how come you..."
msgstr ""
#. code: mesq l("I must go now. I've already spent too much time here already.");
-#: npc/008-3-0/juliet.txt~:638
-#: npc/008-3-0/juliet.txt:638
+#: npc/008-3-0/juliet.txt:637
#, no-c-format
msgid "I must go now. I've already spent too much time here already."
msgstr ""
#. code: l("I must leave to get more.")))
#: npc/001-2-2/moon.txt:171
-#: npc/001-2-2/moon.txt~:170
#, no-c-format
msgid "I must leave to get more."
msgstr ""
#. code: l("I need %d %s for that.",
-#: npc/008-2-4/bernard.txt~:111
#: npc/008-2-4/bernard.txt:111
#, no-c-format
msgid "I need %d %s for that."
@@ -16352,14 +15322,12 @@ msgstr ""
#. code: l("I need a %s for my soup.", getitemlink(.first_item));
#: npc/008-2-4/bernard.txt:53
-#: npc/008-2-4/bernard.txt~:53
#, no-c-format
msgid "I need a %s for my soup."
msgstr ""
#. code: l("I need more Croc Claws."),
#: npc/001-2-2/moon.txt:23
-#: npc/001-2-2/moon.txt~:23
#, no-c-format
msgid "I need more Croc Claws."
msgstr ""
@@ -16371,8 +15339,7 @@ msgid "I need more information first."
msgstr ""
#. code: l("I need some %s.", getitemname(.@q2 == VEGAN ? MananaSandwich : PioulegSandwich));
-#: npc/008-2-16/yannika.txt:342
-#: npc/008-2-16/yannika.txt~:342
+#: npc/008-2-16/yannika.txt:343
#, no-c-format
msgid "I need some %s."
msgstr ""
@@ -16390,18 +15357,11 @@ msgstr ""
msgid "I need someone to clean the storage room..."
msgstr ""
-#. code: mesq lg("I need someone to help me clean the edge of the ship, but you aren't strong enough for now.");
-#: npc/001-2-22/peter.txt:93
-#: npc/000-2-1/peter.txt:93
-#, no-c-format
-msgid "I need someone to help me clean the edge of the ship, but you aren't strong enough for now.#0"
-msgstr ""
-
-#. code: mesq lg("I need someone to help me clean the edge of the ship, but you aren't strong enough for now.");
+#. code: mesq l("I need someone to help me clean the edge of the ship, but you aren't strong enough for now.");
#: npc/001-2-22/peter.txt:93
#: npc/000-2-1/peter.txt:93
#, no-c-format
-msgid "I need someone to help me clean the edge of the ship, but you aren't strong enough for now.#1"
+msgid "I need someone to help me clean the edge of the ship, but you aren't strong enough for now."
msgstr ""
#. code: mes l("I need to decide swiftly what I'll do with them before I'm caught.");
@@ -16428,25 +15388,8 @@ msgstr ""
msgid "I need to study more... But... I want to play! And I want to make figurines!"
msgstr ""
-#. code: lg("I need to think about it..."),
-#: npc/functions/resetstatus.txt~:67
-#: npc/functions/resetstatus.txt:67
-#: npc/001-1/rumly.txt:134
-#, no-c-format
-msgid "I need to think about it...#0"
-msgstr ""
-
-#. code: lg("I need to think about it..."),
-#: npc/functions/resetstatus.txt~:67
-#: npc/functions/resetstatus.txt:67
-#: npc/001-1/rumly.txt:134
-#, no-c-format
-msgid "I need to think about it...#1"
-msgstr ""
-
#. code: mesq l("I need you to get my luggage from the docks. Just show this paper to the sailor who's watching the luggage.");
#: npc/020-2-24/kylian.txt:59
-#: npc/020-2-24/kylian.txt~:59
#, no-c-format
msgid "I need you to get my luggage from the docks. Just show this paper to the sailor who's watching the luggage."
msgstr ""
@@ -16459,20 +15402,17 @@ msgstr ""
#. code: mesq l("I never knew you could fail THAT hard. I've took Saulc's Fertilizer's recipe, success chance is of 100% if you want to try again.");
#: npc/020-1/eomie.txt:133
-#: npc/020-1/eomie.txt~:132
#, no-c-format
msgid "I never knew you could fail THAT hard. I've took Saulc's Fertilizer's recipe, success chance is of 100% if you want to try again."
msgstr ""
#. code: l("I never told Arvek that it was his brew that killed it; he'd never have forgiven me."),
-#: npc/008-2-2/kfahr.txt~:352
#: npc/008-2-2/kfahr.txt:352
#, no-c-format
msgid "I never told Arvek that it was his brew that killed it; he'd never have forgiven me."
msgstr ""
#. code: l("I noticed that there were some holes in the walls of the wells, with hollow spaces on the sides... Hmm, that reminds me that I still have to check whether the rumors of a labyrinth underneath Tulimshar are true."),
-#: npc/008-2-2/kfahr.txt~:521
#: npc/008-2-2/kfahr.txt:521
#, no-c-format
msgid "I noticed that there were some holes in the walls of the wells, with hollow spaces on the sides... Hmm, that reminds me that I still have to check whether the rumors of a labyrinth underneath Tulimshar are true."
@@ -16486,79 +15426,66 @@ msgstr ""
#. code: l("I only just told you that story. Trust me, the others are worth hearing, too!");
#: npc/008-2-2/kfahr.txt:166
-#: npc/008-2-2/kfahr.txt~:166
#, no-c-format
msgid "I only just told you that story. Trust me, the others are worth hearing, too!"
msgstr ""
#. code: mesq l("I only need 2 @@, 2 @@s, 1 @@...", getitemlink(PiouLegs), getitemlink(HalfCroconut), getitemlink(Aquada));
-#: npc/000-2-1/chefgado.txt:161
#: npc/000-2-1/chefgado.txt:96
+#: npc/000-2-1/chefgado.txt:160
#, no-c-format
msgid "I only need 2 @@, 2 @@s, 1 @@..."
msgstr ""
-#. code: lg("I only remember I was rescued by you."), L_Story,
-#: npc/000-2-1/arpan.txt:109
-#, no-c-format
-msgid "I only remember I was rescued by you.#0"
-msgstr ""
-
-#. code: lg("I only remember I was rescued by you."), L_Story,
+#. code: l("I only remember I was rescued by you."), L_Story,
#: npc/000-2-1/arpan.txt:109
#, no-c-format
-msgid "I only remember I was rescued by you.#1"
+msgid "I only remember I was rescued by you."
msgstr ""
#. code: rif(islegacyaccount(), l("I only want to reach Artis, can we skip this?")), L_Skip,
-#: npc/000-2-3/nard.txt:64
+#: npc/000-2-3/nard.txt:65
#, no-c-format
msgid "I only want to reach Artis, can we skip this?"
msgstr ""
#. code: l("I presume you don't like roses, right?"),
-#: npc/008-1/rossy.txt~:323
#: npc/008-1/rossy.txt:324
#, no-c-format
msgid "I presume you don't like roses, right?"
msgstr ""
#. code: l("I probably should let you rest, it must have been tiring!"),
-#: npc/000-0-1/narrator.txt:101
+#: npc/000-0-1/narrator.txt:100
#, no-c-format
msgid "I probably should let you rest, it must have been tiring!"
msgstr ""
#. code: mesc l("I promised to bring him 6 %s, 6 %s, and a %s. I also promised clean up all monsters on the proximity and pay him 1000 E. I'll make the Grandmaster proud!", getitemlink(RoastedAcorn), getitemlink(Carrot), getitemlink(CarrotCake));
#: npc/020-1/hocus.txt:57
-#: npc/020-1/hocus.txt~:56
#, no-c-format
msgid "I promised to bring him 6 %s, 6 %s, and a %s. I also promised clean up all monsters on the proximity and pay him 1000 E. I'll make the Grandmaster proud!"
msgstr ""
#. code: l("I pulled George up – I didn't have the strength to speak, but walking seemed to work – and we slowly made our way over to it. We weren't thinking much, just trying to find some shade, so we climbed into that thing's ear."),
#: npc/008-2-2/kfahr.txt:445
-#: npc/008-2-2/kfahr.txt~:445
#, no-c-format
msgid "I pulled George up – I didn't have the strength to speak, but walking seemed to work – and we slowly made our way over to it. We weren't thinking much, just trying to find some shade, so we climbed into that thing's ear."
msgstr ""
#. code: l("I quickly put on my gloves again, because I don't want to touch that stuff with my bare skin. The beast is almost upon me, but I have only that one chance – so I squeeze the skin while sticking my thumb into the opening, until I can see the black of its nostrils..."),
#: npc/008-2-2/kfahr.txt:346
-#: npc/008-2-2/kfahr.txt~:346
#, no-c-format
msgid "I quickly put on my gloves again, because I don't want to touch that stuff with my bare skin. The beast is almost upon me, but I have only that one chance – so I squeeze the skin while sticking my thumb into the opening, until I can see the black of its nostrils..."
msgstr ""
#. code: l("I ran away as fast as I could, and lucky for me the monsters aren't that fast on their tiny root legs, Ha!"));
#: npc/008-1/jack.txt:80
-#: npc/008-1/jack.txt~:80
#, no-c-format
msgid "I ran away as fast as I could, and lucky for me the monsters aren't that fast on their tiny root legs, Ha!"
msgstr ""
#. code: l("I really don't have anything else I'd want to give away to make you stronger. Look around a bit yourself! You won't become a hero if you keep begging for help!");
-#: npc/008-2-2/kfahr.txt~:767
#: npc/008-2-2/kfahr.txt:767
#, no-c-format
msgid "I really don't have anything else I'd want to give away to make you stronger. Look around a bit yourself! You won't become a hero if you keep begging for help!"
@@ -16583,25 +15510,19 @@ msgid "I recommend that you train your agility a great deal, since most monsters
msgstr ""
#. code: l("I recommend you to take a nap on the inferior level, we will soon leave this place.");
-#: npc/000-2-3/nard.txt:288
+#: npc/000-2-3/nard.txt:289
#, no-c-format
msgid "I recommend you to take a nap on the inferior level, we will soon leave this place."
msgstr ""
-#. code: lg("I registered you on a random bed on the upper level."),
-#: npc/008-2-2/melania.txt:96
-#, no-c-format
-msgid "I registered you on a random bed on the upper level.#0"
-msgstr ""
-
-#. code: lg("I registered you on a random bed on the upper level."),
+#. code: l("I registered you on a random bed on the upper level."),
#: npc/008-2-2/melania.txt:96
#, no-c-format
-msgid "I registered you on a random bed on the upper level.#1"
+msgid "I registered you on a random bed on the upper level."
msgstr ""
#. code: l("I registered you on one of the rooms of the upper level."),
-#: npc/001-2-28/plush.txt~:34
+#: npc/001-2-28/plush.txt:34
#, no-c-format
msgid "I registered you on one of the rooms of the upper level."
msgstr ""
@@ -16631,7 +15552,6 @@ msgid "I robbed a nobleman, took a chest full of coins."
msgstr ""
#. code: l("I run the inn together with my beautiful wife Reid."),
-#: npc/009-1/hamond.txt~:10
#: npc/009-1/hamond.txt:10
#, no-c-format
msgid "I run the inn together with my beautiful wife Reid."
@@ -16643,6 +15563,12 @@ msgstr ""
msgid "I said %d %s; you should learn to count."
msgstr ""
+#. code: //if (isin("008-1-1", 112, 57, 114, 60)) { npctalkonce(l("I said on the field, not on me fool!!!")); return true; } // FIXME Fails since doesn't recognize NPC
+#: npc/008-1-1/galimatia.txt:21
+#, no-c-format
+msgid "I said on the field, not on me fool!!!"
+msgstr ""
+
#. code: l("I said... WHY DON'T YOU COME DOWN TO TALK?"), L_GoDown,
#: npc/000-1/darlin.txt:70
#, no-c-format
@@ -16651,7 +15577,6 @@ msgstr ""
#. code: l("I saw Rossy, she is fine."),
#: npc/008-2-4/olana.txt:141
-#: npc/008-2-4/olana.txt~:141
#, no-c-format
msgid "I saw Rossy, she is fine."
msgstr ""
@@ -16677,7 +15602,6 @@ msgstr ""
#. code: mesq l("I see you are helping the little girl, Rossy I believe? Her profesor, Mr. David, is on the west wing of the magic academy building.");
#: npc/020-1/hocus.txt:21
-#: npc/020-1/hocus.txt~:20
#, no-c-format
msgid "I see you are helping the little girl, Rossy I believe? Her profesor, Mr. David, is on the west wing of the magic academy building."
msgstr ""
@@ -16694,34 +15618,31 @@ msgstr ""
msgid "I see. Bye!"
msgstr ""
-#. code: mesq lg("I see. Warn the other sailors about this. But if she's part of the Legion of Aemil, then she's also our friend and ally.", "I see. Warn the other sailors about this. But if he's part of the Legion of Aemil, then he's also our friend and ally.");
+#. code: mesq l("I see. Warn the other sailors about this. But any member of the Legion of Aemil would be our friend and ally.");
#: npc/000-2-3/sailors.txt:21
#, no-c-format
-msgid "I see. Warn the other sailors about this. But if he's part of the Legion of Aemil, then he's also our friend and ally.#1"
-msgstr ""
-
-#. code: mesq lg("I see. Warn the other sailors about this. But if she's part of the Legion of Aemil, then she's also our friend and ally.", "I see. Warn the other sailors about this. But if he's part of the Legion of Aemil, then he's also our friend and ally.");
-#: npc/000-2-3/sailors.txt:21
-#, no-c-format
-msgid "I see. Warn the other sailors about this. But if she's part of the Legion of Aemil, then she's also our friend and ally.#0"
+msgid "I see. Warn the other sailors about this. But any member of the Legion of Aemil would be our friend and ally."
msgstr ""
#. code: l("I see... Ehm... I have to go..."),
#: npc/008-3-1/arkim.txt:24
-#: npc/008-3-1/arkim.txt~:24
#, no-c-format
msgid "I see... Ehm... I have to go..."
msgstr ""
+#. code: rif(.@knife < 2, l("I see... monsters? creatures? out there. What if I need to fight?")), L_Weapon,
+#: npc/000-1/lean.txt:29
+#, no-c-format
+msgid "I see... monsters? creatures? out there. What if I need to fight?"
+msgstr ""
+
#. code: l("I sent someone to kill me some maggots and they have yet to return."),
-#: npc/008-2-4/bernard.txt~:40
#: npc/008-2-4/bernard.txt:40
#, no-c-format
msgid "I sent someone to kill me some maggots and they have yet to return."
msgstr ""
#. code: mesq l("I shall not fail any further, I think my new formula is perfect! Here's the EXP, but I need material to use it!");
-#: npc/020-1/eomie.txt~:129
#: npc/020-1/eomie.txt:130
#, no-c-format
msgid "I shall not fail any further, I think my new formula is perfect! Here's the EXP, but I need material to use it!"
@@ -16734,7 +15655,6 @@ msgid "I should know, I've not been a member for a while, too. But then I joined
msgstr ""
#. code: l("I should put more effort into this."),
-#: npc/001-2-2/moon.txt~:145
#: npc/001-2-2/moon.txt:146
#, no-c-format
msgid "I should put more effort into this."
@@ -16747,8 +15667,7 @@ msgid "I should still be careful to don't get caught."
msgstr ""
#. code: l("I show her what the problem is, and she tells me to go inside and wait.");
-#: npc/008-1/hinnak.txt~:225
-#: npc/008-1/hinnak.txt:225
+#: npc/008-1/hinnak.txt:249
#, no-c-format
msgid "I show her what the problem is, and she tells me to go inside and wait."
msgstr ""
@@ -16761,26 +15680,23 @@ msgstr ""
#. code: l("I still do; it's my job."),
#: npc/008-1/jack.txt:85
-#: npc/008-1/jack.txt~:85
#, no-c-format
msgid "I still do; it's my job."
msgstr ""
#. code: mesc l("I still have Anwar's fertilizer with me.");
#: npc/020-1/eomie.txt:25
-#: npc/020-1/eomie.txt~:24
#, no-c-format
msgid "I still have Anwar's fertilizer with me."
msgstr ""
#. code: l("I stormed at it and before it could even blink, it had a huge load of bubbly soap water down its throat."),
#: npc/008-2-2/kfahr.txt:543
-#: npc/008-2-2/kfahr.txt~:543
#, no-c-format
msgid "I stormed at it and before it could even blink, it had a huge load of bubbly soap water down its throat."
msgstr ""
-#. code: mesq (.@ally ? l("I suppose I could. You helped me, after all.") : lg("Why should I help you, traitor?"));
+#. code: mesq (.@ally ? l("I suppose I could. You helped me, after all.") : l("Why should I help you, traitor?"));
#: npc/001-2-22/chefgado.txt:33
#, no-c-format
msgid "I suppose I could. You helped me, after all."
@@ -16799,33 +15715,18 @@ msgid "I think I am sick!"
msgstr ""
#. code: mesq l("I think I have an idea where Juliet might be. Come back in a few levels, and I will tell you if she is ok.");
-#: npc/008-1/rossy.txt~:362
-#: npc/008-1/rossy.txt~:59
-#: npc/008-1/rossy.txt:59
#: npc/008-1/rossy.txt:364
+#: npc/008-1/rossy.txt:59
#, no-c-format
msgid "I think I have an idea where Juliet might be. Come back in a few levels, and I will tell you if she is ok."
msgstr ""
#. code: mesq l("I think I have an idea where she might be. Come back in a few minutes, I will tell you if she is ok.");
#: npc/008-1/rossy.txt:61
-#: npc/008-1/rossy.txt~:61
#, no-c-format
msgid "I think I have an idea where she might be. Come back in a few minutes, I will tell you if she is ok."
msgstr ""
-#. code: rif(countitem(Plushroom) >= .@plush_count, lg("I think I have enough plushrooms on me.")),
-#: npc/001-1/rumly.txt:67
-#, no-c-format
-msgid "I think I have enough plushrooms on me.#0"
-msgstr ""
-
-#. code: rif(countitem(Plushroom) >= .@plush_count, lg("I think I have enough plushrooms on me.")),
-#: npc/001-1/rumly.txt:67
-#, no-c-format
-msgid "I think I have enough plushrooms on me.#1"
-msgstr ""
-
#. code: l("I think I should report you to the crew members."), -;
#: npc/000-2-1/alige.txt:135
#: npc/001-2-22/alige.txt:135
@@ -16843,30 +15744,16 @@ msgstr ""
#. code: mesq l("I think I'm done with that now. Do you have any questions?");
#: npc/000-2-0/julia.txt:280
-#: npc/000-2-0/julia.txt~:279
#, no-c-format
msgid "I think I'm done with that now. Do you have any questions?"
msgstr ""
#. code: l("I think I've talked 'nuff for now... but thanks for lis'ning!");
#: npc/008-2-2/kfahr.txt:174
-#: npc/008-2-2/kfahr.txt~:174
#, no-c-format
msgid "I think I've talked 'nuff for now... but thanks for lis'ning!"
msgstr ""
-#. code: mesq lg("I think he's from the East...");
-#: npc/000-0/sailors.txt:38
-#, no-c-format
-msgid "I think he's from the East...#0"
-msgstr ""
-
-#. code: mesq lg("I think he's from the East...");
-#: npc/000-0/sailors.txt:38
-#, no-c-format
-msgid "I think he's from the East...#1"
-msgstr ""
-
#. code: l("I think that I am now both..."),
#: npc/001-2-6/christopher.txt:14
#, no-c-format
@@ -16880,7 +15767,7 @@ msgid "I think that I'm still a bit sick."
msgstr ""
#. code: l("I think that I've seen this weakling wandering around the beach south from here this morning.");
-#: npc/001-1/salem.txt:138
+#: npc/001-1/salem.txt:151
#, no-c-format
msgid "I think that I've seen this weakling wandering around the beach south from here this morning."
msgstr ""
@@ -16892,7 +15779,6 @@ msgid "I think that my wine is of great quality! I'm on my second bottle and I a
msgstr ""
#. code: l("I think that we will stay in port for a great time."),
-#: npc/001-2-24/nard.txt~:45
#: npc/001-2-24/nard.txt:45
#, no-c-format
msgid "I think that we will stay in port for a great time."
@@ -16905,7 +15791,7 @@ msgid "I think that yeye's soon be done. Yeye'll soon have a full box of @@s!"
msgstr ""
#. code: l("I think that you already understood, you are asleep."),
-#: npc/000-0-1/narrator.txt:51
+#: npc/000-0-1/narrator.txt:50
#, no-c-format
msgid "I think that you already understood, you are asleep."
msgstr ""
@@ -16924,7 +15810,6 @@ msgstr ""
#. code: l("I took my axe and attacked the beast!"),
#: npc/008-1/jack.txt:63
-#: npc/008-1/jack.txt~:63
#, no-c-format
msgid "I took my axe and attacked the beast!"
msgstr ""
@@ -16949,7 +15834,6 @@ msgstr ""
#. code: l("I used a card to improve my clothes."),
#: npc/001-2-27/kaylo.txt:22
-#: npc/001-2-27/kaylo.txt~:22
#, no-c-format
msgid "I used a card to improve my clothes."
msgstr ""
@@ -16962,7 +15846,6 @@ msgstr ""
#. code: l("I used to get these logs from Jack, the handsome lumberjack."),
#: npc/008-2-6/alan.txt:59
-#: npc/008-2-6/alan.txt~:59
#, no-c-format
msgid "I used to get these logs from Jack, the handsome lumberjack."
msgstr ""
@@ -16974,7 +15857,6 @@ msgid "I usually would not care, but it is not every day a complete stranger arr
msgstr ""
#. code: l("I value my life, that's why!"));
-#: npc/008-1/jack.txt~:32
#: npc/008-1/jack.txt:32
#, no-c-format
msgid "I value my life, that's why!"
@@ -17002,8 +15884,8 @@ msgstr ""
msgid "I want %d"
msgstr ""
-#. code: l("I want the %s!", getitemname(.QUESTPRIZES[0])),
-#: npc/008-1-1/galimatia.txt:284
+#. code: l("I want the %s!", getitemname(.QUESTPRIZES[0])),
+#: npc/008-1-1/galimatia.txt:257
#, no-c-format
msgid "I want the %s!"
msgstr ""
@@ -17016,7 +15898,6 @@ msgstr ""
#. code: l("I want to become as powerful as you!"),
#: npc/008-2-2/kfahr.txt:130
-#: npc/008-2-2/kfahr.txt~:130
#, no-c-format
msgid "I want to become as powerful as you!"
msgstr ""
@@ -17029,7 +15910,6 @@ msgstr ""
#. code: l("I want to get in there, so please do me a favor, and repair the gate. Don't try to go inside yourself, you'll be caught."),
#: npc/001-3-2/henry.txt:192
-#: npc/001-3-2/henry.txt~:192
#, no-c-format
msgid "I want to get in there, so please do me a favor, and repair the gate. Don't try to go inside yourself, you'll be caught."
msgstr ""
@@ -17048,7 +15928,6 @@ msgstr ""
#. code: l("I wanted to give you the %d sandwiches you asked.", .amount);
#: npc/009-2-3/chef.txt:63
-#: npc/009-2-3/chef.txt~:63
#, no-c-format
msgid "I wanted to give you the %d sandwiches you asked."
msgstr ""
@@ -17072,7 +15951,6 @@ msgid "I was an archer of the Legion and shouldn't be scared of a few maggots, b
msgstr ""
#. code: l("I was being foolish, of course. You should never give up, no matter how hopeless the situation may seem. Anyway, I finally did decide to get up on my knees and look around again..."),
-#: npc/008-2-2/kfahr.txt~:443
#: npc/008-2-2/kfahr.txt:443
#, no-c-format
msgid "I was being foolish, of course. You should never give up, no matter how hopeless the situation may seem. Anyway, I finally did decide to get up on my knees and look around again..."
@@ -17086,13 +15964,11 @@ msgstr ""
#. code: l("I was in no shape to fight again!"),
#: npc/008-1/jack.txt:79
-#: npc/008-1/jack.txt~:79
#, no-c-format
msgid "I was in no shape to fight again!"
msgstr ""
#. code: l("I was just chopping away with my axe, and guess what happened?"),
-#: npc/008-1/jack.txt~:39
#: npc/008-1/jack.txt:39
#, no-c-format
msgid "I was just chopping away with my axe, and guess what happened?"
@@ -17105,7 +15981,6 @@ msgid "I was just having a nap, now WildX summons me to stand here! What a crap.
msgstr ""
#. code: l("I was just having a nap, now the port authority summons me to stand here! I hate this job."),
-#: npc/020-1/adrian.txt~:13
#: npc/020-1/adrian.txt:13
#, no-c-format
msgid "I was just having a nap, now the port authority summons me to stand here! I hate this job."
@@ -17113,14 +15988,12 @@ msgstr ""
#. code: l("I was out of soap, but the beast didn't know that – so I quickly grabbed another bucket and charged it again."),
#: npc/008-2-2/kfahr.txt:546
-#: npc/008-2-2/kfahr.txt~:546
#, no-c-format
msgid "I was out of soap, but the beast didn't know that – so I quickly grabbed another bucket and charged it again."
msgstr ""
#. code: mesq l("I was sent here with a task. I can give you a perfect, wonderful, magnificent, superbly well shaped... Cookie!");
-#: npc/001-1/cookiemaster.txt:164
-#: npc/001-1/cookiemaster.txt~:164
+#: npc/001-1/cookiemaster.txt:163
#, no-c-format
msgid "I was sent here with a task. I can give you a perfect, wonderful, magnificent, superbly well shaped... Cookie!"
msgstr ""
@@ -17132,11 +16005,9 @@ msgid "I was so excited, I wanted to try it as soon as possible."
msgstr ""
#. code: l("I was supposed to act as storagekeeper, but I forgot my key."),
-#: npc/009-2-7/jpmorbid.txt~:12
-#: npc/009-2-6/jpmorbid.txt:11
-#: npc/009-2-6/jpmorbid.txt~:11
-#: npc/020-2-9/hydusun.txt:12
#: npc/008-2-1/richard.txt:12
+#: npc/020-2-9/hydusun.txt:12
+#: npc/009-2-6/jpmorbid.txt:11
#, no-c-format
msgid "I was supposed to act as storagekeeper, but I forgot my key."
msgstr ""
@@ -17154,7 +16025,6 @@ msgid "I will close an eye for once, but only because it's your first time askin
msgstr ""
#. code: l("I will do it, don't worry."),
-#: npc/020-1/joaquim.txt~:118
#: npc/020-1/joaquim.txt:118
#, no-c-format
msgid "I will do it, don't worry."
@@ -17167,14 +16037,12 @@ msgid "I will find him, don't worry!"
msgstr ""
#. code: l("I will give her the tulips when I see her.");
-#: npc/008-2-4/olana.txt~:276
#: npc/008-2-4/olana.txt:277
#, no-c-format
msgid "I will give her the tulips when I see her."
msgstr ""
#. code: mesq l("I will give you 3 @@. Use them on this fight, or you're doomed to fail.", getitemlink(PiberriesInfusion));
-#: npc/008-3-5/bryant.txt~:34
#: npc/008-3-5/bryant.txt:36
#, no-c-format
msgid "I will give you 3 @@. Use them on this fight, or you're doomed to fail."
@@ -17187,14 +16055,12 @@ msgid "I will give you my pocket money if you do."
msgstr ""
#. code: l("I will improve, promised. Come to the Academy! Come to Oasis!");
-#: npc/020-1/itka.txt~:11
#: npc/020-1/itka.txt:11
#, no-c-format
msgid "I will improve, promised. Come to the Academy! Come to Oasis!"
msgstr ""
#. code: l("I will inform you when I have more information about the bandits.");
-#: npc/008-2-13/lena.txt~:79
#: npc/008-2-13/lena.txt:79
#, no-c-format
msgid "I will inform you when I have more information about the bandits."
@@ -17225,24 +16091,15 @@ msgid "I will place some dummies in the fighting arena. @@ waves of dummies, kil
msgstr ""
#. code: mesq l("I will reward whoever kills the current bandit leader, of course.");
-#: npc/008-2-13/lena.txt~:158
#: npc/008-2-13/lena.txt:158
#, no-c-format
msgid "I will reward whoever kills the current bandit leader, of course."
msgstr ""
-#. code: lg("I will sell some when you return a bit later."),
-#: npc/008-2-7/wyara.txt~:11
+#. code: l("I will sell some when you return a bit later."),
#: npc/008-2-7/wyara.txt:11
#, no-c-format
-msgid "I will sell some when you return a bit later.#0"
-msgstr ""
-
-#. code: lg("I will sell some when you return a bit later."),
-#: npc/008-2-7/wyara.txt~:11
-#: npc/008-2-7/wyara.txt:11
-#, no-c-format
-msgid "I will sell some when you return a bit later.#1"
+msgid "I will sell some when you return a bit later."
msgstr ""
#. code: mes l("I will send you this letter as soon as I arrive.");
@@ -17270,7 +16127,7 @@ msgid "I will take care of the other ones don't worry."
msgstr ""
#. code: l("I will take it! Thank you captain!");
-#: npc/000-2-3/nard.txt:214
+#: npc/000-2-3/nard.txt:215
#, no-c-format
msgid "I will take it! Thank you captain!"
msgstr ""
@@ -17313,21 +16170,18 @@ msgid "I will."
msgstr ""
#. code: l("I wish I could remember something..."),
-#: npc/001-1/enora.txt:391
-#: npc/001-1/enora.txt~:391
+#: npc/001-1/enora.txt:416
#, no-c-format
msgid "I wish I could remember something..."
msgstr ""
#. code: l("I wish I helped your friends, because I'd really, really like a cookie."), -,
-#: npc/001-1/cookiemaster.txt:149
-#: npc/001-1/cookiemaster.txt~:149
+#: npc/001-1/cookiemaster.txt:148
#, no-c-format
msgid "I wish I helped your friends, because I'd really, really like a cookie."
msgstr ""
#. code: mesq l("I wish to take a nap now, so please do not disturb me.");
-#: npc/020-2-24/kylian.txt~:32
#: npc/020-2-24/kylian.txt:32
#, no-c-format
msgid "I wish to take a nap now, so please do not disturb me."
@@ -17346,44 +16200,25 @@ msgid "I wish you a good time in town."
msgstr ""
#. code: l("I won't forget it, I swear on my precious plushrooms!"),
-#: npc/001-1/rumly.txt:59
+#: npc/001-1/rumly.txt:60
#, no-c-format
msgid "I won't forget it, I swear on my precious plushrooms!"
msgstr ""
#. code: l("I won't go there ever again."));
#: npc/008-1/jack.txt:90
-#: npc/008-1/jack.txt~:90
#, no-c-format
msgid "I won't go there ever again."
msgstr ""
-#. code: lg("I won't need it, thank you.")))
-#: npc/functions/resetstatus.txt~:68
-#: npc/functions/resetstatus.txt:68
-#: npc/001-1/rumly.txt:135
-#, no-c-format
-msgid "I won't need it, thank you.#0"
-msgstr ""
-
-#. code: lg("I won't need it, thank you.")))
-#: npc/functions/resetstatus.txt~:68
-#: npc/functions/resetstatus.txt:68
-#: npc/001-1/rumly.txt:135
-#, no-c-format
-msgid "I won't need it, thank you.#1"
-msgstr ""
-
#. code: l("I won't risk MY life for a few gold pieces!"),
#: npc/008-1/jack.txt:88
-#: npc/008-1/jack.txt~:88
#, no-c-format
msgid "I won't risk MY life for a few gold pieces!"
msgstr ""
#. code: selectd(l("I won't. I promise."));
#: npc/008-1/jack.txt:51
-#: npc/008-1/jack.txt~:51
#, no-c-format
msgid "I won't. I promise."
msgstr ""
@@ -17407,7 +16242,6 @@ msgid "I wonder what sort of sea disaster could have destroyed them so badly. Bu
msgstr ""
#. code: l("I wonder what took him so long?");
-#: npc/008-2-4/bernard.txt~:160
#: npc/008-2-4/bernard.txt:160
#, no-c-format
msgid "I wonder what took him so long?"
@@ -17433,28 +16267,24 @@ msgstr ""
#. code: l("I would gladly aid you to get rid of that scourge."),
#: npc/008-2-13/lena.txt:160
-#: npc/008-2-13/lena.txt~:160
#, no-c-format
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/008-2-13/lena.txt:218
-#: npc/008-2-13/lena.txt~:218
#, no-c-format
msgid "I would gladly give my life for such noble goal."
msgstr ""
#. code: l("I would go myself, but for some reason I'm a non-walking NPC."));
#: npc/008-2-1/inspector.txt:46
-#: npc/008-2-1/inspector.txt~:46
#, no-c-format
msgid "I would go myself, but for some reason I'm a non-walking NPC."
msgstr ""
#. code: l("I would go myself, but the developers were too lazy to make me walk."),
#: npc/008-2-1/inspector.txt:129
-#: npc/008-2-1/inspector.txt~:129
#, no-c-format
msgid "I would go myself, but the developers were too lazy to make me walk."
msgstr ""
@@ -17499,28 +16329,24 @@ msgstr ""
#: npc/020-2-9/hydusun.txt:24
#: npc/012-2-3/cynric.txt:16
#: npc/009-2-6/jpmorbid.txt:23
-#: npc/009-2-7/jpmorbid.txt~:24
#: npc/008-2-1/richard.txt:24
#: npc/001-2-19/lloyd.txt:185
-#: npc/009-2-6/jpmorbid.txt~:23
#, no-c-format
msgid "I would like to perform money transactions."
msgstr ""
#. code: l("I would like to stay here a bit more.")))
-#: npc/000-2-3/nard.txt:299
+#: npc/000-2-3/nard.txt:300
#, no-c-format
msgid "I would like to stay here a bit more."
msgstr ""
#. code: l("I would like to store some items."),
-#: npc/012-2-3/cynric.txt:15
-#: npc/020-2-9/hydusun.txt:23
+#: npc/008-2-1/richard.txt:23
#: npc/009-2-6/jpmorbid.txt:22
#: npc/001-2-19/lloyd.txt:184
-#: npc/008-2-1/richard.txt:23
-#: npc/009-2-7/jpmorbid.txt~:23
-#: npc/009-2-6/jpmorbid.txt~:22
+#: npc/012-2-3/cynric.txt:15
+#: npc/020-2-9/hydusun.txt:23
#, no-c-format
msgid "I would like to store some items."
msgstr ""
@@ -17538,7 +16364,6 @@ msgid "I would like to train the bow first."
msgstr ""
#. code: l("I would like you to check how she is doing. You know, the Brotherhood could have got her and she is in need of rescue, or something else.");
-#: npc/001-3-2/henry.txt~:280
#: npc/001-3-2/henry.txt:281
#, no-c-format
msgid "I would like you to check how she is doing. You know, the Brotherhood could have got her and she is in need of rescue, or something else."
@@ -17575,14 +16400,13 @@ msgid "I'M CALLED, @@!"
msgstr ""
#. code: l("I'd been trying to break it up for a while, but that kind of work is a pain."),
-#: npc/008-1/hinnak.txt~:217
-#: npc/008-1/hinnak.txt:217
+#: npc/008-1/hinnak.txt:241
#, no-c-format
msgid "I'd been trying to break it up for a while, but that kind of work is a pain."
msgstr ""
#. code: rif(.@q != 0, l("I'd like to buy a piou.")),
-#: npc/001-1/salem.txt:113
+#: npc/001-1/salem.txt:126
#, no-c-format
msgid "I'd like to buy a piou."
msgstr ""
@@ -17595,15 +16419,13 @@ msgid "I'd like to catch one of them, but they fly away when I try."
msgstr ""
#. code: l("I'd like to get a different style."),
-#: npc/001-2-41/edouard.txt:137
#: npc/functions/barber.txt:182
-#: npc/functions/barber.txt~:179
+#: npc/001-2-41/edouard.txt:131
#, no-c-format
msgid "I'd like to get a different style."
msgstr ""
#. code: l("I'd like you to ask the villagers about the recent string of robberies."));
-#: npc/008-2-1/inspector.txt~:55
#: npc/008-2-1/inspector.txt:55
#, no-c-format
msgid "I'd like you to ask the villagers about the recent string of robberies."
@@ -17611,14 +16433,12 @@ msgstr ""
#. code: l("I'd love one!"), -,
#: npc/001-1/cookiemaster.txt:35
-#: npc/001-1/cookiemaster.txt~:35
#, no-c-format
msgid "I'd love one!"
msgstr ""
#. code: mesq l("I'll also be needing the usual sandwich stuff: Bread, Lettuce and Cheese.");
-#: npc/008-2-16/yannika.txt:287
-#: npc/008-2-16/yannika.txt~:287
+#: npc/008-2-16/yannika.txt:288
#, no-c-format
msgid "I'll also be needing the usual sandwich stuff: Bread, Lettuce and Cheese."
msgstr ""
@@ -17636,7 +16456,6 @@ msgid "I'll be back in no time."
msgstr ""
#. code: l("I'll be back later with all ingredients."),
-#: npc/020-1/joaquim.txt~:139
#: npc/020-1/joaquim.txt:139
#, no-c-format
msgid "I'll be back later with all ingredients."
@@ -17649,63 +16468,55 @@ msgid "I'll be back to the port, so see you later!"
msgstr ""
#. code: mesq l("I'll be fine, but thanks for the concern.");
-#: npc/008-3-0/juliet.txt:625
-#: npc/008-3-0/juliet.txt~:625
+#: npc/008-3-0/juliet.txt:624
#, no-c-format
msgid "I'll be fine, but thanks for the concern."
msgstr ""
-#. code: lg("I'll be here, come back when you'll be ready.");
-#: npc/001-1/chelios.txt:72
-#: npc/001-1/chelios.txt~:72
-#, no-c-format
-msgid "I'll be here, come back when you'll be ready.#0"
-msgstr ""
-
-#. code: lg("I'll be here, come back when you'll be ready.");
+#. code: l("I'll be here, come back when you'll be ready.");
#: npc/001-1/chelios.txt:72
-#: npc/001-1/chelios.txt~:72
#, no-c-format
-msgid "I'll be here, come back when you'll be ready.#1"
+msgid "I'll be here, come back when you'll be ready."
msgstr ""
#. code: l("I'll be waiting for you, then!");
#: npc/008-2-16/yannika.txt:86
-#: npc/008-2-16/yannika.txt~:86
#, no-c-format
msgid "I'll be waiting for you, then!"
msgstr ""
#. code: mesq l("I'll be waiting your return!");
-#: npc/008-2-16/yannika.txt~:336
-#: npc/008-2-16/yannika.txt:336
+#: npc/008-2-16/yannika.txt:337
#, no-c-format
msgid "I'll be waiting your return!"
msgstr ""
#. code: mesq l("I'll be waiting your return.");
-#: npc/020-2-24/kylian.txt~:64
#: npc/020-2-24/kylian.txt:64
#, no-c-format
msgid "I'll be waiting your return."
msgstr ""
+#. code: mesq l("I'll bring everything that is needed, don't worry.");
+#: npc/000-0-0/sailors.txt:58
+#, no-c-format
+msgid "I'll bring everything that is needed, don't worry."
+msgstr ""
+
#. code: mesq l("I'll bring you 6 %s, 6 %s, and a %s just wait here. I'll also clean up all monsters on the proximity and pay you 1000 E. Wait for my return, Grandmaster!", getitemlink(RoastedAcorn), getitemlink(Carrot), getitemlink(CarrotCake));
#: npc/020-1/hocus.txt:48
-#: npc/020-1/hocus.txt~:47
#, no-c-format
msgid "I'll bring you 6 %s, 6 %s, and a %s just wait here. I'll also clean up all monsters on the proximity and pay you 1000 E. Wait for my return, Grandmaster!"
msgstr ""
#. code: l("I'll come back later."));
#: npc/008-1/jack.txt:192
-#: npc/008-1/jack.txt~:192
#, no-c-format
msgid "I'll come back later."
msgstr ""
#. code: mesc l("I'll draw a card now!");
-#: npc/functions/casino.txt:177
+#: npc/functions/casino.txt:180
#, no-c-format
msgid "I'll draw a card now!"
msgstr ""
@@ -17717,18 +16528,6 @@ msgstr ""
msgid "I'll get moving, sorry!"
msgstr ""
-#. code: mesq lg("I'll give her everything she needs, don't worry.", "I'll give him everything he needs, don't worry.");
-#: npc/000-0-0/sailors.txt:58
-#, no-c-format
-msgid "I'll give her everything she needs, don't worry.#0"
-msgstr ""
-
-#. code: mesq lg("I'll give her everything she needs, don't worry.", "I'll give him everything he needs, don't worry.");
-#: npc/000-0-0/sailors.txt:58
-#, no-c-format
-msgid "I'll give him everything he needs, don't worry.#1"
-msgstr ""
-
#. code: mes l("I'll give you @@ GP for this job.", 1500);
#. code: mes l("I'll give you @@ GP for this job.", 1000);
#. code: mes l("I'll give you @@ GP for this job.", 750);
@@ -17747,20 +16546,18 @@ msgstr ""
#. code: l("I'll give you something if you do.");
#: npc/008-2-4/bernard.txt:59
-#: npc/008-2-4/bernard.txt~:59
#, no-c-format
msgid "I'll give you something if you do."
msgstr ""
#. code: l("I'll give you something... useful... If you want to pursue in being a thief. I'll even put a good word about you... If you manage to find our headquarters somewhere in the world, that is!");
-#: npc/001-3-2/henry.txt~:254
#: npc/001-3-2/henry.txt:255
#, no-c-format
msgid "I'll give you something... useful... If you want to pursue in being a thief. I'll even put a good word about you... If you manage to find our headquarters somewhere in the world, that is!"
msgstr ""
#. code: l("I'll go plant them. Now go, maybe I need your help again later.");
-#: npc/008-1-1/galimatia.txt:259
+#: npc/008-1-1/galimatia.txt:232
#, no-c-format
msgid "I'll go plant them. Now go, maybe I need your help again later."
msgstr ""
@@ -17774,13 +16571,11 @@ msgstr ""
#. code: mesq l("I'll keep my end of the bargain. The Hand- I mean, we pirates will bring you to the Argaes region.");
#: npc/001-3-2/henry.txt:123
-#: npc/001-3-2/henry.txt~:123
#, no-c-format
msgid "I'll keep my end of the bargain. The Hand- I mean, we pirates will bring you to the Argaes region."
msgstr ""
#. code: l("I'll keep that in mind."),
-#: npc/008-1/jack.txt~:275
#: npc/008-1/jack.txt:275
#, no-c-format
msgid "I'll keep that in mind."
@@ -17788,13 +16583,11 @@ msgstr ""
#. code: l("I'll keep track of this, while you return the mask to the troupe."),
#: npc/008-2-1/inspector.txt:128
-#: npc/008-2-1/inspector.txt~:128
#, no-c-format
msgid "I'll keep track of this, while you return the mask to the troupe."
msgstr ""
#. code: mesq l("I'll now book you a room on the Inn.");
-#: npc/008-2-4/olana.txt~:169
#: npc/008-2-4/olana.txt:169
#, no-c-format
msgid "I'll now book you a room on the Inn."
@@ -17809,7 +16602,6 @@ msgid "I'll put the %s recipe on your %s. Thanks, you saved my day!"
msgstr ""
#. code: l("I'll see what I can do.");
-#: npc/020-2-24/kylian.txt~:111
#: npc/020-2-24/kylian.txt:111
#, no-c-format
msgid "I'll see what I can do."
@@ -17829,14 +16621,12 @@ msgid "I'll start with the sword."
msgstr ""
#. code: l("I'll wait for you here.");
-#: npc/008-1/mikhail.txt~:50
#: npc/008-1/mikhail.txt:50
#, no-c-format
msgid "I'll wait for you here."
msgstr ""
#. code: l("I'll wait until you do.");
-#: npc/008-2-4/bernard.txt~:80
#: npc/008-2-4/bernard.txt:80
#, no-c-format
msgid "I'll wait until you do."
@@ -17849,7 +16639,7 @@ msgid "I'm a Sergeant. I could teach you a lesson or two if it wasn't for my leg
msgstr ""
#. code: l("I'm a barber, you see. I can change your hairstyle or hair color to your current taste.");
-#: npc/001-2-41/edouard.txt:106
+#: npc/001-2-41/edouard.txt:100
#, no-c-format
msgid "I'm a barber, you see. I can change your hairstyle or hair color to your current taste."
msgstr ""
@@ -17860,21 +16650,14 @@ msgstr ""
msgid "I'm a bit lost in this game, can you first give me few tips?"
msgstr ""
-#. code: lg("I'm a bit sick..."), -;
-#: npc/000-2-3/nard.txt:66
-#, no-c-format
-msgid "I'm a bit sick...#0"
-msgstr ""
-
-#. code: lg("I'm a bit sick..."), -;
-#: npc/000-2-3/nard.txt:66
+#. code: l("I'm a bit sick..."), -;
+#: npc/000-2-3/nard.txt:67
#, no-c-format
-msgid "I'm a bit sick...#1"
+msgid "I'm a bit sick..."
msgstr ""
#. code: l("I'm a great adventurer! I don't do petty errands."),
#: npc/020-2-24/kylian.txt:51
-#: npc/020-2-24/kylian.txt~:51
#, no-c-format
msgid "I'm a great adventurer! I don't do petty errands."
msgstr ""
@@ -17888,14 +16671,12 @@ msgid "I'm a little busy right now."
msgstr ""
#. code: l("I'm a melee warrior, I don't need bows."),
-#: npc/008-1/jack.txt~:155
#: npc/008-1/jack.txt:155
#, no-c-format
msgid "I'm a melee warrior, I don't need bows."
msgstr ""
#. code: mesq l("I'm a merchant and came to Tulimshar because I'm thinking about establishing a shop here.");
-#: npc/020-2-24/kylian.txt~:102
#: npc/020-2-24/kylian.txt:102
#, no-c-format
msgid "I'm a merchant and came to Tulimshar because I'm thinking about establishing a shop here."
@@ -17931,21 +16712,14 @@ msgstr ""
msgid "I'm an expert blacksmith."
msgstr ""
-#. code: rif(.@legion_progress == 4, lg("I'm back from battle!")),
+#. code: rif(.@legion_progress == 4, l("I'm back from battle!")),
#: npc/001-2-33/lozerk.txt:157
#, no-c-format
-msgid "I'm back from battle!#0"
-msgstr ""
-
-#. code: rif(.@legion_progress == 4, lg("I'm back from battle!")),
-#: npc/001-2-33/lozerk.txt:157
-#, no-c-format
-msgid "I'm back from battle!#1"
+msgid "I'm back from battle!"
msgstr ""
#. code: l("I'm barely in when it starts raining outside, pouring cats and mouboos!"),
-#: npc/008-1/hinnak.txt~:232
-#: npc/008-1/hinnak.txt:232
+#: npc/008-1/hinnak.txt:256
#, no-c-format
msgid "I'm barely in when it starts raining outside, pouring cats and mouboos!"
msgstr ""
@@ -17954,9 +16728,6 @@ msgstr ""
#: npc/008-1/rossy.txt:88
#: npc/008-1/rossy.txt:180
#: npc/008-1/rossy.txt:339
-#: npc/008-1/rossy.txt~:179
-#: npc/008-1/rossy.txt~:88
-#: npc/008-1/rossy.txt~:338
#, no-c-format
msgid "I'm being lazy right now, so please %s"
msgstr ""
@@ -17968,7 +16739,6 @@ msgid "I'm busy, leave me alone."
msgstr ""
#. code: l("I'm busy, sorry.");
-#: npc/020-1/anwar.txt~:33
#: npc/020-1/anwar.txt:33
#, no-c-format
msgid "I'm busy, sorry."
@@ -17981,16 +16751,10 @@ msgstr ""
msgid "I'm counting on you!"
msgstr ""
-#. code: rif(.@legion_progress == 2, lg("I'm done with my training.")),
+#. code: rif(.@legion_progress == 2, l("I'm done with my training.")),
#: npc/001-2-33/lozerk.txt:156
#, no-c-format
-msgid "I'm done with my training.#0"
-msgstr ""
-
-#. code: rif(.@legion_progress == 2, lg("I'm done with my training.")),
-#: npc/001-2-33/lozerk.txt:156
-#, no-c-format
-msgid "I'm done with my training.#1"
+msgid "I'm done with my training."
msgstr ""
#. code: dispbottom l("I'm done with this.");
@@ -18001,7 +16765,6 @@ msgstr ""
#. code: mesq l("I'm done! Thanks for the help. It is just the shade of blue I wanted.");
#: npc/008-1/rossy.txt:231
-#: npc/008-1/rossy.txt~:230
#, no-c-format
msgid "I'm done! Thanks for the help. It is just the shade of blue I wanted."
msgstr ""
@@ -18013,7 +16776,6 @@ msgid "I'm done."
msgstr ""
#. code: l("I'm enjoying myself, thanks for asking.");
-#: npc/009-2-4/golbenez.txt~:27
#: npc/009-2-4/golbenez.txt:32
#, no-c-format
msgid "I'm enjoying myself, thanks for asking."
@@ -18024,53 +16786,38 @@ msgstr ""
#. code: l("I'm fine for now, thank you.");
#: npc/functions/barber.txt:88
#: npc/functions/barber.txt:47
-#: npc/functions/barber.txt~:47
-#: npc/functions/barber.txt~:88
-#: npc/functions/barber.txt~:182
-#: npc/001-2-41/edouard.txt:141
#: npc/functions/barber.txt:185
+#: npc/001-2-41/edouard.txt:135
#, no-c-format
msgid "I'm fine for now, thank you."
msgstr ""
#. code: l("I'm fine, thanks."),
#: npc/008-2-7/wyara.txt:15
-#: npc/008-2-7/wyara.txt~:15
#, no-c-format
msgid "I'm fine, thanks."
msgstr ""
#. code: mesq l("I'm from Esperia.");
#: npc/008-2-32/thamas.txt:51
-#: npc/008-2-32/thamas.txt~:51
#, no-c-format
msgid "I'm from Esperia."
msgstr ""
-#. code: mesq lg("I'm glad to see you're okay.");
+#. code: mesq l("I'm glad to see you're okay.");
#: npc/000-2-0/julia.txt:262
-#: npc/000-2-0/julia.txt~:262
#, no-c-format
-msgid "I'm glad to see you're okay.#0"
-msgstr ""
-
-#. code: mesq lg("I'm glad to see you're okay.");
-#: npc/000-2-0/julia.txt:262
-#: npc/000-2-0/julia.txt~:262
-#, no-c-format
-msgid "I'm glad to see you're okay.#1"
+msgid "I'm glad to see you're okay."
msgstr ""
#. code: mesq l("I'm glad you're on my side.");
#: npc/000-2-0/julia.txt:93
-#: npc/000-2-0/julia.txt~:93
#, no-c-format
msgid "I'm glad you're on my side."
msgstr ""
#. code: l("I'm going, don't worry."),
#: npc/008-3-5/bryant.txt:46
-#: npc/008-3-5/bryant.txt~:44
#, no-c-format
msgid "I'm going, don't worry."
msgstr ""
@@ -18083,7 +16830,6 @@ msgstr ""
#. code: mesq l("I'm looking everywhere for the bandit leader. I can't seem to find him. So I stopped here to rest a bit.");
#: npc/008-3-5/bryant.txt:19
-#: npc/008-3-5/bryant.txt~:17
#, no-c-format
msgid "I'm looking everywhere for the bandit leader. I can't seem to find him. So I stopped here to rest a bit."
msgstr ""
@@ -18101,7 +16847,7 @@ msgid "I'm looking for some black iron ingots."
msgstr ""
#. code: rif(.@fexil == 1, l("I'm looking for somebody named Fexil.")),
-#: npc/001-1/salem.txt:114
+#: npc/001-1/salem.txt:127
#, no-c-format
msgid "I'm looking for somebody named Fexil."
msgstr ""
@@ -18121,26 +16867,10 @@ msgstr ""
#. code: rif(.@q > 0, l("I'm lost, where should I go?")), L_Lost;
#. code: rif(.@q == 0, l("I'm lost, where should I go?")), L_Lost,
-#: npc/001-2-24/nard.txt~:41
-#: npc/001-2-24/nard.txt~:38
-#, no-c-format
-msgid "I'm lost, where should I go?"
-msgstr ""
-
-#. code: rif(.@q > 0, lg("I'm lost, where should I go?")), L_Lost;
-#. code: rif(.@q == 0, lg("I'm lost, where should I go?")), L_Lost,
-#: npc/001-2-24/nard.txt:41
-#: npc/001-2-24/nard.txt:38
-#, no-c-format
-msgid "I'm lost, where should I go?#0"
-msgstr ""
-
-#. code: rif(.@q > 0, lg("I'm lost, where should I go?")), L_Lost;
-#. code: rif(.@q == 0, lg("I'm lost, where should I go?")), L_Lost,
#: npc/001-2-24/nard.txt:41
#: npc/001-2-24/nard.txt:38
#, no-c-format
-msgid "I'm lost, where should I go?#1"
+msgid "I'm lost, where should I go?"
msgstr ""
#. code: l("I'm not a pawn of the Legion, I don't have to obey you!"),
@@ -18158,7 +16888,6 @@ msgstr ""
#. code: mesq l("I'm not in hurry if you're not in hurry...");
#: npc/001-3-2/henry.txt:82
-#: npc/001-3-2/henry.txt~:82
#, no-c-format
msgid "I'm not in hurry if you're not in hurry..."
msgstr ""
@@ -18182,21 +16911,19 @@ msgid "I'm not suited for this kind of work!"
msgstr ""
#. code: mesq l("I'm not sure if this is of any help to you, though? I forgot who is the responsible for the Academy, so good luck!");
-#: npc/008-2-16/yannika.txt~:431
-#: npc/008-2-16/yannika.txt:431
+#: npc/008-2-16/yannika.txt:432
#, no-c-format
msgid "I'm not sure if this is of any help to you, though? I forgot who is the responsible for the Academy, so good luck!"
msgstr ""
#. code: l("I'm not sure where to go from here, maybe you can find something else."),
#: npc/008-2-1/inspector.txt:106
-#: npc/008-2-1/inspector.txt~:106
#, no-c-format
msgid "I'm not sure where to go from here, maybe you can find something else."
msgstr ""
#. code: mesq l("I'm not sure. They probably left the ship early this morning. I was not awake yet.");
-#: npc/000-1/lean.txt:59
+#: npc/000-1/lean.txt:61
#, no-c-format
msgid "I'm not sure. They probably left the ship early this morning. I was not awake yet."
msgstr ""
@@ -18208,21 +16935,19 @@ msgid "I'm not that numb eeh *hic* what did ever yous disco... ...vered there, t
msgstr ""
#. code: rif(.@q == 1, l("I'm on my way! I will bring it back to you.")),
-#: npc/001-1/salem.txt:171
+#: npc/001-1/salem.txt:184
#, no-c-format
msgid "I'm on my way! I will bring it back to you."
msgstr ""
#. code: l("I'm out of here."),
-#: npc/008-1/hinnak.txt:30
-#: npc/008-1/hinnak.txt~:30
+#: npc/008-1/hinnak.txt:54
#, no-c-format
msgid "I'm out of here."
msgstr ""
#. code: l("I'm proud of you – to dare to fight those trunks is admirable indeed."),
#: npc/008-1/jack.txt:174
-#: npc/008-1/jack.txt~:174
#, no-c-format
msgid "I'm proud of you – to dare to fight those trunks is admirable indeed."
msgstr ""
@@ -18234,7 +16959,7 @@ msgid "I'm providing transport to the Argaes expedition."
msgstr ""
#. code: mesq l("I'm really excited, this place reminds me of an ancient mythical tree, you might know what I'm talking about...");
-#: npc/000-2-3/nard.txt:150
+#: npc/000-2-3/nard.txt:151
#, no-c-format
msgid "I'm really excited, this place reminds me of an ancient mythical tree, you might know what I'm talking about..."
msgstr ""
@@ -18252,14 +16977,12 @@ msgid "I'm so busy, I can look there later."
msgstr ""
#. code: mesq l("I'm so glad to hear that! But, have you seen Juliet too, by any chance?");
-#: npc/008-2-4/olana.txt~:293
#: npc/008-2-4/olana.txt:294
#, no-c-format
msgid "I'm so glad to hear that! But, have you seen Juliet too, by any chance?"
msgstr ""
#. code: l("I'm someone who respects those speaking the truth."));
-#: npc/008-1/jack.txt~:165
#: npc/008-1/jack.txt:165
#, no-c-format
msgid "I'm someone who respects those speaking the truth."
@@ -18267,13 +16990,12 @@ msgstr ""
#. code: mesq l("I'm sorry but I can't see your name anywhere.");
#: npc/001-1/cookiemaster.txt:71
-#: npc/001-1/cookiemaster.txt~:71
#, no-c-format
msgid "I'm sorry but I can't see your name anywhere."
msgstr ""
#. code: mesq l("I'm sorry but I have no time to chat with you.");
-#: npc/000-1/tibbo.txt:105
+#: npc/000-1/tibbo.txt:104
#, no-c-format
msgid "I'm sorry but I have no time to chat with you."
msgstr ""
@@ -18284,16 +17006,10 @@ msgstr ""
msgid "I'm sorry but I'm here only to help young adventurers and the town residents."
msgstr ""
-#. code: lg("I'm sorry for your situation. They should alternate shifts with other sailors from time to time."), -,
+#. code: l("I'm sorry for your situation. They should alternate shifts with other sailors from time to time."), -,
#: npc/000-1/astapolos.txt:36
#, no-c-format
-msgid "I'm sorry for your situation. They should alternate shifts with other sailors from time to time.#0"
-msgstr ""
-
-#. code: lg("I'm sorry for your situation. They should alternate shifts with other sailors from time to time."), -,
-#: npc/000-1/astapolos.txt:36
-#, no-c-format
-msgid "I'm sorry for your situation. They should alternate shifts with other sailors from time to time.#1"
+msgid "I'm sorry for your situation. They should alternate shifts with other sailors from time to time."
msgstr ""
#. code: return l("I'm sorry, I can't talk right now.");
@@ -18309,7 +17025,6 @@ msgid "I'm sorry, I don't have time right now."
msgstr ""
#. code: mesq l("I'm sorry, I just... Maybe if...? Aha! Here's the EXP, ready for a next go?");
-#: npc/020-1/eomie.txt~:123
#: npc/020-1/eomie.txt:124
#, no-c-format
msgid "I'm sorry, I just... Maybe if...? Aha! Here's the EXP, ready for a next go?"
@@ -18323,35 +17038,21 @@ msgstr ""
#. code: npctalk3(l("I'm sorry, but I'm busy looking into this string of robberies."));
#: npc/008-2-1/inspector.txt:31
-#: npc/008-2-1/inspector.txt~:31
#, no-c-format
msgid "I'm sorry, but I'm busy looking into this string of robberies."
msgstr ""
-#. code: dispbottom lg("I'm starting to feel dizzy... I shouldn't stay here much longer.");
-#: npc/000-2-1/peter.txt:87
-#: npc/001-2-22/peter.txt:87
-#, no-c-format
-msgid "I'm starting to feel dizzy... I shouldn't stay here much longer.#0"
-msgstr ""
-
-#. code: dispbottom lg("I'm starting to feel dizzy... I shouldn't stay here much longer.");
+#. code: dispbottom l("I'm starting to feel dizzy... I shouldn't stay here much longer.");
#: npc/000-2-1/peter.txt:87
#: npc/001-2-22/peter.txt:87
#, no-c-format
-msgid "I'm starting to feel dizzy... I shouldn't stay here much longer.#1"
+msgid "I'm starting to feel dizzy... I shouldn't stay here much longer."
msgstr ""
-#. code: lg("I'm still a bit weak at the moment. We should probably talk later."), L_Quit;
+#. code: l("I'm still a bit weak at the moment. We should probably talk later."), L_Quit;
#: npc/000-1/sapartan.txt:26
#, no-c-format
-msgid "I'm still a bit weak at the moment. We should probably talk later.#0"
-msgstr ""
-
-#. code: lg("I'm still a bit weak at the moment. We should probably talk later."), L_Quit;
-#: npc/000-1/sapartan.txt:26
-#, no-c-format
-msgid "I'm still a bit weak at the moment. We should probably talk later.#1"
+msgid "I'm still a bit weak at the moment. We should probably talk later."
msgstr ""
#. code: rif(getq(ShipQuests_Ale) == 1 && (getq(ShipQuests_Astapolos) == 0 || getq(ShipQuests_Gulukan) == 0 || getq(ShipQuests_Jalad) == 0 || getq(ShipQuests_QMuller) == 0 || getq(ShipQuests_Tibbo) == 0), l("I'm still busy, I need to find the other sailors.")), -;
@@ -18378,7 +17079,6 @@ msgstr ""
#. code: l("I'm supposed to be helping Bernard from the Inn but...");
#: npc/008-1/mikhail.txt:23
-#: npc/008-1/mikhail.txt~:23
#, no-c-format
msgid "I'm supposed to be helping Bernard from the Inn but..."
msgstr ""
@@ -18390,30 +17090,17 @@ msgid "I'm sure I'll win this year's contest as well! Hah, just wait and see!"
msgstr ""
#. code: mesq l("I'm sure Tibbo is alone in the south-west corner of the island. He believes it's the best place to collect @@s.", getitemlink(Aquada));
-#: npc/000-1/lean.txt:46
+#: npc/000-1/lean.txt:48
#, no-c-format
msgid "I'm sure Tibbo is alone in the south-west corner of the island. He believes it's the best place to collect @@s."
msgstr ""
-#. code: mesq lg("I'm sure she will soon be able to fight all of the creatures living here without any problem.", "I'm sure he will soon be able to fight all of the creatures living here without any problem.");
-#: npc/000-1/sapartan.txt:43
-#, no-c-format
-msgid "I'm sure he will soon be able to fight all of the creatures living here without any problem.#1"
-msgstr ""
-
#. code: l("I'm sure she is fine.");
-#: npc/008-2-4/olana.txt~:297
#: npc/008-2-4/olana.txt:298
#, no-c-format
msgid "I'm sure she is fine."
msgstr ""
-#. code: mesq lg("I'm sure she will soon be able to fight all of the creatures living here without any problem.", "I'm sure he will soon be able to fight all of the creatures living here without any problem.");
-#: npc/000-1/sapartan.txt:43
-#, no-c-format
-msgid "I'm sure she will soon be able to fight all of the creatures living here without any problem.#0"
-msgstr ""
-
#. code: l("I'm sure that you already knew the answer, didn't you?"),
#: npc/001-1/qpid.txt:98
#, no-c-format
@@ -18422,39 +17109,30 @@ msgstr ""
#. code: mesq l("I'm sure that you've got some questions for me, feel free to ask them, but first I need to tell you the rules of proper social conduct on board.");
#: npc/000-2-0/julia.txt:265
-#: npc/000-2-0/julia.txt~:265
#, no-c-format
msgid "I'm sure that you've got some questions for me, feel free to ask them, but first I need to tell you the rules of proper social conduct on board."
msgstr ""
+#. code: mesq l("I'm sure this brave fellow will soon be able to fight all of the creatures living here without any problem.");
+#: npc/000-1/sapartan.txt:43
+#, no-c-format
+msgid "I'm sure this brave fellow will soon be able to fight all of the creatures living here without any problem."
+msgstr ""
+
#. code: l("I'm sure you would have some interesting stories to tell!");
-#: npc/001-1/enora.txt:368
-#: npc/001-1/enora.txt~:368
+#: npc/001-1/enora.txt:393
#, no-c-format
msgid "I'm sure you would have some interesting stories to tell!"
msgstr ""
#. code: mesq l("I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one.");
-#: npc/001-1/cookiemaster.txt~:185
+#: npc/001-1/cookiemaster.txt:184
#, no-c-format
msgid "I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one."
msgstr ""
-#. code: mesq lg("I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one.");
-#: npc/001-1/cookiemaster.txt:185
-#, no-c-format
-msgid "I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one.#0"
-msgstr ""
-
-#. code: mesq lg("I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one.");
-#: npc/001-1/cookiemaster.txt:185
-#, no-c-format
-msgid "I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one.#1"
-msgstr ""
-
#. code: mesq l("I'm talking about the cookie inside which I put all my love!");
-#: npc/001-1/cookiemaster.txt:229
-#: npc/001-1/cookiemaster.txt~:229
+#: npc/001-1/cookiemaster.txt:228
#, no-c-format
msgid "I'm talking about the cookie inside which I put all my love!"
msgstr ""
@@ -18467,7 +17145,6 @@ msgstr ""
#. code: l("I'm the leader of a traveling theater troupe."),
#: npc/008-2-24/troupe-leader.txt:96
-#: npc/008-2-24/troupe-leader.txt~:96
#, no-c-format
msgid "I'm the leader of a traveling theater troupe."
msgstr ""
@@ -18504,21 +17181,18 @@ msgstr ""
#. code: l("I'm yearning for maggot soup!");
#: npc/008-2-4/bernard.txt:72
-#: npc/008-2-4/bernard.txt~:72
#, no-c-format
msgid "I'm yearning for maggot soup!"
msgstr ""
#. code: rif(getq(General_Cooking) == 16, l("I've brought you the promised.")),
#: npc/020-1/hocus.txt:26
-#: npc/020-1/hocus.txt~:25
#, no-c-format
msgid "I've brought you the promised."
msgstr ""
#. code: l("I've came to fetch Kylian's luggage."),
#: npc/020-1/adrian.txt:18
-#: npc/020-1/adrian.txt~:18
#, no-c-format
msgid "I've came to fetch Kylian's luggage."
msgstr ""
@@ -18530,7 +17204,7 @@ msgid "I've changed my mind, see you later."
msgstr ""
#. code: l("I've heard bees are scared of fire, you know."),
-#: npc/008-1-1/galimatia.txt:280
+#: npc/008-1-1/galimatia.txt:253
#, no-c-format
msgid "I've heard bees are scared of fire, you know."
msgstr ""
@@ -18543,7 +17217,6 @@ msgid "I've heard they're related to the earl of sandwich, so maybe a sandwich m
msgstr ""
#. code: l("I've heard you were a great chef and wanted to learn a recipe.");
-#: npc/009-2-3/chef.txt~:24
#: npc/009-2-3/chef.txt:24
#, no-c-format
msgid "I've heard you were a great chef and wanted to learn a recipe."
@@ -18563,7 +17236,6 @@ msgstr ""
#. code: mesq l("I've raised too much suspicion, so my friends told me to lay low for a while.");
#: npc/008-3-5/nunia.txt:56
-#: npc/008-3-5/nunia.txt~:56
#, no-c-format
msgid "I've raised too much suspicion, so my friends told me to lay low for a while."
msgstr ""
@@ -18624,7 +17296,7 @@ msgid "I..."
msgstr ""
#. code: l("I... I just like to eat the purple and delightful... And natural, and...");
-#: npc/001-1/rumly.txt:46
+#: npc/001-1/rumly.txt:47
#, no-c-format
msgid "I... I just like to eat the purple and delightful... And natural, and..."
msgstr ""
@@ -18642,7 +17314,7 @@ msgid "Ianus is from the Legion of Aemil, don't compare me to this brigand."
msgstr ""
#. code: Name: "Ice Goblin"
-#: mob_db.conf:3860
+#: mob_db.conf:3803
#, no-c-format
msgid "Ice Goblin"
msgstr ""
@@ -18661,7 +17333,6 @@ msgstr ""
#. code: l("If Enora wants her sword now, I need to ask for your help.");
#: npc/001-1/chelios.txt:63
-#: npc/001-1/chelios.txt~:63
#, no-c-format
msgid "If Enora wants her sword now, I need to ask for your help."
msgstr ""
@@ -18679,20 +17350,19 @@ msgid "If I saw *hic* who you were... *hic* Would not have helped you! "
msgstr ""
#. code: mesc l("If a tie happens, I'll give your coin back.");
-#: npc/functions/casino.txt:147
+#: npc/functions/casino.txt:150
#, no-c-format
msgid "If a tie happens, I'll give your coin back."
msgstr ""
#. code: mesc l("If a tie happens, you'll get your coin back.");
-#: npc/functions/casino.txt:162
+#: npc/functions/casino.txt:165
#, no-c-format
msgid "If a tie happens, you'll get your coin back."
msgstr ""
#. code: l("If it's no trouble, could you get me a %s?",
-#: npc/008-1/hinnak.txt~:168
-#: npc/008-1/hinnak.txt:168
+#: npc/008-1/hinnak.txt:192
#, no-c-format
msgid "If it's no trouble, could you get me a %s?"
msgstr ""
@@ -18716,7 +17386,7 @@ msgid "If my observations are correct, the girl is trapped in a cave protected b
msgstr ""
#. code: l("If not, how could CrazyKatiektch"),
-#: npc/001-2-6/books.txt:77
+#: npc/001-2-6/books.txt:78
#, no-c-format
msgid "If not, how could CrazyKatiektch"
msgstr ""
@@ -18734,7 +17404,7 @@ msgid "If only Toichi would work harder, I could even offer you something. But m
msgstr ""
#. code: l("If only someone could help me to make my flowers bloom again."),
-#: npc/008-1-1/galimatia.txt:106
+#: npc/008-1-1/galimatia.txt:88
#, no-c-format
msgid "If only someone could help me to make my flowers bloom again."
msgstr ""
@@ -18746,8 +17416,7 @@ msgid "If only the developers - my next door neighbor - weren't so lazy, maybe I
msgstr ""
#. code: l("If so, I hope that he didn't give you any hard time, sometimes he can get up on the wrong side of the bed he becomes an embittered and grumpy old man..."),
-#: npc/001-1/enora.txt~:170
-#: npc/001-1/enora.txt:170
+#: npc/001-1/enora.txt:171
#, no-c-format
msgid "If so, I hope that he didn't give you any hard time, sometimes he can get up on the wrong side of the bed he becomes an embittered and grumpy old man..."
msgstr ""
@@ -18765,7 +17434,6 @@ msgid "If the proposal is not convenient for you, just close the trading window
msgstr ""
#. code: l("If there is anything I can do for you, please let me know.");
-#: npc/009-1/hamond.txt~:11
#: npc/009-1/hamond.txt:11
#, no-c-format
msgid "If there is anything I can do for you, please let me know."
@@ -18773,7 +17441,6 @@ msgstr ""
#. code: l("If they somehow catch me again, they'll use this entry as evidence to get me on a harsher punishment..."),
#: npc/001-3-2/henry.txt:55
-#: npc/001-3-2/henry.txt~:55
#, no-c-format
msgid "If they somehow catch me again, they'll use this entry as evidence to get me on a harsher punishment..."
msgstr ""
@@ -18785,7 +17452,7 @@ msgid "If we only had a %s."
msgstr ""
#. code: l("If words beat in rhythm"),
-#: npc/001-2-6/books.txt:71
+#: npc/001-2-6/books.txt:72
#, no-c-format
msgid "If words beat in rhythm"
msgstr ""
@@ -18804,7 +17471,6 @@ msgstr ""
#. code: mesq l("If you are caught while lockpicking, you'll be arrested. So be careful.");
#: npc/001-3-2/henry.txt:328
-#: npc/001-3-2/henry.txt~:327
#, no-c-format
msgid "If you are caught while lockpicking, you'll be arrested. So be careful."
msgstr ""
@@ -18822,23 +17488,10 @@ msgid "If you are not a student, please leave the premises at once."
msgstr ""
#. code: l("If you are registered somewhere else you will loose that reservation."),
-#: npc/001-2-28/plush.txt~:75
-#, no-c-format
-msgid "If you are registered somewhere else you will loose that reservation."
-msgstr ""
-
-#. code: lg("If you are registered somewhere else you will loose that reservation."),
-#: npc/001-2-28/plush.txt:76
+#: npc/001-2-28/plush.txt:75
#: npc/008-2-2/melania.txt:47
#, no-c-format
-msgid "If you are registered somewhere else you will loose that reservation.#0"
-msgstr ""
-
-#. code: lg("If you are registered somewhere else you will loose that reservation."),
-#: npc/001-2-28/plush.txt:76
-#: npc/008-2-2/melania.txt:47
-#, no-c-format
-msgid "If you are registered somewhere else you will loose that reservation.#1"
+msgid "If you are registered somewhere else you will loose that reservation."
msgstr ""
#. code: mesq l("If you bring me %d %s, I will give you a reward.", .@dq_count, getitemlink(.@dq_name));
@@ -18849,13 +17502,12 @@ msgstr ""
#. code: mesq l("If you bring us %d %s, we'll be forever grateful.", .numKeys, getitemlink(TreasureKey));
#: npc/008-2-13/lena.txt:104
-#: npc/008-2-13/lena.txt~:104
#, no-c-format
msgid "If you bring us %d %s, we'll be forever grateful."
msgstr ""
#. code: mesq l("If you catch the escaped piou and bring it back, I will give you a 90% discount on a piou.");
-#: npc/001-1/salem.txt:166
+#: npc/001-1/salem.txt:179
#, no-c-format
msgid "If you catch the escaped piou and bring it back, I will give you a 90% discount on a piou."
msgstr ""
@@ -18866,21 +17518,14 @@ msgstr ""
msgid "If you change your mind, just say the word. Anyway..."
msgstr ""
-#. code: mesq lg("If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.");
+#. code: mesq l("If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.");
#: npc/008-1/auldsbel.txt:45
#, no-c-format
-msgid "If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.#0"
-msgstr ""
-
-#. code: mesq lg("If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.");
-#: npc/008-1/auldsbel.txt:45
-#, no-c-format
-msgid "If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.#1"
+msgid "If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days."
msgstr ""
#. code: mesq l("If you continue there will be none left!");
-#: npc/001-1/enora.txt~:413
-#: npc/001-1/enora.txt:413
+#: npc/001-1/enora.txt:439
#, no-c-format
msgid "If you continue there will be none left!"
msgstr ""
@@ -18891,41 +17536,28 @@ msgstr ""
msgid "If you don't - well, go play hide'n'seek with Itka. Her spam annoys me anyways."
msgstr ""
-#. code: lg("If you don't know it, just go, please.");
+#. code: l("If you don't know it, just go, please.");
#: npc/001-1/sophialla.txt:59
#, no-c-format
-msgid "If you don't know it, just go, please.#0"
-msgstr ""
-
-#. code: lg("If you don't know it, just go, please.");
-#: npc/001-1/sophialla.txt:59
-#, no-c-format
-msgid "If you don't know it, just go, please.#1"
+msgid "If you don't know it, just go, please."
msgstr ""
#. code: l("If you don't like to"),
-#: npc/001-2-6/books.txt:83
+#: npc/001-2-6/books.txt:84
#, no-c-format
msgid "If you don't like to"
msgstr ""
#. code: l("If you ever find the time, pass by Esperia, it's the greatest city in all of Gasaron!"),
-#: npc/001-1/enora.txt:216
-#: npc/001-1/enora.txt~:216
+#: npc/001-1/enora.txt:217
#, no-c-format
msgid "If you ever find the time, pass by Esperia, it's the greatest city in all of Gasaron!"
msgstr ""
-#. code: lg("If you feel bored or anxious, you can always ask some of the people around Artis if they need your help.");
-#: npc/001-1/elmo.txt:9
-#, no-c-format
-msgid "If you feel bored or anxious, you can always ask some of the people around Artis if they need your help.#0"
-msgstr ""
-
-#. code: lg("If you feel bored or anxious, you can always ask some of the people around Artis if they need your help.");
+#. code: l("If you feel bored or anxious, you can always ask some of the people around Artis if they need your help.");
#: npc/001-1/elmo.txt:9
#, no-c-format
-msgid "If you feel bored or anxious, you can always ask some of the people around Artis if they need your help.#1"
+msgid "If you feel bored or anxious, you can always ask some of the people around Artis if they need your help."
msgstr ""
#. code: l("If you feel bored or like running around in circles, you may want to talk with the other sailors around here to get some tasks to do."),
@@ -18958,40 +17590,31 @@ msgstr ""
msgid "If you have any business with me, get it over already."
msgstr ""
-#. code: lg("If you keep it up, you'll eventually become a fearsome warrior, just like me!"),
-#: npc/001-2-33/lozerk.txt:96
-#, no-c-format
-msgid "If you keep it up, you'll eventually become a fearsome warrior, just like me!#0"
-msgstr ""
-
-#. code: lg("If you keep it up, you'll eventually become a fearsome warrior, just like me!"),
+#. code: l("If you keep it up, you'll eventually become a fearsome warrior, just like me!"),
#: npc/001-2-33/lozerk.txt:96
#, no-c-format
-msgid "If you keep it up, you'll eventually become a fearsome warrior, just like me!#1"
+msgid "If you keep it up, you'll eventually become a fearsome warrior, just like me!"
msgstr ""
#. code: l("If you kill some of these tree monsters and bring me their wood I could take a look at them."),
-#: npc/008-2-6/alan.txt~:119
#: npc/008-2-6/alan.txt:119
#, no-c-format
msgid "If you kill some of these tree monsters and bring me their wood I could take a look at them."
msgstr ""
#. code: dispbottom l("If you meant to reset the exp rate to its default value: @exprate default");
-#: npc/commands/rate-management.txt:61
+#: npc/commands/rate-management.txt:67
#, no-c-format
msgid "If you meant to reset the exp rate to its default value: @exprate default"
msgstr ""
#. code: l("If you need some firewood, just let me know."));
#: npc/008-1/jack.txt:272
-#: npc/008-1/jack.txt~:272
#, no-c-format
msgid "If you need some firewood, just let me know."
msgstr ""
#. code: l("If you need somebody to craft a weapon or a plate from diagrams I am the one that you need.");
-#: npc/001-2-27/don.txt~:85
#: npc/001-2-27/don.txt:85
#, no-c-format
msgid "If you need somebody to craft a weapon or a plate from diagrams I am the one that you need."
@@ -19016,36 +17639,25 @@ msgid "If you need to deal with more bureaucratic stuff, go talk to Q'Anon. He i
msgstr ""
#. code: l("If you really want to, just go to the southwest, but I can't help you."),
-#: npc/008-1/jack.txt~:89
#: npc/008-1/jack.txt:89
#, no-c-format
msgid "If you really want to, just go to the southwest, but I can't help you."
msgstr ""
#. code: l("If you search for him you should look in the west of the city, it's the first house just after the left bridge, you can't miss it!"),
-#: npc/001-1/enora.txt:27
-#: npc/001-1/enora.txt~:27
+#: npc/001-1/enora.txt:28
#, no-c-format
msgid "If you search for him you should look in the west of the city, it's the first house just after the left bridge, you can't miss it!"
msgstr ""
-#. code: lg("If you see her, please tell her to come home.");
-#: npc/008-2-4/olana.txt:91
-#: npc/008-2-4/olana.txt~:91
-#, no-c-format
-msgid "If you see her, please tell her to come home.#0"
-msgstr ""
-
-#. code: lg("If you see her, please tell her to come home.");
+#. code: l("If you see her, please tell her to come home.");
#: npc/008-2-4/olana.txt:91
-#: npc/008-2-4/olana.txt~:91
#, no-c-format
-msgid "If you see her, please tell her to come home.#1"
+msgid "If you see her, please tell her to come home."
msgstr ""
#. code: mesq l("If you see weird things here and there, or things that just shouldn't be, or even in your minds eye, things that you would like to see...");
-#: npc/001-1/cookiemaster.txt:129
-#: npc/001-1/cookiemaster.txt~:129
+#: npc/001-1/cookiemaster.txt:128
#, no-c-format
msgid "If you see weird things here and there, or things that just shouldn't be, or even in your minds eye, things that you would like to see..."
msgstr ""
@@ -19068,6 +17680,13 @@ msgstr ""
msgid "If you take more than %d minutes between a boss fight and other, you'll faint and the quest will reset!!"
msgstr ""
+#. code: mesq l("If you used swords during all your life, and decide to become a mage, you'll need to build your magic skills from ground up.");
+#: npc/functions/resetstatus.txt:13
+#: npc/001-1/rumly.txt:119
+#, no-c-format
+msgid "If you used swords during all your life, and decide to become a mage, you'll need to build your magic skills from ground up."
+msgstr ""
+
#. code: l("If you visit the sewers again... You'll find secret passages..."),
#: npc/001-1/sophialla.txt:30
#, no-c-format
@@ -19075,69 +17694,42 @@ msgid "If you visit the sewers again... You'll find secret passages..."
msgstr ""
#. code: l("If you wake up at the inn after a harsh battle, you will find yourself revitalized in an instant unlike other places where you can rest.");
-#: npc/001-2-28/plush.txt~:107
-#: npc/001-2-28/plush.txt:108
+#: npc/001-2-28/plush.txt:107
#, no-c-format
msgid "If you wake up at the inn after a harsh battle, you will find yourself revitalized in an instant unlike other places where you can rest."
msgstr ""
#. code: mesq l("If you want another cookie, you know what to do!");
-#: npc/001-1/cookiemaster.txt~:217
-#: npc/001-1/cookiemaster.txt:217
+#: npc/001-1/cookiemaster.txt:216
#, no-c-format
msgid "If you want another cookie, you know what to do!"
msgstr ""
#. code: mes col(l("If you want to be rewarded, help us in making this world a better place."), 9);
-#: npc/001-1/cookiemaster.txt~:137
+#: npc/001-1/cookiemaster.txt:136
#, no-c-format
msgid "If you want to be rewarded, help us in making this world a better place."
msgstr ""
-#. code: mes col(lg("If you want to be rewarded, help us in making this world a better place."), 9);
-#: npc/001-1/cookiemaster.txt:137
-#, no-c-format
-msgid "If you want to be rewarded, help us in making this world a better place.#0"
-msgstr ""
-
-#. code: mes col(lg("If you want to be rewarded, help us in making this world a better place."), 9);
-#: npc/001-1/cookiemaster.txt:137
-#, no-c-format
-msgid "If you want to be rewarded, help us in making this world a better place.#1"
-msgstr ""
-
#. code: mesq l("If you want to challenge someone for a friendly match, you are at the right place.");
#: npc/001-2-40/trozz.txt:13
#, no-c-format
msgid "If you want to challenge someone for a friendly match, you are at the right place."
msgstr ""
-#. code: lg("If you want to make a formidable foe for anyone, you'll need to train with real living opponents!"),
-#: npc/001-2-33/lozerk.txt:83
-#, no-c-format
-msgid "If you want to make a formidable foe for anyone, you'll need to train with real living opponents!#0"
-msgstr ""
-
-#. code: lg("If you want to make a formidable foe for anyone, you'll need to train with real living opponents!"),
+#. code: l("If you want to make a formidable foe for anyone, you'll need to train with real living opponents!"),
#: npc/001-2-33/lozerk.txt:83
#, no-c-format
-msgid "If you want to make a formidable foe for anyone, you'll need to train with real living opponents!#1"
+msgid "If you want to make a formidable foe for anyone, you'll need to train with real living opponents!"
msgstr ""
-#. code: lg("If you want to play with unicorns, you better piss off now.");
+#. code: l("If you want to play with unicorns, you better piss off now.");
#: npc/008-2-17/angus.txt:11
#, no-c-format
-msgid "If you want to play with unicorns, you better piss off now.#0"
-msgstr ""
-
-#. code: lg("If you want to play with unicorns, you better piss off now.");
-#: npc/008-2-17/angus.txt:11
-#, no-c-format
-msgid "If you want to play with unicorns, you better piss off now.#1"
+msgid "If you want to play with unicorns, you better piss off now."
msgstr ""
#. code: mesq l("If you want to read this page again, there is a copy up on the left wall.");
-#: npc/000-2-0/julia.txt~:275
#: npc/000-2-0/julia.txt:275
#, no-c-format
msgid "If you want to read this page again, there is a copy up on the left wall."
@@ -19168,25 +17760,24 @@ msgid "If you wish to reset your stats:"
msgstr ""
#. code: mesq l("If you're looking for us there, most of us will be at the tavern of the Red Plush, at the bar counter, for Silvio's case...");
-#: npc/000-1/lean.txt:37
+#: npc/000-1/lean.txt:39
#, no-c-format
msgid "If you're looking for us there, most of us will be at the tavern of the Red Plush, at the bar counter, for Silvio's case..."
msgstr ""
#. code: mesc l("If you're right, you'll get at least %d GP!", .minprize);
-#: npc/functions/casino.txt:161
+#: npc/functions/casino.txt:164
#, no-c-format
msgid "If you're right, you'll get at least %d GP!"
msgstr ""
#. code: mesc l("If you're wrong, your winning streak is reset.");
-#: npc/functions/casino.txt:163
+#: npc/functions/casino.txt:166
#, no-c-format
msgid "If you're wrong, your winning streak is reset."
msgstr ""
#. code: mesq l("If, however, you don't like them, you could take them to the %s. I heard they use them to make a special kind of flour.", b(l("Tulimshar bakery")));
-#: npc/020-2-24/kylian.txt~:94
#: npc/020-2-24/kylian.txt:94
#, no-c-format
msgid "If, however, you don't like them, you could take them to the %s. I heard they use them to make a special kind of flour."
@@ -19199,7 +17790,6 @@ msgid "Impossible to resync: You are dead."
msgstr ""
#. code: b(l("In Artis Townhall Archives,"))+" "+l("there is an entry about me."),
-#: npc/001-3-2/henry.txt~:54
#: npc/001-3-2/henry.txt:54
#, no-c-format
msgid "In Artis Townhall Archives,"
@@ -19225,14 +17815,12 @@ msgstr ""
#. code: mesq l("In fact, I am cured! Hooray!!");
#: npc/020-2-15/yumi.txt:44
-#: npc/020-2-15/yumi.txt~:44
#, no-c-format
msgid "In fact, I am cured! Hooray!!"
msgstr ""
#. code: l("In fact, everything seems to work perfectly under your guidance. Nard has made the right choice.");
#: npc/000-2-0/julia.txt:83
-#: npc/000-2-0/julia.txt~:83
#, no-c-format
msgid "In fact, everything seems to work perfectly under your guidance. Nard has made the right choice."
msgstr ""
@@ -19244,18 +17832,23 @@ msgid "In fact... Oh, the things that I could tell... But ran out of space on th
msgstr ""
#. code: mesc l("In his hand, he is holding what you assume to be his own head.");
-#: npc/009-1/thurstan.txt~:9
#: npc/009-1/thurstan.txt:9
#, no-c-format
msgid "In his hand, he is holding what you assume to be his own head."
msgstr ""
#. code: l("In hopes of one day reconnect with the people of Ancea and establish a trade between the two continents, The City of Artis was founded. The Aemil Continent has then grown without contact with the people of Ancea."),
-#: npc/001-2-6/books.txt:332
+#: npc/001-2-6/books.txt:338
#, no-c-format
msgid "In hopes of one day reconnect with the people of Ancea and establish a trade between the two continents, The City of Artis was founded. The Aemil Continent has then grown without contact with the people of Ancea."
msgstr ""
+#. code: dispbottom l("In hurry, you give up foraging.");
+#: npc/functions/foraging.txt:73
+#, no-c-format
+msgid "In hurry, you give up foraging."
+msgstr ""
+
#. code: l("In order to enter a message press the '###keyChat;' key, this will display the white box of typing. Type your message there and press '###keyChat;' again to send your speech."),
#: npc/001-2-5/tutorial.txt:202
#, no-c-format
@@ -19269,7 +17862,6 @@ msgid "In the event that the rules diverge from [@@https://policies.themanaworld
msgstr ""
#. code: l("In the sewers, there is a passage to the Legion basement."),
-#: npc/001-3-2/henry.txt~:191
#: npc/001-3-2/henry.txt:191
#, no-c-format
msgid "In the sewers, there is a passage to the Legion basement."
@@ -19305,18 +17897,11 @@ msgstr ""
msgid "Indeed! Goodbye."
msgstr ""
-#. code: lg("Indeed, I am not."), L_NeedHelp;
-#: npc/001-2-22/alige.txt:69
-#: npc/000-2-1/alige.txt:69
-#, no-c-format
-msgid "Indeed, I am not.#0"
-msgstr ""
-
-#. code: lg("Indeed, I am not."), L_NeedHelp;
+#. code: l("Indeed, I am not."), L_NeedHelp;
#: npc/001-2-22/alige.txt:69
#: npc/000-2-1/alige.txt:69
#, no-c-format
-msgid "Indeed, I am not.#1"
+msgid "Indeed, I am not."
msgstr ""
#. code: l("Indefinite Traning"), 6;
@@ -19345,7 +17930,7 @@ msgid "Inform Olana about success"
msgstr ""
#. code: l("Information"), L_Info,
-#: npc/functions/casino.txt:151
+#: npc/functions/casino.txt:154
#, no-c-format
msgid "Information"
msgstr ""
@@ -19364,8 +17949,8 @@ msgid "Initiate"
msgstr ""
#. code: npctalkonce l("Inn");
-#: npc/001-1/sign.txt:128
-#: npc/001-1/sign.txt:118
+#: npc/001-1/sign.txt:116
+#: npc/001-1/sign.txt:107
#, no-c-format
msgid "Inn"
msgstr ""
@@ -19377,7 +17962,6 @@ msgid "Inside is a theater mask and a note that you cannot even begin to read."
msgstr ""
#. code: l("Inside it felt moist, as if it was a real ear – not that I've climbed inside a real ear, mind you! But that feeling of cool and dampness and water was like a magical healing potion; we suddenly felt strength in our legs again."),
-#: npc/008-2-2/kfahr.txt~:446
#: npc/008-2-2/kfahr.txt:446
#, no-c-format
msgid "Inside it felt moist, as if it was a real ear – not that I've climbed inside a real ear, mind you! But that feeling of cool and dampness and water was like a magical healing potion; we suddenly felt strength in our legs again."
@@ -19386,7 +17970,6 @@ msgstr ""
#. code: 008-2-1,30,34,0 script Inspector NPC_INSPECTOR,{
#. code: l("Inspector"), HurnscaldQuests_Inspector,
#: npc/008-2-1/inspector.txt:27
-#: npc/008-2-1/inspector.txt~:27
#: npc/commands/debug-quest.txt:107
#, no-c-format
msgid "Inspector"
@@ -19398,30 +17981,31 @@ msgstr ""
msgid "Instance ID: @@"
msgstr ""
+#. code: mesc l("Instead, your fighting and playing style will increase one of the six specific attributes.");
+#: npc/000-0/sailors.txt:21
+#, no-c-format
+msgid "Instead, your fighting and playing style will increase one of the six specific attributes."
+msgstr ""
+
+#. code: mes b(l("Intelligence"));
#. code: l("%s is very useful for alchemy and magic, but nowadays there are few opportunities to use it.", b(l("Intelligence"))),
#: npc/001-2-5/tutorial.txt:85
+#: npc/commands/info.txt:40
#, no-c-format
msgid "Intelligence"
msgstr ""
-#. code: mesq l("Intelligence raises your maximum mana points (good for mages) and your mind abilities. Please note: Magic system has not yet been implemented in this world.");
+#. code: mesq l("Intelligence raises your maximum mana points (good for mages) and your mind abilities.");
#: npc/000-1/panels.txt:41
#, no-c-format
-msgid "Intelligence raises your maximum mana points (good for mages) and your mind abilities. Please note: Magic system has not yet been implemented in this world."
+msgid "Intelligence raises your maximum mana points (good for mages) and your mind abilities."
msgstr ""
-#. code: mesq lg("Interested?");
+#. code: mesq l("Interested?");
#: npc/001-1/fexil.txt:45
#: npc/000-1/fexil.txt:14
#, no-c-format
-msgid "Interested?#0"
-msgstr ""
-
-#. code: mesq lg("Interested?");
-#: npc/001-1/fexil.txt:45
-#: npc/000-1/fexil.txt:14
-#, no-c-format
-msgid "Interested?#1"
+msgid "Interested?"
msgstr ""
#. code: l("Interesting... I'll leave you to your task then!"), L_Bye;
@@ -19500,7 +18084,7 @@ msgid "Iron Shovel"
msgstr ""
#. code: Name: "Iron Vein"
-#: mob_db.conf:2022
+#: mob_db.conf:1988
#, no-c-format
msgid "Iron Vein"
msgstr ""
@@ -19529,53 +18113,38 @@ msgstr ""
msgid "Is that all you had to say?"
msgstr ""
-#. code: lg("Is that all, or do you have more problems?"), L_wildx;
+#. code: l("Is that all, or do you have more problems?"), L_wildx;
#: npc/012-2-4/zitoni.txt:47
#, no-c-format
-msgid "Is that all, or do you have more problems?#0"
-msgstr ""
-
-#. code: lg("Is that all, or do you have more problems?"), L_wildx;
-#: npc/012-2-4/zitoni.txt:47
-#, no-c-format
-msgid "Is that all, or do you have more problems?#1"
+msgid "Is that all, or do you have more problems?"
msgstr ""
#. code: l("Is that okay?");
-#: npc/001-2-28/plush.txt:47
+#: npc/001-2-28/plush.txt:46
#: npc/008-2-2/melania.txt:66
-#: npc/001-2-28/plush.txt~:46
#, no-c-format
msgid "Is that okay?"
msgstr ""
#. code: l("Is there a reward?"), L_NeedHead,
-#: npc/000-2-3/nard.txt:76
+#: npc/000-2-3/nard.txt:77
#, no-c-format
msgid "Is there a reward?"
msgstr ""
#. code: l("Is there any request for me?"),
+#: npc/020-2-9/hydusun.txt:25
#: npc/008-2-1/richard.txt:25
-#: npc/009-2-6/jpmorbid.txt~:24
#: npc/012-2-3/cynric.txt:17
-#: npc/020-2-9/hydusun.txt:25
-#: npc/009-2-7/jpmorbid.txt~:25
#: npc/009-2-6/jpmorbid.txt:24
#, no-c-format
msgid "Is there any request for me?"
msgstr ""
-#. code: lg("Is this for you or somebody else? Because you need to be registered to obtain these materials.");
-#: npc/001-2-19/lloyd.txt:28
-#, no-c-format
-msgid "Is this for you or somebody else? Because you need to be registered to obtain these materials.#0"
-msgstr ""
-
-#. code: lg("Is this for you or somebody else? Because you need to be registered to obtain these materials.");
+#. code: l("Is this for you or somebody else? Because you need to be registered to obtain these materials.");
#: npc/001-2-19/lloyd.txt:28
#, no-c-format
-msgid "Is this for you or somebody else? Because you need to be registered to obtain these materials.#1"
+msgid "Is this for you or somebody else? Because you need to be registered to obtain these materials."
msgstr ""
#. code: l("Is this some kind of joke?!");
@@ -19598,7 +18167,6 @@ msgstr ""
#. code: l("Isn't my husband Hinnak so hardworking?"),
#: npc/008-2-16/yannika.txt:29
-#: npc/008-2-16/yannika.txt~:29
#, no-c-format
msgid "Isn't my husband Hinnak so hardworking?"
msgstr ""
@@ -19621,12 +18189,6 @@ msgstr ""
msgid "Isn't this place pretty? I love hanging out here!"
msgstr ""
-#. code: 020-1,227,179,0 script Issay NPC_GUMI_THE_DYER,{
-#: npc/020-1/issay.txt~:7
-#, no-c-format
-msgid "Issay"
-msgstr ""
-
#. code: 020-1,227,179,0 script Issay the Barber NPC_GUMI_THE_DYER,{
#: npc/020-1/issay.txt:7
#, no-c-format
@@ -19634,12 +18196,17 @@ msgid "Issay the Barber"
msgstr ""
#. code: l("It bolted up into the air, and tore down on the caravan, swallowing each and everyone in there in a single big gulp!"),
-#: npc/008-2-2/kfahr.txt~:319
#: npc/008-2-2/kfahr.txt:319
#, no-c-format
msgid "It bolted up into the air, and tore down on the caravan, swallowing each and everyone in there in a single big gulp!"
msgstr ""
+#. code: select( l("It comes from here!"));
+#: npc/009-2-0/soren.txt:53
+#, no-c-format
+msgid "It comes from here!"
+msgstr ""
+
#. code: mesc l("It costs %d E to use.", .price), 1;
#: npc/012-2-5/toichi.txt:42
#, no-c-format
@@ -19647,7 +18214,6 @@ msgid "It costs %d E to use."
msgstr ""
#. code: l("It doesn't look like you have them all...");
-#: npc/008-1/mikhail.txt~:60
#: npc/008-1/mikhail.txt:60
#, no-c-format
msgid "It doesn't look like you have them all..."
@@ -19666,15 +18232,13 @@ msgid "It escaped!"
msgstr ""
#. code: l("It has been some days now since I asked her for a box of @@s, but she hasn't delivered anything yet.", getitemlink(PiberriesInfusion)),
-#: npc/001-1/enora.txt~:235
-#: npc/001-1/enora.txt:235
+#: npc/001-1/enora.txt:236
#, no-c-format
msgid "It has been some days now since I asked her for a box of @@s, but she hasn't delivered anything yet."
msgstr ""
#. code: l("It hit me here *points at a bruise on his shoulder*, here *lifts his trouser leg to show another bruise*, and here *lifts his shirt and reveals even worse bruises*."), // XXX: that's kinda dirty imho... maybe we could use the narrator?
#: npc/008-1/jack.txt:64
-#: npc/008-1/jack.txt~:64
#, no-c-format
msgid "It hit me here *points at a bruise on his shoulder*, here *lifts his trouser leg to show another bruise*, and here *lifts his shirt and reveals even worse bruises*."
msgstr ""
@@ -19686,15 +18250,13 @@ msgid "It hurts like hell, #@%!!!!"
msgstr ""
#. code: setarray .messages$[0], l("Ouch!"), l("It hurts so bad!"),
-#: npc/001-2-2/moon.txt~:20
#: npc/001-2-2/moon.txt:20
#, no-c-format
msgid "It hurts so bad!"
msgstr ""
#. code: l("It is a bit cumbersome but its strikes are deadly.");
-#: npc/008-1/hinnak.txt~:121
-#: npc/008-1/hinnak.txt:121
+#: npc/008-1/hinnak.txt:145
#, no-c-format
msgid "It is a bit cumbersome but its strikes are deadly."
msgstr ""
@@ -19708,7 +18270,6 @@ msgid "It is a sunny day, don't you think?"
msgstr ""
#. code: mesq l("It is all fancy stuff, I don't even know if that could be of any nourishment for the living, and tastes like rotten. Well, figures. Undead town.");
-#: npc/009-2-3/chef.txt~:35
#: npc/009-2-3/chef.txt:35
#, no-c-format
msgid "It is all \"fancy\" stuff, I don't even know if that could be of any nourishment for the living, and tastes like rotten. Well, figures. Undead town."
@@ -19727,7 +18288,6 @@ msgid "It is haunted."
msgstr ""
#. code: l("It is one of my best works."));
-#: npc/008-2-6/alan.txt~:253
#: npc/008-2-6/alan.txt:253
#, no-c-format
msgid "It is one of my best works."
@@ -19747,7 +18307,6 @@ msgstr ""
#. code: mesq l("It is pretty close to here. I advise you to use a good sword, and heal yourself often.");
#: npc/008-3-5/bryant.txt:33
-#: npc/008-3-5/bryant.txt~:31
#, no-c-format
msgid "It is pretty close to here. I advise you to use a good sword, and heal yourself often."
msgstr ""
@@ -19766,7 +18325,6 @@ msgstr ""
#. code: mesq l("It is the non-rare ingredients I actually need help with!");
#: npc/020-1/joaquim.txt:113
-#: npc/020-1/joaquim.txt~:113
#, no-c-format
msgid "It is the non-rare ingredients I actually need help with!"
msgstr ""
@@ -19778,27 +18336,19 @@ msgid "It is the only word in french I know. We are very classy."
msgstr ""
#. code: mesq l("It is them, after all, who have the ultimate decision as to those I can give my cookies to.");
-#: npc/001-1/cookiemaster.txt~:109
-#: npc/001-1/cookiemaster.txt:109
+#: npc/001-1/cookiemaster.txt:108
#, no-c-format
msgid "It is them, after all, who have the ultimate decision as to those I can give my cookies to."
msgstr ""
-#. code: mesc lg("It is time to make some sandwiches myself!");
-#: npc/008-2-16/stove.txt:20
-#, no-c-format
-msgid "It is time to make some sandwiches myself!#0"
-msgstr ""
-
-#. code: mesc lg("It is time to make some sandwiches myself!");
+#. code: mesc l("It is time to make some sandwiches myself!");
#: npc/008-2-16/stove.txt:20
#, no-c-format
-msgid "It is time to make some sandwiches myself!#1"
+msgid "It is time to make some sandwiches myself!"
msgstr ""
#. code: l("It is.");
-#: npc/008-1/hinnak.txt:142
-#: npc/008-1/hinnak.txt~:142
+#: npc/008-1/hinnak.txt:166
#, no-c-format
msgid "It is."
msgstr ""
@@ -19816,19 +18366,18 @@ msgstr ""
msgid "It looks like all monsters were killed."
msgstr ""
-#. code: mesq g(l("It looks like the sweet lady is curious, am I right?"),
-#: npc/001-1/cookiemaster.txt:97
-#: npc/001-1/cookiemaster.txt~:97
-#, no-c-format
-msgid "It looks like the sweet lady is curious, am I right?"
-msgstr ""
-
#. code: rif(.@knife == 0, l("It looks like you are an expert of the life inside 'La Johanne'. Do you know any hidden secrets nobody knows?")), L_Secrets,
#: npc/000-1/maxe.txt:29
#, no-c-format
msgid "It looks like you are an expert of the life inside 'La Johanne'. Do you know any hidden secrets nobody knows?"
msgstr ""
+#. code: mesq l("It looks like you are curious, am I right?");
+#: npc/001-1/cookiemaster.txt:97
+#, no-c-format
+msgid "It looks like you are curious, am I right?"
+msgstr ""
+
#. code: l("It looks like you can't carry anything else for now."),
#: npc/functions/inventoryplace.txt:29
#, no-c-format
@@ -19841,39 +18390,27 @@ msgstr ""
msgid "It needs so much training, but Wyara only leaves me here, standing and selling something instead of teaching me."
msgstr ""
-#. code: mesq lg("It probably went away after seeing your bravure, tee-hee!");
-#: npc/008-3-0/juliet.txt~:635
-#: npc/008-3-0/juliet.txt:635
-#, no-c-format
-msgid "It probably went away after seeing your bravure, tee-hee!#0"
-msgstr ""
-
-#. code: mesq lg("It probably went away after seeing your bravure, tee-hee!");
-#: npc/008-3-0/juliet.txt~:635
-#: npc/008-3-0/juliet.txt:635
+#. code: mesq l("It probably went away after seeing your bravure, tee-hee!");
+#: npc/008-3-0/juliet.txt:634
#, no-c-format
-msgid "It probably went away after seeing your bravure, tee-hee!#1"
+msgid "It probably went away after seeing your bravure, tee-hee!"
msgstr ""
#. code: mesq l("It really hurts, please hurry!");
-#: npc/001-2-2/moon.txt:125
-#: npc/001-2-2/moon.txt~:124
#: npc/001-2-2/moon.txt:159
-#: npc/001-2-2/moon.txt~:158
+#: npc/001-2-2/moon.txt:125
#, no-c-format
msgid "It really hurts, please hurry!"
msgstr ""
#. code: l("It roared for a good five minutes, then convulsed... and first it spat out old Arvek, who was a bit irritated at all that because, as he told me, he had 'almost pierced the pancreas', whatever that means..."),
#: npc/008-2-2/kfahr.txt:348
-#: npc/008-2-2/kfahr.txt~:348
#, no-c-format
msgid "It roared for a good five minutes, then convulsed... and first it spat out old Arvek, who was a bit irritated at all that because, as he told me, he had 'almost pierced the pancreas', whatever that means..."
msgstr ""
#. code: mesq l("It seems I got them all!");
#: npc/001-2-2/moon.txt:52
-#: npc/001-2-2/moon.txt~:52
#, no-c-format
msgid "It seems I got them all!"
msgstr ""
@@ -19891,7 +18428,6 @@ msgid "It seems that it can be open using the mechanism on the side."
msgstr ""
#. code: l("It seems that the boy would like to say more, but seems too terrified at the moment."),
-#: npc/008-1/mikhail.txt~:32
#: npc/008-1/mikhail.txt:32
#, no-c-format
msgid "It seems that the boy would like to say more, but seems too terrified at the moment."
@@ -19903,14 +18439,6 @@ msgstr ""
msgid "It seems that we are close to an island, we should take a look at the upper level."
msgstr ""
-#. code: l("It seems that you have no status points to reset!"),
-#: npc/001-1/rumly.txt:167
-#: npc/functions/resetstatus.txt~:95
-#: npc/functions/resetstatus.txt:95
-#, no-c-format
-msgid "It seems that you have no status points to reset!"
-msgstr ""
-
#. code: mesc(l("It seems that you need a key to open this door."), 9);
#: npc/001-2-23/doors.txt:47
#: npc/000-2-2/doors.txt:47
@@ -19918,13 +18446,6 @@ msgstr ""
msgid "It seems that you need a key to open this door."
msgstr ""
-#. code: l("It seems the gentleman is curious, am I right sweetie?"));
-#: npc/001-1/cookiemaster.txt~:98
-#: npc/001-1/cookiemaster.txt:98
-#, no-c-format
-msgid "It seems the gentleman is curious, am I right sweetie?"
-msgstr ""
-
#. code: mesq l("It seems to have fallen in barbarian hands since the Fleet of Ancea, and that, is not something we can allow.");
#: npc/001-2-39/qanon.txt:110
#, no-c-format
@@ -19932,28 +18453,24 @@ msgid "It seems to have fallen in barbarian hands since the Fleet of Ancea, and
msgstr ""
#. code: l("It seems you can't carry it right now..."));
-#: npc/008-2-24/troupe-leader.txt~:70
#: npc/008-2-24/troupe-leader.txt:70
#, no-c-format
msgid "It seems you can't carry it right now..."
msgstr ""
#. code: l("It seems you can't carry the %s.", getitemlink(.shield_item)),
-#: npc/008-1/jack.txt~:214
#: npc/008-1/jack.txt:214
#, no-c-format
msgid "It seems you can't carry the %s."
msgstr ""
#. code: l("It seems you can't carry the bow right now."),
-#: npc/008-2-6/alan.txt~:149
#: npc/008-2-6/alan.txt:149
#, no-c-format
msgid "It seems you can't carry the bow right now."
msgstr ""
#. code: l("It seems you don't have room for my reward."),
-#: npc/008-2-4/bernard.txt~:79
#: npc/008-2-4/bernard.txt:79
#, no-c-format
msgid "It seems you don't have room for my reward."
@@ -19961,13 +18478,12 @@ msgstr ""
#. code: speech(l("It seems you have no wood left."));
#: npc/008-2-6/alan.txt:246
-#: npc/008-2-6/alan.txt~:246
#, no-c-format
msgid "It seems you have no wood left."
msgstr ""
#. code: mesq l("It seems you still have some work to do.");
-#: npc/000-2-3/nard.txt:200
+#: npc/000-2-3/nard.txt:201
#, no-c-format
msgid "It seems you still have some work to do."
msgstr ""
@@ -19979,21 +18495,19 @@ msgid "It takes a while to have full Mana again."
msgstr ""
#. code: l("It tends to be too dark to see a mask.");
-#: npc/008-1/hinnak.txt:285
-#: npc/008-1/hinnak.txt~:285
+#: npc/008-1/hinnak.txt:309
#, no-c-format
msgid "It tends to be too dark to see a mask."
msgstr ""
#. code: l("It turns around, trying to get me too. I dodge it – left, then the same again, I dodge it right. But it can't go on like that, the beast isn't tiring, but I am..."),
-#: npc/008-2-2/kfahr.txt~:332
#: npc/008-2-2/kfahr.txt:332
#, no-c-format
msgid "It turns around, trying to get me too. I dodge it – left, then the same again, I dodge it right. But it can't go on like that, the beast isn't tiring, but I am..."
msgstr ""
#. code: dispbottom l("It was a recipe you already knew...");
-#: npc/items/recipes.txt:345
+#: npc/items/recipes.txt:344
#, no-c-format
msgid "It was a recipe you already knew..."
msgstr ""
@@ -20023,13 +18537,13 @@ msgid "It was something like a long nap."
msgstr ""
#. code: l("It was wonderful.");
-#: npc/001-2-6/leonard.txt:15
+#: npc/001-2-6/leonard.txt:16
#, no-c-format
msgid "It was wonderful."
msgstr ""
#. code: mesc l("It wasn't this time..."), 3;
-#: npc/functions/casino.txt:87
+#: npc/functions/casino.txt:90
#, no-c-format
msgid "It wasn't this time..."
msgstr ""
@@ -20042,27 +18556,24 @@ msgstr ""
#. code: l("It will make an excellent bow!"));
#: npc/008-2-6/alan.txt:214
-#: npc/008-2-6/alan.txt~:214
#, no-c-format
msgid "It will make an excellent bow!"
msgstr ""
#. code: mesq l("It would be good for you to do some exercise, the ship isn't big enough for that.");
-#: npc/000-2-3/nard.txt:122
+#: npc/000-2-3/nard.txt:123
#, no-c-format
msgid "It would be good for you to do some exercise, the ship isn't big enough for that."
msgstr ""
#. code: mesq l("It would be tiring to describe the wonders of my hometown.");
-#: npc/008-2-32/thamas.txt~:54
#: npc/008-2-32/thamas.txt:54
#, no-c-format
msgid "It would be tiring to describe the wonders of my hometown."
msgstr ""
#. code: l("It would have been easy for me to handle it but if you do it, you can earn some respect by killing Fluffies instead of their natural predators!"),
-#: npc/001-1/enora.txt~:255
-#: npc/001-1/enora.txt:255
+#: npc/001-1/enora.txt:256
#, no-c-format
msgid "It would have been easy for me to handle it but if you do it, you can earn some respect by killing Fluffies instead of their natural predators!"
msgstr ""
@@ -20079,29 +18590,22 @@ msgstr ""
msgid "It's @@ @@."
msgstr ""
-#. code: lg("It's Ivan... I'm sure that he sent you to annoy me..."),
-#: npc/001-1/qpid.txt:100
-#, no-c-format
-msgid "It's Ivan... I'm sure that he sent you to annoy me...#0"
-msgstr ""
-
-#. code: lg("It's Ivan... I'm sure that he sent you to annoy me..."),
+#. code: l("It's Ivan... I'm sure that he sent you to annoy me..."),
#: npc/001-1/qpid.txt:100
#, no-c-format
-msgid "It's Ivan... I'm sure that he sent you to annoy me...#1"
+msgid "It's Ivan... I'm sure that he sent you to annoy me..."
msgstr ""
-#. code: mesc l("It's a @@!", cardname(.@card1));
#. code: mesc l("It's a @@!", cardname(.@card2));
-#: npc/functions/casino.txt:197
-#: npc/functions/casino.txt:184
+#. code: mesc l("It's a @@!", cardname(.@card1));
+#: npc/functions/casino.txt:187
+#: npc/functions/casino.txt:200
#, no-c-format
msgid "It's a @@!"
msgstr ""
#. code: l("It's a bone knife, carved out of the umplex bone of a desert worm... you can probably guess which one.");
#: npc/008-2-2/kfahr.txt:713
-#: npc/008-2-2/kfahr.txt~:713
#, no-c-format
msgid "It's a bone knife, carved out of the umplex bone of a desert worm... you can probably guess which one."
msgstr ""
@@ -20119,18 +18623,15 @@ msgid "It's a dangerous place out here. Beware of the mischievous creatures livi
msgstr ""
#. code: l("It's a good place to earn money, it can also help you to travel throughout the land!"),
-#: npc/001-1/enora.txt:37
-#: npc/001-1/enora.txt~:37
+#: npc/001-1/enora.txt:38
#, no-c-format
msgid "It's a good place to earn money, it can also help you to travel throughout the land!"
msgstr ""
#. code: l("It's a great honor for us, at the Legion, to hold the security of his business!");
#. code: l("It's a great honor for us, at the Legion, to hold the security of his business!"),
-#: npc/001-1/enora.txt:189
-#: npc/001-1/enora.txt~:189
-#: npc/001-1/enora.txt~:26
-#: npc/001-1/enora.txt:26
+#: npc/001-1/enora.txt:27
+#: npc/001-1/enora.txt:190
#, no-c-format
msgid "It's a great honor for us, at the Legion, to hold the security of his business!"
msgstr ""
@@ -20154,14 +18655,12 @@ msgid "It's a kind of mushroom. We call it like that because of it's taste, just
msgstr ""
#. code: l("It's a little heavy, but one of the best knives you can get. Certainly beats a short sword any time of day."),
-#: npc/008-2-2/kfahr.txt~:717
#: npc/008-2-2/kfahr.txt:717
#, no-c-format
msgid "It's a little heavy, but one of the best knives you can get. Certainly beats a short sword any time of day."
msgstr ""
#. code: mesc l("It's a little strange watching him talk, but it's better than looking at what's left of his neck.");
-#: npc/009-1/thurstan.txt~:12
#: npc/009-1/thurstan.txt:12
#, no-c-format
msgid "It's a little strange watching him talk, but it's better than looking at what's left of his neck."
@@ -20174,14 +18673,13 @@ msgid "It's a poem, about poems... Why are you asking that?"
msgstr ""
#. code: mesc l("It's a tie!");
-#: npc/functions/casino.txt:200
+#: npc/functions/casino.txt:203
#, no-c-format
msgid "It's a tie!"
msgstr ""
#. code: l("It's a very good place if you want to make some more money.");
-#: npc/001-1/enora.txt~:313
-#: npc/001-1/enora.txt:313
+#: npc/001-1/enora.txt:314
#, no-c-format
msgid "It's a very good place if you want to make some more money."
msgstr ""
@@ -20198,16 +18696,10 @@ msgstr ""
msgid "It's always good to see if you have a lot of them around before you think about attacking one!"
msgstr ""
-#. code: mesq lg("It's been a while, girl!", "It's been a while, boy!");
-#: npc/001-2-39/qanon.txt:22
-#, no-c-format
-msgid "It's been a while, boy!#1"
-msgstr ""
-
-#. code: mesq lg("It's been a while, girl!", "It's been a while, boy!");
+#. code: mesq l("It's been a while.");
#: npc/001-2-39/qanon.txt:22
#, no-c-format
-msgid "It's been a while, girl!#0"
+msgid "It's been a while."
msgstr ""
#. code: l("It's better than running around in circles doing nothing.");
@@ -20217,7 +18709,6 @@ msgid "It's better than running around in circles doing nothing."
msgstr ""
#. code: l("It's better to deal with the Merchant Guild than the old man, Don has this ability to hammer down your enthusiasm in sparkling fury!"),
-#: npc/001-1/chelios.txt~:62
#: npc/001-1/chelios.txt:62
#, no-c-format
msgid "It's better to deal with the Merchant Guild than the old man, Don has this ability to hammer down your enthusiasm in sparkling fury!"
@@ -20242,34 +18733,31 @@ msgid "It's good, good... I have a friend who is still in a coma, but I can't be
msgstr ""
#. code: mesc l("It's higher! That's right!");
-#: npc/functions/casino.txt:208
+#: npc/functions/casino.txt:211
#, no-c-format
msgid "It's higher! That's right!"
msgstr ""
#. code: l("It's interesting and exciting at the same time!"), -,
-#: npc/001-1/cookiemaster.txt~:87
#: npc/001-1/cookiemaster.txt:87
#, no-c-format
msgid "It's interesting and exciting at the same time!"
msgstr ""
#. code: l("It's like your memories are locked away in your head! Cool!");
-#: npc/001-1/enora.txt~:106
-#: npc/001-1/enora.txt:106
+#: npc/001-1/enora.txt:107
#, no-c-format
msgid "It's like your memories are locked away in your head! Cool!"
msgstr ""
#. code: mesc l("It's lower! That's right!");
-#: npc/functions/casino.txt:204
+#: npc/functions/casino.txt:207
#, no-c-format
msgid "It's lower! That's right!"
msgstr ""
#. code: l("It's nearly as good as one from Esperia, have you ever been there?"),
-#: npc/001-1/enora.txt~:213
-#: npc/001-1/enora.txt:213
+#: npc/001-1/enora.txt:214
#, no-c-format
msgid "It's nearly as good as one from Esperia, have you ever been there?"
msgstr ""
@@ -20288,14 +18776,13 @@ msgid "It's ok."
msgstr ""
#. code: l("It's probably full of coins, but no matter how hard you try to open it, you can't."),
-#: npc/001-1/qonan.txt:110
+#: npc/001-1/qonan.txt:109
#, no-c-format
msgid "It's probably full of coins, but no matter how hard you try to open it, you can't."
msgstr ""
#. code: l("It's so exciting to meet somebody with amnesia!"),
-#: npc/001-1/enora.txt:85
-#: npc/001-1/enora.txt~:85
+#: npc/001-1/enora.txt:86
#, no-c-format
msgid "It's so exciting to meet somebody with amnesia!"
msgstr ""
@@ -20307,20 +18794,19 @@ msgid "It's so hard to find the motivation..."
msgstr ""
#. code: mesq l("It's still too young to fly too far away, so it just circles nearby.");
-#: npc/001-1/salem.txt:162
+#: npc/001-1/salem.txt:175
#, no-c-format
msgid "It's still too young to fly too far away, so it just circles nearby."
msgstr ""
#. code: l("It's the big building in northern Artis, at the top of a small hill."),
-#: npc/001-1/chelios.txt~:88
#: npc/001-1/chelios.txt:88
#, no-c-format
msgid "It's the big building in northern Artis, at the top of a small hill."
msgstr ""
#. code: l("It's the good one and, ahem!"),
-#: npc/001-2-6/books.txt:90
+#: npc/001-2-6/books.txt:91
#, no-c-format
msgid "It's the good one and, ahem!"
msgstr ""
@@ -20338,7 +18824,7 @@ msgid "It's true!"
msgstr ""
#. code: mesq l("It's where every merchant ship end their road and we won't be an exception.");
-#: npc/000-1/lean.txt:35
+#: npc/000-1/lean.txt:37
#, no-c-format
msgid "It's where every merchant ship end their road and we won't be an exception."
msgstr ""
@@ -20353,20 +18839,18 @@ msgstr ""
#: npc/000-2-1/arpan.txt:124
#: npc/000-2-1/knife.txt:39
#: npc/001-2-22/knife.txt:39
-#: npc/000-2-1/arpan.txt:258
+#: npc/000-2-1/arpan.txt:273
#, no-c-format
msgid "Items have different effects. Some will heal you, some can be used as weapons or armor, and some can be sold for gold."
msgstr ""
#. code: 020-1,194,175,0 script Itka NPC_GIRL_MILLY,{
-#: npc/020-1/itka.txt~:7
#: npc/020-1/itka.txt:7
#, no-c-format
msgid "Itka"
msgstr ""
#. code: l("Its roots tore out of the earth, all the branches started to wave around, and a face appeared on the trunk."),
-#: npc/008-1/jack.txt~:56
#: npc/008-1/jack.txt:56
#, no-c-format
msgid "Its roots tore out of the earth, all the branches started to wave around, and a face appeared on the trunk."
@@ -20396,18 +18880,14 @@ msgstr ""
msgid "Ivan is the one you should look for now."
msgstr ""
-#. code: 009-2-7,44,30,0 script J.P. Morbid NPC_JPMORBID,{
#. code: 009-2-6,27,30,0 script J.P. Morbid NPC_JPMORBID,{
-#: npc/009-2-7/jpmorbid.txt~:7
#: npc/009-2-6/jpmorbid.txt:6
-#: npc/009-2-6/jpmorbid.txt~:6
#, no-c-format
msgid "J.P. Morbid"
msgstr ""
#. code: 008-1,241,116,0 script Jack NPC_LUMBERJACK,{
#: npc/008-1/jack.txt:27
-#: npc/008-1/jack.txt~:27
#, no-c-format
msgid "Jack"
msgstr ""
@@ -20421,7 +18901,6 @@ msgstr ""
#. code: l("Jack places them next to each other, adds a frame, and nails everything together."),
#: npc/008-1/jack.txt:207
-#: npc/008-1/jack.txt~:207
#, no-c-format
msgid "Jack places them next to each other, adds a frame, and nails everything together."
msgstr ""
@@ -20435,13 +18914,12 @@ msgstr ""
#. code: l("Jack saws the logs into pieces and then sands them until they are smooth to the touch."),
#: npc/008-1/jack.txt:203
-#: npc/008-1/jack.txt~:203
#, no-c-format
msgid "Jack saws the logs into pieces and then sands them until they are smooth to the touch."
msgstr ""
#. code: Name: "Jack-O"
-#: mob_db.conf:3815
+#: mob_db.conf:3758
#, no-c-format
msgid "Jack-O"
msgstr ""
@@ -20513,14 +18991,12 @@ msgstr ""
#. code: 020-2-8,42,24,0 script Jhedia NPC_YOUNG_MAN_IN_PINK,{
#: npc/020-2-8/jhedia.txt:7
-#: npc/020-2-8/jhedia.txt~:7
#, no-c-format
msgid "Jhedia"
msgstr ""
#. code: 020-1,95,133,4 script Joaquim NPC_MAGE_BLUE,{
#: npc/020-1/joaquim.txt:12
-#: npc/020-1/joaquim.txt~:12
#, no-c-format
msgid "Joaquim"
msgstr ""
@@ -20533,6 +19009,12 @@ msgstr ""
msgid "Job Level and certain equips can affect your status. You'll see the modifiers with a + sign."
msgstr ""
+#. code: mes b(".:: " + l("Job Stats") + " ::.");
+#: npc/commands/info.txt:51
+#, no-c-format
+msgid "Job Stats"
+msgstr ""
+
#. code: 020-1,189,150,0 script Joelin NPC_JOELIN,{
#: npc/020-1/joelin.txt:7
#, no-c-format
@@ -20546,7 +19028,7 @@ msgid "Johanne Key"
msgstr ""
#. code: return l("Joker"); break;
-#: npc/functions/casino.txt:134
+#: npc/functions/casino.txt:137
#, no-c-format
msgid "Joker"
msgstr ""
@@ -20563,36 +19045,26 @@ msgstr ""
#: npc/000-2-0/julia.txt:34
#: npc/000-2-0/doors.txt:66
#: npc/000-2-0/doors.txt:54
-#: npc/000-2-0/julia.txt~:34
#, no-c-format
msgid "Julia"
msgstr ""
#. code: mesc(l("Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9);
-#: npc/000-2-1/arpan.txt:187
+#: npc/000-2-1/arpan.txt:188
#, no-c-format
msgid "Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."
msgstr ""
#. code: mesq l("Julia made an appeal to the Legion of Aemil to get in touch with you, exit the ship and you should see your escort!");
-#: npc/001-2-24/nard.txt~:83
#: npc/001-2-24/nard.txt:83
#, no-c-format
msgid "Julia made an appeal to the Legion of Aemil to get in touch with you, exit the ship and you should see your escort!"
msgstr ""
-#. code: lg("Julia told me how they found you in the sea, on a raft with a logo of..."),
-#: npc/001-1/enora.txt:365
-#: npc/001-1/enora.txt~:365
-#, no-c-format
-msgid "Julia told me how they found you in the sea, on a raft with a logo of...#0"
-msgstr ""
-
-#. code: lg("Julia told me how they found you in the sea, on a raft with a logo of..."),
-#: npc/001-1/enora.txt:365
-#: npc/001-1/enora.txt~:365
+#. code: l("Julia told me how they found you in the sea, on a raft with a logo of..."),
+#: npc/001-1/enora.txt:390
#, no-c-format
-msgid "Julia told me how they found you in the sea, on a raft with a logo of...#1"
+msgid "Julia told me how they found you in the sea, on a raft with a logo of..."
msgstr ""
#. code: 001-2-21,27,24,0 script Julia#Artis NPC_JULIA,{
@@ -20602,15 +19074,13 @@ msgid "Julia#Artis"
msgstr ""
#. code: 008-3-0,92,90,0 script Juliet NPC_TANISHA,{
-#: npc/008-3-0/juliet.txt:566
-#: npc/008-3-0/juliet.txt~:566
+#: npc/008-3-0/juliet.txt:565
#, no-c-format
msgid "Juliet"
msgstr ""
#. code: mesq l("Juliet got home sound and safe thanks to you, %s. I'll be eternally grateful.", strcharinfo(0));
#: npc/008-2-4/olana.txt:82
-#: npc/008-2-4/olana.txt~:82
#, no-c-format
msgid "Juliet got home sound and safe thanks to you, %s. I'll be eternally grateful."
msgstr ""
@@ -20624,14 +19094,12 @@ msgstr ""
#. code: mesq l("Juliet ran to the left, and I'm pretty sure she is doing the same.");
#: npc/008-1/rossy.txt:153
-#: npc/008-1/rossy.txt~:153
#, no-c-format
msgid "Juliet ran to the left, and I'm pretty sure she is doing the same."
msgstr ""
#. code: mesc l("Juliet starts scavenging the fallen Golem.");
-#: npc/008-3-0/juliet.txt:604
-#: npc/008-3-0/juliet.txt~:604
+#: npc/008-3-0/juliet.txt:603
#, no-c-format
msgid "Juliet starts scavenging the fallen Golem."
msgstr ""
@@ -20656,13 +19124,12 @@ msgstr ""
#. code: mesq l("Just kidding! Can you imagine Golbenez's reaction if we had such puny offspring?");
#: npc/009-1/forwin.txt:17
-#: npc/009-1/forwin.txt~:17
#, no-c-format
msgid "Just kidding! Can you imagine Golbenez's reaction if we had such puny offspring?"
msgstr ""
#. code: l("Just kidding.");
-#: npc/008-1/4144.txt:48
+#: npc/008-1/greenmage.txt:48
#, no-c-format
msgid "Just kidding."
msgstr ""
@@ -20680,7 +19147,7 @@ msgid "Just let me finish this first..."
msgstr ""
#. code: l("Just look at my goods for sale! Fresh fruits and vegetables were shipped only this morning. And for reasonable price, of course.");
-#: npc/001-1/salem.txt:105
+#: npc/001-1/salem.txt:118
#, no-c-format
msgid "Just look at my goods for sale! Fresh fruits and vegetables were shipped only this morning. And for reasonable price, of course."
msgstr ""
@@ -20692,7 +19159,6 @@ msgid "Just look at that water! There's a whole bunch of fish down there."
msgstr ""
#. code: l("Just looking at him you smell danger, adventure, excitement..."),
-#: npc/008-2-2/kfahr.txt~:48
#: npc/008-2-2/kfahr.txt:48
#, no-c-format
msgid "Just looking at him you smell danger, adventure, excitement..."
@@ -20705,7 +19171,7 @@ msgid "Just one coin for spin."
msgstr ""
#. code: l("Just say something sparkling"),
-#: npc/001-2-6/books.txt:76
+#: npc/001-2-6/books.txt:77
#, no-c-format
msgid "Just say something sparkling"
msgstr ""
@@ -20747,14 +19213,12 @@ msgid "Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."
msgstr ""
#. code: 020-2-15,39,26,0 script Kadiya NPC_TANISHA,{
-#: npc/020-2-15/kadiya.txt~:6
#: npc/020-2-15/kadiya.txt:7
#, no-c-format
msgid "Kadiya"
msgstr ""
#. code: setarray .@allskins$, l("Kaizei"), l("Argaes"), l("Tonori"),
-#: npc/functions/main.txt~:297
#: npc/functions/main.txt:296
#, no-c-format
msgid "Kaizei"
@@ -20798,28 +19262,22 @@ msgstr ""
msgid "Kaylo"
msgstr ""
-#. code: 001-2-27,27,28,0 script Kaylo#001-2-27 NPC_KAYLO,{
-#: npc/001-2-27/kaylo.txt~:6
-#, no-c-format
-msgid "Kaylo#001-2-27"
-msgstr ""
-
#. code: npctalk l("Keep following the road, you can't miss it."), .@mc$;
#: npc/008-1-1/cutscene.txt:118
#, no-c-format
msgid "Keep following the road, you can't miss it."
msgstr ""
-#. code: npctalkonce(lg("Keep moving girl.", "Keep moving boy."));
-#: npc/functions/legiontalk.txt:48
+#. code: mesc l("Keep in mind that stat allocation ##Bis irreversible##b, so choose well your playstyle. There's no way to transfer your experience in sword fighting to a ranged style.");
+#: npc/000-0/sailors.txt:25
#, no-c-format
-msgid "Keep moving boy.#1"
+msgid "Keep in mind that stat allocation ##Bis irreversible##b, so choose well your playstyle. There's no way to transfer your experience in sword fighting to a ranged style."
msgstr ""
-#. code: npctalkonce(lg("Keep moving girl.", "Keep moving boy."));
+#. code: npctalkonce(l("Keep moving!"));
#: npc/functions/legiontalk.txt:48
#, no-c-format
-msgid "Keep moving girl.#0"
+msgid "Keep moving!"
msgstr ""
#. code: l("Keep moving."),
@@ -20829,34 +19287,30 @@ msgid "Keep moving."
msgstr ""
#. code: l("Keep the sword and the jacket, you deserved them!"),
-#: npc/001-1/enora.txt:310
-#: npc/001-1/enora.txt~:310
+#: npc/001-1/enora.txt:311
#, no-c-format
msgid "Keep the sword and the jacket, you deserved them!"
msgstr ""
#. code: l("Keshlam expanded rapidly under the rule of King Janeb the Founder, and soon annexed the whole Ancea continent - excluding solely the Land Of Fire - to its domains, creating the Platinum Kingdom."),
-#: npc/001-2-6/books.txt:221
+#: npc/001-2-6/books.txt:224
#, no-c-format
msgid "Keshlam expanded rapidly under the rule of King Janeb the Founder, and soon annexed the whole Ancea continent - excluding solely the Land Of Fire - to its domains, creating the Platinum Kingdom."
msgstr ""
#. code: 008-2-2,44,36,0 script Kfahr NPC_YOUNG_MAN_KFAHR,{
#: npc/008-2-2/kfahr.txt:16
-#: npc/008-2-2/kfahr.txt~:16
#, no-c-format
msgid "Kfahr"
msgstr ""
#. code: l("Kfahr downs the rest of his beer.");
#: npc/008-2-2/kfahr.txt:556
-#: npc/008-2-2/kfahr.txt~:556
#, no-c-format
msgid "Kfahr downs the rest of his beer."
msgstr ""
#. code: l("Kfahr empties his beer, looking a bit disappointed.");
-#: npc/008-2-2/kfahr.txt~:459
#: npc/008-2-2/kfahr.txt:459
#, no-c-format
msgid "Kfahr empties his beer, looking a bit disappointed."
@@ -20864,99 +19318,84 @@ msgstr ""
#. code: l("Kfahr eyes you with unconcealed amusement.");
#: npc/008-2-2/kfahr.txt:646
-#: npc/008-2-2/kfahr.txt~:646
#, no-c-format
msgid "Kfahr eyes you with unconcealed amusement."
msgstr ""
#. code: l("Kfahr frowns.");
#: npc/008-2-2/kfahr.txt:164
-#: npc/008-2-2/kfahr.txt~:164
#, no-c-format
msgid "Kfahr frowns."
msgstr ""
#. code: l("Kfahr is delighted.");
#: npc/008-2-2/kfahr.txt:699
-#: npc/008-2-2/kfahr.txt~:699
#, no-c-format
msgid "Kfahr is delighted."
msgstr ""
#. code: l("Kfahr is visibly delighted.");
#: npc/008-2-2/kfahr.txt:230
-#: npc/008-2-2/kfahr.txt~:230
#, no-c-format
msgid "Kfahr is visibly delighted."
msgstr ""
#. code: l("Kfahr laughs again.");
#: npc/008-2-2/kfahr.txt:91
-#: npc/008-2-2/kfahr.txt~:91
#, no-c-format
msgid "Kfahr laughs again."
msgstr ""
#. code: l("Kfahr laughs.");
-#: npc/008-2-2/kfahr.txt~:493
#: npc/008-2-2/kfahr.txt:493
#, no-c-format
msgid "Kfahr laughs."
msgstr ""
#. code: l("Kfahr leans back and sighs heavily.");
-#: npc/008-2-2/kfahr.txt:266
-#: npc/008-2-2/kfahr.txt~:266
-#: npc/008-2-2/kfahr.txt~:255
#: npc/008-2-2/kfahr.txt:255
+#: npc/008-2-2/kfahr.txt:266
#, no-c-format
msgid "Kfahr leans back and sighs heavily."
msgstr ""
#. code: l("Kfahr leans back and takes a sip from his beer."),
#: npc/008-2-2/kfahr.txt:428
-#: npc/008-2-2/kfahr.txt~:428
#, no-c-format
msgid "Kfahr leans back and takes a sip from his beer."
msgstr ""
#. code: l("Kfahr leans back, trying to find the right words to describe the desert.");
#: npc/008-2-2/kfahr.txt:570
-#: npc/008-2-2/kfahr.txt~:570
#, no-c-format
msgid "Kfahr leans back, trying to find the right words to describe the desert."
msgstr ""
#. code: l("Kfahr leans forward, nearly knocking over his beer.");
#: npc/008-2-2/kfahr.txt:323
-#: npc/008-2-2/kfahr.txt~:323
#, no-c-format
msgid "Kfahr leans forward, nearly knocking over his beer."
msgstr ""
#. code: l("Kfahr leans forward.");
#: npc/008-2-2/kfahr.txt:308
-#: npc/008-2-2/kfahr.txt~:308
#, no-c-format
msgid "Kfahr leans forward."
msgstr ""
#. code: l("Kfahr nods and grins as you greet him.");
#: npc/008-2-2/kfahr.txt:116
-#: npc/008-2-2/kfahr.txt~:116
#, no-c-format
msgid "Kfahr nods and grins as you greet him."
msgstr ""
#. code: l("Kfahr roars with laughter and slaps his hands on the table.");
-#: npc/008-2-2/kfahr.txt~:550
#: npc/008-2-2/kfahr.txt:550
#, no-c-format
msgid "Kfahr roars with laughter and slaps his hands on the table."
msgstr ""
#. code: l("Kfahr seems quite relaxed now.");
-#: npc/008-2-2/kfahr.txt~:239
#: npc/008-2-2/kfahr.txt:239
#, no-c-format
msgid "Kfahr seems quite relaxed now."
@@ -20964,27 +19403,23 @@ msgstr ""
#. code: l("Kfahr slaps on the table.");
#: npc/008-2-2/kfahr.txt:336
-#: npc/008-2-2/kfahr.txt~:336
#, no-c-format
msgid "Kfahr slaps on the table."
msgstr ""
#. code: l("Kfahr smiles and leans back.");
#: npc/008-2-2/kfahr.txt:281
-#: npc/008-2-2/kfahr.txt~:281
#, no-c-format
msgid "Kfahr smiles and leans back."
msgstr ""
#. code: l("Kfahr stares at you for a moment, then nods.");
#: npc/008-2-2/kfahr.txt:611
-#: npc/008-2-2/kfahr.txt~:611
#, no-c-format
msgid "Kfahr stares at you for a moment, then nods."
msgstr ""
#. code: l("Kfahr stares at you, then begins to laugh.");
-#: npc/008-2-2/kfahr.txt~:246
#: npc/008-2-2/kfahr.txt:246
#, no-c-format
msgid "Kfahr stares at you, then begins to laugh."
@@ -20992,28 +19427,24 @@ msgstr ""
#. code: l("Kfahr takes a deep sip from his beer.");
#: npc/008-2-2/kfahr.txt:531
-#: npc/008-2-2/kfahr.txt~:531
#, no-c-format
msgid "Kfahr takes a deep sip from his beer."
msgstr ""
#. code: l("Kfahr takes a sip from his beer.");
#: npc/008-2-2/kfahr.txt:290
-#: npc/008-2-2/kfahr.txt~:290
#, no-c-format
msgid "Kfahr takes a sip from his beer."
msgstr ""
#. code: l("Kfahr takes another sip of beer, momentarily irritated as if surprised by the taste.");
#: npc/008-2-2/kfahr.txt:300
-#: npc/008-2-2/kfahr.txt~:300
#, no-c-format
msgid "Kfahr takes another sip of beer, momentarily irritated as if surprised by the taste."
msgstr ""
#. code: l("Kfahr's eyes sparkle with excitement.");
#: npc/008-2-2/kfahr.txt:329
-#: npc/008-2-2/kfahr.txt~:329
#, no-c-format
msgid "Kfahr's eyes sparkle with excitement."
msgstr ""
@@ -21025,8 +19456,7 @@ msgid "Khaki Cotton Dye"
msgstr ""
#. code: l("Kill at least %d pinkies and come back.", .kill_count);
-#: npc/008-1/hinnak.txt~:113
-#: npc/008-1/hinnak.txt:113
+#: npc/008-1/hinnak.txt:137
#, no-c-format
msgid "Kill at least %d pinkies and come back."
msgstr ""
@@ -21051,6 +19481,12 @@ msgstr ""
msgid "Knight Helmet"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_NOKNOCKBACK), l("Knockback Immunity")), PCB_NOKNOCKBACK;
+#: npc/functions/rebirth.txt:83
+#, no-c-format
+msgid "Knockback Immunity"
+msgstr ""
+
#. code: l("Know that every flatterer,"),
#: npc/001-2-6/books.txt:31
#, no-c-format
@@ -21065,27 +19501,25 @@ msgid "Known Recipes: @@"
msgstr ""
#. code: l("Kralog"), l("Kralog");
-#: npc/functions/main.txt~:296
#: npc/functions/main.txt:295
#, no-c-format
msgid "Kralog"
msgstr ""
#. code: mesn l("Kralog Voice");
-#: npc/000-0/sailors.txt:32
+#: npc/000-0/sailors.txt:74
#, no-c-format
msgid "Kralog Voice"
msgstr ""
#. code: 020-2-24,35,24,0 script Kylian NPC_KPG_MANAGER,{
#: npc/020-2-24/kylian.txt:11
-#: npc/020-2-24/kylian.txt~:11
#, no-c-format
msgid "Kylian"
msgstr ""
#. code: l("LOWER!");
-#: npc/functions/casino.txt:190
+#: npc/functions/casino.txt:193
#, no-c-format
msgid "LOWER!"
msgstr ""
@@ -21115,7 +19549,6 @@ msgid "Lachesis Brew"
msgstr ""
#. code: l("Sea"), l("Lake"),
-#: npc/functions/main.txt~:299
#: npc/functions/main.txt:298
#, no-c-format
msgid "Lake"
@@ -21145,20 +19578,13 @@ msgstr ""
msgid "Last seen:"
msgstr ""
-#. code: mesq lg("Last time I saw you, you were lost at sea on your raft.");
-#: npc/000-1/sapartan.txt:16
-#, no-c-format
-msgid "Last time I saw you, you were lost at sea on your raft.#0"
-msgstr ""
-
-#. code: mesq lg("Last time I saw you, you were lost at sea on your raft.");
+#. code: mesq l("Last time I saw you, you were lost at sea on your raft.");
#: npc/000-1/sapartan.txt:16
#, no-c-format
-msgid "Last time I saw you, you were lost at sea on your raft.#1"
+msgid "Last time I saw you, you were lost at sea on your raft."
msgstr ""
#. code: mesq l("Last time I went to fight the Bandit Lord, I was severely wounded.");
-#: npc/008-2-13/lena.txt~:155
#: npc/008-2-13/lena.txt:155
#, no-c-format
msgid "Last time I went to fight the Bandit Lord, I was severely wounded."
@@ -21183,7 +19609,6 @@ msgid "Lean for example?"
msgstr ""
#. code: rif(!getskilllv(@mb_SkillId), l("Learn Skill")),
-#: npc/items/master_skillbook.txt~:86
#: npc/items/master_skillbook.txt:86
#, no-c-format
msgid "Learn Skill"
@@ -21211,7 +19636,7 @@ msgid "Learned %s recipe!"
msgstr ""
#. code: dispbottom l("Learned a new recipe!");
-#: npc/items/recipes.txt:348
+#: npc/items/recipes.txt:347
#, no-c-format
msgid "Learned a new recipe!"
msgstr ""
@@ -21257,8 +19682,7 @@ msgstr ""
#. code: l("Leave");
#. code: l("Leave"), -;
#: npc/008-1/snarfles.txt:28
-#: npc/020-1/adrian.txt~:19
-#: npc/functions/casino.txt:152
+#: npc/functions/casino.txt:155
#: npc/020-1/adrian.txt:19
#: npc/functions/casino.txt:52
#, no-c-format
@@ -21296,19 +19720,19 @@ msgid "Left Scorpion Claw"
msgstr ""
#. code: npctalkonce l("Left: Asphodel Moor | Right: All directions");
-#: npc/008-1-2/sign.txt:16
+#: npc/008-1-2/sign.txt:15
#, no-c-format
msgid "Left: Asphodel Moor | Right: All directions"
msgstr ""
#. code: npctalkonce l("Left: Dimond's Cove | Up: Hurnscald | Right: Forsaken Inn");
-#: npc/008-1/sign.txt:25
+#: npc/008-1/sign.txt:23
#, no-c-format
msgid "Left: Dimond's Cove | Up: Hurnscald | Right: Forsaken Inn"
msgstr ""
#. code: npctalkonce l("Left: West Woodland | Up: North Mine | Right: Harbor | Down: other directions");
-#: npc/008-1/sign.txt:34
+#: npc/008-1/sign.txt:31
#, no-c-format
msgid "Left: West Woodland | Up: North Mine | Right: Harbor | Down: other directions"
msgstr ""
@@ -21351,13 +19775,13 @@ msgid "Legendary Easter Egg"
msgstr ""
#. code: Name: "Legion Halberdier"
-#: mob_db.conf:2859
+#: mob_db.conf:2811
#, no-c-format
msgid "Legion Halberdier"
msgstr ""
#. code: Name: "Legion Lieutenant"
-#: mob_db.conf:2900
+#: mob_db.conf:2852
#, no-c-format
msgid "Legion Lieutenant"
msgstr ""
@@ -21369,14 +19793,14 @@ msgid "Legion Officer"
msgstr ""
#. code: Name: "Legion Swordswoman"
-#: mob_db.conf:2818
+#: mob_db.conf:2770
#, no-c-format
msgid "Legion Swordswoman"
msgstr ""
#. code: npctalkonce l("Legion of Aemil");
-#: npc/001-1/sign.txt:78
-#: npc/001-1/sign.txt:88
+#: npc/001-1/sign.txt:71
+#: npc/001-1/sign.txt:80
#, no-c-format
msgid "Legion of Aemil"
msgstr ""
@@ -21406,27 +19830,25 @@ msgid "Legion's Training Shirt"
msgstr ""
#. code: l("Lemme do Drasil Island!"),
-#: npc/000-2-3/nard.txt:251
+#: npc/000-2-3/nard.txt:252
#, no-c-format
msgid "Lemme do Drasil Island!"
msgstr ""
#. code: 008-2-13,27,27,0 script Lena NPC_LENA,{
#: npc/008-2-13/lena.txt:7
-#: npc/008-2-13/lena.txt~:7
#, no-c-format
msgid "Lena"
msgstr ""
#. code: 009-2-7,36,30,0 script Leofwin NPC_LEOFWIN,{
#: npc/009-2-7/leofwin.txt:7
-#: npc/009-2-7/leofwin.txt~:7
#, no-c-format
msgid "Leofwin"
msgstr ""
#. code: 001-2-6,52,28,0 script Leonard NPC_LEONARD,{
-#: npc/001-2-6/leonard.txt:6
+#: npc/001-2-6/leonard.txt:7
#, no-c-format
msgid "Leonard"
msgstr ""
@@ -21439,7 +19861,6 @@ msgstr ""
#. code: mesq l("Let me check into it...");
#: npc/000-2-0/julia.txt:129
-#: npc/000-2-0/julia.txt~:129
#: npc/001-2-21/julia.txt:106
#, no-c-format
msgid "Let me check into it..."
@@ -21447,7 +19868,6 @@ msgstr ""
#. code: mesq l("Let me check my cookie list...");
#: npc/001-1/cookiemaster.txt:56
-#: npc/001-1/cookiemaster.txt~:56
#, no-c-format
msgid "Let me check my cookie list..."
msgstr ""
@@ -21459,24 +19879,11 @@ msgid "Let me explain to you what the Merchant Guild is for."
msgstr ""
#. code: mesq l("Let me introduce myself, I am Nard, captain of this ship.");
-#: npc/000-2-3/nard.txt:44
+#: npc/000-2-3/nard.txt:45
#, no-c-format
msgid "Let me introduce myself, I am Nard, captain of this ship."
msgstr ""
-#. code: l("Let me just have a quick look at you. Hm... I will need %d GP to reset your stats.", .@raw_price);
-#: npc/functions/resetstatus.txt~:72
-#: npc/functions/resetstatus.txt:72
-#, no-c-format
-msgid "Let me just have a quick look at you. Hm... I will need %d GP to reset your stats."
-msgstr ""
-
-#. code: l("Let me just have a quick look at you. Hm... I will need @@ @@s to reset your stats.", .@plush_count, getitemlink(Plushroom));
-#: npc/001-1/rumly.txt:139
-#, no-c-format
-msgid "Let me just have a quick look at you. Hm... I will need @@ @@s to reset your stats."
-msgstr ""
-
#. code: l("Let me open it with my key."),
#: npc/001-1/qonan.txt:86
#, no-c-format
@@ -21484,7 +19891,7 @@ msgid "Let me open it with my key."
msgstr ""
#. code: mesq l("Let me see... Crispy legs, disgusting liquids... Let's start!");
-#: npc/000-2-1/chefgado.txt:146
+#: npc/000-2-1/chefgado.txt:145
#, no-c-format
msgid "Let me see... Crispy legs, disgusting liquids... Let's start!"
msgstr ""
@@ -21495,73 +19902,52 @@ msgstr ""
msgid "Let's begin"
msgstr ""
-#. code: lg("Let's do like this: You leave me alone, and I don't mess with you. Deal?");
+#. code: l("Let's do like this: You leave me alone, and I don't mess with you. Deal?");
#: npc/008-3-5/nunia.txt:34
-#: npc/008-3-5/nunia.txt~:34
#, no-c-format
-msgid "Let's do like this: You leave me alone, and I don't mess with you. Deal?#0"
-msgstr ""
-
-#. code: lg("Let's do like this: You leave me alone, and I don't mess with you. Deal?");
-#: npc/008-3-5/nunia.txt:34
-#: npc/008-3-5/nunia.txt~:34
-#, no-c-format
-msgid "Let's do like this: You leave me alone, and I don't mess with you. Deal?#1"
+msgid "Let's do like this: You leave me alone, and I don't mess with you. Deal?"
msgstr ""
#. code: switch (select(l("Let's go to Artis."),
-#: npc/000-2-3/nard.txt:297
+#: npc/000-2-3/nard.txt:298
#, no-c-format
msgid "Let's go to Artis."
msgstr ""
#. code: l("Let's make a trade."),
-#: npc/001-2-27/lydon.txt~:11
-#: npc/001-2-27/kaylo.txt~:11
-#: npc/001-2-27/lydon.txt:11
#: npc/001-2-27/kaylo.txt:11
+#: npc/001-2-27/lydon.txt:11
#, no-c-format
msgid "Let's make a trade."
msgstr ""
#. code: switch (select(l("Let's not keep her waiting."),
-#: npc/001-1/chelios.txt~:65
#: npc/001-1/chelios.txt:65
#, no-c-format
msgid "Let's not keep her waiting."
msgstr ""
#. code: rif(countitem(.coinid) >= 1, l("Let's play!")), L_Spin,
-#: npc/functions/casino.txt:150
+#: npc/functions/casino.txt:153
#, no-c-format
msgid "Let's play!"
msgstr ""
#. code: l("Let's say the person who told me about that is well respected on this ship and never drunk.");
#: npc/000-2-0/julia.txt:70
-#: npc/000-2-0/julia.txt~:70
#, no-c-format
msgid "Let's say the person who told me about that is well respected on this ship and never drunk."
msgstr ""
-#. code: l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP),
-#: npc/001-1/rumly.txt:174
-#: npc/functions/resetstatus.txt:100
-#: npc/functions/resetstatus.txt~:100
-#, no-c-format
-msgid "Let's see... @@ of your status points have just been reset!"
-msgstr ""
-
#. code: l("Let's set sail then!");
#: npc/001-2-24/nard.txt:54
-#: npc/001-2-24/nard.txt~:54
-#: npc/000-2-3/nard.txt:303
+#: npc/000-2-3/nard.txt:304
#, no-c-format
msgid "Let's set sail then!"
msgstr ""
#. code: l("Let's trade."),
-#: npc/001-1/salem.txt:112
+#: npc/001-1/salem.txt:125
#, no-c-format
msgid "Let's trade."
msgstr ""
@@ -21585,14 +19971,13 @@ msgid "Liana"
msgstr ""
#. code: mesq l("Liar; Nunia is not creative enough to come up with a passphrase of her own!");
-#: npc/001-3-2/henry.txt~:298
#: npc/001-3-2/henry.txt:299
#, no-c-format
msgid "Liar; Nunia is not creative enough to come up with a passphrase of her own!"
msgstr ""
#. code: npctalkonce l("Library");
-#: npc/001-1/sign.txt:58
+#: npc/001-1/sign.txt:53
#, no-c-format
msgid "Library"
msgstr ""
@@ -21605,13 +19990,12 @@ msgstr ""
#. code: l("Light"), l("Dark"),
#: npc/functions/main.txt:299
-#: npc/functions/main.txt~:300
#, no-c-format
msgid "Light"
msgstr ""
#. code: npctalkonce l("Light Armor Shop");
-#: npc/001-1/sign.txt:68
+#: npc/001-1/sign.txt:62
#, no-c-format
msgid "Light Armor Shop"
msgstr ""
@@ -21628,20 +20012,13 @@ msgstr ""
msgid "Like I promised, here is your share."
msgstr ""
-#. code: mesq lg("Like the rest of the crew, you are welcome to come and rest here at anytime during your journey on Artis.");
+#. code: mesq l("Like the rest of the crew, you are welcome to come and rest here at anytime during your journey on Artis.");
#: npc/001-2-21/julia.txt:70
#, no-c-format
-msgid "Like the rest of the crew, you are welcome to come and rest here at anytime during your journey on Artis.#0"
-msgstr ""
-
-#. code: mesq lg("Like the rest of the crew, you are welcome to come and rest here at anytime during your journey on Artis.");
-#: npc/001-2-21/julia.txt:70
-#, no-c-format
-msgid "Like the rest of the crew, you are welcome to come and rest here at anytime during your journey on Artis.#1"
+msgid "Like the rest of the crew, you are welcome to come and rest here at anytime during your journey on Artis."
msgstr ""
#. code: l("Like, a defensive mythril card can be used on any mythril equipment, and it will improve the defense by 5% of the latter."),
-#: npc/001-2-27/don.txt~:61
#: npc/001-2-27/don.txt:61
#, no-c-format
msgid "Like, a defensive mythril card can be used on any mythril equipment, and it will improve the defense by 5% of the latter."
@@ -21666,7 +20043,6 @@ msgid "List of known cooking recipes:"
msgstr ""
#. code: mesc l("List of known master skills:");
-#: npc/items/master_skillbook.txt~:107
#: npc/items/master_skillbook.txt:107
#, no-c-format
msgid "List of known master skills:"
@@ -21690,26 +20066,20 @@ msgstr ""
msgid "List the commands"
msgstr ""
-#. code: mesq lg("Listen, kid. Being a legion member is not a joke.");
+#. code: mesq l("Listen, kid. Being a legion member is not a joke.");
#: npc/001-2-39/qanon.txt:74
#, no-c-format
-msgid "Listen, kid. Being a legion member is not a joke.#0"
-msgstr ""
-
-#. code: mesq lg("Listen, kid. Being a legion member is not a joke.");
-#: npc/001-2-39/qanon.txt:74
-#, no-c-format
-msgid "Listen, kid. Being a legion member is not a joke.#1"
+msgid "Listen, kid. Being a legion member is not a joke."
msgstr ""
#. code: Name: "Little Blub"
-#: mob_db.conf:352
+#: mob_db.conf:347
#, no-c-format
msgid "Little Blub"
msgstr ""
#. code: Name: "Little Green Slime"
-#: mob_db.conf:1090
+#: mob_db.conf:1072
#, no-c-format
msgid "Little Green Slime"
msgstr ""
@@ -21745,7 +20115,6 @@ msgid "Lloyd is searching something in his book."
msgstr ""
#. code: l("Lloyd still owes me, but beware of those money-grabbers, or they might sell your own teeth to you!");
-#: npc/001-1/chelios.txt~:91
#: npc/001-1/chelios.txt:91
#, no-c-format
msgid "Lloyd still owes me, but beware of those money-grabbers, or they might sell your own teeth to you!"
@@ -21765,19 +20134,18 @@ msgstr ""
#. code: mesq l("Lockpicks are not keys, they can break quite easily. Also, you don't want anyone watching you.");
#: npc/001-3-2/henry.txt:325
-#: npc/001-3-2/henry.txt~:324
#, no-c-format
msgid "Lockpicks are not keys, they can break quite easily. Also, you don't want anyone watching you."
msgstr ""
#. code: Name: "Log Head"
-#: mob_db.conf:1353
+#: mob_db.conf:1331
#, no-c-format
msgid "Log Head"
msgstr ""
#. code: npctalkonce l("Logic is the beginning of wisdom, not the end.");
-#: npc/001-2-6/leonard.txt:61
+#: npc/001-2-6/leonard.txt:62
#, no-c-format
msgid "Logic is the beginning of wisdom, not the end."
msgstr ""
@@ -21790,7 +20158,6 @@ msgstr ""
#. code: mesq l("Look and learn.");
#: npc/008-2-16/yannika.txt:173
-#: npc/008-2-16/yannika.txt~:173
#, no-c-format
msgid "Look and learn."
msgstr ""
@@ -21808,8 +20175,7 @@ msgid "Look for the hideout, but tell no one about this. Then, say the password
msgstr ""
#. code: l("Look how splendid this @@ is!", getitemlink(ArtisTankTop, CamelCottonDye)),
-#: npc/001-1/enora.txt~:212
-#: npc/001-1/enora.txt:212
+#: npc/001-1/enora.txt:213
#, no-c-format
msgid "Look how splendid this @@ is!"
msgstr ""
@@ -21827,22 +20193,16 @@ msgid "Look what the shore brought me!"
msgstr ""
#. code: l("Look who is back..."),
-#: npc/001-1/salem.txt:96
+#: npc/001-1/salem.txt:109
#: npc/001-1/salem.txt:72
#, no-c-format
msgid "Look who is back..."
msgstr ""
-#. code: mesq lg("Look who we have here, did you come for a training session?");
-#: npc/001-2-34/samantha.txt:9
-#, no-c-format
-msgid "Look who we have here, did you come for a training session?#0"
-msgstr ""
-
-#. code: mesq lg("Look who we have here, did you come for a training session?");
+#. code: mesq l("Look who we have here, did you come for a training session?");
#: npc/001-2-34/samantha.txt:9
#, no-c-format
-msgid "Look who we have here, did you come for a training session?#1"
+msgid "Look who we have here, did you come for a training session?"
msgstr ""
#. code: mesq l("Look, here he is!");
@@ -21858,7 +20218,7 @@ msgid "Look, there he is!"
msgstr ""
#. code: l("Look, we finally meet."),
-#: npc/000-0-1/narrator.txt:50
+#: npc/000-0-1/narrator.txt:49
#, no-c-format
msgid "Look, we finally meet."
msgstr ""
@@ -21876,18 +20236,15 @@ msgid "Looking over closely, you find a book that is upside down."
msgstr ""
#. code: l("Looks like someone ran out of ideas for placeholder NPCs."),
-#: npc/020-2-8/heathin.txt~:10
-#: npc/020-2-8/jhedia.txt:10
#: npc/020-2-8/heathin.txt:10
#: npc/020-2-7/manoli.txt:10
-#: npc/020-2-8/jhedia.txt~:10
+#: npc/020-2-8/jhedia.txt:10
#, no-c-format
msgid "Looks like someone ran out of ideas for placeholder NPCs."
msgstr ""
#. code: l("Looks much better now, doesn't it?"),
-#: npc/008-1/hinnak.txt~:214
-#: npc/008-1/hinnak.txt:214
+#: npc/008-1/hinnak.txt:238
#, no-c-format
msgid "Looks much better now, doesn't it?"
msgstr ""
@@ -21912,7 +20269,6 @@ msgid "Lovely day, isn't it?"
msgstr ""
#. code: 009-2-5,27,27,0 script Lovers NPC_LOVERS,{
-#: npc/009-2-5/lovers.txt~:7
#: npc/009-2-5/lovers.txt:7
#, no-c-format
msgid "Lovers"
@@ -21942,6 +20298,12 @@ msgstr ""
msgid "Lucas#001-1"
msgstr ""
+#. code: mes b(l("Luck"));
+#: npc/commands/info.txt:46
+#, no-c-format
+msgid "Luck"
+msgstr ""
+
#. code: mesq l("Luck helps you do critical hits and dodge the ones dealt by enemies.");
#: npc/000-1/panels.txt:45
#, no-c-format
@@ -21950,13 +20312,12 @@ msgstr ""
#. code: mesq l("Luckily the beach is nearby, and somehow I made my way home.");
#: npc/001-2-2/moon.txt:113
-#: npc/001-2-2/moon.txt~:112
#, no-c-format
msgid "Luckily the beach is nearby, and somehow I made my way home."
msgstr ""
#. code: mesc l("Lucky! You got the coin back!"), 3;
-#: npc/functions/casino.txt:85
+#: npc/functions/casino.txt:87
#, no-c-format
msgid "Lucky! You got the coin back!"
msgstr ""
@@ -21967,18 +20328,18 @@ msgstr ""
msgid "Lydon"
msgstr ""
-#. code: 001-2-27,43,28,0 script Lydon#001-2-27 NPC_LYDON,{
-#: npc/001-2-27/lydon.txt~:6
-#, no-c-format
-msgid "Lydon#001-2-27"
-msgstr ""
-
#. code: l("M... Maybe?");
#: npc/000-2-1/chefgado.txt:88
#, no-c-format
msgid "M... Maybe?"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_MDEFBONUS), l("MDEF +10")), PCB_MDEFBONUS,
+#: npc/functions/rebirth.txt:71
+#, no-c-format
+msgid "MDEF +10"
+msgstr ""
+
#. code: l("MOTD"),
#: npc/commands/super-menu.txt:17
#, no-c-format
@@ -22004,11 +20365,17 @@ msgid "MOVE ALONG CITIZEN!!!"
msgstr ""
#. code: speech l("MOVE ALONG!!! I don't need you anymore.");
-#: npc/008-1-1/hal.txt:109
+#: npc/008-1-1/hal.txt:108
#, no-c-format
msgid "MOVE ALONG!!! I don't need you anymore."
msgstr ""
+#. code: rif(!(PCBONUS & PCB_MPBONUS), l("MP +200")), PCB_MPBONUS,
+#: npc/functions/rebirth.txt:78
+#, no-c-format
+msgid "MP +200"
+msgstr ""
+
#. code: 008-2-8,38,29,0 script Macgowan NPC_YOUNG_MAN_APPRENTICE,{
#: npc/008-2-8/macgowan.txt:7
#, no-c-format
@@ -22017,7 +20384,6 @@ msgstr ""
#. code: npctalk3(l("Made any progress yet?"));
#: npc/008-2-1/inspector.txt:114
-#: npc/008-2-1/inspector.txt~:114
#, no-c-format
msgid "Made any progress yet?"
msgstr ""
@@ -22029,7 +20395,7 @@ msgid "Mage"
msgstr ""
#. code: Name: "Maggot"
-#: mob_db.conf:1131
+#: mob_db.conf:1112
#, no-c-format
msgid "Maggot"
msgstr ""
@@ -22066,7 +20432,7 @@ msgid "Magic Arpan"
msgstr ""
#. code: 000-0-0,25,23,0 script Magic Arpan#sailors NPC_MAGIC_ARPAN,{
-#: npc/000-0-0/sailors.txt:86
+#: npc/000-0-0/sailors.txt:85
#, no-c-format
msgid "Magic Arpan#sailors"
msgstr ""
@@ -22077,8 +20443,14 @@ msgstr ""
msgid "Magic Feather"
msgstr ""
-#. code: l("Magic is all around."),
-#: npc/012-3-3/manatree.txt:9
+#. code: mes b(".:: " + l("Magic Stats") + " ::.");
+#: npc/commands/info.txt:73
+#, no-c-format
+msgid "Magic Stats"
+msgstr ""
+
+#. code: mesc l("Magic is all around.");
+#: npc/012-3-3/manatree.txt:11
#, no-c-format
msgid "Magic is all around."
msgstr ""
@@ -22095,22 +20467,15 @@ msgstr ""
msgid "Mahoud"
msgstr ""
-#. code: mesq lg("Make me proud, girl.", "Make me proud, boy.");
-#: npc/001-2-39/qanon.txt:117
-#: npc/001-2-39/qanon.txt:48
-#, no-c-format
-msgid "Make me proud, boy.#1"
-msgstr ""
-
-#. code: mesq lg("Make me proud, girl.", "Make me proud, boy.");
+#. code: mesq l("Make me proud!");
#: npc/001-2-39/qanon.txt:117
#: npc/001-2-39/qanon.txt:48
#, no-c-format
-msgid "Make me proud, girl.#0"
+msgid "Make me proud!"
msgstr ""
#. code: l("Make sure to put on a bait after you click, though!"),
-#: npc/001-2-4/books.txt:72
+#: npc/001-2-4/books.txt:73
#, no-c-format
msgid "Make sure to put on a bait after you click, though!"
msgstr ""
@@ -22127,6 +20492,12 @@ msgstr ""
msgid "Makes sense. Do you think we should inform the capt'n about it?"
msgstr ""
+#. code: mesq l("Making a %s will make things easier.", getitemlink(.REQ1_OUTPUT));
+#: npc/008-1-1/galimatia.txt:169
+#, no-c-format
+msgid "Making a %s will make things easier."
+msgstr ""
+
#. code: 008-2-18,32,24,0 script Malik#008-2-18 NPC_MALIK,{
#: npc/008-2-18/malik.txt:28
#, no-c-format
@@ -22134,20 +20505,19 @@ msgid "Malik#008-2-18"
msgstr ""
#. code: 020-1,241,170,0 script Malivox NPC_KPG_MANAGER,{
-#: npc/020-1/malivox.txt~:7
#: npc/020-1/malivox.txt:7
#, no-c-format
msgid "Malivox"
msgstr ""
#. code: Name: "Mana Bug"
-#: mob_db.conf:1516
+#: mob_db.conf:1490
#, no-c-format
msgid "Mana Bug"
msgstr ""
#. code: Name: "Mana Ghost"
-#: mob_db.conf:4247
+#: mob_db.conf:4190
#, no-c-format
msgid "Mana Ghost"
msgstr ""
@@ -22170,6 +20540,12 @@ msgstr ""
msgid "Mana Torch"
msgstr ""
+#. code: 012-3-3,39,33,0 script Mana Tree? NPC_MANATREE,{
+#: npc/012-3-3/manatree.txt:8
+#, no-c-format
+msgid "Mana Tree?"
+msgstr ""
+
#. code: Name: "Manana"
#: item_db.conf:-1
#, no-c-format
@@ -22183,17 +20559,11 @@ msgid "Manana Sandwich"
msgstr ""
#. code: Name: "Manana Tree"
-#: mob_db.conf:770
+#: mob_db.conf:758
#, no-c-format
msgid "Manana Tree"
msgstr ""
-#. code: 012-3-3,39,33,0 script Manatree#012-3-3 NPC_MANATREE,{
-#: npc/012-3-3/manatree.txt:7
-#, no-c-format
-msgid "Manatree#012-3-3"
-msgstr ""
-
#. code: 020-2-7,35,23,0 script Manoli NPC_HUMAN_FEMALE_LEGION_ARTIS,{
#: npc/020-2-7/manoli.txt:7
#, no-c-format
@@ -22208,13 +20578,11 @@ msgstr ""
#. code: mesq l("Many thanks for your help! Here, take this. I'm sure it can be very useful later. It always is.");
#: npc/020-1/anwar.txt:141
-#: npc/020-1/anwar.txt~:135
#, no-c-format
msgid "Many thanks for your help! Here, take this. I'm sure it can be very useful later. It always is."
msgstr ""
#. code: l("Many thanks. I can now do sandwiches again!"),
-#: npc/008-2-16/yannika.txt~:116
#: npc/008-2-16/yannika.txt:116
#, no-c-format
msgid "Many thanks. I can now do sandwiches again!"
@@ -22228,7 +20596,6 @@ msgstr ""
#. code: 012-2-7,33,29,0 script Marazor NPC_GUMI_THE_DYER,{
#: npc/012-2-7/marazor.txt:7
-#: npc/012-2-7/marazor.txt~:8
#, no-c-format
msgid "Marazor"
msgstr ""
@@ -22240,7 +20607,7 @@ msgid "Marikel"
msgstr ""
#. code: npctalkonce l("Market Place");
-#: npc/001-1/sign.txt:18
+#: npc/001-1/sign.txt:17
#: npc/001-1/sign.txt:8
#, no-c-format
msgid "Market Place"
@@ -22248,7 +20615,6 @@ msgstr ""
#. code: 020-1,164,81,0 script Martha NPC_UKAR_FEMALE_BROTHERHOOD,{
#: npc/020-1/martha.txt:7
-#: npc/020-1/martha.txt~:7
#, no-c-format
msgid "Martha"
msgstr ""
@@ -22271,6 +20637,12 @@ msgstr ""
msgid "Master Piou sat on a tree,"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_MATKBONUS), l("Matk +25")), PCB_MATKBONUS,
+#: npc/functions/rebirth.txt:69
+#, no-c-format
+msgid "Matk +25"
+msgstr ""
+
#. code: Name: "Mauve Cotton Dye"
#: item_db.conf:-1
#, no-c-format
@@ -22284,11 +20656,17 @@ msgid "Mauve Herb"
msgstr ""
#. code: Name: "Mauve Plant"
-#: mob_db.conf:1561
+#: mob_db.conf:1535
#, no-c-format
msgid "Mauve Plant"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_WEIGHTBONUS), l("Max Weight +1kg")), PCB_WEIGHTBONUS,
+#: npc/functions/rebirth.txt:81
+#, no-c-format
+msgid "Max Weight +1kg"
+msgstr ""
+
#. code: 000-1,72,110,0 script Maxe NPC_DEMON_MAN_SITTING_UNDER_TREE,{
#. code: mesn "Maxe";
#: npc/000-1/sapartan.txt:40
@@ -22318,7 +20696,7 @@ msgid "May this be a lesson for you."
msgstr ""
#. code: mesc(l("Maybe I don't remember their name, after all."));
-#: npc/000-0-1/narrator.txt:151
+#: npc/000-0-1/narrator.txt:150
#, no-c-format
msgid "Maybe I don't remember their name, after all."
msgstr ""
@@ -22329,12 +20707,6 @@ msgstr ""
msgid "Maybe he over did it with the bottle today to celebrate that!"
msgstr ""
-#. code: mesq lg("Maybe she was one of those who got lost last month. She could be the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!", "Maybe he was one of those who got lost last month? He could be the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!");
-#: npc/000-0-0/sailors.txt:26
-#, no-c-format
-msgid "Maybe he was one of those who got lost last month? He could be the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!#1"
-msgstr ""
-
#. code: l("Maybe if I convinced Oscar to supply you fruits again?");
#: npc/008-2-24/chef.txt:125
#, no-c-format
@@ -22349,31 +20721,22 @@ msgstr ""
#. code: l("Maybe it's better not to bother them."),
#: npc/009-2-5/lovers.txt:15
-#: npc/009-2-5/lovers.txt~:15
#, no-c-format
msgid "Maybe it's better not to bother them."
msgstr ""
#. code: l("Maybe later.");
#: npc/008-2-16/yannika.txt:150
-#: npc/008-2-16/yannika.txt~:150
#, no-c-format
msgid "Maybe later."
msgstr ""
#. code: l("Maybe next time.")))
-#: npc/001-2-2/moon.txt~:118
#: npc/001-2-2/moon.txt:119
#, no-c-format
msgid "Maybe next time."
msgstr ""
-#. code: mesq lg("Maybe she was one of those who got lost last month. She could be the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!", "Maybe he was one of those who got lost last month? He could be the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!");
-#: npc/000-0-0/sailors.txt:26
-#, no-c-format
-msgid "Maybe she was one of those who got lost last month. She could be the yoiis from Esperia who got a secret diplomatic mission from the Legion of Aemil!#0"
-msgstr ""
-
#. code: l("Maybe some monster ate it, but what would be big enough to do that?!");
#: npc/001-3-0/gates.txt:84
#, no-c-format
@@ -22381,7 +20744,6 @@ msgid "Maybe some monster ate it, but what would be big enough to do that?!"
msgstr ""
#. code: mesq l("Maybe someone in Hurnscald makes these books. I don't really care.");
-#: npc/008-2-32/thamas.txt~:44
#: npc/008-2-32/thamas.txt:44
#, no-c-format
msgid "Maybe someone in Hurnscald makes these books. I don't really care."
@@ -22395,34 +20757,31 @@ msgid "Maybe they know some great recipe from the parallel dimensions which does
msgstr ""
#. code: mesc(l("Maybe they sent me a letter, or a gift? I'll see once I get in Artis."));
-#: npc/000-0-1/narrator.txt:173
+#: npc/000-0-1/narrator.txt:172
#, no-c-format
msgid "Maybe they sent me a letter, or a gift? I'll see once I get in Artis."
msgstr ""
#. code: mesc l("Maybe we could have told her that in a better way.");
#: npc/008-2-4/olana.txt:154
-#: npc/008-2-4/olana.txt~:154
#, no-c-format
msgid "Maybe we could have told her that in a better way."
msgstr ""
#. code: mesc l("Maybe we should talk to Olana about this.");
#: npc/008-1/rossy.txt:331
-#: npc/008-1/rossy.txt~:330
#, no-c-format
msgid "Maybe we should talk to Olana about this."
msgstr ""
#. code: l("Maybe you already have been on that continent before."),
-#: npc/000-0-1/narrator.txt:97
+#: npc/000-0-1/narrator.txt:96
#, no-c-format
msgid "Maybe you already have been on that continent before."
msgstr ""
#. code: l("Maybe you can catch some of them."),
-#: npc/008-1/hinnak.txt:71
-#: npc/008-1/hinnak.txt~:71
+#: npc/008-1/hinnak.txt:95
#, no-c-format
msgid "Maybe you can catch some of them."
msgstr ""
@@ -22435,14 +20794,12 @@ msgstr ""
#. code: l("Maybe you can do a small errand for me?");
#: npc/020-1/anwar.txt:29
-#: npc/020-1/anwar.txt~:29
#, no-c-format
msgid "Maybe you can do a small errand for me?"
msgstr ""
#. code: l("Maybe you can do his job?"),
#: npc/008-2-6/alan.txt:118
-#: npc/008-2-6/alan.txt~:118
#, no-c-format
msgid "Maybe you can do his job?"
msgstr ""
@@ -22455,16 +20812,13 @@ msgstr ""
#. code: l("Maybe you can use it as a weapon.");
#. code: l("Maybe you can use it as a weapon."),
-#: npc/008-1/hinnak.txt:120
-#: npc/008-1/hinnak.txt:83
-#: npc/008-1/hinnak.txt~:120
-#: npc/008-1/hinnak.txt~:83
+#: npc/008-1/hinnak.txt:144
+#: npc/008-1/hinnak.txt:107
#, no-c-format
msgid "Maybe you can use it as a weapon."
msgstr ""
#. code: l("Maybe you could ask him what's wrong?"));
-#: npc/008-2-6/alan.txt~:74
#: npc/008-2-6/alan.txt:74
#, no-c-format
msgid "Maybe you could ask him what's wrong?"
@@ -22472,7 +20826,6 @@ msgstr ""
#. code: l("Maybe you should help someone else first, so that he sees your intentions are good.");
#: npc/008-1/mikhail.txt:33
-#: npc/008-1/mikhail.txt~:33
#, no-c-format
msgid "Maybe you should help someone else first, so that he sees your intentions are good."
msgstr ""
@@ -22490,22 +20843,15 @@ msgid "Maybe you too you could help me?"
msgstr ""
#. code: l("Maybe you will find a piece of wood that is strong enough to become one of my forest bows."));
-#: npc/008-2-6/alan.txt~:120
#: npc/008-2-6/alan.txt:120
#, no-c-format
msgid "Maybe you will find a piece of wood that is strong enough to become one of my forest bows."
msgstr ""
-#. code: mesq lg("Maybe... But I prefer having well-trained people around me when it comes to fighting against dangerous creatures. Do you already feel adept fighting enemies?");
-#: npc/000-1/sapartan.txt:50
+#. code: mesq l("Maybe... But I prefer having well-trained people around me when it comes to fighting against dangerous creatures. Do you already feel adept fighting enemies?");
+#: npc/000-1/sapartan.txt:51
#, no-c-format
-msgid "Maybe... But I prefer having well-trained people around me when it comes to fighting against dangerous creatures. Do you already feel adept fighting enemies?#0"
-msgstr ""
-
-#. code: mesq lg("Maybe... But I prefer having well-trained people around me when it comes to fighting against dangerous creatures. Do you already feel adept fighting enemies?");
-#: npc/000-1/sapartan.txt:50
-#, no-c-format
-msgid "Maybe... But I prefer having well-trained people around me when it comes to fighting against dangerous creatures. Do you already feel adept fighting enemies?#1"
+msgid "Maybe... But I prefer having well-trained people around me when it comes to fighting against dangerous creatures. Do you already feel adept fighting enemies?"
msgstr ""
#. code: l("Me and the wife were at home all night."));
@@ -22515,14 +20861,18 @@ msgid "Me and the wife were at home all night."
msgstr ""
#. code: l("Me too."),
-#: npc/008-1/jack.txt~:239
#: npc/008-1/jack.txt:239
#, no-c-format
msgid "Me too."
msgstr ""
+#. code: speech l("Me, dead? I'm not dead!");
+#: npc/009-2-0/soren.txt:61
+#, no-c-format
+msgid "Me, dead? I'm not dead!"
+msgstr ""
+
#. code: l("Meanwhile, the sun has dried the other pieces."),
-#: npc/008-1/jack.txt~:206
#: npc/008-1/jack.txt:206
#, no-c-format
msgid "Meanwhile, the sun has dried the other pieces."
@@ -22548,7 +20898,6 @@ msgstr ""
#. code: l("Meh, I'm still with stomach ache due to that stew Morcant is used to cook. Like as I'm not enough nervous about the special mission I've been assigned to."),
#: npc/008-2-32/thamas.txt:12
-#: npc/008-2-32/thamas.txt~:12
#, no-c-format
msgid "Meh, I'm still with stomach ache due to that stew Morcant is used to cook. Like as I'm not enough nervous about the special mission I've been assigned to."
msgstr ""
@@ -22567,13 +20916,12 @@ msgstr ""
#. code: 020-2-15,41,25,0 script Memoriam NPC_PAPER_NOTE,{
#: npc/020-2-15/memoriam.txt:6
-#: npc/020-2-15/memoriam.txt~:6
#, no-c-format
msgid "Memoriam"
msgstr ""
#. code: npctalkonce l("Merchant Guild");
-#: npc/001-1/sign.txt:138
+#: npc/001-1/sign.txt:125
#, no-c-format
msgid "Merchant Guild"
msgstr ""
@@ -22614,6 +20962,12 @@ msgstr ""
msgid "Mh, or perhaps honor is dead in you; for you to be so slow to comprehend the good that his exploits have wrought for us."
msgstr ""
+#. code: mesq l("Mhm, the Legion of Aemil obviously has facilities, but lemme see...");
+#: npc/001-1/enora.txt:475
+#, no-c-format
+msgid "Mhm, the Legion of Aemil obviously has facilities, but lemme see..."
+msgstr ""
+
#. code: Name: "Midnight Blue Silk Dye"
#: item_db.conf:-1
#, no-c-format
@@ -22622,7 +20976,6 @@ msgstr ""
#. code: 008-1,298,95,0 script Mikhail NPC_MIKHAIL,{
#: npc/008-1/mikhail.txt:18
-#: npc/008-1/mikhail.txt~:18
#, no-c-format
msgid "Mikhail"
msgstr ""
@@ -22646,6 +20999,12 @@ msgstr ""
msgid "Miner Hat"
msgstr ""
+#. code: mes b(l("Mining"));
+#: npc/commands/info.txt:56
+#, no-c-format
+msgid "Mining"
+msgstr ""
+
#. code: Name: "Mint Silk Dye"
#: item_db.conf:-1
#, no-c-format
@@ -22653,13 +21012,13 @@ msgid "Mint Silk Dye"
msgstr ""
#. code: Name: "Mister Prickel"
-#: mob_db.conf:3644
+#: mob_db.conf:3590
#, no-c-format
msgid "Mister Prickel"
msgstr ""
#. code: 008-2-2,46,34,0 script Mitz NPC_DRINKER_MICKSHA,{
-#: npc/008-2-2/ledmitz.txt:23
+#: npc/008-2-2/ledmitz.txt:22
#, no-c-format
msgid "Mitz"
msgstr ""
@@ -22701,8 +21060,7 @@ msgid "Mommy sent me to find my brother Bobo."
msgstr ""
#. code: mesq l("Mommy teached me about precious gemstones. This Golem has quite a few of them.");
-#: npc/008-3-0/juliet.txt~:605
-#: npc/008-3-0/juliet.txt:605
+#: npc/008-3-0/juliet.txt:604
#, no-c-format
msgid "Mommy teached me about precious gemstones. This Golem has quite a few of them."
msgstr ""
@@ -22771,7 +21129,6 @@ msgid "Moon needs @@"
msgstr ""
#. code: 001-2-2,33,32,0 script Moon#001-2-2 NPC_ELVEN_FEMALE,3,3,{
-#: npc/001-2-2/moon.txt~:13
#: npc/001-2-2/moon.txt:13
#, no-c-format
msgid "Moon#001-2-2"
@@ -22809,13 +21166,11 @@ msgstr ""
#. code: 012-2-4,26,37,0 script Morgan NPC_MORGAN,{
#: npc/012-2-4/morgan.txt:7
-#: npc/012-2-4/morgan.txt~:7
#, no-c-format
msgid "Morgan"
msgstr ""
#. code: mesq l("Mortal, this is beyond your comprehension. Do not worry about it and enjoy your time.");
-#: npc/009-2-4/golbenez.txt~:32
#: npc/009-2-4/golbenez.txt:37
#, no-c-format
msgid "Mortal, this is beyond your comprehension. Do not worry about it and enjoy your time."
@@ -22823,7 +21178,6 @@ msgstr ""
#. code: mesq l("Mortals! They never stop surprising me.");
#: npc/009-2-4/golbenez.txt:42
-#: npc/009-2-4/golbenez.txt~:37
#, no-c-format
msgid "Mortals! They never stop surprising me."
msgstr ""
@@ -22835,21 +21189,19 @@ msgid "Moss"
msgstr ""
#. code: l("Most are a darkish gray, except for the young ones; those are more purplish, I've been told. Well, anyway, you hardly ever see one of them in their entirety, you only see the head, if they decide to come out and fight – they tend to burrow under the ground.");
-#: npc/008-2-2/kfahr.txt~:285
#: npc/008-2-2/kfahr.txt:285
#, no-c-format
msgid "Most are a darkish gray, except for the young ones; those are more purplish, I've been told. Well, anyway, you hardly ever see one of them in their entirety, you only see the head, if they decide to come out and fight – they tend to burrow under the ground."
msgstr ""
#. code: l("Most common and widely popular in the fish realm are @@ and pieces of @@.",
-#: npc/001-2-4/books.txt:55
+#: npc/001-2-4/books.txt:56
#, no-c-format
msgid "Most common and widely popular in the fish realm are @@ and pieces of @@."
msgstr ""
#. code: l("Most desert worms don't smell or see or feel much, you see. They just notice when something's walking nearby, then jump up and swallow it. But Toby Rick was different. He was a terrifying beast, three times as long as a regular worm."),
#: npc/008-2-2/kfahr.txt:294
-#: npc/008-2-2/kfahr.txt~:294
#, no-c-format
msgid "Most desert worms don't smell or see or feel much, you see. They just notice when something's walking nearby, then jump up and swallow it. But Toby Rick was different. He was a terrifying beast, three times as long as a regular worm."
msgstr ""
@@ -22867,13 +21219,13 @@ msgid "Mostly manuals and tutorials but you won't find out until you open one!"
msgstr ""
#. code: Name: "Moubi"
-#: mob_db.conf:3101
+#: mob_db.conf:3050
#, no-c-format
msgid "Moubi"
msgstr ""
#. code: Name: "Mouboo"
-#: mob_db.conf:1002
+#: mob_db.conf:985
#, no-c-format
msgid "Mouboo"
msgstr ""
@@ -22909,26 +21261,25 @@ msgid "Mouboo#Artis0"
msgstr ""
#. code: 001-1,67,80,4 script Mouboo#Artis1 NPC_MOUBOO,{
-#: npc/001-1/mouboo.txt:21
+#: npc/001-1/mouboo.txt:20
#, no-c-format
msgid "Mouboo#Artis1"
msgstr ""
#. code: 001-1,67,81,4 script Mouboo#Artis2 NPC_MOUBOO,{
-#: npc/001-1/mouboo.txt:36
+#: npc/001-1/mouboo.txt:34
#, no-c-format
msgid "Mouboo#Artis2"
msgstr ""
#. code: 001-1,67,82,4 script Mouboo#Artis3 NPC_MOUBOO,{
-#: npc/001-1/mouboo.txt:51
+#: npc/001-1/mouboo.txt:48
#, no-c-format
msgid "Mouboo#Artis3"
msgstr ""
#. code: l("Cave"), l("Mountain"),
#: npc/functions/main.txt:297
-#: npc/functions/main.txt~:298
#, no-c-format
msgid "Mountain"
msgstr ""
@@ -22947,26 +21298,24 @@ msgstr ""
#. code: mesq l("Mr. Kylian you say? Of course he would send someone to pick up his luggage. Figures.");
#: npc/020-1/adrian.txt:28
-#: npc/020-1/adrian.txt~:28
#, no-c-format
msgid "Mr. Kylian you say? Of course he would send someone to pick up his luggage. Figures."
msgstr ""
#. code: l("Mrahahahahaha! Here's the beer! Right, right! Naah, I get it! Save your gold for whatever you need it for! But if you have some spare and want to share a beer, you know where to find me!");
-#: npc/008-2-2/kfahr.txt~:248
#: npc/008-2-2/kfahr.txt:248
#, no-c-format
msgid "Mrahahahahaha! Here's the beer! Right, right! Naah, I get it! Save your gold for whatever you need it for! But if you have some spare and want to share a beer, you know where to find me!"
msgstr ""
#. code: Name: "Mud Slime"
-#: mob_db.conf:4032
+#: mob_db.conf:3975
#, no-c-format
msgid "Mud Slime"
msgstr ""
#. code: Name: "Mud Slime Progenitor"
-#: mob_db.conf:4116
+#: mob_db.conf:4059
#, no-c-format
msgid "Mud Slime Progenitor"
msgstr ""
@@ -22989,16 +21338,10 @@ msgstr ""
msgid "Mundane ran straight home. He must be missing his daughter."
msgstr ""
-#. code: lg("Murderers!");
+#. code: l("Murderers!");
#: npc/008-1/snarfles.txt:12
#, no-c-format
-msgid "Murderers!#0"
-msgstr ""
-
-#. code: lg("Murderers!");
-#: npc/008-1/snarfles.txt:12
-#, no-c-format
-msgid "Murderers!#1"
+msgid "Murderers!"
msgstr ""
#. code: Name: "Mushroom Spores"
@@ -23019,22 +21362,14 @@ msgstr ""
msgid "My Mouboos, my beloved Mouboos!"
msgstr ""
-#. code: mesq lg("My beauty. I was not always a sailor, you know, I was once an important individual!", "My friend. I was not always a sailor, you know, I was once an important individual!");
-#: npc/000-1/silvio.txt:33
-#, no-c-format
-msgid "My beauty. I was not always a sailor, you know, I was once an important individual!#0"
-msgstr ""
-
#. code: l("My beloved friend Nunia in Hurnscald went missing."),
#: npc/001-3-2/henry.txt:279
-#: npc/001-3-2/henry.txt~:278
#, no-c-format
msgid "My beloved friend Nunia in Hurnscald went missing."
msgstr ""
#. code: l("My best client is Lora Tay, at Dimond's."),
#: npc/020-2-10/hetchel.txt:11
-#: npc/020-2-10/hetchel.txt~:10
#, no-c-format
msgid "My best client is Lora Tay, at Dimond's."
msgstr ""
@@ -23053,15 +21388,8 @@ msgstr ""
msgid "My charge is %d E per batch."
msgstr ""
-#. code: l("My collection of random stuff is not for sale! Go away!");
-#: npc/020-1/neko.txt:12
-#, no-c-format
-msgid "My collection of random stuff is not for sale! Go away!"
-msgstr ""
-
#. code: mesq l("My crops! Hurry up, and talk to Hocus!!");
#: npc/020-1/anwar.txt:49
-#: npc/020-1/anwar.txt~:49
#, no-c-format
msgid "My crops! Hurry up, and talk to Hocus!!"
msgstr ""
@@ -23074,33 +21402,23 @@ msgstr ""
#. code: mesq l("My daughters – Rossy and Juliet – went to play in the woods but haven't come back yet.");
#: npc/008-2-4/olana.txt:128
-#: npc/008-2-4/olana.txt~:128
#, no-c-format
msgid "My daughters – Rossy and Juliet – went to play in the woods but haven't come back yet."
msgstr ""
#. code: l("My forestbows are not made of regular wood, you know."),
-#: npc/008-2-6/alan.txt~:56
#: npc/008-2-6/alan.txt:56
#, no-c-format
msgid "My forestbows are not made of regular wood, you know."
msgstr ""
-#. code: mesq lg("My beauty. I was not always a sailor, you know, I was once an important individual!", "My friend. I was not always a sailor, you know, I was once an important individual!");
-#: npc/000-1/silvio.txt:33
-#, no-c-format
-msgid "My friend. I was not always a sailor, you know, I was once an important individual!#1"
-msgstr ""
-
#. code: mesq l("My friends are... Well, you know... The creators.");
-#: npc/001-1/cookiemaster.txt:123
-#: npc/001-1/cookiemaster.txt~:123
+#: npc/001-1/cookiemaster.txt:122
#, no-c-format
msgid "My friends are... Well, you know... The creators."
msgstr ""
#. code: mesq l("My grandmother gave me a recipe of the %s, it can cure anything but death.", getitemlink(ElixirOfLife));
-#: npc/020-1/joaquim.txt~:102
#: npc/020-1/joaquim.txt:102
#, no-c-format
msgid "My grandmother gave me a recipe of the %s, it can cure anything but death."
@@ -23108,13 +21426,11 @@ msgstr ""
#. code: l("My help, Mikhail, finally returned with the slimes I needed."),
#: npc/008-2-4/bernard.txt:159
-#: npc/008-2-4/bernard.txt~:159
#, no-c-format
msgid "My help, Mikhail, finally returned with the slimes I needed."
msgstr ""
#. code: l("My men have found all of the stolen items."),
-#: npc/008-2-1/inspector.txt~:143
#: npc/008-2-1/inspector.txt:143
#, no-c-format
msgid "My men have found all of the stolen items."
@@ -23146,7 +21462,6 @@ msgid "My name is General Store, they still call me this although I left the arm
msgstr ""
#. code: l("My name is Jack Lumber, the enemy of all trees."),
-#: npc/008-1/jack.txt~:271
#: npc/008-1/jack.txt:271
#, no-c-format
msgid "My name is Jack Lumber, the enemy of all trees."
@@ -23154,7 +21469,6 @@ msgstr ""
#. code: mesq l("My name is Julia, it is me who took care of you after we found you in the sea.");
#: npc/000-2-0/julia.txt:260
-#: npc/000-2-0/julia.txt~:260
#, no-c-format
msgid "My name is Julia, it is me who took care of you after we found you in the sea."
msgstr ""
@@ -23184,14 +21498,13 @@ msgid "My name is Toichi, and it seems I am the only one working on this lazy is
msgstr ""
#. code: l("My stats are too good, I won't need it.");
-#: npc/001-1/rumly.txt:69
+#: npc/001-1/rumly.txt:68
#, no-c-format
msgid "My stats are too good, I won't need it."
msgstr ""
#. code: l("My torch was in an even poorer shape – whatever was making that smell had killed the flame, so I soon had to rely on the light from above to see anything."),
#: npc/008-2-2/kfahr.txt:523
-#: npc/008-2-2/kfahr.txt~:523
#, no-c-format
msgid "My torch was in an even poorer shape – whatever was making that smell had killed the flame, so I soon had to rely on the light from above to see anything."
msgstr ""
@@ -23238,6 +21551,12 @@ msgstr ""
msgid "Nah, I'm not going to help you."
msgstr ""
+#. code: mesq l("Nah, clearly from the East...");
+#: npc/000-0/sailors.txt:80
+#, no-c-format
+msgid "Nah, clearly from the East..."
+msgstr ""
+
#. code: l("Nah, maybe later.")))
#: npc/008-2-2/melinda.txt:41
#, no-c-format
@@ -23258,14 +21577,14 @@ msgstr ""
#: npc/000-2-3/box.txt:99
#: npc/000-2-3/nard.txt:26
#: npc/000-2-3/box.txt:68
-#: npc/001-2-6/books.txt:94
+#: npc/001-2-6/books.txt:95
#: npc/000-2-3/box.txt:85
#, no-c-format
msgid "Nard"
msgstr ""
#. code: l("Nard and his crew are taking us to the city of Artis."));
-#: npc/000-0-1/narrator.txt:53
+#: npc/000-0-1/narrator.txt:52
#, no-c-format
msgid "Nard and his crew are taking us to the city of Artis."
msgstr ""
@@ -23291,7 +21610,6 @@ msgid "Nard looks surprised and stops you."
msgstr ""
#. code: 001-2-24,25,26,0 script Nard#Artis NPC_NARD,{
-#: npc/001-2-24/nard.txt~:25
#: npc/001-2-24/nard.txt:25
#, no-c-format
msgid "Nard#Artis"
@@ -23307,47 +21625,43 @@ msgstr ""
#: npc/000-2-1/dan.txt:78
#: npc/000-2-1/alige.txt:72
#: npc/000-2-2/doors.txt:46
+#: npc/000-2-1/arpan.txt:268
#: npc/000-2-1/knife.txt:16
-#: npc/001-1/cookiemaster.txt:134
#: npc/001-2-23/doors.txt:46
#: npc/001-2-2/moon.txt:88
#: npc/001-2-22/knife.txt:34
#: npc/000-2-3/box.txt:23
-#: npc/001-2-2/moon.txt~:133
+#: npc/functions/main.txt:132
#: npc/000-1/couwan.txt:79
#: npc/001-1/flyingpiou.txt:51
-#: npc/functions/clientversion.txt:9
+#: npc/000-0/sailors.txt:119
#: npc/000-2-1/alige.txt:297
-#: npc/000-2-1/arpan.txt:186
-#: npc/000-2-1/arpan.txt:253
#: npc/items/croconut.txt:15
-#: npc/functions/main.txt~:133
#: npc/001-2-23/doors.txt:63
#: npc/001-2-2/moon.txt:134
#: npc/000-2-3/box.txt:46
+#: npc/001-1/cookiemaster.txt:133
#: npc/001-1/flyingpiou.txt:76
#: npc/000-2-0/billybons.txt:14
-#: npc/000-0/sailors.txt:17
#: npc/000-2-0/doors.txt:41
+#: npc/000-1/panels.txt:28
#: npc/000-2-2/doors.txt:21
-#: npc/001-2-2/moon.txt~:87
-#: npc/001-1/cookiemaster.txt~:134
#: npc/000-2-1/arpan.txt:119
#: npc/commands/debug-quest.txt:136
#: npc/items/croconut.txt:42
#: npc/001-1/trees.txt:81
#: npc/000-2-1/knife.txt:34
#: npc/001-2-23/doors.txt:21
-#: npc/000-1/panels.txt:28
+#: npc/000-0/sailors.txt:59
#: npc/000-2-1/dan.txt:84
-#: npc/000-0/sailors.txt:77
#: npc/001-2-22/alige.txt:301
+#: npc/000-2-1/arpan.txt:187
#: npc/001-2-22/alige.txt:72
#: npc/000-2-0/billybons.txt:86
#: npc/000-2-0/doors.txt:62
#: npc/items/croconut.txt:28
#: npc/000-2-2/doors.txt:63
-#: npc/functions/main.txt:132
+#: npc/functions/clientversion.txt:9
#: npc/001-2-22/knife.txt:16
#: npc/001-2-23/doors.txt:70
#, no-c-format
@@ -23360,6 +21674,12 @@ msgstr ""
msgid "Narrator#000-0-1"
msgstr ""
+#. code: mes b(l("Nature"));
+#: npc/commands/info.txt:81
+#, no-c-format
+msgid "Nature"
+msgstr ""
+
#. code: Name: "Navy Blue Cotton Dye"
#: item_db.conf:-1
#, no-c-format
@@ -23373,7 +21693,7 @@ msgid "Need a Donut?"
msgstr ""
#. code: select l("Negative.");
-#: npc/008-1-1/hal.txt:91
+#: npc/008-1-1/hal.txt:90
#, no-c-format
msgid "Negative."
msgstr ""
@@ -23398,13 +21718,11 @@ msgstr ""
#. code: l("Never mind that, what happened then?"),
#: npc/008-2-2/kfahr.txt:366
-#: npc/008-2-2/kfahr.txt~:366
#, no-c-format
msgid "Never mind that, what happened then?"
msgstr ""
#. code: mesq l("Never really thought about it either...");
-#: npc/008-3-1/arkim.txt~:30
#: npc/008-3-1/arkim.txt:30
#, no-c-format
msgid "Never really thought about it either..."
@@ -23412,7 +21730,6 @@ msgstr ""
#. code: l("Never since that day have I strayed near them, and yet there you are, cutting them down one by one."),
#: npc/008-1/jack.txt:173
-#: npc/008-1/jack.txt~:173
#, no-c-format
msgid "Never since that day have I strayed near them, and yet there you are, cutting them down one by one."
msgstr ""
@@ -23431,14 +21748,10 @@ msgstr ""
#. code: dispbottom(l("New quest available: %s (level %d+)",
#. code: dispbottom l("New quest available: %s (level %d+)",
-#: npc/008-1/hinnak.txt~:320
-#: npc/008-2-1/inspector.txt~:165
#: npc/008-2-1/inspector.txt:165
-#: npc/008-2-4/bernard.txt~:196
#: npc/008-2-4/bernard.txt:196
-#: npc/008-2-6/alan.txt~:286
#: npc/008-2-6/alan.txt:286
-#: npc/008-1/hinnak.txt:320
+#: npc/008-1/hinnak.txt:344
#, no-c-format
msgid "New quest available: %s (level %d+)"
msgstr ""
@@ -23456,7 +21769,6 @@ msgid "Next broadcast: @@"
msgstr ""
#. code: l("Next it spat out the caravan, and then some other caravan it had plucked off from elswehere. Somehow, everyone from there was still alive, too."),
-#: npc/008-2-2/kfahr.txt~:349
#: npc/008-2-2/kfahr.txt:349
#, no-c-format
msgid "Next it spat out the caravan, and then some other caravan it had plucked off from elswehere. Somehow, everyone from there was still alive, too."
@@ -23469,20 +21781,19 @@ msgid "Nice day to you."
msgstr ""
#. code: l("Nice job."),
-#: npc/008-1-1/galimatia.txt:279
+#: npc/008-1-1/galimatia.txt:252
#, no-c-format
msgid "Nice job."
msgstr ""
#. code: l("Nice!"),
#: npc/008-2-4/bernard.txt:128
-#: npc/008-2-4/bernard.txt~:128
#, no-c-format
msgid "Nice!"
msgstr ""
#. code: l("Nice, gimme that!"),
-#: npc/008-1-1/galimatia.txt:258
+#: npc/008-1-1/galimatia.txt:231
#, no-c-format
msgid "Nice, gimme that!"
msgstr ""
@@ -23503,16 +21814,13 @@ msgstr ""
#. code: l("No"),
#. code: l("No");
#: npc/commands/scheduled-broadcasts.txt:64
-#: npc/001-3-2/henry.txt~:157
#: npc/functions/main.txt:205
#: npc/001-3-2/henry.txt:157
-#: npc/functions/main.txt~:206
#, no-c-format
msgid "No"
msgstr ""
#. code: l("No Deal");
-#: npc/009-2-3/chef.txt~:42
#: npc/009-2-3/chef.txt:42
#, no-c-format
msgid "No Deal"
@@ -23524,27 +21832,19 @@ msgstr ""
msgid "No I don't, but I can exchange them. 3 %s for a %s."
msgstr ""
-#. code: mesq lg("No and *hic*... No, you and you and your... *burp* stup*hic* guild!");
-#: npc/000-2-0/billybons.txt:32
-#, no-c-format
-msgid "No and *hic*... No, you and you and your... *burp* stup*hic* guild!#0"
-msgstr ""
-
-#. code: mesq lg("No and *hic*... No, you and you and your... *burp* stup*hic* guild!");
+#. code: mesq l("No and *hic*... No, you and you and your... *burp* stup*hic* guild!");
#: npc/000-2-0/billybons.txt:32
#, no-c-format
-msgid "No and *hic*... No, you and you and your... *burp* stup*hic* guild!#1"
+msgid "No and *hic*... No, you and you and your... *burp* stup*hic* guild!"
msgstr ""
#. code: npctalk3 l("No cookie for you!");
-#: npc/001-1/cookiemaster.txt~:209
-#: npc/001-1/cookiemaster.txt:209
+#: npc/001-1/cookiemaster.txt:208
#, no-c-format
msgid "No cookie for you!"
msgstr ""
#. code: l("No deal, I'm going to report you to authorities!");
-#: npc/008-3-5/nunia.txt~:37
#: npc/008-3-5/nunia.txt:37
#, no-c-format
msgid "No deal, I'm going to report you to authorities!"
@@ -23557,13 +21857,13 @@ msgid "No matter how many times I come here, I can't find the reason for the str
msgstr ""
#. code: l("No matter the grammar"),
-#: npc/001-2-6/books.txt:70
+#: npc/001-2-6/books.txt:71
#, no-c-format
msgid "No matter the grammar"
msgstr ""
#. code: l("No matter the spelling"),
-#: npc/001-2-6/books.txt:75
+#: npc/001-2-6/books.txt:76
#, no-c-format
msgid "No matter the spelling"
msgstr ""
@@ -23575,7 +21875,6 @@ msgid "No matter what people tell you, words and ideas can change the world."
msgstr ""
#. code: l("No more pain, thanks to you."),
-#: npc/001-2-2/moon.txt~:25
#: npc/001-2-2/moon.txt:25
#, no-c-format
msgid "No more pain, thanks to you."
@@ -23601,7 +21900,6 @@ msgstr ""
#. code: mesq l("No problem, do you have any other questions for me?");
#: npc/001-2-21/julia.txt:39
-#: npc/000-2-0/julia.txt~:191
#: npc/000-2-0/julia.txt:191
#, no-c-format
msgid "No problem, do you have any other questions for me?"
@@ -23614,7 +21912,6 @@ msgid "No problem, see you next time."
msgstr ""
#. code: l("No thank you, I'm fine. I'll come back later."), L_Bye;
-#: npc/001-1/cookiemaster.txt~:36
#: npc/001-1/cookiemaster.txt:36
#, no-c-format
msgid "No thank you, I'm fine. I'll come back later."
@@ -23628,18 +21925,22 @@ msgstr ""
#. code: l("No thanks."),
#: npc/008-1/jack.txt:127
-#: npc/008-1/jack.txt~:127
#, no-c-format
msgid "No thanks."
msgstr ""
#. code: mesq l("No time for that! She was running away from something and entered a cave not far from here. I heard her scream. Please, can you enter the cave and save her? I'm so scared!");
-#: npc/008-1/rossy.txt~:372
#: npc/008-1/rossy.txt:374
#, no-c-format
msgid "No time for that! She was running away from something and entered a cave not far from here. I heard her scream. Please, can you enter the cave and save her? I'm so scared!"
msgstr ""
+#. code: select( l("No way! That's the stench of a rotting corpse."));
+#: npc/009-2-0/soren.txt:55
+#, no-c-format
+msgid "No way! That's the stench of a rotting corpse."
+msgstr ""
+
#. code: l("No you don't have to go. I need your help, so you have to stay.");
#: npc/001-2-11/mona.txt:34
#, no-c-format
@@ -23653,20 +21954,20 @@ msgid "No!"
msgstr ""
#. code: l("No! Have you already forgot what I need for it?"),
-#: npc/008-1-1/galimatia.txt:170
-#: npc/008-1-1/galimatia.txt:227
+#: npc/008-1-1/galimatia.txt:148
+#: npc/008-1-1/galimatia.txt:200
#, no-c-format
msgid "No! Have you already forgot what I need for it?"
msgstr ""
#. code: l("No! No, no, my precious plushrooms! Don’t take me to them, they wants my precious.");
-#: npc/001-1/rumly.txt:54
+#: npc/001-1/rumly.txt:55
#, no-c-format
msgid "No! No, no, my precious plushrooms! Don’t take me to them, they wants my precious."
msgstr ""
#. code: l("No! You haven't!"),
-#: npc/008-1-1/galimatia.txt:198
+#: npc/008-1-1/galimatia.txt:175
#, no-c-format
msgid "No! You haven't!"
msgstr ""
@@ -23679,7 +21980,7 @@ msgid "No, I can't. I won't! All I wanted was to travel across the seas for fun,
msgstr ""
#. code: l("No, I don't, but I would like to know more about that."), -,
-#: npc/000-1/sapartan.txt:54
+#: npc/000-1/sapartan.txt:55
#, no-c-format
msgid "No, I don't, but I would like to know more about that."
msgstr ""
@@ -23700,8 +22001,6 @@ msgstr ""
#. code: rif(countitem(CoinBag) < .numCoins, l("No, I'll be back with them.")),
#: npc/008-2-13/lena.txt:180
#: npc/008-2-13/lena.txt:123
-#: npc/008-2-13/lena.txt~:123
-#: npc/008-2-13/lena.txt~:180
#, no-c-format
msgid "No, I'll be back with them."
msgstr ""
@@ -23726,46 +22025,39 @@ msgid "No, I'm not a scammer! You'll get a ship travel with me, I just... charge
msgstr ""
#. code: l("No, I'm not!");
-#: npc/020-2-24/kylian.txt~:44
#: npc/020-2-24/kylian.txt:44
#, no-c-format
msgid "No, I'm not!"
msgstr ""
#. code: l("No, I'm still looking."),
-#: npc/008-1/jack.txt~:153
#: npc/008-1/jack.txt:153
#, no-c-format
msgid "No, I'm still looking."
msgstr ""
#. code: l("No, and I gotta go, see you."), L_Kick;
-#: npc/001-1/cookiemaster.txt:199
-#: npc/001-1/cookiemaster.txt~:199
+#: npc/001-1/cookiemaster.txt:198
#, no-c-format
msgid "No, and I gotta go, see you."
msgstr ""
#. code: l("No, but I'll be right back.");
#: npc/008-1/rossy.txt:258
-#: npc/008-1/rossy.txt~:257
#, no-c-format
msgid "No, but I'll be right back."
msgstr ""
#. code: l("No, no... I said %d %s.", .BLACK_STINGERS_NR, getitemlink(BlackScorpionStinger));
#. code: l("No, no... I said %d %s.", .MUSHROOMS_NR, getitemlink(SmallMushroom));
-#: npc/008-2-2/kfahr.txt~:675
-#: npc/008-2-2/kfahr.txt~:688
#: npc/008-2-2/kfahr.txt:675
#: npc/008-2-2/kfahr.txt:688
#, no-c-format
msgid "No, no... I said %d %s."
msgstr ""
-#. code: if (select(l("Yes, I do."), l("No, none.")) == 1) {
#. code: l("No, none."), L_Quit;
-#: npc/000-2-0/julia.txt~:37
+#. code: if (select(l("Yes, I do."), l("No, none.")) == 1) {
#: npc/001-2-21/julia.txt:34
#: npc/000-2-0/julia.txt:37
#, no-c-format
@@ -23773,10 +22065,8 @@ msgid "No, none."
msgstr ""
#. code: mesq l("No, not at the moment.");
-#: npc/008-2-16/yannika.txt~:301
-#: npc/008-2-16/yannika.txt:301
-#: npc/008-2-16/yannika.txt:456
-#: npc/008-2-16/yannika.txt~:455
+#: npc/008-2-16/yannika.txt:457
+#: npc/008-2-16/yannika.txt:302
#, no-c-format
msgid "No, not at the moment."
msgstr ""
@@ -23789,14 +22079,12 @@ msgid "No, not yet."
msgstr ""
#. code: l("No, sorry, I didn't have the time. I'm more interested in hearing your stories."),
-#: npc/008-2-2/kfahr.txt~:653
#: npc/008-2-2/kfahr.txt:653
#, no-c-format
msgid "No, sorry, I didn't have the time. I'm more interested in hearing your stories."
msgstr ""
#. code: l("No, sorry, I'll keep looking."),
-#: npc/008-2-4/olana.txt~:140
#: npc/008-2-4/olana.txt:140
#, no-c-format
msgid "No, sorry, I'll keep looking."
@@ -23804,7 +22092,6 @@ msgstr ""
#. code: l("No, sorry."),
#. code: l("No, sorry."));
-#: npc/008-2-6/alan.txt~:173
#: npc/008-1/milly.txt:98
#: npc/008-1/sabine.txt:44
#: npc/008-2-6/alan.txt:173
@@ -23836,23 +22123,15 @@ msgstr ""
#. code: speech(l("No."));
#: npc/items/croconut.txt:21
#: npc/008-2-6/alan.txt:112
-#: npc/008-2-6/alan.txt~:33
#: npc/008-2-6/alan.txt:33
#: npc/008-2-4/bernard.txt:44
#: npc/008-2-6/alan.txt:180
-#: npc/008-1/hinnak.txt~:284
-#: npc/008-1/hinnak.txt:284
-#: npc/008-2-6/alan.txt~:94
-#: npc/008-2-6/alan.txt~:141
-#: npc/008-2-6/alan.txt~:180
-#: npc/008-2-6/alan.txt~:112
+#: npc/008-1/hinnak.txt:308
+#: npc/000-2-1/arpan.txt:288
#: npc/008-2-6/alan.txt:94
#: npc/001-2-22/knife.txt:22
-#: npc/000-2-1/arpan.txt:273
#: npc/000-2-2/doors.txt:27
#: npc/008-2-6/alan.txt:141
-#: npc/008-2-6/alan.txt~:261
-#: npc/008-2-4/bernard.txt~:44
#: npc/000-2-1/knife.txt:22
#: npc/001-2-23/doors.txt:27
#: npc/008-2-6/alan.txt:261
@@ -23862,13 +22141,11 @@ msgstr ""
#. code: l("No. I'm busy."),
#: npc/020-2-24/kylian.txt:52
-#: npc/020-2-24/kylian.txt~:52
#, no-c-format
msgid "No. I'm busy."
msgstr ""
#. code: mesq l("No. I'm crying because I lost all my fruits. My sister and I were collecting some near Dimond's Cove, but then I stumbled on a giant snail and it attacked us!");
-#: npc/008-1/rossy.txt~:106
#: npc/008-1/rossy.txt:106
#, no-c-format
msgid "No. I'm crying because I lost all my fruits. My sister and I were collecting some near Dimond's Cove, but then I stumbled on a giant snail and it attacked us!"
@@ -23886,16 +22163,10 @@ msgstr ""
msgid "No. They won't because Hal sent me to look after you, Tom Hanks."
msgstr ""
-#. code: lg("No? Better that way. It's so dangerous there.");
-#: npc/008-2-10/airlia.txt:11
-#, no-c-format
-msgid "No? Better that way. It's so dangerous there.#0"
-msgstr ""
-
-#. code: lg("No? Better that way. It's so dangerous there.");
+#. code: l("No? Better that way. It's so dangerous there.");
#: npc/008-2-10/airlia.txt:11
#, no-c-format
-msgid "No? Better that way. It's so dangerous there.#1"
+msgid "No? Better that way. It's so dangerous there."
msgstr ""
#. code: mesq l("Nobody ever does...");
@@ -23941,22 +22212,19 @@ msgid "Noh Mask"
msgstr ""
#. code: 020-1,171,80,0 script Noke NPC_DESERT_HAT_MAN,{
-#: npc/020-1/noke.txt~:7
#: npc/020-1/noke.txt:7
#, no-c-format
msgid "Noke"
msgstr ""
#. code: l("None of my troupe have left the city since we got here."),
-#: npc/008-2-24/troupe-leader.txt~:52
#: npc/008-2-24/troupe-leader.txt:52
#, no-c-format
msgid "None of my troupe have left the city since we got here."
msgstr ""
#. code: l("None of the raindrops touched her, as if they were afraid!"),
-#: npc/008-1/hinnak.txt:235
-#: npc/008-1/hinnak.txt~:235
+#: npc/008-1/hinnak.txt:259
#, no-c-format
msgid "None of the raindrops touched her, as if they were afraid!"
msgstr ""
@@ -23967,6 +22235,12 @@ msgstr ""
msgid "None of them?"
msgstr ""
+#. code: speech l("None told me such a thing in this lovely town. Why don't you ask them if they think that I'm dead?");
+#: npc/009-2-0/soren.txt:63
+#, no-c-format
+msgid "None told me such a thing in this lovely town. Why don't you ask them if they think that I'm dead?"
+msgstr ""
+
#. code: l("Nonsense!"),
#: npc/008-2-14/doctor.txt:52
#, no-c-format
@@ -23975,7 +22249,6 @@ msgstr ""
#. code: mesq l("Nope, it is still sealed tight. Go do your job if you want a reward.");
#: npc/001-3-2/henry.txt:204
-#: npc/001-3-2/henry.txt~:204
#, no-c-format
msgid "Nope, it is still sealed tight. Go do your job if you want a reward."
msgstr ""
@@ -23987,14 +22260,13 @@ msgid "Nope, there are no secrets hidden within the ship's hull. Some sailors sw
msgstr ""
#. code: l("Nope. I wont exchange for such less."),
-#: npc/008-1-1/galimatia.txt:320
+#: npc/008-1-1/galimatia.txt:288
#, no-c-format
msgid "Nope. I wont exchange for such less."
msgstr ""
#. code: l("Nope. You don't have enough ingredients for that."),
-#: npc/008-1-1/galimatia.txt:78
-#: npc/008-1-1/galimatia.txt:127
+#: npc/008-1-1/galimatia.txt:108
#, no-c-format
msgid "Nope. You don't have enough ingredients for that."
msgstr ""
@@ -24008,8 +22280,6 @@ msgstr ""
#. code: mesc l("The cave is %s", b(l("Northwest of here.")));
#: npc/008-1/rossy.txt:377
#: npc/008-1/rossy.txt:70
-#: npc/008-1/rossy.txt~:70
-#: npc/008-1/rossy.txt~:375
#, no-c-format
msgid "Northwest of here."
msgstr ""
@@ -24064,22 +22334,13 @@ msgstr ""
msgid "Not in the mood to chat."
msgstr ""
-#. code: lg("Not my problem.");
+#. code: l("Not my problem.");
#: npc/008-2-16/yannika.txt:81
-#: npc/008-2-16/yannika.txt~:81
#, no-c-format
-msgid "Not my problem.#0"
-msgstr ""
-
-#. code: lg("Not my problem.");
-#: npc/008-2-16/yannika.txt:81
-#: npc/008-2-16/yannika.txt~:81
-#, no-c-format
-msgid "Not my problem.#1"
+msgid "Not my problem."
msgstr ""
#. code: mesq l("Not now, I'm busy tending the garden.");
-#: npc/020-1/eomie.txt~:37
#: npc/020-1/eomie.txt:38
#, no-c-format
msgid "Not now, I'm busy tending the garden."
@@ -24092,7 +22353,6 @@ msgid "Not now, thank you."
msgstr ""
#. code: l("Not now.")))
-#: npc/001-1/chelios.txt~:66
#: npc/001-1/chelios.txt:66
#, no-c-format
msgid "Not now."
@@ -24111,8 +22371,7 @@ msgid "Not really but okay...?"
msgstr ""
#. code: select(l("Not really. All I got was a headache..."));
-#: npc/001-1/enora.txt~:103
-#: npc/001-1/enora.txt:103
+#: npc/001-1/enora.txt:104
#, no-c-format
msgid "Not really. All I got was a headache..."
msgstr ""
@@ -24136,15 +22395,13 @@ msgid "Not so good actually... I would feel better on Nard's ship."
msgstr ""
#. code: l("Not so great!");
-#: npc/008-2-16/yannika.txt~:372
-#: npc/008-2-16/yannika.txt:372
+#: npc/008-2-16/yannika.txt:373
#, no-c-format
msgid "Not so great!"
msgstr ""
#. code: l("Not so weird, perhaps, except that it was been bright and sunny just a second before!"),
-#: npc/008-1/hinnak.txt~:233
-#: npc/008-1/hinnak.txt:233
+#: npc/008-1/hinnak.txt:257
#, no-c-format
msgid "Not so weird, perhaps, except that it was been bright and sunny just a second before!"
msgstr ""
@@ -24158,50 +22415,37 @@ msgstr ""
#. code: l("Not terribly healthy, though, I s'pose...");
#: npc/008-2-2/kfahr.txt:589
-#: npc/008-2-2/kfahr.txt~:589
#, no-c-format
msgid "Not terribly healthy, though, I s'pose..."
msgstr ""
-#. code: mesq lg("You honor me, my beauty, but I'm already taken by Julia!", "Not to kill your dream, but... Julia is mine!");
+#. code: mesq l("Not to kill your dreams, but i fear me and Julia are romantically entangled and there is no room for a third person ... on the other hand *smirks frivolous*");
#: npc/000-1/silvio.txt:99
#, no-c-format
-msgid "Not to kill your dream, but... Julia is mine!#1"
-msgstr ""
-
-#. code: lg("Not yet, I'll be back.");
-#: npc/008-2-16/yannika.txt~:102
-#: npc/008-2-16/yannika.txt:102
-#, no-c-format
-msgid "Not yet, I'll be back.#0"
+msgid "Not to kill your dreams, but i fear me and Julia are romantically entangled and there is no room for a third person ... on the other hand *smirks frivolous*"
msgstr ""
-#. code: lg("Not yet, I'll be back.");
-#: npc/008-2-16/yannika.txt~:102
+#. code: l("Not yet, I'll be back.");
#: npc/008-2-16/yannika.txt:102
#, no-c-format
-msgid "Not yet, I'll be back.#1"
+msgid "Not yet, I'll be back."
msgstr ""
#. code: l("Not yet, but I am working on it."),
-#: npc/008-1/hinnak.txt:100
-#: npc/008-1/hinnak.txt~:100
+#: npc/008-1/hinnak.txt:124
#, no-c-format
msgid "Not yet, but I am working on it."
msgstr ""
#. code: l("Not yet, but I'll be back."),
#: npc/001-3-2/henry.txt:75
-#: npc/001-3-2/henry.txt~:75
#, no-c-format
msgid "Not yet, but I'll be back."
msgstr ""
#. code: l("Not yet, but I'll get to it."),
-#: npc/001-3-2/henry.txt:182
-#: npc/001-3-2/henry.txt~:271
#: npc/001-3-2/henry.txt:272
-#: npc/001-3-2/henry.txt~:182
+#: npc/001-3-2/henry.txt:182
#, no-c-format
msgid "Not yet, but I'll get to it."
msgstr ""
@@ -24210,7 +22454,6 @@ msgstr ""
#. code: switch (select(l("Yes, Arpan gave me these clothes."), l("Not yet.")))
#: npc/008-1/rossy.txt:256
#: npc/000-2-3/elmo.txt:32
-#: npc/008-1/rossy.txt~:255
#, no-c-format
msgid "Not yet."
msgstr ""
@@ -24271,27 +22514,23 @@ msgstr ""
#. code: l("Nothing grows in this stupid desert."),
#: npc/020-1/anwar.txt:27
-#: npc/020-1/anwar.txt~:27
#, no-c-format
msgid "Nothing grows in this stupid desert."
msgstr ""
#. code: mesc l("Nothing happens.");
#: npc/020-1/anwar.txt:85
-#: npc/020-1/anwar.txt~:85
#, no-c-format
msgid "Nothing happens."
msgstr ""
#. code: l("Nothing like a well-deserved %s after a long day of tending the crops!",
-#: npc/008-1/hinnak.txt~:201
-#: npc/008-1/hinnak.txt:201
+#: npc/008-1/hinnak.txt:225
#, no-c-format
msgid "Nothing like a well-deserved %s after a long day of tending the crops!"
msgstr ""
#. code: l("Nothing much else happened on that trip. When we arrived in Tulimshar, people at first didn't believe the story, of course, until we showed them the treasures and the bones. Ah, those were wonderful days...");
-#: npc/008-2-2/kfahr.txt~:413
#: npc/008-2-2/kfahr.txt:413
#, no-c-format
msgid "Nothing much else happened on that trip. When we arrived in Tulimshar, people at first didn't believe the story, of course, until we showed them the treasures and the bones. Ah, those were wonderful days..."
@@ -24306,13 +22545,11 @@ msgstr ""
#. code: l("Nothing, sorry."), -;
#. code: l("Nothing, sorry.");
#. code: l("Nothing, sorry."), L_Quit;
-#: npc/000-2-1/arpan.txt:163
#: npc/001-2-21/julia.txt:89
#: npc/001-2-21/julia.txt:29
-#: npc/000-2-0/julia.txt~:225
#: npc/000-2-0/julia.txt:187
-#: npc/000-2-0/julia.txt~:187
#: npc/000-2-0/julia.txt:225
+#: npc/000-2-1/arpan.txt:164
#, no-c-format
msgid "Nothing, sorry."
msgstr ""
@@ -24322,25 +22559,21 @@ msgstr ""
#. code: l("Nothing.");
#. code: l("Nothing."), L_Quit;
#. code: l("Nothing."));
-#: npc/001-2-28/plush.txt:97
-#: npc/001-1/enora.txt:392
+#: npc/001-2-28/plush.txt:96
#: npc/items/shovel.txt:184
-#: npc/001-1/enora.txt~:392
+#: npc/001-1/enora.txt:418
+#: npc/001-2-4/robin.txt:14
#: npc/001-2-6/christopher.txt:27
-#: npc/001-2-28/plush.txt~:96
#: npc/001-2-27/don.txt:22
-#: npc/001-2-27/don.txt~:22
#: npc/000-2-3/box.txt:31
#: npc/001-2-32/serena.txt:15
#: npc/008-2-2/melania.txt:21
-#: npc/001-2-6/leonard.txt:29
-#: npc/001-2-4/robin.txt:14
+#: npc/001-2-6/leonard.txt:30
#, no-c-format
msgid "Nothing."
msgstr ""
#. code: mesq l("Now I know you're lying; Go find my file and deal with it!");
-#: npc/001-3-2/henry.txt~:110
#: npc/001-3-2/henry.txt:110
#, no-c-format
msgid "Now I know you're lying; Go find my file and deal with it!"
@@ -24365,14 +22598,13 @@ msgid "Now I should tell you more about how that little girl got into that cave
msgstr ""
#. code: mesq l("Now begone and stop disrupting my work!");
-#: npc/009-2-3/chef.txt~:80
#: npc/009-2-3/chef.txt:80
#, no-c-format
msgid "Now begone and stop disrupting my work!"
msgstr ""
#. code: mesq l("Now go outside and talk to Gugli, he'll tell you what we need.");
-#: npc/000-2-3/nard.txt:105
+#: npc/000-2-3/nard.txt:106
#, no-c-format
msgid "Now go outside and talk to Gugli, he'll tell you what we need."
msgstr ""
@@ -24384,74 +22616,60 @@ msgid "Now go outside and talk with Gugli, he'll tell you what provisions we nee
msgstr ""
#. code: mesq l("Now go, and fetch the materials again. I'll make another fertilizer for you.");
-#: npc/020-1/eomie.txt~:143
#: npc/020-1/eomie.txt:144
#, no-c-format
msgid "Now go, and fetch the materials again. I'll make another fertilizer for you."
msgstr ""
-#. code: lg("Now go, search for the unknown.");
-#: npc/012-3-3/manatree.txt:11
-#, no-c-format
-msgid "Now go, search for the unknown.#0"
-msgstr ""
-
-#. code: lg("Now go, search for the unknown.");
-#: npc/012-3-3/manatree.txt:11
+#. code: mesc l("Now go, search for the unknown.");
+#: npc/012-3-3/manatree.txt:17
#, no-c-format
-msgid "Now go, search for the unknown.#1"
+msgid "Now go, search for the unknown."
msgstr ""
#. code: l("Now it is junk."),
-#: npc/008-2-6/alan.txt~:232
#: npc/008-2-6/alan.txt:232
#, no-c-format
msgid "Now it is junk."
msgstr ""
#. code: l("Now let's see...");
-#: npc/008-2-4/bernard.txt~:103
#: npc/008-2-4/bernard.txt:103
#, no-c-format
msgid "Now let's see..."
msgstr ""
#. code: mesq l("Now listen to and ponder my words...");
-#: npc/001-1/cookiemaster.txt~:127
-#: npc/001-1/cookiemaster.txt:127
+#: npc/001-1/cookiemaster.txt:126
#, no-c-format
msgid "Now listen to and ponder my words..."
msgstr ""
#. code: mesq l("Now move!");
-#: npc/000-2-1/chefgado.txt:131
+#: npc/000-2-1/chefgado.txt:130
#, no-c-format
msgid "Now move!"
msgstr ""
-#. code: mesq l("Now she is crying looking for me. The poor kid.");
-#: npc/012-1/liana.txt:18
+#. code: dispbottom l("Now run back to Enora!");
+#: npc/001-1/beuss.txt:26
#, no-c-format
-msgid "Now she is crying looking for me. The poor kid."
+msgid "Now run back to Enora!"
msgstr ""
-#. code: l("Now stand still... It should not take much time...");
-#: npc/functions/resetstatus.txt~:86
-#: npc/functions/resetstatus.txt:86
-#: npc/001-1/rumly.txt:156
+#. code: mesq l("Now she is crying looking for me. The poor kid.");
+#: npc/012-1/liana.txt:18
#, no-c-format
-msgid "Now stand still... It should not take much time..."
+msgid "Now she is crying looking for me. The poor kid."
msgstr ""
#. code: l("Now that I think about it, I have another task for you. I asked Resa from the light armor shop to craft me some new clothes, she is a bit far from here, I can't go there because I need to watch the dock."),
-#: npc/001-1/enora.txt~:199
-#: npc/001-1/enora.txt:199
+#: npc/001-1/enora.txt:200
#, no-c-format
msgid "Now that I think about it, I have another task for you. I asked Resa from the light armor shop to craft me some new clothes, she is a bit far from here, I can't go there because I need to watch the dock."
msgstr ""
#. code: l("Now that I think about it, they are the only shops that are independent in Artis..."),
-#: npc/001-1/chelios.txt~:113
#: npc/001-1/chelios.txt:113
#, no-c-format
msgid "Now that I think about it, they are the only shops that are independent in Artis..."
@@ -24464,7 +22682,6 @@ msgid "Now that you bring up that topic, that reminds me of something..."
msgstr ""
#. code: l("Now that's one of my favorite tales, but my throat is just a little too dry to talk about something like that... could you help me out a little here?");
-#: npc/008-2-2/kfahr.txt~:178
#: npc/008-2-2/kfahr.txt:178
#, no-c-format
msgid "Now that's one of my favorite tales, but my throat is just a little too dry to talk about something like that... could you help me out a little here?"
@@ -24472,14 +22689,12 @@ msgstr ""
#. code: mesc l("Now the woman giggles. They don't notice you.");
#: npc/009-2-5/lovers.txt:12
-#: npc/009-2-5/lovers.txt~:12
#, no-c-format
msgid "Now the woman giggles. They don't notice you."
msgstr ""
#. code: mesq l("Now you'll need to fish a carp. It can be a %s or a single %s, for the sandwhich.", getitemlink(CommonCarp), getitemlink(GrassCarp));
-#: npc/008-2-16/yannika.txt:283
-#: npc/008-2-16/yannika.txt~:283
+#: npc/008-2-16/yannika.txt:284
#, no-c-format
msgid "Now you'll need to fish a carp. It can be a %s or a single %s, for the sandwhich."
msgstr ""
@@ -24503,27 +22718,25 @@ msgid "Now, leave me alone..."
msgstr ""
#. code: mesq l("Now, lets get back to business.");
-#: npc/000-2-3/nard.txt:155
+#: npc/000-2-3/nard.txt:156
#, no-c-format
msgid "Now, lets get back to business."
msgstr ""
#. code: mesq l("Now, move!");
-#: npc/001-1/cookiemaster.txt:219
-#: npc/001-1/cookiemaster.txt~:219
+#: npc/001-1/cookiemaster.txt:218
#, no-c-format
msgid "Now, move!"
msgstr ""
#. code: l("Now, one day the water people drew from the wells started smelling. The smell was nauseating, and people who drank from it became violently sick."),
-#: npc/008-2-2/kfahr.txt~:518
#: npc/008-2-2/kfahr.txt:518
#, no-c-format
msgid "Now, one day the water people drew from the wells started smelling. The smell was nauseating, and people who drank from it became violently sick."
msgstr ""
#. code: l("Now, this ship is not the most comfortable, don't you agree?"),
-#: npc/000-0-1/narrator.txt:88
+#: npc/000-0-1/narrator.txt:87
#, no-c-format
msgid "Now, this ship is not the most comfortable, don't you agree?"
msgstr ""
@@ -24548,15 +22761,12 @@ msgid "Now, your next task is: I've heard rumors... About some delicious food, l
msgstr ""
#. code: l("Nowhere, I'm fine here.")))
-#: npc/001-2-24/nard.txt~:50
#: npc/001-2-24/nard.txt:50
#, no-c-format
msgid "Nowhere, I'm fine here."
msgstr ""
#. code: 008-3-5,35,65,0 script Nunia NPC_NUNIA,{
-#. code: 008-3-5,50,35,0 script Nunia NPC_NUNIA,{
-#: npc/008-3-5/nunia.txt~:7
#: npc/008-3-5/nunia.txt:7
#, no-c-format
msgid "Nunia"
@@ -24569,7 +22779,7 @@ msgid "Nurse"
msgstr ""
#. code: Name: "Nutcracker"
-#: mob_db.conf:3901
+#: mob_db.conf:3844
#, no-c-format
msgid "Nutcracker"
msgstr ""
@@ -24593,7 +22803,6 @@ msgid "OH, LOOK THERE!"
msgstr ""
#. code: l("OK, I'll ask him."),
-#: npc/008-2-6/alan.txt~:77
#: npc/008-2-6/alan.txt:77
#, no-c-format
msgid "OK, I'll ask him."
@@ -24606,7 +22815,6 @@ msgid "OK, let's trade."
msgstr ""
#. code: l("OK, thanks."),
-#: npc/008-2-6/alan.txt~:26
#: npc/008-2-6/alan.txt:26
#, no-c-format
msgid "OK, thanks."
@@ -24619,8 +22827,7 @@ msgid "Oak"
msgstr ""
#. code: l("Of course I'm here to save you, Rossy sent me here!");
-#: npc/008-3-0/juliet.txt:601
-#: npc/008-3-0/juliet.txt~:601
+#: npc/008-3-0/juliet.txt:600
#, no-c-format
msgid "Of course I'm here to save you, Rossy sent me here!"
msgstr ""
@@ -24632,41 +22839,27 @@ msgid "Of course not."
msgstr ""
#. code: mesq l("Of course there is a reward for your task.");
-#: npc/000-2-3/nard.txt:91
+#: npc/000-2-3/nard.txt:92
#, no-c-format
msgid "Of course there is a reward for your task."
msgstr ""
#. code: l("Of course we tried to go there again. After seeing all that treasure, George wouldn't give up on it. We tried many times – as did others, from what I've heard – but we never found it again.");
-#: npc/008-2-2/kfahr.txt~:495
#: npc/008-2-2/kfahr.txt:495
#, no-c-format
msgid "Of course we tried to go there again. After seeing all that treasure, George wouldn't give up on it. We tried many times – as did others, from what I've heard – but we never found it again."
msgstr ""
#. code: mesq l("Of course you do! Just listen carefully to these words my sweet.");
-#: npc/001-1/cookiemaster.txt~:40
-#, no-c-format
-msgid "Of course you do! Just listen carefully to these words my sweet."
-msgstr ""
-
-#. code: mesq lg("Of course you do! Just listen carefully to these words my sweet.");
-#: npc/001-1/cookiemaster.txt:40
-#, no-c-format
-msgid "Of course you do! Just listen carefully to these words my sweet.#0"
-msgstr ""
-
-#. code: mesq lg("Of course you do! Just listen carefully to these words my sweet.");
#: npc/001-1/cookiemaster.txt:40
#, no-c-format
-msgid "Of course you do! Just listen carefully to these words my sweet.#1"
+msgid "Of course you do! Just listen carefully to these words my sweet."
msgstr ""
#. code: switch (select(l("Of course!"),
#. code: l("Of course!");
#: npc/001-1/katja.txt:69
#: npc/008-2-2/kfahr.txt:392
-#: npc/008-2-2/kfahr.txt~:392
#, no-c-format
msgid "Of course!"
msgstr ""
@@ -24679,21 +22872,18 @@ msgstr ""
#. code: mesq l("Of course! Tell me which language you speak and I will change the note on the ship passenger list.");
#: npc/000-2-0/julia.txt:144
-#: npc/000-2-0/julia.txt~:144
#, no-c-format
msgid "Of course! Tell me which language you speak and I will change the note on the ship passenger list."
msgstr ""
#. code: l("Of course! What do you need?")))
-#: npc/001-1/enora.txt~:141
-#: npc/001-1/enora.txt:141
+#: npc/001-1/enora.txt:142
#, no-c-format
msgid "Of course! What do you need?"
msgstr ""
#. code: l("Of course, I'll go get them for you.");
#: npc/008-1/mikhail.txt:46
-#: npc/008-1/mikhail.txt~:46
#, no-c-format
msgid "Of course, I'll go get them for you."
msgstr ""
@@ -24717,7 +22907,6 @@ msgid "Of course, the Legion of Aemil can easily provide you with such training,
msgstr ""
#. code: mesq l("Of course, they are on the left wall, go have a look at them.");
-#: npc/000-2-0/julia.txt~:200
#: npc/000-2-0/julia.txt:200
#, no-c-format
msgid "Of course, they are on the left wall, go have a look at them."
@@ -24731,20 +22920,18 @@ msgstr ""
#. code: l("Of course, you can select a bed somewhere else after your reservation, but you won't get your HP recovery until you choose to get some rest in the inn."),
#: npc/001-2-28/plush.txt:15
-#: npc/001-2-28/plush.txt~:15
#, no-c-format
msgid "Of course, you can select a bed somewhere else after your reservation, but you won't get your HP recovery until you choose to get some rest in the inn."
msgstr ""
#. code: mesq l("Of course. I'm glad she is safe. You know, we don't really care with this Legion versus Brotherhood stifle.");
#: npc/001-3-2/henry.txt:312
-#: npc/001-3-2/henry.txt~:311
#, no-c-format
msgid "Of course. I'm glad she is safe. You know, we don't really care with this Legion versus Brotherhood stifle."
msgstr ""
#. code: l("Of the two of them, who has 'good' on their side?");
-#: npc/000-2-3/nard.txt:189
+#: npc/000-2-3/nard.txt:190
#, no-c-format
msgid "Of the two of them, who has 'good' on their side?"
msgstr ""
@@ -24780,20 +22967,14 @@ msgstr ""
msgid "Oh and guess what! I'm almost out of potions anyway."
msgstr ""
-#. code: mesq lg("Oh darling, what brought you here?"); // TRANSLATORS: Darling - Expresses familiarity or elderliness in relation to PC.
-#: npc/001-2-32/serena.txt:11
-#, no-c-format
-msgid "Oh darling, what brought you here?#0"
-msgstr ""
-
-#. code: mesq lg("Oh darling, what brought you here?"); // TRANSLATORS: Darling - Expresses familiarity or elderliness in relation to PC.
+#. code: mesq l("Oh darling, what brought you here?"); // TRANSLATORS: Darling - Expresses familiarity or elderliness in relation to PC.
#: npc/001-2-32/serena.txt:11
#, no-c-format
-msgid "Oh darling, what brought you here?#1"
+msgid "Oh darling, what brought you here?"
msgstr ""
#. code: mesq l("Oh dear, please come back later then.");
-#: npc/001-2-32/serena.txt:56
+#: npc/001-2-32/serena.txt:55
#, no-c-format
msgid "Oh dear, please come back later then."
msgstr ""
@@ -24807,11 +22988,8 @@ msgstr ""
#. code: l("Oh hey!"),
#: npc/009-2-6/jpmorbid.txt:10
#: npc/008-2-1/selim.txt:9
-#: npc/009-2-6/jpmorbid.txt~:10
-#: npc/008-2-1/selim.txt~:9
#: npc/020-2-9/hydusun.txt:11
#: npc/008-2-1/richard.txt:11
-#: npc/009-2-7/jpmorbid.txt~:11
#: npc/001-1/elmo.txt:8
#, no-c-format
msgid "Oh hey!"
@@ -24830,7 +23008,6 @@ msgid "Oh look, there's a piou behind you!"
msgstr ""
#. code: mesq l("Oh my, never really thought about it!");
-#: npc/008-3-1/arkim.txt~:18
#: npc/008-3-1/arkim.txt:18
#, no-c-format
msgid "Oh my, never really thought about it!"
@@ -24850,14 +23027,12 @@ msgstr ""
#. code: mesq l("Oh no! I completely forgot. The exam! Dang, I knew I should not have picked Alchemy for study...");
#: npc/008-1/rossy.txt:197
-#: npc/008-1/rossy.txt~:196
#, no-c-format
msgid "Oh no! I completely forgot. The exam! Dang, I knew I should not have picked Alchemy for study..."
msgstr ""
#. code: mesq l("Oh no! Juliet ... why would you go to that scary place? ... Please help her, %s!", strcharinfo(0));
#: npc/008-1/rossy.txt:69
-#: npc/008-1/rossy.txt~:69
#, no-c-format
msgid "Oh no! Juliet ... why would you go to that scary place? ... Please help her, %s!"
msgstr ""
@@ -24868,25 +23043,6 @@ msgstr ""
msgid "Oh no! Well, I never said to confront alone. Did you try going with friends?"
msgstr ""
-#. code: rif(Zeny == 0, l("Oh no, I don't have any money on me right now.")),
-#: npc/functions/resetstatus.txt~:77
-#: npc/functions/resetstatus.txt:77
-#, no-c-format
-msgid "Oh no, I don't have any money on me right now."
-msgstr ""
-
-#. code: rif(countitem(Plushroom) == 0, lg("Oh no, I don't have any plushroom on me right now.")),
-#: npc/001-1/rumly.txt:144
-#, no-c-format
-msgid "Oh no, I don't have any plushroom on me right now.#0"
-msgstr ""
-
-#. code: rif(countitem(Plushroom) == 0, lg("Oh no, I don't have any plushroom on me right now.")),
-#: npc/001-1/rumly.txt:144
-#, no-c-format
-msgid "Oh no, I don't have any plushroom on me right now.#1"
-msgstr ""
-
#. code: mesq l("Oh no, but I've noticed a weird light on the other part of this island, I wonder what it could be...");
#: npc/000-1/darlin.txt:121
#, no-c-format
@@ -24900,27 +23056,25 @@ msgid "Oh no, the piou escaped!"
msgstr ""
#. code: l("Oh no, you still have @@ Fluffies to kill.", 10 - getq2(ArtisQuests_Enora));
-#: npc/001-1/enora.txt:294
-#: npc/001-1/enora.txt~:294
+#: npc/001-1/enora.txt:295
#, no-c-format
msgid "Oh no, you still have @@ Fluffies to kill."
msgstr ""
#. code: mesq l("Oh no... Did he asked you to help you with something crazy? I feared he would do that...");
-#: npc/008-2-16/yannika.txt~:379
-#: npc/008-2-16/yannika.txt:379
+#: npc/008-2-16/yannika.txt:380
#, no-c-format
msgid "Oh no... Did he asked you to help you with something crazy? I feared he would do that..."
msgstr ""
#. code: l("Oh noes!"),
-#: npc/001-1/rumly.txt:106
+#: npc/001-1/rumly.txt:99
#, no-c-format
msgid "Oh noes!"
msgstr ""
#. code: mesq l("Oh noes! I can't believe it!");
-#: npc/000-2-3/nard.txt:224
+#: npc/000-2-3/nard.txt:225
#, no-c-format
msgid "Oh noes! I can't believe it!"
msgstr ""
@@ -24933,13 +23087,11 @@ msgstr ""
#. code: mesq l("Oh noes!!!!");
#: npc/008-2-4/olana.txt:151
-#: npc/008-2-4/olana.txt~:151
#, no-c-format
msgid "Oh noes!!!!"
msgstr ""
#. code: mes l("Oh noes, who nows can help my wife? Please reconsider!");
-#: npc/020-1/joaquim.txt~:130
#: npc/020-1/joaquim.txt:130
#, no-c-format
msgid "Oh noes, who nows can help my wife? Please reconsider!"
@@ -24952,7 +23104,7 @@ msgid "Oh oh... I see, your party became so big that you want to create an even
msgstr ""
#. code: l("Oh okay.");
-#: npc/000-2-1/arpan.txt:223
+#: npc/000-2-1/arpan.txt:238
#, no-c-format
msgid "Oh okay."
msgstr ""
@@ -24970,7 +23122,7 @@ msgid "Oh really? I'll put more food in the next box then."
msgstr ""
#. code: mesq l("Oh right, I totally forgot about that, here you go.");
-#: npc/000-2-1/arpan.txt:237
+#: npc/000-2-1/arpan.txt:252
#, no-c-format
msgid "Oh right, I totally forgot about that, here you go."
msgstr ""
@@ -24987,21 +23139,14 @@ msgstr ""
msgid "Oh thank you so much!"
msgstr ""
-#. code: mesq lg("Oh well, we rescued you when you were yaying adrift in the sea.");
+#. code: mesq l("Oh well, we rescued you when you were yaying adrift in the sea.");
#: npc/000-2-1/arpan.txt:130
#, no-c-format
-msgid "Oh well, we rescued you when you were yaying adrift in the sea.#0"
-msgstr ""
-
-#. code: mesq lg("Oh well, we rescued you when you were yaying adrift in the sea.");
-#: npc/000-2-1/arpan.txt:130
-#, no-c-format
-msgid "Oh well, we rescued you when you were yaying adrift in the sea.#1"
+msgid "Oh well, we rescued you when you were yaying adrift in the sea."
msgstr ""
#. code: l("Oh yes, I have one last errand for you, Q'Pid in the market sells potions."),
-#: npc/001-1/enora.txt:234
-#: npc/001-1/enora.txt~:234
+#: npc/001-1/enora.txt:235
#, no-c-format
msgid "Oh yes, I have one last errand for you, Q'Pid in the market sells potions."
msgstr ""
@@ -25012,20 +23157,13 @@ msgstr ""
msgid "Oh yeye did, his store is just beside me!"
msgstr ""
-#. code: mesq lg("Oh yeyeye... As they are not edible, you can maybe try to equip them?");
-#: npc/000-2-1/arpan.txt:250
-#, no-c-format
-msgid "Oh yeyeye... As they are not edible, you can maybe try to equip them?#0"
-msgstr ""
-
-#. code: mesq lg("Oh yeyeye... As they are not edible, you can maybe try to equip them?");
-#: npc/000-2-1/arpan.txt:250
+#. code: mesq l("Oh yeyeye... As they are not edible, you can maybe try to equip them?");
+#: npc/000-2-1/arpan.txt:265
#, no-c-format
-msgid "Oh yeyeye... As they are not edible, you can maybe try to equip them?#1"
+msgid "Oh yeyeye... As they are not edible, you can maybe try to equip them?"
msgstr ""
#. code: mesq l("Oh you did? That's good. I'm relieved. But what about Juliet?");
-#: npc/008-2-4/olana.txt~:158
#: npc/008-2-4/olana.txt:158
#, no-c-format
msgid "Oh you did? That's good. I'm relieved. But what about Juliet?"
@@ -25044,7 +23182,7 @@ msgid "Oh! And our party chat was really entertaining, I do highly recommend you
msgstr ""
#. code: mesq l("Oh! I like that sort of answer!");
-#: npc/000-2-3/nard.txt:81
+#: npc/000-2-3/nard.txt:82
#, no-c-format
msgid "Oh! I like that sort of answer!"
msgstr ""
@@ -25056,8 +23194,7 @@ msgid "Oh! You saved me, I was too afraid to unpack my stuff without this pass."
msgstr ""
#. code: l("Oh, I can't be sure..."),
-#: npc/008-1/hinnak.txt~:262
-#: npc/008-1/hinnak.txt:262
+#: npc/008-1/hinnak.txt:286
#, no-c-format
msgid "Oh, I can't be sure..."
msgstr ""
@@ -25075,13 +23212,12 @@ msgid "Oh, I see. That's right. Why should someone come here to see me, seriousl
msgstr ""
#. code: mesq l("Oh, I was going to ask you if you wanted to help the crew search for some food and explore the island out there.");
-#: npc/000-2-3/nard.txt:70
+#: npc/000-2-3/nard.txt:71
#, no-c-format
msgid "Oh, I was going to ask you if you wanted to help the crew search for some food and explore the island out there."
msgstr ""
#. code: mesq l("Oh, I'm sorry. Welcome to Reid's Inn. My name is Reid, I am the innkeeper of this wonderful place of leisure. Please enjoy your visit here!");
-#: npc/009-2-3/reid.txt~:15
#: npc/009-2-3/reid.txt:15
#, no-c-format
msgid "Oh, I'm sorry. Welcome to Reid's Inn. My name is Reid, I am the innkeeper of this wonderful place of leisure. Please enjoy your visit here!"
@@ -25089,20 +23225,17 @@ msgstr ""
#. code: mesq l("Oh, a traveler. Welcome.");
#: npc/008-2-4/olana.txt:27
-#: npc/008-2-4/olana.txt~:27
#, no-c-format
msgid "Oh, a traveler. Welcome."
msgstr ""
#. code: mesq l("Oh, and I almost forgot! Do not give the password of your room to anybody! I am the only one who has the other key and I won't ask for yours so keep it secret and try not to use the same password for any other room in the future.");
#: npc/000-2-0/julia.txt:273
-#: npc/000-2-0/julia.txt~:273
#, no-c-format
msgid "Oh, and I almost forgot! Do not give the password of your room to anybody! I am the only one who has the other key and I won't ask for yours so keep it secret and try not to use the same password for any other room in the future."
msgstr ""
#. code: l("Oh, and I think I'll keep those in return; I know someone who will trade them for antidote potions.");
-#: npc/008-2-2/kfahr.txt~:751
#: npc/008-2-2/kfahr.txt:751
#, no-c-format
msgid "Oh, and I think I'll keep those in return; I know someone who will trade them for antidote potions."
@@ -25110,7 +23243,6 @@ msgstr ""
#. code: l("Oh, and I'll also need %s E for other materials.", format_number(.shield_cost)));
#: npc/008-1/jack.txt:138
-#: npc/008-1/jack.txt~:138
#, no-c-format
msgid "Oh, and I'll also need %s E for other materials."
msgstr ""
@@ -25129,21 +23261,14 @@ msgstr ""
#. code: mesq l("Oh, and after you give the berries to my mother, please come back here. Err, if you have some free time, of course.");
#: npc/008-1/rossy.txt:174
-#: npc/008-1/rossy.txt~:173
#, no-c-format
msgid "Oh, and after you give the berries to my mother, please come back here. Err, if you have some free time, of course."
msgstr ""
-#. code: mesq lg("Oh, and give her some clothes, the poor girl, the ones she had were in an even worse condition than the ones we have.", "Oh, and give him some clothes, the poor guy, the ones he had were in an even worse condition than the ones we have.");
-#: npc/000-0-0/sailors.txt:46
-#, no-c-format
-msgid "Oh, and give her some clothes, the poor girl, the ones she had were in an even worse condition than the ones we have.#0"
-msgstr ""
-
-#. code: mesq lg("Oh, and give her some clothes, the poor girl, the ones she had were in an even worse condition than the ones we have.", "Oh, and give him some clothes, the poor guy, the ones he had were in an even worse condition than the ones we have.");
+#. code: mesq l("Oh, and give our friend - or foe - some clothes, that shabby rags are in even worse condition than ours.");
#: npc/000-0-0/sailors.txt:46
#, no-c-format
-msgid "Oh, and give him some clothes, the poor guy, the ones he had were in an even worse condition than the ones we have.#1"
+msgid "Oh, and give our friend - or foe - some clothes, that shabby rags are in even worse condition than ours."
msgstr ""
#. code: mesq l("Oh, and if you really plan to rescue the girl, I advise you to use potions for every single battle. I'm thinking of Concentration and Iron Potions. You might want to take some food with you too. I would personally take some water, I'm always thirsty. Don't be afraid to bring too much with you, these battles take time to end.");
@@ -25153,13 +23278,12 @@ msgid "Oh, and if you really plan to rescue the girl, I advise you to use potion
msgstr ""
#. code: mesq l("Oh, and it is not only that.");
-#: npc/000-2-3/nard.txt:233
+#: npc/000-2-3/nard.txt:234
#, no-c-format
msgid "Oh, and it is not only that."
msgstr ""
#. code: mesq l("Oh, and there was this inscription on your raft. It represents the Legion of Aemil, one of the four main guilds of Gasaron. Does that help you remember anything, anything at all?");
-#: npc/000-2-0/julia.txt~:182
#: npc/000-2-0/julia.txt:182
#, no-c-format
msgid "Oh, and there was this inscription on your raft. It represents the Legion of Aemil, one of the four main guilds of Gasaron. Does that help you remember anything, anything at all?"
@@ -25179,7 +23303,6 @@ msgstr ""
#. code: l("Oh, but I'll still need the book. Even if all pages are white.");
#: npc/008-2-16/yannika.txt:121
-#: npc/008-2-16/yannika.txt~:121
#, no-c-format
msgid "Oh, but I'll still need the book. Even if all pages are white."
msgstr ""
@@ -25190,16 +23313,10 @@ msgstr ""
msgid "Oh, but they aren't only fast - they're more vicious than common rattos, from all the sugar they eat. And if you take too long killing them, Riskim will hear and - things will turn out badly!"
msgstr ""
-#. code: mesq lg("Oh, but you didn't come here to talk about that, am I right?");
+#. code: mesq l("Oh, but you didn't come here to talk about that, am I right?");
#: npc/000-1/astapolos.txt:52
#, no-c-format
-msgid "Oh, but you didn't come here to talk about that, am I right?#0"
-msgstr ""
-
-#. code: mesq lg("Oh, but you didn't come here to talk about that, am I right?");
-#: npc/000-1/astapolos.txt:52
-#, no-c-format
-msgid "Oh, but you didn't come here to talk about that, am I right?#1"
+msgid "Oh, but you didn't come here to talk about that, am I right?"
msgstr ""
#. code: mesq l("Oh, he is not far away from here. Just take the road through the crocojungle north from here.");
@@ -25208,14 +23325,8 @@ msgstr ""
msgid "Oh, he is not far away from here. Just take the road through the crocojungle north from here."
msgstr ""
-#. code: mesq lg("Oh, she's still alive!", "Oh, he's still alive!");
-#: npc/000-0/sailors.txt:70
-#, no-c-format
-msgid "Oh, he's still alive!#1"
-msgstr ""
-
#. code: l("Oh, hello again!"),
-#: npc/000-0-1/narrator.txt:86
+#: npc/000-0-1/narrator.txt:85
#, no-c-format
msgid "Oh, hello again!"
msgstr ""
@@ -25245,7 +23356,6 @@ msgid "Oh, hi."
msgstr ""
#. code: mesq l("Oh, how stupid I am! Here, take some of my money and buy Red Tulips instead, the same amount. Keep the flowers.");
-#: npc/008-2-4/olana.txt~:269
#: npc/008-2-4/olana.txt:270
#, no-c-format
msgid "Oh, how stupid I am! Here, take some of my money and buy Red Tulips instead, the same amount. Keep the flowers."
@@ -25264,27 +23374,27 @@ msgid "Oh, it's you."
msgstr ""
#. code: mesq l("Oh, it's you. I think it's better we do not talk for a while. They suspect something.");
-#: npc/000-2-1/chefgado.txt:188
+#: npc/000-2-1/chefgado.txt:187
#, no-c-format
msgid "Oh, it's you. I think it's better we do not talk for a while. They suspect something."
msgstr ""
-#. code: mesq l("Oh, nooooo... If I go home now, my mum will give me chores.");
-#: npc/001-1/trees.txt:67
+#. code: mesq l("Oh, look who is waking up!");
+#: npc/000-0-0/sailors.txt:62
#, no-c-format
-msgid "Oh, nooooo... If I go home now, my mum will give me chores."
+msgid "Oh, look who is waking up!"
msgstr ""
-#. code: mes lg("Oh, now that I remember, we also found some money in your pockets, here it is!");
-#: npc/000-2-1/arpan.txt:205
+#. code: mesq l("Oh, nooooo... If I go home now, my mum will give me chores.");
+#: npc/001-1/trees.txt:67
#, no-c-format
-msgid "Oh, now that I remember, we also found some money in your pockets, here it is!#0"
+msgid "Oh, nooooo... If I go home now, my mum will give me chores."
msgstr ""
-#. code: mes lg("Oh, now that I remember, we also found some money in your pockets, here it is!");
-#: npc/000-2-1/arpan.txt:205
+#. code: mes l("Oh, now that I remember, we also found some money in your pockets, here it is!");
+#: npc/000-2-1/arpan.txt:220
#, no-c-format
-msgid "Oh, now that I remember, we also found some money in your pockets, here it is!#1"
+msgid "Oh, now that I remember, we also found some money in your pockets, here it is!"
msgstr ""
#. code: l("Oh, ok. Come back later if you need something.");
@@ -25295,20 +23405,18 @@ msgstr ""
#. code: l("Oh, please hurry and bring me a %s.", getitemlink(.first_item)),
#: npc/008-2-4/bernard.txt:71
-#: npc/008-2-4/bernard.txt~:71
#, no-c-format
msgid "Oh, please hurry and bring me a %s."
msgstr ""
-#. code: mesq lg("Oh, she's still alive!", "Oh, he's still alive!");
-#: npc/000-0/sailors.txt:70
+#. code: mesq l("Oh, still alive? What a relive!");
+#: npc/000-0/sailors.txt:112
#, no-c-format
-msgid "Oh, she's still alive!#0"
+msgid "Oh, still alive? What a relive!"
msgstr ""
#. code: l("Oh, that's really bad news."),
#: npc/008-2-6/alan.txt:117
-#: npc/008-2-6/alan.txt~:117
#, no-c-format
msgid "Oh, that's really bad news."
msgstr ""
@@ -25321,7 +23429,6 @@ msgstr ""
#. code: l("Oh, too bad."),
#: npc/008-2-6/alan.txt:46
-#: npc/008-2-6/alan.txt~:46
#, no-c-format
msgid "Oh, too bad."
msgstr ""
@@ -25338,16 +23445,10 @@ msgstr ""
msgid "Oh, yes! So kind that you ask"
msgstr ""
-#. code: lg("Oh, you are that person! You were stranded in the seas for a while, right? You look like it."),
-#: npc/001-2-33/lozerk.txt:67
-#, no-c-format
-msgid "Oh, you are that person! You were stranded in the seas for a while, right? You look like it.#0"
-msgstr ""
-
-#. code: lg("Oh, you are that person! You were stranded in the seas for a while, right? You look like it."),
+#. code: l("Oh, you are that person! You were stranded in the seas for a while, right? You look like it."),
#: npc/001-2-33/lozerk.txt:67
#, no-c-format
-msgid "Oh, you are that person! You were stranded in the seas for a while, right? You look like it.#1"
+msgid "Oh, you are that person! You were stranded in the seas for a while, right? You look like it."
msgstr ""
#. code: l("Oh, you look more interested in magic.. the brotherhood did forbid most of the interesting paths of magic, but boring baby spells are still allowed.");
@@ -25356,16 +23457,10 @@ msgstr ""
msgid "Oh, you look more interested in magic.. the brotherhood did forbid most of the interesting paths of magic, but boring baby spells are still allowed."
msgstr ""
-#. code: lg("Oh, you were sent by Enora!"),
-#: npc/001-2-33/lozerk.txt:59
-#, no-c-format
-msgid "Oh, you were sent by Enora!#0"
-msgstr ""
-
-#. code: lg("Oh, you were sent by Enora!"),
+#. code: l("Oh, you were sent by Enora!"),
#: npc/001-2-33/lozerk.txt:59
#, no-c-format
-msgid "Oh, you were sent by Enora!#1"
+msgid "Oh, you were sent by Enora!"
msgstr ""
#. code: l("Oh..."),
@@ -25375,14 +23470,13 @@ msgid "Oh..."
msgstr ""
#. code: l("Oh... Awesome!"),
-#: npc/001-1/chelios.txt~:98
#: npc/001-1/chelios.txt:98
#, no-c-format
msgid "Oh... Awesome!"
msgstr ""
#. code: mesq l("Oh... Err, yes I did, or, well, good day to you!");
-#: npc/000-2-3/nard.txt:51
+#: npc/000-2-3/nard.txt:52
#, no-c-format
msgid "Oh... Err, yes I did, or, well, good day to you!"
msgstr ""
@@ -25394,7 +23488,6 @@ msgid "Oh... Ok, I will be around here if you change your mind."
msgstr ""
#. code: mesq l("Oh... Okay, then!");
-#: npc/008-2-4/olana.txt~:177
#: npc/008-2-4/olana.txt:177
#, no-c-format
msgid "Oh... Okay, then!"
@@ -25435,20 +23528,18 @@ msgstr ""
#. code: mesq l("Ohhh... How sweet... Sometimes Rossy impresses me with her kindness. Here... You are spending so much time helping us, and we give nothing back. Take this as a small reward.");
#: npc/008-2-4/olana.txt:198
-#: npc/008-2-4/olana.txt~:198
#, no-c-format
msgid "Ohhh... How sweet... Sometimes Rossy impresses me with her kindness. Here... You are spending so much time helping us, and we give nothing back. Take this as a small reward."
msgstr ""
#. code: mesq l("Ohhhhh..... Please, help me!!! My wife is gravely wounded!!");
#: npc/020-1/joaquim.txt:96
-#: npc/020-1/joaquim.txt~:96
#, no-c-format
msgid "Ohhhhh..... Please, help me!!! My wife is gravely wounded!!"
msgstr ""
#. code: l("Ok I stay here with my paperwork if you need my help.");
-#: npc/000-2-3/nard.txt:325
+#: npc/000-2-3/nard.txt:326
#, no-c-format
msgid "Ok I stay here with my paperwork if you need my help."
msgstr ""
@@ -25460,7 +23551,6 @@ msgid "Ok fine, you have up to 3 tries, here is the riddle:"
msgstr ""
#. code: l("Ok then."),
-#: npc/008-2-1/inspector.txt~:54
#: npc/008-2-1/inspector.txt:54
#, no-c-format
msgid "Ok then."
@@ -25468,33 +23558,14 @@ msgstr ""
#. code: l("Ok we stay docked here if you need our help.");
#: npc/001-2-24/nard.txt:70
-#: npc/001-2-24/nard.txt~:70
#, no-c-format
msgid "Ok we stay docked here if you need our help."
msgstr ""
-#. code: lg("Ok, I can try."), -,
-#: npc/012-2-4/zitoni.txt:30
-#, no-c-format
-msgid "Ok, I can try.#0"
-msgstr ""
-
-#. code: lg("Ok, I can try."), -,
+#. code: l("Ok, I can try."), -,
#: npc/012-2-4/zitoni.txt:30
#, no-c-format
-msgid "Ok, I can try.#1"
-msgstr ""
-
-#. code: mesq lg("Ok, I think she's waking up, go see her.", "Ok, I think he's waking up, go see him.");
-#: npc/000-0-0/sailors.txt:62
-#, no-c-format
-msgid "Ok, I think he's waking up, go see him.#1"
-msgstr ""
-
-#. code: mesq lg("Ok, I think she's waking up, go see her.", "Ok, I think he's waking up, go see him.");
-#: npc/000-0-0/sailors.txt:62
-#, no-c-format
-msgid "Ok, I think she's waking up, go see her.#0"
+msgid "Ok, I can try."
msgstr ""
#. code: l("Ok, I will bring it to him."),
@@ -25503,16 +23574,10 @@ msgstr ""
msgid "Ok, I will bring it to him."
msgstr ""
-#. code: lg("Ok, I will do that, but now I must leave."), -,
-#: npc/012-2-4/zitoni.txt:46
-#, no-c-format
-msgid "Ok, I will do that, but now I must leave.#0"
-msgstr ""
-
-#. code: lg("Ok, I will do that, but now I must leave."), -,
+#. code: l("Ok, I will do that, but now I must leave."), -,
#: npc/012-2-4/zitoni.txt:46
#, no-c-format
-msgid "Ok, I will do that, but now I must leave.#1"
+msgid "Ok, I will do that, but now I must leave."
msgstr ""
#. code: l("Ok, I will leave him alone."), L_ForeverAlone;
@@ -25533,32 +23598,19 @@ msgstr ""
msgid "Ok, be patient a little while longer, in the next few days we will arrive at the port of Artis..."
msgstr ""
-#. code: lg("Ok, but all that will keep me busy for a while. So, goodbye."), -,
-#: npc/012-2-4/zitoni.txt:58
-#, no-c-format
-msgid "Ok, but all that will keep me busy for a while. So, goodbye.#0"
-msgstr ""
-
-#. code: lg("Ok, but all that will keep me busy for a while. So, goodbye."), -,
+#. code: l("Ok, but all that will keep me busy for a while. So, goodbye."), -,
#: npc/012-2-4/zitoni.txt:58
#, no-c-format
-msgid "Ok, but all that will keep me busy for a while. So, goodbye.#1"
-msgstr ""
-
-#. code: lg("Ok, but do you have something else?"), L_jez;
-#: npc/012-2-4/zitoni.txt:31
-#, no-c-format
-msgid "Ok, but do you have something else?#0"
+msgid "Ok, but all that will keep me busy for a while. So, goodbye."
msgstr ""
-#. code: lg("Ok, but do you have something else?"), L_jez;
+#. code: l("Ok, but do you have something else?"), L_jez;
#: npc/012-2-4/zitoni.txt:31
#, no-c-format
-msgid "Ok, but do you have something else?#1"
+msgid "Ok, but do you have something else?"
msgstr ""
#. code: mesq l("Ok, done.");
-#: npc/000-2-0/julia.txt~:151
#: npc/000-2-0/julia.txt:151
#: npc/001-2-21/julia.txt:54
#, no-c-format
@@ -25578,15 +23630,13 @@ msgid "Ok, see you then!"
msgstr ""
#. code: l("Ok, sorry. Back to our fluffies.");
-#: npc/001-1/enora.txt~:115
-#: npc/001-1/enora.txt:115
+#: npc/001-1/enora.txt:116
#, no-c-format
msgid "Ok, sorry. Back to our fluffies."
msgstr ""
-#. code: switch (select(l("Ok."), l("I don't want to be part of this joke.")))
#. code: l("Ok.")))
-#: npc/001-2-27/don.txt~:88
+#. code: switch (select(l("Ok."), l("I don't want to be part of this joke.")))
#: npc/001-1/fexil.txt:23
#: npc/001-2-27/don.txt:88
#, no-c-format
@@ -25594,7 +23644,6 @@ msgid "Ok."
msgstr ""
#. code: mesq l("Ok. They must be playing hide and seek. Thanks again... I can't express how grateful I am.");
-#: npc/008-2-4/olana.txt~:165
#: npc/008-2-4/olana.txt:165
#, no-c-format
msgid "Ok. They must be playing hide and seek. Thanks again... I can't express how grateful I am."
@@ -25620,20 +23669,23 @@ msgstr ""
#. code: l("Okay, I'll get the roses and give them to her."),
#: npc/008-2-4/olana.txt:241
-#: npc/008-2-4/olana.txt~:240
#, no-c-format
msgid "Okay, I'll get the roses and give them to her."
msgstr ""
#. code: switch (select(l("Okay, but there won't be any explosions."),
-#: npc/001-1/enora.txt~:91
-#: npc/001-1/enora.txt:91
+#: npc/001-1/enora.txt:92
#, no-c-format
msgid "Okay, but there won't be any explosions."
msgstr ""
+#. code: mesq l("Okay, good, please bring me a %s book. Just find one on the shelves and go talk to me.", b(@terry_goal$));
+#: npc/001-2-4/terry.txt:25
+#, no-c-format
+msgid "Okay, good, please bring me a %s book. Just find one on the shelves and go talk to me."
+msgstr ""
+
#. code: mesq l("Okay, here is some experience, and forgot what I've said before. We can try again.");
-#: npc/020-1/eomie.txt~:117
#: npc/020-1/eomie.txt:118
#, no-c-format
msgid "Okay, here is some experience, and forgot what I've said before. We can try again."
@@ -25641,8 +23693,6 @@ msgstr ""
#. code: l("Okay, okay..."),
#: npc/009-2-3/chef.txt:23
-#: npc/009-2-3/chef.txt~:62
-#: npc/009-2-3/chef.txt~:23
#: npc/009-2-3/chef.txt:62
#, no-c-format
msgid "Okay, okay..."
@@ -25650,7 +23700,6 @@ msgstr ""
#. code: l("Okay, sorry for disturbing."),
#: npc/008-2-32/thamas.txt:17
-#: npc/008-2-32/thamas.txt~:17
#, no-c-format
msgid "Okay, sorry for disturbing."
msgstr ""
@@ -25662,7 +23711,6 @@ msgid "Okay, thanks."
msgstr ""
#. code: mesq l("Okay, that is very useful. However, I do need a few reagents to make it.");
-#: npc/020-1/eomie.txt~:65
#: npc/020-1/eomie.txt:66
#, no-c-format
msgid "Okay, that is very useful. However, I do need a few reagents to make it."
@@ -25676,21 +23724,19 @@ msgid "Okay, you can start!"
msgstr ""
#. code: l("Okay. Give me a second..."),
-#: npc/008-1-1/galimatia.txt:77
-#: npc/008-1-1/galimatia.txt:126
+#: npc/008-1-1/galimatia.txt:107
#, no-c-format
msgid "Okay. Give me a second..."
msgstr ""
#. code: l("Okay..."),
-#: npc/008-1-1/galimatia.txt:141
+#: npc/008-1-1/galimatia.txt:123
#: npc/012-2-5/toichi.txt:23
#, no-c-format
msgid "Okay..."
msgstr ""
#. code: l("Okay... Spammy little girl.");
-#: npc/020-1/itka.txt~:22
#: npc/020-1/itka.txt:22
#, no-c-format
msgid "Okay... Spammy little girl."
@@ -25709,7 +23755,6 @@ msgid "Okay... Where can I find salad recipe?"
msgstr ""
#. code: 008-2-4,30,28,0 script Olana NPC_OLANA,{
-#: npc/008-2-4/olana.txt~:14
#: npc/008-2-4/olana.txt:14
#, no-c-format
msgid "Olana"
@@ -25717,7 +23762,6 @@ msgstr ""
#. code: mesc l("Olana suddenly looks very pale and starts to shiver.");
#: npc/008-2-4/olana.txt:103
-#: npc/008-2-4/olana.txt~:103
#, no-c-format
msgid "Olana suddenly looks very pale and starts to shiver."
msgstr ""
@@ -25753,7 +23797,7 @@ msgid "Olive Silk Dye"
msgstr ""
#. code: l("On March 213CCE, Chancellor Benjamin Frost, with support of the council, proclaimed the Republic of Ancea. This event would become known as the Blue Revolution."),
-#: npc/001-2-6/books.txt:255
+#: npc/001-2-6/books.txt:259
#, no-c-format
msgid "On March 213CCE, Chancellor Benjamin Frost, with support of the council, proclaimed the Republic of Ancea. This event would become known as the Blue Revolution."
msgstr ""
@@ -25765,27 +23809,25 @@ msgid "On a side note, more defense is always good, but the damage won't decreas
msgstr ""
#. code: mesq l("On one hand, ranged weapons are generally weaker than melee ones, but you attack from a safer position. On the other hand, depending on the level of the weapon, melee ones potentially can yeild quicker kills.");
-#: npc/000-1/sapartan.txt:74
+#: npc/000-1/sapartan.txt:75
#, no-c-format
msgid "On one hand, ranged weapons are generally weaker than melee ones, but you attack from a safer position. On the other hand, depending on the level of the weapon, melee ones potentially can yeild quicker kills."
msgstr ""
#. code: l("On second thought, he really could use a bath."),
-#: npc/008-2-2/kfahr.txt~:50
#: npc/008-2-2/kfahr.txt:50
#, no-c-format
msgid "On second thought, he really could use a bath."
msgstr ""
#. code: l("On the meanwhile...");
-#: npc/008-2-1/selim.txt~:12
#: npc/008-2-1/selim.txt:12
#, no-c-format
msgid "On the meanwhile..."
msgstr ""
#. code: l("On the year 206CCE, after a long crisis of succession, a minor noble only known as Queen Platyna the Red came to inherit the Platinum Crown."),
-#: npc/001-2-6/books.txt:252
+#: npc/001-2-6/books.txt:256
#, no-c-format
msgid "On the year 206CCE, after a long crisis of succession, a minor noble only known as Queen Platyna the Red came to inherit the Platinum Crown."
msgstr ""
@@ -25816,7 +23858,6 @@ msgid "One advice: Don't take the things those drinkers say too serious. They ar
msgstr ""
#. code: l("One day I was hired to protect a caravan going north to Tulimshar, with a friend of mine, old Arvek. He only came along for the fun, of course; it's not as if I really need much help defending a caravan... or at least normally it isn't."),
-#: npc/008-2-2/kfahr.txt~:296
#: npc/008-2-2/kfahr.txt:296
#, no-c-format
msgid "One day I was hired to protect a caravan going north to Tulimshar, with a friend of mine, old Arvek. He only came along for the fun, of course; it's not as if I really need much help defending a caravan... or at least normally it isn't."
@@ -25829,14 +23870,12 @@ msgid "One last thing to keep in mind... If you are surrounded, you'll suffer an
msgstr ""
#. code: mesq l("One last thing... Good luck. This bandit threat needs to be pushed back.");
-#: npc/008-2-13/lena.txt~:230
#: npc/008-2-13/lena.txt:230
#, no-c-format
msgid "One last thing... Good luck. This bandit threat needs to be pushed back."
msgstr ""
#. code: l("One of its branches hit me!"),
-#: npc/008-1/jack.txt~:40
#: npc/008-1/jack.txt:40
#, no-c-format
msgid "One of its branches hit me!"
@@ -25844,13 +23883,12 @@ msgstr ""
#. code: l("One of the nomads that had been travelling with the other caravan then told me that you could make special kinds of knives and swords and armor out of desert worm bones.");
#: npc/008-2-2/kfahr.txt:353
-#: npc/008-2-2/kfahr.txt~:353
#, no-c-format
msgid "One of the nomads that had been travelling with the other caravan then told me that you could make special kinds of knives and swords and armor out of desert worm bones."
msgstr ""
#. code: mesq l("One of these little boogers started flying early, and escaped from me.");
-#: npc/001-1/salem.txt:160
+#: npc/001-1/salem.txt:173
#, no-c-format
msgid "One of these little boogers started flying early, and escaped from me."
msgstr ""
@@ -25863,7 +23901,6 @@ msgstr ""
#. code: l("Only Don and the Merchant Guild have that kind of material in stock. It's called black iron."),
#: npc/001-1/chelios.txt:61
-#: npc/001-1/chelios.txt~:61
#, no-c-format
msgid "Only Don and the Merchant Guild have that kind of material in stock. It's called black iron."
msgstr ""
@@ -25875,14 +23912,13 @@ msgid "Only after you prove yourself, you may join our ranks as a proud member!
msgstr ""
#. code: l("Only if everyone agrees. You'll need to do a vote for that."),
-#: npc/008-1/4144.txt:47
+#: npc/008-1/greenmage.txt:47
#, no-c-format
msgid "Only if everyone agrees. You'll need to do a vote for that."
msgstr ""
#. code: l("Only one more Fluffy to kill and it's done!");
-#: npc/001-1/enora.txt~:301
-#: npc/001-1/enora.txt:301
+#: npc/001-1/enora.txt:302
#, no-c-format
msgid "Only one more Fluffy to kill and it's done!"
msgstr ""
@@ -25894,7 +23930,6 @@ msgid "Only the best %s can make fine recipes."
msgstr ""
#. code: l("Ooh!"),
-#: npc/008-1/mikhail.txt~:68
#: npc/008-1/mikhail.txt:68
#, no-c-format
msgid "Ooh!"
@@ -25908,7 +23943,6 @@ msgstr ""
#. code: l("Oooh, perfect! It's perfect!"),
#: npc/008-2-4/bernard.txt:86
-#: npc/008-2-4/bernard.txt~:86
#, no-c-format
msgid "Oooh, perfect! It's perfect!"
msgstr ""
@@ -25920,7 +23954,7 @@ msgid "Oooh, these wounds! They hurt so much!"
msgstr ""
#. code: mesc(l("Oops, there is nobody known as %s on this word.", .@refName$)); // FIXME: this is too informal
-#: npc/000-0-1/narrator.txt:150
+#: npc/000-0-1/narrator.txt:149
#, no-c-format
msgid "Oops, there is nobody known as %s on this word."
msgstr ""
@@ -25962,14 +23996,12 @@ msgid "Or do you want to keep your friendships and adventures in different group
msgstr ""
#. code: l("Or maybe later. Hmm, we'll see."),
-#: npc/008-2-1/selim.txt~:11
#: npc/008-2-1/selim.txt:11
#, no-c-format
msgid "Or maybe later. Hmm, we'll see."
msgstr ""
#. code: mesq l("Or rather, I can't. I would love to help you, just like everybody else, but I don't know how to make fertilizers, only Salad.");
-#: npc/020-1/hocus.txt~:94
#: npc/020-1/hocus.txt:95
#, no-c-format
msgid "Or rather, I can't. I would love to help you, just like everybody else, but I don't know how to make fertilizers, only Salad."
@@ -25987,18 +24019,10 @@ msgstr ""
msgid "Or you can take seat and ask Melinda if you need something."
msgstr ""
-#. code: lg("Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H"), // %%H - Smile Emote
-#: npc/008-2-16/yannika.txt~:120
+#. code: l("Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H"), // %%H - Smile Emote
#: npc/008-2-16/yannika.txt:120
#, no-c-format
-msgid "Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H#0"
-msgstr ""
-
-#. code: lg("Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H"), // %%H - Smile Emote
-#: npc/008-2-16/yannika.txt~:120
-#: npc/008-2-16/yannika.txt:120
-#, no-c-format
-msgid "Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H#1"
+msgid "Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H"
msgstr ""
#. code: Name: "Orange Cotton Dye"
@@ -26055,8 +24079,13 @@ msgstr ""
msgid "Other."
msgstr ""
+#. code: mesq l("Otherwise, if you really want one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink(Aquada));
+#: npc/000-1/tibbo.txt:97
+#, no-c-format
+msgid "Otherwise, if you really want one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s."
+msgstr ""
+
#. code: setarray .messages$[0], l("Ouch!"), l("It hurts so bad!"),
-#: npc/001-2-2/moon.txt~:20
#: npc/001-2-2/moon.txt:20
#, no-c-format
msgid "Ouch!"
@@ -26081,14 +24110,13 @@ msgid "Our building here is also the finest place in the town. Just go and see f
msgstr ""
#. code: mesq l("Our crew is like a family, and if you agree to help us, I would like to invite you to join our family!");
-#: npc/000-2-3/nard.txt:99
+#: npc/000-2-3/nard.txt:100
#, no-c-format
msgid "Our crew is like a family, and if you agree to help us, I would like to invite you to join our family!"
msgstr ""
#. code: l("Our main responsibility in the city is to protect the Merchant Guild.");
-#: npc/001-1/enora.txt:63
-#: npc/001-1/enora.txt~:63
+#: npc/001-1/enora.txt:64
#, no-c-format
msgid "Our main responsibility in the city is to protect the Merchant Guild."
msgstr ""
@@ -26100,13 +24128,13 @@ msgid "Our mommy doesn't allow us to go there, because it's dangerous. But he do
msgstr ""
#. code: l("Our only wish to eat a plush, so juicy sweet...");
-#: npc/001-1/rumly.txt:40
+#: npc/001-1/rumly.txt:41
#, no-c-format
msgid "Our only wish to eat a plush, so juicy sweet..."
msgstr ""
#. code: l("Over lovers under a starry night"),
-#: npc/001-2-6/books.txt:67
+#: npc/001-2-6/books.txt:68
#, no-c-format
msgid "Over lovers under a starry night"
msgstr ""
@@ -26137,7 +24165,7 @@ msgstr ""
#. code: l("Past here, the neutral area of the Magic Academy of Tulimshar starts."),
#: npc/020-1/tindris.txt:10
-#: npc/020-1/tindris.txt:23
+#: npc/020-1/tindris.txt:22
#, no-c-format
msgid "Past here, the neutral area of the Magic Academy of Tulimshar starts."
msgstr ""
@@ -26167,7 +24195,7 @@ msgid "Pelt Jacket"
msgstr ""
#. code: Name: "Penguin"
-#: mob_db.conf:3945
+#: mob_db.conf:3888
#, no-c-format
msgid "Penguin"
msgstr ""
@@ -26194,14 +24222,12 @@ msgid "Perfect!"
msgstr ""
#. code: l("Perfect! I will wait for you here.");
-#: npc/001-1/enora.txt~:276
-#: npc/001-1/enora.txt:276
+#: npc/001-1/enora.txt:277
#, no-c-format
msgid "Perfect! I will wait for you here."
msgstr ""
#. code: mesq l("Perfect! Please allow me some time to brew this potion. It should be ready in 15 minutes or so.");
-#: npc/008-1/rossy.txt~:282
#: npc/008-1/rossy.txt:283
#, no-c-format
msgid "Perfect! Please allow me some time to brew this potion. It should be ready in 15 minutes or so."
@@ -26262,7 +24288,6 @@ msgid "Pfft, you obviously don't know either!"
msgstr ""
#. code: dispbottom l("Phew! The Bandit Lord was killed.");
-#: npc/008-3-5/lordcave.txt~:69
#: npc/008-3-5/lordcave.txt:70
#, no-c-format
msgid "Phew! The Bandit Lord was killed."
@@ -26299,7 +24324,7 @@ msgid "Pickaxe"
msgstr ""
#. code: Name: "Pikpik"
-#: mob_db.conf:604
+#: mob_db.conf:594
#, no-c-format
msgid "Pikpik"
msgstr ""
@@ -26329,7 +24354,7 @@ msgid "Pink Cotton Dye"
msgstr ""
#. code: Name: "Pink Flower"
-#: mob_db.conf:1478
+#: mob_db.conf:1453
#, no-c-format
msgid "Pink Flower"
msgstr ""
@@ -26341,7 +24366,7 @@ msgid "Pink Petal"
msgstr ""
#. code: Name: "Pinkie"
-#: mob_db.conf:1309
+#: mob_db.conf:1287
#, no-c-format
msgid "Pinkie"
msgstr ""
@@ -26401,13 +24426,13 @@ msgid "Piouleg Sandwich"
msgstr ""
#. code: l("Pious must keep a strict diet composed of Piberries."),
-#: npc/001-2-6/books.txt:184
+#: npc/001-2-6/books.txt:186
#, no-c-format
msgid "Pious must keep a strict diet composed of Piberries."
msgstr ""
#. code: Name: "Piousse"
-#: mob_db.conf:171
+#: mob_db.conf:170
#, no-c-format
msgid "Piousse"
msgstr ""
@@ -26425,8 +24450,7 @@ msgid "Pitch Black Silk Dye"
msgstr ""
#. code: rif(countitem(PileOfAsh), l("Place pile of ashes")),
-#: npc/008-3-0/juliet.txt~:360
-#: npc/008-3-0/juliet.txt:360
+#: npc/008-3-0/juliet.txt:359
#, no-c-format
msgid "Place pile of ashes"
msgstr ""
@@ -26493,48 +24517,41 @@ msgstr ""
#. code: mesq l("Please be patient... I'll be done in %s.", FuzzyTime(.@t));
#: npc/008-1/rossy.txt:239
-#: npc/008-1/rossy.txt~:238
#, no-c-format
msgid "Please be patient... I'll be done in %s."
msgstr ""
#. code: mesq l("Please bring Hocus' letter to my daughter as fast as you can.");
#: npc/008-2-4/olana.txt:55
-#: npc/008-2-4/olana.txt~:55
#, no-c-format
msgid "Please bring Hocus' letter to my daughter as fast as you can."
msgstr ""
#. code: l("Please bring it to me!");
#: npc/008-2-4/bernard.txt:63
-#: npc/008-2-4/bernard.txt~:63
#, no-c-format
msgid "Please bring it to me!"
msgstr ""
#. code: mesq l("Please bring me @@s so I can pull out these spikes from my foot.", getitemlink("CrocClaw"));
#: npc/001-2-2/moon.txt:115
-#: npc/001-2-2/moon.txt~:114
#, no-c-format
msgid "Please bring me @@s so I can pull out these spikes from my foot."
msgstr ""
-#. code: l("Please come again with at least 10 INT and 20 DEX. Stat Bonuses aren't counted.");
-#: npc/008-2-16/yannika.txt~:257
-#: npc/008-2-16/yannika.txt:257
+#. code: l("Please come again with at least 10 INT and 20 DEX.");
+#: npc/008-2-16/yannika.txt:258
#, no-c-format
-msgid "Please come again with at least 10 INT and 20 DEX. Stat Bonuses aren't counted."
+msgid "Please come again with at least 10 INT and 20 DEX."
msgstr ""
#. code: l("Please come back anytime!");
-#: npc/001-1/enora.txt:436
-#: npc/001-1/enora.txt~:436
+#: npc/001-1/enora.txt:465
#, no-c-format
msgid "Please come back anytime!"
msgstr ""
#. code: mesq l("Please come back later and I may have something else to show you.");
-#: npc/008-2-16/yannika.txt~:181
#: npc/008-2-16/yannika.txt:181
#, no-c-format
msgid "Please come back later and I may have something else to show you."
@@ -26547,14 +24564,13 @@ msgid "Please come back later, in %s."
msgstr ""
#. code: mesq l("Please come back with my %s.", getitemlink(Suitcase));
-#: npc/020-2-24/kylian.txt~:71
#: npc/020-2-24/kylian.txt:71
#, no-c-format
msgid "Please come back with my %s."
msgstr ""
#. code: npctalk3(l("Please come talk to me, I'll help you get dressed."));
-#: npc/000-2-1/arpan.txt:296
+#: npc/000-2-1/arpan.txt:311
#, no-c-format
msgid "Please come talk to me, I'll help you get dressed."
msgstr ""
@@ -26566,35 +24582,30 @@ msgid "Please contact the staff for technical support."
msgstr ""
#. code: npctalk3(l("Please continue talking to the villagers."));
-#: npc/008-2-1/inspector.txt~:62
#: npc/008-2-1/inspector.txt:62
#, no-c-format
msgid "Please continue talking to the villagers."
msgstr ""
#. code: mesq l("Please deliver the two %s to Eomie and Hocus, and then I'll give you something for your help.", getitemlink(SilverBell));
-#: npc/020-1/anwar.txt~:128
#: npc/020-1/anwar.txt:134
#, no-c-format
msgid "Please deliver the two %s to Eomie and Hocus, and then I'll give you something for your help."
msgstr ""
#. code: l("Please do hurry and bring me %d %s, so I can finish my soup!",
-#: npc/008-2-4/bernard.txt~:121
#: npc/008-2-4/bernard.txt:121
#, no-c-format
msgid "Please do hurry and bring me %d %s, so I can finish my soup!"
msgstr ""
#. code: mesq l("Please do not disturb the patients.");
-#: npc/020-2-15/eleanore.txt~:8
#: npc/020-2-15/eleanore.txt:9
#, no-c-format
msgid "Please do not disturb the patients."
msgstr ""
#. code: mesq l("Please do, I'm worried about them....");
-#: npc/008-2-4/olana.txt~:146
#: npc/008-2-4/olana.txt:146
#, no-c-format
msgid "Please do, I'm worried about them...."
@@ -26632,7 +24643,6 @@ msgid "Please don't touch these hats, they are for crew members only."
msgstr ""
#. code: rif(getq(General_Cooking) == 15, l("Please enlighten me, O Grandmaster, where can I find Salad to improve my eating habits?")),
-#: npc/020-1/hocus.txt~:24
#: npc/020-1/hocus.txt:25
#, no-c-format
msgid "Please enlighten me, O Grandmaster, where can I find Salad to improve my eating habits?"
@@ -26681,7 +24691,7 @@ msgid "Please enter the new line."
msgstr ""
#. code: npctalkonce l("Please find daddy...");
-#: npc/001-2-11/mona.txt:160
+#: npc/001-2-11/mona.txt:159
#, no-c-format
msgid "Please find daddy..."
msgstr ""
@@ -26706,34 +24716,35 @@ msgstr ""
#. code: npctalk3(l("Please go talk to the leader of the traveling troupe about the theater mask."));
#: npc/008-2-1/inspector.txt:83
-#: npc/008-2-1/inspector.txt~:83
#, no-c-format
msgid "Please go talk to the leader of the traveling troupe about the theater mask."
msgstr ""
#. code: l("Please go talk to their leader about this."));
-#: npc/008-2-1/inspector.txt~:76
#: npc/008-2-1/inspector.txt:76
#, no-c-format
msgid "Please go talk to their leader about this."
msgstr ""
#. code: l("Please guide me.")))
-#: npc/001-1/enora.txt:272
-#: npc/001-1/enora.txt~:272
+#: npc/001-1/enora.txt:273
#, no-c-format
msgid "Please guide me."
msgstr ""
#. code: mesq l("Please help my wife Yumi, on the Clinic!");
-#: npc/020-1/joaquim.txt~:89
#: npc/020-1/joaquim.txt:89
#, no-c-format
msgid "Please help my wife Yumi, on the Clinic!"
msgstr ""
+#. code: mesc l("Please install the new client from %s.", "[@@https://manaplus.org/|@@]");
+#: npc/functions/clientversion.txt:16
+#, no-c-format
+msgid "Please install the new client from %s."
+msgstr ""
+
#. code: npctalk3(l("Please return the mask to the traveling troupe."));
-#: npc/008-2-1/inspector.txt~:138
#: npc/008-2-1/inspector.txt:138
#, no-c-format
msgid "Please return the mask to the traveling troupe."
@@ -26747,7 +24758,7 @@ msgstr ""
#. code: l("Please select a chapter:");
#: npc/001-2-5/tutorial.txt:23
-#: npc/001-2-4/books.txt:33
+#: npc/001-2-4/books.txt:34
#, no-c-format
msgid "Please select a chapter:"
msgstr ""
@@ -26762,6 +24773,12 @@ msgstr ""
msgid "Please select a quest:"
msgstr ""
+#. code: mesc l("Please select a trait.");
+#: npc/functions/rebirth.txt:64
+#, no-c-format
+msgid "Please select a trait."
+msgstr ""
+
#. code: mes(l("Please select an option:"));
#: npc/008-1/confused-tree.txt:105
#, no-c-format
@@ -26770,7 +24787,6 @@ msgstr ""
#. code: mes(l("Please select the desired body type:"));
#: npc/functions/barber.txt:119
-#: npc/functions/barber.txt~:119
#, no-c-format
msgid "Please select the desired body type:"
msgstr ""
@@ -26781,9 +24797,32 @@ msgstr ""
msgid "Please select the interval:"
msgstr ""
+#. code: mesc l("Please select your focus");
+#: npc/012-3-3/manatree.txt:44
+#, no-c-format
+msgid "Please select your focus"
+msgstr ""
+
+#. code: mesc l("Please select your main activity");
+#: npc/012-3-3/manatree.txt:49
+#, no-c-format
+msgid "Please select your main activity"
+msgstr ""
+
+#. code: mesc l("Please select your main magic element");
+#: npc/012-3-3/manatree.txt:51
+#, no-c-format
+msgid "Please select your main magic element"
+msgstr ""
+
+#. code: mesc l("Please select your sub focus");
+#: npc/012-3-3/manatree.txt:47
+#, no-c-format
+msgid "Please select your sub focus"
+msgstr ""
+
#. code: mesq l("Please show Adrian the luggage ticket I gave you.");
#: npc/020-2-24/kylian.txt:22
-#: npc/020-2-24/kylian.txt~:22
#, no-c-format
msgid "Please show Adrian the luggage ticket I gave you."
msgstr ""
@@ -26795,15 +24834,13 @@ msgid "Please take this @@ for your help."
msgstr ""
#. code: mesq l("Please try getting one. You'll need some carps for the recipe I'm going to teach you.");
-#: npc/008-2-16/yannika.txt~:272
-#: npc/008-2-16/yannika.txt:272
+#: npc/008-2-16/yannika.txt:273
#, no-c-format
msgid "Please try getting one. You'll need some carps for the recipe I'm going to teach you."
msgstr ""
#. code: l("Please try to figure out what went wrong with this order and bring me those potions."),
-#: npc/001-1/enora.txt:236
-#: npc/001-1/enora.txt~:236
+#: npc/001-1/enora.txt:237
#, no-c-format
msgid "Please try to figure out what went wrong with this order and bring me those potions."
msgstr ""
@@ -26816,7 +24853,6 @@ msgstr ""
#. code: mesq l("Please, %s! Hurry up!", strcharinfo(0));
#: npc/020-1/joaquim.txt:180
-#: npc/020-1/joaquim.txt~:180
#, no-c-format
msgid "Please, %s! Hurry up!"
msgstr ""
@@ -26835,7 +24871,6 @@ msgstr ""
#. code: mesq l("Please, come back later. I'll see whatever I can fetch for that.");
#: npc/020-1/eomie.txt:69
-#: npc/020-1/eomie.txt~:68
#, no-c-format
msgid "Please, come back later. I'll see whatever I can fetch for that."
msgstr ""
@@ -26848,7 +24883,6 @@ msgid "Please, have a seat."
msgstr ""
#. code: l("Please, leave me alone. I have to pixel- erm, brew potions."),
-#: npc/008-2-7/wyara.txt~:10
#: npc/008-2-7/wyara.txt:10
#, no-c-format
msgid "Please, leave me alone. I have to pixel- erm, brew potions."
@@ -26868,13 +24902,11 @@ msgstr ""
#. code: mesq l("Please, talk to him. I am too busy tending the crops to go myself.");
#: npc/020-1/anwar.txt:58
-#: npc/020-1/anwar.txt~:58
#, no-c-format
msgid "Please, talk to him. I am too busy tending the crops to go myself."
msgstr ""
#. code: mesq l("Please, tell Rossy I am really sorry and buy her Red Tulips instead, the same amount - %d, her age.", 15);
-#: npc/008-2-4/olana.txt~:70
#: npc/008-2-4/olana.txt:70
#, no-c-format
msgid "Please, tell Rossy I am really sorry and buy her Red Tulips instead, the same amount - %d, her age."
@@ -26882,14 +24914,12 @@ msgstr ""
#. code: mesq l("Please, tell Rossy I am really sorry. My mind was on Juliet when I asked you to bring the red roses — they are her favorite.");
#: npc/008-2-4/olana.txt:273
-#: npc/008-2-4/olana.txt~:272
#, no-c-format
msgid "Please, tell Rossy I am really sorry. My mind was on Juliet when I asked you to bring the red roses — they are her favorite."
msgstr ""
#. code: mesq l("Please... Speak low... I am dying........");
#: npc/020-2-15/yumi.txt:18
-#: npc/020-2-15/yumi.txt~:18
#, no-c-format
msgid "Please... Speak low... I am dying........"
msgstr ""
@@ -26908,7 +24938,6 @@ msgstr ""
#. code: 001-2-28,28,28,0 script Plush#001-2-28 NPC_RED,{
#: npc/001-2-28/plush.txt:8
-#: npc/001-2-28/plush.txt~:8
#, no-c-format
msgid "Plush#001-2-28"
msgstr ""
@@ -26932,13 +24961,13 @@ msgid "Plushroom Box"
msgstr ""
#. code: Name: "Plushroom Field"
-#: mob_db.conf:529
+#: mob_db.conf:521
#, no-c-format
msgid "Plushroom Field"
msgstr ""
#. code: l("Plushrooms you say?"),
-#: npc/001-1/rumly.txt:30
+#: npc/001-1/rumly.txt:32
#, no-c-format
msgid "Plushrooms you say?"
msgstr ""
@@ -26950,13 +24979,13 @@ msgid "Poem about Poems"
msgstr ""
#. code: l("Poem is making the words dance"),
-#: npc/001-2-6/books.txt:65
+#: npc/001-2-6/books.txt:66
#, no-c-format
msgid "Poem is making the words dance"
msgstr ""
#. code: Name: "Poison Skull"
-#: mob_db.conf:4203
+#: mob_db.conf:4146
#, no-c-format
msgid "Poison Skull"
msgstr ""
@@ -26974,12 +25003,17 @@ msgid "Poisoned Julia"
msgstr ""
#. code: l("Poor Chelios, I don't envy him..."),
-#: npc/001-1/enora.txt~:171
-#: npc/001-1/enora.txt:171
+#: npc/001-1/enora.txt:172
#, no-c-format
msgid "Poor Chelios, I don't envy him..."
msgstr ""
+#. code: mesq l("Poor thing. Fortunately we were more attentive than the sharks in these waters. I wonder where this tragic journey started. By the way, did you see the logo on that raft?");
+#: npc/000-0-0/sailors.txt:14
+#, no-c-format
+msgid "Poor thing. Fortunately we were more attentive than the sharks in these waters. I wonder where this tragic journey started. By the way, did you see the logo on that raft?"
+msgstr ""
+
#. code: 020-1,278,108,0 script Popaul NPC_HUMAN_MALE_LEGION_ARTIS,{
#: npc/020-1/popaul.txt:7
#, no-c-format
@@ -27000,7 +25034,6 @@ msgstr ""
#. code: l("Power obtained from proficiency will be noted down near the equipment name. There may be illegal ways to raise proficiency without hard work. But things obtained without hard work are not worth it."),
#: npc/001-2-27/don.txt:48
-#: npc/001-2-27/don.txt~:48
#, no-c-format
msgid "Power obtained from proficiency will be noted down near the equipment name. There may be illegal ways to raise proficiency without hard work. But things obtained without hard work are not worth it."
msgstr ""
@@ -27033,7 +25066,6 @@ msgstr ""
#. code: mesq l("Pretty please?");
#: npc/008-2-4/olana.txt:219
-#: npc/008-2-4/olana.txt~:218
#, no-c-format
msgid "Pretty please?"
msgstr ""
@@ -27045,7 +25077,7 @@ msgid "Previous Inn reservation will be lost!"
msgstr ""
#. code: "-- " + l("Princess Slayer"));
-#: npc/001-2-6/books.txt:127
+#: npc/001-2-6/books.txt:129
#, no-c-format
msgid "Princess Slayer"
msgstr ""
@@ -27063,7 +25095,7 @@ msgid "Prizes"
msgstr ""
#. code: mesc l("Prizes:");
-#: npc/functions/casino.txt:160
+#: npc/functions/casino.txt:163
#: npc/functions/casino.txt:57
#, no-c-format
msgid "Prizes:"
@@ -27071,7 +25103,6 @@ msgstr ""
#. code: mesc l("Probably better not disturb him.");
#: npc/001-3-2/henry.txt:343
-#: npc/001-3-2/henry.txt~:342
#, no-c-format
msgid "Probably better not disturb him."
msgstr ""
@@ -27131,7 +25162,7 @@ msgid "Pumpkin Seeds"
msgstr ""
#. code: Name: "PumpkinMob"
-#: mob_db.conf:848
+#: mob_db.conf:835
#, no-c-format
msgid "PumpkinMob"
msgstr ""
@@ -27427,16 +25458,20 @@ msgstr ""
msgid "Quest state: @@, @@"
msgstr ""
+#. code: mesc l("Quests will still give you experience. When certain levels are reached, you'll gain stat points which can be allocated to any attribute or which are assigned as bonuses depending on your race, but every level up will make you more powerful in general.");
+#: npc/000-0/sailors.txt:23
+#, no-c-format
+msgid "Quests will still give you experience. When certain levels are reached, you'll gain stat points which can be allocated to any attribute or which are assigned as bonuses depending on your race, but every level up will make you more powerful in general."
+msgstr ""
+
#. code: mesq l("Quick, deliver this to Anwar!");
#: npc/020-1/hocus.txt:132
-#: npc/020-1/hocus.txt~:131
#, no-c-format
msgid "Quick, deliver this to Anwar!"
msgstr ""
#. code: mesq l("Quick, tell that to Hocus. No one is better at Nature Magic than Hocus, I'm sure he can help.");
#: npc/020-1/eomie.txt:152
-#: npc/020-1/eomie.txt~:151
#, no-c-format
msgid "Quick, tell that to Hocus. No one is better at Nature Magic than Hocus, I'm sure he can help."
msgstr ""
@@ -27447,15 +25482,12 @@ msgstr ""
#: npc/012-2-3/cynric.txt:18
#: npc/001-1/calypsan.txt:68
#: npc/001-2-26/ivan.txt:65
-#: npc/001-1/salem.txt:115
#: npc/001-2-0/resa.txt:51
#: npc/001-2-9/janus.txt:143
-#: npc/009-2-6/jpmorbid.txt~:25
#: npc/020-2-9/hydusun.txt:26
-#: npc/001-1/chelios.txt~:33
#: npc/001-1/chelios.txt:33
+#: npc/001-1/salem.txt:128
#: npc/009-2-6/jpmorbid.txt:25
-#: npc/009-2-7/jpmorbid.txt~:26
#: npc/001-2-12/oscar.txt:118
#: npc/functions/scoreboards.txt:244
#: npc/008-2-1/richard.txt:26
@@ -27476,13 +25508,12 @@ msgstr ""
#. code: l("Raijin"), l("Raijin"),
#: npc/functions/main.txt:294
-#: npc/functions/main.txt~:295
#, no-c-format
msgid "Raijin"
msgstr ""
#. code: mesn l("Raijin Voice");
-#: npc/000-0/sailors.txt:47
+#: npc/000-0/sailors.txt:89
#, no-c-format
msgid "Raijin Voice"
msgstr ""
@@ -27530,7 +25561,7 @@ msgid "Rate management"
msgstr ""
#. code: Name: "Ratto"
-#: mob_db.conf:263
+#: mob_db.conf:260
#, no-c-format
msgid "Ratto"
msgstr ""
@@ -27599,7 +25630,6 @@ msgstr ""
#. code: mesq l("Really? But she let us play in the woods. There's no reason to be worried – unless....");
#: npc/008-1/rossy.txt:117
-#: npc/008-1/rossy.txt~:117
#, no-c-format
msgid "Really? But she let us play in the woods. There's no reason to be worried – unless...."
msgstr ""
@@ -27624,11 +25654,23 @@ msgid "Really? You should be careful, then."
msgstr ""
#. code: Name: "Reaper"
-#: mob_db.conf:3987
+#: mob_db.conf:3930
#, no-c-format
msgid "Reaper"
msgstr ""
+#. code: setnpcdialogtitle l("Rebirth Race Selection");
+#: npc/functions/rebirth.txt:88
+#, no-c-format
+msgid "Rebirth Race Selection"
+msgstr ""
+
+#. code: setnpcdialogtitle l("Rebirth Trait Selection");
+#: npc/functions/rebirth.txt:63
+#, no-c-format
+msgid "Rebirth Trait Selection"
+msgstr ""
+
#. code: 020-2-26,59,32,0 script Receptionist NPC_REBECCA,{
#: npc/020-2-26/receptionist.txt:7
#, no-c-format
@@ -27667,7 +25709,7 @@ msgstr ""
#. code: Name: "Red Rose"
#: item_db.conf:-1
-#: mob_db.conf:2638
+#: mob_db.conf:2591
#, no-c-format
msgid "Red Rose"
msgstr ""
@@ -27679,7 +25721,7 @@ msgid "Red Sands desert is dangerous at the moment, so we sealed it off."
msgstr ""
#. code: Name: "Red Slime"
-#: mob_db.conf:3185
+#: mob_db.conf:3132
#, no-c-format
msgid "Red Slime"
msgstr ""
@@ -27733,7 +25775,6 @@ msgid "Registration is open to everybody, but newcomers need to pay a fee for al
msgstr ""
#. code: 009-2-3,42,30,0 script Reid NPC_REID,{
-#: npc/009-2-3/reid.txt~:7
#: npc/009-2-3/reid.txt:7
#, no-c-format
msgid "Reid"
@@ -27759,7 +25800,6 @@ msgstr ""
#. code: npctalk3(l("Remember to stay sharp. I might need your help on another case."));
#: npc/008-2-1/inspector.txt:153
-#: npc/008-2-1/inspector.txt~:153
#, no-c-format
msgid "Remember to stay sharp. I might need your help on another case."
msgstr ""
@@ -27778,19 +25818,18 @@ msgstr ""
#. code: mesq l("Remember: Use the map, and use the debugger (F10) or /where in chat to check your coordinates!");
#: npc/001-3-2/henry.txt:242
-#: npc/001-3-2/henry.txt~:241
#, no-c-format
msgid "Remember: \"Use\" the map, and use the debugger (F10) or \"/where\" in chat to check your coordinates!"
msgstr ""
#. code: mesq l("Remember: you must now pour it over the land.");
-#: npc/008-1-1/galimatia.txt:232
+#: npc/008-1-1/galimatia.txt:206
#, no-c-format
msgid "Remember: you must now pour it over the land."
msgstr ""
#. code: mesq l("Remember: you must pour it over the land.");
-#: npc/008-1-1/galimatia.txt:175
+#: npc/008-1-1/galimatia.txt:154
#, no-c-format
msgid "Remember: you must pour it over the land."
msgstr ""
@@ -28016,15 +26055,13 @@ msgid "Right Scorpion Claw"
msgstr ""
#. code: l("Right on it."),
-#: npc/008-1/rossy.txt~:53
#: npc/008-1/rossy.txt:53
#, no-c-format
msgid "Right on it."
msgstr ""
#. code: l("Right over there."),
-#: npc/008-1/hinnak.txt~:212
-#: npc/008-1/hinnak.txt:212
+#: npc/008-1/hinnak.txt:236
#, no-c-format
msgid "Right over there."
msgstr ""
@@ -28036,7 +26073,6 @@ msgid "Right! Ours is an earthsea realm. You see, sailors are swift at their tas
msgstr ""
#. code: l("Right... me too! Can I help?");
-#: npc/008-3-1/arkim.txt~:38
#: npc/008-3-1/arkim.txt:38
#, no-c-format
msgid "Right... me too! Can I help?"
@@ -28049,7 +26085,7 @@ msgid "Right: Hurnscald | Down: Dimond's Cove | Left: West Woodland | Up: Nivali
msgstr ""
#. code: npctalkonce l("Right: Hurnscald | Down: Swamp");
-#: npc/008-1-1/sign.txt:16
+#: npc/008-1-1/sign.txt:15
#, no-c-format
msgid "Right: Hurnscald | Down: Swamp"
msgstr ""
@@ -28091,7 +26127,7 @@ msgid "Robin"
msgstr ""
#. code: Name: "Robin Bandit"
-#: mob_db.conf:2723
+#: mob_db.conf:2675
#, no-c-format
msgid "Robin Bandit"
msgstr ""
@@ -28103,7 +26139,7 @@ msgid "Rock Knife"
msgstr ""
#. code: select l("Roger that. Private %s, over!", strcharinfo(PC_NAME));
-#: npc/008-1-1/hal.txt:100
+#: npc/008-1-1/hal.txt:99
#, no-c-format
msgid "Roger that. Private %s, over!"
msgstr ""
@@ -28128,27 +26164,23 @@ msgstr ""
#. code: 008-1,62,220,0 script Rossy NPC_TANISHA,{
#: npc/008-1/rossy.txt:6
-#: npc/008-1/rossy.txt~:6
#, no-c-format
msgid "Rossy"
msgstr ""
#. code: mesq l("Rossy and Juliet are out there, playing again. Please, feel free to play with them or to come here for a cup of water.");
#: npc/008-2-4/olana.txt:85
-#: npc/008-2-4/olana.txt~:85
#, no-c-format
msgid "Rossy and Juliet are out there, playing again. Please, feel free to play with them or to come here for a cup of water."
msgstr ""
#. code: mesq l("Rossy is doing alchemy, and I received a letter signed by Hocus, the Grandmaster. She did not submit her exam before we travelled, and now she is running out of time...");
#: npc/008-2-4/olana.txt:216
-#: npc/008-2-4/olana.txt~:215
#, no-c-format
msgid "Rossy is doing alchemy, and I received a letter signed by Hocus, the Grandmaster. She did not submit her exam before we travelled, and now she is running out of time..."
msgstr ""
#. code: l("Rossy passed her exam.");
-#: npc/008-2-4/olana.txt~:231
#: npc/008-2-4/olana.txt:232
#, no-c-format
msgid "Rossy passed her exam."
@@ -28156,20 +26188,17 @@ msgstr ""
#. code: mesc l("Rossy suddenly gets a strange look on her face, mumbling something about Juliet.");
#: npc/008-1/rossy.txt:120
-#: npc/008-1/rossy.txt~:120
#, no-c-format
msgid "Rossy suddenly gets a strange look on her face, mumbling something about Juliet."
msgstr ""
#. code: mesc l("Rossy takes the flowers from your hands and suddenly throws them on the ground. She begins sneezing.");
#: npc/008-1/rossy.txt:321
-#: npc/008-1/rossy.txt~:320
#, no-c-format
msgid "Rossy takes the flowers from your hands and suddenly throws them on the ground. She begins sneezing."
msgstr ""
#. code: mesc l("Rossy was collecting fruits, right? Maybe she has some idea on how to cheer her mother up?");
-#: npc/008-2-4/olana.txt~:42
#: npc/008-2-4/olana.txt:42
#, no-c-format
msgid "Rossy was collecting fruits, right? Maybe she has some idea on how to cheer her mother up?"
@@ -28177,7 +26206,6 @@ msgstr ""
#. code: l("Rossy was happy with your gift, and asked me to say you are the nicest mother in the world.");
#: npc/008-2-4/olana.txt:291
-#: npc/008-2-4/olana.txt~:290
#, no-c-format
msgid "Rossy was happy with your gift, and asked me to say you are the nicest mother in the world."
msgstr ""
@@ -28232,19 +26260,19 @@ msgid "Ruby Shard"
msgstr ""
#. code: Name: "Ruby Vein"
-#: mob_db.conf:2201
+#: mob_db.conf:2164
#, no-c-format
msgid "Ruby Vein"
msgstr ""
#. code: mesc l("Rules:");
-#: npc/functions/casino.txt:156
+#: npc/functions/casino.txt:159
#, no-c-format
msgid "Rules:"
msgstr ""
#. code: l("Rumly is hiding behind the tree.");
-#: npc/001-1/rumly.txt:111
+#: npc/001-1/rumly.txt:104
#, no-c-format
msgid "Rumly is hiding behind the tree."
msgstr ""
@@ -28270,8 +26298,7 @@ msgid "Rumly#001-1"
msgstr ""
#. code: l("Run away in fear");
-#: npc/008-3-0/juliet.txt~:361
-#: npc/008-3-0/juliet.txt:361
+#: npc/008-3-0/juliet.txt:360
#, no-c-format
msgid "Run away in fear"
msgstr ""
@@ -28357,8 +26384,7 @@ msgid "Sagratha is great. Why does the strange woman near the Legion building al
msgstr ""
#. code: l("Said her friend had told her that I needed help."),
-#: npc/008-1/hinnak.txt~:224
-#: npc/008-1/hinnak.txt:224
+#: npc/008-1/hinnak.txt:248
#, no-c-format
msgid "Said her friend had told her that I needed help."
msgstr ""
@@ -28431,8 +26457,7 @@ msgid "Sandwiches"
msgstr ""
#. code: mesq l("Sandwiches are handy, but they won't beat a full meal, which we hadn't in a while.");
-#: npc/008-2-16/yannika.txt:333
-#: npc/008-2-16/yannika.txt~:333
+#: npc/008-2-16/yannika.txt:334
#, no-c-format
msgid "Sandwiches are handy, but they won't beat a full meal, which we hadn't in a while."
msgstr ""
@@ -28486,7 +26511,7 @@ msgid "Sapphire Shard"
msgstr ""
#. code: Name: "Sapphire Vein"
-#: mob_db.conf:2297
+#: mob_db.conf:2258
#, no-c-format
msgid "Sapphire Vein"
msgstr ""
@@ -28505,13 +26530,12 @@ msgid "Say Olana is a good mother"
msgstr ""
#. code: l("Say her love to glamourous Gliktch?"),
-#: npc/001-2-6/books.txt:78
+#: npc/001-2-6/books.txt:79
#, no-c-format
msgid "Say her love to glamourous Gliktch?"
msgstr ""
#. code: l("Scared me, those seven-branched little stumps did!"),
-#: npc/008-1/jack.txt~:172
#: npc/008-1/jack.txt:172
#, no-c-format
msgid "Scared me, those seven-branched little stumps did!"
@@ -28544,13 +26568,13 @@ msgid "Scissors"
msgstr ""
#. code: Name: "Scorpion"
-#: mob_db.conf:1843
+#: mob_db.conf:1811
#, no-c-format
msgid "Scorpion"
msgstr ""
#. code: Name: "Scorpion Ghost"
-#: mob_db.conf:5312
+#: mob_db.conf:5250
#, no-c-format
msgid "Scorpion Ghost"
msgstr ""
@@ -28568,7 +26592,7 @@ msgid "Scorpions everywhere!"
msgstr ""
#. code: speech l("Scout the zone better! He must be somewhere nearby.");
-#: npc/008-1-1/hal.txt:92
+#: npc/008-1-1/hal.txt:91
#, no-c-format
msgid "Scout the zone better! He must be somewhere nearby."
msgstr ""
@@ -28580,7 +26604,6 @@ msgid "Scythe"
msgstr ""
#. code: l("Sea"), l("Lake"),
-#: npc/functions/main.txt~:299
#: npc/functions/main.txt:298
#, no-c-format
msgid "Sea"
@@ -28624,14 +26647,13 @@ msgid "Sec, lemme look this."
msgstr ""
#. code: mesq l("Secondly, choose wisely which weapon is suited for you. Some people like to face their enemies closely with a heavy axe, others prefer to attack from a distance with a bow for example.");
-#: npc/000-1/sapartan.txt:66
+#: npc/000-1/sapartan.txt:67
#, no-c-format
msgid "Secondly, choose wisely which weapon is suited for you. Some people like to face their enemies closely with a heavy axe, others prefer to attack from a distance with a bow for example."
msgstr ""
#. code: l("See if someone else knows anything."));
#: npc/008-2-1/inspector.txt:69
-#: npc/008-2-1/inspector.txt~:69
#, no-c-format
msgid "See if someone else knows anything."
msgstr ""
@@ -28644,15 +26666,14 @@ msgstr ""
#. code: npctalk3 l("See you later!");
#. code: l("See you later!"),
-#: npc/001-1/cookiemaster.txt:249
-#: npc/001-1/cookiemaster.txt~:249
+#: npc/001-1/cookiemaster.txt:248
#: npc/functions/goodbye.txt:11
#, no-c-format
msgid "See you later!"
msgstr ""
#. code: speech S_FIRST_BLANK_LINE, l("See you next time!");
-#: npc/001-1/salem.txt:89
+#: npc/001-1/salem.txt:102
#, no-c-format
msgid "See you next time!"
msgstr ""
@@ -28672,7 +26693,7 @@ msgid "See you!"
msgstr ""
#. code: l("See you! And come back with the plushrooms!");
-#: npc/001-1/rumly.txt:101
+#: npc/001-1/rumly.txt:94
#, no-c-format
msgid "See you! And come back with the plushrooms!"
msgstr ""
@@ -28680,15 +26701,13 @@ msgstr ""
#. code: l("See you.")))
#. code: l("See you."), L_Quit,
#: npc/001-2-27/kaylo.txt:14
-#: npc/001-2-27/kaylo.txt~:14
#: npc/000-1/silvio.txt:165
#, no-c-format
msgid "See you."
msgstr ""
#. code: l("Seeing her gaze, for a moment there I thought she would turn me into a pinkie, for sure..."),
-#: npc/008-1/hinnak.txt~:239
-#: npc/008-1/hinnak.txt:239
+#: npc/008-1/hinnak.txt:263
#, no-c-format
msgid "Seeing her gaze, for a moment there I thought she would turn me into a pinkie, for sure..."
msgstr ""
@@ -28707,7 +26726,6 @@ msgstr ""
#. code: mesq l("Seems yummy! Let me taste it!");
#: npc/000-2-0/julia.txt:46
-#: npc/000-2-0/julia.txt~:46
#, no-c-format
msgid "Seems yummy! Let me taste it!"
msgstr ""
@@ -28719,9 +26737,7 @@ msgid "Select a music"
msgstr ""
#. code: 008-2-1,38,40,0 script Selim NPC_GUMI_THE_DYER,{
-#. code: 008-1,38,40,0 script Selim NPC_GUMI_THE_DYER,{
#: npc/008-2-1/selim.txt:7
-#: npc/008-2-1/selim.txt~:7
#, no-c-format
msgid "Selim"
msgstr ""
@@ -28831,7 +26847,7 @@ msgid "Serena"
msgstr ""
#. code: 001-2-35,26,27,0 script Serena#Ctrl NPC_SERENA,{
-#: npc/001-2-32/serena.txt:29
+#: npc/001-2-32/serena.txt:28
#, no-c-format
msgid "Serena#Ctrl"
msgstr ""
@@ -28849,7 +26865,6 @@ msgid "Sergeant Ryan"
msgstr ""
#. code: l("Seriously? It's just a cookie you know... Tell me what I should do to get one."), L_BTaskExpanation,
-#: npc/001-1/cookiemaster.txt~:77
#: npc/001-1/cookiemaster.txt:77
#, no-c-format
msgid "Seriously? It's just a cookie you know... Tell me what I should do to get one."
@@ -28862,7 +26877,7 @@ msgid "Seriously?!"
msgstr ""
#. code: Name: "Serqet"
-#: mob_db.conf:4974
+#: mob_db.conf:4912
#, no-c-format
msgid "Serqet"
msgstr ""
@@ -28873,6 +26888,18 @@ msgstr ""
msgid "Set Legacy Account"
msgstr ""
+#. code: l("Set Quest status 0"),
+#: npc/009-2-0/soren.txt:24
+#, no-c-format
+msgid "Set Quest status 0"
+msgstr ""
+
+#. code: l("Set Quest status 1")
+#: npc/009-2-0/soren.txt:25
+#, no-c-format
+msgid "Set Quest status 1"
+msgstr ""
+
#. code: rif(!(.@a), menuimage("actions/add", l("Set a new broadcast"))),
#: npc/commands/scheduled-broadcasts.txt:164
#, no-c-format
@@ -28910,7 +26937,7 @@ msgid "Shaddy fellas, I do not trust them the sightliest."
msgstr ""
#. code: l("Share your mind is your mission"),
-#: npc/001-2-6/books.txt:84
+#: npc/001-2-6/books.txt:85
#, no-c-format
msgid "Share your mind is your mission"
msgstr ""
@@ -28928,7 +26955,6 @@ msgid "She had seen only twenty hours of this world when she died in her father'
msgstr ""
#. code: l("She has white hair, blue eyes, and always carry a big sack."),
-#: npc/001-3-2/henry.txt~:293
#: npc/001-3-2/henry.txt:294
#, no-c-format
msgid "She has white hair, blue eyes, and always carry a big sack."
@@ -28947,14 +26973,13 @@ msgid "She is always taking care of her bees, though."
msgstr ""
#. code: mesq l("She is the nurse and shipkeeper of this ship.");
-#: npc/000-2-3/nard.txt:132
+#: npc/000-2-3/nard.txt:133
#, no-c-format
msgid "She is the nurse and shipkeeper of this ship."
msgstr ""
#. code: l("She is very skilled when it comes to weaving an ordinary piece of cloth into a wonderful work of art!"),
-#: npc/001-1/enora.txt:46
-#: npc/001-1/enora.txt~:46
+#: npc/001-1/enora.txt:47
#, no-c-format
msgid "She is very skilled when it comes to weaving an ordinary piece of cloth into a wonderful work of art!"
msgstr ""
@@ -28975,14 +27000,12 @@ msgstr ""
#. code: l("She told me a passphrase.");
#: npc/001-3-2/henry.txt:295
-#: npc/001-3-2/henry.txt~:294
#, no-c-format
msgid "She told me a passphrase."
msgstr ""
#. code: rif(.@q == 0, l("She told me that you had some tasks for me.")),
-#: npc/001-1/enora.txt~:381
-#: npc/001-1/enora.txt:381
+#: npc/001-1/enora.txt:406
#, no-c-format
msgid "She told me that you had some tasks for me."
msgstr ""
@@ -28995,21 +27018,14 @@ msgstr ""
#. code: l("She wasn't at home for two days now. I worry about her!"),
#: npc/008-2-4/olana.txt:90
-#: npc/008-2-4/olana.txt~:90
#, no-c-format
msgid "She wasn't at home for two days now. I worry about her!"
msgstr ""
-#. code: mesq lg("She's on the upper level, yeye can't miss her. She's the only girl in this crew, oh well, except for you now yeyeye!", "She's on the upper level, yeye can't miss her. She's the only girl in this crew.");
-#: npc/000-2-1/arpan.txt:183
+#. code: mesq l("She's on the upper level, yeye can't miss her. She's the only girl in this crew so far.");
+#: npc/000-2-1/arpan.txt:184
#, no-c-format
-msgid "She's on the upper level, yeye can't miss her. She's the only girl in this crew, oh well, except for you now yeyeye!#0"
-msgstr ""
-
-#. code: mesq lg("She's on the upper level, yeye can't miss her. She's the only girl in this crew, oh well, except for you now yeyeye!", "She's on the upper level, yeye can't miss her. She's the only girl in this crew.");
-#: npc/000-2-1/arpan.txt:183
-#, no-c-format
-msgid "She's on the upper level, yeye can't miss her. She's the only girl in this crew.#1"
+msgid "She's on the upper level, yeye can't miss her. She's the only girl in this crew so far."
msgstr ""
#. code: Name: "Shemagh"
@@ -29019,16 +27035,14 @@ msgid "Shemagh"
msgstr ""
#. code: mesq l("Shhht, don't say it that loud...");
-#: npc/000-2-1/chefgado.txt:159
+#: npc/000-2-1/chefgado.txt:158
#, no-c-format
msgid "Shhht, don't say it that loud..."
msgstr ""
#. code: mesq l("Shht shht!");
-#: npc/001-1/cookiemaster.txt~:27
-#: npc/001-1/cookiemaster.txt~:119
-#: npc/001-1/cookiemaster.txt:119
#: npc/001-1/cookiemaster.txt:27
+#: npc/001-1/cookiemaster.txt:118
#, no-c-format
msgid "Shht shht!"
msgstr ""
@@ -29071,105 +27085,102 @@ msgstr ""
#. code: l("Should we just take it? This was clearly some kind of temple, so it might be something sacred. George and I argued about it for a while, until I decided to end the discussion – so I simply grabbed it: we needed light."),
#: npc/008-2-2/kfahr.txt:464
-#: npc/008-2-2/kfahr.txt~:464
#, no-c-format
msgid "Should we just take it? This was clearly some kind of temple, so it might be something sacred. George and I argued about it for a while, until I decided to end the discussion – so I simply grabbed it: we needed light."
msgstr ""
#. code: mesq l("Should we start with something simple? Hmmm... Do you have a %s? It is hard to find one around these parts, but you don't seem to be from here.", getitemlink(FishingRod));
-#: npc/008-2-16/yannika.txt~:267
-#: npc/008-2-16/yannika.txt:267
+#: npc/008-2-16/yannika.txt:268
#, no-c-format
msgid "Should we start with something simple? Hmmm... Do you have a %s? It is hard to find one around these parts, but you don't seem to be from here."
msgstr ""
#. code: l("Should you be too quick or wait too long, you will most likely fail.");
-#: npc/001-2-4/books.txt:78
+#: npc/001-2-4/books.txt:79
#, no-c-format
msgid "Should you be too quick or wait too long, you will most likely fail."
msgstr ""
#. code: mesq l("Shush - No questions.");
#: npc/001-3-2/henry.txt:166
-#: npc/001-3-2/henry.txt~:166
#, no-c-format
msgid "Shush - No questions."
msgstr ""
#. code: 001-1,161,72,0 script Sign#001-1-s-alchemist NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:157
+#: npc/001-1/sign.txt:142
#, no-c-format
msgid "Sign#001-1-s-alchemist"
msgstr ""
#. code: 001-1,47,97,0 script Sign#001-1-s-barber NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:177
+#: npc/001-1/sign.txt:160
#, no-c-format
msgid "Sign#001-1-s-barber"
msgstr ""
#. code: 001-1,95,111,0 script Sign#001-1-s-blacksmith NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:107
+#: npc/001-1/sign.txt:97
#, no-c-format
msgid "Sign#001-1-s-blacksmith"
msgstr ""
#. code: 001-1,91,66,0 script Sign#001-1-s-cityhall NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:97
+#: npc/001-1/sign.txt:88
#, no-c-format
msgid "Sign#001-1-s-cityhall"
msgstr ""
#. code: 001-1,55,86,0 script Sign#001-1-s-exit-l-dir NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:37
+#: npc/001-1/sign.txt:34
#, no-c-format
msgid "Sign#001-1-s-exit-l-dir"
msgstr ""
#. code: 001-1,171,48,0 script Sign#001-1-s-hill NPC_OFFSET_NO_SPRITE,{
-#: npc/001-1/sign.txt:147
+#: npc/001-1/sign.txt:133
#, no-c-format
msgid "Sign#001-1-s-hill"
msgstr ""
#. code: 001-1,115,88,0 script Sign#001-1-s-inn NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:117
+#: npc/001-1/sign.txt:106
#, no-c-format
msgid "Sign#001-1-s-inn"
msgstr ""
#. code: 001-1,134,85,0 script Sign#001-1-s-innright NPC_OFFSET_NO_SPRITE,{
-#: npc/001-1/sign.txt:127
+#: npc/001-1/sign.txt:115
#, no-c-format
msgid "Sign#001-1-s-innright"
msgstr ""
#. code: 001-1,53,56,0 script Sign#001-1-s-legion NPC_OFFSET_NO_SPRITE,{
-#: npc/001-1/sign.txt:77
+#: npc/001-1/sign.txt:70
#, no-c-format
msgid "Sign#001-1-s-legion"
msgstr ""
#. code: 001-1,59,85,0 script Sign#001-1-s-legiondir NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:47
+#: npc/001-1/sign.txt:43
#, no-c-format
msgid "Sign#001-1-s-legiondir"
msgstr ""
#. code: 001-1,60,56,0 script Sign#001-1-s-legionright NPC_OFFSET_NO_SPRITE,{
-#: npc/001-1/sign.txt:87
+#: npc/001-1/sign.txt:79
#, no-c-format
msgid "Sign#001-1-s-legionright"
msgstr ""
#. code: 001-1,57,80,0 script Sign#001-1-s-library NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:57
+#: npc/001-1/sign.txt:52
#, no-c-format
msgid "Sign#001-1-s-library"
msgstr ""
#. code: 001-1,57,71,0 script Sign#001-1-s-lightarmor NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:67
+#: npc/001-1/sign.txt:61
#, no-c-format
msgid "Sign#001-1-s-lightarmor"
msgstr ""
@@ -29181,31 +27192,31 @@ msgid "Sign#001-1-s-market"
msgstr ""
#. code: 001-1,57,88,0 script Sign#001-1-s-marketdir NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:27
+#: npc/001-1/sign.txt:25
#, no-c-format
msgid "Sign#001-1-s-marketdir"
msgstr ""
#. code: 001-1,48,122,0 script Sign#001-1-s-marketright NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:17
+#: npc/001-1/sign.txt:16
#, no-c-format
msgid "Sign#001-1-s-marketright"
msgstr ""
#. code: 001-1,118,36,0 script Sign#001-1-s-merchantg NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:137
+#: npc/001-1/sign.txt:124
#, no-c-format
msgid "Sign#001-1-s-merchantg"
msgstr ""
#. code: 001-1,175,76,0 script Sign#001-1-s-warehouse NPC_NO_SPRITE,{
-#: npc/001-1/sign.txt:167
+#: npc/001-1/sign.txt:151
#, no-c-format
msgid "Sign#001-1-s-warehouse"
msgstr ""
#. code: 008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{
-#: npc/008-1-1/sign.txt:15
+#: npc/008-1-1/sign.txt:14
#, no-c-format
msgid "Sign#008-1-1-central"
msgstr ""
@@ -29217,7 +27228,7 @@ msgid "Sign#008-1-1-merchant"
msgstr ""
#. code: 008-1-2,39,192,0 script Sign#008-1-2-asphodel NPC_NO_SPRITE,{
-#: npc/008-1-2/sign.txt:25
+#: npc/008-1-2/sign.txt:23
#, no-c-format
msgid "Sign#008-1-2-asphodel"
msgstr ""
@@ -29229,13 +27240,13 @@ msgid "Sign#008-1-2-northeast"
msgstr ""
#. code: 008-1-2,145,80,0 script Sign#008-1-2-sorentown NPC_NO_SPRITE,{
-#: npc/008-1-2/sign.txt:15
+#: npc/008-1-2/sign.txt:14
#, no-c-format
msgid "Sign#008-1-2-sorentown"
msgstr ""
#. code: 008-1,247,105,0 script Sign#008-1-4144 NPC_NO_SPRITE,{
-#: npc/008-1/sign.txt:42
+#: npc/008-1/sign.txt:38
#, no-c-format
msgid "Sign#008-1-4144"
msgstr ""
@@ -29247,19 +27258,19 @@ msgid "Sign#008-1-central"
msgstr ""
#. code: 008-1,251,104,0 script Sign#008-1-hurns NPC_NO_SPRITE,{
-#: npc/008-1/sign.txt:33
+#: npc/008-1/sign.txt:30
#, no-c-format
msgid "Sign#008-1-hurns"
msgstr ""
#. code: 008-1,126,160,0 script Sign#008-1-south NPC_NO_SPRITE,{
-#: npc/008-1/sign.txt:15
+#: npc/008-1/sign.txt:14
#, no-c-format
msgid "Sign#008-1-south"
msgstr ""
#. code: 008-1,246,177,0 script Sign#008-1-southeast NPC_NO_SPRITE,{
-#: npc/008-1/sign.txt:24
+#: npc/008-1/sign.txt:22
#, no-c-format
msgid "Sign#008-1-southeast"
msgstr ""
@@ -29301,14 +27312,13 @@ msgid "Silk Robe"
msgstr ""
#. code: 001-1,48,125,0 trader Silk#Dye001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt~:85
-#: npc/001-1/shop.txt:85
+#: npc/001-1/shop.txt:87
#, no-c-format
msgid "Silk#Dye001-1"
msgstr ""
#. code: Name: "Silkworm"
-#: mob_db.conf:1717
+#: mob_db.conf:1687
#, no-c-format
msgid "Silkworm"
msgstr ""
@@ -29410,8 +27420,7 @@ msgid "Simple Silver Ring"
msgstr ""
#. code: mesq l("Simply contact them, by forum or wispers or irc. When you are helpful and kind, they respond in kind. And in time they may surely add you to my cookie list!");
-#: npc/001-1/cookiemaster.txt~:131
-#: npc/001-1/cookiemaster.txt:131
+#: npc/001-1/cookiemaster.txt:130
#, no-c-format
msgid "Simply contact them, by forum or wispers or irc. When you are helpful and kind, they respond in kind. And in time they may surely add you to my cookie list!"
msgstr ""
@@ -29429,19 +27438,18 @@ msgid "Sincerely yours, Dan."
msgstr ""
#. code: Name: "Skeleton"
-#: mob_db.conf:3604
+#: mob_db.conf:3550
#, no-c-format
msgid "Skeleton"
msgstr ""
#. code: Name: "Skeleton Ghost"
-#: mob_db.conf:5390
+#: mob_db.conf:5328
#, no-c-format
msgid "Skeleton Ghost"
msgstr ""
#. code: mesc l("Skill Available: %s", getskillname(@mb_SkillId));
-#: npc/items/master_skillbook.txt~:84
#: npc/items/master_skillbook.txt:84
#, no-c-format
msgid "Skill Available: %s"
@@ -29496,14 +27504,13 @@ msgid "Slat Blue Silk Dye"
msgstr ""
#. code: l("Slay some of them and bring me %d of their antennae.", .drop_count);
-#: npc/008-1/hinnak.txt~:73
-#: npc/008-1/hinnak.txt:73
+#: npc/008-1/hinnak.txt:97
#, no-c-format
msgid "Slay some of them and bring me %d of their antennae."
msgstr ""
#. code: l("Sleep well my angel but don't follow along"),
-#: npc/001-2-6/books.txt:124
+#: npc/001-2-6/books.txt:126
#, no-c-format
msgid "Sleep well my angel but don't follow along"
msgstr ""
@@ -29521,7 +27528,7 @@ msgid "Slippers"
msgstr ""
#. code: Name: "Small Frog"
-#: mob_db.conf:3685
+#: mob_db.conf:3631
#, no-c-format
msgid "Small Frog"
msgstr ""
@@ -29551,7 +27558,6 @@ msgid "Small Tentacles"
msgstr ""
#. code: mesq l("Smart choice, still-living person.");
-#: npc/009-2-3/chef.txt~:46
#: npc/009-2-3/chef.txt:46
#, no-c-format
msgid "Smart choice, still-living person."
@@ -29576,13 +27582,13 @@ msgid "Smuggler"
msgstr ""
#. code: Name: "Snake"
-#: mob_db.conf:3227
+#: mob_db.conf:3173
#, no-c-format
msgid "Snake"
msgstr ""
#. code: Name: "Snake Ghost"
-#: mob_db.conf:5273
+#: mob_db.conf:5211
#, no-c-format
msgid "Snake Ghost"
msgstr ""
@@ -29618,7 +27624,7 @@ msgid "Snarfles"
msgstr ""
#. code: Name: "Snow Flower"
-#: mob_db.conf:4640
+#: mob_db.conf:4579
#, no-c-format
msgid "Snow Flower"
msgstr ""
@@ -29630,14 +27636,13 @@ msgid "Snowman Globe"
msgstr ""
#. code: mesq l("So I can make a %s out of it.", getitemlink(.REQ0_OUTPUT));
-#: npc/008-1-1/galimatia.txt:121
+#: npc/008-1-1/galimatia.txt:102
#, no-c-format
msgid "So I can make a %s out of it."
msgstr ""
#. code: l("So I go inside."),
-#: npc/008-1/hinnak.txt~:231
-#: npc/008-1/hinnak.txt:231
+#: npc/008-1/hinnak.txt:255
#, no-c-format
msgid "So I go inside."
msgstr ""
@@ -29649,24 +27654,15 @@ msgid "So I kindly request you not to listen to that stupid Rosen, saying 'Toich
msgstr ""
#. code: l("So I rush out, my wife telling me to leave the witch alone, and I see her standing there in the middle of the rain..."),
-#: npc/008-1/hinnak.txt~:234
-#: npc/008-1/hinnak.txt:234
+#: npc/008-1/hinnak.txt:258
#, no-c-format
msgid "So I rush out, my wife telling me to leave the witch alone, and I see her standing there in the middle of the rain..."
msgstr ""
-#. code: lg("So I was going to ask if maybe you would be interested in giving me a hand with a few errands.");
-#: npc/001-1/enora.txt~:138
-#: npc/001-1/enora.txt:138
-#, no-c-format
-msgid "So I was going to ask if maybe you would be interested in giving me a hand with a few errands.#0"
-msgstr ""
-
-#. code: lg("So I was going to ask if maybe you would be interested in giving me a hand with a few errands.");
-#: npc/001-1/enora.txt~:138
-#: npc/001-1/enora.txt:138
+#. code: l("So I was going to ask if maybe you would be interested in giving me a hand with a few errands.");
+#: npc/001-1/enora.txt:139
#, no-c-format
-msgid "So I was going to ask if maybe you would be interested in giving me a hand with a few errands.#1"
+msgid "So I was going to ask if maybe you would be interested in giving me a hand with a few errands."
msgstr ""
#. code: l("So be nice and help people along the way!"),
@@ -29693,28 +27689,24 @@ msgstr ""
#. code: l("So for one instant I think that this might be it, that I might die out there! A worthy death, I suppose, against the king of desert worms! And just as I think that, I bump against something.");
#: npc/008-2-2/kfahr.txt:333
-#: npc/008-2-2/kfahr.txt~:333
#, no-c-format
msgid "So for one instant I think that this might be it, that I might die out there! A worthy death, I suppose, against the king of desert worms! And just as I think that, I bump against something."
msgstr ""
#. code: mesq l("So if you fail finding the bakery, look for the Inn - it is on the same building.");
-#: npc/008-2-16/yannika.txt:411
-#: npc/008-2-16/yannika.txt~:411
+#: npc/008-2-16/yannika.txt:412
#, no-c-format
msgid "So if you fail finding the bakery, look for the Inn - it is on the same building."
msgstr ""
#. code: l("So if you want, you can bring Heathin a hammer."),
#: npc/020-2-8/jhedia.txt:11
-#: npc/020-2-8/jhedia.txt~:11
#, no-c-format
msgid "So if you want, you can bring Heathin a hammer."
msgstr ""
#. code: l("So if you want, you can bring me a hammer."),
#: npc/020-2-8/heathin.txt:11
-#: npc/020-2-8/heathin.txt~:11
#, no-c-format
msgid "So if you want, you can bring me a hammer."
msgstr ""
@@ -29728,7 +27720,6 @@ msgstr ""
#. code: l("So if you want, you can talk to her instead."),
#: npc/020-2-10/hetchel.txt:12
-#: npc/020-2-10/hetchel.txt~:11
#, no-c-format
msgid "So if you want, you can talk to her instead."
msgstr ""
@@ -29740,7 +27731,6 @@ msgid "So in a hurry, I forgot to take enough bait for fishing."
msgstr ""
#. code: l("So it is hard to know my role on this world."),
-#: npc/020-1/noke.txt~:11
#: npc/020-1/noke.txt:11
#, no-c-format
msgid "So it is hard to know my role on this world."
@@ -29748,7 +27738,6 @@ msgstr ""
#. code: l("So it seemed that our last hour was at hand, that we'd be swallowed and never heard from again!"),
#: npc/008-2-2/kfahr.txt:317
-#: npc/008-2-2/kfahr.txt~:317
#, no-c-format
msgid "So it seemed that our last hour was at hand, that we'd be swallowed and never heard from again!"
msgstr ""
@@ -29761,21 +27750,12 @@ msgstr ""
#. code: l("So it stared at me, mouth wide agape – the perfect opening!"),
#: npc/008-2-2/kfahr.txt:542
-#: npc/008-2-2/kfahr.txt~:542
#, no-c-format
msgid "So it stared at me, mouth wide agape – the perfect opening!"
msgstr ""
-#. code: mesq l("So making a %s will make things easier.", getitemlink(.REQ1_OUTPUT));
-#: npc/008-1-1/galimatia.txt:192
-#: npc/008-1-1/galimatia.txt:73
-#, no-c-format
-msgid "So making a %s will make things easier."
-msgstr ""
-
#. code: l("So my wife said that I should go and see the witch, just in case she knows something."),
-#: npc/008-1/hinnak.txt:218
-#: npc/008-1/hinnak.txt~:218
+#: npc/008-1/hinnak.txt:242
#, no-c-format
msgid "So my wife said that I should go and see the witch, just in case she knows something."
msgstr ""
@@ -29788,7 +27768,6 @@ msgstr ""
#. code: l("So please find my file on the archives and, I don't know, deal with it?"),
#: npc/001-3-2/henry.txt:56
-#: npc/001-3-2/henry.txt~:56
#, no-c-format
msgid "So please find my file on the archives and, I don't know, deal with it?"
msgstr ""
@@ -29799,41 +27778,31 @@ msgstr ""
msgid "So please get out!"
msgstr ""
-#. code: mesq lg("So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft.", "So that's why we wanted to warn you, maybe he comes from that guild, as that sign was on his raft.");
-#: npc/000-2-3/sailors.txt:16
-#, no-c-format
-msgid "So that's why we wanted to warn you, maybe he comes from that guild, as that sign was on his raft.#1"
-msgstr ""
-
-#. code: mesq lg("So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft.", "So that's why we wanted to warn you, maybe he comes from that guild, as that sign was on his raft.");
+#. code: mesq l("So that's why we wanted to warn you. This sign on the raft indicates some relation to that guild.");
#: npc/000-2-3/sailors.txt:16
#, no-c-format
-msgid "So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft.#0"
+msgid "So that's why we wanted to warn you. This sign on the raft indicates some relation to that guild."
msgstr ""
#. code: l("So the beast charges at the two of us again and we dodge – Arvek left, me right. The beast is smarter than the average desert worm, though, and had expected that – so it bends to the side and swallows poor Arvek, hair and hide and all.");
#: npc/008-2-2/kfahr.txt:326
-#: npc/008-2-2/kfahr.txt~:326
#, no-c-format
msgid "So the beast charges at the two of us again and we dodge – Arvek left, me right. The beast is smarter than the average desert worm, though, and had expected that – so it bends to the side and swallows poor Arvek, hair and hide and all."
msgstr ""
#. code: l("So the entire town was without water, except for the water reserves in the cistern. Someone had to act quickly – and of course that someone was me."),
-#: npc/008-2-2/kfahr.txt~:519
#: npc/008-2-2/kfahr.txt:519
#, no-c-format
msgid "So the entire town was without water, except for the water reserves in the cistern. Someone had to act quickly – and of course that someone was me."
msgstr ""
#. code: l("So the next day another witch shows up."),
-#: npc/008-1/hinnak.txt:221
-#: npc/008-1/hinnak.txt~:221
+#: npc/008-1/hinnak.txt:245
#, no-c-format
msgid "So the next day another witch shows up."
msgstr ""
#. code: l("So this humongous beast came roaring towards us, a big back hole where the mouth is, spikey fins sticking out to the side, all ready to swallow us all! My sword felt like a toothpick against that monster!");
-#: npc/008-2-2/kfahr.txt~:311
#: npc/008-2-2/kfahr.txt:311
#, no-c-format
msgid "So this humongous beast came roaring towards us, a big back hole where the mouth is, spikey fins sticking out to the side, all ready to swallow us all! My sword felt like a toothpick against that monster!"
@@ -29841,34 +27810,29 @@ msgstr ""
#. code: l("So to feed itself, it had learned to smell. That's right, the beast had grown nostrils and learned how to use 'em!"),
#: npc/008-2-2/kfahr.txt:295
-#: npc/008-2-2/kfahr.txt~:295
#, no-c-format
msgid "So to feed itself, it had learned to smell. That's right, the beast had grown nostrils and learned how to use 'em!"
msgstr ""
#. code: l("So we defeated it with hygiene! Ah, that was wonderful. After a day, the stench had worn off enough that we could drink the water again, and a week later it was almost completely gone. And of course I was the hero of the day.");
#: npc/008-2-2/kfahr.txt:553
-#: npc/008-2-2/kfahr.txt~:553
#, no-c-format
msgid "So we defeated it with hygiene! Ah, that was wonderful. After a day, the stench had worn off enough that we could drink the water again, and a week later it was almost completely gone. And of course I was the hero of the day."
msgstr ""
#. code: l("So we had barely made it to the top of the next dune when George slipped and rolled down the other side. I wanted to catch him, but I was too dizzy myself, and so I rolled after him."),
#: npc/008-2-2/kfahr.txt:441
-#: npc/008-2-2/kfahr.txt~:441
#, no-c-format
msgid "So we had barely made it to the top of the next dune when George slipped and rolled down the other side. I wanted to catch him, but I was too dizzy myself, and so I rolled after him."
msgstr ""
#. code: l("So we ran from that slithering mass, faster than we ever had! We had no idea where we were going of course, but at least we had light again..."),
#: npc/008-2-2/kfahr.txt:467
-#: npc/008-2-2/kfahr.txt~:467
#, no-c-format
msgid "So we ran from that slithering mass, faster than we ever had! We had no idea where we were going of course, but at least we had light again..."
msgstr ""
#. code: l("So we resigned to continuing to search for something, anything – it was either that, or die of thirst for sure. The only problem was that we were already so thirsty and it was so bright that we couldn't see nor walk straight anymore."),
-#: npc/008-2-2/kfahr.txt~:440
#: npc/008-2-2/kfahr.txt:440
#, no-c-format
msgid "So we resigned to continuing to search for something, anything – it was either that, or die of thirst for sure. The only problem was that we were already so thirsty and it was so bright that we couldn't see nor walk straight anymore."
@@ -29882,45 +27846,32 @@ msgstr ""
#. code: selectd(l("So you beat the monster? Then why are you so scared?"));
#: npc/008-1/jack.txt:68
-#: npc/008-1/jack.txt~:68
#, no-c-format
msgid "So you beat the monster? Then why are you so scared?"
msgstr ""
#. code: l("So you have now a pet, who is loyal to you. It'll follow you everywhere, but there are two things you must know."),
-#: npc/001-2-6/books.txt:182
+#: npc/001-2-6/books.txt:184
#, no-c-format
msgid "So you have now a pet, who is loyal to you. It'll follow you everywhere, but there are two things you must know."
msgstr ""
#. code: l("So you think you're tough? A warrior must also be loyal and patient."),
+#. code: npctalkonce(l("So you think you're tough? A warrior must also be loyal and patient."));
+#: npc/functions/legiontalk.txt:51
#: npc/functions/generic-text.txt:102
#, no-c-format
msgid "So you think you're tough? A warrior must also be loyal and patient."
msgstr ""
-#. code: npctalkonce(lg("So you think you're tough? A warrior must also be loyal and patient."));
-#: npc/functions/legiontalk.txt:51
-#, no-c-format
-msgid "So you think you're tough? A warrior must also be loyal and patient.#0"
-msgstr ""
-
-#. code: npctalkonce(lg("So you think you're tough? A warrior must also be loyal and patient."));
-#: npc/functions/legiontalk.txt:51
-#, no-c-format
-msgid "So you think you're tough? A warrior must also be loyal and patient.#1"
-msgstr ""
-
#. code: l("So you're under the control of a dictatorship? That's... reassuring!"), L_Control,
-#: npc/001-1/cookiemaster.txt~:113
-#: npc/001-1/cookiemaster.txt:113
+#: npc/001-1/cookiemaster.txt:112
#, no-c-format
msgid "So you're under the control of a dictatorship? That's... reassuring!"
msgstr ""
#. code: selectd(l("So, I guess you aren't chopping down trees anymore?"));
#: npc/008-1/jack.txt:82
-#: npc/008-1/jack.txt~:82
#, no-c-format
msgid "So, I guess you aren't chopping down trees anymore?"
msgstr ""
@@ -29933,21 +27884,14 @@ msgstr ""
#. code: mesq l("So, did you brought me the twelve cherry cakes?");
#: npc/020-1/eomie.txt:52
-#: npc/020-1/eomie.txt~:51
#, no-c-format
msgid "So, did you brought me the twelve cherry cakes?"
msgstr ""
-#. code: lg("So, did you get your blood boiling? Give the dummies a good lesson? Good!"),
-#: npc/001-2-33/lozerk.txt:81
-#, no-c-format
-msgid "So, did you get your blood boiling? Give the dummies a good lesson? Good!#0"
-msgstr ""
-
-#. code: lg("So, did you get your blood boiling? Give the dummies a good lesson? Good!"),
+#. code: l("So, did you get your blood boiling? Give the dummies a good lesson? Good!"),
#: npc/001-2-33/lozerk.txt:81
#, no-c-format
-msgid "So, did you get your blood boiling? Give the dummies a good lesson? Good!#1"
+msgid "So, did you get your blood boiling? Give the dummies a good lesson? Good!"
msgstr ""
#. code: mesq l("So, do you have anything for me today?");
@@ -29958,28 +27902,25 @@ msgid "So, do you have anything for me today?"
msgstr ""
#. code: mesq l("So, do you still want a cookie?");
-#: npc/001-1/cookiemaster.txt~:145
-#: npc/001-1/cookiemaster.txt:145
+#: npc/001-1/cookiemaster.txt:144
#, no-c-format
msgid "So, do you still want a cookie?"
msgstr ""
#. code: l("So, everything went fine?");
-#: npc/001-1/enora.txt~:172
-#: npc/001-1/enora.txt:172
+#: npc/001-1/enora.txt:173
#, no-c-format
msgid "So, everything went fine?"
msgstr ""
#. code: mesq l("So, for the fertilizer. The thing is, all that thing is unstable.");
-#: npc/020-1/eomie.txt~:73
#: npc/020-1/eomie.txt:74
#, no-c-format
msgid "So, for the fertilizer. The thing is, all that thing is unstable."
msgstr ""
#. code: mesq l("So, how do you feel? I see that Julia did a marvelous job! You look like you're in good health now.");
-#: npc/000-2-3/nard.txt:58
+#: npc/000-2-3/nard.txt:59
#, no-c-format
msgid "So, how do you feel? I see that Julia did a marvelous job! You look like you're in good health now."
msgstr ""
@@ -29997,30 +27938,23 @@ msgid "So, how many do you want?"
msgstr ""
#. code: l("So, if you want to go to Hurnscald, just talk to the pirate down there."),
-#: npc/001-3-2/henry.txt~:147
#: npc/001-3-2/henry.txt:147
#, no-c-format
msgid "So, if you want to go to Hurnscald, just talk to the pirate down there."
msgstr ""
#. code: l("So, now I need %d %s.", .REQ2_INGREDIENTS_AMOUNT, getitemlink(.REQ2_INGREDIENTS));
-#: npc/008-1-1/galimatia.txt:250
+#: npc/008-1-1/galimatia.txt:223
#, no-c-format
msgid "So, now I need %d %s."
msgstr ""
#. code: l("So, search for answers."),
-#: npc/000-0-1/narrator.txt:65
+#: npc/000-0-1/narrator.txt:64
#, no-c-format
msgid "So, search for answers."
msgstr ""
-#. code: l("So, see you later when we have something to sell here.");
-#: npc/020-1/inar.txt:12
-#, no-c-format
-msgid "So, see you later when we have something to sell here."
-msgstr ""
-
#. code: mesq l("So, to where you want to go?");
#: npc/marine/saluc.txt:23
#, no-c-format
@@ -30040,21 +27974,15 @@ msgid "So, what do you say?"
msgstr ""
#. code: l("So, what do you want?"),
-#: npc/008-1-1/galimatia.txt:281
+#: npc/008-1-1/galimatia.txt:254
#, no-c-format
msgid "So, what do you want?"
msgstr ""
-#. code: mesq lg("So, what good wind brought you here? Were you on your raft to meet me? Or is it because you've heard of my feats in Artis?", "So, what good wind brought you here? Were you on your raft to meet my Julia? Or is it because you wanted to see the beautiful waitresses of Artis?");
+#. code: mesq l("So, what good wind brought you here? Were you on your raft to meet me or Julia? Or is it because you've heard of my feats in Artis?");
#: npc/000-1/silvio.txt:23
#, no-c-format
-msgid "So, what good wind brought you here? Were you on your raft to meet me? Or is it because you've heard of my feats in Artis?#0"
-msgstr ""
-
-#. code: mesq lg("So, what good wind brought you here? Were you on your raft to meet me? Or is it because you've heard of my feats in Artis?", "So, what good wind brought you here? Were you on your raft to meet my Julia? Or is it because you wanted to see the beautiful waitresses of Artis?");
-#: npc/000-1/silvio.txt:23
-#, no-c-format
-msgid "So, what good wind brought you here? Were you on your raft to meet my Julia? Or is it because you wanted to see the beautiful waitresses of Artis?#1"
+msgid "So, what good wind brought you here? Were you on your raft to meet me or Julia? Or is it because you've heard of my feats in Artis?"
msgstr ""
#. code: mesq l("So, what was I saying?");
@@ -30064,7 +27992,7 @@ msgid "So, what was I saying?"
msgstr ""
#. code: l("So, where is my piou? You should not keep an old man waiting. Go and catch it like you said you would.");
-#: npc/001-1/salem.txt:97
+#: npc/001-1/salem.txt:110
#, no-c-format
msgid "So, where is my piou? You should not keep an old man waiting. Go and catch it like you said you would."
msgstr ""
@@ -30075,44 +28003,34 @@ msgstr ""
msgid "So, will you board?"
msgstr ""
-#. code: mesq lg("So, you finally woke up? We all thought you were in something like... You know, one of these long comas.");
-#: npc/000-2-1/dan.txt:37
-#, no-c-format
-msgid "So, you finally woke up? We all thought you were in something like... You know, one of these long comas.#0"
-msgstr ""
-
-#. code: mesq lg("So, you finally woke up? We all thought you were in something like... You know, one of these long comas.");
+#. code: mesq l("So, you finally woke up? We all thought you were in something like... You know, one of these long comas.");
#: npc/000-2-1/dan.txt:37
#, no-c-format
-msgid "So, you finally woke up? We all thought you were in something like... You know, one of these long comas.#1"
+msgid "So, you finally woke up? We all thought you were in something like... You know, one of these long comas."
msgstr ""
#. code: mesq l("So... How did it go?");
#: npc/008-1/rossy.txt:289
-#: npc/008-1/rossy.txt~:288
#, no-c-format
msgid "So... How did it go?"
msgstr ""
#. code: mesq l("So... I won't say you can't do it, %s. I will just say killing the Bandit Lord is no easy task.", strcharinfo(0));
#: npc/008-2-13/lena.txt:202
-#: npc/008-2-13/lena.txt~:202
#, no-c-format
msgid "So... I won't say you can't do it, %s. I will just say killing the Bandit Lord is no easy task."
msgstr ""
#. code: mesq l("So?");
#. code: speech l("So?");
-#: npc/008-2-4/olana.txt~:287
-#: npc/008-1-1/hal.txt:97
+#: npc/008-1-1/hal.txt:96
#: npc/008-2-4/olana.txt:288
#, no-c-format
msgid "So?"
msgstr ""
#. code: mesq l("So? Did you got me a %s? I'm hungry...", getitemlink(SeafoodPlate));
-#: npc/008-2-16/yannika.txt~:435
-#: npc/008-2-16/yannika.txt:435
+#: npc/008-2-16/yannika.txt:436
#, no-c-format
msgid "So? Did you got me a %s? I'm hungry..."
msgstr ""
@@ -30124,24 +28042,19 @@ msgid "So? Will you bring me to Argaes?"
msgstr ""
#. code: l("So? You haven't exploded yet! Are you getting anything?");
-#: npc/001-1/enora.txt:101
-#: npc/001-1/enora.txt~:101
+#: npc/001-1/enora.txt:102
#, no-c-format
msgid "So? You haven't exploded yet! Are you getting anything?"
msgstr ""
#. code: 008-1-1,62,28,0 script Soldier#1 NPC_RAIJIN_FEMALE_LEGION_ARTIS,{
-#. code: 008-1-1,62,28,0 script Soldier#1 NPC_RAIJIN_MALE_BROTHERHOOD,{
-#: npc/008-1-1/soldiers.txt~:10
#: npc/008-1-1/soldiers.txt:10
#, no-c-format
msgid "Soldier#1"
msgstr ""
#. code: 008-1-1,54,30,0 script Soldier#2 NPC_HUMAN_MALE_LEGION_ARTIS,{
-#. code: 008-1-1,54,30,0 script Soldier#2 NPC_HUMAN_MALE_BROTHERHOOD,{
-#: npc/008-1-1/soldiers.txt~:22
-#: npc/008-1-1/soldiers.txt:22
+#: npc/008-1-1/soldiers.txt:21
#, no-c-format
msgid "Soldier#2"
msgstr ""
@@ -30165,8 +28078,7 @@ msgid "Some call it %s, but it is so tasty..."
msgstr ""
#. code: l("Some citizens are worried about the growing number of Fluffies on the hill of Artis."),
-#: npc/001-1/enora.txt~:253
-#: npc/001-1/enora.txt:253
+#: npc/001-1/enora.txt:254
#, no-c-format
msgid "Some citizens are worried about the growing number of Fluffies on the hill of Artis."
msgstr ""
@@ -30184,7 +28096,7 @@ msgid "Some nice lady called Ya... Micksha? No, it was not Yamicksha... For the
msgstr ""
#. code: mesq l("Some of the crew are looking for goods we can trade with at our next destination.");
-#: npc/000-1/lean.txt:23
+#: npc/000-1/lean.txt:24
#, no-c-format
msgid "Some of the crew are looking for goods we can trade with at our next destination."
msgstr ""
@@ -30196,13 +28108,13 @@ msgid "Some others also like to buy them to keep as trophies. Either way, you ca
msgstr ""
#. code: l("Some people prefer to catch fish using magic, but calling that fishing would be an insult to this traditional sport."),
-#: npc/001-2-4/books.txt:54
+#: npc/001-2-4/books.txt:55
#, no-c-format
msgid "Some people prefer to catch fish using magic, but calling that \"fishing\" would be an insult to this traditional sport."
msgstr ""
#. code: l("Some people, however, prefer to fish with more unorthodox baits, such as @@ or @@.",
-#: npc/001-2-4/books.txt:59
+#: npc/001-2-4/books.txt:60
#, no-c-format
msgid "Some people, however, prefer to fish with more unorthodox baits, such as @@ or @@."
msgstr ""
@@ -30214,14 +28126,13 @@ msgid "Some special items cannot be traded, discarded, nor sold. With a right cl
msgstr ""
#. code: l("Some tasks will help you become aquainted with Artis. Trust me.");
-#: npc/001-1/enora.txt:145
-#: npc/001-1/enora.txt~:145
+#: npc/001-1/enora.txt:146
#, no-c-format
msgid "Some tasks will help you become aquainted with Artis. Trust me."
msgstr ""
#. code: l("Some types of fish also enjoy @@ quite a bit.",
-#: npc/001-2-4/books.txt:57
+#: npc/001-2-4/books.txt:58
#, no-c-format
msgid "Some types of fish also enjoy @@ quite a bit."
msgstr ""
@@ -30245,8 +28156,7 @@ msgid "Somebody is waiting for you outside!"
msgstr ""
#. code: l("Somebody took your place on this spot!"),
-#: npc/functions/fishing.txt:263
-#: npc/functions/fishing.txt~:263
+#: npc/functions/fishing.txt:265
#, no-c-format
msgid "Somebody took your place on this spot!"
msgstr ""
@@ -30258,7 +28168,6 @@ msgid "Somebody tried to stroke the word \"fish\" and tried to replace it with \
msgstr ""
#. code: l("Somehow we got lucky, somehow we escaped. It was evening again when we climbed out of that ear into the desert again, with only our lives and that golden tablet. We only barely made it back to Tulimshar in the morning."),
-#: npc/008-2-2/kfahr.txt~:468
#: npc/008-2-2/kfahr.txt:468
#, no-c-format
msgid "Somehow we got lucky, somehow we escaped. It was evening again when we climbed out of that ear into the desert again, with only our lives and that golden tablet. We only barely made it back to Tulimshar in the morning."
@@ -30271,7 +28180,6 @@ msgid "Somehow you don't feel good about your deed."
msgstr ""
#. code: l("Someone in a theater mask, eh?"),
-#: npc/008-2-1/inspector.txt~:74
#: npc/008-2-1/inspector.txt:74
#, no-c-format
msgid "Someone in a theater mask, eh?"
@@ -30295,9 +28203,8 @@ msgstr ""
msgid "Something grows or it should be"
msgstr ""
-#. code: rif(getskilllv(NV_BASIC) < 6, l("Something is wrong with me, I can't smile nor sit.")),
#. code: rif(getskilllv(1) < 6, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill,
-#: npc/000-2-0/julia.txt~:220
+#. code: rif(getskilllv(NV_BASIC) < 6, l("Something is wrong with me, I can't smile nor sit.")),
#: npc/000-2-0/julia.txt:220
#: npc/001-2-21/julia.txt:22
#, no-c-format
@@ -30306,7 +28213,6 @@ msgstr ""
#. code: l("Sometimes I think he is more a chef than a mage, but oh well, everybody should do what suits them best.");
#: npc/020-1/eomie.txt:29
-#: npc/020-1/eomie.txt~:28
#, no-c-format
msgid "Sometimes I think he is more a chef than a mage, but oh well, everybody should do what suits them best."
msgstr ""
@@ -30335,6 +28241,12 @@ msgstr ""
msgid "Sorcerer Robe"
msgstr ""
+#. code: 009-2-0,31,34,0 script Soren NPC_GALIMATIA,{
+#: npc/009-2-0/soren.txt:6
+#, no-c-format
+msgid "Soren"
+msgstr ""
+
#. code: 012-2-2,26,30,0 script Sorfina NPC_SORFINA,{
#: npc/012-2-2/sorfina.txt:7
#, no-c-format
@@ -30361,24 +28273,15 @@ msgid "Sorry but I have no time for this."
msgstr ""
#. code: l("Sorry kid, I don't have time to play with children.");
-#: npc/008-1/rossy.txt~:101
#: npc/008-1/rossy.txt:101
#, no-c-format
msgid "Sorry kid, I don't have time to play with children."
msgstr ""
-#. code: mesq lg("Sorry kind lady @@, but no.", "Sorry kind sir @@, but no.", strcharinfo(0));
+#. code: mesq l("Sorry kind friend @@, but no.", strcharinfo(0));
#: npc/020-1/hocus.txt:92
-#: npc/020-1/hocus.txt~:91
#, no-c-format
-msgid "Sorry kind lady @@, but no.#0"
-msgstr ""
-
-#. code: mesq lg("Sorry kind lady @@, but no.", "Sorry kind sir @@, but no.", strcharinfo(0));
-#: npc/020-1/hocus.txt:92
-#: npc/020-1/hocus.txt~:91
-#, no-c-format
-msgid "Sorry kind sir @@, but no.#1"
+msgid "Sorry kind friend @@, but no."
msgstr ""
#. code: l("Sorry to disturb you."),
@@ -30388,21 +28291,19 @@ msgid "Sorry to disturb you."
msgstr ""
#. code: mesq l("Sorry! I forgot to introduce myself. My name is Arpan, but other sailors call me Magic Arpan because I know one or two yaing magic spells.");
-#: npc/000-2-1/arpan.txt:195
+#: npc/000-2-1/arpan.txt:196
#, no-c-format
msgid "Sorry! I forgot to introduce myself. My name is Arpan, but other sailors call me Magic Arpan because I know one or two yaing magic spells."
msgstr ""
#. code: l("Sorry, I am not making these anymore."));
#: npc/008-2-6/alan.txt:43
-#: npc/008-2-6/alan.txt~:43
#, no-c-format
msgid "Sorry, I am not making these anymore."
msgstr ""
#. code: l("Sorry, I forgot my courage on my other set of pants.");
#: npc/008-2-13/lena.txt:161
-#: npc/008-2-13/lena.txt~:161
#, no-c-format
msgid "Sorry, I forgot my courage on my other set of pants."
msgstr ""
@@ -30414,7 +28315,6 @@ msgid "Sorry, I have to go."
msgstr ""
#. code: l("Sorry, I need to better prepare myself."),
-#: npc/008-2-13/lena.txt~:217
#: npc/008-2-13/lena.txt:217
#, no-c-format
msgid "Sorry, I need to better prepare myself."
@@ -30433,21 +28333,19 @@ msgid "Sorry, I'm doing other things at the moment."
msgstr ""
#. code: mesq l("Sorry, but I can only train you if Lieutenant Lozerk authorizes.");
-#: npc/001-2-32/serena.txt:46
+#: npc/001-2-32/serena.txt:45
#, no-c-format
msgid "Sorry, but I can only train you if Lieutenant Lozerk authorizes."
msgstr ""
#. code: l("Sorry, but I can't tell you anything about that."),
#: npc/000-2-0/julia.txt:186
-#: npc/000-2-0/julia.txt~:186
#: npc/001-2-21/julia.txt:88
#, no-c-format
msgid "Sorry, but I can't tell you anything about that."
msgstr ""
#. code: l("Sorry, but I really don't have time for this.");
-#: npc/008-1/rossy.txt~:125
#: npc/008-1/rossy.txt:125
#, no-c-format
msgid "Sorry, but I really don't have time for this."
@@ -30466,7 +28364,6 @@ msgid "Sorry, for now you cannot enter. We sealed the entrance to avoid a monste
msgstr ""
#. code: l("Sorry, my eyesight is a bit poor nowadays. Where are the ingredients?");
-#: npc/008-2-16/yannika.txt~:224
#: npc/008-2-16/yannika.txt:224
#, no-c-format
msgid "Sorry, my eyesight is a bit poor nowadays. Where are the ingredients?"
@@ -30476,29 +28373,25 @@ msgstr ""
#. code: case 5: speech(l("Sorry, no.")); close;
#. code: case 3: speech(l("Sorry, no.")); close;
#. code: speech(l("Sorry, no."));
-#: npc/008-1/jack.txt~:281
-#: npc/008-1/jack.txt~:244
#: npc/008-1/jack.txt:281
#: npc/008-1/jack.txt:111
#: npc/008-1/jack.txt:244
#: npc/008-1/jack.txt:143
-#: npc/008-1/jack.txt~:143
#: npc/008-1/jack.txt:180
-#: npc/008-1/jack.txt~:111
-#: npc/008-1/jack.txt~:180
#, no-c-format
msgid "Sorry, no."
msgstr ""
#. code: l("Sorry, this log was too weak for one of my forest bows."),
#: npc/008-2-6/alan.txt:231
-#: npc/008-2-6/alan.txt~:231
#, no-c-format
msgid "Sorry, this log was too weak for one of my forest bows."
msgstr ""
#. code: l("Sorry, we are sold out for today."),
+#: npc/020-1/neko.txt:14
#: npc/008-2-6/donald.txt:10
+#: npc/020-1/inar.txt:13
#, no-c-format
msgid "Sorry, we are sold out for today."
msgstr ""
@@ -30510,28 +28403,25 @@ msgid "Sorry, we've booked our only room to a foreigner called Kylian."
msgstr ""
#. code: l("Sorry, you look like a pinkie."),
-#: npc/008-1/hinnak.txt:39
-#: npc/008-1/hinnak.txt~:39
+#: npc/008-1/hinnak.txt:63
#, no-c-format
msgid "Sorry, you look like a pinkie."
msgstr ""
#. code: l("Sorry. I can't make a sandwich with that."),
-#: npc/008-2-16/yannika.txt~:211
#: npc/008-2-16/yannika.txt:211
#, no-c-format
msgid "Sorry. I can't make a sandwich with that."
msgstr ""
#. code: rif(countitem(.drink_item) >= 1, l("Sorry... here you are.")),
-#: npc/008-1/hinnak.txt:186
-#: npc/008-1/hinnak.txt~:186
+#: npc/008-1/hinnak.txt:210
#, no-c-format
msgid "Sorry... here you are."
msgstr ""
#. code: l("Soul Menhirs are pieces of Zealite Ore, really needed to cast magic around here."),
-#: npc/008-1/4144.txt:64
+#: npc/008-1/greenmage.txt:64
#, no-c-format
msgid "Soul Menhirs are pieces of Zealite Ore, really needed to cast magic around here."
msgstr ""
@@ -30555,20 +28445,18 @@ msgid "Sounds good!"
msgstr ""
#. code: rif(.@q == 0, l("Sounds like a good deal to me. I'll do it.")),
-#: npc/001-1/salem.txt:170
+#: npc/001-1/salem.txt:183
#, no-c-format
msgid "Sounds like a good deal to me. I'll do it."
msgstr ""
#. code: l("South of Tulimshar is a fairly protected region; the nomads keep the snakes out of there and you'll find only relatively harmless monsters. But go west from there, to the beach, and it's scorpions and snakes..."),
-#: npc/008-2-2/kfahr.txt~:580
#: npc/008-2-2/kfahr.txt:580
#, no-c-format
msgid "South of Tulimshar is a fairly protected region; the nomads keep the snakes out of there and you'll find only relatively harmless monsters. But go west from there, to the beach, and it's scorpions and snakes..."
msgstr ""
#. code: selectd(l("Southwest you say? OK, thank you."));
-#: npc/008-1/jack.txt~:92
#: npc/008-1/jack.txt:92
#, no-c-format
msgid "Southwest you say? OK, thank you."
@@ -30586,34 +28474,26 @@ msgstr ""
msgid "Special monsters are not counted."
msgstr ""
-#. code: l("Spend it wisely this time."),
-#: npc/functions/resetstatus.txt~:101
-#: npc/functions/resetstatus.txt:101
-#: npc/001-1/rumly.txt:175
-#, no-c-format
-msgid "Spend it wisely this time."
-msgstr ""
-
#. code: Name: "Spider"
-#: mob_db.conf:1885
+#: mob_db.conf:1853
#, no-c-format
msgid "Spider"
msgstr ""
#. code: Name: "Spider Ghost"
-#: mob_db.conf:5351
+#: mob_db.conf:5289
#, no-c-format
msgid "Spider Ghost"
msgstr ""
#. code: Name: "Spider Queen"
-#: mob_db.conf:4461
+#: mob_db.conf:4402
#, no-c-format
msgid "Spider Queen"
msgstr ""
#. code: Name: "Spiky Mushroom"
-#: mob_db.conf:2116
+#: mob_db.conf:2080
#, no-c-format
msgid "Spiky Mushroom"
msgstr ""
@@ -30649,7 +28529,7 @@ msgid "Squichy Claws"
msgstr ""
#. code: Name: "Squirrel"
-#: mob_db.conf:1758
+#: mob_db.conf:1727
#, no-c-format
msgid "Squirrel"
msgstr ""
@@ -30708,12 +28588,6 @@ msgstr ""
msgid "Start over"
msgstr ""
-#. code: l("Status point reset can't be undone. Do you really want this?"),
-#: npc/001-1/rumly.txt:123
-#, no-c-format
-msgid "Status point reset can't be undone. Do you really want this?"
-msgstr ""
-
#. code: npctalk3 l("Stay clear.");
#: npc/001-1/nalkri.txt:7
#, no-c-format
@@ -30721,15 +28595,13 @@ msgid "Stay clear."
msgstr ""
#. code: switch (select(l("Stay here, I will be back as soon as I have some."),
-#: npc/001-2-2/moon.txt~:117
#: npc/001-2-2/moon.txt:118
#, no-c-format
msgid "Stay here, I will be back as soon as I have some."
msgstr ""
#. code: mesc l("Stay tuned for more updates!");
-#: npc/008-2-16/yannika.txt~:449
-#: npc/008-2-16/yannika.txt:450
+#: npc/008-2-16/yannika.txt:451
#, no-c-format
msgid "Stay tuned for more updates!"
msgstr ""
@@ -30753,7 +28625,6 @@ msgid "Stick Reinboo"
msgstr ""
#. code: l("Still, we no longer had any light. Being careless, I had gotten my tinderbox wet while we were at the water-hole, so we couldn't make another torch either."),
-#: npc/008-2-2/kfahr.txt~:455
#: npc/008-2-2/kfahr.txt:455
#, no-c-format
msgid "Still, we no longer had any light. Being careless, I had gotten my tinderbox wet while we were at the water-hole, so we couldn't make another torch either."
@@ -30761,7 +28632,6 @@ msgstr ""
#. code: l("Stinkewyrms are smaller cousins of dragons, but just as dangerous. They have a green, sticky skin, and, well, they stink. A lot. This one was particularly bad – it had filled up the entire cave with stinkiness!"),
#: npc/008-2-2/kfahr.txt:525
-#: npc/008-2-2/kfahr.txt~:525
#, no-c-format
msgid "Stinkewyrms are smaller cousins of dragons, but just as dangerous. They have a green, sticky skin, and, well, they stink. A lot. This one was particularly bad – it had filled up the entire cave with stinkiness!"
msgstr ""
@@ -30784,16 +28654,10 @@ msgstr ""
msgid "Stop disturbing me, I already re-read that part twice because of you!"
msgstr ""
-#. code: mesq lg("Stop heckling her, Silvio, or I'll tell her how you always cry like a little baby during thunderstorms.", "Stop heckling him, Silvio, or I'll tell him how you always cry like a little baby during thunderstorms.");
-#: npc/000-1/silvio.txt:148
-#, no-c-format
-msgid "Stop heckling her, Silvio, or I'll tell her how you always cry like a little baby during thunderstorms.#0"
-msgstr ""
-
-#. code: mesq lg("Stop heckling her, Silvio, or I'll tell her how you always cry like a little baby during thunderstorms.", "Stop heckling him, Silvio, or I'll tell him how you always cry like a little baby during thunderstorms.");
+#. code: mesq l("Stop heckling, Silvio, or I'll tell about how you always cry like a little baby during thunderstorms.");
#: npc/000-1/silvio.txt:148
#, no-c-format
-msgid "Stop heckling him, Silvio, or I'll tell him how you always cry like a little baby during thunderstorms.#1"
+msgid "Stop heckling, Silvio, or I'll tell about how you always cry like a little baby during thunderstorms."
msgstr ""
#. code: npctalkonce(l("Stop it!"));
@@ -30804,13 +28668,9 @@ msgstr ""
#. code: mesq l("Stop making questions which make no sense...");
#: npc/008-2-32/thamas.txt:60
-#: npc/008-2-32/thamas.txt~:34
#: npc/008-2-32/thamas.txt:47
-#: npc/008-2-32/thamas.txt~:60
#: npc/008-2-32/thamas.txt:34
-#: npc/008-2-32/thamas.txt~:74
#: npc/008-2-32/thamas.txt:74
-#: npc/008-2-32/thamas.txt~:47
#, no-c-format
msgid "Stop making questions which make no sense..."
msgstr ""
@@ -30828,7 +28688,6 @@ msgid "Stop wasting my time."
msgstr ""
#. code: l("Stop! Who's there?"),
-#: npc/001-3-2/henry.txt~:49
#: npc/001-3-2/henry.txt:49
#, no-c-format
msgid "Stop! Who's there?"
@@ -30841,42 +28700,36 @@ msgid "Store#001-2-0"
msgstr ""
#. code: 001-1,64,114,0 trader Store#Aquada001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt:124
-#: npc/001-1/shop.txt~:124
+#: npc/001-1/shop.txt:125
#, no-c-format
msgid "Store#Aquada001-1"
msgstr ""
#. code: 001-1,72,129,0 trader Store#FishStore001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt:172
-#: npc/001-1/shop.txt~:172
+#: npc/001-1/shop.txt:171
#, no-c-format
msgid "Store#FishStore001-1"
msgstr ""
#. code: 001-1,58,119,0 trader Store#General001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt~:265
-#: npc/001-1/shop.txt:265
+#: npc/001-1/shop.txt:260
#, no-c-format
msgid "Store#General001-1"
msgstr ""
#. code: 001-1,48,116,0 trader Store#Manana001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt:195
-#: npc/001-1/shop.txt~:195
+#: npc/001-1/shop.txt:193
#, no-c-format
msgid "Store#Manana001-1"
msgstr ""
#. code: 001-1,67,116,0 trader Store#Potion001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt~:234
-#: npc/001-1/shop.txt:234
+#: npc/001-1/shop.txt:230
#, no-c-format
msgid "Store#Potion001-1"
msgstr ""
#. code: 001-1,72,126,0 trader Store#SeaStore001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt~:143
#: npc/001-1/shop.txt:143
#, no-c-format
msgid "Store#SeaStore001-1"
@@ -30889,14 +28742,13 @@ msgid "Store#Shield001-2-27"
msgstr ""
#. code: 001-1,53,123,0 trader Store#Various001-1 NPC_NO_SPRITE,{
-#: npc/001-1/shop.txt~:214
-#: npc/001-1/shop.txt:214
+#: npc/001-1/shop.txt:211
#, no-c-format
msgid "Store#Various001-1"
msgstr ""
#. code: 001-2-27,43,29,0 trader Store#Weapon001-2-27 NPC_NO_SPRITE,{
-#: npc/001-2-27/shop.txt:35
+#: npc/001-2-27/shop.txt:34
#, no-c-format
msgid "Store#Weapon001-2-27"
msgstr ""
@@ -30920,13 +28772,15 @@ msgid "Strange, it seems I became younger lately."
msgstr ""
#. code: mesc l("Strangely enough, this lid can only be open from inside.");
-#: npc/001-1/manhole.txt:76
+#: npc/001-1/manhole.txt:73
#, no-c-format
msgid "Strangely enough, this lid can only be open from inside."
msgstr ""
#. code: l("%s helps you carry more items and also gives you a more forceful blow, but ends up not being very interesting if you focus on weapons that use projectiles, such as the bow.", b(l("Strength"))),
+#. code: mes b(l("Strength"));
#: npc/001-2-5/tutorial.txt:81
+#: npc/commands/info.txt:31
#, no-c-format
msgid "Strength"
msgstr ""
@@ -30959,7 +28813,6 @@ msgstr ""
#. code: mesc l("Success!"), 3;
#: npc/001-2-27/don.txt:95
-#: npc/020-2-10/hetchel.txt~:20
#: npc/020-2-10/hetchel.txt:21
#: npc/012-2-5/toichi.txt:58
#, no-c-format
@@ -30998,7 +28851,6 @@ msgstr ""
#. code: 008-3-0,92,89,0 script Summoning Altar#Rossy NPC_NO_SPRITE,{
#: npc/008-3-0/juliet.txt:8
-#: npc/008-3-0/juliet.txt~:8
#, no-c-format
msgid "Summoning Altar#Rossy"
msgstr ""
@@ -31016,7 +28868,6 @@ msgid "Sunglasses"
msgstr ""
#. code: l("Sunglasses."),
-#: npc/001-3-2/henry.txt~:97
#: npc/001-3-2/henry.txt:97
#, no-c-format
msgid "Sunglasses."
@@ -31028,6 +28879,12 @@ msgstr ""
msgid "Super Menu"
msgstr ""
+#. code: mes b(l("Support"));
+#: npc/commands/info.txt:90
+#, no-c-format
+msgid "Support"
+msgstr ""
+
#. code: mesq l("Sure - take a look.");
#: npc/020-2-20/drabur.txt:24
#, no-c-format
@@ -31042,7 +28899,6 @@ msgstr ""
#. code: l("Sure I did."),
#: npc/008-2-6/alan.txt:72
-#: npc/008-2-6/alan.txt~:72
#, no-c-format
msgid "Sure I did."
msgstr ""
@@ -31054,17 +28910,14 @@ msgid "Sure I have one more problem."
msgstr ""
#. code: l("Sure she did..."),
-#: npc/008-2-4/olana.txt~:260
#: npc/008-2-4/olana.txt:261
#, no-c-format
msgid "Sure she did..."
msgstr ""
#. code: mesq l("Sure thing! I'll have your items transported here from Artis before you realize!");
-#: npc/009-2-6/jpmorbid.txt~:32
#: npc/020-2-9/hydusun.txt:33
#: npc/012-2-3/cynric.txt:25
-#: npc/009-2-7/jpmorbid.txt~:33
#: npc/008-2-1/richard.txt:33
#: npc/009-2-6/jpmorbid.txt:32
#, no-c-format
@@ -31073,7 +28926,6 @@ msgstr ""
#. code: l("Sure!"),
#: npc/020-1/anwar.txt:32
-#: npc/020-1/anwar.txt~:32
#, no-c-format
msgid "Sure!"
msgstr ""
@@ -31103,15 +28955,13 @@ msgid "Sure! [Tip 5 Florin]"
msgstr ""
#. code: l("Sure, I'll go get one. Bye!"),
-#: npc/008-1/hinnak.txt:173
-#: npc/008-1/hinnak.txt~:173
+#: npc/008-1/hinnak.txt:197
#, no-c-format
msgid "Sure, I'll go get one. Bye!"
msgstr ""
#. code: l("Sure, any time!"),
-#: npc/008-1/hinnak.txt:157
-#: npc/008-1/hinnak.txt~:157
+#: npc/008-1/hinnak.txt:181
#, no-c-format
msgid "Sure, any time!"
msgstr ""
@@ -31142,21 +28992,18 @@ msgid "Sure, go ahead. But I'll charge you %d E per craft as commission!"
msgstr ""
#. code: rif(countitem(.monster_drop) >= .drop_count, l("Sure, here they are!"));
-#: npc/008-1/hinnak.txt:101
-#: npc/008-1/hinnak.txt~:101
+#: npc/008-1/hinnak.txt:125
#, no-c-format
msgid "Sure, here they are!"
msgstr ""
#. code: rif(Zeny >= .req_esp, l("Sure, here you go!")),
-#: npc/008-2-6/alan.txt~:135
#: npc/008-2-6/alan.txt:135
#, no-c-format
msgid "Sure, here you go!"
msgstr ""
#. code: l("Sure, here you go."),
-#: npc/008-2-6/alan.txt~:236
#: npc/008-2-6/alan.txt:236
#, no-c-format
msgid "Sure, here you go."
@@ -31174,9 +29021,14 @@ msgstr ""
msgid "Sure, why not?"
msgstr ""
+#. code: select( l("Sure. I have nothing to do all day."));
+#: npc/009-2-0/soren.txt:64
+#, no-c-format
+msgid "Sure. I have nothing to do all day."
+msgstr ""
+
#. code: l("Sure... What can I do for you?"),
#: npc/020-2-24/kylian.txt:43
-#: npc/020-2-24/kylian.txt~:43
#, no-c-format
msgid "Sure... What can I do for you?"
msgstr ""
@@ -31188,7 +29040,6 @@ msgid "Surely you do not appreciate what a hero he is!"
msgstr ""
#. code: l("Surely you jest! You must have heard of Kfahr, Slayer of Toby Rick the Desert Worm, Raider of the Lost Temple, Hero of Tulimshar?");
-#: npc/008-2-2/kfahr.txt~:94
#: npc/008-2-2/kfahr.txt:94
#, no-c-format
msgid "Surely you jest! You must have heard of Kfahr, Slayer of Toby Rick the Desert Worm, Raider of the Lost Temple, Hero of Tulimshar?"
@@ -31202,13 +29053,12 @@ msgstr ""
#. code: .@menustr$ = l("Surprise me!") + ":" + .@menustr$ + l("I'm fine for now, thank you.");
#: npc/functions/barber.txt:88
-#: npc/functions/barber.txt~:88
#, no-c-format
msgid "Surprise me!"
msgstr ""
#. code: Name: "Swampling"
-#: mob_db.conf:4547
+#: mob_db.conf:4487
#, no-c-format
msgid "Swampling"
msgstr ""
@@ -31244,12 +29094,17 @@ msgid "Tailoring Recipes"
msgstr ""
#. code: l("Tailoring is in decline and I have nothing to sell nor teach."),
-#: npc/020-2-10/hetchel.txt~:12
#: npc/020-2-10/hetchel.txt:13
#, no-c-format
msgid "Tailoring is in decline and I have nothing to sell nor teach."
msgstr ""
+#. code: mesq l("Take a @@ and try opening it using something like a sharp knife. I doubt you'll succeed, you're being so weak in everything.", getitemlink(Croconut));
+#: npc/000-2-1/chefgado.txt:128
+#, no-c-format
+msgid "Take a @@ and try opening it using something like a sharp knife. I doubt you'll succeed, you're being so weak in everything."
+msgstr ""
+
#. code: l("Take a Bandana."), -,
#: npc/000-2-3/box.txt:30
#, no-c-format
@@ -31282,13 +29137,11 @@ msgstr ""
#. code: l("Take the east road that goes to the north and follow it until you are on top of the cliff."),
#: npc/001-1/chelios.txt:89
-#: npc/001-1/chelios.txt~:89
#, no-c-format
msgid "Take the east road that goes to the north and follow it until you are on top of the cliff."
msgstr ""
#. code: l("Take the sword, and say hi to Enora for me!");
-#: npc/001-1/chelios.txt~:102
#: npc/001-1/chelios.txt:102
#, no-c-format
msgid "Take the sword, and say hi to Enora for me!"
@@ -31302,13 +29155,11 @@ msgstr ""
#. code: mesq l("Take this %s. There is something good on it; Just use a %s.",
#: npc/001-3-2/henry.txt:211
-#: npc/001-3-2/henry.txt~:211
#, no-c-format
msgid "Take this %s. There is something good on it; Just use a %s."
msgstr ""
#. code: mesq l("Take this money as a reward for your nice words.");
-#: npc/000-2-0/julia.txt~:95
#: npc/000-2-0/julia.txt:95
#, no-c-format
msgid "Take this money as a reward for your nice words."
@@ -31316,20 +29167,18 @@ msgstr ""
#. code: mesq l("Take this money for your wise choice. But do not try it again. The open sea has been merciful with you once... Do not further tempt the fates!");
#: npc/000-2-0/julia.txt:117
-#: npc/000-2-0/julia.txt~:117
#, no-c-format
msgid "Take this money for your wise choice. But do not try it again. The open sea has been merciful with you once... Do not further tempt the fates!"
msgstr ""
#. code: mesq l("Take this spare @@ I did. It heals fully and instantly, so don't hesit to use it if you're about to die.", getitemlink(ElixirOfLife));
-#: npc/020-1/joaquim.txt~:80
#: npc/020-1/joaquim.txt:80
#, no-c-format
msgid "Take this spare @@ I did. It heals fully and instantly, so don't hesit to use it if you're about to die."
msgstr ""
#. code: mesq l("Take your reward from the box next to my desk!");
-#: npc/000-2-3/nard.txt:210
+#: npc/000-2-3/nard.txt:211
#, no-c-format
msgid "Take your reward from the box next to my desk!"
msgstr ""
@@ -31360,7 +29209,6 @@ msgid "Talk to you soon!"
msgstr ""
#. code: l("Talk with Lloyd the Banker in the Merchant Guild, it's a big building in the northern side of Artis, at the top of the small hill.");
-#: npc/001-1/chelios.txt~:79
#: npc/001-1/chelios.txt:79
#, no-c-format
msgid "Talk with Lloyd the Banker in the Merchant Guild, it's a big building in the northern side of Artis, at the top of the small hill."
@@ -31542,7 +29390,6 @@ msgid "Tell him that everything went fine and that we're almost done with the re
msgstr ""
#. code: l("Tell me about the desert!"),
-#: npc/008-2-2/kfahr.txt~:129
#: npc/008-2-2/kfahr.txt:129
#, no-c-format
msgid "Tell me about the desert!"
@@ -31550,15 +29397,14 @@ msgstr ""
#. code: rif(.@q > 0, l("Tell me, where are we right now?")), L_Info,
#. code: l("Tell me, where are we right now?"),
-#: npc/001-2-24/nard.txt~:39
-#: npc/000-2-3/nard.txt:298
+#: npc/000-2-3/nard.txt:299
#: npc/001-2-24/nard.txt:39
#, no-c-format
msgid "Tell me, where are we right now?"
msgstr ""
#. code: Name: "Tengu"
-#: mob_db.conf:5014
+#: mob_db.conf:4952
#, no-c-format
msgid "Tengu"
msgstr ""
@@ -31570,7 +29416,7 @@ msgid "Tentacles"
msgstr ""
#. code: Name: "Terranite"
-#: mob_db.conf:4719
+#: mob_db.conf:4657
#, no-c-format
msgid "Terranite"
msgstr ""
@@ -31612,7 +29458,7 @@ msgid "Terranite Pants"
msgstr ""
#. code: 001-2-4,51,35,2 script Terry NPC_TERRY,{
-#: npc/001-2-4/terry.txt:6
+#: npc/001-2-4/terry.txt:7
#, no-c-format
msgid "Terry"
msgstr ""
@@ -31624,7 +29470,6 @@ msgid "Test MOTD"
msgstr ""
#. code: 008-2-32,36,31,0 script Thamas NPC_THAMAS,{
-#: npc/008-2-32/thamas.txt~:7
#: npc/008-2-32/thamas.txt:7
#, no-c-format
msgid "Thamas"
@@ -31643,7 +29488,6 @@ msgid "Thank you again for your help!"
msgstr ""
#. code: mesq l("Thank you again. Please, bring it to her as fast as you can.");
-#: npc/008-2-4/olana.txt~:223
#: npc/008-2-4/olana.txt:224
#, no-c-format
msgid "Thank you again. Please, bring it to her as fast as you can."
@@ -31657,14 +29501,12 @@ msgstr ""
#. code: l("Thank you for finding the mask."),
#: npc/008-2-24/troupe-leader.txt:64
-#: npc/008-2-24/troupe-leader.txt~:64
#, no-c-format
msgid "Thank you for finding the mask."
msgstr ""
#. code: l("Thank you for this commission, Chelios is as good as Don when it comes to forging metal."),
-#: npc/001-1/enora.txt:168
-#: npc/001-1/enora.txt~:168
+#: npc/001-1/enora.txt:169
#, no-c-format
msgid "Thank you for this commission, Chelios is as good as Don when it comes to forging metal."
msgstr ""
@@ -31676,36 +29518,27 @@ msgid "Thank you for this!"
msgstr ""
#. code: l("Thank you for your help."), L_Close,
-#: npc/000-1/lean.txt:54
+#: npc/000-1/lean.txt:56
#, no-c-format
msgid "Thank you for your help."
msgstr ""
#. code: l("Thank you for your tricks. I am going to try them now!"), -,
-#: npc/000-1/sapartan.txt:84
+#: npc/000-1/sapartan.txt:85
#, no-c-format
msgid "Thank you for your tricks. I am going to try them now!"
msgstr ""
-#. code: mesq lg("Thank you my friend.");
-#: npc/000-1/gulukan.txt:66
-#, no-c-format
-msgid "Thank you my friend.#0"
-msgstr ""
-
-#. code: mesq lg("Thank you my friend.");
+#. code: mesq l("Thank you my friend.");
#: npc/000-1/gulukan.txt:66
#, no-c-format
-msgid "Thank you my friend.#1"
+msgid "Thank you my friend."
msgstr ""
#. code: l("Thank you so much!"),
-#: npc/008-1/mikhail.txt:49
-#: npc/008-2-4/bernard.txt:109
-#: npc/008-1/mikhail.txt~:49
-#: npc/008-1/mikhail.txt~:69
#: npc/008-1/mikhail.txt:69
-#: npc/008-2-4/bernard.txt~:109
+#: npc/008-2-4/bernard.txt:109
+#: npc/008-1/mikhail.txt:49
#, no-c-format
msgid "Thank you so much!"
msgstr ""
@@ -31718,8 +29551,7 @@ msgid "Thank you so much! Here, have some of my berries."
msgstr ""
#. code: l("Thank you very much"),
-#: npc/008-1/hinnak.txt:118
-#: npc/008-1/hinnak.txt~:118
+#: npc/008-1/hinnak.txt:142
#, no-c-format
msgid "Thank you very much"
msgstr ""
@@ -31727,16 +29559,11 @@ msgstr ""
#. code: l("Thank you very much!"),
#. code: npctalk3 l("Thank you very much!");
#. code: mesq l("Thank you very much!");
-#: npc/001-1/enora.txt:243
-#: npc/001-1/enora.txt~:243
-#: npc/008-1/rossy.txt~:134
-#: npc/001-1/enora.txt~:286
+#: npc/001-1/enora.txt:244
#: npc/008-1/rossy.txt:134
-#: npc/001-1/enora.txt:286
-#: npc/001-1/enora.txt~:206
+#: npc/001-1/enora.txt:287
#: npc/001-1/chelios.txt:78
-#: npc/001-1/chelios.txt~:78
-#: npc/001-1/enora.txt:206
+#: npc/001-1/enora.txt:207
#, no-c-format
msgid "Thank you very much!"
msgstr ""
@@ -31749,7 +29576,7 @@ msgid "Thank you!"
msgstr ""
#. code: rif(!.@equipped, l("Thank you, I'll take them and put them on.")), -,
-#: npc/000-2-1/arpan.txt:162
+#: npc/000-2-1/arpan.txt:163
#, no-c-format
msgid "Thank you, I'll take them and put them on."
msgstr ""
@@ -31766,17 +29593,8 @@ msgstr ""
msgid "Thank you, sweetie! Want to hear a secret?"
msgstr ""
-#. code: l("Thank you."),
-#: npc/functions/resetstatus.txt~:85
-#: npc/functions/resetstatus.txt:85
-#: npc/001-1/rumly.txt:155
-#, no-c-format
-msgid "Thank you."
-msgstr ""
-
#. code: mesq l("Thank you. And don't forget to tell her that I'm really sorry.");
#: npc/008-2-4/olana.txt:280
-#: npc/008-2-4/olana.txt~:279
#, no-c-format
msgid "Thank you. And don't forget to tell her that I'm really sorry."
msgstr ""
@@ -31794,21 +29612,18 @@ msgid "Thanks %s... I feel much safer now!"
msgstr ""
#. code: mesq l("Thanks God... The crops are safe. Not only that, but the fertilizer works!");
-#: npc/020-1/anwar.txt~:111
#: npc/020-1/anwar.txt:117
#, no-c-format
msgid "Thanks God... The crops are safe. Not only that, but the fertilizer works!"
msgstr ""
#. code: l("Thanks again for helping me with the pinkies!");
-#: npc/008-1/hinnak.txt~:153
-#: npc/008-1/hinnak.txt:153
+#: npc/008-1/hinnak.txt:177
#, no-c-format
msgid "Thanks again for helping me with the pinkies!"
msgstr ""
#. code: l("Thanks again for helping me!") + " %%Q";
-#: npc/008-1/mikhail.txt~:83
#: npc/008-1/mikhail.txt:83
#, no-c-format
msgid "Thanks again for helping me!"
@@ -31821,7 +29636,6 @@ msgid "Thanks for donating blood. You can donate again in 30 days."
msgstr ""
#. code: mesq l("Thanks for finding Juliet again. I'm so relieved!");
-#: npc/008-1/rossy.txt~:77
#: npc/008-1/rossy.txt:77
#, no-c-format
msgid "Thanks for finding Juliet again. I'm so relieved!"
@@ -31834,25 +29648,20 @@ msgid "Thanks for finding daddy... I wish he spent more time with me..."
msgstr ""
#. code: mesq l("Thanks for helping me... I'll be on my way now.");
-#: npc/008-3-0/juliet.txt~:616
-#: npc/008-3-0/juliet.txt:616
+#: npc/008-3-0/juliet.txt:615
#, no-c-format
msgid "Thanks for helping me... I'll be on my way now."
msgstr ""
#. code: l("Thanks for helping my husband Hinnak."),
#: npc/008-2-16/yannika.txt:75
-#: npc/008-2-16/yannika.txt~:97
#: npc/008-2-16/yannika.txt:97
-#: npc/008-2-16/yannika.txt~:75
#: npc/008-2-16/yannika.txt:46
-#: npc/008-2-16/yannika.txt~:46
#, no-c-format
msgid "Thanks for helping my husband Hinnak."
msgstr ""
#. code: mesq l("Thanks for helping my wife! Here is, an %s. May the Mouboo watch over you! o.o", getitemlink(MoubooPendant));
-#: npc/020-1/joaquim.txt~:83
#: npc/020-1/joaquim.txt:83
#, no-c-format
msgid "Thanks for helping my wife! Here is, an %s. May the Mouboo watch over you! o.o"
@@ -31860,14 +29669,12 @@ msgstr ""
#. code: mesq l("Thanks for helping my wife, I'll be forever grateful.");
#: npc/020-1/joaquim.txt:68
-#: npc/020-1/joaquim.txt~:68
#, no-c-format
msgid "Thanks for helping my wife, I'll be forever grateful."
msgstr ""
#. code: mesq l("Thanks for saving Tulimshar from a famine. I'll be forever grateful.");
#: npc/020-1/anwar.txt:41
-#: npc/020-1/anwar.txt~:41
#, no-c-format
msgid "Thanks for saving Tulimshar from a famine. I'll be forever grateful."
msgstr ""
@@ -31885,14 +29692,13 @@ msgid "Thanks for the %s! Your efforts are greatly appreciated."
msgstr ""
#. code: l("Thanks for the help earlier. The soil is now fertile thanks to your efforts."),
-#: npc/008-1-1/galimatia.txt:248
+#: npc/008-1-1/galimatia.txt:221
#, no-c-format
msgid "Thanks for the help earlier. The soil is now fertile thanks to your efforts."
msgstr ""
#. code: l("Thanks for the help the other day."),
#: npc/001-3-2/henry.txt:250
-#: npc/001-3-2/henry.txt~:249
#, no-c-format
msgid "Thanks for the help the other day."
msgstr ""
@@ -31912,9 +29718,7 @@ msgstr ""
#. code: mesq l("Thanks for the nice gift!");
#: npc/020-1/hocus.txt:140
-#: npc/020-1/hocus.txt~:139
#: npc/020-1/eomie.txt:159
-#: npc/020-1/eomie.txt~:158
#, no-c-format
msgid "Thanks for the nice gift!"
msgstr ""
@@ -31932,24 +29736,21 @@ msgid "Thanks for the trade."
msgstr ""
#. code: l("Thanks for your help with the pinkies.");
-#: npc/008-1/hinnak.txt~:146
-#: npc/008-1/hinnak.txt:146
+#: npc/008-1/hinnak.txt:170
#, no-c-format
msgid "Thanks for your help with the pinkies."
msgstr ""
#. code: l("Thanks for your wise words.");
#: npc/020-1/hocus.txt:30
-#: npc/020-1/hocus.txt~:29
#, no-c-format
msgid "Thanks for your wise words."
msgstr ""
-#. code: l("Thanks!"),
#. code: l("Thanks!");
+#. code: l("Thanks!"),
#: npc/001-2-33/lozerk.txt:131
-#: npc/008-1/hinnak.txt~:209
-#: npc/008-1/hinnak.txt:209
+#: npc/008-1/hinnak.txt:233
#, no-c-format
msgid "Thanks!"
msgstr ""
@@ -31960,27 +29761,24 @@ msgstr ""
msgid "Thanks! Now move, I have a mission to accomplish."
msgstr ""
-#. code: mes lg("Thanks! Thanks! Savior! Hurry up!");
-#: npc/020-1/joaquim.txt:124
-#: npc/020-1/joaquim.txt~:124
-#, no-c-format
-msgid "Thanks! Thanks! Savior! Hurry up!#0"
-msgstr ""
-
-#. code: mes lg("Thanks! Thanks! Savior! Hurry up!");
+#. code: mes l("Thanks! Thanks! Savior! Hurry up!");
#: npc/020-1/joaquim.txt:124
-#: npc/020-1/joaquim.txt~:124
#, no-c-format
-msgid "Thanks! Thanks! Savior! Hurry up!#1"
+msgid "Thanks! Thanks! Savior! Hurry up!"
msgstr ""
#. code: mesq l("Thanks, I'll just bake the Elixir right away...!");
#: npc/020-1/joaquim.txt:166
-#: npc/020-1/joaquim.txt~:166
#, no-c-format
msgid "Thanks, I'll just bake the Elixir right away...!"
msgstr ""
+#. code: mesq l("Thanks, come back later if you need more.");
+#: npc/001-2-4/terry.txt:30
+#, no-c-format
+msgid "Thanks, come back later if you need more."
+msgstr ""
+
#. code: l("Thanks, sir Q'Anon.");
#: npc/001-2-39/qanon.txt:36
#, no-c-format
@@ -31988,30 +29786,26 @@ msgid "Thanks, sir Q'Anon."
msgstr ""
#. code: l("Thanks, that was very kind of you!");
-#: npc/008-1/hinnak.txt~:203
-#: npc/008-1/hinnak.txt:203
+#: npc/008-1/hinnak.txt:227
#, no-c-format
msgid "Thanks, that was very kind of you!"
msgstr ""
#. code: l("Thanks."),
#: npc/008-2-4/olana.txt:171
-#: npc/008-2-4/olana.txt~:171
#: npc/008-3-0/clauquer.txt:45
#, no-c-format
msgid "Thanks."
msgstr ""
#. code: l("That better be a trophy on your head.");
-#: npc/008-1/hinnak.txt:139
-#: npc/008-1/hinnak.txt~:139
+#: npc/008-1/hinnak.txt:163
#, no-c-format
msgid "That better be a trophy on your head."
msgstr ""
#. code: mesc l("That didn't work!"), 1;
#: npc/020-2-10/hetchel.txt:23
-#: npc/020-2-10/hetchel.txt~:22
#: npc/012-2-5/toichi.txt:60
#: npc/001-2-27/don.txt:97
#, no-c-format
@@ -32027,14 +29821,12 @@ msgstr ""
#. code: l("That is a really fine piece of wood you brought me."),
#: npc/008-2-6/alan.txt:213
-#: npc/008-2-6/alan.txt~:213
#, no-c-format
msgid "That is a really fine piece of wood you brought me."
msgstr ""
#. code: l("That is no problem for me. Just wait and I will come back with the cherries."),
#: npc/008-1/rossy.txt:146
-#: npc/008-1/rossy.txt~:146
#, no-c-format
msgid "That is no problem for me. Just wait and I will come back with the cherries."
msgstr ""
@@ -32047,34 +29839,30 @@ msgid "That looks too exotic for me to eat!"
msgstr ""
#. code: l("That makes everybody"),
-#: npc/001-2-6/books.txt:91
+#: npc/001-2-6/books.txt:92
#, no-c-format
msgid "That makes everybody"
msgstr ""
#. code: l("That part of the town is called the Gilded Hill, it's also where the Merchant Guild has its headquarters."), //rich hill
-#: npc/001-1/chelios.txt~:90
#: npc/001-1/chelios.txt:90
#, no-c-format
msgid "That part of the town is called the Gilded Hill, it's also where the Merchant Guild has its headquarters."
msgstr ""
#. code: l("That poor one is doing his best to fly... But his last meal and the gravity is not helping him so far!");
-#: npc/001-2-28/plush.txt:114
-#: npc/001-2-28/plush.txt~:113
+#: npc/001-2-28/plush.txt:113
#, no-c-format
msgid "That poor one is doing his best to fly... But his last meal and the gravity is not helping him so far!"
msgstr ""
#. code: l("That thing was on some kind of pedestal, and it looked like a golden tablet of sorts. We clambered towards it – the only source of light in here, the only thing that could save us – and hesitated."),
#: npc/008-2-2/kfahr.txt:463
-#: npc/008-2-2/kfahr.txt~:463
#, no-c-format
msgid "That thing was on some kind of pedestal, and it looked like a golden tablet of sorts. We clambered towards it – the only source of light in here, the only thing that could save us – and hesitated."
msgstr ""
#. code: l("That was madness, of course; no-one takes on a desert worm, if they have a choice. But we didn't; you see, with most desert worms you can just stand still and it won't notice you and pass by. But not with this one!");
-#: npc/008-2-2/kfahr.txt~:305
#: npc/008-2-2/kfahr.txt:305
#, no-c-format
msgid "That was madness, of course; no-one takes on a desert worm, if they have a choice. But we didn't; you see, with most desert worms you can just stand still and it won't notice you and pass by. But not with this one!"
@@ -32082,35 +29870,30 @@ msgstr ""
#. code: l("That was many years ago, when George and I were just kids. George later became a pirate, you see; he always loved hunting for treasure. But back in those days it was all on level ground."),
#: npc/008-2-2/kfahr.txt:429
-#: npc/008-2-2/kfahr.txt~:429
#, no-c-format
msgid "That was many years ago, when George and I were just kids. George later became a pirate, you see; he always loved hunting for treasure. But back in those days it was all on level ground."
msgstr ""
#. code: l("That was my first real adventure, I think. Ah, those were exciting days.");
#: npc/008-2-2/kfahr.txt:475
-#: npc/008-2-2/kfahr.txt~:475
#, no-c-format
msgid "That was my first real adventure, I think. Ah, those were exciting days."
msgstr ""
#. code: l("That will be @@ E to set your respawn point", .@price),
-#: npc/001-2-28/plush.txt:45
-#: npc/001-2-28/plush.txt~:44
+#: npc/001-2-28/plush.txt:44
#: npc/008-2-2/melania.txt:64
#, no-c-format
msgid "That will be @@ E to set your respawn point"
msgstr ""
#. code: l("That will pay them a lesson."),
-#: npc/008-1/hinnak.txt:72
-#: npc/008-1/hinnak.txt~:72
+#: npc/008-1/hinnak.txt:96
#, no-c-format
msgid "That will pay them a lesson."
msgstr ""
#. code: mesq l("That would be great!");
-#: npc/001-2-2/moon.txt~:104
#: npc/001-2-2/moon.txt:105
#, no-c-format
msgid "That would be great!"
@@ -32118,7 +29901,6 @@ msgstr ""
#. code: mesq l("That's Nunia alright. So how she is doing?");
#: npc/001-3-2/henry.txt:307
-#: npc/001-3-2/henry.txt~:306
#, no-c-format
msgid "That's Nunia alright. So how she is doing?"
msgstr ""
@@ -32131,27 +29913,23 @@ msgstr ""
#. code: mesq l("That's a relief to hear! I'm so proud of her.");
#: npc/008-2-4/olana.txt:235
-#: npc/008-2-4/olana.txt~:234
#, no-c-format
msgid "That's a relief to hear! I'm so proud of her."
msgstr ""
#. code: mesq l("That's a relief. Okay-ish is actually a pretty good grade in the Academy.");
-#: npc/008-1/rossy.txt~:296
#: npc/008-1/rossy.txt:297
#, no-c-format
msgid "That's a relief. Okay-ish is actually a pretty good grade in the Academy."
msgstr ""
#. code: mesq l("That's better! Go and tell my mother that she is the nicest mother in the world.");
-#: npc/008-1/rossy.txt~:352
#: npc/008-1/rossy.txt:354
#, no-c-format
msgid "That's better! Go and tell my mother that she is the nicest mother in the world."
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/008-2-13/lena.txt~:239
#: npc/008-2-13/lena.txt:239
#, 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!"
@@ -32170,8 +29948,7 @@ msgid "That's exactly what I needed!"
msgstr ""
#. code: mesq l("That's good to hear!");
-#: npc/008-2-16/yannika.txt~:376
-#: npc/008-2-16/yannika.txt:376
+#: npc/008-2-16/yannika.txt:377
#: npc/000-1/ale.txt:97
#, no-c-format
msgid "That's good to hear!"
@@ -32184,48 +29961,29 @@ msgid "That's how I got mine, anyway."
msgstr ""
#. code: l("That's neat! Do you have any that I could see?"),
-#: npc/008-2-2/kfahr.txt~:357
#: npc/008-2-2/kfahr.txt:357
#, no-c-format
msgid "That's neat! Do you have any that I could see?"
msgstr ""
#. code: l("That's not the question"),
-#: npc/001-2-6/books.txt:81
+#: npc/001-2-6/books.txt:82
#, no-c-format
msgid "That's not the question"
msgstr ""
-#. code: mesq lg("That's perfect, yoiis.");
-#: npc/000-1/gulukan.txt:157
-#, no-c-format
-msgid "That's perfect, yoiis.#0"
-msgstr ""
-
-#. code: mesq lg("That's perfect, yoiis.");
+#. code: mesq l("That's perfect, yoiis.");
#: npc/000-1/gulukan.txt:157
#, no-c-format
-msgid "That's perfect, yoiis.#1"
+msgid "That's perfect, yoiis."
msgstr ""
#. code: mesq l("That's quite surprising... You don't look very helpful.");
-#: npc/001-1/cookiemaster.txt~:174
+#: npc/001-1/cookiemaster.txt:173
#, no-c-format
msgid "That's quite surprising... You don't look very helpful."
msgstr ""
-#. code: mesq lg("That's quite surprising... You don't look very helpful.");
-#: npc/001-1/cookiemaster.txt:174
-#, no-c-format
-msgid "That's quite surprising... You don't look very helpful.#0"
-msgstr ""
-
-#. code: mesq lg("That's quite surprising... You don't look very helpful.");
-#: npc/001-1/cookiemaster.txt:174
-#, no-c-format
-msgid "That's quite surprising... You don't look very helpful.#1"
-msgstr ""
-
#. code: l("That's right, we have our very own training room. The Legion is always well prepared!");
#: npc/001-2-33/lozerk.txt:71
#, no-c-format
@@ -32239,7 +29997,7 @@ msgid "That's too bad... Although I think you're lying."
msgstr ""
#. code: l("That's why you should always ask. This is good social etiqutte, you know?"),
-#: npc/008-1/4144.txt:54
+#: npc/008-1/greenmage.txt:54
#, no-c-format
msgid "That's why you should always ask. This is good social etiqutte, you know?"
msgstr ""
@@ -32258,7 +30016,6 @@ msgstr ""
#. code: mesq l("The %s is not only a fearsome and ruthless leader. He is strong, and he have tricks on his sleeve.", getmonsterlink(BanditLord));
#: npc/008-2-13/lena.txt:205
-#: npc/008-2-13/lena.txt~:205
#, no-c-format
msgid "The %s is not only a fearsome and ruthless leader. He is strong, and he have tricks on his sleeve."
msgstr ""
@@ -32277,7 +30034,6 @@ msgstr ""
#. code: mesq l("The Brotherhood is watching our movements, they already suspect who is a member and who isn't, but they don't know for sure.");
#: npc/008-3-5/nunia.txt:59
-#: npc/008-3-5/nunia.txt~:59
#, no-c-format
msgid "The Brotherhood is watching our movements, they already suspect who is a member and who isn't, but they don't know for sure."
msgstr ""
@@ -32289,7 +30045,6 @@ msgid "The Fluffy seized it and said:"
msgstr ""
#. code: mesq l("The Grandmaster? %%U Lemme read...");
-#: npc/008-1/rossy.txt~:192
#: npc/008-1/rossy.txt:193
#, no-c-format
msgid "The Grandmaster? %%U Lemme read..."
@@ -32297,7 +30052,6 @@ msgstr ""
#. code: l("The Legion has been on my tail for a while. They're a bit annoying, you know."),
#: npc/001-3-2/henry.txt:51
-#: npc/001-3-2/henry.txt~:51
#, no-c-format
msgid "The Legion has been on my tail for a while. They're a bit annoying, you know."
msgstr ""
@@ -32315,28 +30069,25 @@ msgid "The Legion of Aemil is the greatest organization on all continent! A town
msgstr ""
#. code: l("The Legion of Gasaron are a group of warriors who vowed to protect and serve their neighbours."),
-#: npc/001-1/enora.txt~:35
-#: npc/001-1/enora.txt:35
+#: npc/001-1/enora.txt:36
#, no-c-format
msgid "The Legion of Gasaron are a group of warriors who vowed to protect and serve their neighbours."
msgstr ""
#. code: l("The Legion of Gasaron is in charge of the security of the intramural part of our cities."),
-#: npc/001-1/enora.txt~:196
-#: npc/001-1/enora.txt:196
+#: npc/001-1/enora.txt:197
#, no-c-format
msgid "The Legion of Gasaron is in charge of the security of the intramural part of our cities."
msgstr ""
#. code: switch (select(l("The Legion?"), l("I don't know.")))
-#: npc/001-1/enora.txt:58
-#: npc/001-1/enora.txt~:58
+#: npc/001-1/enora.txt:59
#, no-c-format
msgid "The Legion?"
msgstr ""
#. code: l("The Mana Tree was lost, the caves entrances destroyed, and the Wizard Order was split in two: One part was on Candor, and other at the Magic Tower."),
-#: npc/001-2-6/books.txt:296
+#: npc/001-2-6/books.txt:301
#, no-c-format
msgid "The Mana Tree was lost, the caves entrances destroyed, and the Wizard Order was split in two: One part was on Candor, and other at the Magic Tower."
msgstr ""
@@ -32360,7 +30111,7 @@ msgid "The Piou, embarrassed and confused,"
msgstr ""
#. code: l("The Platinum Kingdom grew and prospered, and drew most of the talpan population to the safety of the walls of Keshlam, Tulimshar, Hurnscald and Nivalis."),
-#: npc/001-2-6/books.txt:223
+#: npc/001-2-6/books.txt:226
#, no-c-format
msgid "The Platinum Kingdom grew and prospered, and drew most of the talpan population to the safety of the walls of Keshlam, Tulimshar, Hurnscald and Nivalis."
msgstr ""
@@ -32372,13 +30123,13 @@ msgid "The Raijin from the library flirted with me a while ago, so has Enora fro
msgstr ""
#. code: l("The Republic of Ancea ceased to exist officially in August 216CCE, when the cities of Tulimshar, Hurnscald and Nivalis installed their own independent governments."),
-#: npc/001-2-6/books.txt:257
+#: npc/001-2-6/books.txt:261
#, no-c-format
msgid "The Republic of Ancea ceased to exist officially in August 216CCE, when the cities of Tulimshar, Hurnscald and Nivalis installed their own independent governments."
msgstr ""
#. code: "-- " + l("The Ukar Historical Association on Aemil"));
-#: npc/001-2-6/books.txt:334
+#: npc/001-2-6/books.txt:340
#, no-c-format
msgid "The Ukar Historical Association on Aemil"
msgstr ""
@@ -32396,8 +30147,7 @@ msgid "The bank and item storage is shared between all characters within a same
msgstr ""
#. code: mesq l("The best, the wonderful, the most choice cookie among all others, the...");
-#: npc/001-1/cookiemaster.txt~:231
-#: npc/001-1/cookiemaster.txt:231
+#: npc/001-1/cookiemaster.txt:230
#, no-c-format
msgid "The best, the wonderful, the most choice cookie among all others, the..."
msgstr ""
@@ -32410,7 +30160,6 @@ msgstr ""
#. code: mesq l("The brotherhood spies here are... friendly, but mostly because our interests coincide. But in Hurnscald, where their main base is, we're enemies.");
#: npc/001-3-2/henry.txt:315
-#: npc/001-3-2/henry.txt~:314
#, no-c-format
msgid "The brotherhood spies here are... friendly, but mostly because our interests coincide. But in Hurnscald, where their main base is, we're enemies."
msgstr ""
@@ -32436,8 +30185,6 @@ msgstr ""
#. code: mesc l("The cave is %s", b(l("Northwest of here.")));
#: npc/008-1/rossy.txt:377
#: npc/008-1/rossy.txt:70
-#: npc/008-1/rossy.txt~:70
-#: npc/008-1/rossy.txt~:375
#, no-c-format
msgid "The cave is %s"
msgstr ""
@@ -32449,55 +30196,61 @@ msgid "The chest is unlocked and empty."
msgstr ""
#. code: l("The collection of four books entitled “World Story For Dummies” is based on the uncessable work from the Ukar scholars, thanks to whom this wouldn't be possible."),
-#: npc/001-2-6/books.txt:218
+#: npc/001-2-6/books.txt:221
#, no-c-format
msgid "The collection of four books entitled “World Story For Dummies” is based on the uncessable work from the Ukar scholars, thanks to whom this wouldn't be possible."
msgstr ""
#. code: l("The control and administration of the cities passes hands sometimes. You may find the Mana Order or the Brotherhood in charge instead of us at some point!"),
-#: npc/001-1/enora.txt:197
-#: npc/001-1/enora.txt~:197
+#: npc/001-1/enora.txt:198
#, no-c-format
msgid "The control and administration of the cities passes hands sometimes. You may find the Mana Order or the Brotherhood in charge instead of us at some point!"
msgstr ""
+#. code: l("The cost to create a guild is @@ E, are you interested?",
+#: npc/001-2-9/janus.txt:51
+#, no-c-format
+msgid "The cost to create a guild is @@ E, are you interested?"
+msgstr ""
+
+#. code: l("The cost to create a party is @@ E, are you interested?",
+#: npc/001-2-9/janus.txt:22
+#, no-c-format
+msgid "The cost to create a party is @@ E, are you interested?"
+msgstr ""
+
#. code: l("The council, however, neglected day-to-day administration duties, and focused their efforts in regaining control of the rest of Ancea."),
-#: npc/001-2-6/books.txt:258
+#: npc/001-2-6/books.txt:262
#, no-c-format
msgid "The council, however, neglected day-to-day administration duties, and focused their efforts in regaining control of the rest of Ancea."
msgstr ""
#. code: mesq l("The crops are under attack? That's terrible!");
#: npc/020-1/hocus.txt:105
-#: npc/020-1/hocus.txt~:104
#, no-c-format
msgid "The crops are under attack? That's terrible!"
msgstr ""
#. code: mesq l("The dead can't speak.");
#: npc/008-3-5/nunia.txt:45
-#: npc/008-3-5/nunia.txt~:45
#, no-c-format
msgid "The dead can't speak."
msgstr ""
#. code: l("The desert is a living hell during some times of the year. Filled with black scorpions and snakes, except for the shadier areas, and mountain snakes if you go further east."),
-#: npc/008-2-2/kfahr.txt~:579
#: npc/008-2-2/kfahr.txt:579
#, no-c-format
msgid "The desert is a living hell during some times of the year. Filled with black scorpions and snakes, except for the shadier areas, and mountain snakes if you go further east."
msgstr ""
#. code: l("The desert... a cold and lonely place at night, and a hot and lonely place during the day.");
-#: npc/008-2-2/kfahr.txt~:573
#: npc/008-2-2/kfahr.txt:573
#, no-c-format
msgid "The desert... a cold and lonely place at night, and a hot and lonely place during the day."
msgstr ""
#. code: l("The detail and craftsmanship that went into this sword can only be accomplished by the most practiced of blacksmiths.");
-#: npc/001-1/enora.txt~:182
-#: npc/001-1/enora.txt:182
+#: npc/001-1/enora.txt:183
#, no-c-format
msgid "The detail and craftsmanship that went into this sword can only be accomplished by the most practiced of blacksmiths."
msgstr ""
@@ -32521,21 +30274,19 @@ msgid "The door to the legion building is temporarily closed."
msgstr ""
#. code: l("The end of the story got erased, probably because of the sea water. Some pages are still missing. Thus much is lost to time, including the author's name."));
-#: npc/001-2-6/books.txt:162
+#: npc/001-2-6/books.txt:165
#, no-c-format
msgid "The end of the story got erased, probably because of the sea water. Some pages are still missing. Thus much is lost to time, including the author's name."
msgstr ""
#. code: l("The farmer glares at your hat.");
-#: npc/008-1/hinnak.txt~:93
-#: npc/008-1/hinnak.txt:93
+#: npc/008-1/hinnak.txt:117
#, no-c-format
msgid "The farmer glares at your hat."
msgstr ""
#. code: l("The farmer lunges at you with a farming implement.");
-#: npc/008-1/hinnak.txt:26
-#: npc/008-1/hinnak.txt~:26
+#: npc/008-1/hinnak.txt:50
#, no-c-format
msgid "The farmer lunges at you with a farming implement."
msgstr ""
@@ -32553,7 +30304,6 @@ msgid "The fee is of @@ E. So, do you want to register?"
msgstr ""
#. code: l("The fields are crawling with maggots."),
-#: npc/008-2-4/bernard.txt~:30
#: npc/008-2-4/bernard.txt:30
#, no-c-format
msgid "The fields are crawling with maggots."
@@ -32566,19 +30316,19 @@ msgid "The first page contains the universal rules that have been agreed upon th
msgstr ""
#. code: l("The first talpan settlement to develop an advanced political structure and to become a city-state was Keshlam."),
-#: npc/001-2-6/books.txt:220
+#: npc/001-2-6/books.txt:223
#, no-c-format
msgid "The first talpan settlement to develop an advanced political structure and to become a city-state was Keshlam."
msgstr ""
#. code: mesq l("The first thing you should do is to evaluate your enemy.");
-#: npc/000-1/sapartan.txt:62
+#: npc/000-1/sapartan.txt:63
#, no-c-format
msgid "The first thing you should do is to evaluate your enemy."
msgstr ""
#. code: l("The first village build was named Esperia. Aurora region was very fertile, and for this reason they moved towards countryside and built farms."),
-#: npc/001-2-6/books.txt:331
+#: npc/001-2-6/books.txt:337
#, no-c-format
msgid "The first village build was named Esperia. Aurora region was very fertile, and for this reason they moved towards countryside and built farms."
msgstr ""
@@ -32603,13 +30353,12 @@ msgstr ""
#. code: mesc(l("The girl looks desperate."),9);
#: npc/001-2-2/moon.txt:135
-#: npc/001-2-2/moon.txt~:134
#, no-c-format
msgid "The girl looks desperate."
msgstr ""
#. code: l("The group found the support of Tulimshar's merchant lords and was given ships to sail east."),
-#: npc/001-2-6/books.txt:155
+#: npc/001-2-6/books.txt:158
#, no-c-format
msgid "The group found the support of Tulimshar's merchant lords and was given ships to sail east."
msgstr ""
@@ -32621,8 +30370,7 @@ msgid "The guild is in charge of the commerce regularization throughout Artis an
msgstr ""
#. code: l("The hill is located on the north-east of Artis.");
-#: npc/001-1/enora.txt~:281
-#: npc/001-1/enora.txt:281
+#: npc/001-1/enora.txt:282
#, no-c-format
msgid "The hill is located on the north-east of Artis."
msgstr ""
@@ -32640,20 +30388,19 @@ msgid "The leader of the troupe said you hung around them a lot while they were
msgstr ""
#. code: mesc l("The lid is sealed shut, and you are too weak to open it.");
-#: npc/001-1/manhole.txt:54
+#: npc/001-1/manhole.txt:52
#, no-c-format
msgid "The lid is sealed shut, and you are too weak to open it."
msgstr ""
#. code: l("The light armor shop is ran by Resa, she is part of the Merchant Guild of Artis."),
-#: npc/001-1/enora.txt:45
-#: npc/001-1/enora.txt~:45
+#: npc/001-1/enora.txt:46
#, no-c-format
msgid "The light armor shop is ran by Resa, she is part of the Merchant Guild of Artis."
msgstr ""
#. code: mesq l("The little piou is flying nearby, all you need is to catch it and bring back to me.");
-#: npc/001-1/salem.txt:190
+#: npc/001-1/salem.txt:203
#, no-c-format
msgid "The little piou is flying nearby, all you need is to catch it and bring back to me."
msgstr ""
@@ -32666,7 +30413,6 @@ msgid "The lockpick broke."
msgstr ""
#. code: l("The log breaks with a loud crack."));
-#: npc/008-2-6/alan.txt~:228
#: npc/008-2-6/alan.txt:228
#, no-c-format
msgid "The log breaks with a loud crack."
@@ -32678,9 +30424,14 @@ msgstr ""
msgid "The man shivers"
msgstr ""
+#. code: mesc l("The manual can be read with %s and you can see your level bars with %s.", b("@tutorial"), b("@player"));
+#: npc/000-0/sailors.txt:28
+#, no-c-format
+msgid "The manual can be read with %s and you can see your level bars with %s."
+msgstr ""
+
#. code: l("The market is located in the south-east of Artis, it is known as Merchant Guild's exhibit."),
-#: npc/001-1/enora.txt~:54
-#: npc/001-1/enora.txt:54
+#: npc/001-1/enora.txt:55
#, no-c-format
msgid "The market is located in the south-east of Artis, it is known as Merchant Guild's exhibit."
msgstr ""
@@ -32710,7 +30461,7 @@ msgid "The mines are also on the risk of collapsing, so the workers had to be ev
msgstr ""
#. code: npctalkonce l("The miracle is this: the more we share, the more we have.");
-#: npc/001-2-6/leonard.txt:54
+#: npc/001-2-6/leonard.txt:55
#, no-c-format
msgid "The miracle is this: the more we share, the more we have."
msgstr ""
@@ -32728,7 +30479,7 @@ msgid "The more stars, the harder it is."
msgstr ""
#. code: l("The music of the trees floats through the breeze"),
-#: npc/001-2-6/books.txt:123
+#: npc/001-2-6/books.txt:125
#, no-c-format
msgid "The music of the trees floats through the breeze"
msgstr ""
@@ -32740,19 +30491,19 @@ msgid "The name of the book is \"%s\"."
msgstr ""
#. code: l("The newly created Fleet of Ancea travelled so far that they were never heard from again."),
-#: npc/001-2-6/books.txt:157
+#: npc/001-2-6/books.txt:160
#, no-c-format
msgid "The newly created Fleet of Ancea travelled so far that they were never heard from again."
msgstr ""
#. code: l("The newly created Fleet of Ancea travelled so far that they were never heard from again. They found a continent, present on legends of explorers who never came back."),
-#: npc/001-2-6/books.txt:329
+#: npc/001-2-6/books.txt:335
#, no-c-format
msgid "The newly created Fleet of Ancea travelled so far that they were never heard from again. They found a continent, present on legends of explorers who never came back."
msgstr ""
#. code: l("The next and final battle happened at Candor. Wizards attacks from both sides near the Mana Tree provoked a Mana Storm. A Great Quake shook the earth of Ancea and the land began to split. Geography changed, and Keshlan vanished from the map."),
-#: npc/001-2-6/books.txt:295
+#: npc/001-2-6/books.txt:300
#, no-c-format
msgid "The next and final battle happened at Candor. Wizards attacks from both sides near the Mana Tree provoked a Mana Storm. A Great Quake shook the earth of Ancea and the land began to split. Geography changed, and Keshlan vanished from the map."
msgstr ""
@@ -32771,7 +30522,6 @@ msgstr ""
#. code: mesq l("The nurse... Eleanore is... Doing all she can... To help me, though.");
#: npc/020-2-15/yumi.txt:21
-#: npc/020-2-15/yumi.txt~:21
#, no-c-format
msgid "The nurse... Eleanore is... Doing all she can... To help me, though."
msgstr ""
@@ -32783,8 +30533,7 @@ msgid "The old book seems to tell about the legend of Aemil. Would you like to r
msgstr ""
#. code: l("The old man seemed to be senile.")))
-#: npc/001-1/enora.txt:175
-#: npc/001-1/enora.txt~:175
+#: npc/001-1/enora.txt:176
#, no-c-format
msgid "The old man seemed to be senile."
msgstr ""
@@ -32807,8 +30556,13 @@ msgstr ""
msgid "The other part of this sign has been crushed by a rock."
msgstr ""
+#. code: if (isin("008-1-1", 93, 52, 97, 56)){ message strcharinfo(0), l("The palm tree is fine, I guess... Nope. This is the wrong place."); return true; }
+#: npc/008-1-1/galimatia.txt:22
+#, no-c-format
+msgid "The palm tree is fine, I guess... Nope. This is the wrong place."
+msgstr ""
+
#. code: l("The passages in there were cool and dark, with a ceiling high enough to swallow the light of my torch. There were snakes, quite a few of them, but we were both quick-footed and managed to avoid them."),
-#: npc/008-2-2/kfahr.txt~:451
#: npc/008-2-2/kfahr.txt:451
#, no-c-format
msgid "The passages in there were cool and dark, with a ceiling high enough to swallow the light of my torch. There were snakes, quite a few of them, but we were both quick-footed and managed to avoid them."
@@ -32821,14 +30575,12 @@ msgid "The piou costs @@ E."
msgstr ""
#. code: l("The portal was made out of bronze, or some similar metal, with images of snakes engraved all over. Curious as we were, we pulled the door open – it wasn't locked or barred in any way – and had a look inside."),
-#: npc/008-2-2/kfahr.txt~:450
#: npc/008-2-2/kfahr.txt:450
#, no-c-format
msgid "The portal was made out of bronze, or some similar metal, with images of snakes engraved all over. Curious as we were, we pulled the door open – it wasn't locked or barred in any way – and had a look inside."
msgstr ""
#. code: l("The problem is that I am short of material."),
-#: npc/008-2-6/alan.txt~:55
#: npc/008-2-6/alan.txt:55
#, no-c-format
msgid "The problem is that I am short of material."
@@ -32836,7 +30588,6 @@ 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/008-2-13/lena.txt:101
-#: npc/008-2-13/lena.txt~:101
#, no-c-format
msgid "The problem is... The slimes ate the keys for the chests. This is not the first time such thing happens."
msgstr ""
@@ -32854,7 +30605,6 @@ msgid "The rank of lieutenant is granted only to people with proper control of t
msgstr ""
#. code: l("The recipes, of course, you must collect yourself. Even sandwiches are not so simple as to simply put ingredients and hope for the best."),
-#: npc/008-2-16/yannika.txt~:118
#: npc/008-2-16/yannika.txt:118
#, no-c-format
msgid "The recipes, of course, you must collect yourself. Even sandwiches are not so simple as to simply put ingredients and hope for the best."
@@ -32862,7 +30612,6 @@ msgstr ""
#. code: l("The resulting shield looks usable already, but Jack applies another liquid to it and leaves it to dry for a few moments."),
#: npc/008-1/jack.txt:208
-#: npc/008-1/jack.txt~:208
#, no-c-format
msgid "The resulting shield looks usable already, but Jack applies another liquid to it and leaves it to dry for a few moments."
msgstr ""
@@ -32887,20 +30636,19 @@ msgid "The sailor turns his back to you."
msgstr ""
#. code: mesc(l("The sailors take you aboard their ship."), 9);
-#: npc/000-0/sailors.txt:78
+#: npc/000-0/sailors.txt:120
#, no-c-format
msgid "The sailors take you aboard their ship."
msgstr ""
#. code: l("The scorpions had smelled the food we had brought and cut open our satchels, tearing our waterskins and making a mess of our food – and now that they were done with that, they were coming for us!"),
#: npc/008-2-2/kfahr.txt:435
-#: npc/008-2-2/kfahr.txt~:435
#, no-c-format
msgid "The scorpions had smelled the food we had brought and cut open our satchels, tearing our waterskins and making a mess of our food – and now that they were done with that, they were coming for us!"
msgstr ""
#. code: l("The ship, La Johanne, has left Drasil Island, finally."),
-#: npc/000-0-1/narrator.txt:52
+#: npc/000-0-1/narrator.txt:51
#, no-c-format
msgid "The ship, La Johanne, has left Drasil Island, finally."
msgstr ""
@@ -32919,7 +30667,6 @@ msgid "The stowaway doesn't answer."
msgstr ""
#. code: l("The taste of maggots in soup is... unforgettable."),
-#: npc/008-2-4/bernard.txt~:38
#: npc/008-2-4/bernard.txt:38
#, no-c-format
msgid "The taste of maggots in soup is... unforgettable."
@@ -32938,19 +30685,18 @@ msgid "The travel was fine for you? It was terrible for me, I was sea-sick."
msgstr ""
#. code: l("The tree was entitled The Mana Tree, and the Wizard Order took control over Candor Island. They learnt to control the mana flow, and limited its use, claiming Magic to be too dangerous for public use."),
-#: npc/001-2-6/books.txt:292
+#: npc/001-2-6/books.txt:297
#, no-c-format
msgid "The tree was entitled The Mana Tree, and the Wizard Order took control over Candor Island. They learnt to control the mana flow, and limited its use, claiming Magic to be too dangerous for public use."
msgstr ""
#. code: mesq l("The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!");
-#: npc/000-2-1/chefgado.txt:175
+#: npc/000-2-1/chefgado.txt:174
#, no-c-format
msgid "The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!"
msgstr ""
#. code: l("The warrior turns towards you, grinning broadly.");
-#: npc/008-2-2/kfahr.txt~:52
#: npc/008-2-2/kfahr.txt:52
#, no-c-format
msgid "The warrior turns towards you, grinning broadly."
@@ -32958,14 +30704,12 @@ msgstr ""
#. code: l("The whole tree CAME TO LIFE! It was mad!"));
#: npc/008-1/jack.txt:57
-#: npc/008-1/jack.txt~:57
#, no-c-format
msgid "The whole tree CAME TO LIFE! It was mad!"
msgstr ""
#. code: mesc l("The womans ghost seems to be confused.");
#: npc/009-2-3/reid.txt:12
-#: npc/009-2-3/reid.txt~:12
#, no-c-format
msgid "The womans ghost seems to be confused."
msgstr ""
@@ -32977,25 +30721,25 @@ msgid "The world is so cruel! Oh, cruel world!"
msgstr ""
#. code: l("The “Ancean Era” is a term used to defined the time period between the beginning of recorded history and the events at the Mana Tree, and thanks to Ukar scholars, this is widely accepted as year 1 on all Gasaron."),
-#: npc/001-2-6/books.txt:219
+#: npc/001-2-6/books.txt:222
#, no-c-format
msgid "The “Ancean Era” is a term used to defined the time period between the beginning of recorded history and the events at the Mana Tree, and thanks to Ukar scholars, this is widely accepted as year 1 on all Gasaron."
msgstr ""
#. code: l("Their leaders then came to the conclusion that an alliance was the only way they could survive."),
-#: npc/001-2-6/books.txt:158
+#: npc/001-2-6/books.txt:161
#, no-c-format
msgid "Their leaders then came to the conclusion that an alliance was the only way they could survive."
msgstr ""
#. code: mesq l("Their price is usually high, but you know what? I have a bargain offer for you.");
-#: npc/001-1/salem.txt:156
+#: npc/001-1/salem.txt:169
#, no-c-format
msgid "Their price is usually high, but you know what? I have a bargain offer for you."
msgstr ""
#. code: mesq l("Then I can give you some tips about fighting.");
-#: npc/000-1/sapartan.txt:60
+#: npc/000-1/sapartan.txt:61
#, no-c-format
msgid "Then I can give you some tips about fighting."
msgstr ""
@@ -33020,7 +30764,6 @@ msgstr ""
#. code: npctalk3(l("Then go north and investigate!"));
#: npc/008-2-1/inspector.txt:118
-#: npc/008-2-1/inspector.txt~:118
#, no-c-format
msgid "Then go north and investigate!"
msgstr ""
@@ -33032,7 +30775,6 @@ msgid "Then it seems I have to apologize."
msgstr ""
#. code: l("Then it slid away from us, away to the north, but we could see it getting slower and slower."),
-#: npc/008-2-2/kfahr.txt~:350
#: npc/008-2-2/kfahr.txt:350
#, no-c-format
msgid "Then it slid away from us, away to the north, but we could see it getting slower and slower."
@@ -33040,14 +30782,12 @@ msgstr ""
#. code: l("Then it took a deep breath – and I realised that that was probably 'it' for me; Stinkewyrms can breathe fire like real dragons, and I didn't have the time to run back to the water."),
#: npc/008-2-2/kfahr.txt:539
-#: npc/008-2-2/kfahr.txt~:539
#, no-c-format
msgid "Then it took a deep breath – and I realised that that was probably 'it' for me; Stinkewyrms can breathe fire like real dragons, and I didn't have the time to run back to the water."
msgstr ""
#. code: l("Then it turned around towards us. Those fins had hit us pretty badly; I had lost my shield and Arvek his backpack. Better for him, I suppose, but I had been rather fond of that shield – not that it would have helped me much here...");
#: npc/008-2-2/kfahr.txt:320
-#: npc/008-2-2/kfahr.txt~:320
#, no-c-format
msgid "Then it turned around towards us. Those fins had hit us pretty badly; I had lost my shield and Arvek his backpack. Better for him, I suppose, but I had been rather fond of that shield – not that it would have helped me much here..."
msgstr ""
@@ -33065,24 +30805,15 @@ msgid "Then please stop wasting my precious time."
msgstr ""
#. code: l("Then she yells out some gobbledygook word, and out of the ground there comes a swarm of maggots, crawling and digging and climbing over each other's backs..."),
-#: npc/008-1/hinnak.txt:236
-#: npc/008-1/hinnak.txt~:236
+#: npc/008-1/hinnak.txt:260
#, no-c-format
msgid "Then she yells out some gobbledygook word, and out of the ground there comes a swarm of maggots, crawling and digging and climbing over each other's backs..."
msgstr ""
-#. code: mesq lg("Then why bother? Weird person...");
-#: npc/008-1/rossy.txt~:129
-#: npc/008-1/rossy.txt:129
-#, no-c-format
-msgid "Then why bother? Weird person...#0"
-msgstr ""
-
-#. code: mesq lg("Then why bother? Weird person...");
-#: npc/008-1/rossy.txt~:129
+#. code: mesq l("Then why bother? Weird person...");
#: npc/008-1/rossy.txt:129
#, no-c-format
-msgid "Then why bother? Weird person...#1"
+msgid "Then why bother? Weird person..."
msgstr ""
#. code: l("Then you should better see the doctor."),
@@ -33110,7 +30841,7 @@ msgid "There are 6 sailors who will need your help. They are all around the isla
msgstr ""
#. code: l("There are a lot of things you must be wondering about."),
-#: npc/000-0-1/narrator.txt:64
+#: npc/000-0-1/narrator.txt:63
#, no-c-format
msgid "There are a lot of things you must be wondering about."
msgstr ""
@@ -33121,8 +30852,14 @@ msgstr ""
msgid "There are few groups of these @@s all around this island. Just pick some and have a try."
msgstr ""
+#. code: if (isin("008-1-1", 97, 68, 103, 70)){ message strcharinfo(0), l("There are little plants already growing here. No, I should not pour it here."); return true; }
+#: npc/008-1-1/galimatia.txt:24
+#, no-c-format
+msgid "There are little plants already growing here. No, I should not pour it here."
+msgstr ""
+
#. code: l("There are many key combinations, press F1 to see a short list of them!");
-#: npc/001-2-5/tutorial.txt:235
+#: npc/001-2-5/tutorial.txt:236
#, no-c-format
msgid "There are many key combinations, press F1 to see a short list of them!"
msgstr ""
@@ -33204,10 +30941,8 @@ msgid "There are three types of monsters: the aggressive, the neutral, and the c
msgstr ""
#. code: l("There are two different kinds of cards, the first changes the style of your clothes, the second changes their stats."),
-#: npc/001-2-27/don.txt~:56
#: npc/001-2-27/don.txt:56
#: npc/001-2-27/kaylo.txt:23
-#: npc/001-2-27/kaylo.txt~:23
#, no-c-format
msgid "There are two different kinds of cards, the first changes the style of your clothes, the second changes their stats."
msgstr ""
@@ -33220,14 +30955,12 @@ msgstr ""
#. code: l("There are two shops inside, they are independent from the Merchant Guild of Artis."),
#: npc/001-1/chelios.txt:112
-#: npc/001-1/chelios.txt~:112
#, no-c-format
msgid "There are two shops inside, they are independent from the Merchant Guild of Artis."
msgstr ""
#. code: l("There is a paper with some rules written on it.");
#: npc/000-2-0/julia.txt:268
-#: npc/000-2-0/julia.txt~:268
#: npc/001-2-21/note.txt:11
#: npc/000-2-0/note.txt:11
#: npc/001-2-28/note.txt:12
@@ -33242,16 +30975,15 @@ msgid "There is always something you can do here, like killing some tortugas or
msgstr ""
#. code: mesc l("There is an awkward pause, and then the guard bursts out laughing.");
-#: npc/009-1/forwin.txt~:14
#: npc/009-1/forwin.txt:14
#, no-c-format
msgid "There is an awkward pause, and then the guard bursts out laughing."
msgstr ""
-#. code: l("There is an unknown side effect to these plushrooms, they can free you from your past mistakes."),
-#: npc/001-1/rumly.txt:60
+#. code: l("There is an unknown side effect to these plushrooms, they can make you more powerful."),
+#: npc/001-1/rumly.txt:61
#, no-c-format
-msgid "There is an unknown side effect to these plushrooms, they can free you from your past mistakes."
+msgid "There is an unknown side effect to these plushrooms, they can make you more powerful."
msgstr ""
#. code: l("There is no day/night, weather, or season cycle in TMW yet.");
@@ -33288,27 +31020,23 @@ msgstr ""
#. code: l("There was a traveling theater troupe in town recently, but they've moved on to Tulimshar."),
#: npc/008-2-1/inspector.txt:75
-#: npc/008-2-1/inspector.txt~:75
#, no-c-format
msgid "There was a traveling theater troupe in town recently, but they've moved on to Tulimshar."
msgstr ""
#. code: rif(.@q == 2, l("There was no picture on the file."));
-#: npc/001-3-2/henry.txt~:103
#: npc/001-3-2/henry.txt:103
#, no-c-format
msgid "There was no picture on the file."
msgstr ""
#. code: l("There was nobody on the Bandit Lord's room.");
-#: npc/008-3-5/bryant.txt~:45
#: npc/008-3-5/bryant.txt:47
#, no-c-format
msgid "There was nobody on the Bandit Lord's room."
msgstr ""
#. code: l("There were chambers and inscriptions and more torches, but not a living being besides us and the snakes. Hmm. Though I could have sworn that some of the statues there were following us with their eyes..."),
-#: npc/008-2-2/kfahr.txt~:452
#: npc/008-2-2/kfahr.txt:452
#, no-c-format
msgid "There were chambers and inscriptions and more torches, but not a living being besides us and the snakes. Hmm. Though I could have sworn that some of the statues there were following us with their eyes..."
@@ -33321,14 +31049,12 @@ msgid "There you go, like new."
msgstr ""
#. code: l("There you go. Please enjoy yourself! ^.^");
-#: npc/008-2-16/yannika.txt:232
-#: npc/008-2-16/yannika.txt~:232
+#: npc/008-2-16/yannika.txt:233
#, no-c-format
msgid "There you go. Please enjoy yourself! ^.^"
msgstr ""
#. code: l("There'll be a file about an... incident... with me. Deal with the file - I also don't care how."),
-#: npc/001-3-2/henry.txt~:87
#: npc/001-3-2/henry.txt:87
#, no-c-format
msgid "There'll be a file about an... incident... with me. Deal with the file - I also don't care how."
@@ -33352,41 +31078,32 @@ msgstr ""
msgid "There's also weather, meaning it can rain, snow, or even happen a sandstorm. They are usually cosmetic, but..."
msgstr ""
-#. code: mesq lg("There's nothing to say, don't worry miss.", "There's nothing to say, don't worry sir.");
-#: npc/000-2-1/dan.txt:58
-#, no-c-format
-msgid "There's nothing to say, don't worry miss.#0"
-msgstr ""
-
-#. code: mesq lg("There's nothing to say, don't worry miss.", "There's nothing to say, don't worry sir.");
+#. code: mesq l("There's nothing to say, don't worry.");
#: npc/000-2-1/dan.txt:58
#, no-c-format
-msgid "There's nothing to say, don't worry sir.#1"
+msgid "There's nothing to say, don't worry."
msgstr ""
#. code: mesq l("There's only one problem, you know...");
#: npc/008-3-5/nunia.txt:42
-#: npc/008-3-5/nunia.txt~:42
#, no-c-format
msgid "There's only one problem, you know..."
msgstr ""
#. code: l("There, they gathered merchants and warriors to join them in a journey to find a new land on which to live."),
-#: npc/001-2-6/books.txt:154
+#: npc/001-2-6/books.txt:157
#, no-c-format
msgid "There, they gathered merchants and warriors to join them in a journey to find a new land on which to live."
msgstr ""
#. code: mesq l("Therefore, we had to cut off our connection with Artis. Don't want Brotherhood to find the secrets of our structure.");
#: npc/008-3-5/nunia.txt:62
-#: npc/008-3-5/nunia.txt~:62
#, no-c-format
msgid "Therefore, we had to cut off our connection with Artis. Don't want Brotherhood to find the secrets of our structure."
msgstr ""
#. code: l("These @#$% beasts are jumping around in my fields destroying all my harvest."),
-#: npc/008-1/hinnak.txt:61
-#: npc/008-1/hinnak.txt~:61
+#: npc/008-1/hinnak.txt:85
#, no-c-format
msgid "These @#$% beasts are jumping around in my fields destroying all my harvest."
msgstr ""
@@ -33410,7 +31127,6 @@ msgid "These crocotrees are full of yaying @@s, but they are so hard to hit..."
msgstr ""
#. code: mesq l("These forests are not safe; I am afraid they might have wandered in the swamps by accident.");
-#: npc/008-2-4/olana.txt~:107
#: npc/008-2-4/olana.txt:107
#, no-c-format
msgid "These forests are not safe; I am afraid they might have wandered in the swamps by accident."
@@ -33429,7 +31145,7 @@ msgid "These heavy boxes are killing me, I can't feel my arms anymore!"
msgstr ""
#. code: mesq l("These little pious here can't fly. At least that's what I thought.");
-#: npc/001-1/salem.txt:158
+#: npc/001-1/salem.txt:171
#, no-c-format
msgid "These little pious here can't fly. At least that's what I thought."
msgstr ""
@@ -33442,7 +31158,6 @@ msgstr ""
#. code: l("These twigleafs are the trees that give me the living wood you speak of."), // XXX: were Log Heads named "Twigleaf" at some point in the past?
#: npc/008-1/jack.txt:38
-#: npc/008-1/jack.txt~:38
#, no-c-format
msgid "These twigleafs are the trees that give me the living wood you speak of."
msgstr ""
@@ -33460,13 +31175,13 @@ msgid "Theta Book"
msgstr ""
#. code: mesq l("They are all around the island.");
-#: npc/000-1/lean.txt:44
+#: npc/000-1/lean.txt:46
#, no-c-format
msgid "They are all around the island."
msgstr ""
#. code: mesq l("They are each valued individuals and I need them both. In the past, I probably made my share of mistakes. I regret good management is so difficult. I was wondering if you could investigate and... Sort out this situation.");
-#: npc/000-2-3/nard.txt:185
+#: npc/000-2-3/nard.txt:186
#, no-c-format
msgid "They are each valued individuals and I need them both. In the past, I probably made my share of mistakes. I regret good management is so difficult. I was wondering if you could investigate and... Sort out this situation."
msgstr ""
@@ -33484,7 +31199,6 @@ msgid "They are fresh, they are good!"
msgstr ""
#. code: mesc l("They are kissing and whispering things to each other you can't hear.");
-#: npc/009-2-5/lovers.txt~:10
#: npc/009-2-5/lovers.txt:10
#, no-c-format
msgid "They are kissing and whispering things to each other you can't hear."
@@ -33497,14 +31211,13 @@ msgid "They are known to use a revolutionary hair growth formula."
msgstr ""
#. code: l("They are made of special living wood."),
-#: npc/008-2-6/alan.txt~:57
#: npc/008-2-6/alan.txt:57
#, no-c-format
msgid "They are made of special living wood."
msgstr ""
#. code: l("They are not like your usual Terra Ore. Zealite is way more magical and powerful."),
-#: npc/008-1/4144.txt:65
+#: npc/008-1/greenmage.txt:65
#, no-c-format
msgid "They are not like your usual Terra Ore. Zealite is way more magical and powerful."
msgstr ""
@@ -33517,7 +31230,6 @@ msgstr ""
#. code: l("They are terrifying beasts, but lack any intelligent thought whatsoever. They just eat whatever gets in their way. There's nothing out there that can kill one, I think, and they can grow hundreds of years old."),
#: npc/008-2-2/kfahr.txt:286
-#: npc/008-2-2/kfahr.txt~:286
#, no-c-format
msgid "They are terrifying beasts, but lack any intelligent thought whatsoever. They just eat whatever gets in their way. There's nothing out there that can kill one, I think, and they can grow hundreds of years old."
msgstr ""
@@ -33529,63 +31241,60 @@ msgid "They can be equipped to make your look more interesting or to improve som
msgstr ""
#. code: mesc l("They do not hear you. It is as if they were not real.");
-#: npc/009-2-5/lovers.txt~:20
#: npc/009-2-5/lovers.txt:20
#, no-c-format
msgid "They do not hear you. It is as if they were not real."
msgstr ""
#. code: l("They eventually found a new land after much hardship and named it Aurora, after its beautiful sunrise."),
-#: npc/001-2-6/books.txt:159
+#: npc/001-2-6/books.txt:162
#, no-c-format
msgid "They eventually found a new land after much hardship and named it Aurora, after its beautiful sunrise."
msgstr ""
#. code: l("They gathered merchants and warriors to join them in a journey to find new lands to live in. Tulimshar's merchant lords gave them ships to sail east."),
-#: npc/001-2-6/books.txt:328
+#: npc/001-2-6/books.txt:334
#, no-c-format
msgid "They gathered merchants and warriors to join them in a journey to find new lands to live in. Tulimshar's merchant lords gave them ships to sail east."
msgstr ""
#. code: l("They named this continent as Aemil, in honour of one of such explorers. The area they docked in was called Aurora, after its beautiful sunrise."),
-#: npc/001-2-6/books.txt:330
+#: npc/001-2-6/books.txt:336
#, no-c-format
msgid "They named this continent as Aemil, in honour of one of such explorers. The area they docked in was called Aurora, after its beautiful sunrise."
msgstr ""
#. code: mesc(l("They probably miss me. I mean, I probably have been away for a long time..."));
-#: npc/000-0-1/narrator.txt:171
+#: npc/000-0-1/narrator.txt:170
#, no-c-format
msgid "They probably miss me. I mean, I probably have been away for a long time..."
msgstr ""
#. code: l("They sailed from Hurnscald to Tulimshar and then Nivalis, the last permanent settlements of talpans."),
-#: npc/001-2-6/books.txt:153
+#: npc/001-2-6/books.txt:156
#, no-c-format
msgid "They sailed from Hurnscald to Tulimshar and then Nivalis, the last permanent settlements of talpans."
msgstr ""
#. code: l("They sailed past the Clear Sea and towards the Long Ocean which nobody had explored before."),
-#: npc/001-2-6/books.txt:156
+#: npc/001-2-6/books.txt:159
#, no-c-format
msgid "They sailed past the Clear Sea and towards the Long Ocean which nobody had explored before."
msgstr ""
#. code: mesq l("They shouldn't be too far from each other.");
-#: npc/000-1/lean.txt:50
+#: npc/000-1/lean.txt:52
#, no-c-format
msgid "They shouldn't be too far from each other."
msgstr ""
#. code: l("They taste simply divine!"),
-#: npc/008-2-4/bernard.txt~:39
#: npc/008-2-4/bernard.txt:39
#, no-c-format
msgid "They taste simply divine!"
msgstr ""
#. code: l("They were all in the mining camp."),
-#: npc/008-2-1/inspector.txt~:144
#: npc/008-2-1/inspector.txt:144
#, no-c-format
msgid "They were all in the mining camp."
@@ -33604,7 +31313,6 @@ msgid "They're just rattos?"
msgstr ""
#. code: l("They're perfect, just perfect!"),
-#: npc/008-2-4/bernard.txt~:129
#: npc/008-2-4/bernard.txt:129
#, no-c-format
msgid "They're perfect, just perfect!"
@@ -33618,21 +31326,18 @@ msgstr ""
#. code: l("They're with me.");
#: npc/020-1/joaquim.txt:140
-#: npc/020-1/joaquim.txt~:140
#, no-c-format
msgid "They're with me."
msgstr ""
#. code: l("They've been destroying my fields, and I guess I got a bit worked up.");
-#: npc/008-1/hinnak.txt:40
-#: npc/008-1/hinnak.txt~:40
+#: npc/008-1/hinnak.txt:64
#, no-c-format
msgid "They've been destroying my fields, and I guess I got a bit worked up."
msgstr ""
#. code: mesq l("Thie-- *ahem* pirates do not reply to questions.");
#: npc/001-3-2/henry.txt:169
-#: npc/001-3-2/henry.txt~:169
#, no-c-format
msgid "Thie-- *ahem* pirates do not reply to questions."
msgstr ""
@@ -33644,7 +31349,7 @@ msgid "Thief"
msgstr ""
#. code: Name: "Thief Slime"
-#: mob_db.conf:4419
+#: mob_db.conf:4361
#, no-c-format
msgid "Thief Slime"
msgstr ""
@@ -33656,20 +31361,19 @@ msgid "Think on Season Quests as a yearly quest which you have three months to d
msgstr ""
#. code: mesc(l("This Cookie Master rewards people who contribute and develop this world."), 9);
-#: npc/001-1/cookiemaster.txt:135
-#: npc/001-1/cookiemaster.txt~:135
+#: npc/001-1/cookiemaster.txt:134
#, no-c-format
msgid "This Cookie Master rewards people who contribute and develop this world."
msgstr ""
#. code: l("This action was met with widespread opposition from all races, and a war broke. The tritans led the offensive, in attempts to keep the tree untouched and mana available for all."),
-#: npc/001-2-6/books.txt:293
+#: npc/001-2-6/books.txt:298
#, no-c-format
msgid "This action was met with widespread opposition from all races, and a war broke. The tritans led the offensive, in attempts to keep the tree untouched and mana available for all."
msgstr ""
#. code: dispbottom l("This blueprint was blank.");
-#: npc/items/recipes.txt:332
+#: npc/items/recipes.txt:331
#, no-c-format
msgid "This blueprint was blank."
msgstr ""
@@ -33699,6 +31403,24 @@ msgstr ""
msgid "This book outlines the laws of every city and holding in Gasaron."
msgstr ""
+#. code: mesc l("This can only be reverted at rebirth! Beware!");
+#: npc/functions/rebirth.txt:90
+#, no-c-format
+msgid "This can only be reverted at rebirth! Beware!"
+msgstr ""
+
+#. code: mesq l("This castaway needs help, on to the rescue!");
+#: npc/000-0/sailors.txt:115
+#, no-c-format
+msgid "This castaway needs help, on to the rescue!"
+msgstr ""
+
+#. code: mesc l("This choice CANNOT be undone later."), 1;
+#: npc/functions/rebirth.txt:65
+#, no-c-format
+msgid "This choice CANNOT be undone later."
+msgstr ""
+
#. code: mesc l("This decision cannot be changed later."), 1;
#: npc/008-1/crane.txt:41
#: npc/008-1/snarfles.txt:46
@@ -33706,10 +31428,10 @@ msgstr ""
msgid "This decision cannot be changed later."
msgstr ""
-#. code: mesc l("This decision cannot be reverted. Think with attention!"), 1;
-#: npc/000-2-3/nard.txt:248
+#. code: mesc l("This decision cannot be reverted. Think carefully!"), 1;
+#: npc/000-2-3/nard.txt:249
#, no-c-format
-msgid "This decision cannot be reverted. Think with attention!"
+msgid "This decision cannot be reverted. Think carefully!"
msgstr ""
#. code: mesc l("This decision will be remembered."), 1;
@@ -33732,27 +31454,24 @@ msgstr ""
#. code: mesq l("This fertilizer is projected to protect the plants from plagues, bugs, scorpions and maggots, trying to not be a plague itself.");
#: npc/020-1/eomie.txt:77
-#: npc/020-1/eomie.txt~:76
#, no-c-format
msgid "This fertilizer is projected to protect the plants from plagues, bugs, scorpions and maggots, trying to not be a plague itself."
msgstr ""
#. code: dispbottom l("This fishing spot has just been used, give it a rest.");
-#: npc/functions/fishing.txt~:214
-#: npc/functions/fishing.txt:214
+#: npc/functions/fishing.txt:215
#, no-c-format
msgid "This fishing spot has just been used, give it a rest."
msgstr ""
#. code: dispbottom l("This fishing spot is already being used!");
-#: npc/functions/fishing.txt~:152
#: npc/functions/fishing.txt:152
#, no-c-format
msgid "This fishing spot is already being used!"
msgstr ""
#. code: npctalkonce l("This floor is reserved for quiet reading, don't speak too loud.");
-#: npc/001-2-6/leonard.txt:47
+#: npc/001-2-6/leonard.txt:48
#: npc/001-2-6/christopher.txt:44
#, no-c-format
msgid "This floor is reserved for quiet reading, don't speak too loud."
@@ -33778,39 +31497,14 @@ msgstr ""
msgid "This gate opens on its own for you... Should we go inside?"
msgstr ""
-#. code: mesq lg("This girl is lucky we found her before a shark did. I have no idea where she comes from. By the way, did you see the logo on her raft?", "This guy is lucky we found him before a shark did. I have no idea where he comes from. By the way, did you see the logo on his raft?");
-#: npc/000-0-0/sailors.txt:14
-#, no-c-format
-msgid "This girl is lucky we found her before a shark did. I have no idea where she comes from. By the way, did you see the logo on her raft?#0"
-msgstr ""
-
-#. code: mesq lg("This girl needs help, we need to rescue her!", "This guy needs help, we need to rescue him!");
-#: npc/000-0/sailors.txt:73
-#, no-c-format
-msgid "This girl needs help, we need to rescue her!#0"
-msgstr ""
-
-#. code: mesq lg("This girl is lucky we found her before a shark did. I have no idea where she comes from. By the way, did you see the logo on her raft?", "This guy is lucky we found him before a shark did. I have no idea where he comes from. By the way, did you see the logo on his raft?");
-#: npc/000-0-0/sailors.txt:14
-#, no-c-format
-msgid "This guy is lucky we found him before a shark did. I have no idea where he comes from. By the way, did you see the logo on his raft?#1"
-msgstr ""
-
-#. code: mesq lg("This girl needs help, we need to rescue her!", "This guy needs help, we need to rescue him!");
-#: npc/000-0/sailors.txt:73
-#, no-c-format
-msgid "This guy needs help, we need to rescue him!#1"
-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/008-2-13/lena.txt:139
-#: npc/008-2-13/lena.txt~:139
#, 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: npctalk3 l("This is Drasil Island, I named it after an ancient mythical tree.");
-#: npc/000-2-3/nard.txt:320
+#: npc/000-2-3/nard.txt:321
#, no-c-format
msgid "This is Drasil Island, I named it after an ancient mythical tree."
msgstr ""
@@ -33828,15 +31522,19 @@ msgid "This is a lesson that is worth a cheese no doubt.\""
msgstr ""
#. code: mesq l("This is a private room from the Rusty Pick. You see, my father owns this inn.");
-#: npc/008-2-4/olana.txt~:97
#: npc/008-2-4/olana.txt:97
#, no-c-format
msgid "This is a private room from the Rusty Pick. You see, my father owns this inn."
msgstr ""
+#. code: mesc l("This is a renewal-based game, meaning stats have a similar meaning as in ##BMoubootaur Legends##b.");
+#: npc/000-0/sailors.txt:27
+#, no-c-format
+msgid "This is a renewal-based game, meaning stats have a similar meaning as in ##BMoubootaur Legends##b."
+msgstr ""
+
#. code: mesq l("This is a strange question. But I might be able to answer.");
-#: npc/008-2-16/yannika.txt~:425
-#: npc/008-2-16/yannika.txt:425
+#: npc/008-2-16/yannika.txt:426
#, no-c-format
msgid "This is a strange question. But I might be able to answer."
msgstr ""
@@ -33848,7 +31546,6 @@ msgid "This is an @@, a light blue sea fruit. They're highly desired in the arch
msgstr ""
#. code: mesc l("This is certainly a strange place.");
-#: npc/009-2-5/lovers.txt~:22
#: npc/009-2-5/lovers.txt:22
#, no-c-format
msgid "This is certainly a strange place."
@@ -33856,8 +31553,6 @@ msgstr ""
#. code: l("This is due to lazyness of Micksha to prepare placeholders."),
#: npc/020-1/malivox.txt:11
-#: npc/020-1/malivox.txt~:11
-#: npc/020-1/inar.txt:11
#, no-c-format
msgid "This is due to lazyness of Micksha to prepare placeholders."
msgstr ""
@@ -33876,7 +31571,6 @@ msgstr ""
#. code: mesq l("This is how you do it! HAAH!");
#: npc/008-2-16/yannika.txt:176
-#: npc/008-2-16/yannika.txt~:176
#, no-c-format
msgid "This is how you do it! HAAH!"
msgstr ""
@@ -33901,14 +31595,12 @@ msgstr ""
#. code: mesc l("This is the boss room! Be prepared for the worst!!"), 1;
#: npc/008-3-0/juliet.txt:24
-#: npc/008-3-0/juliet.txt~:24
#, no-c-format
msgid "This is the boss room! Be prepared for the worst!!"
msgstr ""
#. code: mesq l("This is the last one. If you use it again out of clumsiness, I will use your soft moist parts in the concoction of my next cookie batch.");
-#: npc/001-1/cookiemaster.txt~:238
-#: npc/001-1/cookiemaster.txt:238
+#: npc/001-1/cookiemaster.txt:237
#, no-c-format
msgid "This is the last one. If you use it again out of clumsiness, I will use your soft moist parts in the concoction of my next cookie batch."
msgstr ""
@@ -33920,8 +31612,7 @@ msgid "This is the magic academy. If all those mages were not so absentminded, t
msgstr ""
#. code: mesc l("This is the master's room seal, be careful!"), 1;
-#: npc/008-3-0/juliet.txt:356
-#: npc/008-3-0/juliet.txt~:356
+#: npc/008-3-0/juliet.txt:355
#, no-c-format
msgid "This is the master's room seal, be careful!"
msgstr ""
@@ -33945,7 +31636,7 @@ msgid "This is where the bravest of warriors come together to put their skills t
msgstr ""
#. code: l("This is why sometimes people try to steal shards from it... Poor fools.");
-#: npc/008-1/4144.txt:66
+#: npc/008-1/greenmage.txt:66
#, no-c-format
msgid "This is why sometimes people try to steal shards from it... Poor fools."
msgstr ""
@@ -33963,8 +31654,7 @@ msgid "This item cannot be given."
msgstr ""
#. code: l("This item cannot be used as bait here.");
-#: npc/functions/fishing.txt:255
-#: npc/functions/fishing.txt~:255
+#: npc/functions/fishing.txt:257
#, no-c-format
msgid "This item cannot be used as bait here."
msgstr ""
@@ -33975,16 +31665,10 @@ msgstr ""
msgid "This item is too precious, you cannot part with it!"
msgstr ""
-#. code: mesq lg("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on her.", "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on him.");
-#: npc/000-2-3/sailors.txt:35
-#, no-c-format
-msgid "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on her.#0"
-msgstr ""
-
-#. code: mesq lg("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on her.", "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on him.");
+#. code: mesq l("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep your eyes open.");
#: npc/000-2-3/sailors.txt:35
#, no-c-format
-msgid "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on him.#1"
+msgid "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep your eyes open."
msgstr ""
#. code: mesq l("This lake may look natural, but it is not quite so. We're at sea level.");
@@ -33994,7 +31678,7 @@ msgid "This lake may look natural, but it is not quite so. We're at sea level."
msgstr ""
#. code: l("This led Keshlam into rapid decline and its citizen began to emigrate to the other Cities. By the end of the Ancean Era, Keshlam City was a quarter of the original size."),
-#: npc/001-2-6/books.txt:259
+#: npc/001-2-6/books.txt:263
#, no-c-format
msgid "This led Keshlam into rapid decline and its citizen began to emigrate to the other Cities. By the end of the Ancean Era, Keshlam City was a quarter of the original size."
msgstr ""
@@ -34018,8 +31702,7 @@ msgid "This lock is simple, maybe with your thief skills you can manage to pry i
msgstr ""
#. code: dispbottom l("This looks DANGEROUS! Maybe someone around here can tell me what I'm supposed to do.");
-#: npc/008-3-0/juliet.txt:274
-#: npc/008-3-0/juliet.txt~:274
+#: npc/008-3-0/juliet.txt:273
#, no-c-format
msgid "This looks DANGEROUS! Maybe someone around here can tell me what I'm supposed to do."
msgstr ""
@@ -34092,7 +31775,6 @@ msgstr ""
#. code: l("This needn't be high quality wood; pretty much any log you can find should work."),
#: npc/008-1/jack.txt:137
-#: npc/008-1/jack.txt~:137
#, no-c-format
msgid "This needn't be high quality wood; pretty much any log you can find should work."
msgstr ""
@@ -34104,7 +31786,6 @@ msgid "This note was left by somebody."
msgstr ""
#. code: mesq l("This one is useless! Give me another @@.", getitemlink("CrocClaw"));
-#: npc/001-2-2/moon.txt~:69
#: npc/001-2-2/moon.txt:70
#, no-c-format
msgid "This one is useless! Give me another @@."
@@ -34129,13 +31810,13 @@ msgid "This password is very secret. I don't think you would learn it even if yo
msgstr ""
#. code: npctalkonce l("This place is dedicated to 4144, the alltime Hero.");
-#: npc/008-1/sign.txt:43
+#: npc/008-1/sign.txt:39
#, no-c-format
msgid "This place is dedicated to 4144, the alltime Hero."
msgstr ""
#. code: l("This place is surrounded by two very important elements: academia and the arts. I was surrounded by theater, music, dance, museums..."),
-#: npc/001-2-6/leonard.txt:13
+#: npc/001-2-6/leonard.txt:14
#, no-c-format
msgid "This place is surrounded by two very important elements: academia and the arts. I was surrounded by theater, music, dance, museums..."
msgstr ""
@@ -34168,8 +31849,7 @@ msgstr ""
#. code: l("This will remain your respawn point until set elsewhere."),
#: npc/008-2-2/melania.txt:65
-#: npc/001-2-28/plush.txt~:45
-#: npc/001-2-28/plush.txt:46
+#: npc/001-2-28/plush.txt:45
#, no-c-format
msgid "This will remain your respawn point until set elsewhere."
msgstr ""
@@ -34187,7 +31867,7 @@ msgid "Those for consumption, equipment and generics."
msgstr ""
#. code: l("Three cities developed on the eastern side of Ancea: Tulimshar, Hurnscald and Nivalis."),
-#: npc/001-2-6/books.txt:222
+#: npc/001-2-6/books.txt:225
#, no-c-format
msgid "Three cities developed on the eastern side of Ancea: Tulimshar, Hurnscald and Nivalis."
msgstr ""
@@ -34198,10 +31878,8 @@ msgstr ""
msgid "Three equal: @@."
msgstr ""
-#. code: 009-1,X,X,0 script Thurstan NPC_THURSTAN,{
#. code: 009-1,84,169,0 script Thurstan NPC_THURSTAN,{
#: npc/009-1/thurstan.txt:7
-#: npc/009-1/thurstan.txt~:7
#, no-c-format
msgid "Thurstan"
msgstr ""
@@ -34243,19 +31921,15 @@ msgstr ""
#. code: dispbottom l("Time remaining: %d minutes", 10);
#. code: dispbottom l("Time remaining: %d minutes", 15);
#. code: dispbottom l("Time remaining: %d minutes", 5);
-#: npc/008-3-0/juliet.txt:240
-#: npc/008-3-0/juliet.txt~:235
-#: npc/008-3-0/juliet.txt~:230
-#: npc/008-3-0/juliet.txt:230
-#: npc/008-3-0/juliet.txt:235
-#: npc/008-3-0/juliet.txt~:240
+#: npc/008-3-0/juliet.txt:229
+#: npc/008-3-0/juliet.txt:234
+#: npc/008-3-0/juliet.txt:239
#, no-c-format
msgid "Time remaining: %d minutes"
msgstr ""
#. code: dispbottom l("Time remaining: %d seconds!", 15);
-#: npc/008-3-0/juliet.txt:250
-#: npc/008-3-0/juliet.txt~:250
+#: npc/008-3-0/juliet.txt:249
#, no-c-format
msgid "Time remaining: %d seconds!"
msgstr ""
@@ -34269,8 +31943,7 @@ msgid "Time remaining: %s"
msgstr ""
#. code: dispbottom l("Time remaining: 1 minute");
-#: npc/008-3-0/juliet.txt~:245
-#: npc/008-3-0/juliet.txt:245
+#: npc/008-3-0/juliet.txt:244
#, no-c-format
msgid "Time remaining: 1 minute"
msgstr ""
@@ -34282,19 +31955,19 @@ msgid "Tindris#1"
msgstr ""
#. code: 020-1,46,133,0 script Tindris#2 NPC_SIMON,{
-#: npc/020-1/tindris.txt:20
+#: npc/020-1/tindris.txt:19
#, no-c-format
msgid "Tindris#2"
msgstr ""
#. code: Name: "Tipiou"
-#: mob_db.conf:726
+#: mob_db.conf:714
#, no-c-format
msgid "Tipiou"
msgstr ""
#. code: Name: "Tipiu"
-#: mob_db.conf:681
+#: mob_db.conf:669
#, no-c-format
msgid "Tipiu"
msgstr ""
@@ -34330,14 +32003,13 @@ msgid "To be a legend, you've either got to be dead or excessively old!"
msgstr ""
#. code: mesq l("To be honest, no, never.");
-#: npc/000-2-3/nard.txt:146
+#: npc/000-2-3/nard.txt:147
#, no-c-format
msgid "To be honest, no, never."
msgstr ""
#. code: l("To be quite honest..."),
#: npc/008-2-2/kfahr.txt:99
-#: npc/008-2-2/kfahr.txt~:99
#, no-c-format
msgid "To be quite honest..."
msgstr ""
@@ -34409,7 +32081,7 @@ msgid "To get a quote:"
msgstr ""
#. code: l("To get started with fishing, you'll need two things: a fishing rod and a bait."),
-#: npc/001-2-4/books.txt:25
+#: npc/001-2-4/books.txt:26
#, no-c-format
msgid "To get started with fishing, you'll need two things: a fishing rod and a bait."
msgstr ""
@@ -34446,7 +32118,7 @@ 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."), 9);
#: npc/000-2-1/knife.txt:35
-#: npc/000-2-1/arpan.txt:254
+#: npc/000-2-1/arpan.txt:269
#: npc/001-2-22/knife.txt:35
#: npc/000-2-1/arpan.txt:120
#, no-c-format
@@ -34454,14 +32126,13 @@ msgid "To open your inventory, use the F3 key or use your mouse to select it in
msgstr ""
#. code: mesq l("To pay my studies!");
-#: npc/020-1/itka.txt~:27
#: npc/020-1/itka.txt:35
#, no-c-format
msgid "To pay my studies!"
msgstr ""
#. code: l("To perform most actions, like feeding and renaming, just right-click it. You can even put it back on the egg if its following gets too annoying."),
-#: npc/001-2-6/books.txt:186
+#: npc/001-2-6/books.txt:188
#, no-c-format
msgid "To perform most actions, like feeding and renaming, just right-click it. You can even put it back on the egg if its following gets too annoying."
msgstr ""
@@ -34503,7 +32174,7 @@ msgid "To speak privately with someone, click the second mouse button on the cit
msgstr ""
#. code: l("To successfully catch a fish, you need to pull up your hook by clicking it, right after it submerges."),
-#: npc/001-2-4/books.txt:77
+#: npc/001-2-4/books.txt:78
#, no-c-format
msgid "To successfully catch a fish, you need to pull up your hook by clicking it, right after it submerges."
msgstr ""
@@ -34594,7 +32265,6 @@ msgid "Tongue"
msgstr ""
#. code: setarray .@allskins$, l("Kaizei"), l("Argaes"), l("Tonori"),
-#: npc/functions/main.txt~:297
#: npc/functions/main.txt:296
#, no-c-format
msgid "Tonori"
@@ -34607,7 +32277,6 @@ msgid "Too bad, try again."
msgstr ""
#. code: l("Too bad."),
-#: npc/008-2-6/alan.txt~:63
#: npc/008-2-6/alan.txt:63
#, no-c-format
msgid "Too bad."
@@ -34615,14 +32284,12 @@ msgstr ""
#. code: l("Too bad. I'm not hungry enough for these cookies of yours. Maybe I'll come back later."), L_Bye,
#: npc/001-1/cookiemaster.txt:92
-#: npc/001-1/cookiemaster.txt~:92
#, no-c-format
msgid "Too bad. I'm not hungry enough for these cookies of yours. Maybe I'll come back later."
msgstr ""
#. code: mesq l("Too bad. Would you be interested in earning some quick money with some errands regardless?");
#: npc/020-2-24/kylian.txt:48
-#: npc/020-2-24/kylian.txt~:48
#, no-c-format
msgid "Too bad. Would you be interested in earning some quick money with some errands regardless?"
msgstr ""
@@ -34677,13 +32344,13 @@ msgid "Topaz Shard"
msgstr ""
#. code: Name: "Topaz Vein"
-#: mob_db.conf:2345
+#: mob_db.conf:2305
#, no-c-format
msgid "Topaz Vein"
msgstr ""
#. code: Name: "Toppy Blub"
-#: mob_db.conf:447
+#: mob_db.conf:441
#, no-c-format
msgid "Toppy Blub"
msgstr ""
@@ -34695,7 +32362,7 @@ msgid "Torch"
msgstr ""
#. code: Name: "Tortuga"
-#: mob_db.conf:212
+#: mob_db.conf:210
#, no-c-format
msgid "Tortuga"
msgstr ""
@@ -34719,7 +32386,7 @@ msgid "Tortuga Tongue"
msgstr ""
#. code: l("Toss the hook into deep water by clicking on where you want to cast it."),
-#: npc/001-2-4/books.txt:71
+#: npc/001-2-4/books.txt:72
#, no-c-format
msgid "Toss the hook into deep water by clicking on where you want to cast it."
msgstr ""
@@ -34739,7 +32406,7 @@ msgid "Trade with %s?"
msgstr ""
#. code: mapannounce getmap(), l("Training Arena, %s, get ready!", strcharinfo(0)), bc_all;
-#: npc/001-2-32/serena.txt:63
+#: npc/001-2-32/serena.txt:62
#, no-c-format
msgid "Training Arena, %s, get ready!"
msgstr ""
@@ -34806,26 +32473,24 @@ msgid "Tree Control Panel"
msgstr ""
#. code: l("Tritan"), l("Tritan"),
-#: npc/functions/main.txt~:294
#: npc/functions/main.txt:293
#, no-c-format
msgid "Tritan"
msgstr ""
#. code: mesn l("Tritan Voice");
-#: npc/000-0/sailors.txt:42
+#: npc/000-0/sailors.txt:84
#, no-c-format
msgid "Tritan Voice"
msgstr ""
#. code: Name: "Troll"
-#: mob_db.conf:4761
+#: mob_db.conf:4699
#, no-c-format
msgid "Troll"
msgstr ""
#. code: 008-2-24,41,39,0 script Troupe Leader NPC_DIMOND,{
-#: npc/008-2-24/troupe-leader.txt~:27
#: npc/008-2-24/troupe-leader.txt:27
#, no-c-format
msgid "Troupe Leader"
@@ -34844,25 +32509,19 @@ msgid "Trozz#001-2-40"
msgstr ""
#. code: l("True be or not true be"),
-#: npc/001-2-6/books.txt:80
+#: npc/001-2-6/books.txt:81
#, no-c-format
msgid "True be or not true be"
msgstr ""
-#. code: mesq lg("True but now she seems pretty fine! Am I right?", "True but now he seems pretty fine! Am I right?");
-#: npc/000-1/sapartan.txt:21
-#, no-c-format
-msgid "True but now he seems pretty fine! Am I right?#1"
-msgstr ""
-
-#. code: mesq lg("True but now she seems pretty fine! Am I right?", "True but now he seems pretty fine! Am I right?");
+#. code: mesq l("True but now all seems pretty fine! Am I right?");
#: npc/000-1/sapartan.txt:21
#, no-c-format
-msgid "True but now she seems pretty fine! Am I right?#0"
+msgid "True but now all seems pretty fine! Am I right?"
msgstr ""
#. code: mesc(l("Try again!"));
-#: npc/000-0-1/narrator.txt:161
+#: npc/000-0-1/narrator.txt:160
#, no-c-format
msgid "Try again!"
msgstr ""
@@ -34874,28 +32533,30 @@ msgid "Try again?"
msgstr ""
#. code: l("Try doing that now!");
-#: npc/001-1/enora.txt:89
-#: npc/001-1/enora.txt~:89
+#: npc/001-1/enora.txt:90
#, no-c-format
msgid "Try doing that now!"
msgstr ""
+#. code: mesq l("Try out this %s. I bought it from Fexil but ranged is not my style, too hard to move while shooting! If you run out of stones, try foraging some before purchasing.", getitemlink(Slingshot));
+#: npc/000-1/lean.txt:77
+#, no-c-format
+msgid "Try out this %s. I bought it from Fexil but ranged is not my style, too hard to move while shooting! If you run out of stones, try foraging some before purchasing."
+msgstr ""
+
#. code: l("Try talking to everyone again."));
-#: npc/008-2-1/inspector.txt~:107
#: npc/008-2-1/inspector.txt:107
#, no-c-format
msgid "Try talking to everyone again."
msgstr ""
#. code: l("Try to don't get too much attention, or they'll arrest you as well.");
-#: npc/001-3-2/henry.txt~:88
#: npc/001-3-2/henry.txt:88
#, no-c-format
msgid "Try to don't get too much attention, or they'll arrest you as well."
msgstr ""
#. code: mesq l("If, however, you don't like them, you could take them to the %s. I heard they use them to make a special kind of flour.", b(l("Tulimshar bakery")));
-#: npc/020-2-24/kylian.txt~:94
#: npc/020-2-24/kylian.txt:94
#, no-c-format
msgid "Tulimshar bakery"
@@ -34909,8 +32570,7 @@ msgid "Tulimshar has a great bakery - learn their secrets and share with me some
msgstr ""
#. code: mesq l("Tulimshar used to have a great Inn, but after the war, their business started to decline.");
-#: npc/008-2-16/yannika.txt:405
-#: npc/008-2-16/yannika.txt~:405
+#: npc/008-2-16/yannika.txt:406
#, no-c-format
msgid "Tulimshar used to have a great Inn, but after the war, their business started to decline."
msgstr ""
@@ -34923,7 +32583,6 @@ msgstr ""
#. code: l("Two days later we caught up with it, but it was already dead then and had started to smell. We looked around and inside of it, found treasures and remnants of some less fortunate caravans and split them up appropriately."),
#: npc/008-2-2/kfahr.txt:351
-#: npc/008-2-2/kfahr.txt~:351
#, no-c-format
msgid "Two days later we caught up with it, but it was already dead then and had started to smell. We looked around and inside of it, found treasures and remnants of some less fortunate caravans and split them up appropriately."
msgstr ""
@@ -34947,7 +32606,6 @@ msgid "Uh - Oh. This is... Actually good!"
msgstr ""
#. code: mesq l("Uh... That should not happen, right? RIGHT?");
-#: npc/020-1/anwar.txt~:95
#: npc/020-1/anwar.txt:95
#, no-c-format
msgid "Uh... That should not happen, right? RIGHT?"
@@ -34966,7 +32624,6 @@ msgid "Uhm, bye."
msgstr ""
#. code: mesq l("Uhm, it was not enough. Please bring me another one.");
-#: npc/020-1/anwar.txt~:88
#: npc/020-1/anwar.txt:88
#, no-c-format
msgid "Uhm, it was not enough. Please bring me another one."
@@ -34974,48 +32631,42 @@ msgstr ""
#. code: mesq l("Uhm, maybe I mashed the Plushroom too hard this time. Here's EXP as usual, let's try again?");
#: npc/020-1/eomie.txt:127
-#: npc/020-1/eomie.txt~:126
#, no-c-format
msgid "Uhm, maybe I mashed the Plushroom too hard this time. Here's EXP as usual, let's try again?"
msgstr ""
#. code: mes l("Uhm, sorry, I don't trust stuff you get at market. You know.");
#: npc/020-1/joaquim.txt:127
-#: npc/020-1/joaquim.txt~:127
#, no-c-format
msgid "Uhm, sorry, I don't trust stuff you get at market. You know."
msgstr ""
#. code: l("Uhm..."),
#: npc/008-2-2/kfahr.txt:97
-#: npc/008-2-2/kfahr.txt~:97
#, no-c-format
msgid "Uhm..."
msgstr ""
#. code: l("Uhm... Your story seems..."), L_StorySeems,
#: npc/001-1/cookiemaster.txt:49
-#: npc/001-1/cookiemaster.txt~:49
#, no-c-format
msgid "Uhm... Your story seems..."
msgstr ""
#. code: l("Ukar"), l("Ukar"),
#: npc/functions/main.txt:292
-#: npc/functions/main.txt~:293
#, no-c-format
msgid "Ukar"
msgstr ""
#. code: 009-2-7,44,30,0 script Umfrey NPC_UMFREY,{
-#: npc/009-2-7/umfrey.txt~:7
#: npc/009-2-7/umfrey.txt:7
#, no-c-format
msgid "Umfrey"
msgstr ""
#. code: l("Unable to win, the tritans attacked Hurnscald. While talpan troops moved in attempts to avoid its fall, the Kralog and Ukar joined the tritans and they took the city."),
-#: npc/001-2-6/books.txt:294
+#: npc/001-2-6/books.txt:299
#, no-c-format
msgid "Unable to win, the tritans attacked Hurnscald. While talpan troops moved in attempts to avoid its fall, the Kralog and Ukar joined the tritans and they took the city."
msgstr ""
@@ -35028,7 +32679,6 @@ msgid "Understood, I will help you."
msgstr ""
#. code: l("Unfortunately my apprentice Zitoni does not bring me fresh potions, so if you need something you should come back later."),
-#: npc/012-2-4/morgan.txt~:12
#: npc/012-2-4/morgan.txt:12
#, no-c-format
msgid "Unfortunately my apprentice Zitoni does not bring me fresh potions, so if you need something you should come back later."
@@ -35041,7 +32691,6 @@ msgid "Unfortunately yes."
msgstr ""
#. code: mesq l("Unfortunately, I feel this bandit threat may have grown. Come back later, I'll talk with the Brotherhood for a while and probably will need your help again.");
-#: npc/008-2-13/lena.txt~:196
#: npc/008-2-13/lena.txt:196
#, no-c-format
msgid "Unfortunately, I feel this bandit threat may have grown. Come back later, I'll talk with the Brotherhood for a while and probably will need your help again."
@@ -35054,41 +32703,36 @@ msgid "Unfortunately, there is nothing on this bookmark."
msgstr ""
#. code: mesq l("Unfortunately, we still need help from you. This time it will be a delicate task, here onboard.");
-#: npc/000-2-3/nard.txt:181
+#: npc/000-2-3/nard.txt:182
#, no-c-format
msgid "Unfortunately, we still need help from you. This time it will be a delicate task, here onboard."
msgstr ""
#. code: l("Unless you are interested in a status reset?");
#: npc/008-2-7/wyara.txt:12
-#: npc/008-2-7/wyara.txt~:12
#, no-c-format
msgid "Unless you are interested in a status reset?"
msgstr ""
-#. code: l("Unless you want a Status Reset?");
-#: npc/012-2-4/morgan.txt:13
-#: npc/012-2-4/morgan.txt~:13
-#, no-c-format
-msgid "Unless you want a Status Reset?"
-msgstr ""
-
#. code: l("Unless you want to try doing it yourself?");
-#: npc/020-2-10/hetchel.txt~:13
#: npc/020-2-10/hetchel.txt:14
#, no-c-format
msgid "Unless you want to try doing it yourself?"
msgstr ""
+#. code: mesc l("Unlike other The Mana World games, in rEvolt, monsters ##Bdo not give any experience##b to the player.");
+#: npc/000-0/sailors.txt:19
+#, no-c-format
+msgid "Unlike other The Mana World games, in rEvolt, monsters ##Bdo not give any experience##b to the player."
+msgstr ""
+
#. code: l("Unlike other respawn points, an inn can fully restore your HP."),
-#: npc/001-2-28/plush.txt~:14
#: npc/001-2-28/plush.txt:14
#, no-c-format
msgid "Unlike other respawn points, an inn can fully restore your HP."
msgstr ""
#. code: mesq l("Unlike the thieves guild, they are ruthless, and break everything. We lose more repairing damage than actually stolen.");
-#: npc/008-2-13/lena.txt~:152
#: npc/008-2-13/lena.txt:152
#, no-c-format
msgid "Unlike the thieves guild, they are ruthless, and break everything. We lose more repairing damage than actually stolen."
@@ -35096,7 +32740,6 @@ msgstr ""
#. code: l("Until then, let me be quiet. Talk to you later.");
#: npc/008-2-32/thamas.txt:14
-#: npc/008-2-32/thamas.txt~:14
#, no-c-format
msgid "Until then, let me be quiet. Talk to you later."
msgstr ""
@@ -35126,7 +32769,7 @@ msgid "Urchin Meat"
msgstr ""
#. code: dispbottom(l("Use arrow keys to walk around and leave this room."));
-#: npc/000-2-1/arpan.txt:295
+#: npc/000-2-1/arpan.txt:310
#, no-c-format
msgid "Use arrow keys to walk around and leave this room."
msgstr ""
@@ -35139,7 +32782,7 @@ msgid "Use the key."
msgstr ""
#. code: mesq l("Use those wisely and use safety glasses.");
-#: npc/008-1-1/galimatia.txt:293
+#: npc/008-1-1/galimatia.txt:266
#, no-c-format
msgid "Use those wisely and use safety glasses."
msgstr ""
@@ -35205,12 +32848,6 @@ msgstr ""
msgid "Veggie Plate"
msgstr ""
-#. code: l("Very good."),
-#: npc/001-1/rumly.txt:122
-#, no-c-format
-msgid "Very good."
-msgstr ""
-
#. code: l("Very nice, indeed!"),
#: npc/000-1/couwan.txt:40
#, no-c-format
@@ -35218,14 +32855,12 @@ msgid "Very nice, indeed!"
msgstr ""
#. code: l("Very well, if you say so...."),
-#: npc/008-1/rossy.txt~:124
#: npc/008-1/rossy.txt:124
#, no-c-format
msgid "Very well, if you say so...."
msgstr ""
#. code: l("Very, very generous... bu' I think I'm fine for now.");
-#: npc/008-2-2/kfahr.txt~:268
#: npc/008-2-2/kfahr.txt:268
#, no-c-format
msgid "Very, very generous... bu' I think I'm fine for now."
@@ -35237,8 +32872,10 @@ msgstr ""
msgid "Vincent"
msgstr ""
+#. code: mes b(l("Vitality"));
#. code: l("%s determines how many blows you can take before you die. It also affects status effects, like poison.", b(l("Vitality"))),
#: npc/001-2-5/tutorial.txt:84
+#: npc/commands/info.txt:37
#, no-c-format
msgid "Vitality"
msgstr ""
@@ -35269,22 +32906,7 @@ msgstr ""
msgid "WARNING: If you accept this quest, you'll be struck at the %s route!"
msgstr ""
-#. code: //mesc l("WARNING: Permanent boosts will return to their fruit form."), 1;
-#: npc/functions/resetstatus.txt~:63
-#: npc/functions/resetstatus.txt:63
-#, no-c-format
-msgid "WARNING: Permanent boosts will return to their fruit form."
-msgstr ""
-
-#. code: mesc l("WARNING: Status resets cannot be reverted!"), 1;
-#: npc/functions/resetstatus.txt:64
-#: npc/functions/resetstatus.txt~:64
-#, no-c-format
-msgid "WARNING: Status resets cannot be reverted!"
-msgstr ""
-
#. code: mesc l("WARNING: Strange bugs may happen if you attempt to craft an item you already have on inventory!"), 1;
-#: npc/functions/crafting.txt~:18
#: npc/functions/crafting.txt:18
#, no-c-format
msgid "WARNING: Strange bugs may happen if you attempt to craft an item you already have on inventory!"
@@ -35297,7 +32919,6 @@ msgid "WHAT DID YOU SAY?!"
msgstr ""
#. code: mesq l("WHAT? The farm is plagued with insects?!");
-#: npc/020-1/eomie.txt~:148
#: npc/020-1/eomie.txt:149
#, no-c-format
msgid "WHAT? The farm is plagued with insects?!"
@@ -35312,8 +32933,6 @@ msgstr ""
#. code: mesq l("WOW, THIS IS AWESOME! Many, many thanks!!");
#: npc/020-1/hocus.txt:156
#: npc/020-1/eomie.txt:175
-#: npc/020-1/eomie.txt~:174
-#: npc/020-1/hocus.txt~:155
#, no-c-format
msgid "WOW, THIS IS AWESOME! Many, many thanks!!"
msgstr ""
@@ -35325,29 +32944,21 @@ msgid "Waaahhhhh!"
msgstr ""
#. code: mesq l("Wait a minute, where's the cookie I gave you?");
-#: npc/001-1/cookiemaster.txt:227
-#: npc/001-1/cookiemaster.txt~:227
+#: npc/001-1/cookiemaster.txt:226
#, no-c-format
msgid "Wait a minute, where's the cookie I gave you?"
msgstr ""
#. code: dispbottom l("Wait for the bait to sink underwater.");
-#: npc/functions/fishing.txt~:282
-#: npc/functions/fishing.txt:282
+#: npc/functions/fishing.txt:284
#, no-c-format
msgid "Wait for the bait to sink underwater."
msgstr ""
-#. code: lg("Wait, are you one of those from the Legion of Gasaron? I didn't do anything wrong, I promise!"),
-#: npc/001-1/rumly.txt:45
-#, no-c-format
-msgid "Wait, are you one of those from the Legion of Gasaron? I didn't do anything wrong, I promise!#0"
-msgstr ""
-
-#. code: lg("Wait, are you one of those from the Legion of Gasaron? I didn't do anything wrong, I promise!"),
-#: npc/001-1/rumly.txt:45
+#. code: l("Wait, are you one of those from the Legion of Gasaron? I didn't do anything wrong, I promise!"),
+#: npc/001-1/rumly.txt:46
#, no-c-format
-msgid "Wait, are you one of those from the Legion of Gasaron? I didn't do anything wrong, I promise!#1"
+msgid "Wait, are you one of those from the Legion of Gasaron? I didn't do anything wrong, I promise!"
msgstr ""
#. code: mesc(l("Wait, it seems someone is blocking the door from the other side!"), 9);
@@ -35358,13 +32969,13 @@ msgid "Wait, it seems someone is blocking the door from the other side!"
msgstr ""
#. code: mesq l("Wait, why do you still have the dish with you?!");
-#: npc/000-2-1/chefgado.txt:194
+#: npc/000-2-1/chefgado.txt:193
#, no-c-format
msgid "Wait, why do you still have the dish with you?!"
msgstr ""
#. code: l("Wait, you never came here before?"), L_DrasilIsland;
-#: npc/000-2-3/nard.txt:77
+#: npc/000-2-3/nard.txt:78
#, no-c-format
msgid "Wait, you never came here before?"
msgstr ""
@@ -35377,13 +32988,12 @@ msgstr ""
#. code: l("Wait... That's not a proper place for a chef, what are you doing there?"), L_Presentation,
#: npc/001-1/cookiemaster.txt:50
-#: npc/001-1/cookiemaster.txt~:50
#, no-c-format
msgid "Wait... That's not a proper place for a chef, what are you doing there?"
msgstr ""
#. code: l("Wait... Where are we going?"), L_Artis;
-#: npc/000-1/lean.txt:28
+#: npc/000-1/lean.txt:30
#, no-c-format
msgid "Wait... Where are we going?"
msgstr ""
@@ -35395,11 +33005,17 @@ msgid "Wait... You are that @@ from earlier, aren't you?"
msgstr ""
#. code: l("Wake-up!"));
-#: npc/000-0-1/narrator.txt:69
+#: npc/000-0-1/narrator.txt:68
#, no-c-format
msgid "Wake-up!"
msgstr ""
+#. code: rif(!(PCBONUS & PCB_WSPDBONUS), l("Walk +5%")), PCB_WSPDBONUS,
+#: npc/functions/rebirth.txt:80
+#, no-c-format
+msgid "Walk +5%"
+msgstr ""
+
#. code: l("Walk up the stairs, go through the door on either side, and the only other door in the room, few steps to the south, will lead you right to him."));
#: npc/001-2-33/lozerk.txt:48
#, no-c-format
@@ -35414,15 +33030,13 @@ msgid "Walking around a bit, it'll be easy for you to catch one, I bet. Impale o
msgstr ""
#. code: mesq l("Walking barefoot, feeling the hot sand with my feet, daydreaming... I like such things, you know.");
-#: npc/001-2-2/moon.txt~:108
#: npc/001-2-2/moon.txt:109
#, no-c-format
msgid "Walking barefoot, feeling the hot sand with my feet, daydreaming... I like such things, you know."
msgstr ""
#. code: l("Want me to help you?");
-#: npc/008-1/hinnak.txt~:67
-#: npc/008-1/hinnak.txt:67
+#: npc/008-1/hinnak.txt:91
#, no-c-format
msgid "Want me to help you?"
msgstr ""
@@ -35464,8 +33078,7 @@ msgid "Warped Staff"
msgstr ""
#. code: mesq l("Was trying to eat fried carp, but it always smeared my hands. Never thought he would come up with a sandwich recipe when I gave him that!");
-#: npc/008-2-16/yannika.txt~:385
-#: npc/008-2-16/yannika.txt:385
+#: npc/008-2-16/yannika.txt:386
#, no-c-format
msgid "Was trying to eat fried carp, but it always smeared my hands. Never thought he would come up with a sandwich recipe when I gave him that!"
msgstr ""
@@ -35483,20 +33096,25 @@ msgid "Watch out for these flowers. They don't like to be messed with."
msgstr ""
#. code: mesq l("Watch out! My wife was gravely wounded the other day. Tonori monsters are no child play!");
-#: npc/020-1/joaquim.txt~:48
#: npc/020-1/joaquim.txt:48
#, no-c-format
msgid "Watch out! My wife was gravely wounded the other day. Tonori monsters are no child play!"
msgstr ""
+#. code: mes b(l("Water"));
+#: npc/commands/info.txt:78
+#, no-c-format
+msgid "Water"
+msgstr ""
+
#. code: Name: "Water Wisp"
-#: mob_db.conf:4847
+#: mob_db.conf:4785
#, no-c-format
msgid "Water Wisp"
msgstr ""
#. code: mesq l("Water, salt, spicy herbs and meat stuffed with my special surprise!");
-#: npc/000-2-1/chefgado.txt:148
+#: npc/000-2-1/chefgado.txt:147
#, no-c-format
msgid "Water, salt, spicy herbs and meat stuffed with my special surprise!"
msgstr ""
@@ -35515,7 +33133,6 @@ msgstr ""
#. code: mesq l("We actually have a problem. Bandits ransacked Hurnscald, and took a huge loot.");
#: npc/008-2-13/lena.txt:95
-#: npc/008-2-13/lena.txt~:95
#, no-c-format
msgid "We actually have a problem. Bandits ransacked Hurnscald, and took a huge loot."
msgstr ""
@@ -35526,11 +33143,10 @@ msgstr ""
msgid "We also feature some services like a storage and a bank for members."
msgstr ""
-#. code: l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!"),
#. code: l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!");
+#. code: l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!"),
#: npc/000-2-0/julia.txt:57
-#: npc/000-2-0/julia.txt~:57
-#: npc/000-2-1/arpan.txt:278
+#: npc/000-2-1/arpan.txt:293
#, no-c-format
msgid "We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!"
msgstr ""
@@ -35543,28 +33159,16 @@ msgstr ""
msgid "We are glad captain Nard has let you join the crew!"
msgstr ""
-#. code: mesq lg("We are glad captain Nard has let you join us down here!");
+#. code: mesq l("We are glad captain Nard has let you join us down here!");
#: npc/000-1/maxe.txt:18
#, no-c-format
-msgid "We are glad captain Nard has let you join us down here!#0"
-msgstr ""
-
-#. code: mesq lg("We are glad captain Nard has let you join us down here!");
-#: npc/000-1/maxe.txt:18
-#, no-c-format
-msgid "We are glad captain Nard has let you join us down here!#1"
-msgstr ""
-
-#. code: lg("We are very lucky, my friend."),
-#: npc/001-1/qonan.txt:85
-#, no-c-format
-msgid "We are very lucky, my friend.#0"
+msgid "We are glad captain Nard has let you join us down here!"
msgstr ""
-#. code: lg("We are very lucky, my friend."),
+#. code: l("We are very lucky, my friend."),
#: npc/001-1/qonan.txt:85
#, no-c-format
-msgid "We are very lucky, my friend.#1"
+msgid "We are very lucky, my friend."
msgstr ""
#. code: l("We aren't open yet because Ishi still can't decide how she will hand out the rewards."),
@@ -35586,6 +33190,12 @@ msgstr ""
msgid "We arrived this morning at the port of Artis, I already warned the Legion of Aemil concerning your issue."
msgstr ""
+#. code: mesq l("We can use a helping hand on the island.");
+#: npc/000-2-3/nard.txt:84
+#, no-c-format
+msgid "We can use a helping hand on the island."
+msgstr ""
+
#. code: speech l("We cannot get close to Hurnscald in Legion uniforms so we may need you to get some supplies. However, stay away from Hurnscald if you can.");
#: npc/008-1-1/hal.txt:57
#, no-c-format
@@ -35593,21 +33203,18 @@ msgid "We cannot get close to Hurnscald in Legion uniforms so we may need you to
msgstr ""
#. code: l("We climbed down, and soon we heard the dripping of water – we had found an underground water-hole! More than that, we had found a gigantic underground cave, and, at the end of it, a huge portal."),
-#: npc/008-2-2/kfahr.txt~:448
#: npc/008-2-2/kfahr.txt:448
#, no-c-format
msgid "We climbed down, and soon we heard the dripping of water – we had found an underground water-hole! More than that, we had found a gigantic underground cave, and, at the end of it, a huge portal."
msgstr ""
#. code: l("We couldn't just dump all the soap into the underground lake, of course; the water would be undrinkable again. So we collected some of the soap, and I climbed down again with it."),
-#: npc/008-2-2/kfahr.txt~:535
#: npc/008-2-2/kfahr.txt:535
#, no-c-format
msgid "We couldn't just dump all the soap into the underground lake, of course; the water would be undrinkable again. So we collected some of the soap, and I climbed down again with it."
msgstr ""
#. code: l("We didn't have any suitable weapons, and not much of a choice either, so we made a break for it. We ran into the desert, fast as our legs would carry us, and the scorpions after us."),
-#: npc/008-2-2/kfahr.txt~:436
#: npc/008-2-2/kfahr.txt:436
#, no-c-format
msgid "We didn't have any suitable weapons, and not much of a choice either, so we made a break for it. We ran into the desert, fast as our legs would carry us, and the scorpions after us."
@@ -35615,14 +33222,12 @@ msgstr ""
#. code: l("We don't need it anymore."),
#: npc/008-2-24/troupe-leader.txt:79
-#: npc/008-2-24/troupe-leader.txt~:79
#, no-c-format
msgid "We don't need it anymore."
msgstr ""
#. code: l("We first drenched ourselves in water – somehow managing not to douse the torch – and drank until we were ready to burst. When we had rested, we went to the portal to have a closer look."),
#: npc/008-2-2/kfahr.txt:449
-#: npc/008-2-2/kfahr.txt~:449
#, no-c-format
msgid "We first drenched ourselves in water – somehow managing not to douse the torch – and drank until we were ready to burst. When we had rested, we went to the portal to have a closer look."
msgstr ""
@@ -35639,16 +33244,26 @@ msgstr ""
msgid "We got new supplies of arrows!"
msgstr ""
+#. code: l("We got new supplies of food and drinks!");
+#: npc/020-1/neko.txt:20
+#, no-c-format
+msgid "We got new supplies of food and drinks!"
+msgstr ""
+
+#. code: l("We got new supplies of food and drinks! And everybode else is on holiday it seems - perhaps in Mickshaland?"),
+#: npc/020-1/inar.txt:19
+#, no-c-format
+msgid "We got new supplies of food and drinks! And everybode else is on holiday it seems - perhaps in Mickshaland?"
+msgstr ""
+
#. code: l("We had long lost the scorpions, but we were dry like parchment, and exhausted from all the sun and running. So we sat down in the shades of a dune and contemplated our options."),
#: npc/008-2-2/kfahr.txt:438
-#: npc/008-2-2/kfahr.txt~:438
#, no-c-format
msgid "We had long lost the scorpions, but we were dry like parchment, and exhausted from all the sun and running. So we sat down in the shades of a dune and contemplated our options."
msgstr ""
#. code: l("We had the choice between staying by our torch and watching it die, and then follow suit at the hands, or, well, fangs of the snakes, or wandering off in the dark, to be eaten by snakes someplace else.");
#: npc/008-2-2/kfahr.txt:456
-#: npc/008-2-2/kfahr.txt~:456
#, no-c-format
msgid "We had the choice between staying by our torch and watching it die, and then follow suit at the hands, or, well, fangs of the snakes, or wandering off in the dark, to be eaten by snakes someplace else."
msgstr ""
@@ -35660,7 +33275,7 @@ msgid "We have a special room for this purpose, too. You may test your skills ag
msgstr ""
#. code: mesq l("We have made a stop at a little island, before making it on to the port of Artis.");
-#: npc/000-2-3/nard.txt:120
+#: npc/000-2-3/nard.txt:121
#, no-c-format
msgid "We have made a stop at a little island, before making it on to the port of Artis."
msgstr ""
@@ -35672,10 +33287,8 @@ msgid "We haven't met, right?"
msgstr ""
#. code: l("We hold various training sessions, and also have a task board with a heap of things to do for the city and its surroundings."),
-#: npc/001-1/enora.txt~:312
-#: npc/001-1/enora.txt~:36
-#: npc/001-1/enora.txt:312
-#: npc/001-1/enora.txt:36
+#: npc/001-1/enora.txt:37
+#: npc/001-1/enora.txt:313
#, no-c-format
msgid "We hold various training sessions, and also have a task board with a heap of things to do for the city and its surroundings."
msgstr ""
@@ -35687,7 +33300,6 @@ msgid "We host daily and weekly monster hunting objectives to adventurers based
msgstr ""
#. code: l("We just returned from a long journey and Artis is a good city to rest and to conclude our exchange."),
-#: npc/001-2-24/nard.txt~:44
#: npc/001-2-24/nard.txt:44
#, no-c-format
msgid "We just returned from a long journey and Artis is a good city to rest and to conclude our exchange."
@@ -35699,18 +33311,6 @@ msgstr ""
msgid "We need as many hands as possible to explore the island out there, and to get some new food."
msgstr ""
-#. code: mesq lg("We need manpower on the island... Oh forgive me, women are also welcome, of course.", "We need manpower on the island.");
-#: npc/000-2-3/nard.txt:83
-#, no-c-format
-msgid "We need manpower on the island.#1"
-msgstr ""
-
-#. code: mesq lg("We need manpower on the island... Oh forgive me, women are also welcome, of course.", "We need manpower on the island.");
-#: npc/000-2-3/nard.txt:83
-#, no-c-format
-msgid "We need manpower on the island... Oh forgive me, women are also welcome, of course.#0"
-msgstr ""
-
#. code: l("We need to get out of here soon. I'm scared of the Slimes!"));
#: npc/001-3-0/mundane.txt:32
#, no-c-format
@@ -35724,8 +33324,7 @@ msgid "We need you to deliver this important letter to %s! Avoid the roads and b
msgstr ""
#. code: l("We offer a room for travelers passing by Artis, our beds are comfy and you can be guaranteed to be right as rain after a night here!"),
-#: npc/001-2-28/plush.txt~:106
-#: npc/001-2-28/plush.txt:107
+#: npc/001-2-28/plush.txt:106
#, no-c-format
msgid "We offer a room for travelers passing by Artis, our beds are comfy and you can be guaranteed to be right as rain after a night here!"
msgstr ""
@@ -35737,7 +33336,6 @@ msgid "We offer party and guild certifications and we can also teach you how to
msgstr ""
#. code: mesq l("We pursued them until the mines, slayed them, and took the chests where they locked our stuff into.");
-#: npc/008-2-13/lena.txt~:98
#: npc/008-2-13/lena.txt:98
#, no-c-format
msgid "We pursued them until the mines, slayed them, and took the chests where they locked our stuff into."
@@ -35751,7 +33349,6 @@ msgstr ""
#. code: l("We seemed to roll down for hours, and I kept feeling dizzier and dizzier; I didn't have the strength to stop. When we arrived at the bottom, I just wanted to lie down and let the sun dry me up."),
#: npc/008-2-2/kfahr.txt:442
-#: npc/008-2-2/kfahr.txt~:442
#, no-c-format
msgid "We seemed to roll down for hours, and I kept feeling dizzier and dizzier; I didn't have the strength to stop. When we arrived at the bottom, I just wanted to lie down and let the sun dry me up."
msgstr ""
@@ -35764,7 +33361,6 @@ msgstr ""
#. code: mesq l("We should be there in a few days, once we arrive, I will warn the Legion of Aemil about what happened, I'm sure they can help.");
#: npc/000-2-0/julia.txt:165
-#: npc/000-2-0/julia.txt~:165
#, no-c-format
msgid "We should be there in a few days, once we arrive, I will warn the Legion of Aemil about what happened, I'm sure they can help."
msgstr ""
@@ -35776,29 +33372,16 @@ msgid "We smuggle not only goods, but people too. If Henry gives me the word..."
msgstr ""
#. code: l("We still don't know who did it.")); // XXX: feel free to extend this quest beyond this point
-#: npc/008-2-1/inspector.txt~:145
#: npc/008-2-1/inspector.txt:145
#, no-c-format
msgid "We still don't know who did it."
msgstr ""
#. code: mesq l("We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft.");
-#: npc/000-2-0/julia.txt~:178
#: npc/000-2-0/julia.txt:178
-#, no-c-format
-msgid "We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft."
-msgstr ""
-
-#. code: mesq lg("We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft.");
#: npc/001-2-21/julia.txt:80
#, no-c-format
-msgid "We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft.#0"
-msgstr ""
-
-#. code: mesq lg("We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft.");
-#: npc/001-2-21/julia.txt:80
-#, no-c-format
-msgid "We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft.#1"
+msgid "We thought that you could help us understand this, all we know is that we found you cast in the sea, adrift on your raft."
msgstr ""
#. code: l("We thought we heard someone go down to the basement, but we checked the whole place over and didn't see anything out of the ordinary."));
@@ -35807,16 +33390,10 @@ msgstr ""
msgid "We thought we heard someone go down to the basement, but we checked the whole place over and didn't see anything out of the ordinary."
msgstr ""
-#. code: mesq lg("We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.");
-#: npc/000-2-1/arpan.txt:203
+#. code: mesq l("We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.");
+#: npc/000-2-1/arpan.txt:218
#, no-c-format
-msgid "We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.#0"
-msgstr ""
-
-#. code: mesq lg("We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.");
-#: npc/000-2-1/arpan.txt:203
-#, no-c-format
-msgid "We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.#1"
+msgid "We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you."
msgstr ""
#. code: mesq l("We usually dock around these small isles because they provide us some of the best food of all the archipelago.");
@@ -35826,13 +33403,12 @@ msgid "We usually dock around these small isles because they provide us some of
msgstr ""
#. code: mesq l("We usually don't stop in such splendid places, but the captain let us stay here while he writes down the location of this new island on his map!");
-#: npc/000-1/lean.txt:21
+#: npc/000-1/lean.txt:22
#, no-c-format
msgid "We usually don't stop in such splendid places, but the captain let us stay here while he writes down the location of this new island on his map!"
msgstr ""
#. code: l("We very nearly didn't make it. There was nothing around but sand, and we had no water, no food – at least we'd had our breakfast already – and the sun kept burning, and burning, and trying to cook us alive."),
-#: npc/008-2-2/kfahr.txt~:437
#: npc/008-2-2/kfahr.txt:437
#, no-c-format
msgid "We very nearly didn't make it. There was nothing around but sand, and we had no water, no food – at least we'd had our breakfast already – and the sun kept burning, and burning, and trying to cook us alive."
@@ -35840,33 +33416,30 @@ msgstr ""
#. code: l("We walked all night. As you know, it's best not to travel during the day if you can avoid it, and we were young and energetic in those days, so that was easily avoided."),
#: npc/008-2-2/kfahr.txt:432
-#: npc/008-2-2/kfahr.txt~:432
#, no-c-format
msgid "We walked all night. As you know, it's best not to travel during the day if you can avoid it, and we were young and energetic in those days, so that was easily avoided."
msgstr ""
#. code: mesq l("We will be yaying there in a few days, so we will drop you off there.");
-#: npc/000-2-1/arpan.txt:173
+#: npc/000-2-1/arpan.txt:174
#, no-c-format
msgid "We will be yaying there in a few days, so we will drop you off there."
msgstr ""
#. code: l("We will talk about it later."),
-#: npc/001-1/rumly.txt:68
+#: npc/001-1/rumly.txt:67
#, no-c-format
msgid "We will talk about it later."
msgstr ""
#. code: l("We'll be staying here in Tulimshar for a while."));
#: npc/008-2-24/troupe-leader.txt:97
-#: npc/008-2-24/troupe-leader.txt~:97
#, no-c-format
msgid "We'll be staying here in Tulimshar for a while."
msgstr ""
#. code: l("We're doing different shows here."));
#: npc/008-2-24/troupe-leader.txt:80
-#: npc/008-2-24/troupe-leader.txt~:80
#, no-c-format
msgid "We're doing different shows here."
msgstr ""
@@ -35884,8 +33457,7 @@ msgid "We've found... the old continent, from where our race came from long ago.
msgstr ""
#. code: mesc l("Weaken all nine seals to be able to undo the final one.");
-#: npc/008-3-0/juliet.txt:358
-#: npc/008-3-0/juliet.txt~:358
+#: npc/008-3-0/juliet.txt:357
#, no-c-format
msgid "Weaken all nine seals to be able to undo the final one."
msgstr ""
@@ -35897,7 +33469,6 @@ msgid "Weapon level up!"
msgstr ""
#. code: l("Weapons do not level up. But the more you use them, the more used to them you become."),
-#: npc/001-1/chelios.txt~:121
#: npc/001-1/chelios.txt:121
#, no-c-format
msgid "Weapons do not level up. But the more you use them, the more used to them you become."
@@ -35905,24 +33476,15 @@ msgstr ""
#. code: l("Welcome back! Did you bring me the things I asked for?");
#: npc/008-2-2/kfahr.txt:648
-#: npc/008-2-2/kfahr.txt~:648
#, no-c-format
msgid "Welcome back! Did you bring me the things I asked for?"
msgstr ""
-#. code: lg("Welcome miss.", "Good day sir.");
-#: npc/001-2-9/janus.txt:128
-#, no-c-format
-msgid "Welcome miss.#0"
-msgstr ""
-
#. code: mesq l("Welcome to %s's Bank!", l($@BANK_TOWN$[.bankid]));
#: npc/008-2-1/richard.txt:17
#: npc/012-2-3/cynric.txt:9
-#: npc/009-2-6/jpmorbid.txt~:16
#: npc/020-2-9/hydusun.txt:17
#: npc/009-2-6/jpmorbid.txt:16
-#: npc/009-2-7/jpmorbid.txt~:17
#, no-c-format
msgid "Welcome to %s's Bank!"
msgstr ""
@@ -35933,12 +33495,24 @@ msgstr ""
msgid "Welcome to Candor!"
msgstr ""
+#. code: l("Welcome to Edouard's Barber Shop.");
+#: npc/001-2-41/edouard.txt:117
+#, no-c-format
+msgid "Welcome to Edouard's Barber Shop."
+msgstr ""
+
#. code: l("Welcome to Red Plush."),
#: npc/001-2-28/jenna.txt:14
#, no-c-format
msgid "Welcome to Red Plush."
msgstr ""
+#. code: mesc l("Welcome to The Mana World: rEvolt!"), 2;
+#: npc/000-0/sailors.txt:17
+#, no-c-format
+msgid "Welcome to The Mana World: rEvolt!"
+msgstr ""
+
#. code: mesq l("Welcome to my fine shop.");
#: npc/012-2-3/nyle.txt:9
#, no-c-format
@@ -35983,8 +33557,7 @@ msgid "Welcome to the Merchant Guild of Artis!"
msgstr ""
#. code: l("Welcome to the Red Plush inn!"),
-#: npc/001-2-28/plush.txt:88
-#: npc/001-2-28/plush.txt~:87
+#: npc/001-2-28/plush.txt:87
#, no-c-format
msgid "Welcome to the Red Plush inn!"
msgstr ""
@@ -35996,29 +33569,27 @@ msgstr ""
msgid "Welcome to the Rusty Pick."
msgstr ""
+#. code: l("Welcome!");
#. code: l("Welcome!"),
+#: npc/001-2-9/janus.txt:128
#: npc/001-2-19/lloyd.txt:70
#, no-c-format
msgid "Welcome!"
msgstr ""
-#. code: lg("Welcome, adventurer."),
-#: npc/012-2-2/sorfina.txt:9
-#, no-c-format
-msgid "Welcome, adventurer.#0"
-msgstr ""
-
-#. code: lg("Welcome, adventurer."),
+#. code: l("Welcome, adventurer."),
#: npc/012-2-2/sorfina.txt:9
#, no-c-format
-msgid "Welcome, adventurer.#1"
+msgid "Welcome, adventurer."
msgstr ""
+#. code: mesq l("Welcome.");
#. code: l("Welcome."),
-#: npc/012-2-1/jessie.txt:9
#: npc/012-1/aahna.txt:9
-#: npc/012-2-1/tanisha.txt:9
+#: npc/012-2-1/jessie.txt:9
#: npc/012-2-5/rosen.txt:9
+#: npc/008-3-5/bryant.txt:16
+#: npc/012-2-1/tanisha.txt:9
#, no-c-format
msgid "Welcome."
msgstr ""
@@ -36037,41 +33608,20 @@ msgstr ""
#. code: mesq l("Welcome. I'm handling issues with trading licenses for the shop owners in Tulimshar. Can I help you?");
#: npc/020-2-9/yanis.txt:10
-#: npc/020-2-9/yanis.txt~:10
#, no-c-format
msgid "Welcome. I'm handling issues with trading licenses for the shop owners in Tulimshar. Can I help you?"
msgstr ""
-#. code: mesq lg("Welcome.");
-#: npc/008-3-5/bryant.txt:16
-#: npc/008-3-5/bryant.txt~:14
-#, no-c-format
-msgid "Welcome.#0"
-msgstr ""
-
-#. code: mesq lg("Welcome.");
-#: npc/008-3-5/bryant.txt:16
-#: npc/008-3-5/bryant.txt~:14
-#, no-c-format
-msgid "Welcome.#1"
-msgstr ""
-
#. code: l("Well I'm working too! Don't you want me to carry one of these boxes back to Gugli?");
#: npc/000-1/muller.txt:25
#, no-c-format
msgid "Well I'm working too! Don't you want me to carry one of these boxes back to Gugli?"
msgstr ""
-#. code: mesq lg("Well done! Collect all the ingredients and then come back here. You will be rewarded once I am satisfied that they understand who rules this ship!");
+#. code: mesq l("Well done! Collect all the ingredients and then come back here. You will be rewarded once I am satisfied that they understand who rules this ship!");
#: npc/000-2-1/chefgado.txt:108
#, no-c-format
-msgid "Well done! Collect all the ingredients and then come back here. You will be rewarded once I am satisfied that they understand who rules this ship!#0"
-msgstr ""
-
-#. code: mesq lg("Well done! Collect all the ingredients and then come back here. You will be rewarded once I am satisfied that they understand who rules this ship!");
-#: npc/000-2-1/chefgado.txt:108
-#, no-c-format
-msgid "Well done! Collect all the ingredients and then come back here. You will be rewarded once I am satisfied that they understand who rules this ship!#1"
+msgid "Well done! Collect all the ingredients and then come back here. You will be rewarded once I am satisfied that they understand who rules this ship!"
msgstr ""
#. code: mesq l("Well done! The ship is now ready to sail again!");
@@ -36081,7 +33631,6 @@ msgid "Well done! The ship is now ready to sail again!"
msgstr ""
#. code: l("Well done, well done! Now that's what I call warrior spirit!");
-#: npc/008-2-2/kfahr.txt~:701
#: npc/008-2-2/kfahr.txt:701
#, no-c-format
msgid "Well done, well done! Now that's what I call warrior spirit!"
@@ -36094,7 +33643,7 @@ msgid "Well done, you aren't even bleeding that much!"
msgstr ""
#. code: speech l("Well done.");
-#: npc/008-1-1/hal.txt:107
+#: npc/008-1-1/hal.txt:106
#, no-c-format
msgid "Well done."
msgstr ""
@@ -36106,7 +33655,6 @@ msgid "Well if you are whining like that all the time, then I think there is a r
msgstr ""
#. code: l("Well in fact...");
-#: npc/001-1/cookiemaster.txt~:23
#: npc/001-1/cookiemaster.txt:23
#, no-c-format
msgid "Well in fact..."
@@ -36125,78 +33673,61 @@ msgid "Well, I already told you what I knew, but repeating never hurts, I guess.
msgstr ""
#. code: mesq l("Well, I can bring you straight to Artis, but...");
-#: npc/000-2-3/nard.txt:227
+#: npc/000-2-3/nard.txt:228
#, no-c-format
msgid "Well, I can bring you straight to Artis, but..."
msgstr ""
#. code: l("Well, I can't offer you much."),
-#: npc/008-1/hinnak.txt~:81
-#: npc/008-1/hinnak.txt:81
+#: npc/008-1/hinnak.txt:105
#, no-c-format
msgid "Well, I can't offer you much."
msgstr ""
#. code: l("Well, I was exhausted and had to rest."),
#: npc/008-1/jack.txt:71
-#: npc/008-1/jack.txt~:71
#, no-c-format
msgid "Well, I was exhausted and had to rest."
msgstr ""
#. code: rif(.@gugli == 1, l("Well, I was in fact looking for them. Where are they now?")), L_Sailors,
-#: npc/000-1/lean.txt:27
+#: npc/000-1/lean.txt:28
#, no-c-format
msgid "Well, I was in fact looking for them. Where are they now?"
msgstr ""
#. code: l("Well, I'm done for the day, and I'm quite old enough to decide when I can have a %s, thank you!",
-#: npc/008-1/hinnak.txt:183
-#: npc/008-1/hinnak.txt~:183
+#: npc/008-1/hinnak.txt:207
#, no-c-format
msgid "Well, I'm done for the day, and I'm quite old enough to decide when I can have a %s, thank you!"
msgstr ""
#. code: l("Well, Rossy told both of them were fine...");
#: npc/008-2-4/olana.txt:162
-#: npc/008-2-4/olana.txt~:162
#, no-c-format
msgid "Well, Rossy told both of them were fine..."
msgstr ""
#. code: l("Well, cooking is an art, and thus, you need intelligence and dexterity to learn."),
-#: npc/008-2-16/yannika.txt:256
-#: npc/008-2-16/yannika.txt~:256
+#: npc/008-2-16/yannika.txt:257
#, no-c-format
msgid "Well, cooking is an art, and thus, you need intelligence and dexterity to learn."
msgstr ""
-#. code: mesq lg("Well, eh-heh... Welcome aboard, cutie!", "Well, eh-heh... Welcome aboard, son!");
+#. code: mesq l("Well, eh-heh... Welcome aboard, young fellow!");
#: npc/000-2-1/chefgado.txt:92
#, no-c-format
-msgid "Well, eh-heh... Welcome aboard, cutie!#0"
+msgid "Well, eh-heh... Welcome aboard, young fellow!"
msgstr ""
-#. code: mesq lg("Well, eh-heh... Welcome aboard, cutie!", "Well, eh-heh... Welcome aboard, son!");
-#: npc/000-2-1/chefgado.txt:92
-#, no-c-format
-msgid "Well, eh-heh... Welcome aboard, son!#1"
-msgstr ""
-
-#. code: mesq lg("Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?");
+#. code: mesq l("Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?");
#: npc/000-1/gugli.txt:60
#, no-c-format
-msgid "Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?#0"
-msgstr ""
-
-#. code: mesq lg("Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?");
-#: npc/000-1/gugli.txt:60
-#, no-c-format
-msgid "Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?#1"
+msgid "Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?"
msgstr ""
#. code: l("Well, hopefully it won't be too long until you reach your destination."),
-#: npc/000-0-1/narrator.txt:89
+#: npc/000-0-1/narrator.txt:88
#, no-c-format
msgid "Well, hopefully it won't be too long until you reach your destination."
msgstr ""
@@ -36208,23 +33739,11 @@ msgid "Well, if he sees you, a giant foot will descend from the heavens upon you
msgstr ""
#. code: mesq l("Well, if you ever do want to join: 'Ye Merry Club Of Thee Bequeathed With Cookies'...");
-#: npc/001-1/cookiemaster.txt~:100
+#: npc/001-1/cookiemaster.txt:99
#, no-c-format
msgid "Well, if you ever do want to join: 'Ye Merry Club Of Thee Bequeathed With Cookies'..."
msgstr ""
-#. code: mesq lg("Well, if you ever do want to join: 'Ye Merry Club Of Thee Bequeathed With Cookies'...");
-#: npc/001-1/cookiemaster.txt:100
-#, no-c-format
-msgid "Well, if you ever do want to join: 'Ye Merry Club Of Thee Bequeathed With Cookies'...#0"
-msgstr ""
-
-#. code: mesq lg("Well, if you ever do want to join: 'Ye Merry Club Of Thee Bequeathed With Cookies'...");
-#: npc/001-1/cookiemaster.txt:100
-#, no-c-format
-msgid "Well, if you ever do want to join: 'Ye Merry Club Of Thee Bequeathed With Cookies'...#1"
-msgstr ""
-
#. code: mesq l("Well, if you find me a solution for that problem, I can give you the recipe. What do you say?");
#: npc/008-1/crane.txt:37
#: npc/008-1/snarfles.txt:42
@@ -36245,20 +33764,18 @@ msgid "Well, it's not bad to finally feel something beneath my feet."
msgstr ""
#. code: l("Well, not like you would be able to remember. Even if you wanted."),
-#: npc/000-0-1/narrator.txt:99
+#: npc/000-0-1/narrator.txt:98
#, no-c-format
msgid "Well, not like you would be able to remember. Even if you wanted."
msgstr ""
#. code: mesq l("Well, of course, I can show you how to cook sandwiches. But you'll need to bring ingredients for practice.");
-#: npc/008-2-16/yannika.txt~:264
-#: npc/008-2-16/yannika.txt:264
+#: npc/008-2-16/yannika.txt:265
#, no-c-format
msgid "Well, of course, I can show you how to cook sandwiches. But you'll need to bring ingredients for practice."
msgstr ""
#. code: l("Well, of course. First of all, you need a @@. You can have mine, if you want.", getitemlink(RecipeBook)),
-#: npc/008-2-16/yannika.txt~:117
#: npc/008-2-16/yannika.txt:117
#, no-c-format
msgid "Well, of course. First of all, you need a @@. You can have mine, if you want."
@@ -36278,13 +33795,11 @@ msgstr ""
#. code: mesq l("Well, that could fail, I said. Here is some experience.");
#: npc/020-1/eomie.txt:136
-#: npc/020-1/eomie.txt~:135
#, no-c-format
msgid "Well, that could fail, I said. Here is some experience."
msgstr ""
#. code: mesq l("Well, that could not be enough, I said. Here is some experience.");
-#: npc/020-1/eomie.txt~:111
#: npc/020-1/eomie.txt:112
#, no-c-format
msgid "Well, that could not be enough, I said. Here is some experience."
@@ -36292,13 +33807,11 @@ msgstr ""
#. code: l("Well, we couldn't read it. We later sold it for a good price, to a young travelling archeologist; Doctor Nohlidge or something like that. She said that the engravings described sacrifical practices of an ancient snake cult...");
#: npc/008-2-2/kfahr.txt:487
-#: npc/008-2-2/kfahr.txt~:487
#, no-c-format
msgid "Well, we couldn't read it. We later sold it for a good price, to a young travelling archeologist; Doctor Nohlidge or something like that. She said that the engravings described sacrifical practices of an ancient snake cult..."
msgstr ""
#. code: mesq l("Well, you *do* look weak, I guess I would get worried if you went after them and ended up lost and on the swamps.");
-#: npc/008-2-4/olana.txt~:114
#: npc/008-2-4/olana.txt:114
#, no-c-format
msgid "Well, you *do* look weak, I guess I would get worried if you went after them and ended up lost and on the swamps."
@@ -36311,13 +33824,18 @@ msgid "Well, you can bake sweets for yourself, they don't require a Plate anyway
msgstr ""
#. code: mesq l("Well, you can have them back, but they're yayaya, mostly destroyed. Not sure what yeye are going to do with that.");
-#: npc/000-2-1/arpan.txt:227
+#: npc/000-2-1/arpan.txt:242
#, no-c-format
msgid "Well, you can have them back, but they're yayaya, mostly destroyed. Not sure what yeye are going to do with that."
msgstr ""
+#. code: mesq l("Well, you fight! I heard some stuff about a so-called %s being used for that, or chanting %s bringing up a reference book but... To be honest, the most important is a weapon.", b(l("Ctrl Key")), b("@tutorial"));
+#: npc/000-1/lean.txt:69
+#, no-c-format
+msgid "Well, you fight! I heard some stuff about a so-called \"%s\" being used for that, or chanting \"%s\" bringing up a reference book but... To be honest, the most important is a weapon."
+msgstr ""
+
#. code: l("Well, you should have known that your daughter is allergic to roses.");
-#: npc/008-2-4/olana.txt~:261
#: npc/008-2-4/olana.txt:262
#, no-c-format
msgid "Well, you should have known that your daughter is allergic to roses."
@@ -36325,40 +33843,35 @@ msgstr ""
#. code: l("Well..."),
#: npc/008-2-2/kfahr.txt:98
-#: npc/008-2-2/kfahr.txt~:98
#, no-c-format
msgid "Well..."
msgstr ""
#. code: l("Well... I don't think it is the best way to rule a ship. Think about it."),
-#: npc/000-2-0/julia.txt~:82
#: npc/000-2-0/julia.txt:82
#, no-c-format
msgid "Well... I don't think it is the best way to rule a ship. Think about it."
msgstr ""
#. code: l("Well... I've only killed some little pious in the ship, that's all."), -,
-#: npc/000-1/sapartan.txt:55
+#: npc/000-1/sapartan.txt:56
#, no-c-format
msgid "Well... I've only killed some little pious in the ship, that's all."
msgstr ""
#. code: rif(.@q2 == 2 && countitem(PoisonedDish), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")),
-#: npc/000-2-0/julia.txt~:218
#: npc/000-2-0/julia.txt:218
#, no-c-format
msgid "Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen."
msgstr ""
#. code: l("Well... OK.");
-#: npc/020-2-24/kylian.txt~:53
#: npc/020-2-24/kylian.txt:53
#, no-c-format
msgid "Well... OK."
msgstr ""
#. code: l("Weren't you listening? A desert worm is not a regular worm; a worm couldn't survive in the desert.");
-#: npc/008-2-2/kfahr.txt~:363
#: npc/008-2-2/kfahr.txt:363
#, no-c-format
msgid "Weren't you listening? A desert worm is not a regular worm; a worm couldn't survive in the desert."
@@ -36384,7 +33897,6 @@ msgid "Wha - Really?! Tiki said it tasted good??! I'm saved! You're truly my sav
msgstr ""
#. code: mesq l("Wha- Do you think I'm stupid?");
-#: npc/009-2-3/chef.txt~:67
#: npc/009-2-3/chef.txt:67
#, no-c-format
msgid "Wha- Do you think I'm stupid?"
@@ -36403,27 +33915,24 @@ msgid "What I sell comes from every corner of Gasaron. From Esperia to the Land
msgstr ""
#. code: l("What I sell? Well, you can see Mananas... Aquadas... Croc claws..."),
-#: npc/020-1/malivox.txt~:13
#: npc/020-1/malivox.txt:13
#, no-c-format
msgid "What I sell? Well, you can see Mananas... Aquadas... Croc claws..."
msgstr ""
#. code: dispbottom l("What a pity! You've died.");
-#: npc/001-3-0/mundane.txt:195
+#: npc/001-3-0/mundane.txt:194
#, no-c-format
msgid "What a pity! You've died."
msgstr ""
#. code: l("What a relief."),
-#: npc/001-2-2/moon.txt~:24
#: npc/001-2-2/moon.txt:24
#, no-c-format
msgid "What a relief."
msgstr ""
#. code: l("What a strange note."),
-#: npc/008-2-1/inspector.txt~:127
#: npc/008-2-1/inspector.txt:127
#, no-c-format
msgid "What a strange note."
@@ -36431,7 +33940,6 @@ msgstr ""
#. code: select(l("What about Chelios?"));
#: npc/001-2-27/don.txt:73
-#: npc/001-2-27/don.txt~:73
#, no-c-format
msgid "What about Chelios?"
msgstr ""
@@ -36443,27 +33951,25 @@ msgid "What about Q'Muller? Where is he?"
msgstr ""
#. code: l("What about making some fertilizing-something?"),
-#: npc/008-1-1/galimatia.txt:111
+#: npc/008-1-1/galimatia.txt:93
#, no-c-format
msgid "What about making some fertilizing-something?"
msgstr ""
#. code: mesq l("What about my story?");
#: npc/001-1/cookiemaster.txt:83
-#: npc/001-1/cookiemaster.txt~:83
#, no-c-format
msgid "What about my story?"
msgstr ""
#. code: mesq l("What about the following deal: You bring me some tasty food, and I give you some tasty recipe from before I became undead?");
#: npc/009-2-3/chef.txt:38
-#: npc/009-2-3/chef.txt~:38
#, no-c-format
msgid "What about the following deal: You bring me some tasty food, and I give you some tasty recipe from before I became undead?"
msgstr ""
#. code: l("What about those pious? They look so cute."),
-#: npc/001-1/salem.txt:111
+#: npc/001-1/salem.txt:124
#, no-c-format
msgid "What about those pious? They look so cute."
msgstr ""
@@ -36495,7 +34001,7 @@ msgid "What are you doing in my kitchen?! Get out, it's not a place for kids!"
msgstr ""
#. code: l("What are you doing?");
-#: npc/008-1/4144.txt:24
+#: npc/008-1/greenmage.txt:24
#, no-c-format
msgid "What are you doing?"
msgstr ""
@@ -36506,16 +34012,10 @@ msgstr ""
msgid "What are you going to do?"
msgstr ""
-#. code: mesq lg("What are you guys saying ? It's a Yoiis!");
-#: npc/000-0/sailors.txt:43
-#, no-c-format
-msgid "What are you guys saying ? It's a Yoiis!#0"
-msgstr ""
-
-#. code: mesq lg("What are you guys saying ? It's a Yoiis!");
-#: npc/000-0/sailors.txt:43
+#. code: mesq l("What are you guys saying ? It's a Yoiis!");
+#: npc/000-0/sailors.txt:85
#, no-c-format
-msgid "What are you guys saying ? It's a Yoiis!#1"
+msgid "What are you guys saying ? It's a Yoiis!"
msgstr ""
#. code: mesq l("What are you looking at?");
@@ -36544,7 +34044,6 @@ msgid "What are you talking about? What guild?"
msgstr ""
#. code: mesq l("What are you waiting for? Go kill the bandit lord.");
-#: npc/008-3-5/bryant.txt~:40
#: npc/008-3-5/bryant.txt:42
#, no-c-format
msgid "What are you waiting for? Go kill the bandit lord."
@@ -36563,24 +34062,21 @@ msgid "What beverages do you have?"
msgstr ""
#. code: l("What brings you here today?");
-#: npc/001-1/enora.txt~:374
-#: npc/001-1/enora.txt:374
+#: npc/001-1/enora.txt:399
#, no-c-format
msgid "What brings you here today?"
msgstr ""
#. code: mesq l("What can I do for you?");
-#: npc/001-2-24/nard.txt~:31
#: npc/001-2-24/nard.txt:31
#, no-c-format
msgid "What can I do for you?"
msgstr ""
-#. code: rif(.@q_nard == 5 && getq(General_Narrator) < 1, l("What can I do now?")), L_GotoSleep,
#. code: rif(.@q3 == 5 && .@q4 < 1, l("What can I do now?")),
-#: npc/000-2-1/arpan.txt:154
+#. code: rif(.@q_nard == 5 && getq(General_Narrator) < 1, l("What can I do now?")), L_GotoSleep,
#: npc/000-2-0/julia.txt:216
-#: npc/000-2-0/julia.txt~:216
+#: npc/000-2-1/arpan.txt:154
#, no-c-format
msgid "What can I do now?"
msgstr ""
@@ -36592,7 +34088,7 @@ msgid "What can you tell me about the legion?"
msgstr ""
#. code: l("What could be waiting for you there?"));
-#: npc/000-0-1/narrator.txt:91
+#: npc/000-0-1/narrator.txt:90
#, no-c-format
msgid "What could be waiting for you there?"
msgstr ""
@@ -36622,12 +34118,9 @@ msgid "What did Gugli yayaid about the box? Was it ok?"
msgstr ""
#. code: l("What did you want, again?"),
-#: npc/008-2-16/yannika.txt:416
-#: npc/008-2-16/yannika.txt~:341
-#: npc/008-2-16/yannika.txt:393
-#: npc/008-2-16/yannika.txt~:416
-#: npc/008-2-16/yannika.txt~:393
-#: npc/008-2-16/yannika.txt:341
+#: npc/008-2-16/yannika.txt:342
+#: npc/008-2-16/yannika.txt:394
+#: npc/008-2-16/yannika.txt:417
#, no-c-format
msgid "What did you want, again?"
msgstr ""
@@ -36638,30 +34131,21 @@ msgstr ""
msgid "What do you expect me to do with this? GO AWAY!"
msgstr ""
-#. code: l("What do you mean to look at my wares?!"),
-#: npc/020-1/neko.txt:11
-#, no-c-format
-msgid "What do you mean to look at my wares?!"
-msgstr ""
-
#. code: selectd(l("What do you mean?"));
-#: npc/008-1/jack.txt~:34
#: npc/008-1/jack.txt:34
#, no-c-format
msgid "What do you mean?"
msgstr ""
-#. code: l("What do you need?");
#. code: l("What do you need?"), -,
-#: npc/000-2-3/nard.txt:75
-#: npc/001-2-28/plush.txt:89
-#: npc/001-2-28/plush.txt~:88
+#. code: l("What do you need?");
+#: npc/000-2-3/nard.txt:76
+#: npc/001-2-28/plush.txt:88
#, no-c-format
msgid "What do you need?"
msgstr ""
#. code: l("What do you think about this stew?"),
-#: npc/008-2-32/thamas.txt~:19
#: npc/008-2-32/thamas.txt:19
#, no-c-format
msgid "What do you think about this stew?"
@@ -36716,9 +34200,8 @@ msgstr ""
#. code: mesq l("What do you want today?");
#. code: l("What do you want today?");
-#: npc/000-2-0/julia.txt~:246
-#: npc/000-2-0/julia.txt:246
#: npc/001-2-21/julia.txt:13
+#: npc/000-2-0/julia.txt:246
#: npc/001-2-19/lloyd.txt:176
#, no-c-format
msgid "What do you want today?"
@@ -36752,30 +34235,26 @@ msgstr ""
#. code: l("What happened to me?"), L_What,
#. code: l("What happened to me?"),
-#: npc/001-2-21/julia.txt:27
#: npc/000-2-0/julia.txt:223
-#: npc/000-2-0/julia.txt~:223
+#: npc/001-2-21/julia.txt:27
#, no-c-format
msgid "What happened to me?"
msgstr ""
#. code: l("What happened to the tablet?"),
#: npc/008-2-2/kfahr.txt:479
-#: npc/008-2-2/kfahr.txt~:479
#, no-c-format
msgid "What happened to the tablet?"
msgstr ""
#. code: selectd(l("What happened?"));
#: npc/008-1/jack.txt:46
-#: npc/008-1/jack.txt~:46
#, no-c-format
msgid "What happened?"
msgstr ""
#. code: l("What happens when you try to think about it?"),
-#: npc/001-1/enora.txt~:87
-#: npc/001-1/enora.txt:87
+#: npc/001-1/enora.txt:88
#, no-c-format
msgid "What happens when you try to think about it?"
msgstr ""
@@ -36790,13 +34269,11 @@ msgstr ""
#. code: l("What is a card?"),
#: npc/001-2-27/don.txt:19
-#: npc/001-2-27/don.txt~:19
#, no-c-format
msgid "What is a card?"
msgstr ""
#. code: l("What is a legion soldier even doing here? A special mission?"),
-#: npc/008-2-32/thamas.txt~:21
#: npc/008-2-32/thamas.txt:21
#, no-c-format
msgid "What is a legion soldier even doing here? A special mission?"
@@ -36815,15 +34292,13 @@ msgid "What is it, darling?"
msgstr ""
#. code: l("What is my current hairstyle and hair color?"),
-#: npc/001-2-41/edouard.txt:136
-#: npc/functions/barber.txt~:178
+#: npc/001-2-41/edouard.txt:130
#: npc/functions/barber.txt:181
#, no-c-format
msgid "What is my current hairstyle and hair color?"
msgstr ""
#. code: l("What is taking them so long?"),
-#: npc/008-2-4/bernard.txt~:32
#: npc/008-2-4/bernard.txt:32
#, no-c-format
msgid "What is taking them so long?"
@@ -36841,19 +34316,16 @@ msgstr ""
msgid "What is the area, anyway?"
msgstr ""
-#. code: l("What is this legion?"));
#. code: rif(.@q >= 1, l("What is this legion?")),
-#: npc/001-1/enora.txt~:222
-#: npc/001-1/enora.txt:390
-#: npc/001-1/enora.txt:222
-#: npc/001-1/enora.txt~:390
+#. code: l("What is this legion?"));
+#: npc/001-1/enora.txt:415
+#: npc/001-1/enora.txt:223
#, no-c-format
msgid "What is this \"legion\"?"
msgstr ""
#. code: l("What is this building?"),
#: npc/001-1/chelios.txt:31
-#: npc/001-1/chelios.txt~:31
#, no-c-format
msgid "What is this building?"
msgstr ""
@@ -36865,7 +34337,6 @@ msgid "What is this guild for?"
msgstr ""
#. code: l("What is this place?"),
-#: npc/001-2-27/kaylo.txt~:13
#: npc/001-2-27/kaylo.txt:13
#, no-c-format
msgid "What is this place?"
@@ -36873,26 +34344,18 @@ msgstr ""
#. code: l("What is this place? Why is it full of dead people?"),
#: npc/009-2-4/golbenez.txt:30
-#: npc/009-2-4/golbenez.txt~:25
#, no-c-format
msgid "What is this place? Why is it full of dead people?"
msgstr ""
-#. code: lg("What is your problem?"), L_toams;
-#: npc/012-2-4/zitoni.txt:16
-#, no-c-format
-msgid "What is your problem?#0"
-msgstr ""
-
-#. code: lg("What is your problem?"), L_toams;
+#. code: l("What is your problem?"), L_toams;
#: npc/012-2-4/zitoni.txt:16
#, no-c-format
-msgid "What is your problem?#1"
+msgid "What is your problem?"
msgstr ""
#. code: l("What is your tipiou trying to do?"),
-#: npc/001-2-28/plush.txt:96
-#: npc/001-2-28/plush.txt~:95
+#: npc/001-2-28/plush.txt:95
#, no-c-format
msgid "What is your tipiou trying to do?"
msgstr ""
@@ -36916,7 +34379,7 @@ msgid "What kind of help?"
msgstr ""
#. code: switch (select(l("What kinds of books are there here?"),
-#: npc/001-2-6/leonard.txt:27
+#: npc/001-2-6/leonard.txt:28
#: npc/001-2-4/robin.txt:13
#: npc/001-2-6/christopher.txt:25
#, no-c-format
@@ -36924,23 +34387,16 @@ msgid "What kinds of books are there here?"
msgstr ""
#. code: l("What service do you offer?"),
-#: npc/001-2-28/plush.txt~:94
-#: npc/001-2-28/plush.txt:95
+#: npc/001-2-28/plush.txt:94
#: npc/001-2-9/janus.txt:141
#, no-c-format
msgid "What service do you offer?"
msgstr ""
-#. code: rif(!.@equipped, lg("What should I do after taking these clothes?")), L_WhatCloth,
-#: npc/000-2-1/arpan.txt:161
-#, no-c-format
-msgid "What should I do after taking these clothes?#0"
-msgstr ""
-
-#. code: rif(!.@equipped, lg("What should I do after taking these clothes?")), L_WhatCloth,
-#: npc/000-2-1/arpan.txt:161
+#. code: rif(!.@equipped, l("What should I do after taking these clothes?")), L_WhatCloth,
+#: npc/000-2-1/arpan.txt:162
#, no-c-format
-msgid "What should I do after taking these clothes?#1"
+msgid "What should I do after taking these clothes?"
msgstr ""
#. code: select l("What should I do, again?");
@@ -36951,32 +34407,26 @@ msgstr ""
#. code: l("What type of experimenting?");
#: npc/008-3-1/arkim.txt:25
-#: npc/008-3-1/arkim.txt~:25
#, no-c-format
msgid "What type of experimenting?"
msgstr ""
#. code: l("What was I supposed to do, again?"),
-#: npc/001-3-2/henry.txt:183
-#: npc/001-3-2/henry.txt~:272
-#: npc/001-3-2/henry.txt~:183
#: npc/001-3-2/henry.txt:273
-#: npc/001-3-2/henry.txt~:76
#: npc/001-3-2/henry.txt:76
+#: npc/001-3-2/henry.txt:183
#, no-c-format
msgid "What was I supposed to do, again?"
msgstr ""
#. code: l("What was following you, anyway?");
-#: npc/008-3-0/juliet.txt~:621
-#: npc/008-3-0/juliet.txt:621
+#: npc/008-3-0/juliet.txt:620
#, no-c-format
msgid "What was following you, anyway?"
msgstr ""
#. code: l("What was that gobbledygook word?"),
-#: npc/008-1/hinnak.txt~:245
-#: npc/008-1/hinnak.txt:245
+#: npc/008-1/hinnak.txt:269
#, no-c-format
msgid "What was that gobbledygook word?"
msgstr ""
@@ -36988,8 +34438,7 @@ msgid "What was your riddle?"
msgstr ""
#. code: l("What will be the bait for the fish?");
-#: npc/functions/fishing.txt~:222
-#: npc/functions/fishing.txt:222
+#: npc/functions/fishing.txt:223
#, no-c-format
msgid "What will be the bait for the fish?"
msgstr ""
@@ -37000,11 +34449,10 @@ msgstr ""
msgid "What will you craft today?"
msgstr ""
-#. code: mesq l("What would you like me to do?");
#. code: l("What would you like me to do?");
-#: npc/functions/barber.txt~:173
+#. code: mesq l("What would you like me to do?");
#: npc/functions/barber.txt:176
-#: npc/001-2-41/edouard.txt:131
+#: npc/001-2-41/edouard.txt:125
#, no-c-format
msgid "What would you like me to do?"
msgstr ""
@@ -37022,7 +34470,6 @@ msgid "What would you like today?"
msgstr ""
#. code: l("What would you say about a new shield?"));
-#: npc/008-1/jack.txt~:122
#: npc/008-1/jack.txt:122
#, no-c-format
msgid "What would you say about a new shield?"
@@ -37050,7 +34497,6 @@ msgstr ""
#. code: l("What's a Desert Worm?"),
#: npc/008-2-2/kfahr.txt:126
-#: npc/008-2-2/kfahr.txt~:126
#, no-c-format
msgid "What's a Desert Worm?"
msgstr ""
@@ -37081,13 +34527,12 @@ msgid "What's the story of this place, anyway?"
msgstr ""
#. code: l("What's up? You want me to show how to open a bottle and pour its content on the ground?");
-#: npc/008-1-1/galimatia.txt:157
+#: npc/008-1-1/galimatia.txt:139
#, no-c-format
msgid "What's up? You want me to show how to open a bottle and pour its content on the ground?"
msgstr ""
#. code: l("What's wrong with your clothes?"),
-#: npc/001-2-27/kaylo.txt~:12
#: npc/001-2-27/kaylo.txt:12
#, no-c-format
msgid "What's wrong with your clothes?"
@@ -37095,26 +34540,23 @@ msgstr ""
#. code: mes l("What's your race?");
#: npc/functions/barber.txt:140
-#: npc/functions/barber.txt~:140
#, no-c-format
msgid "What's your race?"
msgstr ""
#. code: l("What's your story again?"),
-#: npc/001-2-41/edouard.txt:140
+#: npc/001-2-41/edouard.txt:134
#, no-c-format
msgid "What's your story again?"
msgstr ""
#. code: mesq l("What, don't tell me you never have been at Tulimshar! Nearly everyone of your age already has been there at least once.");
-#: npc/008-2-16/yannika.txt~:402
-#: npc/008-2-16/yannika.txt:402
+#: npc/008-2-16/yannika.txt:403
#, no-c-format
msgid "What, don't tell me you never have been at Tulimshar! Nearly everyone of your age already has been there at least once."
msgstr ""
#. code: mesq l("What, you still have my potion with you??");
-#: npc/008-1/rossy.txt~:33
#: npc/008-1/rossy.txt:33
#, no-c-format
msgid "What, you still have my potion with you??"
@@ -37142,20 +34584,24 @@ msgstr ""
#. code: l("What? Is there someone?"),
#: npc/008-2-7/wyara.txt:9
-#: npc/008-2-7/wyara.txt~:9
#, no-c-format
msgid "What? Is there someone?"
msgstr ""
#. code: mesq l("What? It's not good enough?");
-#: npc/000-2-3/nard.txt:95
+#: npc/000-2-3/nard.txt:96
#, no-c-format
msgid "What? It's not good enough?"
msgstr ""
+#. code: speech l("What? Listen...");
+#: npc/009-2-0/soren.txt:58
+#, no-c-format
+msgid "What? Listen..."
+msgstr ""
+
#. code: l("What? No way!");
#: npc/008-2-4/olana.txt:242
-#: npc/008-2-4/olana.txt~:241
#, no-c-format
msgid "What? No way!"
msgstr ""
@@ -37168,7 +34614,6 @@ msgstr ""
#. code: l("What? Why not?"));
#: npc/008-2-6/alan.txt:47
-#: npc/008-2-6/alan.txt~:47
#, no-c-format
msgid "What? Why not?"
msgstr ""
@@ -37185,14 +34630,20 @@ msgstr ""
msgid "What?! This tritan is the worse shirker I ever met!"
msgstr ""
+#. code: speech l("What?!? Are you serious???");
+#: npc/009-2-0/soren.txt:68
+#, no-c-format
+msgid "What?!? Are you serious???"
+msgstr ""
+
#. code: l("Whatever inside can be"),
-#: npc/001-2-6/books.txt:85
+#: npc/001-2-6/books.txt:86
#, no-c-format
msgid "Whatever inside can be"
msgstr ""
#. code: l("Whatever your idea"),
-#: npc/001-2-6/books.txt:89
+#: npc/001-2-6/books.txt:90
#, no-c-format
msgid "Whatever your idea"
msgstr ""
@@ -37204,15 +34655,12 @@ msgid "Whatever, just get out of here already!"
msgstr ""
#. code: l("Whatever.");
-#: npc/020-2-8/heathin.txt~:12
#: npc/020-2-7/manoli.txt:12
#: npc/020-2-8/heathin.txt:12
-#: npc/020-1/noke.txt~:12
+#: npc/020-1/froma.txt:12
#: npc/020-1/cyndala.txt:12
#: npc/020-1/noke.txt:12
#: npc/020-1/philip.txt:11
-#: npc/020-1/froma.txt:12
-#: npc/020-2-8/jhedia.txt~:12
#: npc/020-2-8/jhedia.txt:12
#, no-c-format
msgid "Whatever."
@@ -37220,14 +34668,12 @@ msgstr ""
#. code: l("When cooking, the order of ingredients matter."),
#: npc/008-2-16/yannika.txt:191
-#: npc/008-2-16/yannika.txt~:191
#, no-c-format
msgid "When cooking, the order of ingredients matter."
msgstr ""
#. code: l("When hardened properly, this bone knife can last a lifetime! One of the best knives you will find, too.");
#: npc/008-2-2/kfahr.txt:398
-#: npc/008-2-2/kfahr.txt~:398
#, no-c-format
msgid "When hardened properly, this bone knife can last a lifetime! One of the best knives you will find, too."
msgstr ""
@@ -37246,7 +34692,6 @@ msgstr ""
#. code: l("When we looked around, we noticed that there was a passage leading further underground, and long-spent torches on the wall. Fortunately I still had my tinderbox, so I wrapped my shirt around a torch and lighted it."),
#: npc/008-2-2/kfahr.txt:447
-#: npc/008-2-2/kfahr.txt~:447
#, no-c-format
msgid "When we looked around, we noticed that there was a passage leading further underground, and long-spent torches on the wall. Fortunately I still had my tinderbox, so I wrapped my shirt around a torch and lighted it."
msgstr ""
@@ -37270,21 +34715,19 @@ msgid "When you have added all the items and money you want, press the 'Propose
msgstr ""
#. code: l("When you intimacy is high, it'll increase your stats and who knows, might even help you in combat!"),
-#: npc/001-2-6/books.txt:188
+#: npc/001-2-6/books.txt:190
#, no-c-format
msgid "When you intimacy is high, it'll increase your stats and who knows, might even help you in combat!"
msgstr ""
-#. code: mesc(l("When you see something that looks more like a bug than a feature, report it on http://bugs.evolonline.org or try to contact a game contributor."), 9);
-#: npc/001-1/cookiemaster.txt~:139
-#: npc/001-1/cookiemaster.txt:139
+#. code: mesc(l("When you see something that looks more like a bug than a feature, report it on https://forums.themanaworld.org or try to contact a game contributor."), 9);
+#: npc/001-1/cookiemaster.txt:138
#, no-c-format
-msgid "When you see something that looks more like a bug than a feature, report it on http://bugs.evolonline.org or try to contact a game contributor."
+msgid "When you see something that looks more like a bug than a feature, report it on https://forums.themanaworld.org or try to contact a game contributor."
msgstr ""
#. code: l("When you want to buy something then please speak to my apprentice."),
#: npc/008-2-6/alan.txt:22
-#: npc/008-2-6/alan.txt~:22
#, no-c-format
msgid "When you want to buy something then please speak to my apprentice."
msgstr ""
@@ -37298,20 +34741,19 @@ msgstr ""
#. code: mesc(l("When your inventory is open, you can equip an item by selecting it and clicking 'Equip'. You can do the same to unequip an item by clicking on 'Unequip'."), 9);
#: npc/000-2-1/knife.txt:37
#: npc/001-2-22/knife.txt:37
-#: npc/000-2-1/arpan.txt:256
+#: npc/000-2-1/arpan.txt:271
#, no-c-format
msgid "When your inventory is open, you can equip an item by selecting it and clicking 'Equip'. You can do the same to unequip an item by clicking on 'Unequip'."
msgstr ""
#. code: mesq l("Whenever you find a vault, a door, or anything of interest, you can use it to pry it open.");
#: npc/001-3-2/henry.txt:322
-#: npc/001-3-2/henry.txt~:321
#, no-c-format
msgid "Whenever you find a vault, a door, or anything of interest, you can use it to pry it open."
msgstr ""
#. code: rif(getq(ShipQuests_ArpanMoney) < 2, l("Where are my old clothes?")), L_WhereOldClothes,
-#: npc/000-2-1/arpan.txt:159
+#: npc/000-2-1/arpan.txt:160
#, no-c-format
msgid "Where are my old clothes?"
msgstr ""
@@ -37324,22 +34766,15 @@ msgid "Where are the ingredients?"
msgstr ""
#. code: l("Where are you from, though? You have an odd... behavior."),
-#: npc/008-2-32/thamas.txt~:20
#: npc/008-2-32/thamas.txt:20
#, no-c-format
msgid "Where are you from, though? You have an odd... behavior."
msgstr ""
-#. code: lg("Where can I find Julia?"), L_Julia,
+#. code: l("Where can I find Julia?"), L_Julia,
#: npc/000-2-1/arpan.txt:156
#, no-c-format
-msgid "Where can I find Julia?#0"
-msgstr ""
-
-#. code: lg("Where can I find Julia?"), L_Julia,
-#: npc/000-2-1/arpan.txt:156
-#, no-c-format
-msgid "Where can I find Julia?#1"
+msgid "Where can I find Julia?"
msgstr ""
#. code: l("Where can I find a half croconut?"), L_OpenCroconut,
@@ -37355,14 +34790,12 @@ msgid "Where can I find him?"
msgstr ""
#. code: l("Where can I find salad?");
-#: npc/008-2-16/yannika.txt~:417
-#: npc/008-2-16/yannika.txt:417
+#: npc/008-2-16/yannika.txt:418
#, no-c-format
msgid "Where can I find salad?"
msgstr ""
#. code: l("Where can I find some Croc Claws?");
-#: npc/001-2-2/moon.txt~:146
#: npc/001-2-2/moon.txt:147
#, no-c-format
msgid "Where can I find some Croc Claws?"
@@ -37382,7 +34815,6 @@ msgid "Where can I find your crew?"
msgstr ""
#. code: mesq l("Where is Juliet? I want to know where she is! Please find her, %s!", strcharinfo(0));
-#: npc/008-2-4/olana.txt~:78
#: npc/008-2-4/olana.txt:78
#, no-c-format
msgid "Where is Juliet? I want to know where she is! Please find her, %s!"
@@ -37390,27 +34822,23 @@ msgstr ""
#. code: l("Where is Mikhail?"),
#: npc/008-2-4/bernard.txt:31
-#: npc/008-2-4/bernard.txt~:31
#, no-c-format
msgid "Where is Mikhail?"
msgstr ""
#. code: rif(.@enora >= 2, l("Where is the Merchant Guild?")),
#: npc/001-1/chelios.txt:30
-#: npc/001-1/chelios.txt~:30
#, no-c-format
msgid "Where is the Merchant Guild?"
msgstr ""
#. code: l("Where is the academy?"),
-#: npc/020-1/itka.txt~:19
#: npc/020-1/itka.txt:19
#, no-c-format
msgid "Where is the academy?"
msgstr ""
#. code: l("Where is the bakery?"),
-#: npc/020-1/itka.txt~:16
#: npc/020-1/itka.txt:16
#, no-c-format
msgid "Where is the bakery?"
@@ -37425,38 +34853,32 @@ msgid "Where is the damn salt?! Give me the salt, I know you have it!"
msgstr ""
#. code: rif(.@q >= 10, l("Where is the hill?")),
-#: npc/001-1/enora.txt~:389
-#: npc/001-1/enora.txt:389
+#: npc/001-1/enora.txt:414
#, no-c-format
msgid "Where is the hill?"
msgstr ""
#. code: rif(.@q >= 5, l("Where is the light armor shop?")),
-#: npc/001-1/enora.txt~:387
-#: npc/001-1/enora.txt:387
+#: npc/001-1/enora.txt:412
#, no-c-format
msgid "Where is the light armor shop?"
msgstr ""
-#. code: l("Where is the market?"),
#. code: rif(.@q >= 7, l("Where is the market?")),
-#: npc/001-1/enora.txt:388
+#. code: l("Where is the market?"),
#: npc/020-1/itka.txt:17
-#: npc/020-1/itka.txt~:17
-#: npc/001-1/enora.txt~:388
+#: npc/001-1/enora.txt:413
#, no-c-format
msgid "Where is the market?"
msgstr ""
#. code: l("Where is the oasis?"),
-#: npc/020-1/itka.txt~:20
#: npc/020-1/itka.txt:20
#, no-c-format
msgid "Where is the oasis?"
msgstr ""
#. code: l("Where is the prison?"),
-#: npc/020-1/itka.txt~:18
#: npc/020-1/itka.txt:18
#, no-c-format
msgid "Where is the prison?"
@@ -37471,7 +34893,7 @@ msgid "Where should I go?"
msgstr ""
#. code: l("Where would you like to go now?");
-#: npc/000-2-3/nard.txt:296
+#: npc/000-2-3/nard.txt:297
#, no-c-format
msgid "Where would you like to go now?"
msgstr ""
@@ -37483,7 +34905,6 @@ msgid "Which of your weapons do you want to use in order to cut this @@?"
msgstr ""
#. code: mesq l("Which reminds me - I let my two lovely girls play in the woods nearby but they haven't come back yet!");
-#: npc/008-2-4/olana.txt~:104
#: npc/008-2-4/olana.txt:104
#, no-c-format
msgid "Which reminds me - I let my two lovely girls play in the woods nearby but they haven't come back yet!"
@@ -37502,14 +34923,13 @@ msgid "Which weapon do you want to train? Bow or sword?"
msgstr ""
#. code: mesq l("While I'm going through my papers, could you find out whom I have to talk to about opening up a shop in this city?");
-#: npc/020-2-24/kylian.txt~:105
#: npc/020-2-24/kylian.txt:105
#, no-c-format
msgid "While I'm going through my papers, could you find out whom I have to talk to about opening up a shop in this city?"
msgstr ""
#. code: mesq l("While Jalad and Ale like to work together, as they usually do on the ship, last time I've seen them, they were near the big lake, north from here.");
-#: npc/000-1/lean.txt:48
+#: npc/000-1/lean.txt:50
#, no-c-format
msgid "While Jalad and Ale like to work together, as they usually do on the ship, last time I've seen them, they were near the big lake, north from here."
msgstr ""
@@ -37527,15 +34947,13 @@ msgid "White Tulip"
msgstr ""
#. code: l("Who are Jesusalva and WildX?");
-#: npc/008-2-32/thamas.txt~:22
#: npc/008-2-32/thamas.txt:22
#, no-c-format
msgid "Who are Jesusalva and WildX?"
msgstr ""
#. code: l("Who are these friends?"), L_Friends;
-#: npc/001-1/cookiemaster.txt~:114
-#: npc/001-1/cookiemaster.txt:114
+#: npc/001-1/cookiemaster.txt:113
#, no-c-format
msgid "Who are these friends?"
msgstr ""
@@ -37560,11 +34978,10 @@ msgstr ""
#. code: l("Who are you?"), L_Who;
#. code: l("Who are you?"), L_Who,
#. code: rif(.@enora >= 8, l("Who are you?")),
-#: npc/008-2-2/kfahr.txt~:63
-#: npc/000-2-1/arpan.txt:157
#: npc/008-2-2/kfahr.txt:63
-#: npc/001-1/rumly.txt:31
+#: npc/000-2-1/arpan.txt:157
#: npc/000-1/astapolos.txt:83
+#: npc/001-1/rumly.txt:33
#: npc/001-2-26/ivan.txt:64
#, no-c-format
msgid "Who are you?"
@@ -37572,16 +34989,13 @@ msgstr ""
#. code: l("Who dares to enter this cave? Who are you?"),
#: npc/008-3-5/nunia.txt:32
-#: npc/008-3-5/nunia.txt~:69
#: npc/008-3-5/nunia.txt:69
-#: npc/008-3-5/nunia.txt~:32
#, no-c-format
msgid "Who dares to enter this cave? Who are you?"
msgstr ""
#. code: rif(.@q >= 1, l("Who is Don?")),
-#: npc/001-1/enora.txt:386
-#: npc/001-1/enora.txt~:386
+#: npc/001-1/enora.txt:411
#, no-c-format
msgid "Who is Don?"
msgstr ""
@@ -37592,21 +35006,14 @@ msgstr ""
msgid "Who is she?"
msgstr ""
-#. code: npctalk lg("Who is that fellow?"), .@tm$;
-#: npc/008-1-1/cutscene.txt:100
-#, no-c-format
-msgid "Who is that fellow?#0"
-msgstr ""
-
-#. code: npctalk lg("Who is that fellow?"), .@tm$;
+#. code: npctalk l("Who is that fellow?"), .@tm$;
#: npc/008-1-1/cutscene.txt:100
#, no-c-format
-msgid "Who is that fellow?#1"
+msgid "Who is that fellow?"
msgstr ""
#. code: l("Who is the blacksmith outside?"),
#: npc/001-2-27/lydon.txt:12
-#: npc/001-2-27/lydon.txt~:12
#, no-c-format
msgid "Who is the blacksmith outside?"
msgstr ""
@@ -37624,45 +35031,36 @@ msgid "Who's Micksha?"
msgstr ""
#. code: l("Who's this Julia?"), L_Julia,
-#: npc/000-2-3/nard.txt:65
+#: npc/000-2-3/nard.txt:66
#, no-c-format
msgid "Who's this Julia?"
msgstr ""
#. code: l("Whoa, what are you doing?");
-#: npc/008-1/hinnak.txt:31
-#: npc/008-1/hinnak.txt~:31
+#: npc/008-1/hinnak.txt:55
#, no-c-format
msgid "Whoa, what are you doing?"
msgstr ""
#. code: l("Whoah, scary..."),
-#: npc/008-1/hinnak.txt:244
-#: npc/008-1/hinnak.txt~:244
+#: npc/008-1/hinnak.txt:268
#, no-c-format
msgid "Whoah, scary..."
msgstr ""
#. code: l("Whose eyes listen under Moonlight"),
-#: npc/001-2-6/books.txt:68
+#: npc/001-2-6/books.txt:69
#, no-c-format
msgid "Whose eyes listen under Moonlight"
msgstr ""
-#. code: lg("Why are you asking? And who are you too? I've never seen you around before..."),
-#: npc/001-1/rumly.txt:44
-#, no-c-format
-msgid "Why are you asking? And who are you too? I've never seen you around before...#0"
-msgstr ""
-
-#. code: lg("Why are you asking? And who are you too? I've never seen you around before..."),
-#: npc/001-1/rumly.txt:44
+#. code: l("Why are you asking? And who are you too? I've never seen you around before..."),
+#: npc/001-1/rumly.txt:45
#, no-c-format
-msgid "Why are you asking? And who are you too? I've never seen you around before...#1"
+msgid "Why are you asking? And who are you too? I've never seen you around before..."
msgstr ""
#. code: l("Why are you doing this?"),
-#: npc/020-1/itka.txt~:21
#: npc/020-1/itka.txt:21
#, no-c-format
msgid "Why are you doing this?"
@@ -37682,7 +35080,6 @@ msgid "Why are you hiding?"
msgstr ""
#. code: mesq l("Why are you lying? We must cooperate with each other if we want to strive. Otherwise, just like the plants, we will wither and die out. Go fetch the items!");
-#: npc/020-1/hocus.txt~:119
#: npc/020-1/hocus.txt:120
#, no-c-format
msgid "Why are you lying? We must cooperate with each other if we want to strive. Otherwise, just like the plants, we will wither and die out. Go fetch the items!"
@@ -37695,8 +35092,7 @@ msgid "Why do they show up, anyway? I thought Scorpions prefered deserts, not be
msgstr ""
#. code: l("Why do you hate them?");
-#: npc/008-1/hinnak.txt:53
-#: npc/008-1/hinnak.txt~:53
+#: npc/008-1/hinnak.txt:77
#, no-c-format
msgid "Why do you hate them?"
msgstr ""
@@ -37718,7 +35114,6 @@ msgid "Why don't you come out?"
msgstr ""
#. code: mesq l("Why don't you look an article about it on this [%s|tour guide%s], instead?", "@@https://wiki.themanaworld.org/index.php/Esperia", "@@");
-#: npc/008-2-32/thamas.txt~:57
#: npc/008-2-32/thamas.txt:57
#, no-c-format
msgid "Why don't you look an article about it on this [%s|tour guide%s], instead?"
@@ -37757,33 +35152,24 @@ msgid "Why not, but who are you, and what kind of help do you need?"
msgstr ""
#. code: l("Why not, this might get interesting."), L_Friends,
-#: npc/001-1/cookiemaster.txt:197
-#: npc/001-1/cookiemaster.txt~:197
+#: npc/001-1/cookiemaster.txt:196
#, no-c-format
msgid "Why not, this might get interesting."
msgstr ""
#. code: l("Why not?!"),
-#: npc/008-1/jack.txt~:31
#: npc/008-1/jack.txt:31
#, no-c-format
msgid "Why not?!"
msgstr ""
-#. code: mesq (.@ally ? l("I suppose I could. You helped me, after all.") : lg("Why should I help you, traitor?"));
+#. code: mesq (.@ally ? l("I suppose I could. You helped me, after all.") : l("Why should I help you, traitor?"));
#: npc/001-2-22/chefgado.txt:33
#, no-c-format
-msgid "Why should I help you, traitor?#0"
-msgstr ""
-
-#. code: mesq (.@ally ? l("I suppose I could. You helped me, after all.") : lg("Why should I help you, traitor?"));
-#: npc/001-2-22/chefgado.txt:33
-#, no-c-format
-msgid "Why should I help you, traitor?#1"
+msgid "Why should I help you, traitor?"
msgstr ""
#. code: l("Why some of my weapons have a plus sign near them?"),
-#: npc/001-1/chelios.txt~:32
#: npc/001-1/chelios.txt:32
#, no-c-format
msgid "Why some of my weapons have a plus sign near them?"
@@ -37802,14 +35188,13 @@ msgid "Why would the Legion request my help for only 5 potions?"
msgstr ""
#. code: l("Why you don't have a %s with you? You need me to make another one?", getitemlink(.REQ0_OUTPUT));
-#: npc/008-1-1/galimatia.txt:160
+#: npc/008-1-1/galimatia.txt:142
#, no-c-format
msgid "Why you don't have a %s with you? You need me to make another one?"
msgstr ""
#. code: l("Why, hello there! Come to visit Kfahr the Warrior to hear of my exploits, have you?");
#: npc/008-2-2/kfahr.txt:55
-#: npc/008-2-2/kfahr.txt~:55
#, no-c-format
msgid "Why, hello there! Come to visit Kfahr the Warrior to hear of my exploits, have you?"
msgstr ""
@@ -37822,26 +35207,24 @@ msgstr ""
#. code: mesq l("Why? And who should you bring it back to?");
#: npc/000-2-0/julia.txt:107
-#: npc/000-2-0/julia.txt~:107
#, no-c-format
msgid "Why? And who should you bring it back to?"
msgstr ""
#. code: Name: "Wicked Mushroom"
-#: mob_db.conf:2159
+#: mob_db.conf:2122
#, no-c-format
msgid "Wicked Mushroom"
msgstr ""
#. code: mesc l("Will next draw be HIGHER or LOWER?!");
-#: npc/functions/casino.txt:185
+#: npc/functions/casino.txt:188
#, no-c-format
msgid "Will next draw be HIGHER or LOWER?!"
msgstr ""
#. code: mesq l("Will you help me- no, I mean, will you help us, the whole town of Hurnscald?");
#: npc/008-2-13/lena.txt:214
-#: npc/008-2-13/lena.txt~:214
#, no-c-format
msgid "Will you help me- no, I mean, will you help us, the whole town of Hurnscald?"
msgstr ""
@@ -37859,19 +35242,19 @@ msgid "William looks around to make sure no one else is listening and continues.
msgstr ""
#. code: l("Wind and grass is nice and cool, so juicy sweet..."),
-#: npc/001-1/rumly.txt:39
+#: npc/001-1/rumly.txt:40
#, no-c-format
msgid "Wind and grass is nice and cool, so juicy sweet..."
msgstr ""
#. code: mesc l("Winning Streak is also reset on logout or when you leave the room.");
-#: npc/functions/casino.txt:164
+#: npc/functions/casino.txt:167
#, no-c-format
msgid "Winning Streak is also reset on logout or when you leave the room."
msgstr ""
#. code: mesc l("Winning Strike Prizes:");
-#: npc/functions/casino.txt:166
+#: npc/functions/casino.txt:169
#, no-c-format
msgid "Winning Strike Prizes:"
msgstr ""
@@ -37883,7 +35266,7 @@ msgid "Winter"
msgstr ""
#. code: mesc(l("With hunger, thirst, and sleep as your only companions, you have the disturbing realization that you can't remember anything of your former life or identity."), 9);
-#: npc/000-0/sailors.txt:20
+#: npc/000-0/sailors.txt:62
#, no-c-format
msgid "With hunger, thirst, and sleep as your only companions, you have the disturbing realization that you can't remember anything of your former life or identity."
msgstr ""
@@ -37895,20 +35278,19 @@ msgid "With it, you can safely move items and funds between your characters."
msgstr ""
#. code: l("With no choir master nor voice to be sung"),
-#: npc/001-2-6/books.txt:122
+#: npc/001-2-6/books.txt:124
#, no-c-format
msgid "With no choir master nor voice to be sung"
msgstr ""
#. code: l("With nothing more than a torch, some light armor and a sword, I climbed down one of the wells. It was a long climb; the wells go down fairly deep."),
#: npc/008-2-2/kfahr.txt:520
-#: npc/008-2-2/kfahr.txt~:520
#, no-c-format
msgid "With nothing more than a torch, some light armor and a sword, I climbed down one of the wells. It was a long climb; the wells go down fairly deep."
msgstr ""
#. code: l("With proper training, a piou can become a good friend and faithful companion in your adventures.");
-#: npc/001-1/salem.txt:149
+#: npc/001-1/salem.txt:162
#, no-c-format
msgid "With proper training, a piou can become a good friend and faithful companion in your adventures."
msgstr ""
@@ -37920,7 +35302,7 @@ msgid "With the %s in place, it only takes a bit more effort to make it budge."
msgstr ""
#. code: l("With the growth of the Kingdom halted, slow maintenance, and two great famines which killed over half the talpan population, the council decided to seize power and depose Platyna the Red."),
-#: npc/001-2-6/books.txt:254
+#: npc/001-2-6/books.txt:258
#, no-c-format
msgid "With the growth of the Kingdom halted, slow maintenance, and two great famines which killed over half the talpan population, the council decided to seize power and depose Platyna the Red."
msgstr ""
@@ -37944,7 +35326,6 @@ msgid "Within the cities is a place safe enough not to be attacked by another pe
msgstr ""
#. code: l("Without water we couldn't last during the day. So our only hope was to find shelter somewhere – except that the only thing around was sand, and the mid-day sun would rob that of all shelter."),
-#: npc/008-2-2/kfahr.txt~:439
#: npc/008-2-2/kfahr.txt:439
#, no-c-format
msgid "Without water we couldn't last during the day. So our only hope was to find shelter somewhere – except that the only thing around was sand, and the mid-day sun would rob that of all shelter."
@@ -37975,7 +35356,7 @@ msgid "Woah, you're bursting with power."
msgstr ""
#. code: Name: "Wolvern"
-#: mob_db.conf:4889
+#: mob_db.conf:4827
#, no-c-format
msgid "Wolvern"
msgstr ""
@@ -37993,7 +35374,6 @@ msgid "Won't be able to walk properly afterwards, but whatever, I get experience
msgstr ""
#. code: mesq l("Wonderful! I'll be expecting you back.");
-#: npc/008-2-13/lena.txt~:113
#: npc/008-2-13/lena.txt:113
#, no-c-format
msgid "Wonderful! I'll be expecting you back."
@@ -38001,7 +35381,6 @@ msgstr ""
#. code: mesq l("Wonderful! So, how about a warm up?");
#: npc/008-2-13/lena.txt:167
-#: npc/008-2-13/lena.txt~:167
#, no-c-format
msgid "Wonderful! So, how about a warm up?"
msgstr ""
@@ -38033,37 +35412,37 @@ msgstr ""
#. code: dispbottom l("After a tiring, yet fast, travel by Koga, you arrive at @@.", l("Woodlands"));
#. code: dispbottom(l("After a tiring, yet fast travel by ship, you arrive at %s.", l("Woodlands")));
#: npc/001-1/koga.txt:27
-#: npc/000-0-1/narrator.txt:111
+#: npc/000-0-1/narrator.txt:110
#, no-c-format
msgid "Woodlands"
msgstr ""
#. code: l("Words become music and glance"),
-#: npc/001-2-6/books.txt:66
+#: npc/001-2-6/books.txt:67
#, no-c-format
msgid "Words become music and glance"
msgstr ""
#. code: l("World Story For Dummies, Vol I - Ancean Era: From Keshlam to an Empire"),
-#: npc/001-2-6/books.txt:217
+#: npc/001-2-6/books.txt:220
#, no-c-format
msgid "World Story For Dummies, Vol I - Ancean Era: From Keshlam to an Empire"
msgstr ""
#. code: l("World Story For Dummies, Vol II - Ancean Era: Revolutions and Independence"),
-#: npc/001-2-6/books.txt:251
+#: npc/001-2-6/books.txt:255
#, no-c-format
msgid "World Story For Dummies, Vol II - Ancean Era: Revolutions and Independence"
msgstr ""
#. code: l("World Story For Dummies, Vol III - Aemilean Era: The Mana Tree and The Mana War"),
-#: npc/001-2-6/books.txt:287
+#: npc/001-2-6/books.txt:292
#, no-c-format
msgid "World Story For Dummies, Vol III - Aemilean Era: The Mana Tree and The Mana War"
msgstr ""
#. code: l("World Story For Dummies, Vol IV - Aemilean Era: The Fleet of Ancea"),
-#: npc/001-2-6/books.txt:325
+#: npc/001-2-6/books.txt:331
#, no-c-format
msgid "World Story For Dummies, Vol IV - Aemilean Era: The Fleet of Ancea"
msgstr ""
@@ -38076,21 +35455,18 @@ msgstr ""
#. code: mesq l("Would you be interested in changing your... appearance?");
#: npc/009-2-6/eurni.txt:11
-#: npc/009-2-6/eurni.txt~:11
#, no-c-format
msgid "Would you be interested in changing your... appearance?"
msgstr ""
#. code: l("Would you go get them for me?");
#: npc/008-1/mikhail.txt:43
-#: npc/008-1/mikhail.txt~:43
#, no-c-format
msgid "Would you go get them for me?"
msgstr ""
#. code: l("Would you help me kill some?");
#: npc/008-2-4/bernard.txt:41
-#: npc/008-2-4/bernard.txt~:41
#, no-c-format
msgid "Would you help me kill some?"
msgstr ""
@@ -38103,7 +35479,6 @@ msgstr ""
#. code: mesq l("Would you mind giving this letter to my little Rossy? You see, Rossy and Juliet are enrolled at Tulimshar Magic School...");
#: npc/008-2-4/olana.txt:213
-#: npc/008-2-4/olana.txt~:212
#, no-c-format
msgid "Would you mind giving this letter to my little Rossy? You see, Rossy and Juliet are enrolled at Tulimshar Magic School..."
msgstr ""
@@ -38115,14 +35490,12 @@ msgid "Wow, it seems everyone knows my name!"
msgstr ""
#. code: l("Wow."),
-#: npc/008-2-2/kfahr.txt~:478
#: npc/008-2-2/kfahr.txt:478
#, no-c-format
msgid "Wow."
msgstr ""
#. code: 008-2-7,27,28,0 script Wyara NPC_DARK_DRUID,{
-#: npc/008-2-7/wyara.txt~:7
#: npc/008-2-7/wyara.txt:7
#, no-c-format
msgid "Wyara"
@@ -38135,28 +35508,31 @@ msgid "Xilaxa#001-1"
msgstr ""
#. code: l("YES, BRING ME TO ARTIS."),
-#: npc/000-2-3/nard.txt:252
+#: npc/000-2-3/nard.txt:253
#, no-c-format
msgid "YES, BRING ME TO ARTIS."
msgstr ""
#. code: l("YOU'RE CRAZY!"),
-#: npc/008-3-1/arkim.txt~:37
#: npc/008-3-1/arkim.txt:37
#, no-c-format
msgid "YOU'RE CRAZY!"
msgstr ""
+#. code: mesq l("Ya. I'll teach you a cold shot, it is not exceptional but is a solid basic ice attack.");
+#: npc/000-2-1/arpan.txt:204
+#, no-c-format
+msgid "Ya. I'll teach you a cold shot, it is not exceptional but is a solid basic ice attack."
+msgstr ""
+
#. code: 020-2-9,44,27,0 script Yanis NPC_ELVEN_MAN_STANDING,{
#: npc/020-2-9/yanis.txt:7
-#: npc/020-2-9/yanis.txt~:7
#, no-c-format
msgid "Yanis"
msgstr ""
#. code: mesn l("Yannika");
#. code: 008-2-16,28,29,0 script Yannika NPC_YANNIKA,{
-#: npc/008-2-16/yannika.txt~:16
#: npc/008-2-16/stove.txt:12
#: npc/008-2-16/yannika.txt:16
#, no-c-format
@@ -38164,22 +35540,15 @@ msgid "Yannika"
msgstr ""
#. code: mesq l("Yay, it worked! I removed a spike.");
-#: npc/001-2-2/moon.txt~:47
#: npc/001-2-2/moon.txt:47
#, no-c-format
msgid "Yay, it worked! I removed a spike."
msgstr ""
-#. code: mesq lg("Yaya, you should go see her! She'll be happy to see you.");
+#. code: mesq l("Yaya, you should go see her! She'll be happy to see you.");
#: npc/000-2-1/arpan.txt:141
#, no-c-format
-msgid "Yaya, you should go see her! She'll be happy to see you.#0"
-msgstr ""
-
-#. code: mesq lg("Yaya, you should go see her! She'll be happy to see you.");
-#: npc/000-2-1/arpan.txt:141
-#, no-c-format
-msgid "Yaya, you should go see her! She'll be happy to see you.#1"
+msgid "Yaya, you should go see her! She'll be happy to see you."
msgstr ""
#. code: mesq l("Yayayaya, it's the first time someone is dressed worse than us!");
@@ -38215,8 +35584,7 @@ msgid "Yeah, finally!!!"
msgstr ""
#. code: l("Yeah, funny now..."),
-#: npc/008-1/hinnak.txt:252
-#: npc/008-1/hinnak.txt~:252
+#: npc/008-1/hinnak.txt:276
#, no-c-format
msgid "Yeah, funny now..."
msgstr ""
@@ -38228,7 +35596,7 @@ msgid "Yeah, we did hear a commotion."
msgstr ""
#. code: l("Yeah, well what's the difference?");
-#: npc/000-1/sapartan.txt:70
+#: npc/000-1/sapartan.txt:71
#, no-c-format
msgid "Yeah, well what's the difference?"
msgstr ""
@@ -38240,14 +35608,12 @@ msgid "Yeah, yeah, of course you don't..."
msgstr ""
#. code: l("Yeah, you could say that...");
-#: npc/008-1/hinnak.txt~:258
-#: npc/008-1/hinnak.txt:258
+#: npc/008-1/hinnak.txt:282
#, no-c-format
msgid "Yeah, you could say that..."
msgstr ""
#. code: l("Yeees, yes... doesn't everyone?");
-#: npc/008-2-2/kfahr.txt~:190
#: npc/008-2-2/kfahr.txt:190
#, no-c-format
msgid "Yeees, yes... doesn't everyone?"
@@ -38267,26 +35633,26 @@ msgstr ""
#. code: Name: "Yellow Rose"
#: item_db.conf:-1
-#: mob_db.conf:2563
+#: mob_db.conf:2518
#, no-c-format
msgid "Yellow Rose"
msgstr ""
#. code: Name: "Yellow Slime"
-#: mob_db.conf:3143
+#: mob_db.conf:3091
#, no-c-format
msgid "Yellow Slime"
msgstr ""
#. code: Name: "Yellow Slime Progenitor"
-#: mob_db.conf:4160
+#: mob_db.conf:4103
#, no-c-format
msgid "Yellow Slime Progenitor"
msgstr ""
#. code: Name: "Yellow Tulip"
#: item_db.conf:-1
-#: mob_db.conf:2526
+#: mob_db.conf:2482
#, no-c-format
msgid "Yellow Tulip"
msgstr ""
@@ -38294,17 +35660,15 @@ msgstr ""
#. code: .@sel = select(menuaction(l("Yes")),
#. code: l("Yes"),
#. code: l("Yes");
-#: npc/001-3-2/henry.txt~:156
#: npc/functions/main.txt:204
#: npc/001-3-2/henry.txt:156
-#: npc/functions/main.txt~:205
#: npc/commands/scheduled-broadcasts.txt:65
#, no-c-format
msgid "Yes"
msgstr ""
#. code: l("Yes I am and you are going to face justice!")))
-#: npc/001-1/rumly.txt:49
+#: npc/001-1/rumly.txt:50
#, no-c-format
msgid "Yes I am and you are going to face justice!"
msgstr ""
@@ -38318,8 +35682,7 @@ msgid "Yes I am."
msgstr ""
#. code: switch (select(l("Yes I do."),
-#: npc/001-1/enora.txt:271
-#: npc/001-1/enora.txt~:271
+#: npc/001-1/enora.txt:272
#, no-c-format
msgid "Yes I do."
msgstr ""
@@ -38338,7 +35701,6 @@ msgstr ""
#. code: l("Yes!"), -,
#. code: l("Yes!"),
-#: npc/008-2-6/alan.txt~:212
#: npc/000-1/darlin.txt:24
#: npc/008-2-6/alan.txt:212
#, no-c-format
@@ -38346,8 +35708,7 @@ msgid "Yes!"
msgstr ""
#. code: mesq l("Yes! @@ is written on my cookie list.", strcharinfo(0));
-#: npc/001-1/cookiemaster.txt~:172
-#: npc/001-1/cookiemaster.txt:172
+#: npc/001-1/cookiemaster.txt:171
#, no-c-format
msgid "Yes! @@ is written on my cookie list."
msgstr ""
@@ -38364,35 +35725,8 @@ msgstr ""
msgid "Yes, I am authorizing you to use them as you deem fit, until you get stronger."
msgstr ""
-#. code: switch (select(lg("Yes, I am sure. Please reset my status!"),
-#: npc/functions/resetstatus.txt:66
-#, no-c-format
-msgid "Yes, I am sure. Please reset my status!#0"
-msgstr ""
-
-#. code: switch (select(lg("Yes, I am sure. Please reset my status!"),
-#: npc/functions/resetstatus.txt:66
-#, no-c-format
-msgid "Yes, I am sure. Please reset my status!#1"
-msgstr ""
-
-#. code: switch (select(lg("Yes, I am sure."),
-#: npc/001-1/rumly.txt:133
-#: npc/functions/resetstatus.txt~:66
-#, no-c-format
-msgid "Yes, I am sure.#0"
-msgstr ""
-
-#. code: switch (select(lg("Yes, I am sure."),
-#: npc/001-1/rumly.txt:133
-#: npc/functions/resetstatus.txt~:66
-#, no-c-format
-msgid "Yes, I am sure.#1"
-msgstr ""
-
#. code: l("Yes, I did. He said that the trees turned into dangerous monsters."),
#: npc/008-2-6/alan.txt:107
-#: npc/008-2-6/alan.txt~:107
#, no-c-format
msgid "Yes, I did. He said that the trees turned into dangerous monsters."
msgstr ""
@@ -38400,14 +35734,13 @@ msgstr ""
#. code: l("Yes, I do."), L_Menu,
#. code: if (select(l("Yes, I do."), l("No, none.")) == 1) {
#: npc/001-2-21/julia.txt:33
-#: npc/000-2-0/julia.txt~:37
#: npc/000-2-0/julia.txt:37
#, no-c-format
msgid "Yes, I do."
msgstr ""
#. code: l("Yes, I feel strong enough for dangerous combats!"), L_Quit;
-#: npc/000-1/sapartan.txt:56
+#: npc/000-1/sapartan.txt:57
#, no-c-format
msgid "Yes, I feel strong enough for dangerous combats!"
msgstr ""
@@ -38426,26 +35759,18 @@ msgstr ""
#. code: mesq l("Yes, I know. I really should have started it earlier... But I can't look for Juliet AND get the ingredients at the same time. Some of them are only found in Tulimshar.");
#: npc/008-1/rossy.txt:209
-#: npc/008-1/rossy.txt~:208
#, no-c-format
msgid "Yes, I know. I really should have started it earlier... But I can't look for Juliet AND get the ingredients at the same time. Some of them are only found in Tulimshar."
msgstr ""
-#. code: npctalk lg("Yes, I remember her.", "Yes, I remember him."), .@tm$;
-#: npc/008-1-1/cutscene.txt:104
-#, no-c-format
-msgid "Yes, I remember her.#0"
-msgstr ""
-
-#. code: npctalk lg("Yes, I remember her.", "Yes, I remember him."), .@tm$;
+#. code: npctalk l("Yes, I remember."), .@tm$;
#: npc/008-1-1/cutscene.txt:104
#, no-c-format
-msgid "Yes, I remember him.#1"
+msgid "Yes, I remember."
msgstr ""
#. code: l("Yes, I saw someone with a large sack on their back go to the mining camp.");
-#: npc/008-1/hinnak.txt:290
-#: npc/008-1/hinnak.txt~:290
+#: npc/008-1/hinnak.txt:314
#, no-c-format
msgid "Yes, I saw someone with a large sack on their back go to the mining camp."
msgstr ""
@@ -38458,13 +35783,11 @@ msgstr ""
#. code: l("Yes, I've got the Forest bow now."),
#: npc/008-1/jack.txt:154
-#: npc/008-1/jack.txt~:154
#, no-c-format
msgid "Yes, I've got the Forest bow now."
msgstr ""
#. code: l("Yes, a mask was stolen from us the last night we were in Hurnscald."));
-#: npc/008-2-24/troupe-leader.txt~:32
#: npc/008-2-24/troupe-leader.txt:32
#, no-c-format
msgid "Yes, a mask was stolen from us the last night we were in Hurnscald."
@@ -38472,7 +35795,6 @@ msgstr ""
#. code: l("Yes, a snail attacked them.");
#: npc/008-2-4/olana.txt:142
-#: npc/008-2-4/olana.txt~:142
#, no-c-format
msgid "Yes, a snail attacked them."
msgstr ""
@@ -38496,16 +35818,13 @@ msgid "Yes, follow me!"
msgstr ""
#. code: l("Yes, here they are!"),
-#: npc/008-2-2/kfahr.txt~:651
#: npc/008-2-2/kfahr.txt:651
#: npc/008-1/rossy.txt:257
-#: npc/008-1/rossy.txt~:256
#, no-c-format
msgid "Yes, here they are!"
msgstr ""
#. code: rif(countitem(Knife) >= 2, l("Yes, here they are.")),
-#: npc/008-2-16/yannika.txt~:101
#: npc/008-2-16/yannika.txt:101
#, no-c-format
msgid "Yes, here they are."
@@ -38542,10 +35861,8 @@ msgid "Yes, please use my blood to save lifes."
msgstr ""
#. code: l("Yes, please!"),
-#: npc/008-1/jack.txt~:128
-#: npc/008-3-1/arkim.txt~:12
-#: npc/008-1/jack.txt:128
#: npc/008-3-1/arkim.txt:12
+#: npc/008-1/jack.txt:128
#, no-c-format
msgid "Yes, please!"
msgstr ""
@@ -38558,17 +35875,14 @@ msgstr ""
#. code: l("Yes, sure thing."),
#: npc/008-2-16/yannika.txt:80
-#: npc/008-2-16/yannika.txt~:80
#, no-c-format
msgid "Yes, sure thing."
msgstr ""
-#. code: rif(countitem(TreasureKey) >= .numKeys, l("Yes, take it.")),
#. code: rif(countitem(CoinBag) >= .numCoins, l("Yes, take it.")),
-#: npc/008-2-13/lena.txt:179
+#. code: rif(countitem(TreasureKey) >= .numKeys, l("Yes, take it.")),
#: npc/008-2-13/lena.txt:122
-#: npc/008-2-13/lena.txt~:179
-#: npc/008-2-13/lena.txt~:122
+#: npc/008-2-13/lena.txt:179
#, no-c-format
msgid "Yes, take it."
msgstr ""
@@ -38581,22 +35895,18 @@ msgstr ""
#. code: l("Yes, that would be nice."));
#: npc/008-2-6/alan.txt:40
-#: npc/008-2-6/alan.txt~:40
#, no-c-format
msgid "Yes, that would be nice."
msgstr ""
#. code: l("Yes, the deed is done.");
-#: npc/001-3-2/henry.txt~:273
#: npc/001-3-2/henry.txt:184
#: npc/001-3-2/henry.txt:274
-#: npc/001-3-2/henry.txt~:184
#, no-c-format
msgid "Yes, the deed is done."
msgstr ""
#. code: l("Yes, the file has been dealt with.");
-#: npc/001-3-2/henry.txt~:77
#: npc/001-3-2/henry.txt:77
#, no-c-format
msgid "Yes, the file has been dealt with."
@@ -38616,14 +35926,12 @@ msgstr ""
#. code: l("Yes, yes I know... Too bad then. See you soon!"), L_Bye;
#: npc/001-1/cookiemaster.txt:78
-#: npc/001-1/cookiemaster.txt~:78
#, no-c-format
msgid "Yes, yes I know... Too bad then. See you soon!"
msgstr ""
#. code: l("Yes, you look quite fast."),
-#: npc/008-1/hinnak.txt~:70
-#: npc/008-1/hinnak.txt:70
+#: npc/008-1/hinnak.txt:94
#, no-c-format
msgid "Yes, you look quite fast."
msgstr ""
@@ -38641,25 +35949,24 @@ msgstr ""
#: npc/000-2-2/doors.txt:26
#: npc/000-2-1/alige.txt:275
#: npc/008-2-4/bernard.txt:44
-#: npc/008-2-4/bernard.txt~:44
#: npc/001-2-23/doors.txt:26
#: npc/000-2-1/knife.txt:21
+#: npc/000-2-1/arpan.txt:288
#: npc/001-3-2/smuggler.txt:23
#: npc/001-2-19/lloyd.txt:106
#: npc/001-2-22/alige.txt:279
-#: npc/000-2-1/arpan.txt:273
#, no-c-format
msgid "Yes."
msgstr ""
#. code: mesc(l("Yes. We truly don't remember anyone.")); // FIXME: juxtaposition of Yes and No (probably should be "No, we truly don't...")
-#: npc/000-0-1/narrator.txt:125
+#: npc/000-0-1/narrator.txt:124
#, no-c-format
msgid "Yes. We truly don't remember anyone."
msgstr ""
#. code: mesc(l("Yes... We remember a fellow adventurer... What was their name again?"));
-#: npc/000-0-1/narrator.txt:131
+#: npc/000-0-1/narrator.txt:130
#, no-c-format
msgid "Yes... We remember a fellow adventurer... What was their name again?"
msgstr ""
@@ -38718,16 +36025,10 @@ msgstr ""
msgid "Yeye still have my box? Stare less and work more. Go give it to Gugli!"
msgstr ""
-#. code: mesq lg("Yeye sure? I'll yaye some more food in the next box then.");
+#. code: mesq l("Yeye sure? I'll yaye some more food in the next box then.");
#: npc/000-1/gulukan.txt:90
#, no-c-format
-msgid "Yeye sure? I'll yaye some more food in the next box then.#0"
-msgstr ""
-
-#. code: mesq lg("Yeye sure? I'll yaye some more food in the next box then.");
-#: npc/000-1/gulukan.txt:90
-#, no-c-format
-msgid "Yeye sure? I'll yaye some more food in the next box then.#1"
+msgid "Yeye sure? I'll yaye some more food in the next box then."
msgstr ""
#. code: mesq l("Yeye's brain is probably still full of sea water if yeye can't see the beauty of this place.");
@@ -38736,40 +36037,22 @@ msgstr ""
msgid "Yeye's brain is probably still full of sea water if yeye can't see the beauty of this place."
msgstr ""
-#. code: mesq lg("Yeye, it's the logo of the Legion of Aemil in Esperia! I wonder what this yoiis was doing so far away from the coast.");
+#. code: mesq l("Yeye, it's the logo of the Legion of Aemil in Esperia! I wonder what this yoiis was doing so far away from the coast.");
#: npc/000-0-0/sailors.txt:18
#, no-c-format
-msgid "Yeye, it's the logo of the Legion of Aemil in Esperia! I wonder what this yoiis was doing so far away from the coast.#0"
+msgid "Yeye, it's the logo of the Legion of Aemil in Esperia! I wonder what this yoiis was doing so far away from the coast."
msgstr ""
-#. code: mesq lg("Yeye, it's the logo of the Legion of Aemil in Esperia! I wonder what this yoiis was doing so far away from the coast.");
-#: npc/000-0-0/sailors.txt:18
-#, no-c-format
-msgid "Yeye, it's the logo of the Legion of Aemil in Esperia! I wonder what this yoiis was doing so far away from the coast.#1"
-msgstr ""
-
-#. code: mesq lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?");
-#: npc/000-2-1/arpan.txt:105
-#, no-c-format
-msgid "Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?#0"
-msgstr ""
-
-#. code: mesq lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?");
+#. code: mesq l("Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?");
#: npc/000-2-1/arpan.txt:105
#, no-c-format
-msgid "Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?#1"
+msgid "Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?"
msgstr ""
-#. code: mesq lg("Yeye, you still did not get your new clothes from the chest next to your bed!");
+#. code: mesq l("Yeye, you still did not get your new clothes from the chest next to your bed!");
#: npc/000-2-1/arpan.txt:114
#, no-c-format
-msgid "Yeye, you still did not get your new clothes from the chest next to your bed!#0"
-msgstr ""
-
-#. code: mesq lg("Yeye, you still did not get your new clothes from the chest next to your bed!");
-#: npc/000-2-1/arpan.txt:114
-#, no-c-format
-msgid "Yeye, you still did not get your new clothes from the chest next to your bed!#1"
+msgid "Yeye, you still did not get your new clothes from the chest next to your bed!"
msgstr ""
#. code: mesq l("Yeye.");
@@ -38798,20 +36081,18 @@ msgstr ""
#. code: l("You DID get those yourself, didn't you? Not buy them or somesuch...?");
#: npc/008-2-2/kfahr.txt:705
-#: npc/008-2-2/kfahr.txt~:705
#, no-c-format
msgid "You DID get those yourself, didn't you? Not buy them or somesuch...?"
msgstr ""
#. code: l("You already did enough for us, do you want to follow Nard's advice and get some rest?");
-#: npc/000-2-1/arpan.txt:271
+#: npc/000-2-1/arpan.txt:286
#, no-c-format
msgid "You already did enough for us, do you want to follow Nard's advice and get some rest?"
msgstr ""
#. code: l("You already did enough for us, follow Nard's advice and get some rest."),
#: npc/000-2-0/julia.txt:56
-#: npc/000-2-0/julia.txt~:56
#, no-c-format
msgid "You already did enough for us, follow Nard's advice and get some rest."
msgstr ""
@@ -38841,23 +36122,10 @@ msgid "You are a handsome and good looking bird!"
msgstr ""
#. code: l("You are already registered here."),
-#: npc/001-2-28/plush.txt~:69
-#, no-c-format
-msgid "You are already registered here."
-msgstr ""
-
-#. code: lg("You are already registered here."),
-#: npc/008-2-2/melania.txt:41
-#: npc/001-2-28/plush.txt:70
-#, no-c-format
-msgid "You are already registered here.#0"
-msgstr ""
-
-#. code: lg("You are already registered here."),
#: npc/008-2-2/melania.txt:41
-#: npc/001-2-28/plush.txt:70
+#: npc/001-2-28/plush.txt:69
#, no-c-format
-msgid "You are already registered here.#1"
+msgid "You are already registered here."
msgstr ""
#. code: mescordialog l("You are completly overwhelmed by your magic."), 1, .@dial;
@@ -38872,16 +36140,10 @@ msgstr ""
msgid "You are currently at %s."
msgstr ""
-#. code: lg("You are exhausted, you should rest a bit.");
-#: npc/items/shovel.txt:74
-#, no-c-format
-msgid "You are exhausted, you should rest a bit.#0"
-msgstr ""
-
-#. code: lg("You are exhausted, you should rest a bit.");
+#. code: l("You are exhausted, you should rest a bit.");
#: npc/items/shovel.txt:74
#, no-c-format
-msgid "You are exhausted, you should rest a bit.#1"
+msgid "You are exhausted, you should rest a bit."
msgstr ""
#. code: l("You are full of wine, my friend..."), -,
@@ -38903,7 +36165,6 @@ msgid "You are hurt! Looks like I have to save private Ryan..."
msgstr ""
#. code: l("You are in the Blacksmith's house, by Jove!"),
-#: npc/001-2-27/kaylo.txt~:28
#: npc/001-2-27/kaylo.txt:28
#, no-c-format
msgid "You are in the Blacksmith's house, by Jove!"
@@ -38915,16 +36176,10 @@ msgstr ""
msgid "You are just sitting on the shadow of your store."
msgstr ""
-#. code: lg("You are lucky there are no mental faculty requirements to join the Legion!");
-#: npc/001-2-33/lozerk.txt:113
-#, no-c-format
-msgid "You are lucky there are no mental faculty requirements to join the Legion!#0"
-msgstr ""
-
-#. code: lg("You are lucky there are no mental faculty requirements to join the Legion!");
+#. code: l("You are lucky there are no mental faculty requirements to join the Legion!");
#: npc/001-2-33/lozerk.txt:113
#, no-c-format
-msgid "You are lucky there are no mental faculty requirements to join the Legion!#1"
+msgid "You are lucky there are no mental faculty requirements to join the Legion!"
msgstr ""
#. code: mescordialog l("You are mostly in control of your magic."), 2, .@dial;
@@ -38933,20 +36188,14 @@ msgstr ""
msgid "You are mostly in control of your magic."
msgstr ""
-#. code: lg("You are new around here, right?");
-#: npc/001-2-19/lloyd.txt:82
-#, no-c-format
-msgid "You are new around here, right?#0"
-msgstr ""
-
-#. code: lg("You are new around here, right?");
+#. code: l("You are new around here, right?");
#: npc/001-2-19/lloyd.txt:82
#, no-c-format
-msgid "You are new around here, right?#1"
+msgid "You are new around here, right?"
msgstr ""
#. code: mesq l("You are now officially part of my crew! Thanks again for your help.");
-#: npc/000-2-3/nard.txt:208
+#: npc/000-2-3/nard.txt:209
#, no-c-format
msgid "You are now officially part of my crew! Thanks again for your help."
msgstr ""
@@ -38958,7 +36207,7 @@ msgid "You are now part of the crew... At least for us down here!"
msgstr ""
#. code: mesc(l("You are on a raft, adrift in the sea."), 9);
-#: npc/000-0/sailors.txt:18
+#: npc/000-0/sailors.txt:60
#, no-c-format
msgid "You are on a raft, adrift in the sea."
msgstr ""
@@ -38993,21 +36242,14 @@ msgstr ""
msgid "You are trying to open the @@th pin. What will to do?"
msgstr ""
-#. code: lg("You are weird, I have to go sorry.");
-#: npc/001-1/rumly.txt:33
+#. code: l("You are weird, I have to go sorry.");
+#: npc/001-1/rumly.txt:34
#, no-c-format
-msgid "You are weird, I have to go sorry.#0"
-msgstr ""
-
-#. code: lg("You are weird, I have to go sorry.");
-#: npc/001-1/rumly.txt:33
-#, no-c-format
-msgid "You are weird, I have to go sorry.#1"
+msgid "You are weird, I have to go sorry."
msgstr ""
#. code: mesq l("You better get out of here, before I turn you into stew!");
#: npc/009-2-3/chef.txt:70
-#: npc/009-2-3/chef.txt~:70
#, no-c-format
msgid "You better get out of here, before I turn you into stew!"
msgstr ""
@@ -39025,7 +36267,6 @@ msgid "You bored me, see you later."
msgstr ""
#. code: l("You brought me my %s!", getitemlink(.first_item)),
-#: npc/008-2-4/bernard.txt~:87
#: npc/008-2-4/bernard.txt:87
#, no-c-format
msgid "You brought me my %s!"
@@ -39033,7 +36274,6 @@ msgstr ""
#. code: l("You brought me the %d %s!",
#: npc/008-2-4/bernard.txt:130
-#: npc/008-2-4/bernard.txt~:130
#, no-c-format
msgid "You brought me the %d %s!"
msgstr ""
@@ -39057,14 +36297,13 @@ msgid "You can also answer in your native language or in English."
msgstr ""
#. code: mesq l("You can also attack an enemy from your keyboard pressing the 'A' key to select it, and the 'Ctrl' key to attack it, this of course works if you didn't change your keyboard keys yet.");
-#: npc/000-1/sapartan.txt:80
+#: npc/000-1/sapartan.txt:81
#, no-c-format
msgid "You can also attack an enemy from your keyboard pressing the 'A' key to select it, and the 'Ctrl' key to attack it, this of course works if you didn't change your keyboard keys yet."
msgstr ""
#. code: l("You can also improve your equipment in a totally different way with the use of cards."),
#: npc/001-2-27/don.txt:49
-#: npc/001-2-27/don.txt~:49
#, no-c-format
msgid "You can also improve your equipment in a totally different way with the use of cards."
msgstr ""
@@ -39076,13 +36315,12 @@ msgid "You can also make money %s. Nobody pays better than people in need of hel
msgstr ""
#. code: dispbottom l("You can also manually stop it at any time with: @exprate default");
-#: npc/commands/rate-management.txt:45
+#: npc/commands/rate-management.txt:51
#, no-c-format
msgid "You can also manually stop it at any time with: @exprate default"
msgstr ""
#. code: mesq l("You can also read The Book of Laws at any time to see the rules.");
-#: npc/000-2-0/julia.txt~:277
#: npc/000-2-0/julia.txt:277
#, no-c-format
msgid "You can also read The Book of Laws at any time to see the rules."
@@ -39096,13 +36334,12 @@ msgstr ""
#. code: l("You can also use your room to get some rest after a long battle. That will consume your reservation but your HP will be fully restored.");
#: npc/001-2-28/plush.txt:16
-#: npc/001-2-28/plush.txt~:16
#, no-c-format
msgid "You can also use your room to get some rest after a long battle. That will consume your reservation but your HP will be fully restored."
msgstr ""
#. code: mesq l("You can attack a monster by clicking directly on it. Once selected, you may notice a bar near your target showing you how much health it has left.");
-#: npc/000-1/sapartan.txt:78
+#: npc/000-1/sapartan.txt:79
#, no-c-format
msgid "You can attack a monster by clicking directly on it. Once selected, you may notice a bar near your target showing you how much health it has left."
msgstr ""
@@ -39121,13 +36358,13 @@ msgid "You can drag and drop an item to the NPC window or select an item through
msgstr ""
#. code: l("You can easily identify fishing spots, small bubbles and fishes are visible from the surface."),
-#: npc/001-2-4/books.txt:66
+#: npc/001-2-4/books.txt:67
#, no-c-format
msgid "You can easily identify fishing spots, small bubbles and fishes are visible from the surface."
msgstr ""
#. code: mesq l("You can easily see if a monster is easy to kill or just impossible to defeat. Do not try against creatures that are way more powerful than you... You'd be risking your life for nothing.");
-#: npc/000-1/sapartan.txt:64
+#: npc/000-1/sapartan.txt:65
#, no-c-format
msgid "You can easily see if a monster is easy to kill or just impossible to defeat. Do not try against creatures that are way more powerful than you... You'd be risking your life for nothing."
msgstr ""
@@ -39145,7 +36382,6 @@ msgid "You can exit duel mode with %s. You'll also leave it by death."
msgstr ""
#. code: mesq l("You can find him to the clifftop behind Morcant's house.");
-#: npc/008-2-32/thamas.txt~:66
#: npc/008-2-32/thamas.txt:66
#, no-c-format
msgid "You can find him to the clifftop behind Morcant's house."
@@ -39164,7 +36400,7 @@ msgid "You can find more info about this on these links:"
msgstr ""
#. code: npctalk3 l("You can find novels and poems on this floor.");
-#: npc/001-2-6/leonard.txt:33
+#: npc/001-2-6/leonard.txt:34
#: npc/001-2-6/christopher.txt:30
#, no-c-format
msgid "You can find novels and poems on this floor."
@@ -39177,15 +36413,13 @@ msgid "You can find out the monster strength by using \"@monsterinfo <English Mo
msgstr ""
#. code: mesq l("You can find some Crocs on the beach, you could look up at the one after the gate, on top of this city.");
-#: npc/001-2-2/moon.txt~:182
#: npc/001-2-2/moon.txt:183
#, no-c-format
msgid "You can find some Crocs on the beach, you could look up at the one after the gate, on top of this city."
msgstr ""
#. code: l("You can find the building of the Legion of Gasaron there, like in any other city, but Esperia is important for us as our headquarters are there.");
-#: npc/001-1/enora.txt~:217
-#: npc/001-1/enora.txt:217
+#: npc/001-1/enora.txt:218
#, no-c-format
msgid "You can find the building of the Legion of Gasaron there, like in any other city, but Esperia is important for us as our headquarters are there."
msgstr ""
@@ -39203,8 +36437,7 @@ msgid "You can get some rest at the inn near here."
msgstr ""
#. code: l("You can go upstairs and choose a different room if you want.");
-#: npc/001-2-28/plush.txt~:35
-#: npc/001-2-28/plush.txt:36
+#: npc/001-2-28/plush.txt:35
#: npc/008-2-2/melania.txt:97
#, no-c-format
msgid "You can go upstairs and choose a different room if you want."
@@ -39266,7 +36499,6 @@ msgstr ""
#. code: l("You can try if you know the recipe, but your chance of success is lesser than a well trained smith and master craftsman.");
#: npc/001-2-27/don.txt:92
-#: npc/001-2-27/don.txt~:92
#, no-c-format
msgid "You can try if you know the recipe, but your chance of success is lesser than a well trained smith and master craftsman."
msgstr ""
@@ -39277,14 +36509,8 @@ msgstr ""
msgid "You can try talking with some other sailors to get some information about that."
msgstr ""
-#. code: l("You can use it to clear your stats, to start freshly if you see what I mean..."),
-#: npc/001-1/rumly.txt:61
-#, no-c-format
-msgid "You can use it to clear your stats, to start freshly if you see what I mean..."
-msgstr ""
-
#. code: l("You can use many diverse items to lure fishes."),
-#: npc/001-2-4/books.txt:53
+#: npc/001-2-4/books.txt:54
#, no-c-format
msgid "You can use many diverse items to lure fishes."
msgstr ""
@@ -39338,13 +36564,6 @@ msgstr ""
msgid "You cannot bury under a NPC!"
msgstr ""
-#. code: dispbottom l("You cannot carry the fruits.");
-#: npc/functions/resetstatus.txt~:16
-#: npc/functions/resetstatus.txt:16
-#, no-c-format
-msgid "You cannot carry the fruits."
-msgstr ""
-
#. code: mesc l("You cannot drop this item!");
#: npc/functions/manhole.txt:48
#, no-c-format
@@ -39352,15 +36571,13 @@ msgid "You cannot drop this item!"
msgstr ""
#. code: dispbottom l("You caught a @@ but had no room in your inventory to carry it.", getitemlink(.@fish_id));
-#: npc/functions/fishing.txt~:192
-#: npc/functions/fishing.txt:192
+#: npc/functions/fishing.txt:193
#, no-c-format
msgid "You caught a @@ but had no room in your inventory to carry it."
msgstr ""
#. code: //dispbottom l("You caught a @@!", getitemlink(.@fish_id)); <= already shows "you picked up [...]"
-#: npc/functions/fishing.txt:197
-#: npc/functions/fishing.txt~:197
+#: npc/functions/fishing.txt:198
#, no-c-format
msgid "You caught a @@!"
msgstr ""
@@ -39402,8 +36619,7 @@ msgid "You come from Hurnscald? Oh, did you meet my Grandpa there? Is she fine?"
msgstr ""
#. code: l("You concentrate and try to summon old memories from within your mind."),
-#: npc/001-1/enora.txt:96
-#: npc/001-1/enora.txt~:96
+#: npc/001-1/enora.txt:97
#, no-c-format
msgid "You concentrate and try to summon old memories from within your mind."
msgstr ""
@@ -39427,7 +36643,6 @@ msgid "You currently have @@ Esperin on your bank account."
msgstr ""
#. code: mesc l("You describe to him how Nunia is supposed to lay low for a while.");
-#: npc/001-3-2/henry.txt~:308
#: npc/001-3-2/henry.txt:309
#, no-c-format
msgid "You describe to him how Nunia is supposed to lay low for a while."
@@ -39435,32 +36650,26 @@ msgstr ""
#. code: mesc l("You did not defeat the boss, you can't learn any skills.");
#: npc/items/master_skillbook.txt:42
-#: npc/items/master_skillbook.txt~:42
#, no-c-format
msgid "You did not defeat the boss, you can't learn any skills."
msgstr ""
#. code: l("You did such a good job, you should keep it."));
-#: npc/008-2-24/troupe-leader.txt~:65
#: npc/008-2-24/troupe-leader.txt:65
#, no-c-format
msgid "You did such a good job, you should keep it."
msgstr ""
#. code: l("You didn't bring even a single one!");
-#: npc/008-2-2/kfahr.txt~:681
-#: npc/008-2-2/kfahr.txt:729
#: npc/008-2-2/kfahr.txt:681
-#: npc/008-2-2/kfahr.txt~:729
+#: npc/008-2-2/kfahr.txt:729
#, no-c-format
msgid "You didn't bring even a single one!"
msgstr ""
#. code: l("You didn't bring me even a single little mushroom!");
#: npc/008-2-2/kfahr.txt:694
-#: npc/008-2-2/kfahr.txt~:742
#: npc/008-2-2/kfahr.txt:742
-#: npc/008-2-2/kfahr.txt~:694
#, no-c-format
msgid "You didn't bring me even a single little mushroom!"
msgstr ""
@@ -39483,16 +36692,10 @@ msgstr ""
msgid "You do not have enough Esperin on yourself."
msgstr ""
-#. code: lg("You do not have more problems, do you?"), L_mick;
+#. code: l("You do not have more problems, do you?"), L_mick;
#: npc/012-2-4/zitoni.txt:59
#, no-c-format
-msgid "You do not have more problems, do you?#0"
-msgstr ""
-
-#. code: lg("You do not have more problems, do you?"), L_mick;
-#: npc/012-2-4/zitoni.txt:59
-#, no-c-format
-msgid "You do not have more problems, do you?#1"
+msgid "You do not have more problems, do you?"
msgstr ""
#. code: dispbottom l("You do not have the required access privileges to use the Super Menu.");
@@ -39509,19 +36712,17 @@ msgstr ""
#. code: mesq l("You do, but that's not enough. I need %d %s.", .blueberries_amount, getitemlink(Blueberries));
#: npc/008-1/rossy.txt:159
-#: npc/008-1/rossy.txt~:159
#, no-c-format
msgid "You do, but that's not enough. I need %d %s."
msgstr ""
-#. code: l("You don't even have the space in your inventory to carry it!!! Oh, man you are a disaster...")
-#: npc/008-1-1/galimatia.txt:171
+#. code: l("You don't even have the space in your inventory to carry it!!! Oh, man you are a disaster..."),
+#: npc/008-1-1/galimatia.txt:149
#, no-c-format
msgid "You don't even have the space in your inventory to carry it!!! Oh, man you are a disaster..."
msgstr ""
#. code: mesq l("You don't even know how Juliet looks. Please come back if you reconsider. Please. Juliet could be being eaten by a creature, as we speak. %%i");
-#: npc/008-1/rossy.txt~:211
#: npc/008-1/rossy.txt:212
#, no-c-format
msgid "You don't even know how Juliet looks. Please come back if you reconsider. Please. Juliet could be being eaten by a creature, as we speak. %%i"
@@ -39548,13 +36749,11 @@ msgstr ""
#. code: mesq l("You don't have any @@, are you mocking me?", getitemlink("CrocClaw"));
#: npc/001-2-2/moon.txt:77
-#: npc/001-2-2/moon.txt~:76
#, no-c-format
msgid "You don't have any @@, are you mocking me?"
msgstr ""
#. code: dispbottom l("You don't have any @@.", getitemlink(.@rod));
-#: npc/functions/fishing.txt~:140
#: npc/functions/fishing.txt:140
#, no-c-format
msgid "You don't have any @@."
@@ -39572,7 +36771,6 @@ msgstr ""
#: npc/001-2-9/janus.txt:58
#: npc/001-2-28/plush.txt:24
#: npc/001-2-9/janus.txt:29
-#: npc/001-2-28/plush.txt~:24
#: npc/008-2-2/melania.txt:86
#, no-c-format
msgid "You don't have enough money, bring @@ E."
@@ -39585,7 +36783,6 @@ msgid "You don't have enough room in your backpack for a @@. Go stow some of you
msgstr ""
#. code: l("You don't have everything I have asked for.");
-#: npc/008-2-16/yannika.txt~:159
#: npc/008-2-16/yannika.txt:159
#, no-c-format
msgid "You don't have everything I have asked for."
@@ -39599,15 +36796,14 @@ msgstr ""
#. code: l("You don't know how any recipe with that."),
#: npc/020-2-20/riskim.txt:94
-#: npc/020-2-20/riskim.txt:124
+#: npc/020-2-20/riskim.txt:125
#: npc/008-2-16/stove.txt:34
-#: npc/008-2-16/stove.txt:64
+#: npc/008-2-16/stove.txt:65
#, no-c-format
msgid "You don't know how any recipe with that."
msgstr ""
#. code: mesc l("You don't know what sort of proof he is looking for.");
-#: npc/001-3-2/henry.txt~:288
#: npc/001-3-2/henry.txt:289
#, no-c-format
msgid "You don't know what sort of proof he is looking for."
@@ -39627,7 +36823,6 @@ msgstr ""
#. code: mesc l("You explain Kylian how to reach the Townhall.");
#: npc/020-2-24/kylian.txt:115
-#: npc/020-2-24/kylian.txt~:115
#, no-c-format
msgid "You explain Kylian how to reach the Townhall."
msgstr ""
@@ -39641,29 +36836,21 @@ msgid "You failed!"
msgstr ""
#. code: dispbottom(l("You feel a strong magic aura. You want to sit near it and meditate."));
-#: npc/functions/soul-menhir.txt~:10
#: npc/functions/soul-menhir.txt:10
#, no-c-format
msgid "You feel a strong magic aura. You want to sit near it and meditate."
msgstr ""
#. code: l("You feel numb and everything around you looks foggy, but you can recall the feeling of the cold hard wood of your raft on a stormy night."),
-#: npc/001-1/enora.txt~:97
-#: npc/001-1/enora.txt:97
+#: npc/001-1/enora.txt:98
#, no-c-format
msgid "You feel numb and everything around you looks foggy, but you can recall the feeling of the cold hard wood of your raft on a stormy night."
msgstr ""
-#. code: lg("You fell asleep.");
+#. code: l("You fell asleep.");
#: npc/000-2-1/story_save.txt:16
#, no-c-format
-msgid "You fell asleep.#0"
-msgstr ""
-
-#. code: lg("You fell asleep.");
-#: npc/000-2-1/story_save.txt:16
-#, no-c-format
-msgid "You fell asleep.#1"
+msgid "You fell asleep."
msgstr ""
#. code: mesc l("You find %s inside!", l("nothing"));
@@ -39675,7 +36862,6 @@ msgid "You find %s inside!"
msgstr ""
#. code: dispbottom l("You find someone hiding behind the altar.");
-#: npc/008-3-0/juliet.txt~:18
#: npc/008-3-0/juliet.txt:18
#, no-c-format
msgid "You find someone hiding behind the altar."
@@ -39688,7 +36874,7 @@ msgid "You finished training the bashing skill. Pretty powerful isn't it?"
msgstr ""
#. code: l("You found a small chest, surprisingly heavy for it's size."),
-#: npc/001-1/qonan.txt:109
+#: npc/001-1/qonan.txt:108
#, no-c-format
msgid "You found a small chest, surprisingly heavy for it's size."
msgstr ""
@@ -39727,28 +36913,27 @@ msgid "You got a bowl, I see. You won't be finding another one, so be careful wi
msgstr ""
#. code: l("You hand him another log."));
-#: npc/008-2-6/alan.txt~:192
#: npc/008-2-6/alan.txt:192
#, no-c-format
msgid "You hand him another log."
msgstr ""
-#. code: mesq l("You have an awful case of amnesia.");
-#: npc/000-2-3/nard.txt:130
+#. code: mesc l("You have %s account conversion points to spend.", fnum(#ADD_LVL)), 1;
+#: npc/012-3-3/manatree.txt:43
#, no-c-format
-msgid "You have an awful case of amnesia."
+msgid "You have %s account conversion points to spend."
msgstr ""
-#. code: mesq lg("You have been so nice to me. So please, take one.");
-#: npc/000-1/astapolos.txt:62
+#. code: mesq l("You have an awful case of amnesia.");
+#: npc/000-2-3/nard.txt:131
#, no-c-format
-msgid "You have been so nice to me. So please, take one.#0"
+msgid "You have an awful case of amnesia."
msgstr ""
-#. code: mesq lg("You have been so nice to me. So please, take one.");
+#. code: mesq l("You have been so nice to me. So please, take one.");
#: npc/000-1/astapolos.txt:62
#, no-c-format
-msgid "You have been so nice to me. So please, take one.#1"
+msgid "You have been so nice to me. So please, take one."
msgstr ""
#. code: l("You have finished the bow training. Do you want to start training the sword?"));
@@ -39763,8 +36948,13 @@ msgstr ""
msgid "You have finished the sword training. Do you want to start training the bow?"
msgstr ""
+#. code: dispbottom l("You have foraged some items!");
+#: npc/functions/foraging.txt:108
+#, no-c-format
+msgid "You have foraged some items!"
+msgstr ""
+
#. code: dispbottom l("You have learnt the skill.");
-#: npc/items/master_skillbook.txt~:95
#: npc/items/master_skillbook.txt:95
#, no-c-format
msgid "You have learnt the skill."
@@ -39777,7 +36967,7 @@ msgid "You have mastered both the bow and the sword. The only thing left to teac
msgstr ""
#. code: l("You have put your finger on it, I am not."),
-#: npc/001-2-6/leonard.txt:11
+#: npc/001-2-6/leonard.txt:12
#, no-c-format
msgid "You have put your finger on it, I am not."
msgstr ""
@@ -39802,7 +36992,6 @@ msgstr ""
#. code: mesc l("You have: @@/@@ @@", countitem(@mb_ItemId), @mb_ItemAm, getitemlink(@mb_ItemId));
#: npc/items/master_skillbook.txt:83
-#: npc/items/master_skillbook.txt~:83
#, no-c-format
msgid "You have: @@/@@ @@"
msgstr ""
@@ -39833,8 +37022,7 @@ msgid "You hide your shovel."
msgstr ""
#. code: l("You hit the nail on the head, it's the Legion of Gasaron!"),
-#: npc/001-1/enora.txt~:62
-#: npc/001-1/enora.txt:62
+#: npc/001-1/enora.txt:63
#, no-c-format
msgid "You hit the nail on the head, it's the Legion of Gasaron!"
msgstr ""
@@ -39851,12 +37039,6 @@ msgstr ""
msgid "You hold the shovel in your hands."
msgstr ""
-#. code: mesq lg("You honor me, my beauty, but I'm already taken by Julia!", "Not to kill your dream, but... Julia is mine!");
-#: npc/000-1/silvio.txt:99
-#, no-c-format
-msgid "You honor me, my beauty, but I'm already taken by Julia!#0"
-msgstr ""
-
#. code: mesc l("You insert the hook pick inside the lock, and, without applying any tension, you discover there are only @@ pins to set.", .@d);
#: npc/functions/lockpicks.txt:55
#, no-c-format
@@ -39865,54 +37047,60 @@ msgstr ""
#. code: mesc l("You jump back a bit, startled, as the head starts talking to you!");
#: npc/009-1/thurstan.txt:11
-#: npc/009-1/thurstan.txt~:11
#, no-c-format
msgid "You jump back a bit, startled, as the head starts talking to you!"
msgstr ""
#. code: mesc l("You just defeated the following boss: @@ (Lv. @@)", strmobinfo(1, @mb_BossId), .@mb_lvl);
#: npc/items/master_skillbook.txt:49
-#: npc/items/master_skillbook.txt~:49
#, no-c-format
msgid "You just defeated the following boss: @@ (Lv. @@)"
msgstr ""
+#. code: dispbottom l("You just foraged this spot, please wait %s.", FuzzyTime(@last_used[getnpcid(.@npc$)], 2, 2));
+#: npc/functions/foraging.txt:58
+#, no-c-format
+msgid "You just foraged this spot, please wait %s."
+msgstr ""
+
#. code: l("You just had %d %s. What happened to them?", .MUSHROOMS_NR, getitemlink(SmallMushroom));
#. code: l("You just had %d %s. What happened to them?", .BLACK_STINGERS_NR, getitemlink(BlackScorpionStinger));
-#: npc/008-2-2/kfahr.txt~:723
#: npc/008-2-2/kfahr.txt:736
#: npc/008-2-2/kfahr.txt:723
-#: npc/008-2-2/kfahr.txt~:736
#, no-c-format
msgid "You just had %d %s. What happened to them?"
msgstr ""
#. code: l("You just have to select the card, then you choose which piece of equipment you want to use it on, and you are done."),
-#: npc/001-2-27/don.txt~:62
#: npc/001-2-27/don.txt:62
#, no-c-format
msgid "You just have to select the card, then you choose which piece of equipment you want to use it on, and you are done."
msgstr ""
-#. code: l("You just must listen to it, and feel it deep inside."),
-#: npc/012-3-3/manatree.txt:10
+#. code: mesc l("You just must listen to it, and feel it deep inside.");
+#: npc/012-3-3/manatree.txt:13
#, no-c-format
msgid "You just must listen to it, and feel it deep inside."
msgstr ""
#. code: l("You just need one fishing rod, although you should take more than one single bait.");
-#: npc/001-2-4/books.txt:26
+#: npc/001-2-4/books.txt:27
#, no-c-format
msgid "You just need one fishing rod, although you should take more than one single bait."
msgstr ""
#. code: l("You killed @@ Fluffies.", getq2(ArtisQuests_Enora));
-#: npc/001-1/enora.txt~:410
-#: npc/001-1/enora.txt:410
+#: npc/001-1/enora.txt:436
#, no-c-format
msgid "You killed @@ Fluffies."
msgstr ""
+#. code: mesq l("You know that I was not always a sailor, right? I was once a very important Person!");
+#: npc/000-1/silvio.txt:33
+#, no-c-format
+msgid "You know that I was not always a sailor, right? I was once a very important Person!"
+msgstr ""
+
#. code: mesq l("You know what, I've heard the chef from Reid's Inn used to be a great chef when they were alive.");
#: npc/008-2-24/chef.txt:168
#: npc/008-2-24/chef.txt:154
@@ -39928,15 +37116,13 @@ msgid "You know what? Maybe I should make some dessert instead. It is perfect, w
msgstr ""
#. code: l("You know, I had the strangest thing happen to me."),
-#: npc/008-1/hinnak.txt:210
-#: npc/008-1/hinnak.txt~:210
+#: npc/008-1/hinnak.txt:234
#, no-c-format
msgid "You know, I had the strangest thing happen to me."
msgstr ""
#. code: l("You know, little one, if you keep practicing a little and come back once you're a bit stronger, I might have something for you...");
#: npc/008-2-2/kfahr.txt:625
-#: npc/008-2-2/kfahr.txt~:625
#, no-c-format
msgid "You know, little one, if you keep practicing a little and come back once you're a bit stronger, I might have something for you..."
msgstr ""
@@ -39960,7 +37146,6 @@ msgid "You lack some very basic skills..."
msgstr ""
#. code: mesc l("You learned how to cook @@.", getitemlink(.@sanid));
-#: npc/008-2-16/yannika.txt~:178
#: npc/008-2-16/yannika.txt:178
#, no-c-format
msgid "You learned how to cook @@."
@@ -39973,12 +37158,17 @@ msgid "You left the combat zone!"
msgstr ""
#. code: dispbottom l("You left your fishing spot!");
-#: npc/functions/fishing.txt~:179
#: npc/functions/fishing.txt:179
#, no-c-format
msgid "You left your fishing spot!"
msgstr ""
+#. code: dispbottom l("You left your foraging spot.");
+#: npc/functions/foraging.txt:82
+#, no-c-format
+msgid "You left your foraging spot."
+msgstr ""
+
#. code: l("You lie in the bed."),
#: npc/000-2-1/story_save.txt:14
#, no-c-format
@@ -40010,22 +37200,19 @@ msgid "You look broke. Don't think that you can dine and dash here!"
msgstr ""
#. code: l("You look capable, will you help me solve these robberies?"),
-#: npc/008-2-1/inspector.txt~:45
#: npc/008-2-1/inspector.txt:45
#, no-c-format
msgid "You look capable, will you help me solve these robberies?"
msgstr ""
#. code: l("You look confident. I will give you my old gear as reward and acknowledgment for your time... and take these potions as well!");
-#: npc/001-1/enora.txt~:257
-#: npc/001-1/enora.txt:257
+#: npc/001-1/enora.txt:258
#, no-c-format
msgid "You look confident. I will give you my old gear as reward and acknowledgment for your time... and take these potions as well!"
msgstr ""
#. code: l("You look different here. Nice horns."),
#: npc/009-2-4/golbenez.txt:31
-#: npc/009-2-4/golbenez.txt~:26
#, no-c-format
msgid "You look different here. Nice horns."
msgstr ""
@@ -40038,9 +37225,8 @@ msgid "You look exhausted, maybe you should rest a bit."
msgstr ""
#. code: l("You look fantastic."),
-#: npc/001-2-41/edouard.txt:163
#: npc/functions/barber.txt:207
-#: npc/functions/barber.txt~:204
+#: npc/001-2-41/edouard.txt:157
#, no-c-format
msgid "You look fantastic."
msgstr ""
@@ -40052,18 +37238,11 @@ msgid "You look fine and dandy to me."
msgstr ""
#. code: l("You look like a nice person."),
-#: npc/008-1/mikhail.txt~:42
#: npc/008-1/mikhail.txt:42
#, no-c-format
msgid "You look like a nice person."
msgstr ""
-#. code: speech l("You look like anything but military personnel... Okay since the Brotherhood will discharge their quivers on us at the very first encounter I guess that we can make a good use of you.");
-#: npc/008-1-1/hal.txt:56
-#, no-c-format
-msgid "You look like anything but military personnel... Okay since the Brotherhood will discharge their quivers on us at the very first encounter I guess that we can make a good use of you."
-msgstr ""
-
#. code: mesq l("You look nice, do you want to help me?");
#: npc/001-1/katja.txt:37
#, no-c-format
@@ -40076,32 +37255,19 @@ msgstr ""
msgid "You made a cash deposit of @@ E."
msgstr ""
-#. code: lg("You may remember me, I am Celestia.");
-#: npc/008-2-0/celestia.txt:10
-#, no-c-format
-msgid "You may remember me, I am Celestia.#0"
-msgstr ""
-
-#. code: lg("You may remember me, I am Celestia.");
+#. code: l("You may remember me, I am Celestia.");
#: npc/008-2-0/celestia.txt:10
#, no-c-format
-msgid "You may remember me, I am Celestia.#1"
+msgid "You may remember me, I am Celestia."
msgstr ""
-#. code: lg("You may remember me, I am Valia.");
+#. code: l("You may remember me, I am Valia.");
#: npc/008-2-20/valia.txt:10
#, no-c-format
-msgid "You may remember me, I am Valia.#0"
-msgstr ""
-
-#. code: lg("You may remember me, I am Valia.");
-#: npc/008-2-20/valia.txt:10
-#, no-c-format
-msgid "You may remember me, I am Valia.#1"
+msgid "You may remember me, I am Valia."
msgstr ""
#. code: l("You mean like one of my legendary forest bows?"));
-#: npc/008-2-6/alan.txt~:37
#: npc/008-2-6/alan.txt:37
#, no-c-format
msgid "You mean like one of my legendary forest bows?"
@@ -40113,6 +37279,12 @@ msgstr ""
msgid "You mentioned the quality of your wine."
msgstr ""
+#. code: l("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
+#: npc/001-1/eugene.txt:62
+#, no-c-format
+msgid "You might even get lucky, and get a @@."
+msgstr ""
+
#. code: select(l("You missunderstood, it's 5 potions."));
#: npc/001-2-26/ivan.txt:26
#, no-c-format
@@ -40132,14 +37304,13 @@ msgid "You must find someone willing to buy, they usually will buy almost anythi
msgstr ""
#. code: mesq l("You must now pour it over the land again in the same spot.");
-#: npc/008-1-1/galimatia.txt:203
-#: npc/008-1-1/galimatia.txt:83
+#: npc/008-1-1/galimatia.txt:181
#, no-c-format
msgid "You must now pour it over the land again in the same spot."
msgstr ""
#. code: mesq l("You must now pour it over the land.");
-#: npc/008-1-1/galimatia.txt:132
+#: npc/008-1-1/galimatia.txt:114
#, no-c-format
msgid "You must now pour it over the land."
msgstr ""
@@ -40151,7 +37322,7 @@ msgid "You must reach level 5 to open this gift."
msgstr ""
#. code: mesc l("You need a %s. I'll flip one card, and you'll need to decide if next draw will be HIGHER or LOWER.", getitemlink(.coinid));
-#: npc/functions/casino.txt:146
+#: npc/functions/casino.txt:149
#, no-c-format
msgid "You need a %s. I'll flip one card, and you'll need to decide if next draw will be HIGHER or LOWER."
msgstr ""
@@ -40169,15 +37340,13 @@ msgid "You need at least two units of this item for the Chef."
msgstr ""
#. code: l("You need some anger control therapy."),
-#: npc/008-1/hinnak.txt~:52
-#: npc/008-1/hinnak.txt:52
+#: npc/008-1/hinnak.txt:76
#, no-c-format
msgid "You need some anger control therapy."
msgstr ""
#. code: l("You need to be a member of the Merchant Guild to have a chance there."),
-#: npc/001-1/enora.txt~:55
-#: npc/001-1/enora.txt:55
+#: npc/001-1/enora.txt:56
#, no-c-format
msgid "You need to be a member of the Merchant Guild to have a chance there."
msgstr ""
@@ -40189,7 +37358,6 @@ msgid "You need to cross the crocojungle heading north."
msgstr ""
#. code: l("You need to go and talk to Yanis in the government building."),
-#: npc/020-2-24/kylian.txt~:110
#: npc/020-2-24/kylian.txt:110
#, no-c-format
msgid "You need to go and talk to Yanis in the government building."
@@ -40208,7 +37376,6 @@ msgid "You need to wait @@ more before equipping this again."
msgstr ""
#. code: l("You no doubt remember how I struggled with those beasts, fighting for my life."),
-#: npc/008-1/jack.txt~:171
#: npc/008-1/jack.txt:171
#, no-c-format
msgid "You no doubt remember how I struggled with those beasts, fighting for my life."
@@ -40227,8 +37394,7 @@ msgid "You notice by chance that the file does not have any picture on it."
msgstr ""
#. code: l("You now also have access to the Legion building. Good job, you earned it."),
-#: npc/001-1/enora.txt:311
-#: npc/001-1/enora.txt~:311
+#: npc/001-1/enora.txt:312
#, no-c-format
msgid "You now also have access to the Legion building. Good job, you earned it."
msgstr ""
@@ -40276,15 +37442,13 @@ msgid "You pick up the package."
msgstr ""
#. code: mesq l("You probably can find them by the shorelines.");
-#: npc/008-2-16/yannika.txt:359
-#: npc/008-2-16/yannika.txt~:359
+#: npc/008-2-16/yannika.txt:360
#, no-c-format
msgid "You probably can find them by the shorelines."
msgstr ""
#. code: l("You probably don't have much business in this city as you don't remember who you are."),
-#: npc/001-1/enora.txt~:137
-#: npc/001-1/enora.txt:137
+#: npc/001-1/enora.txt:138
#, no-c-format
msgid "You probably don't have much business in this city as you don't remember who you are."
msgstr ""
@@ -40296,15 +37460,13 @@ msgid "You probably noticed a frigate docked near La Johanne when you arrived?"
msgstr ""
#. code: dispbottom l("You pulled too late and lost the bait...");
-#: npc/functions/fishing.txt~:202
-#: npc/functions/fishing.txt:202
+#: npc/functions/fishing.txt:203
#, no-c-format
msgid "You pulled too late and lost the bait..."
msgstr ""
#. code: dispbottom l("You pulled too soon and lost the bait.");
#: npc/functions/fishing.txt:164
-#: npc/functions/fishing.txt~:164
#, no-c-format
msgid "You pulled too soon and lost the bait."
msgstr ""
@@ -40316,7 +37478,6 @@ msgid "You quickly explain the situation and request the %s sandwich."
msgstr ""
#. code: l("You rarely use the full potential of your equipment. As they say, a master weapon in a noob's hands is a noob weapon with wasted potential. But the more you use them, the better you can harness this power."),
-#: npc/001-2-27/don.txt~:47
#: npc/001-2-27/don.txt:47
#, no-c-format
msgid "You rarely use the full potential of your equipment. As they say, a master weapon in a noob's hands is a noob weapon with wasted potential. But the more you use them, the better you can harness this power."
@@ -40326,32 +37487,27 @@ msgstr ""
#. code: message strcharinfo(0), l("You receive @@ E!", 10);
#. code: message strcharinfo(0), l("You receive @@ E!", @peter);
#. code: message strcharinfo(0), l("You receive @@ E!", 100);
-#: npc/000-2-0/julia.txt~:121
#: npc/000-2-0/julia.txt:121
-#: npc/000-2-1/arpan.txt:243
+#: npc/000-2-1/arpan.txt:226
#: npc/000-2-0/julia.txt:99
#: npc/001-2-22/peter.txt:289
-#: npc/000-2-1/chefgado.txt:179
-#: npc/000-2-1/arpan.txt:211
+#: npc/000-2-1/chefgado.txt:178
#: npc/000-1/gugli.txt:154
-#: npc/000-2-0/julia.txt~:99
#: npc/000-2-1/peter.txt:289
+#: npc/000-2-1/arpan.txt:258
#, no-c-format
msgid "You receive @@ E!"
msgstr ""
#. code: npctalk3 l("You receive a @@!", getitemlink(DeliciousCookie));
-#: npc/001-1/cookiemaster.txt~:182
-#: npc/001-1/cookiemaster.txt~:244
-#: npc/001-1/cookiemaster.txt:244
-#: npc/001-1/cookiemaster.txt:182
+#: npc/001-1/cookiemaster.txt:243
+#: npc/001-1/cookiemaster.txt:181
#, no-c-format
msgid "You receive a @@!"
msgstr ""
#. code: l("You received @@ EXP and @@ E.", .@exp_reward, .@zeny_reward);
-#: npc/001-1/enora.txt~:128
-#: npc/001-1/enora.txt:128
+#: npc/001-1/enora.txt:129
#, no-c-format
msgid "You received @@ EXP and @@ E."
msgstr ""
@@ -40388,7 +37544,6 @@ msgid "You see a dead man hanging. This place is creepy!"
msgstr ""
#. code: mesc l("You see a dead woman lying on the floor and something that appears to be her ghost floating above her dead body.");
-#: npc/009-2-3/reid.txt~:8
#: npc/009-2-3/reid.txt:8
#, no-c-format
msgid "You see a dead woman lying on the floor and something that appears to be her ghost floating above her dead body."
@@ -40401,7 +37556,6 @@ msgid "You see a dust covered book on the shelf..."
msgstr ""
#. code: mesc l("You see a man and a woman holding each other very tight.");
-#: npc/009-2-5/lovers.txt~:8
#: npc/009-2-5/lovers.txt:8
#, no-c-format
msgid "You see a man and a woman holding each other very tight."
@@ -40409,7 +37563,6 @@ msgstr ""
#. code: mesc l("You see a man, propped up against the foot of the tree.");
#: npc/009-1/thurstan.txt:8
-#: npc/009-1/thurstan.txt~:8
#, no-c-format
msgid "You see a man, propped up against the foot of the tree."
msgstr ""
@@ -40434,7 +37587,6 @@ msgstr ""
#. code: mesc(l("You see a young elven girl, with a strong sense of pain in her face."), 9);
#: npc/001-2-2/moon.txt:89
-#: npc/001-2-2/moon.txt~:88
#, no-c-format
msgid "You see a young elven girl, with a strong sense of pain in her face."
msgstr ""
@@ -40448,8 +37600,7 @@ msgid "You see an ordinary bookcase."
msgstr ""
#. code: l("You see some fish reflecting the sun on the surface of the water."),
-#: npc/functions/fishing.txt:221
-#: npc/functions/fishing.txt~:221
+#: npc/functions/fishing.txt:222
#, no-c-format
msgid "You see some fish reflecting the sun on the surface of the water."
msgstr ""
@@ -40468,14 +37619,12 @@ msgstr ""
#. code: l("You see, Enora asked me to do a black iron sword, unfortunately I ran out of the material needed, and..."),
#: npc/001-1/chelios.txt:60
-#: npc/001-1/chelios.txt~:60
#, no-c-format
msgid "You see, Enora asked me to do a black iron sword, unfortunately I ran out of the material needed, and..."
msgstr ""
#. code: mesq l("You see, folks around here that get my cookies have the distinction of being...");
#: npc/001-1/cookiemaster.txt:73
-#: npc/001-1/cookiemaster.txt~:73
#, no-c-format
msgid "You see, folks around here that get my cookies have the distinction of being..."
msgstr ""
@@ -40505,21 +37654,19 @@ msgid "You seem pathetically weak. What is such boneless jelly like you doing ar
msgstr ""
#. code: l("You seem reasonably skilled. I think I may have something that I no longer need, but I don't want to give it to just anyone...");
-#: npc/008-2-2/kfahr.txt~:613
#: npc/008-2-2/kfahr.txt:613
#, no-c-format
msgid "You seem reasonably skilled. I think I may have something that I no longer need, but I don't want to give it to just anyone..."
msgstr ""
#. code: l("You should arrive at a park with a hill nearby.");
-#: npc/001-1/enora.txt:78
-#: npc/001-1/enora.txt~:78
+#: npc/001-1/enora.txt:79
#, no-c-format
msgid "You should arrive at a park with a hill nearby."
msgstr ""
#. code: mesq l("You should ask Maxe. He's an early riser.");
-#: npc/000-1/lean.txt:61
+#: npc/000-1/lean.txt:63
#, no-c-format
msgid "You should ask Maxe. He's an early riser."
msgstr ""
@@ -40551,7 +37698,6 @@ msgstr ""
#. code: l("You should discuss with Don and Calypsan if you want to learn more about it, they are masters on this area!");
#: npc/001-2-27/kaylo.txt:24
-#: npc/001-2-27/kaylo.txt~:24
#, no-c-format
msgid "You should discuss with Don and Calypsan if you want to learn more about it, they are masters on this area!"
msgstr ""
@@ -40563,14 +37709,12 @@ msgid "You should eat and drink water after donating blood. Thanks for saving li
msgstr ""
#. code: l("You should eat more salad. I see in your face that your nutrition is not good."),
-#: npc/020-1/hocus.txt~:15
#: npc/020-1/hocus.txt:16
#, no-c-format
msgid "You should eat more salad. I see in your face that your nutrition is not good."
msgstr ""
#. code: l("You should get them yourself.");
-#: npc/008-1/rossy.txt~:149
#: npc/008-1/rossy.txt:149
#, no-c-format
msgid "You should get them yourself."
@@ -40598,14 +37742,12 @@ msgstr ""
#. code: case 2: speech(l("You should go talk to Alan again.")); close;
#: npc/008-1/jack.txt:179
-#: npc/008-1/jack.txt~:179
#, no-c-format
msgid "You should go talk to Alan again."
msgstr ""
#. code: l("You should have heard the coughing and shaking! I swear, I thought the roof would collapse as it was jumping and choking..."),
#: npc/008-2-2/kfahr.txt:544
-#: npc/008-2-2/kfahr.txt~:544
#, no-c-format
msgid "You should have heard the coughing and shaking! I swear, I thought the roof would collapse as it was jumping and choking..."
msgstr ""
@@ -40619,7 +37761,6 @@ msgstr ""
#. code: l("You should invade the townhall archives - I don't care how."),
#: npc/001-3-2/henry.txt:86
-#: npc/001-3-2/henry.txt~:86
#, no-c-format
msgid "You should invade the townhall archives - I don't care how."
msgstr ""
@@ -40644,7 +37785,6 @@ msgstr ""
#. code: mesq l("You should never sell your Cactus Drinks. They have many uses.");
#: npc/020-1/joaquim.txt:60
-#: npc/020-1/joaquim.txt~:60
#, no-c-format
msgid "You should never sell your Cactus Drinks. They have many uses."
msgstr ""
@@ -40655,6 +37795,12 @@ msgstr ""
msgid "You should talk to Magic Arpan first."
msgstr ""
+#. code: mesq l("You should try getting a Knife. Ask Chef Gado or... Maybe Maxe knows a secret way to get one.");
+#: npc/000-1/lean.txt:73
+#, no-c-format
+msgid "You should try getting a Knife. Ask Chef Gado or... Maybe Maxe knows a secret way to get one."
+msgstr ""
+
#. code: mesq l("You should walk to the north to find him.");
#: npc/000-1/tibbo.txt:86
#, no-c-format
@@ -40669,26 +37815,35 @@ msgid "You should walk to the north."
msgstr ""
#. code: mesq l("You shouldn't believe every tale drunken sailors tell you.");
-#: npc/000-2-0/julia.txt~:66
#: npc/000-2-0/julia.txt:66
#, no-c-format
msgid "You shouldn't believe every tale drunken sailors tell you."
msgstr ""
#. code: l("You shouldn't drink while working!");
-#: npc/008-1/hinnak.txt:174
-#: npc/008-1/hinnak.txt~:174
+#: npc/008-1/hinnak.txt:198
#, no-c-format
msgid "You shouldn't drink while working!"
msgstr ""
#. code: l("You stand before a battle-scarred, darkly tanned warrior, brimming with muscles."),
-#: npc/008-2-2/kfahr.txt~:47
#: npc/008-2-2/kfahr.txt:47
#, no-c-format
msgid "You stand before a battle-scarred, darkly tanned warrior, brimming with muscles."
msgstr ""
+#. code: mesc l("You start with everything you need to collect stones (ammo) for a ranged gameplay, a knife (melee gameplay), and a basic magic spell, and can start using them right away.");
+#: npc/000-0/sailors.txt:22
+#, no-c-format
+msgid "You start with everything you need to collect stones (ammo) for a ranged gameplay, a knife (melee gameplay), and a basic magic spell, and can start using them right away."
+msgstr ""
+
+#. code: dispbottom l("You started foraging. Do not stand nor move until you're done.");
+#: npc/functions/foraging.txt:64
+#, no-c-format
+msgid "You started foraging. Do not stand nor move until you're done."
+msgstr ""
+
#. code: l("You step on something, a panel half overgrown by moss, it has writing on it...");
#: npc/001-1/panels.txt:8
#, no-c-format
@@ -40720,13 +37875,13 @@ msgid "You still got a few days before we arrive at the port, maybe you can lear
msgstr ""
#. code: l("You still have a 90% discount on one piou.");
-#: npc/001-1/salem.txt:130
+#: npc/001-1/salem.txt:143
#, no-c-format
msgid "You still have a 90% discount on one piou."
msgstr ""
#. code: mesq l("You still haven't completed your tasks.");
-#: npc/000-2-3/nard.txt:162
+#: npc/000-2-3/nard.txt:163
#, no-c-format
msgid "You still haven't completed your tasks."
msgstr ""
@@ -40738,21 +37893,19 @@ msgid "You still need to give me boxes from: "
msgstr ""
#. code: mesq l("You stood out and I stayed on my corner. That's all.");
-#: npc/008-2-32/thamas.txt~:31
#: npc/008-2-32/thamas.txt:31
#, no-c-format
msgid "You stood out and I stayed on my corner. That's all."
msgstr ""
#. code: dispbottom l("You successfully set the exp rate to @@%. It will reset to @@% (default value) in @@.",
-#: npc/commands/rate-management.txt:43
+#: npc/commands/rate-management.txt:49
#, no-c-format
msgid "You successfully set the exp rate to @@%. It will reset to @@% (default value) in @@."
msgstr ""
#. code: mesc l("You suspect that he is withholding information. Do he really only wants to do pranks? But then, do you care with what he wants to do inside?");
#: npc/001-3-2/henry.txt:151
-#: npc/001-3-2/henry.txt~:151
#, no-c-format
msgid "You suspect that he is withholding information. Do he really only wants to do pranks? But then, do you care with what he wants to do inside?"
msgstr ""
@@ -40770,33 +37923,18 @@ msgid "You take the clothes from the chest."
msgstr ""
#. code: l("You take your fishing rod and leave.");
-#: npc/functions/fishing.txt~:264
-#: npc/functions/fishing.txt~:232
-#: npc/functions/fishing.txt:264
-#: npc/functions/fishing.txt:232
+#: npc/functions/fishing.txt:266
+#: npc/functions/fishing.txt:233
#, no-c-format
msgid "You take your fishing rod and leave."
msgstr ""
#. code: l("You tell me. Do I deserve a cookie?"), L_Check;
-#: npc/001-1/cookiemaster.txt~:150
-#: npc/001-1/cookiemaster.txt:150
+#: npc/001-1/cookiemaster.txt:149
#, no-c-format
msgid "You tell me. Do I deserve a cookie?"
msgstr ""
-#. code: mesq lg("You think she's from the East? As in... Ancea?", "You think he's from the East? As in... Ancea?");
-#: npc/000-0/sailors.txt:48
-#, no-c-format
-msgid "You think he's from the East? As in... Ancea?#1"
-msgstr ""
-
-#. code: mesq lg("You think she's from the East? As in... Ancea?", "You think he's from the East? As in... Ancea?");
-#: npc/000-0/sailors.txt:48
-#, no-c-format
-msgid "You think she's from the East? As in... Ancea?#0"
-msgstr ""
-
#. code: speech l("You think that I'm going to disclose that to you???");
#: npc/008-1-1/hal.txt:50
#, no-c-format
@@ -40828,14 +37966,12 @@ msgid "You try to move this wheel, but it is stuck. Something seems to be missin
msgstr ""
#. code: dispbottom l("You waited too long and lost the bait...");
-#: npc/functions/fishing.txt~:46
#: npc/functions/fishing.txt:46
#, no-c-format
msgid "You waited too long and lost the bait..."
msgstr ""
#. code: mesc l("You watch as the hermit's old, lazy eyes open wide, and the old man comes alive with energy.");
-#: npc/008-3-1/arkim.txt~:33
#: npc/008-3-1/arkim.txt:33
#, no-c-format
msgid "You watch as the hermit's old, lazy eyes open wide, and the old man comes alive with energy."
@@ -40848,7 +37984,6 @@ msgid "You were arrested; Use %s for information about how long you will spend h
msgstr ""
#. code: l("You were gone so I thought you let me down."),
-#: npc/001-1/chelios.txt~:99
#: npc/001-1/chelios.txt:99
#, no-c-format
msgid "You were gone so I thought you let me down."
@@ -40860,20 +37995,11 @@ msgstr ""
msgid "You were in Hurnscald lately, right? That smell, that Brotherhood smell."
msgstr ""
-#. code: mesq lg("You were in bad shape, you should be happy we found you before the sea killed you.");
-#: npc/000-2-0/julia.txt:180
-#: npc/001-2-21/julia.txt:82
-#: npc/000-2-0/julia.txt~:180
-#, no-c-format
-msgid "You were in bad shape, you should be happy we found you before the sea killed you.#0"
-msgstr ""
-
-#. code: mesq lg("You were in bad shape, you should be happy we found you before the sea killed you.");
+#. code: mesq l("You were in bad shape, you should be happy we found you before the sea killed you.");
#: npc/000-2-0/julia.txt:180
#: npc/001-2-21/julia.txt:82
-#: npc/000-2-0/julia.txt~:180
#, no-c-format
-msgid "You were in bad shape, you should be happy we found you before the sea killed you.#1"
+msgid "You were in bad shape, you should be happy we found you before the sea killed you."
msgstr ""
#. code: mesc l("You were jailed and now need a GM to get you out of there."), 1;
@@ -40889,33 +38015,25 @@ msgid "You were told to not harm peaceful beings in the Academy, right? Please s
msgstr ""
#. code: mesc l("You were wrong!");
-#: npc/functions/casino.txt:212
+#: npc/functions/casino.txt:215
#, no-c-format
msgid "You were wrong!"
msgstr ""
-#. code: mesq lg("You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries.");
-#: npc/000-2-1/arpan.txt:138
-#, no-c-format
-msgid "You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries.#0"
-msgstr ""
-
-#. code: mesq lg("You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries.");
+#. code: mesq l("You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries.");
#: npc/000-2-1/arpan.txt:138
#, no-c-format
-msgid "You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries.#1"
+msgid "You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries."
msgstr ""
#. code: l("You will be able to find Don's house in the west of the city, it's the first house just after the bridge on the left, you can't miss it!"),
-#: npc/001-1/enora.txt~:155
-#: npc/001-1/enora.txt:155
+#: npc/001-1/enora.txt:156
#, no-c-format
msgid "You will be able to find Don's house in the west of the city, it's the first house just after the bridge on the left, you can't miss it!"
msgstr ""
#. code: l("You will be able to find her in the market in the south-west of Artis.");
-#: npc/001-1/enora.txt~:237
-#: npc/001-1/enora.txt:237
+#: npc/001-1/enora.txt:238
#, no-c-format
msgid "You will be able to find her in the market in the south-west of Artis."
msgstr ""
@@ -40942,26 +38060,21 @@ msgstr ""
#. code: l("You will need %d more of those.", (.BLACK_STINGERS_NR - (countitem (BlackScorpionStinger))));
#. code: l("You will need %d more of those.", (.MUSHROOMS_NR - (countitem (SmallMushroom))));
#: npc/008-2-2/kfahr.txt:726
-#: npc/008-2-2/kfahr.txt~:678
-#: npc/008-2-2/kfahr.txt~:739
#: npc/008-2-2/kfahr.txt:739
-#: npc/008-2-2/kfahr.txt~:691
-#: npc/008-2-2/kfahr.txt:691
#: npc/008-2-2/kfahr.txt:678
-#: npc/008-2-2/kfahr.txt~:726
+#: npc/008-2-2/kfahr.txt:691
#, no-c-format
msgid "You will need %d more of those."
msgstr ""
#. code: l("You will respawn at this place if defeated in combat."),
-#: npc/001-2-28/plush.txt~:12
#: npc/001-2-28/plush.txt:12
#, no-c-format
msgid "You will respawn at this place if defeated in combat."
msgstr ""
#. code: mesq l("You will see, citizens are polite and you can still ask for help in the Legion of Aemil. They can help find a job for you or maybe help you find out what happened to you out at sea!");
-#: npc/000-2-1/arpan.txt:175
+#: npc/000-2-1/arpan.txt:176
#, no-c-format
msgid "You will see, citizens are polite and you can still ask for help in the Legion of Aemil. They can help find a job for you or maybe help you find out what happened to you out at sea!"
msgstr ""
@@ -40984,9 +38097,13 @@ msgstr ""
msgid "You withdrew a total of @@ E."
msgstr ""
+#. code: mesq l("You won't acquire other magic skills so easily, but if you're really interested, Tulimshar is the best place to learn magic.");
+#: npc/000-2-1/arpan.txt:207
+#, no-c-format
+msgid "You won't acquire other magic skills so easily, but if you're really interested, Tulimshar is the best place to learn magic."
+msgstr ""
+
#. code: l("You wonder why here are so many idle market stalls, right?"),
-#: npc/020-1/malivox.txt~:10
-#: npc/020-1/inar.txt:10
#: npc/020-1/malivox.txt:10
#, no-c-format
msgid "You wonder why here are so many idle market stalls, right?"
@@ -40999,7 +38116,6 @@ msgid "You would be amazed at how much engineers and politicians oppose to his a
msgstr ""
#. code: mesq l("You would lie to a poor, small, frail girl like me? %%S");
-#: npc/008-1/rossy.txt~:268
#: npc/008-1/rossy.txt:269
#, no-c-format
msgid "You would lie to a poor, small, frail girl like me? %%S"
@@ -41012,8 +38128,7 @@ msgid "You yoiis should walk to the north."
msgstr ""
#. code: mesq l("You'll first need to help my friends.");
-#: npc/001-1/cookiemaster.txt:107
-#: npc/001-1/cookiemaster.txt~:107
+#: npc/001-1/cookiemaster.txt:106
#, no-c-format
msgid "You'll first need to help my friends."
msgstr ""
@@ -41024,6 +38139,12 @@ msgstr ""
msgid "You'll gain experience if you hang around here with friends. Ask Jenna for drinks and pay a round for them! - Management"
msgstr ""
+#. code: mesc l("You'll keep %s your equipment, magic, quest progression, craft recipes, money, and other levels. Only the base level is reset.", b(l("ALL")));
+#: npc/012-3-3/manatree.txt:35
+#, no-c-format
+msgid "You'll keep %s your equipment, magic, quest progression, craft recipes, money, and other levels. Only the base level is reset."
+msgstr ""
+
#. code: mesc l("You'll now spend a few minutes on the jail to reflect on your actions.");
#: npc/001-2-43/core.txt:137
#: npc/001-2-8/doors.txt:39
@@ -41034,13 +38155,12 @@ msgstr ""
#. code: l("You'll think I'm insane if I tell you..."));
#: npc/008-1/jack.txt:49
-#: npc/008-1/jack.txt~:49
#, no-c-format
msgid "You'll think I'm insane if I tell you..."
msgstr ""
#. code: l("You'll want your fishing rod to be flexible but solid."),
-#: npc/001-2-4/books.txt:48
+#: npc/001-2-4/books.txt:49
#, no-c-format
msgid "You'll want your fishing rod to be flexible but solid."
msgstr ""
@@ -41054,14 +38174,13 @@ msgid "You're almost found out, but manage to make a quick escape!"
msgstr ""
#. code: npctalk l("You're already done with the training, so feel free to leave.");
-#: npc/001-2-32/serena.txt:37
+#: npc/001-2-32/serena.txt:36
#, no-c-format
msgid "You're already done with the training, so feel free to leave."
msgstr ""
#. code: l("You're as strong as if you were my own child!"));
#: npc/008-1/jack.txt:175
-#: npc/008-1/jack.txt~:175
#, no-c-format
msgid "You're as strong as if you were my own child!"
msgstr ""
@@ -41079,33 +38198,25 @@ msgid "You're in a very good shape."
msgstr ""
#. code: mesq l("You're in the way. Get moving!");
-#: npc/009-2-3/chef.txt~:11
#: npc/009-2-3/chef.txt:11
#, no-c-format
msgid "You're in the way. Get moving!"
msgstr ""
#. code: mesq l("You're like the rest of this filthy crew, I can't trust you!");
-#: npc/000-2-1/chefgado.txt:209
+#: npc/000-2-1/chefgado.txt:208
#, no-c-format
msgid "You're like the rest of this filthy crew, I can't trust you!"
msgstr ""
-#. code: mesq lg("You're like the rest of this filthy crew. Your name is now on the traitors list!");
-#: npc/000-2-1/chefgado.txt:215
+#. code: mesq l("You're like the rest of this filthy crew. Your name is now on the traitors list!");
+#: npc/000-2-1/chefgado.txt:214
#, no-c-format
-msgid "You're like the rest of this filthy crew. Your name is now on the traitors list!#0"
-msgstr ""
-
-#. code: mesq lg("You're like the rest of this filthy crew. Your name is now on the traitors list!");
-#: npc/000-2-1/chefgado.txt:215
-#, no-c-format
-msgid "You're like the rest of this filthy crew. Your name is now on the traitors list!#1"
+msgid "You're like the rest of this filthy crew. Your name is now on the traitors list!"
msgstr ""
#. code: mesq l("You're lucky that I'm a generous person, here's another one.");
-#: npc/001-1/cookiemaster.txt~:236
-#: npc/001-1/cookiemaster.txt:236
+#: npc/001-1/cookiemaster.txt:235
#, no-c-format
msgid "You're lucky that I'm a generous person, here's another one."
msgstr ""
@@ -41123,46 +38234,27 @@ msgid "You're on La Johanne, a merchant ship."
msgstr ""
#. code: mesq l("You're on a ship, we're on our way to the commercial capital of Artis.");
-#: npc/000-2-0/julia.txt~:163
#: npc/000-2-0/julia.txt:163
#, no-c-format
msgid "You're on a ship, we're on our way to the commercial capital of Artis."
msgstr ""
-#. code: mesq lg("You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis.");
-#: npc/000-2-1/arpan.txt:171
+#. code: mesq l("You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis.");
+#: npc/000-2-1/arpan.txt:172
#, no-c-format
-msgid "You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis.#0"
+msgid "You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis."
msgstr ""
-#. code: mesq lg("You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis.");
-#: npc/000-2-1/arpan.txt:171
-#, no-c-format
-msgid "You're on our ship, we made port to a little island and we're actually yeyending our long merchant traveling adventure at the city of Artis.#1"
-msgstr ""
-
-#. code: mesq lg("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!", "You're one of us now, that's great! I was sure that you were a good man when I first saw you!");
-#: npc/000-1/gugli.txt:228
-#, no-c-format
-msgid "You're one of us now, that's great! I was sure that you were a good man when I first saw you!#1"
-msgstr ""
-
-#. code: mesq lg("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!", "You're one of us now, that's great! I was sure that you were a good man when I first saw you!");
+#. code: mesq l("You're one of us now, that's great! I was sure that you were a good person the first time I saw you!");
#: npc/000-1/gugli.txt:228
#, no-c-format
-msgid "You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!#0"
-msgstr ""
-
-#. code: lg("You're right, it's about you.", "You're right, it's about Julia."), L_Julia,
-#: npc/000-1/silvio.txt:27
-#, no-c-format
-msgid "You're right, it's about Julia.#1"
+msgid "You're one of us now, that's great! I was sure that you were a good person the first time I saw you!"
msgstr ""
-#. code: lg("You're right, it's about you.", "You're right, it's about Julia."), L_Julia,
+#. code: l("You're right, it's about you."), L_Julia,
#: npc/000-1/silvio.txt:27
#, no-c-format
-msgid "You're right, it's about you.#0"
+msgid "You're right, it's about you."
msgstr ""
#. code: dispbottom l("You're smuggled aboard the Legion expedition. ACT NATURALLY!");
@@ -41185,34 +38277,30 @@ msgid "You're welcome to stay here as long as you wish. Just don't do anything s
msgstr ""
#. code: l("You're welcome. Bye!");
-#: npc/008-1/hinnak.txt:159
-#: npc/008-1/hinnak.txt~:159
+#: npc/008-1/hinnak.txt:183
#, no-c-format
msgid "You're welcome. Bye!"
msgstr ""
#. code: mesq l("You're welcome. If you can't remember something, just come back here!");
-#: npc/000-1/sapartan.txt:89
+#: npc/000-1/sapartan.txt:90
#, no-c-format
msgid "You're welcome. If you can't remember something, just come back here!"
msgstr ""
#. code: mesc l("You've been stabbed!"), 1;
-#: npc/001-3-2/henry.txt~:107
#: npc/001-3-2/henry.txt:107
#, no-c-format
msgid "You've been stabbed!"
msgstr ""
#. code: mesq l("You've brought me fertilizer! Let me see if it works...");
-#: npc/020-1/anwar.txt~:77
#: npc/020-1/anwar.txt:77
#, no-c-format
msgid "You've brought me fertilizer! Let me see if it works..."
msgstr ""
#. code: l("You've finally found that perfect piece of living wood that Alan needs to make a Forest Bow, haven't you?"));
-#: npc/008-1/jack.txt~:149
#: npc/008-1/jack.txt:149
#, no-c-format
msgid "You've finally found that perfect piece of living wood that Alan needs to make a Forest Bow, haven't you?"
@@ -41243,10 +38331,8 @@ msgid "You? Here?"
msgstr ""
#. code: mesn l("Young Girl");
-#: npc/008-1/rossy.txt:105
#: npc/008-1/rossy.txt:108
-#: npc/008-1/rossy.txt~:105
-#: npc/008-1/rossy.txt~:108
+#: npc/008-1/rossy.txt:105
#, no-c-format
msgid "Young Girl"
msgstr ""
@@ -41276,14 +38362,13 @@ msgid "Your GM level is now visible."
msgstr ""
#. code: mesc(l("Your body aches, even your hair hurts, and the bright daylight is painful."), 9);
-#: npc/000-0/sailors.txt:24
+#: npc/000-0/sailors.txt:66
#, no-c-format
msgid "Your body aches, even your hair hurts, and the bright daylight is painful."
msgstr ""
#. code: l("Your brain liquified to match the level of a piou! It's the Legion of Gasaron.");
-#: npc/001-1/enora.txt~:69
-#: npc/001-1/enora.txt:69
+#: npc/001-1/enora.txt:70
#, no-c-format
msgid "Your brain liquified to match the level of a piou! It's the Legion of Gasaron."
msgstr ""
@@ -41295,13 +38380,12 @@ msgid "Your current standing with the Legion: %s"
msgstr ""
#. code: mesc l("Your current win streak is @@!", @gambler_winstreak);
-#: npc/functions/casino.txt:228
+#: npc/functions/casino.txt:231
#, no-c-format
msgid "Your current win streak is @@!"
msgstr ""
#. code: l("Your cute face will not convince me - Your test, your responsibility.");
-#: npc/008-1/rossy.txt~:204
#: npc/008-1/rossy.txt:205
#, no-c-format
msgid "Your cute face will not convince me - Your test, your responsibility."
@@ -41314,7 +38398,6 @@ msgid "Your dad ran away from you!"
msgstr ""
#. code: l("Your hairstyle is @@ and its color is @@.", .@style_name$, .@color_name$);
-#: npc/functions/barber.txt~:28
#: npc/functions/barber.txt:28
#, no-c-format
msgid "Your hairstyle is @@ and its color is @@."
@@ -41338,8 +38421,8 @@ msgstr ""
msgid "Your heart quickens as your gaze focuses upon a small wooden panel, partly obscured under a layer of wind-blown sand."
msgstr ""
-#. code: l("Your inventory is full, make room if you want your reward!")
-#: npc/008-1-1/hal.txt:75
+#. code: l("Your inventory is full, make room if you want your reward!"),
+#: npc/008-1-1/hal.txt:74
#, no-c-format
msgid "Your inventory is full, make room if you want your reward!"
msgstr ""
@@ -41364,14 +38447,12 @@ msgstr ""
#. code: l("Your mother is sorry about the roses. Here are some beautiful red tulips instead.");
#: npc/008-1/rossy.txt:347
-#: npc/008-1/rossy.txt~:346
#, no-c-format
msgid "Your mother is sorry about the roses. Here are some beautiful red tulips instead."
msgstr ""
#. code: l("Your mother was so happy that she asked me to bring you these flowers.");
#: npc/008-1/rossy.txt:313
-#: npc/008-1/rossy.txt~:312
#, no-c-format
msgid "Your mother was so happy that she asked me to bring you these flowers."
msgstr ""
@@ -41388,33 +38469,20 @@ msgstr ""
msgid "Your position has been saved."
msgstr ""
-#. code: l("Your proeficiency with a certain weapon is noted at the side of it.");
-#: npc/001-1/chelios.txt~:123
-#, no-c-format
-msgid "Your proeficiency with a certain weapon is noted at the side of it."
-msgstr ""
-
#. code: l("Your proeficiency with a certain weapon is noted at the side of it. Naturally, you cannot obtain proeficiency by purchasing someone else's weapon.");
#: npc/001-1/chelios.txt:123
#, no-c-format
msgid "Your proeficiency with a certain weapon is noted at the side of it. Naturally, you cannot obtain proeficiency by purchasing someone else's weapon."
msgstr ""
-#. code: select(lg("Your sister sent me to find you. Your mother is worried."));
-#: npc/001-1/trees.txt:64
-#, no-c-format
-msgid "Your sister sent me to find you. Your mother is worried.#0"
-msgstr ""
-
-#. code: select(lg("Your sister sent me to find you. Your mother is worried."));
+#. code: select(l("Your sister sent me to find you. Your mother is worried."));
#: npc/001-1/trees.txt:64
#, no-c-format
-msgid "Your sister sent me to find you. Your mother is worried.#1"
+msgid "Your sister sent me to find you. Your mother is worried."
msgstr ""
#. code: mesq l("Your smell... Did Henry sent you here? How cute of him!");
#: npc/008-3-5/nunia.txt:53
-#: npc/008-3-5/nunia.txt~:53
#, no-c-format
msgid "Your smell... Did Henry sent you here? How cute of him!"
msgstr ""
@@ -41440,7 +38508,6 @@ msgstr ""
#. code: 020-2-15,33,26,0 script Yumi NPC_EOMIE,{
#: npc/020-2-15/yumi.txt:6
-#: npc/020-2-15/yumi.txt~:6
#, no-c-format
msgid "Yumi"
msgstr ""
@@ -41482,14 +38549,13 @@ msgid "Zitoni"
msgstr ""
#. code: Name: "Zombie"
-#: mob_db.conf:4931
+#: mob_db.conf:4869
#, no-c-format
msgid "Zombie"
msgstr ""
#. code: l("Zzzzzzz.....");
#: npc/008-2-2/kfahr.txt:481
-#: npc/008-2-2/kfahr.txt~:481
#, no-c-format
msgid "Zzzzzzz....."
msgstr ""
@@ -41497,8 +38563,6 @@ msgstr ""
#. code: l("Zzzzzzzz.......");
#: npc/008-2-2/kfahr.txt:359
#: npc/008-2-2/kfahr.txt:367
-#: npc/008-2-2/kfahr.txt~:367
-#: npc/008-2-2/kfahr.txt~:359
#, no-c-format
msgid "Zzzzzzzz......."
msgstr ""
@@ -41510,18 +38574,20 @@ msgid "Zzzzzzzzz..."
msgstr ""
#. code: mesq l("[BUG ENCOUNTERED] Dammit...");
-#: npc/functions/libquest.txt:96
+#: npc/functions/libquest.txt:100
#, no-c-format
msgid "[BUG ENCOUNTERED] Dammit..."
msgstr ""
#. code: mesq l("[Invalid quest status! %d, check script]", getq(ArgaesQuest_Galimatia));
-#: npc/008-1-1/galimatia.txt:63
+#: npc/008-1-1/galimatia.txt:68
#, no-c-format
msgid "[Invalid quest status! %d, check script]"
msgstr ""
#. code: mesq l("[Invalid quest status: %d, check script]", getq(General_CptHal));
+#. code: mesq l("[Invalid quest status: %d, check script]", getq(ArgaesQuest_Soren));
+#: npc/009-2-0/soren.txt:42
#: npc/008-1-1/hal.txt:32
#, no-c-format
msgid "[Invalid quest status: %d, check script]"
@@ -41572,7 +38638,6 @@ msgstr ""
#. code: l("ah, I knew it! So you have come to hear some tales about the dangers of the desert? You've come to the right man!");
#: npc/008-2-2/kfahr.txt:106
-#: npc/008-2-2/kfahr.txt~:106
#, no-c-format
msgid "ah, I knew it! So you have come to hear some tales about the dangers of the desert? You've come to the right man!"
msgstr ""
@@ -41607,14 +38672,12 @@ msgid "by doing quests"
msgstr ""
#. code: assert(l("data %s %s %s data", "this", "is", "test") == "data this is test data", "data %s %s %s data, this, is, test");
-#: npc/test/test1.txt~:96
-#: npc/test/test1.txt:94
+#: npc/test/test1.txt:96
#, no-c-format
msgid "data %s %s %s data"
msgstr ""
#. code: assert(l("data @@ @@ @@ data", "this", "is", "test") == "data this is test data", "data @@ @@ @@ data, this, is, test");
-#: npc/test/test1.txt~:71
#: npc/test/test1.txt:71
#, no-c-format
msgid "data @@ @@ @@ data"
@@ -41654,21 +38717,15 @@ msgstr ""
#. code: l("don't tell devs I'm slacking off again."),
#: npc/008-1/rossy.txt:181
-#: npc/008-1/rossy.txt:89
-#: npc/008-1/rossy.txt~:180
-#: npc/008-1/rossy.txt~:89
#: npc/008-1/rossy.txt:340
-#: npc/008-1/rossy.txt~:339
+#: npc/008-1/rossy.txt:89
#, no-c-format
msgid "don't tell devs I'm slacking off again."
msgstr ""
#. code: l("don't worry with me.")
-#: npc/008-1/rossy.txt~:182
#: npc/008-1/rossy.txt:183
#: npc/008-1/rossy.txt:342
-#: npc/008-1/rossy.txt~:91
-#: npc/008-1/rossy.txt~:341
#: npc/008-1/rossy.txt:91
#, no-c-format
msgid "don't worry with me."
@@ -41681,8 +38738,7 @@ msgid "fisherman"
msgstr ""
#. code: assert(l("foo %2$s bar %1$s baz", "qux", "quux") == "foo quux bar qux baz", "foo %2$s bar %1$s baz, qux, quux");
-#: npc/test/test1.txt~:114
-#: npc/test/test1.txt:110
+#: npc/test/test1.txt:114
#, no-c-format
msgid "foo %2$s bar %1$s baz"
msgstr ""
@@ -41700,7 +38756,7 @@ msgid "hmmm..."
msgstr ""
#. code: mesc l("i.e. Deleting the rEvolt char will delete the Legacy char associated to it. This includes levels and items."); // -- TRANSLATORS: i.e. = id est
-#: npc/000-2-3/nard.txt:243
+#: npc/000-2-3/nard.txt:244
#, no-c-format
msgid "i.e. Deleting the rEvolt char will delete the Legacy char associated to it. This includes levels and items."
msgstr ""
@@ -41796,38 +38852,30 @@ msgid "npc6"
msgstr ""
#. code: l("tell my mother there is no reason to worry."),
-#: npc/008-1/rossy.txt~:181
-#: npc/008-1/rossy.txt:90
#: npc/008-1/rossy.txt:182
-#: npc/008-1/rossy.txt~:90
#: npc/008-1/rossy.txt:341
-#: npc/008-1/rossy.txt~:340
+#: npc/008-1/rossy.txt:90
#, no-c-format
msgid "tell my mother there is no reason to worry."
msgstr ""
#. code: assert(l("test") == "test", "test");
-#: npc/test/test1.txt~:87
-#: npc/test/test1.txt:85
+#: npc/test/test1.txt:87
#, no-c-format
msgid "test"
msgstr ""
-#. code: assert(l("test %s", "") == "test ", "test %s, ");
#. code: assert(l("test %s", "foo") == "test foo", "test %s, foo");
-#: npc/test/test1.txt~:88
-#: npc/test/test1.txt~:89
-#: npc/test/test1.txt:86
-#: npc/test/test1.txt:87
+#. code: assert(l("test %s", "") == "test ", "test %s, ");
+#: npc/test/test1.txt:89
+#: npc/test/test1.txt:88
#, no-c-format
msgid "test %s"
msgstr ""
#. code: assert(l("test @@", "") == "test ", "test @@, ");
#. code: assert(l("test @@", "foo") == "test foo", "test @@, foo");
-#: npc/test/test1.txt~:67
#: npc/test/test1.txt:67
-#: npc/test/test1.txt~:66
#: npc/test/test1.txt:66
#, no-c-format
msgid "test @@"
@@ -41835,57 +38883,46 @@ msgstr ""
#. code: assert(lg("test") == "test#0", "test");
#. code: assert(lg("test") == "test#1", "test");
-#: npc/test/test1.txt:103
-#: npc/test/test1.txt~:106
-#: npc/test/test1.txt:99
-#: npc/test/test1.txt~:102
+#: npc/test/test1.txt:102
+#: npc/test/test1.txt:106
#, no-c-format
msgid "test#0"
msgstr ""
#. code: assert(lg("test") == "test#0", "test");
#. code: assert(lg("test") == "test#1", "test");
-#: npc/test/test1.txt:103
-#: npc/test/test1.txt~:106
-#: npc/test/test1.txt:99
-#: npc/test/test1.txt~:102
+#: npc/test/test1.txt:102
+#: npc/test/test1.txt:106
#, no-c-format
msgid "test#1"
msgstr ""
#. code: test,10,5,0 script test1 NPC_HAT_BOX,{
-#: npc/test/test1.txt~:20
#: npc/test/test1.txt:20
#, no-c-format
msgid "test1"
msgstr ""
-#. code: assert(lg("test1 %s", "test2 %s", "line") == "test1 line#0", "test1 %s, test2 %s, line");
#. code: assert(lg("test1 %s", "test2 %s", "line") == "test2 line#1", "test1 %s, test2 %s, line");
-#: npc/test/test1.txt~:108
-#: npc/test/test1.txt~:104
-#: npc/test/test1.txt:101
-#: npc/test/test1.txt:105
+#. code: assert(lg("test1 %s", "test2 %s", "line") == "test1 line#0", "test1 %s, test2 %s, line");
+#: npc/test/test1.txt:104
+#: npc/test/test1.txt:108
#, no-c-format
msgid "test1 %s#0"
msgstr ""
#. code: assert(lg("test1 @@", "test2 @@", "line") == "test1 line#0", "test1 @@, test2 @@, line");
#. code: assert(lg("test1 @@", "test2 @@", "line") == "test2 line#1", "test1 @@, test2 @@, line");
-#: npc/test/test1.txt~:77
-#: npc/test/test1.txt:76
-#: npc/test/test1.txt~:79
-#: npc/test/test1.txt:78
+#: npc/test/test1.txt:77
+#: npc/test/test1.txt:79
#, no-c-format
msgid "test1 @@#0"
msgstr ""
#. code: assert(lg("test1", "test2") == "test2#1", "test1, test2");
#. code: assert(lg("test1", "test2") == "test1#0", "test1, test2");
-#: npc/test/test1.txt~:103
-#: npc/test/test1.txt:104
-#: npc/test/test1.txt:100
-#: npc/test/test1.txt~:107
+#: npc/test/test1.txt:107
+#: npc/test/test1.txt:103
#, no-c-format
msgid "test1#0"
msgstr ""
@@ -41896,45 +38933,37 @@ msgstr ""
msgid "test2"
msgstr ""
-#. code: assert(lg("test1 %s", "test2 %s", "line") == "test1 line#0", "test1 %s, test2 %s, line");
#. code: assert(lg("test1 %s", "test2 %s", "line") == "test2 line#1", "test1 %s, test2 %s, line");
-#: npc/test/test1.txt~:108
-#: npc/test/test1.txt~:104
-#: npc/test/test1.txt:101
-#: npc/test/test1.txt:105
+#. code: assert(lg("test1 %s", "test2 %s", "line") == "test1 line#0", "test1 %s, test2 %s, line");
+#: npc/test/test1.txt:104
+#: npc/test/test1.txt:108
#, no-c-format
msgid "test2 %s#1"
msgstr ""
#. code: assert(lg("test1 @@", "test2 @@", "line") == "test1 line#0", "test1 @@, test2 @@, line");
#. code: assert(lg("test1 @@", "test2 @@", "line") == "test2 line#1", "test1 @@, test2 @@, line");
-#: npc/test/test1.txt~:77
-#: npc/test/test1.txt:76
-#: npc/test/test1.txt~:79
-#: npc/test/test1.txt:78
+#: npc/test/test1.txt:77
+#: npc/test/test1.txt:79
#, no-c-format
msgid "test2 @@#1"
msgstr ""
#. code: assert(lg("test1", "test2") == "test2#1", "test1, test2");
#. code: assert(lg("test1", "test2") == "test1#0", "test1, test2");
-#: npc/test/test1.txt~:103
-#: npc/test/test1.txt:104
-#: npc/test/test1.txt:100
-#: npc/test/test1.txt~:107
+#: npc/test/test1.txt:107
+#: npc/test/test1.txt:103
#, no-c-format
msgid "test2#1"
msgstr ""
#. code: mesq l("Could you bring a couple fresh fish to %s? Carps should do.", b(l("the Chef in Dimond's Cove")));
-#: npc/008-2-16/yannika.txt~:327
-#: npc/008-2-16/yannika.txt:327
+#: npc/008-2-16/yannika.txt:328
#, no-c-format
msgid "the Chef in Dimond's Cove"
msgstr ""
#. code: b(l("In Artis Townhall Archives,"))+" "+l("there is an entry about me."),
-#: npc/001-3-2/henry.txt~:54
#: npc/001-3-2/henry.txt:54
#, no-c-format
msgid "there is an entry about me."
@@ -41961,13 +38990,13 @@ msgid "unmountrowboateast"
msgstr ""
#. code: 001-1,68,143,0 script unmountrowboatsouth NPC_HIDDEN,1,1,{
-#: npc/001-1/rowboathelper.txt:93
+#: npc/001-1/rowboathelper.txt:92
#, no-c-format
msgid "unmountrowboatsouth"
msgstr ""
#. code: 001-1,25,101,0 script unmountrowboatwest NPC_HIDDEN,1,1,{
-#: npc/001-1/rowboathelper.txt:117
+#: npc/001-1/rowboathelper.txt:115
#, no-c-format
msgid "unmountrowboatwest"
msgstr ""
@@ -41983,26 +39012,25 @@ msgid "yes"
msgstr ""
#. code: l("“Nothing I can do”, she says, “but I can ask a friend”."),
-#: npc/008-1/hinnak.txt:220
-#: npc/008-1/hinnak.txt~:220
+#: npc/008-1/hinnak.txt:244
#, no-c-format
msgid "“Nothing I can do”, she says, “but I can ask a friend”."
msgstr ""
#. code: npctalkonce l("← Exit");
-#: npc/001-1/sign.txt:38
+#: npc/001-1/sign.txt:35
#, no-c-format
msgid "← Exit"
msgstr ""
#. code: npctalkonce l("↑ Legion");
-#: npc/001-1/sign.txt:48
+#: npc/001-1/sign.txt:44
#, no-c-format
msgid "↑ Legion"
msgstr ""
#. code: npctalkonce l("↓ Market Place");
-#: npc/001-1/sign.txt:28
+#: npc/001-1/sign.txt:26
#, no-c-format
msgid "↓ Market Place"
msgstr ""
diff --git a/lang_client/clientdata.pot b/lang_client/clientdata.pot
index c094245..87408e9 100644
--- a/lang_client/clientdata.pot
+++ b/lang_client/clientdata.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2019-01-26 20:18+0300\n"
+"POT-Creation-Date: 2022-11-14 19:15-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -10,291 +10,284 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#. (itstool) path: clans/clan@name
-#: clans.xml:13
-msgid "Sword Clan"
+#: clans.xml:14
+msgid "Legion of Aemil"
msgstr ""
#. (itstool) path: clans/clan@name
-#: clans.xml:21
-msgid "Arc Wand Clan"
+#: clans.xml:22
+msgid "Brotherhood of Argaes"
msgstr ""
#. (itstool) path: clans/clan@name
-#: clans.xml:29
-msgid "Golden Mace Clan"
+#: clans.xml:30
+msgid "The Thieves"
msgstr ""
#. (itstool) path: clans/clan@name
-#: clans.xml:37
-msgid "Crossbow Clan"
+#: clans.xml:38
+msgid "The Magic Guild"
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:9 deadmessages.xml:6
+#: tmp/deadmessages.xml:6 deadmessages.xml:6
msgid "You are dead."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:10 deadmessages.xml:7
+#: tmp/deadmessages.xml:7 deadmessages.xml:7
msgid "We regret to inform you that your character was killed in battle."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:11 deadmessages.xml:8
+#: tmp/deadmessages.xml:8 deadmessages.xml:8
msgid "You are not that alive anymore."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:12 deadmessages.xml:9
+#: tmp/deadmessages.xml:9 deadmessages.xml:9
msgid "The cold hands of the grim reaper are grabbing for your soul."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:13 deadmessages.xml:10
+#: tmp/deadmessages.xml:10 deadmessages.xml:10
msgid "Game Over!"
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:14 deadmessages.xml:11
+#: tmp/deadmessages.xml:11 deadmessages.xml:11
msgid "Insert coin to continue."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:15 deadmessages.xml:12
+#: tmp/deadmessages.xml:12 deadmessages.xml:12
msgid ""
"No, kids. Your character did not really die. It... err... went to a better "
"place."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:16 deadmessages.xml:13
+#: tmp/deadmessages.xml:13 deadmessages.xml:13
msgid ""
"Your plan of breaking your enemies weapon by bashing it with your throat "
"failed."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:17 deadmessages.xml:14
+#: tmp/deadmessages.xml:14 deadmessages.xml:14
msgid "I guess this did not run too well."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:19 deadmessages.xml:15
+#: tmp/deadmessages.xml:15 deadmessages.xml:15
msgid "Do you want your possessions identified?"
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:21 deadmessages.xml:16
+#: tmp/deadmessages.xml:16 deadmessages.xml:16
msgid "Sadly, no trace of you was ever found..."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:23 deadmessages.xml:17
+#: tmp/deadmessages.xml:17 deadmessages.xml:17
msgid "Annihilated."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:25 deadmessages.xml:18
+#: tmp/deadmessages.xml:18 deadmessages.xml:18
msgid "Looks like you got your head handed to you."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:27 deadmessages.xml:19
+#: tmp/deadmessages.xml:19 deadmessages.xml:19
msgid ""
"You screwed up again, dump your body down the tubes and get you another one."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:29 deadmessages.xml:20
+#: tmp/deadmessages.xml:20 deadmessages.xml:20
msgid "You're not dead yet. You're just resting."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:30 deadmessages.xml:21
+#: tmp/deadmessages.xml:21 deadmessages.xml:21
msgid "You are no more."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:31 deadmessages.xml:22
+#: tmp/deadmessages.xml:22 deadmessages.xml:22
msgid "You have ceased to be."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:32 deadmessages.xml:23
+#: tmp/deadmessages.xml:23 deadmessages.xml:23
msgid "You've expired and gone to meet your maker."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:33 deadmessages.xml:24
+#: tmp/deadmessages.xml:24 deadmessages.xml:24
msgid "You're a stiff."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:34 deadmessages.xml:25
+#: tmp/deadmessages.xml:25 deadmessages.xml:25
msgid "Bereft of life, you rest in peace."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:35 deadmessages.xml:26
+#: tmp/deadmessages.xml:26 deadmessages.xml:26
msgid "If you weren't so animated, you'd be pushing up the daisies."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:36 deadmessages.xml:27
+#: tmp/deadmessages.xml:27 deadmessages.xml:27
msgid "Your metabolic processes are now history."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:37 deadmessages.xml:28
+#: tmp/deadmessages.xml:28 deadmessages.xml:28
msgid "You're off the twig."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:38 deadmessages.xml:29
+#: tmp/deadmessages.xml:29 deadmessages.xml:29
msgid "You've kicked the bucket."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:39
+#: tmp/deadmessages.xml:30 deadmessages.xml:30
msgid ""
-"You've shuffled off your mortal coil, run down the curtain and joined the "
-"bleedin' choir invisibile."
+"You've shuffled off your mortal coil, rung down the curtain and joined the "
+"choir invisible."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:40 deadmessages.xml:31
+#: tmp/deadmessages.xml:31 deadmessages.xml:31
msgid "You are an ex-player."
msgstr ""
#. (itstool) path: messages/message
-#: tmp/deadmessages.xml:41 deadmessages.xml:32
+#: tmp/deadmessages.xml:32 deadmessages.xml:32
msgid "You're pining for the fjords."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:30
-msgid ""
-"You've shuffled off your mortal coil, rung down the curtain and joined the "
-"choir invisible."
-msgstr ""
-
-#. (itstool) path: messages/message
-#: deadmessages.xml:33
+#: tmp/deadmessages.xml:33 deadmessages.xml:33
msgid "Right now, you would just love to be resurrected."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:34
+#: tmp/deadmessages.xml:34 deadmessages.xml:34
msgid "Wait, did I just die?"
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:35
+#: tmp/deadmessages.xml:35 deadmessages.xml:35
msgid "What just happened?"
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:36
+#: tmp/deadmessages.xml:36 deadmessages.xml:36
msgid "I guess you're not the One."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:37
+#: tmp/deadmessages.xml:37 deadmessages.xml:37
msgid "See you in the underworld."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:38
+#: tmp/deadmessages.xml:38 deadmessages.xml:38
msgid "Try again."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:39
+#: tmp/deadmessages.xml:39 deadmessages.xml:39
msgid "Don't panic, you're just a bit dead."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:40
+#: tmp/deadmessages.xml:40 deadmessages.xml:40
msgid "It's a bit late to start digging your grave, don't you think?"
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:41
+#: tmp/deadmessages.xml:41 deadmessages.xml:41
msgid "Program terminated."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:42
+#: tmp/deadmessages.xml:42 deadmessages.xml:42
msgid "Mission failed."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:43
+#: tmp/deadmessages.xml:43 deadmessages.xml:43
msgid "Welcome to the Matrix, Neo."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:44
+#: tmp/deadmessages.xml:44 deadmessages.xml:44
msgid "Everybody falls the first time."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:45
+#: tmp/deadmessages.xml:45 deadmessages.xml:45
msgid "Welcome... to the real world."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:46
+#: tmp/deadmessages.xml:46 deadmessages.xml:46
msgid "Fate, it seems, is not without a sense of irony."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:47
+#: tmp/deadmessages.xml:47 deadmessages.xml:47
msgid "There is no spoon."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:48
+#: tmp/deadmessages.xml:48 deadmessages.xml:48
msgid "One shot, one kill."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:49
+#: tmp/deadmessages.xml:49 deadmessages.xml:49
msgid "Some men just want to watch the world burn."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:50
+#: tmp/deadmessages.xml:50 deadmessages.xml:50
msgid "You are fulfilling your destiny."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:51
+#: tmp/deadmessages.xml:51 deadmessages.xml:51
msgid "Rule #8: Do not die."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:52
+#: tmp/deadmessages.xml:52 deadmessages.xml:52
msgid "There will be no order, only chaos."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:53
+#: tmp/deadmessages.xml:53 deadmessages.xml:53
msgid "Too bad, get over it."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:54
+#: tmp/deadmessages.xml:54 deadmessages.xml:54
msgid "There's no hope for us here, only death."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:55
+#: tmp/deadmessages.xml:55 deadmessages.xml:55
msgid "Death is the road to awe."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:56
+#: tmp/deadmessages.xml:56 deadmessages.xml:56
msgid ""
"Our bodies are prisons for our souls. Our skin and blood, the iron bars of "
"confinement. But fear not. All flesh decays. Death turns all to ash. And "
@@ -302,22 +295,22 @@ msgid ""
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:57
+#: tmp/deadmessages.xml:57 deadmessages.xml:57
msgid "Stop... Stop it!"
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:58
+#: tmp/deadmessages.xml:58 deadmessages.xml:58
msgid "Today is a good day to die."
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:59
+#: tmp/deadmessages.xml:59 deadmessages.xml:59
msgid "Any last words? Oops, too late!"
msgstr ""
#. (itstool) path: messages/message
-#: deadmessages.xml:60
+#: tmp/deadmessages.xml:60 deadmessages.xml:60
msgid "Confusion will be my epitaph."
msgstr ""
@@ -337,12 +330,12 @@ msgid "Happy"
msgstr ""
#. (itstool) path: emote/sprite@name
-#: emotes.xml:9 tmp/manaplus_emotes.xml:19
+#: emotes.xml:9
msgid "Sad"
msgstr ""
#. (itstool) path: emote/sprite@name
-#: emotes.xml:10 tmp/manaplus_emotes.xml:21 tmp/manaplus_emotes.xml:28
+#: emotes.xml:10
msgid "Evil"
msgstr ""
@@ -361,8 +354,11 @@ msgstr ""
msgid "Blush"
msgstr ""
+#. #-#-#-#-# emotes.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: emote/sprite@name
-#: emotes.xml:14
+#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: items/item@name
+#: emotes.xml:14 items.xml:4659
msgid "Tongue"
msgstr ""
@@ -403,9 +399,12 @@ msgstr ""
msgid "Super Player"
msgstr ""
+#. #-#-#-#-# groups.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: groups/group@name
#. (itstool) path: groups/group@longName
-#: groups.xml:69
+#. #-#-#-#-# skills.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: skills/set@name
+#: groups.xml:69 skills.xml:229
msgid "Support"
msgstr ""
@@ -457,222 +456,272 @@ msgid "homum"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:8 itemcolors.xml:82 itemcolors.xml:90
-msgid "White"
+#: itemcolors.xml:9 itemcolors.xml:34
+msgid "Off Black"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:9
-msgid "Black"
+#: itemcolors.xml:10 itemcolors.xml:35
+msgid "Ash Brown"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:10
-msgid "Silver"
+#: itemcolors.xml:11 itemcolors.xml:36
+msgid "Dark Brown"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:11
-msgid "Camel"
+#: itemcolors.xml:12 itemcolors.xml:37
+msgid "Dark Copper"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:12
-msgid "Brown"
+#: itemcolors.xml:13 itemcolors.xml:38
+msgid "Auburn Brown"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:13
-msgid "Orange"
+#: itemcolors.xml:14 itemcolors.xml:39
+msgid "Honey Brown"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:14
-msgid "Dark Red"
+#: itemcolors.xml:15 itemcolors.xml:40
+msgid "Copper Blonde"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:15
-msgid "Red"
+#: itemcolors.xml:16 itemcolors.xml:41
+msgid "Golden Blonde"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:16
-msgid "Fuchsia"
+#: itemcolors.xml:17 itemcolors.xml:42
+msgid "Pure Platinum"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:17
-msgid "Pink"
+#: itemcolors.xml:18 itemcolors.xml:43
+msgid "Cherry Blossom"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:18
-msgid "Mauve"
+#: itemcolors.xml:19 itemcolors.xml:44
+msgid "Pinky Pink"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:19
-msgid "Purple"
+#: itemcolors.xml:20 itemcolors.xml:45
+msgid "Fire Red"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:21 itemcolors.xml:46
+msgid "Light Violet"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:20 itemcolors.xml:46 itemcolors.xml:71
+#: itemcolors.xml:22 itemcolors.xml:47
+msgid "Purple Plum"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:23 itemcolors.xml:48 itemcolors.xml:71
msgid "Navy Blue"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:21
-msgid "Blue Gray"
+#: itemcolors.xml:24 itemcolors.xml:49
+msgid "Lagoon Blue"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:22
-msgid "Blue"
+#: itemcolors.xml:25 itemcolors.xml:50
+msgid "Twisted Teal"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:23
-msgid "Teal"
+#: itemcolors.xml:26 itemcolors.xml:51
+msgid "Spring Green"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:24
-msgid "Green"
+#: itemcolors.xml:27 itemcolors.xml:52
+msgid "Forest Green"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:25
-msgid "Lime"
+#: itemcolors.xml:28 itemcolors.xml:53
+msgid "Silver Grey"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:26
-msgid "Khaki"
+#: itemcolors.xml:29 itemcolors.xml:54
+msgid "Esperia Blue"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:27
-msgid "Yellow"
+#: itemcolors.xml:59 itemcolors.xml:83 itemcolors.xml:101
+msgid "White"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:32 itemcolors.xml:57
-msgid "Off Black"
+#: itemcolors.xml:60
+msgid "Black"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:33 itemcolors.xml:58
-msgid "Ash Brown"
+#: itemcolors.xml:61 itemcolors.xml:130
+msgid "Silver"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:34 itemcolors.xml:59
-msgid "Dark Brown"
+#: itemcolors.xml:62
+msgid "Camel"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:35 itemcolors.xml:60
-msgid "Dark Copper"
+#: itemcolors.xml:63
+msgid "Brown"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:36 itemcolors.xml:61
-msgid "Auburn Brown"
+#: itemcolors.xml:64
+msgid "Orange"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:37 itemcolors.xml:62
-msgid "Honey Brown"
+#: itemcolors.xml:65
+msgid "Dark Red"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:38 itemcolors.xml:63
-msgid "Copper Blonde"
+#: itemcolors.xml:66
+msgid "Red"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:39 itemcolors.xml:64
-msgid "Golden Blonde"
+#: itemcolors.xml:67
+msgid "Fuchsia"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:40 itemcolors.xml:65
-msgid "Pure Platinum"
+#: itemcolors.xml:68
+msgid "Pink"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:41 itemcolors.xml:66
-msgid "Cherry Blossom"
+#: itemcolors.xml:69
+msgid "Mauve"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:42 itemcolors.xml:67
-msgid "Pinky Pink"
+#: itemcolors.xml:70
+msgid "Purple"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:43 itemcolors.xml:68
-msgid "Fire Red"
+#: itemcolors.xml:72
+msgid "Blue Gray"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:44 itemcolors.xml:69
-msgid "Light Violet"
+#: itemcolors.xml:73
+msgid "Blue"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:45 itemcolors.xml:70
-msgid "Purple Plum"
+#: itemcolors.xml:74
+msgid "Teal"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:47 itemcolors.xml:72
-msgid "Lagoon Blue"
+#: itemcolors.xml:75
+msgid "Green"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:48 itemcolors.xml:73
-msgid "Twisted Teal"
+#: itemcolors.xml:76
+msgid "Lime"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:49 itemcolors.xml:74
-msgid "Spring Green"
+#: itemcolors.xml:77
+msgid "Khaki"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:50 itemcolors.xml:75
-msgid "Forest Green"
+#: itemcolors.xml:78
+msgid "Yellow"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:51 itemcolors.xml:76
-msgid "Silver Grey"
+#: itemcolors.xml:84 itemcolors.xml:102
+msgid "Pitch Black"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:52 itemcolors.xml:77
-msgid "Esperia Blue"
+#: itemcolors.xml:85 itemcolors.xml:103
+msgid "Chocolate"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:83 itemcolors.xml:91
+#: itemcolors.xml:86 itemcolors.xml:104
msgid "Crimson"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:84 itemcolors.xml:92
-msgid "Chocolate"
+#: itemcolors.xml:87 itemcolors.xml:105
+msgid "Tomato"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:88 itemcolors.xml:106
+msgid "Goldenrod"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:89 itemcolors.xml:107
+msgid "Sunflower"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:85 itemcolors.xml:93
+#: itemcolors.xml:90 itemcolors.xml:108
+msgid "Olive"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:91 itemcolors.xml:109
+msgid "Sea Green"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:92 itemcolors.xml:110
msgid "Mint"
msgstr ""
#. (itstool) path: list/color@name
-#: itemcolors.xml:98
+#: itemcolors.xml:93 itemcolors.xml:111
+msgid "Midnight Blue"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:94 itemcolors.xml:112
+msgid "Slate Blue"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:95 itemcolors.xml:113
+msgid "Orchid"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:96 itemcolors.xml:114
+msgid "Pinkie Pink"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:119
msgid "Simple"
msgstr ""
@@ -680,7 +729,7 @@ msgstr ""
#. (itstool) path: list/color@name
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#: itemcolors.xml:99 items.xml:1952
+#: itemcolors.xml:120 items.xml:4022
msgid "Diamond"
msgstr ""
@@ -688,7 +737,7 @@ msgstr ""
#. (itstool) path: list/color@name
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#: itemcolors.xml:100 items.xml:1960
+#: itemcolors.xml:121 items.xml:4031
msgid "Ruby"
msgstr ""
@@ -696,7 +745,7 @@ msgstr ""
#. (itstool) path: list/color@name
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#: itemcolors.xml:101 items.xml:1968
+#: itemcolors.xml:122 items.xml:4040
msgid "Emerald"
msgstr ""
@@ -704,7 +753,7 @@ msgstr ""
#. (itstool) path: list/color@name
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#: itemcolors.xml:102 items.xml:1976
+#: itemcolors.xml:123 items.xml:4049
msgid "Sapphire"
msgstr ""
@@ -712,7 +761,7 @@ msgstr ""
#. (itstool) path: list/color@name
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#: itemcolors.xml:103 items.xml:1984
+#: itemcolors.xml:124 items.xml:4058
msgid "Topaz"
msgstr ""
@@ -720,400 +769,463 @@ msgstr ""
#. (itstool) path: list/color@name
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#: itemcolors.xml:104 items.xml:1992
+#: itemcolors.xml:125 items.xml:4066
msgid "Amethyst"
msgstr ""
+#. (itstool) path: list/color@name
+#: itemcolors.xml:126
+msgid "Copper"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:127
+msgid "Iron"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:128
+msgid "Gold"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:129
+msgid "Zealite"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:131
+msgid "Platinum"
+msgstr ""
+
+#. #-#-#-#-# itemcolors.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: list/color@name
+#. #-#-#-#-# monsters.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: monsters/monster@name
+#: itemcolors.xml:132 monsters.xml:667
+msgid "Terranite"
+msgstr ""
+
+#. (itstool) path: list/color@name
+#: itemcolors.xml:133
+msgid "Rotonium"
+msgstr ""
+
#. (itstool) path: required/field@description
#: itemfields.xml:11
msgid "Req. level %s"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:33
+#: items.xml:37
msgid "Bald"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:36
+#: items.xml:40
msgid "Bowl Cut"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:39
+#: items.xml:43
msgid "Combed Back"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:42
+#: items.xml:46
msgid "Emo"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:45
+#: items.xml:49
msgid "Mohawk"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:48
+#: items.xml:52
msgid "Pompadour"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:51
+#: items.xml:55
msgid "Center Parting"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:54
+#: items.xml:58
msgid "Long and Slick"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:57
+#: items.xml:61
msgid "Short and Curly"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:60
+#: items.xml:64
msgid "Pigtails"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:63
+#: items.xml:67
msgid "Long and Curly"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:66
+#: items.xml:70
msgid "Parted"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:69
+#: items.xml:73
msgid "Perky Ponytail"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:72
+#: items.xml:76
msgid "Wave"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:75
+#: items.xml:79
msgid "Mane"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:78
+#: items.xml:82
msgid "Bun"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:81
+#: items.xml:85
msgid "Wavy"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:84
+#: items.xml:88
msgid "Bunches"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:87
+#: items.xml:91
msgid "Long Ponytail"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:90
+#: items.xml:94
msgid "Infinitely Long"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:93
+#: items.xml:97
msgid "Choppy"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:96
+#: items.xml:100
msgid "Wild"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:99
+#: items.xml:103
msgid "Punk"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:102
+#: items.xml:106
msgid "Imperial"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:105
+#: items.xml:109
msgid "Side Strand"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:108
+#: items.xml:112
msgid "Messy"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:111
+#: items.xml:115
msgid "Flat Ponytail"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:114
+#: items.xml:118
msgid "Tapered Nape"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:119
-msgid "Human"
+#: items.xml:123
+msgid "Kaizei Viro"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:125
-msgid "Ukar"
+#: items.xml:129
+msgid "Argaes Viro"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:131
-msgid "Demon"
+#: items.xml:135
+msgid "Tonori Viro"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:137
-msgid "Elven"
+#: items.xml:142
+msgid "Cave Ukar"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:143
-msgid "Orc"
+#: items.xml:148
+msgid "Mountain Ukar"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:149
-msgid "Raijin"
+#: items.xml:155
+msgid "Sea Tritan"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:155
-msgid "Tritan"
+#: items.xml:161
+msgid "Lake Tritan"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:168
+msgid "Light Raijin"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:174
+msgid "Dark Raijin"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:181
+msgid "Fire Kralog"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:187
+msgid "Frost Kralog"
msgstr ""
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
#. #-#-#-#-# monsters.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: monsters/monster@name
-#: items.xml:163 monsters.xml:18
+#: items.xml:195 monsters.xml:18
msgid "Piou"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:178
+#: items.xml:210
msgid "Acorn"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:178
+#: items.xml:210
msgid "A natural food, ingredient, bait or seed."
msgstr ""
#. (itstool) path: items/item@useButton
#. (itstool) path: inventory/menu@name1
#. (itstool) path: inventory/menu@name2
-#: items.xml:178 items.xml:184 items.xml:199 items.xml:208 items.xml:216
-#: items.xml:224 items.xml:232 items.xml:240 items.xml:256 items.xml:264
-#: items.xml:272 items.xml:281 items.xml:303 items.xml:312 items.xml:319
-#: items.xml:338 items.xml:346 items.xml:394 items.xml:429 items.xml:438
-#: items.xml:504 items.xml:513 items.xml:522 items.xml:531 items.xml:540
-#: items.xml:549 items.xml:558
+#: items.xml:210 items.xml:216 items.xml:231 items.xml:240 items.xml:248
+#: items.xml:256 items.xml:264 items.xml:272 items.xml:288 items.xml:296
+#: items.xml:304 items.xml:313 items.xml:335 items.xml:344 items.xml:351
+#: items.xml:370 items.xml:378 items.xml:426 items.xml:461 items.xml:470
+#: items.xml:550 items.xml:559 items.xml:568 items.xml:577 items.xml:586
+#: items.xml:595 items.xml:604 items.xml:692 items.xml:747 items.xml:762
+#: items.xml:778 items.xml:786 items.xml:794 items.xml:810 items.xml:818
+#: items.xml:826 items.xml:834 items.xml:842 items.xml:850 items.xml:858
+#: items.xml:866 items.xml:874 items.xml:882
msgid "Eat"
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:178
+#: items.xml:210
msgid "Heal 12-18 HP"
msgstr ""
#. (itstool) path: inventory/menu@name1
#. (itstool) path: inventory/menu@name2
-#: items.xml:189
+#. (itstool) path: items/item@useButton
+#: items.xml:221 items.xml:708 items.xml:714 items.xml:724 items.xml:730
msgid "Plant"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:199
+#: items.xml:231
msgid "Bread"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:199
+#: items.xml:231
msgid "A baked food, ingredient or bait."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:199
+#: items.xml:231
msgid "Heal 25-40 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:208
+#: items.xml:240
msgid "Fungus"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:208
+#: items.xml:240
msgid "A peculiar food, ingredient or remedy against poison."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:208
+#: items.xml:240
msgid "Damage -5%; Defense +5%; Heal 25-35 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:216
+#: items.xml:248
msgid "Cheese"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:216
+#: items.xml:248
msgid "A yummy food, ingredient or bait."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:216 items.xml:411
+#: items.xml:248 items.xml:443
msgid "Heal 30-50 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:224
+#: items.xml:256
msgid "Piou Legs"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:224
+#: items.xml:256
msgid "A tender food, ingredient or bait."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:224
+#: items.xml:256
msgid "Heal 7-13 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:232
+#: items.xml:264
msgid "Lettuce Leaf"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:232
+#: items.xml:264
msgid "A healthy food, ingredient or bait."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:232
+#: items.xml:264
msgid "Heal 15-25 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:240
+#: items.xml:272
msgid "Piberries"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:240
+#: items.xml:272
msgid "The famous staining fruit."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:240
+#: items.xml:272
msgid "Heal 12-23 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:248
+#: items.xml:280
msgid "Sea Drops"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:248
+#: items.xml:280
msgid "Yucky drops of salt water."
msgstr ""
#. (itstool) path: items/item@useButton
-#: items.xml:248 items.xml:354 items.xml:362 items.xml:370 items.xml:378
-#: items.xml:386 items.xml:446 items.xml:566 items.xml:574 items.xml:582
-#: items.xml:590 items.xml:598 items.xml:606 items.xml:614 items.xml:622
+#: items.xml:280 items.xml:386 items.xml:394 items.xml:402 items.xml:410
+#: items.xml:418 items.xml:478 items.xml:612 items.xml:620 items.xml:628
+#: items.xml:636 items.xml:644 items.xml:652 items.xml:660 items.xml:668
+#: items.xml:676 items.xml:684 items.xml:700 items.xml:739 items.xml:770
msgid "Drink"
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:248
+#: items.xml:280
msgid "Headache; Heal 10-20 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:256
+#: items.xml:288
msgid "Aquada"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:256
+#: items.xml:288
msgid "A nutritious fruit of the sea."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:256
+#: items.xml:288
msgid "Heal 75-100 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:264
+#: items.xml:296
msgid "Pink Blobime"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:264
+#: items.xml:296
msgid "Yucky pink mucus of little blub."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:264
+#: items.xml:296
msgid "Headache; Heal 2-6 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:272
+#: items.xml:304
msgid "Purple Blobime"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:272
+#: items.xml:304
msgid "Stinky purple mucus of blub."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:272
+#: items.xml:304
msgid "Stomach ache; Heal 30-70 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:281
+#: items.xml:313
msgid "Half Croconut"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:281
+#: items.xml:313
msgid "Its inside seems delicious."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:281
+#: items.xml:313
msgid "Heal 65-90 HP"
msgstr ""
@@ -1121,12 +1233,12 @@ msgstr ""
#. (itstool) path: items/item@name
#. #-#-#-#-# monsters.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: monsters/monster@name
-#: items.xml:288 monsters.xml:112
+#: items.xml:320 monsters.xml:112
msgid "Croconut"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:288
+#: items.xml:320
msgid "Fallen from a crocotree, this fruit could be opened."
msgstr ""
@@ -1134,18 +1246,18 @@ msgstr ""
#. (itstool) path: items/item@useButton
#. #-#-#-#-# npcs.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: npc/menu@name
-#: items.xml:288 npcs.xml:541 npcs.xml:546 npcs.xml:866 npcs.xml:871
-#: npcs.xml:876
+#: items.xml:320 items.xml:802 npcs.xml:831 npcs.xml:836 npcs.xml:1165
+#: npcs.xml:1363 npcs.xml:1368 npcs.xml:1373
msgid "Open"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:295
+#: items.xml:327
msgid "Old Book"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:295
+#: items.xml:327
msgid ""
"A book that threatens to fall apart in your hands as you carefully browse "
"the pages."
@@ -1155,1348 +1267,3110 @@ msgstr ""
#. (itstool) path: items/item@useButton
#. #-#-#-#-# npcs.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: npc/menu@name
-#: items.xml:295 items.xml:453 items.xml:460 items.xml:467 items.xml:474
-#: items.xml:481 items.xml:488 items.xml:495 npcs.xml:98
+#: items.xml:327 items.xml:485 items.xml:492 items.xml:499 items.xml:506
+#: items.xml:513 items.xml:520 items.xml:527 items.xml:534 items.xml:541
+#: items.xml:754 npcs.xml:98
msgid "Read"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:303
+#: items.xml:335
msgid "Plushroom"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:303
+#: items.xml:335
msgid "A strange remedy of many possible uses."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:303
+#: items.xml:335
msgid "Damage +5%; Heal 20-30 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:312
+#: items.xml:344
msgid "Pumpkin Seeds"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:312
+#: items.xml:344
msgid "Yucky seeds that threaten to grow out-of-control."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:312
+#: items.xml:344
msgid "Headache"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:319
+#: items.xml:351
msgid "Delicious Cookie"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:319
+#: items.xml:351
msgid ""
"This is a reward from the Cookie Master. Be careful before you eat it, its "
"effects are unknown..."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:319
+#: items.xml:351
msgid "Unknown"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:338
+#: items.xml:370
msgid "Urchin Meat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:338
+#: items.xml:370
msgid "A seafood ingredient."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:338
+#: items.xml:370
msgid "Heal 28-35 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:346
+#: items.xml:378
msgid "Easter Egg"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:346
+#: items.xml:378
msgid "A chocolate shell covered in a very thin metal layer."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:346
+#: items.xml:378
msgid "Heal 60-75 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:354
+#: items.xml:386
msgid "Piberries Infusion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:354
+#: items.xml:386
msgid "A potion made from piberries."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:354
+#: items.xml:386
msgid "Heal 110-130 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:362
+#: items.xml:394
msgid "Fate's Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:362
+#: items.xml:394
msgid "An effective blood-loss remedy."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:362
+#: items.xml:394
msgid "Heal 240-260 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:370
+#: items.xml:402
msgid "Clotho Liquor"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:370
+#: items.xml:402
msgid "Remedy used in feral warrior training sessions."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:370
+#: items.xml:402
msgid "Heal 575-625 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:378
+#: items.xml:410
msgid "Lachesis Brew"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:378
+#: items.xml:410
msgid "Rare, powerful and restricted remedy."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:378
+#: items.xml:410
msgid "Heal 1100-1300 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:386
+#: items.xml:418
msgid "Atropos Mixture"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:386
+#: items.xml:418
msgid "The most advanced potion ever synthesized."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:386
+#: items.xml:418
msgid "Heal 2300-2550 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:394
+#: items.xml:426
msgid "Elixir Of Life"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:394
+#: items.xml:426
msgid "A potion able to restore even dead trees to life."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:394
+#: items.xml:426
msgid "Heal 10000 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:402
+#: items.xml:434
msgid "Iron Shovel"
msgstr ""
#. (itstool) path: items/item@useButton
-#: items.xml:402 items.xml:411 items.xml:420
+#: items.xml:434 items.xml:443 items.xml:452
msgid "Use"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:402
+#: items.xml:434
msgid "Discover treasures, dungeons and raw materials."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:411
+#: items.xml:443
msgid "Pumpkin Juice"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:411
+#: items.xml:443
msgid "Blood-colored juice from madly swarming pumpkin."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:420
+#: items.xml:452
msgid "Manana"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:420
+#: items.xml:452
msgid "A fast healing fruit."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:420
+#: items.xml:452
msgid "Heal 70-80 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:429
+#: items.xml:461
msgid "Curshroom"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:429
+#: items.xml:461
msgid "A strange remedy of many possible uses, cures poison."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:429
+#: items.xml:461
msgid "Damage per second +10; Heal 40-50 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:438
+#: items.xml:470
msgid "Carrot"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:438
+#: items.xml:470
msgid "Good in various recipes."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:438
+#: items.xml:470
msgid "Heal 20-30 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:446
+#: items.xml:478
msgid "Red Plush Wine"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:446
+#: items.xml:478
msgid "Wine produced from black grapes in the south-east of Aurora."
msgstr ""
+#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@effect
-#: items.xml:446
-msgid "Heal 40-90 HP"
+#. #-#-#-#-# status-effects.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: status-effects/status-effect@name
+#: items.xml:478 items.xml:577 status-effects.xml:287
+msgid "Confusion"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:453
+#: items.xml:485
msgid "Piou and The Fluffy"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:453
+#: items.xml:485
msgid "This story is a warning against listening to flattery."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:460
+#: items.xml:492
msgid "Poem about Poems"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:460
+#: items.xml:492
msgid "A heart touching poem written by Nard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:467
+#: items.xml:499
msgid "Chorus of the Woods"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:467
+#: items.xml:499
msgid ""
"This poem was written centuries ago and is from the ancient city of Keshlam."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:474
+#: items.xml:506
msgid "Communication Theory"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:474
+#: items.xml:506
msgid "Various meta explanations regarding the dialogue system."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:481
+#: items.xml:513
msgid "Fluffy Animals who Love Their Owners"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:481
+#: items.xml:513
msgid "A quick guide to introduce pet caring."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:488
+#: items.xml:520
msgid "The Book of Laws"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:488
+#: items.xml:520
msgid "The basic laws respected and upheld in all parts of Gasaron."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:495
+#: items.xml:527
msgid "Fishing Guide Vol. I"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:495
+#: items.xml:527
msgid "A small book that covers the basics of fishing."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:504
+#: items.xml:534
+msgid "Recipe Book"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:534
+msgid "A small book with all the culinary wonders you have collected."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:541
+msgid "Master Book"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:541
+msgid "The book which knows all mana secrets, reserved only for masters."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:550
msgid "Carp Sandwich"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:504
+#: items.xml:550
msgid "A yummy sandwich, made with a fresh carp."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:504
-msgid "Heal 200-300 HP"
+#: items.xml:550
+msgid "Heal 800 - 1200 HP, increases hit rate."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:513
+#: items.xml:559
msgid "Piouleg Sandwich"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:513
+#: items.xml:559
msgid "A typical Artis food. How can you just eat these little Pious?"
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:513
-msgid "Heal 150-300 HP"
+#: items.xml:559
+msgid "Heal 1000 - 1500 HP, increases hit rate."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:522
+#: items.xml:568
msgid "Manana Sandwich"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:522
-msgid "A vegetarian sandwich, for those who like it."
+#: items.xml:568
+msgid "A veggie sandwich, for those who like it."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:522
-msgid "Heal 250-400 HP"
+#: items.xml:568
+msgid "Heal 1200 - 1800 HP, increases hit rate."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:531
+#: items.xml:577
msgid "Beer"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:531
+#: items.xml:577
msgid "Just a beer, nothing else. Don`t drink and drive!"
msgstr ""
-#. (itstool) path: items/item@effect
-#: items.xml:531
-msgid "Heal 400-500 HP"
-msgstr ""
-
#. (itstool) path: items/item@name
-#: items.xml:540
+#: items.xml:586
msgid "Roasted Maggot"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:540
+#: items.xml:586
msgid "a maggot, roasted on fire. Mmh, crunchy!"
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:540
+#: items.xml:586
msgid "Heal 100-250 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:549
+#: items.xml:595
msgid "Bottle of Water"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:549
+#: items.xml:595
msgid "Fresh springwater from Hurnscald area. Healthy!"
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:549
+#: items.xml:595
msgid "Heal 70-100 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:558
+#: items.xml:604
msgid "Cherry Cake"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:558
+#: items.xml:604
msgid "If you like sweets, you will love this homemade cherry cake."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:558
+#: items.xml:604
msgid "Heal 20-35 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:566
+#: items.xml:612
+msgid "Maggot Slime Potion"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:612
+msgid "Eek, it is a slimy potion! Seems suspcious!"
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:612
+msgid "Heal 10-130 HP"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:620
msgid "Small Healing Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:566
+#: items.xml:620
msgid "A small Healing Potion for little wounds."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:566
+#: items.xml:620
msgid "Heal 250 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:574
+#: items.xml:628
msgid "Medium Healing Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:574
+#: items.xml:628
msgid ""
"A medium Healing Potion for painful wounds. Slightly addictive, handle with "
"care."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:574
+#: items.xml:628
msgid "Heal 500 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:582
+#: items.xml:636
msgid "Large Healing Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:582
+#: items.xml:636
msgid "A large Healing Potion. To countermand involuntary amputations."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:582
+#: items.xml:636
msgid "Heal 1000 HP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:590
+#: items.xml:644
msgid "Small Mana Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:590
+#: items.xml:644
msgid "A small Mana Potion for 'Not-at-all-a-Mage' players."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:590
+#: items.xml:644
msgid "Heal 20 SP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:598
+#: items.xml:652
msgid "Medium Mana Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:598
+#: items.xml:652
msgid "A medium Mana Potion for the Sorcerer's Apprentice."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:598
+#: items.xml:652
msgid "Heal 50 SP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:606
+#: items.xml:660
msgid "Large Mana Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:606
+#: items.xml:660
msgid "A large Mana Potion for the magic Ones.."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:606
+#: items.xml:660
msgid "Heal 100 SP"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:614
+#: items.xml:668
msgid "Concentration Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:614
+#: items.xml:668
msgid ""
"A Potion to make you faster, and to make your attacks hit with higher "
"accuracy."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:614
+#: items.xml:668
msgid "Higher Concentration."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:622
+#: items.xml:676
msgid "Iron Potion"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:622
+#: items.xml:676
msgid ""
"This potion contains powderized Iron. It makes you strong and resistant "
"against physical attacks."
msgstr ""
#. (itstool) path: items/item@effect
-#: items.xml:622
+#: items.xml:676
msgid "Higher Strength and Defense."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:631
+#: items.xml:684
+msgid "Fertility Potion"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:684
+msgid ""
+"A bottle containing some fertilizer, used for making soil fruitful again."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:684
+msgid "Better dont drink it, it could be toxic."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:692
+msgid "Honey"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:692
+msgid ""
+"A glass full of the finest honey. Enjoy it, and don't forget to thank the "
+"bees!"
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:692
+msgid "Heals some HP and SP."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:700
+msgid "Death Potion"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:700
+msgid "Used for really powerful magic. You should not drink this!"
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:700
+msgid "Instakill."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:708
+msgid "Grass Seeds"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:708
+msgid ""
+"Common seeds to plant clovers, as food for your Mouboos or for usual clover "
+"purposes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:724
+msgid "Flower Seeds"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:724
+msgid ""
+"If you like colorful places.. they need fertile soil so be careful where you "
+"plant them."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:739
+msgid "Purification Potion"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:739
+msgid "A bottle containing a magical potion, to clean soil from evil sway."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:747
+msgid "Sailor's Stew"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:747
+msgid "A bowl containing a fine dish for sailors, makes you strong and sturdy."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:747
+msgid ""
+"Max. HP +20%, Healing 2000 HP, HIT +5, VIT +3, AGI -3. Effect lasts for 3 "
+"minutes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:754
+msgid "Treasure Map"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:754
+msgid ""
+"Points to a location where a valuable treasure may be bured. Perhaps you "
+"should try to find the place and dig there."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:762
+msgid "Chocolate Bar"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:762
+msgid "Sweet, sweet chocolate. Do not forget to brush your teeth after eating."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:762 items.xml:770 items.xml:778 items.xml:786 items.xml:794
+#: items.xml:802 items.xml:826 items.xml:858
+msgid "PLACEHOLDER"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:770
+msgid "Mouboo Milk"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:770
+msgid "Healthy milk."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:778
+msgid "Mouboo Steak"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:778
+msgid ""
+"A huge steak from a Mouboo. Are you fine with killing animals to eat them?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:786
+msgid "Roasted Acorn"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:786
+msgid "A great snack, especially in wintertime."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:794
+msgid "Red Apple"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:794
+msgid "A non-poisoned, shiny red apple. Healthy, and yummy!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:802
+msgid "A Friend's Gift"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:802
+msgid "A gift from a friend, just for you! What might be inside?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:810
+msgid "Squirrel Stew"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:810
+msgid ""
+"A bowl containing a fine dish made from cute Squirrels, very healthy. Also "
+"it makes you strong and sturdy."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:810
+msgid ""
+"Max. HP +25%, Healing 2500 HP, VIT +5, AGI +3, DEX -3. Effect lasts for 4 "
+"minutes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:818
+msgid "Mouboo Stew"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:818
+msgid ""
+"Its easy. Hunt a Mouboo, slaughter it, make a great healthy dish out of it."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:818 items.xml:842 items.xml:850
+msgid ""
+"Max. HP +30%, Healing 3000 HP, VIT +5, DEX +3, AGI -3. Effect lasts for 5 "
+"minutes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:826
+msgid "Squirrel Meat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:826
+msgid ""
+"Edible parts of slaughtered Squirrels. Are you sure Squirrels are not way "
+"too cute to eat them?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:834
+msgid "Seafood Plate"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:834
+msgid "Nicely arranged plate with some seafood ingredients. Yummy?"
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:834
+msgid ""
+"Max. HP -5%, Healing 3000 HP, VIT +5, DEX +3, AGI -3. Effect lasts for 5 "
+"minutes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:842
+msgid "Barbecue Plate"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:842
+msgid "The best way to prepare good meat is to make barbecue on an open fire."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:850
+msgid "Veggie Plate"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:850
+msgid ""
+"Killing animals is unethical? Well, after all it is not needed for human "
+"nutrition. Yummy!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:858
+msgid "Blueberries"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:858
+msgid ""
+"Tasty, healty little blue berries. Harvest in summer. Do not mix it up with "
+"deadly nightshades!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:866
+msgid "Donut"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:866
+msgid ""
+"Sweet chocolate donut. Do not eat too much, especially if you do not have "
+"your toothbrush with you."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:866
+msgid "Healing 2250 HP, LUK +5, VIT +3. Effect lasts for 60 seconds."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:874
+msgid "Blueberry Cake"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:874
+msgid "Sweet cake made with blueberries. Comes with some cream."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:874
+msgid "Healing 2000 HP, LUK +5, VIT +3. Effect lasts for 90 seconds."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:882
+msgid "Carrot Cake"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:882
+msgid "Healthy, tasty carrot cake. Are you a rabbit, or what?"
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:882
+msgid "Healing 2700 HP, INT +5, DEX +3. Effect lasts for 120 seconds."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:891
msgid "Small Tentacles"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:631
+#: items.xml:891
msgid "Colorful tentacles with poisonous barbs."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:638
+#: items.xml:898
msgid "Piou Feathers"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:638
+#: items.xml:898
msgid "Small feathers of an innocent little piou."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:644
+#: items.xml:904
msgid "Tortuga Shell Fragment"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:644
+#: items.xml:904
msgid "Used to make tools and decorations."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:650
+#: items.xml:910
msgid "Half Eggshell"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:650
+#: items.xml:910
msgid "Maybe something hatched, or someone was cooked..."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:656
+#: items.xml:916
msgid "Ratto Tail"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:656
+#: items.xml:916
msgid "Hairless tail of a ratto."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:662
+#: items.xml:922
msgid "Ratto Teeth"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:662
+#: items.xml:922
msgid "Sharp incisors of a ratto."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:668
+#: items.xml:928
msgid "Croc Claw"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:668
+#: items.xml:928
msgid "It moves and pinches without its body."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:674
+#: items.xml:934
msgid "Squichy Claws"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:674
+#: items.xml:934
msgid "Claws from a wild Squichy."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:680
+#: items.xml:940
msgid "Tortuga Shell"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:680
+#: items.xml:940
msgid "A symbol of shelter."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:687
+#: items.xml:947
msgid "Tortuga Tongue"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:687
+#: items.xml:947
msgid "Adept to digesting blubs."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:694
+#: items.xml:954
msgid "Pearl"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:694
+#: items.xml:954
msgid "A beautiful round and shiny pearl."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:701
+#: items.xml:961
msgid "Coral"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:701
+#: items.xml:961
msgid "Can indicate the health of oceanic ecosystems."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:708
+#: items.xml:968
msgid "Blue Coral"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:708
+#: items.xml:968
msgid "A coral dyed in blue by a blub."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:714
+#: items.xml:974
msgid "Fish Box"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:714
+#: items.xml:974
msgid "A wooden box full of fresh fish that Couwan gave you."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:720
-msgid "Aquada Box"
+#: items.xml:981
+msgid "Guild Certification"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:720
-msgid "Contains 50 aquadas."
+#: items.xml:981
+msgid "This piece of paper grants you official permission to found a guild."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:726
+#: items.xml:987
msgid "Croconut Box"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:726
+#: items.xml:987
msgid "Contains 17 croconuts."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:732
+#: items.xml:993
msgid "Plushroom Box"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:732
+#: items.xml:993
msgid "Contains 87 plushrooms."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:739
+#: items.xml:1000
msgid "Poisoned Dish"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:739
+#: items.xml:1000
msgid "A special dish made of strange ingredients."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:746
+#: items.xml:1007
msgid "La Johanne's Key"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:746
+#: items.xml:1007
msgid "An iron key to open La Johanne's entrance door."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:753
+#: items.xml:1014
msgid "Left Crafty Wing"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:753 items.xml:767
+#: items.xml:1014 items.xml:1028
msgid "This wing is slight and soft unlike its former owner."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:760
+#: items.xml:1021
msgid "Bat Teeth"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:760
+#: items.xml:1021
msgid "What sharp teeth! They seem to be more dangerous than a knife."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:767
+#: items.xml:1028
msgid "Right Crafty Wing"
msgstr ""
#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: items/item@name
-#. #-#-#-#-# manaplus_emotes1.pot (PACKAGE VERSION) #-#-#-#-#
-#. (itstool) path: emote/sprite@name
#. #-#-#-#-# monsters.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: monsters/monster@name
-#: items.xml:774 tmp/manaplus_emotes.xml:27 monsters.xml:148
+#: items.xml:1035 monsters.xml:148
msgid "Pumpkin"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:774
+#: items.xml:1035
msgid "An invasive species, sometimes carved during festivals."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:781
+#: items.xml:1042
msgid "Mushroom Spores"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:781
+#: items.xml:1042
msgid "Some colored spores that help mushrooms spread across the land."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:788
+#: items.xml:1049
msgid "Moss"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:788
+#: items.xml:1049
msgid "Grows in moist, shady areas."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:795
+#: items.xml:1056
msgid "Tentacles"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:795
+#: items.xml:1056
msgid "Boneless appendage of an invertebrate."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:802
+#: items.xml:1063
msgid "Common Carp"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:802
+#: items.xml:1063
msgid "Freshwater is commonly inhabited by these pests."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:809
+#: items.xml:1070
msgid "Grass Carp"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:809
+#: items.xml:1070
msgid "A smart fish, very difficult to catch."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:816
+#: items.xml:1077
msgid "Fishing Rod"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:816
+#: items.xml:1077
msgid "Designed for sports fishing."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:823
+#: items.xml:1084
msgid "Fluffy Fur"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:823
+#: items.xml:1084
msgid "This soft fur is used to make warm clothing."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:830
-msgid "Clan Certification"
+#: items.xml:1090
+msgid "Aquada Box"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:830
-msgid "This piece of paper grants you official permission to found a clan."
+#: items.xml:1090
+msgid "Contains 50 aquadas."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:837
+#: items.xml:1097
msgid "Empty Bottle"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:837
+#: items.xml:1097
msgid "An empty bottle, clean and ready to be filled."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:844
+#: items.xml:1104
msgid "Raw Log"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:844
+#: items.xml:1104
msgid "A somehow strange piece of wood."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:851
+#: items.xml:1111
msgid "Pink Antennae"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:851
+#: items.xml:1111
msgid "An Antennae, as Pinkies wear it on their heads."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:858
+#: items.xml:1118
msgid "Empty Mug"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:858
+#: items.xml:1118
msgid "This Tea Mug is pretty empty."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:865
+#: items.xml:1125
msgid "Pink Petal"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:865
+#: items.xml:1125
msgid "A fragile Petal with an aromatic smell."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:872
+#: items.xml:1132
msgid "Pile of Ash"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:872
+#: items.xml:1132
msgid "A handfull of Ash with unknown origin."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:879
+#: items.xml:1139
msgid "Alizarin Herb"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:879 items.xml:886 items.xml:893 items.xml:900
+#: items.xml:1139 items.xml:1146 items.xml:1153 items.xml:1160
msgid "A few leaves."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:886
+#: items.xml:1146
msgid "Cobalt Herb"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:893
+#: items.xml:1153
msgid "Gamboge Herb"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:900
+#: items.xml:1160
msgid "Mauve Herb"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:907
+#: items.xml:1167
msgid "Gold Nuggets"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:907
+#: items.xml:1167
msgid "A few valuable pieces of gold."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:914
+#: items.xml:1174
msgid "Coal"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:914
+#: items.xml:1174
msgid "Coal. Black and dirty."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:921
+#: items.xml:1181
msgid "Iron Ore"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:921
+#: items.xml:1181
msgid "Iron Ore. Hard and heavy."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:928
+#: items.xml:1188
msgid "Maggot Slime"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:928
+#: items.xml:1188
msgid "Slimy maggot slime."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:935
+#: items.xml:1195
msgid "Bug Leg"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:935
+#: items.xml:1195
msgid "You busted a gut for getting this, right?"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:942
+#: items.xml:1202
msgid "Hard Spike"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:942
+#: items.xml:1202
msgid "Spiky Spine from a strange mushroom."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:949
+#: items.xml:1209
msgid "Silk Cocoon"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:949
+#: items.xml:1209
msgid "Very thin and soft."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:956
+#: items.xml:1216
+msgid "Red Rose"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1216
+msgid "A beautiful red rose. Be careful, it has thorns!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1223
+msgid "White Rose"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1223
+msgid "A beautiful white rose. Be careful, it has thorns!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1230
+msgid "Yellow Rose"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1230
+msgid "A beautiful yellow rose. Be careful, it has thorns!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1237
+msgid "Blue Rose"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1237
+msgid "A blue rose. You haven't seen blue roses before. Where might they grow?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1244
+msgid "Red Tulip"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1244
+msgid "A nice red tulip. It smells nice."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1251
+msgid "White Tulip"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1251
+msgid "A beautiful white tulip. Whom could you present it?"
+msgstr ""
+
+#. #-#-#-#-# items.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: items/item@name
+#. #-#-#-#-# monsters.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: monsters/monster@name
+#: items.xml:1258 monsters.xml:341
+msgid "Yellow Tulip"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1258
+msgid "A yellow tulip. I seems to be not really fresh."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1265
+msgid "Blue Tulip"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1265
+msgid ""
+"A shiny blue tulip. There must be a creative grower of flowers somewhere "
+"around."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1272
+msgid "Coin Bag"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1272
+msgid "A bag full of coins. They were most probably stolen from someone."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1279
+msgid "Magic Feather"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1279
+msgid ""
+"A very rare feather, full of mana power. You may use it to take notes used "
+"for wizard purposes, for example."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1286
+msgid "Small Mushroom"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1286
+msgid "A small mushroom. You do not know if it is edible, though."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1293
+msgid "Black Scorpion Stinger"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1293
+msgid "The stinger from a Black Scorpion."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1300
+msgid "Golden Scorpion Stinger"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1300
+msgid "The stinger from the legendary Golden Scorpion."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1306
+msgid "Gearwheel"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1306
+msgid ""
+"A small ring with teeth all around. Could be part of some mechanical "
+"installation."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1312
+msgid "Lockpicks"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1312
+msgid ""
+"Small metal sticks, mostly used to open locks illegally. Don't be caught "
+"with this!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1318
+msgid "Bone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1318
+msgid "Bone from a viro thigh. Scary."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1324
+msgid "Druid Tree Branch"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1324
+msgid "A branch from the mysterious Druid Tree."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1330
+msgid "Left Scorpion Claw"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1330
+msgid "A left claw from a scorpion."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1336
+msgid "Right Scorpion Claw"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1336
+msgid "A right claw from a scorpion."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1342
+msgid "Copper Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1342
+msgid ""
+"Copper Ore. Cannot be used in this brute form, so it should be purified."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1348
+msgid "Silver Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1348
+msgid ""
+"Silver Ore. Cannot be used in this brute form, so it should be purified."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1354
+msgid "Gold Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1354
+msgid "Gold Ore. Cannot be used in this brute form, so it should be purified."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1360
+msgid "Platinum Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1360
+msgid ""
+"Platinum Ore. Cannot be used in this brute form, so it should be purified."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1366
+msgid "Diamond Powder"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1366
+msgid ""
+"A powderized Diamond. Has a magic aura, maybe it is useful for something?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1372
+msgid "Ruby Powder"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1372
+msgid "A powderized Ruby. Has a magic aura, maybe it is useful for something?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1378
+msgid "Emerald Powder"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1378
+msgid ""
+"A powderized Emerald. Has a magic aura, maybe it is useful for something?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1384
+msgid "Sapphire Powder"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1384
+msgid ""
+"A powderized Sapphire. Has a magic aura, maybe it is useful for something?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1390
+msgid "Topaz Powder"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1390
+msgid "A powderized Topaz. Has a magic aura, maybe it is useful for something?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1396
+msgid "Amethyst Powder"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1396
+msgid ""
+"A powderized Amethyst. Has a magic aura, maybe it is useful for something?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1402
+msgid "Scorpion Stinger"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1402
+msgid "Stinger from a common Scorpion."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1408
+msgid "Skull"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1408
+msgid "Human Skull. Why are you carrying around this?!?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1414
+msgid "Snake Skin"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1414
+msgid "Skin from a snake. Can be used to make clothes, or other stuff."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1420
+msgid "Snake Tongue"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1420
+msgid "Tongue from a snake. Its forked."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1426
+msgid "Terranite Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1426
+msgid "Terranite Ore. Rare mineral, has a natural repugnancy with Mana."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1432
+msgid "Iron Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1432
+msgid "A heavy bloc of purified iron, can be used by blacksmiths."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1438
+msgid "Copper Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1438
+msgid "A heavy bloc of purified copper, can be used by blacksmiths."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1444
+msgid "Silver Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1444
+msgid "A heavy bloc of purified silver, can be used by silversmiths."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1450
+msgid "Gold Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1450
+msgid "A heavy, valuable bloc of purified gold, can be used by goldsmiths."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1456
+msgid "Platinum Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1456
+msgid ""
+"A heavy, valuable bloc of purified platinum, can be used by platinumsmiths."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1462
+msgid "Terranite Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1462
+msgid ""
+"A heavy bloc of purified terranite. You wonder who could deal with that "
+"mysterious material."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1468
+msgid "Rotonium Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1468
+msgid ""
+"Rotonium Ore. Cannot be used in this brute form, so it must be purified."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1474
+msgid "Zealite Ore"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1474
+msgid ""
+"Zealite Ore. One of the rarest ores in the world. Hard to process, you "
+"should find a specialized smith for this."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1480
+msgid "Rotonium Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1480
+msgid ""
+"A valuable bloc of purified Rotonium. Light material, useful for special "
+"weapons and tactics."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1486
+msgid "Zealite Ingot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1486
+msgid "A heavy, very valuable bloc of purified Zealite. It has a manaic aura."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1494
msgid "Diamond Shard"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:956
+#: items.xml:1494
msgid "A small diamond shard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:963
+#: items.xml:1501
msgid "Ruby Shard"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:963
+#: items.xml:1501
msgid "A small ruby shard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:970
+#: items.xml:1508
msgid "Emerald Shard"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:970
+#: items.xml:1508
msgid "A small emerald shard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:977
+#: items.xml:1515
msgid "Sapphire Shard"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:977
+#: items.xml:1515
msgid "A small sapphire shard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:984
+#: items.xml:1522
msgid "Topaz Shard"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:984
+#: items.xml:1522
msgid "A small topaz shard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:991
+#: items.xml:1529
msgid "Amethyst Shard"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:991
+#: items.xml:1529
msgid "A small amethyst shard."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1002
+#: items.xml:1535
+msgid "Empty Bowl"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1535
+msgid "An empty bowl. You may fill it with fine food, in case you get hungry."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1542
+msgid "Clothes Pack"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1542
+msgid ""
+"Torn and destroyed by the sea, it still emits a strange aura. Perhaps, one "
+"day, it could be restored?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1548
+msgid "Treasure Key"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1548
+msgid "A small, golden Key. Which chest would it fit in?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1554
+msgid "Cotton Cloth"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1554
+msgid "A patch made of cotton. Mainly used for tailoring."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1560
+msgid "Leather Patch"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1560
+msgid "A patch made of leather. Can be used for tailoring, or smithery."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1566
+msgid "Snake Scales"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1566
+msgid ""
+"Scales from a snake. You may need to find a specialized smith to take "
+"advantage of their lightweight and durability."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1572
+msgid "Squirrel Pelt"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1572
+msgid "Pelt from a cute squirrel. Who killed that poor animal, anyways."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1578
+msgid "Wolvern Pelt"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1578
+msgid "Pelt from a wolvern. Must have been an experienced hunter, eh."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1584
+msgid "Empty Plate"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1584
+msgid ""
+"An empty plate. Look for an experienced chef to prepare a nice meal on this!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1590
+msgid "Wax Chunk"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1590
+msgid "A chunk beeswax. It is burning pretty fine."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1597
+msgid "Codfish"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1597
+msgid "A seafish, large and saturating."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1604
+msgid "Tuna"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1604
+msgid ""
+"Tasty seafish, can grow incredibly large. Hard to catch - if you are not a "
+"school of dolphins."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1611
+msgid "Trout"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1611
+msgid "A very tasty fish. Not simple to prepare properly, though."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1618
+msgid "Salmon"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1618
+msgid "Fascinating fish, easy to catch (if you are a bear)."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1624
+msgid "Acorn Flour"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1624
+msgid "Yes, you will need the finest flour only for your baker attempts."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1630
+msgid "Leather Suitcase"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1630
+msgid "Ugh, how can it be so heavy?!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1641
msgid "%Color% Necklace (Copper)"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1002
+#: items.xml:1641
msgid "A %color% necklace, made of copper."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1014
+#: items.xml:1652
+msgid "%Color% Necklace (Silver)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1652
+msgid "A %color% necklace, made of silver."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1663
+msgid "%Color% Necklace (Gold)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1663
+msgid "A %color% necklace, made of gold."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1674
+msgid "%Color% Necklace (Platinum)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1674
+msgid "A %color% necklace, made of pure platinum."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1683
+msgid "Copper Four-Leaf Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1683
+msgid ""
+"A copper necklace, in the shape of a four-leaf clover. If it makes you lucky?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1692
+msgid "Silver Four-Leaf Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1692
+msgid ""
+"A silver necklace, in the shape of a four-leaf clover. If it makes you lucky?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1701
+msgid "Golden Four-Leaf Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1701
+msgid ""
+"A golden necklace, in the shape of a four-leaf clover. If it makes you lucky?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1710
+msgid "Platinum Four-Leaf Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1710
+msgid ""
+"A platinum necklace, in the shape of a four-leaf clover. If it makes you "
+"lucky?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1719
+msgid "Tooth Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1719
+msgid "A necklace with a wolvern tooth on it."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1727 items.xml:1735
+msgid "Teeth Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1727
+msgid "A necklace with three wolvern teeth on it. Chapeau!"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1735
+msgid "A necklace with five wolvern teeth on it. Hunting mastery!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1743
+msgid "Heart Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1743
+msgid "A shiny, golden heart necklace, for your beloved ones."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1751
+msgid "Mouboo Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1751
+msgid "You like Mouboos? You need this!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1759
+msgid "Skull Necklace"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1759
+msgid "A necklace holding the model of a human skull. It has a weird aura."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1769
+msgid "Copper Ring"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1769
+msgid "A simple ring, made of copper."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1777
+msgid "Silver Ring"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1777
+msgid "A simple ring, made of silver."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1785
+msgid "Golden Ring"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1785
+msgid "A simple ring, made of gold."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1793
+msgid "Platinum Ring"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1793
+msgid "A simple ring, made of platinum."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1801
+msgid "Soul Ring"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1801
+msgid "A very special ring, made of zealite. It can connect two souls."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1811
+msgid "%Color% Ring (Copper)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1811
+msgid "A %color% ring, made of copper."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1821
+msgid "%Color% Ring (Silver)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1821
+msgid "A %color% ring, made of silver."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1831
+msgid "%Color% Ring (Gold)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1831
+msgid "A %color% ring, made of gold."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1841
+msgid "%Color% Ring (Platinum)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1841
+msgid "A %color% ring, made of platinum."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1851
+msgid "%Color% Signet Ring (Copper)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1851
+msgid "A %color% signet ring, made of copper."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1861
+msgid "%Color% Signet Ring (Silver)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1861
+msgid "A %color% signet ring, made of silver."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1871
+msgid "%Color% Signet Ring (Gold)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1871
+msgid "A %color% signet ring, made of gold."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1881
+msgid "%Color% Signet Ring (Platinum)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1881
+msgid "A %color% signet ring, made of platinum."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1891
+msgid "Ancient Scroll"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1891
+msgid ""
+"A scroll, with writings in a long forgotten language. It may be mananese, "
+"but you are not sure at all."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1899
+msgid "Four-Leaf Clover"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1899
+msgid "Look what you have found! Lucky you!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1907
+msgid "Fire Scroll"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1907
+msgid ""
+"Equippable scroll with a fire spell on it. What kind of effect may this have?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1915
+msgid "Grimoire"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1915
+msgid "A Sage's spellbook. Sure it contains useful information for mages."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1923
+msgid "Heart of Isis"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1923
+msgid ""
+"Heart-shaped ruby, used for this magic piece of magic. Looks somewhat legacy."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1931
+msgid "Theta Book"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1931
+msgid "A Wizard's spell book from the old days. What could be written inside?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1939
+msgid "Hitchhiker's Towel"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:1939
+msgid "Never, never travel without your towel on you!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:1950
msgid "Creased Shirt"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1014
+#: items.xml:1950
msgid "A spare shirt from the crew of La Johanne."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1027
+#: items.xml:1963
msgid "%Color% V-neck Jumper"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1027
-msgid "A simple %color% jumper made from a lightweight cashmere."
+#: items.xml:1963
+msgid "A simple %color% jumper made from a lightweight silk."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1040
+#: items.xml:1976
msgid "%Color% Artis Tank Top"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1040
+#: items.xml:1976
msgid "A %color% tank top made from cotton cloth."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1051
+#: items.xml:1987
msgid "Sailor Shirt"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1051
+#: items.xml:1987
msgid "Proof that ye be in the crew, matey!"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1062
+#: items.xml:1998
msgid "Legion's Training Shirt"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1062
+#: items.xml:1998
msgid "Informal shirt worn during intense aerobic exercises."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1073
+#: items.xml:2009
msgid "Legion's Copper Armor"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1073
+#: items.xml:2009
msgid ""
"This armor provides great protection. It is worn by those with authority."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1084
+#: items.xml:2020
msgid "Forest Armor"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1084
+#: items.xml:2020
msgid "An Armor made for hunting."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1095
-msgid "Silk Robe"
+#: items.xml:2033
+msgid "%Color% Silk Robe"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1095
-msgid "A light robe out of silk. Does not provide much protection, though."
+#: items.xml:2033
+msgid ""
+"A %color% light robe out of silk. Does not provide much protection, though."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1109
+#: items.xml:2050
msgid "%Color% Fine Dress"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1109
+#: items.xml:2050
msgid "A fine %Color% dress for the Lady or the Gentleman of today."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1120
+#: items.xml:2061
msgid "Warlord Plate"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1120
+#: items.xml:2061
msgid "Strong and decorative armor."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1133
+#: items.xml:2072
+msgid "Legion's Iron Armor"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2072
+msgid ""
+"This armor provides even greater protection. It is worn by those with even "
+"more authority."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2083
+msgid "Golden Warlord Plate"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2083
+msgid "Strong and decorative armor, made of pure gold."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2098
+msgid "Apprentice Robe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2098
+msgid "A Robe for those interested in using magic."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2112
+msgid "Assassin Chest Armor"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2112
+msgid "A hard but flexible plate armor, protects but does not reduce mobility."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2123
+msgid "Black Armor"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2123
+msgid ""
+"If you like black, this may be suitable. If you dont, better choose "
+"something else."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2134
+msgid "Chainmail"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2134
+msgid ""
+"A chainmail armor, originally used by knights. Good for protection, but "
+"heavy."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2145
+msgid "Evocator Robe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2145
+msgid ""
+"A robe for advanced mages who are focused on creating life, and taking it."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2161
+msgid "%Color% Justifier Chest"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2161
+msgid "A %color% chest armor, due to its lightweight mainly used by archers."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2172
+msgid "Light Platemail"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2172
+msgid ""
+"A plate armor, originally used by strong knights. Good for protection, but "
+"very heavy."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2183
+msgid "Pelt Jacket"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2183
+msgid "A warm jacket with pelt. Be aware of PETA when wearing this."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2194
+msgid "Snake Plate"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2194
+msgid ""
+"A light plate armor, made of snake leather. Very robust, and not too heavy."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2205
+msgid "Sorcerer Robe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2205
+msgid "A Robe for experienced sorcerers."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2219
+msgid "Terranite Armor"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2219
+msgid ""
+"A piece of chest armor, made from Terranite. Very useful against magic "
+"attacks."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2230
+msgid "Wizard Robe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2230
+msgid "A protective light robe, mostly used by Wizards."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2247
msgid "Lousy Moccasins"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1133
+#: items.xml:2247
msgid "Crudely assembled footwear not for comfort nor fashion."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1146
+#: items.xml:2260
msgid "%Color% Cotton Boots"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1146
+#: items.xml:2260
msgid "A pair of %color% quality cotton boots."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1160
+#: items.xml:2272
+msgid "Fur Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2272
+msgid "A pair of warming boots, made with fluffy fur."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2284
+msgid "Bandit Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2284
+msgid "A pair of light, sneaky boots. Good to sneak without being noisy."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2298
+msgid "Assassin Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2298
+msgid "Special, thin boots, used to move silently."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2310
+msgid "Bromenal Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2310
+msgid "Robust boots for experienced fighters."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2322
+msgid "Riding Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2322
+msgid "Heavy boots with a long shaft, used for riding or for a good stand."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2334
+msgid "Slippers"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2334
+msgid ""
+"Very light slippers. Normally used indoors, but they also help to have a "
+"good connection to the earth, and to the Mana within."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2346
+msgid "Warlord Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2346
+msgid "Only the best swordsmen are capable of fighting with those heavy shoes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2360
+msgid "%Color% Mana Slippers"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2360
+msgid ""
+"Very light %color% slippers, with a robust sole. They also help to have a "
+"good connection to the earth, and to the Mana within, so they are quite "
+"useful for mages."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2372
+msgid "Squirrel Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2372
+msgid ""
+"Shoort boots made of squirrel leather, well-designed for moving in the "
+"forest."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2384
+msgid "Black Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2384
+msgid ""
+"Heavy, black boots. Normally worn by soldiers. Equipped with a steel cap, "
+"for tough operations."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2396
+msgid "Leather Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2396
+msgid "Stylish boots made of leather. Protective, comfortable, lightweight."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2408
+msgid "Golden Warlord Boots"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2408
+msgid ""
+"Shiny, golden boots for rich fighters who do not need to focus on fighting - "
+"because that may give diry shoes."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2422
msgid "Armbands"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1160
+#: items.xml:2422
msgid "Small armbands made of wood and iron."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1172
+#: items.xml:2434
msgid "Copper Armbands"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1172
+#: items.xml:2434
msgid "Sturdy, combat-issue armbands."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1184
+#: items.xml:2446
msgid "Iron Armbands"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1184
+#: items.xml:2446
msgid "Heavy armbands that slow down all but experienced warriors."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1197
+#: items.xml:2459
msgid "%Color% Cotton Gloves"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1197
+#: items.xml:2459
msgid "A pair of comfy, %color% cotton gloves."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1209
+#: items.xml:2471
msgid "Leather Gloves"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1209
+#: items.xml:2471
msgid "Gloves made of hardened leather."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1223
+#: items.xml:2483
+msgid "Bandit Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2483
+msgid "Gloves made soft leather, perfect for stealing or backstabbing."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2497
+msgid "Assassin Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2497
+msgid "Thin, but deadly gloves, best to be used when fighting with bare hands."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2509
+msgid "Bromenal Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2509
+msgid "A Fighter's gloves from material pretty unknown nowadays."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2521
+msgid "Short Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2521
+msgid ""
+"Very thin gloves. They do not protect well, but they are not a big barrier "
+"for Mana either."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2535
+msgid "%Color% Silk Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2535
+msgid ""
+"Very thin %color% gloves, made of silk. They do not protect well, but they "
+"are no barrier for Mana at all."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2547
+msgid "Black Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2547
+msgid ""
+"Heavy, black gloves for melee fighters. Protective, but not so easy to fight "
+"with."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2559
+msgid "Fur Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2559
+msgid "Leather gloves with comfy fur inside. Never again cold fingers!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2571
+msgid "Golden Armbands"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2571
+msgid ""
+"Shiny golden armbands. Not exceptionally useful for fighting, but great to "
+"show off with."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2583
+msgid "Mana Gloves"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2583
+msgid ""
+"Light gloves, shimmering in a light blue. You can feel the manaic aura even "
+"when just looking at them."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2597
msgid "Creased Shorts"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1223
+#: items.xml:2597
msgid "Spare shorts from the crew of La Johanne."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1235
+#: items.xml:2609
msgid "Brown Trousers"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1235
+#: items.xml:2609
msgid "Classic trousers ornated with some fluffy fur."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1247
+#: items.xml:2621
msgid "Jeans Chaps"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1247
+#: items.xml:2621
msgid "Jeans with snake skin chaps."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1261
-msgid "%Color% Cashmere Pants"
+#: items.xml:2635
+msgid "%Color% Silk Pants"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1261
-msgid "A very light fancy pair of %Color% cashmere trousers."
+#: items.xml:2635
+msgid "A very light fancy pair of %Color% silk trousers."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1273
+#: items.xml:2648
msgid "%Color% Cotton Skirt"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1273
+#: items.xml:2648
msgid "A %color% skirt made of simple cotton."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1284
+#: items.xml:2660
msgid "Leather Trousers"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1284
+#: items.xml:2660
msgid "A common pair of pants made from leather."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1309
+#: items.xml:2672
+msgid "Bandit Trousers"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2672
+msgid "Not really odoriferous trousers, formerly worn by some stinky bandit."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2686
+msgid "Assassin Pants"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2686
+msgid "Dark colored pants, for fighters to be invisible in darkness."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2698
+msgid "Chainmail Skirt"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2698
+msgid "A heavy skirt made of chainmail material. Quite protective."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2710
+msgid "Pirate Shorts"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2710
+msgid ""
+"Tattered, washed-out shorts. Not really protective, but good for spending a "
+"life on a ship."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2722
+msgid "Terranite Pants"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2722
+msgid ""
+"A pair of pretty stiff pants, made from Terranite. Very useful against magic "
+"attacks."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2748
msgid "Barrel"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1309
+#: items.xml:2748
msgid "It smells as if somebody used to live inside this barrel..."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1319
+#: items.xml:2758
msgid "Leather Shield"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1319
+#: items.xml:2758
msgid "Small and round leather shield with iron reinforcement."
msgstr ""
@@ -2504,568 +4378,1223 @@ msgstr ""
#. (itstool) path: items/item@name
#. #-#-#-#-# quests.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: quest/name
-#: items.xml:1329 quests.xml:1010 quests.xml:1017 quests.xml:1026
+#: items.xml:2768 quests.xml:1010 quests.xml:1017 quests.xml:1026
msgid "Wooden Shield"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1329
+#: items.xml:2768
msgid "A shield made of wood."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1338
+#: items.xml:2778
msgid "Steel Shield"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1338
+#: items.xml:2778
msgid "A shield made of steel."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1349
+#: items.xml:2788
+msgid "Ancient Shield"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2788
+msgid ""
+"A shield made wood and leather. It has drawings on it, looks like from a "
+"forgotten tribe."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2798
+msgid "Blade Shield"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2798
+msgid "An iron shield, the edges are designed with blades. Pretty dangerous."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2808
+msgid "Dragon Shield"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2808
+msgid ""
+"A steel shield, hardened in the blood of dragons. The ultimate defense item."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2818
+msgid "Buckler"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:2818
+msgid "A small, round wooden shield. Small, but still somewhat protective."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:2830
msgid "Bandana"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1349
+#: items.xml:2830
msgid "A striped bandana worn by some sailors."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1374
+#: items.xml:2855
msgid "Pumpkin Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1374
+#: items.xml:2855
msgid "A carved pumpkin. Its face might scare your enemy off!"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1385
+#: items.xml:2866
msgid "Fancy Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1385
+#: items.xml:2866
msgid "Worn when living away from cities."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1400
+#: items.xml:2881
msgid "Brimmed Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1400
+#: items.xml:2881
msgid "Unequip when indoors, please."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1415
+#: items.xml:2896
msgid "Brimmed Feather Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1415
+#: items.xml:2896
msgid "Distinguishes someone who is traveling."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1430
+#: items.xml:2911
msgid "Brimmed Flower Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1430
+#: items.xml:2911
msgid "To wear at festivals and certain events."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1445
+#: items.xml:2926
msgid "infantry Helmet"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1445
+#: items.xml:2926
msgid "A helmet for soldiers and guards."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1469
+#: items.xml:2950
msgid "Candle Helmet"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1469
+#: items.xml:2950
msgid "Worn by spelunkers."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1480
+#: items.xml:2961
msgid "Warlord Helmet"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1480
+#: items.xml:2961
msgid "Worn by great warriors!"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1491
+#: items.xml:2972
msgid "Axe Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1491
+#: items.xml:2972
msgid "A really cool joke, but not very helpful."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1501
+#: items.xml:2982
msgid "Pinkie Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1501
+#: items.xml:2982
msgid "With this, you'll fit right in with those strange pinkies."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1511
+#: items.xml:2992
msgid "Top Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1511
+#: items.xml:2992
msgid "For the gentry of The Mana World, and other worlds."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1526
+#: items.xml:3007
msgid "Bowler Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1526
+#: items.xml:3007 items.xml:3067
msgid "A hat for those with a bit of class."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1541
+#: items.xml:3022
msgid "Fairy Hat"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1541
+#: items.xml:3022
msgid "Worn by people that are living and hunting in the woods."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1556
+#: items.xml:3037
msgid "Noh Mask"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1556
+#: items.xml:3037
msgid "A traditional chinese Noh Mask."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1569
+#: items.xml:3047
+msgid "Rosehat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3047
+msgid ""
+"A hat made out of a rose. You cant be sure whether this is the proper usage "
+"for a rose."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3057
+msgid "Bandit Hood"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3057
+msgid ""
+"A woolen hood, very useful to hide your face from too curious constables, "
+"for example."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3067
+msgid "Brown Bowler Hat"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3082
+msgid "Cat Ears"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3082
+msgid "Meow! A pair of plush cat ears. Meow!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3092
+msgid "Santa Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3092
+msgid ""
+"The beard is missing, but at least you could pretend to be him. Or his fan."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3103
+msgid "Moonshroom Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3103
+msgid "Do you feel this magic aura?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3113
+msgid "Santa Beard Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3113
+msgid "Hohoho! Gifts for the nice! Coal for the naughty!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3125
+msgid "%Color% Funky Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3125
+msgid "Yawn."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3140
+msgid "Cashier Shade"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3140
+msgid ""
+"Do you have something to hide? Or are you just sensitive against the sun?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3150
+msgid "Beanie Copter"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3150
+msgid "A funny beanie cap with a spinning propeller."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3162
+msgid "Bull Helmet"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3162
+msgid "Heavy helmet for the merciless fighter."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3174
+msgid "Bunny Ears"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3174
+msgid "So cute! You look like a bunny!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3186
+msgid "Desert Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3186
+msgid "If you stroll under the burning suns, be sure to protect your head."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3196
+msgid "Miner Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3196
+msgid ""
+"You would like to wear a protective helmet, which can enlight the area in "
+"front of you, if you are in deep caves."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3208
+msgid "Silk Headband"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3208
+msgid "Wow! With this you look like Rambo!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3220
+msgid "Headband"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3220
+msgid "Hmm, you look like a cheap version of Rambo."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3230
+msgid "Terranite Helmet"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3230
+msgid ""
+"Even though this is a bit stinky, the material properly protects your head, "
+"and its internals."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3245
+msgid "Trapper Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3245
+msgid ""
+"When you are exploring the cold areas of the planet, be sure to keep your "
+"ears warm."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3257
+msgid "Wizard Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3257
+msgid "You call yourself a mage? Be sure to equip proper headwear!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3267
+msgid "Captain's Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3267
+msgid "Harr harr! Aboard, you stinky landlubbers! Hoist the sails!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3277
+msgid "Ranger Hat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3277 items.xml:3287
+msgid ""
+"A leather hat traditionally worn by Rangers. Symbol of the Pinkie-Hater cult."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3287
+msgid "Knight Helmet"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3300
msgid "Shemagh"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1569
+#: items.xml:3300
msgid "An improved scarf used by mercenaries in tough environments."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1584
+#: items.xml:3312
+msgid "Bandit Shawl"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3312
+msgid "A shawl, more for hiding you face than for keeping you warm."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3324
+msgid "Eye Patch"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3324
+msgid "Arr! What's a pirate with two eyes? A not-pirate! Ar Arr!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3337
+msgid "Burglar Mask"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3337
+msgid "Wear it, and noone will recognize you! Okay, the police will."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3349
+msgid "Heart Glasses"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3349
+msgid "Heart-shaped glasses. Its so 80's style."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3361
+msgid "Mustache"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3361
+msgid "You are not serious, are you?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3373
+msgid "Red Nose"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3373
+msgid "A red nose, made of plastic. Wearing this you look like Rudolph."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3385
+msgid "Sunglasses"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3385
+msgid "The sun shines too bright? No problem, just wear those sunglasses."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3397
+msgid "Beard"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3397
+msgid "This definitely makes you look.. erm.. wiser."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3409
+msgid "Full Beard"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3409
+msgid "If only you had a red bobble hat now, you would look like Santa!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3424
msgid "Knife"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1584
+#: items.xml:3424
msgid "A simple, but sharp knife."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1598
+#: items.xml:3438
msgid "Piou Slayer"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1598
-msgid "A short sword for amateurs."
+#: items.xml:3438
+msgid "A short sword for amateurs. Well, more a dagger than a sword, that is."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1612
+#: items.xml:3452
msgid "Training Gladius"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1612
+#: items.xml:3452
msgid "A short sword made for close combat."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1626
+#: items.xml:3466
msgid "Wooden Sword"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1626
+#: items.xml:3466
msgid "For sword training. Do not show-off with it."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1640
+#: items.xml:3480
msgid "Artis Backsword"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1640
+#: items.xml:3480
msgid "An engraved backsword with the symbole of Artis on its brass hilt."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1654
+#: items.xml:3494
msgid "Training Wand"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1654
+#: items.xml:3494
msgid "A simple wand for your first steps in handling magic."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1666
+#: items.xml:3506
msgid "Mana Torch"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1666
+#: items.xml:3506
msgid ""
"A simple wand imbued with a fire spell, it can provide lighting and will "
"never run out on you!"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1678
+#: items.xml:3518
msgid "Scythe"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1678
+#: items.xml:3518
msgid "A farmer's scythe, not new but still deadly."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1692
+#: items.xml:3532
msgid "Dagger"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1692
+#: items.xml:3532
msgid "Use to stab."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1706
+#: items.xml:3546
msgid "Setzer"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1706
+#: items.xml:3546
msgid "A knife named after a famous gambler."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1720
+#: items.xml:3562
msgid "Pickaxe"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1720
+#: items.xml:3562
msgid "A common pickaxe, not so good for battle but suitable for mining."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1732
+#: items.xml:3574
msgid "Torch"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1732
+#: items.xml:3574
msgid "A burning Torch. Handle with care."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1744
+#: items.xml:3586
+msgid "Axe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3586
+msgid "A rusty axe, made for chopping trees rather than battle."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3598
+msgid "Wooden Staff"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3598
+msgid ""
+"A long wooden staff, simple but effective for smashing. Or for magic. Or for "
+"both."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3616
+msgid "Halberd"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3616
+msgid "A halberd, commonly used by knights. Sharp and dangerous."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3634
+msgid "Sharp Knife"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3634
+msgid "A sharp knife, commonly used by chefs."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3648
+msgid "Bone Knife"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3648
+msgid "A knife made from bones. Quite effective."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3664
+msgid "Chopper"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3664
+msgid "Chop, chop, parsley. Chop, chop, head."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3676
+msgid "Cleaver"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3676
+msgid "Good for chopping, but even better for fighting, smashing, killing."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3688
+msgid "Rock Knife"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3688
+msgid "Machete-like weapon, made of hard stone. Not a weapon for pacifists."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3702
+msgid "Bronze Gladius"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3702
+msgid "A typical one-handed sword, made out of bronze."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3714
+msgid "Short Sword"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3714
+msgid "Iron short sword. The standard weapon for experienced knights."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3726
+msgid "Long Sword"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3726
+msgid ""
+"If you are strong enough, this long sword gives you quite more destructive "
+"power."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3738
+msgid "Spear"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3738
+msgid ""
+"If you train hard, you can defeat whole armies with that, keeping your "
+"enemies on distance."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3750
+msgid "Katana"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3750
+msgid ""
+"A typical japanese two-hand sword. Incredibly sharp, incredibly dangerous."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3762
+msgid "Warped Staff"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3762
+msgid "A staff made out of a strange branch, warped within itself."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3776
+msgid "Wizard Staff (%Color%)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3776
+msgid ""
+"A professional staff with a %color%. In the hands of an experienced wizard, "
+"it is able to move the mountains."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3788
+msgid "Staff of Life"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3788
+msgid "A enchanted piece of wood. Very suitable for mages."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3802
+msgid "Apprentice Wand (%Color%)"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:3802
+msgid "A simple %color% wand for you once may become an awesome magician."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:3813
msgid "Piou egg"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1744
+#: items.xml:3813
msgid "Piou egg. Not for omelettes!"
msgstr ""
#. (itstool) path: items/item@useButton
-#: items.xml:1744
+#: items.xml:3813
msgid "Hatch"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1755
-msgid "Crimson Cashmere Dye"
+#: items.xml:3824
+msgid "Pitch Black Silk Dye"
msgstr ""
#. (itstool) path: items/item@useButton
-#: items.xml:1755 items.xml:1764 items.xml:1773 items.xml:1782 items.xml:1791
-#: items.xml:1800 items.xml:1809 items.xml:1818 items.xml:1827 items.xml:1836
-#: items.xml:1845 items.xml:1854 items.xml:1863 items.xml:1872 items.xml:1881
-#: items.xml:1890 items.xml:1899 items.xml:1908 items.xml:1917 items.xml:1926
-#: items.xml:1935 items.xml:1944
+#: items.xml:3824 items.xml:3833 items.xml:3842 items.xml:3851 items.xml:3860
+#: items.xml:3869 items.xml:3878 items.xml:3887 items.xml:3896 items.xml:3905
+#: items.xml:3914 items.xml:3923 items.xml:3932 items.xml:3941 items.xml:3950
+#: items.xml:3959 items.xml:3968 items.xml:3977 items.xml:3986 items.xml:3995
+#: items.xml:4004 items.xml:4013 items.xml:4129 items.xml:4138 items.xml:4147
+#: items.xml:4156 items.xml:4165 items.xml:4174 items.xml:4183 items.xml:4192
+#: items.xml:4201 items.xml:4210
msgid "Dye"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1755 items.xml:1764 items.xml:1773
-msgid "Color dye that can be used on cashemere clothing."
+#: items.xml:3824 items.xml:3833 items.xml:3842 items.xml:4129 items.xml:4138
+#: items.xml:4147 items.xml:4156 items.xml:4165 items.xml:4174 items.xml:4183
+#: items.xml:4192 items.xml:4201 items.xml:4210
+msgid "Color dye that can be used on silk clothing."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1764
-msgid "Chocolate Cashmere Dye"
+#: items.xml:3833
+msgid "Chocolate Silk Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1773
-msgid "Mint Cashmere Dye"
+#: items.xml:3842
+msgid "Crimson Silk Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1782
+#: items.xml:3851
msgid "Black Cotton Dye"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1782 items.xml:1791 items.xml:1800 items.xml:1809 items.xml:1818
-#: items.xml:1827 items.xml:1836 items.xml:1845 items.xml:1854 items.xml:1863
-#: items.xml:1872 items.xml:1881 items.xml:1890 items.xml:1899 items.xml:1908
-#: items.xml:1917 items.xml:1926 items.xml:1935 items.xml:1944
+#: items.xml:3851 items.xml:3860 items.xml:3869 items.xml:3878 items.xml:3887
+#: items.xml:3896 items.xml:3905 items.xml:3914 items.xml:3923 items.xml:3932
+#: items.xml:3941 items.xml:3950 items.xml:3959 items.xml:3968 items.xml:3977
+#: items.xml:3986 items.xml:3995 items.xml:4004 items.xml:4013
msgid "Color dye that can be used on cotton clothing."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1791
+#: items.xml:3860
msgid "Silver Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1800
+#: items.xml:3869
msgid "Camel Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1809
+#: items.xml:3878
msgid "Brown Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1818
+#: items.xml:3887
msgid "Orange Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1827
+#: items.xml:3896
msgid "Dark Red Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1836
+#: items.xml:3905
msgid "Red Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1845
+#: items.xml:3914
msgid "Fuchsia Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1854
+#: items.xml:3923
msgid "Pink Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1863
+#: items.xml:3932
msgid "Mauve Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1872
+#: items.xml:3941
msgid "Purple Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1881
+#: items.xml:3950
msgid "Navy Blue Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1890
+#: items.xml:3959
msgid "Blue Gray Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1899
+#: items.xml:3968
msgid "Blue Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1908
+#: items.xml:3977
msgid "Teal Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1917
+#: items.xml:3986
msgid "Green Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1926
+#: items.xml:3995
msgid "Lime Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1935
+#: items.xml:4004
msgid "Khaki Cotton Dye"
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:1944
+#: items.xml:4013
msgid "Yellow Cotton Dye"
msgstr ""
#. (itstool) path: items/item@useButton
-#: items.xml:1952 items.xml:1960 items.xml:1968 items.xml:1976 items.xml:1984
-#: items.xml:1992 items.xml:2001 items.xml:2010 items.xml:2019 items.xml:2028
-#: items.xml:2037 items.xml:2046
-msgid "Gem"
+#: items.xml:4022 items.xml:4031 items.xml:4040 items.xml:4049 items.xml:4058
+#: items.xml:4066 items.xml:4075 items.xml:4084 items.xml:4093 items.xml:4102
+#: items.xml:4111 items.xml:4218 items.xml:4226 items.xml:4234 items.xml:4242
+#: items.xml:4250 items.xml:4258
+msgid "Insert"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1952
+#: items.xml:4022
msgid "A diamond, polished and shining."
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1960
+#: items.xml:4031
msgid "A polished ruby, blinking in bright red color."
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1968
+#: items.xml:4040
msgid "A polished Emerald, beautiful and green."
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1976
+#: items.xml:4049
msgid "A polished sapphire, blinking in dark blue."
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1984
+#: items.xml:4058
msgid "A Topaz, polished and beautiful."
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:1992
+#: items.xml:4066
msgid "A polished Amethyst. Some say it has the power to heal."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2001
+#: items.xml:4075
msgid "Crude Diamond"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2001
+#: items.xml:4075
msgid "A crude diamond, fresh from the mines."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2010
+#: items.xml:4084
msgid "Crude Ruby"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2010
+#: items.xml:4084
msgid "A crude ruby, fresh from the mines."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2019
+#: items.xml:4093
msgid "Crude Emerald"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2019
+#: items.xml:4093
msgid "A crude emerald, fresh from the mines."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2028
+#: items.xml:4102
msgid "Crude Sapphire"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2028
+#: items.xml:4102
msgid "A crude sapphire, fresh from the mines."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2037
+#: items.xml:4111
msgid "Crude Topaz"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2037
+#: items.xml:4111
msgid "A crude topaz, fresh from the mines."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2046
+#: items.xml:4120
msgid "Crude Amethyst"
msgstr ""
+#. (itstool) path: items/item@useButton
+#: items.xml:4120
+msgid "Gem"
+msgstr ""
+
#. (itstool) path: items/item@description
-#: items.xml:2046
+#: items.xml:4120
msgid "A crude amethyst, fresh from the mines."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2062
+#: items.xml:4129
+msgid "Tomato Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4138
+msgid "Goldenrod Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4147
+msgid "Sunflower Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4156
+msgid "Olive Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4165
+msgid "Sea Green Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4174
+msgid "Mint Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4183
+msgid "Midnight Blue Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4192
+msgid "Slat Blue Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4201
+msgid "Orchid Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4210
+msgid "Pinkie Pink Silk Dye"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4218
+msgid "Uruz Runestone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4218
+msgid "A small, round stone with a symbol on it. Represents strength."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4226
+msgid "Raido Runestone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4226
+msgid "A small, round stone with a symbol on it. Represents agility."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4234
+msgid "Thurisaz Runestone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4234
+msgid "A small, round stone with a symbol on it. Represents vitality."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4242
+msgid "Kaunaz Runestone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4242
+msgid "A small, round stone with a symbol on it. Represents intelligence."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4250
+msgid "Dagaz Runestone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4250
+msgid "A small, round stone with a symbol on it. Represents dexterity."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4258
+msgid "Peorth Runestone"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4258
+msgid "A small, round stone with a symbol on it. Represents luck."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4275
msgid "Training Bow"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2062 items.xml:2107
+#: items.xml:4275 items.xml:4400
msgid "For bow training. Does not seem much reliable."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2079
+#: items.xml:4294
msgid "Short Bow"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2079
+#: items.xml:4294
msgid ""
"The shortest of them all, and almost a knife, but the only which hits at "
"point-blank range."
@@ -3075,139 +5604,485 @@ msgstr ""
#. (itstool) path: items/item@name
#. #-#-#-#-# quests.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: quest/name
-#: items.xml:2096 quests.xml:963 quests.xml:972 quests.xml:981 quests.xml:990
+#: items.xml:4313 quests.xml:963 quests.xml:972 quests.xml:981 quests.xml:990
#: quests.xml:999
msgid "Forest Bow"
msgstr ""
#. (itstool) path: items/item@description
-#: items.xml:2096
+#: items.xml:4313
msgid "A big bow, to hunt monsters in the forest."
msgstr ""
#. (itstool) path: items/item@name
-#: items.xml:2107
+#: items.xml:4332
+msgid "Desert Bow"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4332
+msgid "Fragile long bow, for open ranges. Needs some training."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4349
+msgid "Champion Bow"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4349
+msgid "A bow for champions. Ask Jesusalva."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4366
+msgid "Banshee Bow"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4366
+msgid "A bow, holding the evil powers of a legacy world."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4389
+msgid "Slingshot"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4389
+msgid "Some say its a toy, I say its a weapon. Ask David."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4400
msgid "Training Arrow"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:8
-msgid "Kitty"
+#. (itstool) path: items/item@name
+#: items.xml:4407
+msgid "Iron Arrow"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:9
-msgid "xD"
+#. (itstool) path: items/item@description
+#: items.xml:4407
+msgid "Solid arrow for bowmen. Careful, its sharp!"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:10
-msgid "^.^"
+#. (itstool) path: items/item@name
+#: items.xml:4414
+msgid "Bone Arrow"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:11
-msgid "Heart eye"
+#. (itstool) path: items/item@description
+#: items.xml:4414
+msgid "Scary arrow, carved from a pice of bone. Very lightweight."
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:12
-msgid "Gold eye"
+#. (itstool) path: items/item@name
+#: items.xml:4421
+msgid "Poisoned Arrow"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:13
-msgid "Sleepy"
+#. (itstool) path: items/item@description
+#: items.xml:4421
+msgid "Sharp arrow, with a poisoned tip. Don't touch it!"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:14
-msgid "u.u"
+#. (itstool) path: items/item@name
+#: items.xml:4428
+msgid "Terranit Arrow"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:15
-msgid "-.-'"
+#. (itstool) path: items/item@description
+#: items.xml:4428
+msgid "Professioal arrow, made from terranite. Sharp, stiff, deadly."
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:16
-msgid "Surprised"
+#. (itstool) path: items/item@name
+#: items.xml:4435
+msgid "Stone Projectile"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:17
-msgid "Dead"
+#. (itstool) path: items/item@description
+#: items.xml:4435
+msgid ""
+"Ammo for your slingshot. Can be very powerful, when its in David's hands. "
+"What about yours?"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:18
-msgid "Look away"
+#. (itstool) path: items/item@name
+#: items.xml:4443
+msgid "Adventurer's Soul"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:20
-msgid "Palmhead"
+#. (itstool) path: items/item@description
+#: items.xml:4443
+msgid "Seems like someone fell prey to PK'ing."
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:22
-msgid "Angry"
+#. (itstool) path: items/item@name
+#: items.xml:4451
+msgid "Black Pearl"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:23
-msgid "Purple Sad"
+#. (itstool) path: items/item@description
+#: items.xml:4451
+msgid "A shiny, black pearl. It must be old!"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:24
-msgid "Insult Buble"
+#. (itstool) path: items/item@name
+#: items.xml:4457
+msgid "Bloodstone"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:25
-msgid "Heart"
+#. (itstool) path: items/item@description
+#: items.xml:4457
+msgid "A dark read, shimmering stone. It looks scary."
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:26
-msgid "Emote"
+#. (itstool) path: items/item@name
+#: items.xml:4463
+msgid "Bottle of Sand"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:29
-msgid "Epic"
+#. (itstool) path: items/item@description
+#: items.xml:4463
+msgid "A bottle filled with sand. Where this sand may originate?"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:30
-msgid "Bad geek"
+#. (itstool) path: items/item@name
+#: items.xml:4469
+msgid "Brainstem"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:31
-msgid "Mimi"
+#. (itstool) path: items/item@description
+#: items.xml:4469
+msgid "If only someone knew what kind of being exactly that comes from."
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:32
-msgid "Alien"
+#. (itstool) path: items/item@name
+#: items.xml:4475
+msgid "Closed Christmas Box"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:33
-msgid "Troll"
+#. (itstool) path: items/item@description
+#: items.xml:4475
+msgid "Surprise surprise, what might be inside?"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:34
-msgid "Metal"
+#. (itstool) path: items/item@name
+#: items.xml:4481
+msgid "Open Christmas Box"
msgstr ""
-#. (itstool) path: emote/sprite@name
-#: tmp/manaplus_emotes.xml:35
-msgid "Crying"
+#. (itstool) path: items/item@description
+#: items.xml:4481
+msgid "Surprise surprise, what might have been inside?"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4487
+msgid "Red Christmas Ornament"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4487 items.xml:4493 items.xml:4499 items.xml:4505 items.xml:4511
+#: items.xml:4517
+msgid "An ornament from Santa's tree."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4493
+msgid "Yellow Christmas Ornament"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4499
+msgid "Green Christmas Ornament"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4505
+msgid "Aqua Christmas Ornament"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4511
+msgid "Blue Christmas Ornament"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4517
+msgid "Purple Christmas Ornament"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4523
+msgid "Doll"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4523
+msgid "You see right. This doll is not broken."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4529
+msgid "Easter Basket"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4529
+msgid ""
+"A nice basket. Someone may hide it during easter and fill it with chocolate."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4535
+msgid "Easteregg"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4535
+msgid "A chocolate egg, wrapped in silver paper."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4541
+msgid "Plastic Fangs"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4541
+msgid "You will look like a vampire with these!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4547
+msgid "Flawed Lens"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4547
+msgid ""
+"A failed attempt at making a lens with powerful properties. Perhaps, one "
+"day, you will be able to salvage the remains from this effort."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4553
+msgid "Dark Petal"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4553
+msgid ""
+"A single, dark, petal, oddly heavy. The edges of the petal are unusually "
+"hard, and have a slightly reflective shine to them. But looking into the "
+"gleam, you can only see fire..."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4559
+msgid "Flight Talisman"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4559
+msgid "A talisman created using ancient magic to keep you safe during flights."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4565
+msgid "Jellybeans"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4565
+msgid "Colorful and tasty Jelly Beans."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4571
+msgid "Leatherball"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4571
+msgid ""
+"A heavy ball made out of leather, used for playing soccer in the old days."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4578
+msgid "Booberry Blue Lollipop"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4578
+msgid "A lollipop. Mmm."
+msgstr ""
+
+#. (itstool) path: items/item@effect
+#: items.xml:4578 items.xml:4585 items.xml:4592
+msgid "Heal 1500-2500 HP"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4585
+msgid "Ghastly Green Lollipop"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4585
+msgid "A lollipop. Tasty."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4592
+msgid "Blood Red Lollipop"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4592
+msgid "A lollipop. Yum."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4598
+msgid "Plush Mouboo"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4598
+msgid "A mouboo made of plush. How cute!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4604
+msgid "Red Stocking"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4604
+msgid "Eww, it's smelly!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4610
+msgid "Stick Reinboo"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4610
+msgid "A stick reinboo. This is fun!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4617
+msgid "Rubber Bat"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4617
+msgid "Squeaks when you squeeze it."
+msgstr ""
+
+#. (itstool) path: items/item@useButton
+#: items.xml:4617
+msgid "Squeeze"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4623
+msgid "Santa Cookie"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4623
+msgid "A cookie, given to you by the one and only Santa Claus!"
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4629
+msgid "Santa Globe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4629
+msgid "A snow globe featuring Santa."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4635
+msgid "Scissors"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4635
+msgid "A pair of awkward and unwieldy scissors."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4641
+msgid "Silver Bell"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4641
+msgid "A tiny bell made of silver."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4647
+msgid "Snowman Globe"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4647
+msgid "A snow globe featuring Snowman."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4653
+msgid "Strange Coin"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4653
+msgid "A cheap looking yellow plastic coin. Seems to be rather useless."
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4659
+msgid "A tongue. Ewww."
+msgstr ""
+
+#. (itstool) path: items/item@name
+#: items.xml:4665 items.xml:4671
+msgid "Dotted Wrapping Paper"
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4665
+msgid "Nice dotted wrapping paper, to be used for wrapping presents."
+msgstr ""
+
+#. (itstool) path: items/item@description
+#: items.xml:4671
+msgid "Nice striped wrapping paper, to be used for wrapping presents."
+msgstr ""
+
+#. (itstool) path: emote/sprite
+#: tmp/manaplus_emotes.xml:6 tmp/manaplus_emotes.xml:7
+#: tmp/manaplus_emotes.xml:8 tmp/manaplus_emotes.xml:9
+#: tmp/manaplus_emotes.xml:10 tmp/manaplus_emotes.xml:11
+#: tmp/manaplus_emotes.xml:12 tmp/manaplus_emotes.xml:13
+#: tmp/manaplus_emotes.xml:14 tmp/manaplus_emotes.xml:15
+#: tmp/manaplus_emotes.xml:16 tmp/manaplus_emotes.xml:17
+#: tmp/manaplus_emotes.xml:18 tmp/manaplus_emotes.xml:19
+msgid "emote.xml"
msgstr ""
#. (itstool) path: properties/property@value
@@ -3241,17 +6116,17 @@ msgid "Hold"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/000-2-3.tmx:8 ../../client-data/maps/001-2-24.tmx:8
+#: ../../client-data/maps/000-2-3.tmx:7 ../../client-data/maps/001-2-24.tmx:7
msgid "Nard's Room"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/000-2-4.tmx:9
+#: ../../client-data/maps/000-2-4.tmx:8
msgid "Alige's Hiding Place"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-1.tmx:8
+#: ../../client-data/maps/001-1.tmx:8 ../../client-data/maps/029-0.tmx:8
msgid "Artis"
msgstr ""
@@ -3269,7 +6144,7 @@ msgstr ""
#. (itstool) path: properties/property@value
#: ../../client-data/maps/001-2-13.tmx:8 ../../client-data/maps/001-2-29.tmx:8
-#: ../../client-data/maps/001-2-3.tmx:8 ../../client-data/maps/001-2-6.tmx:8
+#: ../../client-data/maps/001-2-3.tmx:8 ../../client-data/maps/001-2-6.tmx:7
msgid "First Floor"
msgstr ""
@@ -3299,7 +6174,7 @@ msgid "Merchant Hall"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-25.tmx:8
+#: ../../client-data/maps/001-2-25.tmx:8 ../../client-data/maps/012-2-6.tmx:8
msgid "Storage Room"
msgstr ""
@@ -3329,46 +6204,92 @@ msgid "Second Floor"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-31.tmx:8 ../../client-data/maps/001-2-32.tmx:8
-#: ../../client-data/maps/001-2-34.tmx:8 ../../client-data/maps/001-2-35.tmx:9
-#: ../../client-data/maps/001-2-36.tmx:10 ../../client-data/maps/001-2-37.tmx:8
-#: ../../client-data/maps/001-2-38.tmx:8 ../../client-data/maps/001-2-39.tmx:8
-#: ../../client-data/maps/001-2-40.tmx:8 ../../client-data/maps/001-2-41.tmx:8
-msgid "unnamed"
+#: ../../client-data/maps/001-2-31.tmx:8
+msgid "West Commercial Building"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-32.tmx:8
+msgid "Training Arena Lobby"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-33.tmx:9
+#: ../../client-data/maps/001-2-33.tmx:8
msgid "Legion of Aemil Headquarters"
msgstr ""
#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-34.tmx:8
+msgid "Training Room Lobby"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-35.tmx:9
+msgid "Training Arena"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-36.tmx:9
+msgid "Training Room"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-37.tmx:8
+msgid "Legion West Wing"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-38.tmx:8
+msgid "Legion East Wing"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-39.tmx:8
+msgid "Legion Command Room"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-40.tmx:8
+msgid "Legion Basement"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-41.tmx:8
+msgid "Barber"
+msgstr ""
+
+#. (itstool) path: properties/property@value
#: ../../client-data/maps/001-2-42.tmx:8
msgid "Docks Warehouse Second Level"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-4.tmx:9
+#: ../../client-data/maps/001-2-43.tmx:7
+msgid "Archive"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/001-2-4.tmx:7
msgid "Library"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-5.tmx:8
+#: ../../client-data/maps/001-2-5.tmx:7
msgid "Warehouse"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-7.tmx:8
+#: ../../client-data/maps/001-2-7.tmx:7
msgid "City Hall"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-8.tmx:8
+#: ../../client-data/maps/001-2-8.tmx:7
msgid "Left Wing"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/001-2-9.tmx:8
+#: ../../client-data/maps/001-2-9.tmx:7
msgid "Right Wing"
msgstr ""
@@ -3383,53 +6304,58 @@ msgid "Rivercave"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-1-1.tmx:6
+#: ../../client-data/maps/001-3-2.tmx:7
+msgid "Hideout"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-1-1.tmx:8
msgid "Woodland"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-1.tmx:6
+#: ../../client-data/maps/008-1.tmx:8
msgid "Hurnscald"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-0.tmx:6
+#: ../../client-data/maps/008-2-0.tmx:8
msgid "Chez Celestia"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-10.tmx:6 ../../client-data/maps/008-2-11.tmx:6
+#: ../../client-data/maps/008-2-10.tmx:7 ../../client-data/maps/008-2-11.tmx:7
msgid "Hurnscald City Hall"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-12.tmx:6 ../../client-data/maps/008-2-13.tmx:6
-#: ../../client-data/maps/008-2-14.tmx:6
+#: ../../client-data/maps/008-2-12.tmx:7 ../../client-data/maps/008-2-13.tmx:7
+#: ../../client-data/maps/008-2-14.tmx:7
msgid "Hurnscald Clinic"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-15.tmx:6
+#: ../../client-data/maps/008-2-15.tmx:7
msgid "Hurnscald Farm"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-16.tmx:6
+#: ../../client-data/maps/008-2-16.tmx:7
msgid "Hurnscald Cottage"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-17.tmx:6
+#: ../../client-data/maps/008-2-17.tmx:7
msgid "Mining Camp"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-18.tmx:6
+#: ../../client-data/maps/008-2-18.tmx:7
msgid "Mining Camp First Floor"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-19.tmx:6
+#: ../../client-data/maps/008-2-19.tmx:7
msgid "Mining Camp Basement"
msgstr ""
@@ -3439,97 +6365,492 @@ msgid "Merchant Guild"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-20.tmx:6
+#: ../../client-data/maps/008-2-20.tmx:8
msgid "Forsaken Inn"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-21.tmx:6
+#: ../../client-data/maps/008-2-21.tmx:8
msgid "Forsaken Inn Basement"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-22.tmx:6
+#: ../../client-data/maps/008-2-22.tmx:8
msgid "Mages Hut"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-23.tmx:6
+#: ../../client-data/maps/008-2-23.tmx:7
msgid "Mouboo Farm"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-24.tmx:7
+#: ../../client-data/maps/008-2-24.tmx:8
msgid "Dimond's Cove Ground Floor"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-25.tmx:7
+#: ../../client-data/maps/008-2-25.tmx:8
msgid "Dimond's Cove Second Floor"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-26.tmx:7
+#: ../../client-data/maps/008-2-26.tmx:8
msgid "Dimond's Cove Third Floor"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-27.tmx:7
+#: ../../client-data/maps/008-2-27.tmx:8
msgid "Dimond's Cove Cellar"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-28.tmx:6
+#: ../../client-data/maps/008-2-28.tmx:7
msgid "Big House"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-29.tmx:6
+#: ../../client-data/maps/008-2-29.tmx:7
msgid "Pool House"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-2.tmx:6 ../../client-data/maps/008-2-3.tmx:6
-#: ../../client-data/maps/008-2-4.tmx:6 ../../client-data/maps/008-2-5.tmx:6
+#: ../../client-data/maps/008-2-2.tmx:8 ../../client-data/maps/008-2-3.tmx:7
+#: ../../client-data/maps/008-2-4.tmx:7 ../../client-data/maps/008-2-5.tmx:7
msgid "The Rusty Pick"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-30.tmx:6
+#: ../../client-data/maps/008-2-30.tmx:7
msgid "Hurns Farmhouse"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-6.tmx:6
+#: ../../client-data/maps/008-2-31.tmx:7
+msgid "Kyttys Home"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-2-32.tmx:8
+msgid "Merchant House"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-2-6.tmx:7
msgid "Two Guys One Bed"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-7.tmx:6
+#: ../../client-data/maps/008-2-7.tmx:7
msgid "Hurnscald Apothecary"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-8.tmx:6
+#: ../../client-data/maps/008-2-8.tmx:7
msgid "Hurnscald Forge"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-2-9.tmx:6
+#: ../../client-data/maps/008-2-9.tmx:8
msgid "Jack's Abode"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-3-0.tmx:7
+#: ../../client-data/maps/008-3-0.tmx:8
msgid "Rossy Cave"
msgstr ""
#. (itstool) path: properties/property@value
-#: ../../client-data/maps/008-3-1.tmx:6
+#: ../../client-data/maps/008-3-1.tmx:8 ../../client-data/maps/008-3-3.tmx:27
msgid "Bat Cave"
msgstr ""
#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-3-2.tmx:11
+msgid "Calamity Dungeon"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-3-3.tmx:8
+msgid "Obelisk Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-3-4.tmx:8
+msgid "North Mine"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-3-5.tmx:8
+msgid "Bandit Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/008-3-6.tmx:8
+msgid "Hurnscald Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-1.tmx:8
+msgid "Swamp"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-0.tmx:8
+msgid "Soren's Home"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-10.tmx:8
+msgid "Migglemire Crypt Level 2"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-11.tmx:8
+msgid "Migglemire Crypt Boss Chamber"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-12.tmx:8
+msgid "Asphodel Moor Crypt Ground Level"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-13.tmx:8
+msgid "Asphodel Moor Crypt Level 2"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-14.tmx:8
+msgid "Asphodel Moor Crypt Boss Chamber"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-15.tmx:8
+msgid "Chapel"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-16.tmx:8
+msgid "Chapel Tower 1st Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-17.tmx:8
+msgid "Chapel Tower 2nd Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-18.tmx:8
+msgid "Chapel Tower Top"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-1.tmx:7
+msgid "Migglemire Townhall"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-2.tmx:8
+msgid "Gardenhouse"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-3.tmx:8
+msgid "Reid's Inn"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-4.tmx:8
+msgid "Reid's Inn Basement"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-5.tmx:8
+msgid "Reid's Inn First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-6.tmx:8 ../../client-data/maps/012-2-7.tmx:8
+msgid "Small House"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-7.tmx:8
+msgid "Shop"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-8.tmx:8
+msgid "Blacksmith"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/009-2-9.tmx:8
+msgid "Migglemire Crypt Ground Level"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-1.tmx:8 ../../client-data/maps/012-1.tmx:1646
+msgid "Candor Island"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-2-1.tmx:8
+msgid "Sorfina's Home"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-2-2.tmx:8
+msgid "Sleeping Room"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-2-3.tmx:7
+msgid "Candor Shop"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-2-4.tmx:8
+msgid "Alchemy Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-2-5.tmx:8
+msgid "Candor Smith"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-3-0.tmx:8
+msgid "Candor Battle Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-3-1.tmx:8 ../../client-data/maps/012-3-2.tmx:27
+msgid "Candor Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-3-2.tmx:8
+msgid "Parua Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/012-3-3.tmx:8
+msgid "Mana Tree Cave"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-1.tmx:8
+msgid "Tulimshar"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-0.tmx:8
+msgid "Ratto Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-10.tmx:8
+msgid "Tailor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-11.tmx:8
+msgid "Ramshackle Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-12.tmx:8
+msgid "Small Garden Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-13.tmx:8
+msgid "Large Garden Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-14.tmx:8
+msgid "Small Slum Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-15.tmx:8
+msgid "Tulimshar Clinic"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-16.tmx:8
+msgid "Slum Laundry"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-17.tmx:8
+msgid "Fisherman's Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-18.tmx:8
+msgid "Market Administration"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-19.tmx:8
+msgid "Farmer's Home"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-1.tmx:8
+msgid "Brotherhood Castle"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-20.tmx:8
+msgid "Tulimshar Inn"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-21.tmx:8
+msgid "Queer Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-22.tmx:8
+msgid "Residence"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-23.tmx:8
+msgid "Brotherhood Inn First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-24.tmx:8
+msgid "Tulimshar Inn First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-25.tmx:8
+msgid "Residence First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-26.tmx:8
+msgid "Magic Academy Ground Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-27.tmx:8
+msgid "Magic Acedemy Central, First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-28.tmx:8
+msgid "Magic Acedemy Central, Second Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-29.tmx:8
+msgid "Magic Acedemy East, First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-2.tmx:8
+msgid "Brotherhood Tower"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-30.tmx:8
+msgid "Magic Acedemy West, First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-31.tmx:8
+msgid "Lighthouse Ground Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-32.tmx:8
+msgid "Lighthouse First Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-33.tmx:8
+msgid "Lighthouse Second Floor"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-34.tmx:8
+msgid "Tulimshar Casino"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-3.tmx:8
+msgid "Brotherhood Inn"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-4.tmx:8
+msgid "Brotherhood Hut"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-5.tmx:8
+msgid "Legion Castle"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-6.tmx:8
+msgid "Legion Tower"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-7.tmx:8
+msgid "Legion Guardhouse"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-8.tmx:8
+msgid "Tulimshar Blacksmith"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/020-2-9.tmx:8
+msgid "Tulimshar Townhall"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/029-8.tmx:8
+msgid "Asphodel Moors"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/botcheck.tmx:8
+msgid "Botcheck Area"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/fermi.tmx:7
+msgid "Three Fermi Land"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/marine-2.tmx:9
+msgid "Ocean"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/marine.tmx:9
+msgid "La Marine"
+msgstr ""
+
+#. (itstool) path: properties/property@value
+#: ../../client-data/maps/sec_pri.tmx:8
+msgid "Jail"
+msgstr ""
+
+#. (itstool) path: properties/property@value
#: ../../client-data/maps/testbg.tmx:4
msgid "testbg"
msgstr ""
@@ -3625,7 +6946,7 @@ msgid "Cuco"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:158
+#: monsters.xml:158 monsters.xml:634
msgid "Pillar Dummy"
msgstr ""
@@ -3655,160 +6976,500 @@ msgid "Maggot"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:191
+#: monsters.xml:195
msgid "Cave Maggot"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:194
+#: monsters.xml:202
msgid "Forest Maggot"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:197
+#: monsters.xml:209
msgid "Bee"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:200
+#: monsters.xml:216
msgid "Pinkie"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:203
+#: monsters.xml:221
msgid "Log Head"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:206
+#: monsters.xml:231
msgid "Butterfly"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:210
+#: monsters.xml:235
msgid "Clover"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:213
+#: monsters.xml:238
msgid "Pink Flower"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:219
+#: monsters.xml:244
msgid "Mana Bug"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:223
+#: monsters.xml:248
msgid "Mauve Plant"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:226
+#: monsters.xml:251
msgid "Alizarin Plant"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:229
+#: monsters.xml:254
msgid "Gamboge Plant"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:232
+#: monsters.xml:257
msgid "Cobalt Plant"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:235
+#: monsters.xml:260
msgid "Silkworm"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:238
-msgid "Sqirrel"
+#: monsters.xml:263
+msgid "Squirrel"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:245
+#: monsters.xml:270
msgid "Grass Snake"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:248
+#: monsters.xml:274
msgid "Scorpion"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:256
+#: monsters.xml:282
msgid "Spider"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:264
+#: monsters.xml:294
msgid "Diamond Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:267
+#: monsters.xml:297
msgid "Gold Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:270
+#: monsters.xml:300
msgid "Iron Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:273
+#: monsters.xml:303
msgid "Coal Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:276
+#: monsters.xml:306
msgid "Spiky Mushroom"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:283
+#: monsters.xml:313
msgid "Wicked Mushroom"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:290
+#: monsters.xml:320
msgid "Ruby Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:293
+#: monsters.xml:323
msgid "Emerald Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:296
+#: monsters.xml:326
msgid "Sapphire Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:299
+#: monsters.xml:329
msgid "Topaz Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:302
+#: monsters.xml:332
msgid "Amethyst Vein"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:305
+#: monsters.xml:335
msgid "Beehive"
msgstr ""
#. (itstool) path: monsters/monster@name
-#: monsters.xml:308
+#: monsters.xml:338
+msgid "Bad Bee"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:347
+msgid "Yellow Roses"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:353
+msgid "Blue Roses"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:359
+msgid "Red Roses"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:365
+msgid "Bandit"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:376
+msgid "Robin Bandit"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:388
+msgid "Bandit Lord"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:400
+msgid "Legion Swordswoman"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:411
+msgid "Legion Halberdier"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:423
+msgid "Legion Lieutenant"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:435
+msgid "Gem Veinbloc"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:438
+msgid "Gold Veinbloc"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:441
+msgid "Coal Veinbloc"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:444
+msgid "Moubi"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:447
+msgid "Yellow Slime"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:453
+msgid "Red Slime"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:459
+msgid "Snake"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:463
+msgid "Giant Maggot"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:466
+msgid "Desert Snake"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:470
+msgid "Desert Scorpion"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:478
+msgid "Black Slime"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:484
+msgid "Fire Goblin"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:490
+msgid "Brotherhood Fighter"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:501
+msgid "Brotherhood Archer"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:512
+msgid "Brotherhood Leader"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:523
+msgid "Skeleton"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:526
+msgid "Mister Prickel"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:531
+msgid "Small Frog"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:534
+msgid "Big Frog"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:537
+msgid "Bluepar"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:540
+msgid "Lightning"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:543
+msgid "Element"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:546
+msgid "Jack-O"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:559
+msgid "Ice Goblin"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:562
+msgid "Nutcracker"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:565
+msgid "Penguin"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:568
+msgid "Reaper"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:572
+msgid "Mud Slime"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:578
+msgid "Green Slime Progenitor"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:581
+msgid "Mud Slime Progenitor"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:584
+msgid "Yellow Slime Progenitor"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:587
msgid "Poison Skull"
msgstr ""
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:590
+msgid "Mana Ghost"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:596
+msgid "Game Balance"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:603
+msgid "Angry Crafty"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:612
+msgid "Black Scorpion"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:620
+msgid "Thief Slime"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:626
+msgid "Spider Queen"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:641
+msgid "Fire Dummy"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:648
+msgid "Swampling"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:653
+msgid "Golden Scorpion"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:661
+msgid "Snowflower"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:664
+msgid "Demonic Spirit"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:679
+msgid "Troll"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:682
+msgid "Fire Wisp"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:685
+msgid "Water Wisp"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:688
+msgid "Wolvern"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:698
+msgid "Zombie"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:707
+msgid "Serqet"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:710
+msgid "Tengu"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:721
+msgid "Golem"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:727
+msgid "General Krukan"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:735
+msgid "General Razha"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:746
+msgid "General Terogan"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:755
+msgid "Crafty Ghost"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:764
+msgid "Snake Ghost"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:768
+msgid "Scorpion Ghost"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:776
+msgid "Spider Ghost"
+msgstr ""
+
+#. (itstool) path: monsters/monster@name
+#: monsters.xml:788
+msgid "Skeleton Ghost"
+msgstr ""
+
#. (itstool) path: npc/menu@name
#: npcs.xml:17
msgid "Take"
@@ -3830,62 +7491,94 @@ msgstr ""
#: npcs.xml:359 npcs.xml:364 npcs.xml:369 npcs.xml:374 npcs.xml:379
#: npcs.xml:384 npcs.xml:389 npcs.xml:394 npcs.xml:399 npcs.xml:404
#: npcs.xml:409 npcs.xml:414 npcs.xml:419 npcs.xml:424 npcs.xml:429
-#: npcs.xml:434 npcs.xml:439 npcs.xml:444 npcs.xml:449 npcs.xml:457
-#: npcs.xml:462 npcs.xml:468 npcs.xml:473 npcs.xml:478 npcs.xml:483
-#: npcs.xml:488 npcs.xml:493 npcs.xml:503 npcs.xml:509 npcs.xml:514
-#: npcs.xml:519 npcs.xml:525 npcs.xml:530 npcs.xml:536 npcs.xml:551
-#: npcs.xml:557 npcs.xml:581 npcs.xml:586 npcs.xml:591 npcs.xml:596
-#: npcs.xml:606 npcs.xml:611 npcs.xml:616 npcs.xml:621 npcs.xml:632
-#: npcs.xml:643 npcs.xml:654 npcs.xml:665 npcs.xml:676 npcs.xml:682
-#: npcs.xml:728 npcs.xml:737 npcs.xml:746 npcs.xml:756 npcs.xml:766
-#: npcs.xml:776 npcs.xml:790 npcs.xml:795 npcs.xml:800 npcs.xml:805
-#: npcs.xml:817 npcs.xml:824 npcs.xml:832 npcs.xml:856 npcs.xml:861
-#: npcs.xml:890 npcs.xml:894 npcs.xml:898 npcs.xml:902
+#: npcs.xml:434 npcs.xml:439 npcs.xml:444 npcs.xml:449 npcs.xml:454
+#: npcs.xml:459 npcs.xml:464 npcs.xml:469 npcs.xml:474 npcs.xml:479
+#: npcs.xml:484 npcs.xml:489 npcs.xml:494 npcs.xml:499 npcs.xml:504
+#: npcs.xml:509 npcs.xml:514 npcs.xml:519 npcs.xml:524 npcs.xml:529
+#: npcs.xml:534 npcs.xml:539 npcs.xml:544 npcs.xml:549 npcs.xml:554
+#: npcs.xml:559 npcs.xml:564 npcs.xml:569 npcs.xml:574 npcs.xml:579
+#: npcs.xml:584 npcs.xml:589 npcs.xml:594 npcs.xml:599 npcs.xml:604
+#: npcs.xml:609 npcs.xml:614 npcs.xml:619 npcs.xml:624 npcs.xml:629
+#: npcs.xml:634 npcs.xml:639 npcs.xml:644 npcs.xml:649 npcs.xml:654
+#: npcs.xml:669 npcs.xml:674 npcs.xml:679 npcs.xml:684 npcs.xml:689
+#: npcs.xml:694 npcs.xml:699 npcs.xml:704 npcs.xml:709 npcs.xml:714
+#: npcs.xml:719 npcs.xml:724 npcs.xml:729 npcs.xml:734 npcs.xml:739
+#: npcs.xml:747 npcs.xml:752 npcs.xml:758 npcs.xml:763 npcs.xml:768
+#: npcs.xml:773 npcs.xml:778 npcs.xml:783 npcs.xml:793 npcs.xml:799
+#: npcs.xml:804 npcs.xml:809 npcs.xml:815 npcs.xml:820 npcs.xml:826
+#: npcs.xml:841 npcs.xml:847 npcs.xml:871 npcs.xml:876 npcs.xml:881
+#: npcs.xml:886 npcs.xml:896 npcs.xml:901 npcs.xml:906 npcs.xml:911
+#: npcs.xml:922 npcs.xml:933 npcs.xml:944 npcs.xml:955 npcs.xml:966
+#: npcs.xml:972 npcs.xml:1018 npcs.xml:1027 npcs.xml:1036 npcs.xml:1046
+#: npcs.xml:1056 npcs.xml:1066 npcs.xml:1080 npcs.xml:1093 npcs.xml:1098
+#: npcs.xml:1110 npcs.xml:1115 npcs.xml:1120 npcs.xml:1125 npcs.xml:1135
+#: npcs.xml:1140 npcs.xml:1145 npcs.xml:1150 npcs.xml:1155 npcs.xml:1176
+#: npcs.xml:1187 npcs.xml:1198 npcs.xml:1208 npcs.xml:1217 npcs.xml:1227
+#: npcs.xml:1236 npcs.xml:1247 npcs.xml:1257 npcs.xml:1262 npcs.xml:1267
+#: npcs.xml:1272 npcs.xml:1277 npcs.xml:1282 npcs.xml:1287 npcs.xml:1292
+#: npcs.xml:1297 npcs.xml:1302 npcs.xml:1307 npcs.xml:1312 npcs.xml:1321
+#: npcs.xml:1329 npcs.xml:1353 npcs.xml:1358 npcs.xml:1387 npcs.xml:1391
+#: npcs.xml:1395 npcs.xml:1399
msgid "Talk"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:57 npcs.xml:64 npcs.xml:105 npcs.xml:252 npcs.xml:825
+#: npcs.xml:57 npcs.xml:64 npcs.xml:105 npcs.xml:252 npcs.xml:1322
msgid "Buy"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:58 npcs.xml:65 npcs.xml:106 npcs.xml:253 npcs.xml:826
+#: npcs.xml:58 npcs.xml:65 npcs.xml:106 npcs.xml:253 npcs.xml:1323
msgid "Sell"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:498 npcs.xml:881
+#: npcs.xml:659
+msgid "Select Track"
+msgstr ""
+
+#. (itstool) path: npc/menu@name
+#: npcs.xml:664
+msgid "Board"
+msgstr ""
+
+#. (itstool) path: npc/menu@name
+#: npcs.xml:788 npcs.xml:1378
msgid "Touch"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:564 npcs.xml:571
+#: npcs.xml:854 npcs.xml:861 npcs.xml:1160
msgid "Rotate"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:576
+#: npcs.xml:866
msgid "Launch"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:715
+#: npcs.xml:1005
msgid "Pull"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:771
+#: npcs.xml:1061
msgid "Mou"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:827
+#: npcs.xml:1252
+msgid "Summon"
+msgstr ""
+
+#. (itstool) path: npc/menu@name
+#: npcs.xml:1324
msgid "Poke"
msgstr ""
#. (itstool) path: npc/menu@name
-#: npcs.xml:843 npcs.xml:886
+#: npcs.xml:1340 npcs.xml:1383
msgid "Save"
msgstr ""
@@ -4723,8 +8416,8 @@ msgstr ""
#. (itstool) path: quest/text
#: quests.xml:495
msgid ""
-"He only knows an approximate location of the chest on Artis Hill (180, 27), "
-"so you'll have to do a little digging to find the chest."
+"He only knows an approximate location of the chest on Artis Hill ({@@var2}, "
+"{@@var3}), so you'll have to do a little digging to find the chest."
msgstr ""
#. (itstool) path: quest/questgiver
@@ -5447,137 +9140,761 @@ msgstr ""
msgid "2500 EXP, {@@1}"
msgstr ""
+#. (itstool) path: quest/text
+#: quests.xml:1037
+msgid "Talk to Yannika."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1040
+msgid "Ask Yannika to learn new recipes."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1043
+msgid "Bring 2x fish to Dimond's Chef in Yannika stead."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1046
+msgid "Talk to Dimond's Chef"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1049
+msgid "Talk to the chef Reid's Inn."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1052
+msgid "Figure out a way to make a special sandwich for the chef."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1055
+msgid "Find Candor's Chef and get recipes!"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1058
+msgid "Bring Tiki a new sandwich idea."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1059
+msgid "Maybe another sandwich maker can help?"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1062
+msgid "Tiki approved the new idea for Reid's Chef sandwich."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1065
+msgid "Reid's Chef was pleased. Give recipe to Dimond's Chef."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1068
+msgid "Oh well, to Tulimshar bakery we go."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1071
+msgid "We were refused, but maybe the apprentice knows something."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1074
+msgid "You've helped Donutello. Talk to him again."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1077
+msgid "Give Donut recipe to Dimond's Chef."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1080
+msgid "Diabetes? Meh, we better find Salad in Tulim."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1081
+msgid "Who in tulim could be importing Hinnak's lettuce, though?"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1084
+msgid "I offered myself to do a few things for Hocus."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1087
+msgid "Deliver the recipe to Dimond's Chef."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1090
+msgid "Finally, make a seafood plate for Yannika!"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1093
+msgid "Yannika might have something later, but quest complete."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1099
+msgid "You were requested to find Olana's daughters."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1102
+msgid "Report back to Olana."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1105
+msgid "Talk to Rossy again."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1108
+msgid "Get the berries for Olana"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1111
+msgid "I'm not sure, talk to Olana again."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1114
+msgid "Deliver the letter to Rossy"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1117
+msgid "Help Rossy with her exam"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1120
+msgid "Deliver the potion to David on Tulimshar"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1123
+msgid "Talk to Rossy again"
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1126
+msgid "Now talk to Olana."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1129
+msgid "Bring roses to Rossy."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1132
+msgid "Talk to Olana again."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1135
+msgid "Bring tulips to Rossy."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1138
+msgid "Praise Olana for being a good mother."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1141
+msgid "Get status on Juliet with Rossy."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1144
+msgid "Dispatched to Clauquer's Cave."
+msgstr ""
+
+#. (itstool) path: quest/text
+#: quests.xml:1147
+msgid "Juliet has been rescued."
+msgstr ""
+
#. (itstool) path: quest/name
-#: quests.xml:1038
+#: quests.xml:1154
msgid "Testing quest name with var1={@@var1}"
msgstr ""
#. (itstool) path: quest/text
-#: quests.xml:1039
+#: quests.xml:1155
msgid "Quest text1 with vars: {@@var1}, {@@var2}, {@@var3}"
msgstr ""
#. (itstool) path: quest/text
-#: quests.xml:1040
+#: quests.xml:1156
msgid "Time: {@@time}"
msgstr ""
#. (itstool) path: quest/questgiver
-#: quests.xml:1041
+#: quests.xml:1157
msgid "Giver vars: {@@var1}, {@@var2}, {@@var3}"
msgstr ""
#. (itstool) path: quest/coordinates
-#: quests.xml:1042
+#: quests.xml:1158
msgid "Vars: {@@var1}, {@@var2}, {@@var3}"
msgstr ""
#. (itstool) path: quest/reward
-#: quests.xml:1043
+#: quests.xml:1159
msgid "Reward: {@@var1}, {@@var2}, {@@var3}"
msgstr ""
#. (itstool) path: skills/set@name
+#: skills.xml:6
+msgid "Passive"
+msgstr ""
+
#. (itstool) path: set/skill@name
-#: skills.xml:6 skills.xml:12 skills.xml:34
-msgid "Basic"
+#: skills.xml:12
+msgid "Dragonology"
msgstr ""
#. (itstool) path: set/skill@description
#: skills.xml:12
-msgid "Allow do basic things like sitting, smiling or trading."
+msgid "Increases attack power, MATK and DEF against dragon type monsters."
msgstr ""
#. (itstool) path: set/skill@name
#: skills.xml:19
-msgid "Mass provoke"
+msgid "Last Standing Man"
msgstr ""
#. (itstool) path: set/skill@description
#: skills.xml:19
-msgid "Allow provoke many monsters."
+msgid "Increases max. HP and holy defense."
msgstr ""
#. (itstool) path: set/skill@name
-#: skills.xml:25
-msgid "Magic shield"
+#: skills.xml:26
+msgid "HP Recovery"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:25
-msgid "Allow protect from magic attacks."
+#: skills.xml:26
+msgid "Increases HP recovery while standing."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:33
+msgid "SP Recovery"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:33
+msgid "Increases SP recovery while standing."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:39
+msgid "Free Cast"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:39
+msgid "Allows movement and attack actions while casting a spell."
msgstr ""
#. (itstool) path: skills/set@name
-#: skills.xml:27
-msgid "Offensive"
+#: skills.xml:41
+msgid "Physical"
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:47
+msgid "Mallard's Eye"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:34
-msgid "A violent punch."
+#: skills.xml:47
+msgid "Increases the attack range when using a bow."
msgstr ""
#. (itstool) path: set/skill@name
-#: skills.xml:45 skills.xml:67
+#: skills.xml:55
+msgid "Charged Shot"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:55
+msgid "Increases bow attack rate. Pushes back the target."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:62
+msgid "Arrow Shower"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:62
+msgid "3x3 splash attack. Pushes back the hitten enemies."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:69
+msgid "Sharp Shooter"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:69
+msgid "The arrow hits all enemies in a 3-tile wide corridor on its way."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:76
+msgid "Mammonite"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:76
+msgid "Increases attack speed by spending Esperin."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:83
+msgid "Sudden Attack"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:83
+msgid "Makes you jump to your target and attack immediately."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:91
+msgid "Meteor Assault"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:91
+msgid "5x5 splash attack around the caster. Causes status changes on enemies."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:98
+msgid "Counterattack"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:98
+msgid ""
+"The character awaits an attack and cannot move. If attacked from front in "
+"that phase, it counterattacks with doubled crit rate."
+msgstr ""
+
+#. #-#-#-#-# skills.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: set/skill@name
+#. #-#-#-#-# status-effects.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: status-effects/status-effect@name
+#: skills.xml:105 status-effects.xml:129
+msgid "Nature Weapon"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:105
+msgid "Enchants a weapon with nature element."
+msgstr ""
+
+#. #-#-#-#-# skills.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: set/skill@name
+#. #-#-#-#-# status-effects.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: status-effects/status-effect@name
+#: skills.xml:112 status-effects.xml:119
+msgid "Fire Weapon"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:112
+msgid "Enchants your weapon with the fire element."
+msgstr ""
+
+#. #-#-#-#-# skills.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: set/skill@name
+#. #-#-#-#-# status-effects.pot (PACKAGE VERSION) #-#-#-#-#
+#. (itstool) path: status-effects/status-effect@name
+#: skills.xml:119 status-effects.xml:124
+msgid "Frost Weapon"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:119
+msgid "Enchants your weapon with the water element."
+msgstr ""
+
+#. (itstool) path: skills/set@name
+#: skills.xml:121
+msgid "Magical"
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:128
+msgid "Accumulate Magic Power"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:128
+msgid "Increases MATK for your next spell."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:136
+msgid "Poison"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:136
+msgid "An attack with increased damage and a chance to poison your enemy."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:144
+msgid "Soul Strike"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:144
+msgid "Standard magical strike."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:152
+msgid "Napalm Beat"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:152
+msgid ""
+"Hits enemies in a 3x3 area around the target. Total damage is split between "
+"affected targets."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:159
+msgid "Lightning Bolt"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:159
+msgid "Hits the enemy with a single lightning bolt."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:166
+msgid "Nature Wall"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:166
+msgid "Creates a thorn wall between the caster and the target."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:175
+msgid "Fire Arrow"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:175
+msgid "Hits the enemy with a single fire bolt."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:186
msgid "Fire Ball"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:45 skills.xml:67
-msgid "Attack enemy with fireball."
+#: skills.xml:186
+msgid "Hits every enemy in a 5x5 area around the target with a fireball."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:193
+msgid "Fire Walk"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:193
+msgid ""
+"Generates fire under your feet, leaving a trail of fire element damage zones."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:203
+msgid "Cold Touch"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:203
+msgid "Sends a water dart on your foe."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:213
+msgid "Frost Diver"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:213
+msgid ""
+"Hits a single enemy with water element attack. Has a chance to freeze "
+"enemies."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:220
+msgid "Frost Nova"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:220
+msgid ""
+"Hits every enemy in a 5x5 area around the caster with water element attack. "
+"Has a chance to freeze enemies."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:227
+msgid "Holy Light"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:227
+msgid "A single harmonic energy hit."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:236
+msgid "Detoxify"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:236
+msgid "Cures poison on target."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:243
+msgid "Full Throttle"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:243
+msgid ""
+"Boosts all stats, recovers HP and increased movement speed. After ending of "
+"skill duration, you will have reduced speed and no natural HP/SP recovery "
+"for a while."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:250
+msgid "Trick Dead"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:250
+msgid ""
+"You pretend to be dead. Monsters will not target you, but you can't recover "
+"HP or SP."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:257
+msgid "Backsliding"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:257
+msgid "Moves you backwards 5 cells."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:264
+msgid "Wind Walker"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:264
+msgid "Increases movement speed at 2% per skill level."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:270
+msgid "Backpack Floating"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:270
+msgid "Improves maximum weight limit."
msgstr ""
#. (itstool) path: set/skill@name
-#: skills.xml:56
+#: skills.xml:279
msgid "Healing"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:56
+#: skills.xml:279
msgid "Heals you or one of your comrades."
msgstr ""
+#. (itstool) path: set/skill@name
+#: skills.xml:288
+msgid "High Healing"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:288
+msgid "Heals a target for much more than the basic Heal skill."
+msgstr ""
+
#. (itstool) path: skills/set@name
-#: skills.xml:69
-msgid "Other"
+#: skills.xml:290
+msgid "(Un)social"
msgstr ""
#. (itstool) path: set/skill@name
-#: skills.xml:76
-msgid "Heal"
+#: skills.xml:298 skills.xml:349
+msgid "Basic"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:76
-msgid "Provides a bit of health to you, and to one of your friends."
+#: skills.xml:298
+msgid "Allow do basic things like sitting, smiling or trading."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:305
+msgid "Provoke"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:305
+msgid "Lowers the enemies defense while increasing their attack."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:312
+msgid "Mass Provoke"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:312
+msgid ""
+"Provokes every monster around the target (mouse-centered) to attack the "
+"caster. Buggy."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:319
+msgid "Stealing"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:319
+msgid "Provides a chance to steal drops from enemies."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:326
+msgid "Barter"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:326
+msgid "Allows to sell items at increased prices."
+msgstr ""
+
+#. (itstool) path: skills/set@name
+#: skills.xml:328
+msgid "ODT-Passive"
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:334
+msgid "Sword Mastery"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:334
+msgid "Improves your damage when using dagger- or sword-type weapons."
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:340
+msgid "2-Hand Mastery"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:340
+msgid "Improves your damage when using two-hand weapons."
+msgstr ""
+
+#. (itstool) path: skills/set@name
+#: skills.xml:342
+msgid "ODT-Offensive"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:349
+msgid "A violent punch."
+msgstr ""
+
+#. (itstool) path: skills/set@name
+#: skills.xml:351
+msgid "Others"
+msgstr ""
+
+#. (itstool) path: set/skill@name
+#: skills.xml:358
+msgid "Magic shield"
+msgstr ""
+
+#. (itstool) path: set/skill@description
+#: skills.xml:358
+msgid "Allow protect from magic attacks."
msgstr ""
#. #-#-#-#-# skills.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: set/skill@name
#. #-#-#-#-# skillunits.pot (PACKAGE VERSION) #-#-#-#-#
#. (itstool) path: skillunits/skillunit@name
-#: skills.xml:81 skillunits.xml:19
+#: skills.xml:364 skillunits.xml:19
msgid "Grafiti"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:81
+#: skills.xml:364
msgid "Draw text on ground."
msgstr ""
-#. (itstool) path: skills/set@name
-#: skills.xml:83
-msgid "Restricted"
-msgstr ""
-
#. (itstool) path: set/skill@name
-#: skills.xml:88
+#: skills.xml:370
msgid "Super Menu"
msgstr ""
#. (itstool) path: set/skill@description
-#: skills.xml:88
+#: skills.xml:370
msgid "Gives access to all debug and administrative options"
msgstr ""
@@ -5612,12 +9929,17 @@ msgid "Dimension door"
msgstr ""
#. (itstool) path: skillunits/skillunit@name
-#: skillunits.xml:38
-msgid "Wall of thorn 1"
+#: skillunits.xml:33
+msgid "Severe rainstorm"
msgstr ""
#. (itstool) path: skillunits/skillunit@name
#: skillunits.xml:42
+msgid "Wall of thorn 1"
+msgstr ""
+
+#. (itstool) path: skillunits/skillunit@name
+#: skillunits.xml:46
msgid "Hells plant"
msgstr ""
@@ -5927,351 +10249,351 @@ msgid "post delay"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:121
+#: status-effects.xml:136
msgid "lk concentration"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:125
+#: status-effects.xml:140
msgid "cart boost"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:130
+#: status-effects.xml:145
msgid "bleeding"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:134
+#: status-effects.xml:149
msgid "run"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:138
+#: status-effects.xml:153
msgid "ting"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:142
+#: status-effects.xml:157
msgid "inc str"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:148
+#: status-effects.xml:163
msgid "hide"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:152
+#: status-effects.xml:167
msgid "cash plus exp"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:159
+#: status-effects.xml:174
msgid "heal s"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:166
+#: status-effects.xml:181
msgid "heal l"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:170
+#: status-effects.xml:185
msgid "stasis"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:174
+#: status-effects.xml:189
msgid "camouflage"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:178
+#: status-effects.xml:193
msgid "sphere 1"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:182
+#: status-effects.xml:197
msgid "sphere 2"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:186
+#: status-effects.xml:201
msgid "sphere 3"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:190
+#: status-effects.xml:205
msgid "sphere 4"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:194
+#: status-effects.xml:209
msgid "sphere 5"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:203
+#: status-effects.xml:218
msgid "invisibility"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:207
+#: status-effects.xml:222
msgid "cloud kill"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:214
+#: status-effects.xml:229
msgid "heal g"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:218
+#: status-effects.xml:233
msgid "sit"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:225
+#: status-effects.xml:240
msgid "heal m"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:230
+#: status-effects.xml:245
msgid "cart"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:234
+#: status-effects.xml:249
msgid "equip arrows"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:238
+#: status-effects.xml:253
msgid "clan info"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:242
+#: status-effects.xml:257
msgid "swords clan"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:246
+#: status-effects.xml:261
msgid "archwand clan"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:250
+#: status-effects.xml:265
msgid "golden mace clan"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:254
+#: status-effects.xml:269
msgid "cross bow clan"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:258
+#: status-effects.xml:273
msgid "daily send mail count"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:265
+#: status-effects.xml:282
msgid "spell-protection"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:271
+#: status-effects.xml:293
msgid "sight"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:276
+#: status-effects.xml:298
msgid "cart 1"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:286
+#: status-effects.xml:308
msgid "invisible"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:291
+#: status-effects.xml:313
msgid "cart 2"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:296
+#: status-effects.xml:318
msgid "cart 3"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:301
+#: status-effects.xml:323
msgid "cart 4"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:306
+#: status-effects.xml:328
msgid "cart 5"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:311
+#: status-effects.xml:333
msgid "orcish"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:316
+#: status-effects.xml:338
msgid "wedding"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:321
+#: status-effects.xml:343
msgid "ruwach"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:326
+#: status-effects.xml:348
msgid "chase walk"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:331
+#: status-effects.xml:353
msgid "flying"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:336
+#: status-effects.xml:358
msgid "xmas"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:341
+#: status-effects.xml:363
msgid "transform"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:346
+#: status-effects.xml:368
msgid "summer"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:351
+#: status-effects.xml:373
msgid "dragon 1"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:356
+#: status-effects.xml:378
msgid "wug"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:361
+#: status-effects.xml:383
msgid "wug rider"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:366
+#: status-effects.xml:388
msgid "mado gear"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:371
+#: status-effects.xml:393
msgid "dragon 2"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:376
+#: status-effects.xml:398
msgid "dragon 3"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:381
+#: status-effects.xml:403
msgid "dragon 4"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:386
+#: status-effects.xml:408
msgid "dragon 5"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:391
+#: status-effects.xml:413
msgid "hanbok"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:396
+#: status-effects.xml:418
msgid "oktoberfest"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:402 status-effects.xml:422
+#: status-effects.xml:424 status-effects.xml:444
msgid "stone"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:407
+#: status-effects.xml:429
msgid "freeze"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:412
+#: status-effects.xml:434
msgid "stun"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:417
+#: status-effects.xml:439
msgid "sleep"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:427
+#: status-effects.xml:449
msgid "burning"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:432
+#: status-effects.xml:454
msgid "imprison"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:437
+#: status-effects.xml:459
msgid "crystalize"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:446
+#: status-effects.xml:468
msgid "poison"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:451
+#: status-effects.xml:473
msgid "curse"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:456
+#: status-effects.xml:478
msgid "silence"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:461
+#: status-effects.xml:483
msgid "signum crucis"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:466
+#: status-effects.xml:488
msgid "blind"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:471
+#: status-effects.xml:493
msgid "dpoison"
msgstr ""
#. (itstool) path: status-effects/status-effect@name
-#: status-effects.xml:476
+#: status-effects.xml:498
msgid "fear"
msgstr ""
diff --git a/lang_client/fetch.py b/lang_client/fetch.py
index 2fb7d4f..605acfc 100755
--- a/lang_client/fetch.py
+++ b/lang_client/fetch.py
@@ -53,6 +53,6 @@ for i in langs:
print("Fetching %s..." %(i))
t.get_translation(project, 'clientdata', i, '../../client-data/translations/'+str(i)+'.po')
- print("Fetching %s dict..." %(i))
- t.get_translation(project, 'clientdata-dict', i, '../../client-data/translations/dict/'+str(i)+'.po')
+ #print("Fetching %s dict..." %(i))
+ #t.get_translation(project, 'clientdata-dict', i, '../../client-data/translations/dict/'+str(i)+'.po')