From b9db1a08430984cb600d09c65be66e63d647e1fb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 13 Dec 2020 15:08:45 -0300 Subject: Transifex move (techinical details) --- lang/fetch.py | 48 + lang/out/en.pot | 47168 +------------------------------------ lang/serverdata.pot | 47169 ++++++++++++++++++++++++++++++++++++++ lang/updatelang.py | 1 + lang_client/clientdata-beta.pot | 6268 +---- lang_client/clientdata.pot | 6277 +++++ lang_client/createpots.sh | 2 +- lang_client/fetch.py | 58 + 8 files changed, 53562 insertions(+), 53429 deletions(-) create mode 100755 lang/fetch.py create mode 100644 lang/serverdata.pot create mode 100644 lang_client/clientdata.pot create mode 100755 lang_client/fetch.py diff --git a/lang/fetch.py b/lang/fetch.py new file mode 100755 index 0000000..67c667f --- /dev/null +++ b/lang/fetch.py @@ -0,0 +1,48 @@ +#! /usr/bin/env python2.7 +# -*- coding: utf8 -*- +# +# Copyright (C) 2018 TMW-2 +# Author: Jesusalva + +from transifex.api import TransifexAPI + +project='tmw' + +# Load credentials from login.txt and password.txt +login=open('login.txt', 'r') +for i in login: + username=i.replace('\n', '').replace('\r', '') + +login.close() + +passw=open('password.txt', 'r') +for i in passw: + password=i.replace('\n', '').replace('\r', '') + +passw.close() + +t=TransifexAPI(username, password, 'https://www.transifex.com') + +if (not t.ping): + print("ERROR: Ping failed, this may be due incorrect username/password in login.txt and password.txt. Ensure there is NO newline at the end of file.") + exit(1) + +if (not t.project_exists(project)): + print("ERROR: Invalid project name") + exit(1) + +# Load languages +langs=[] +vcx=open("../../server-data/langs/langs.txt", "r") +for i in vcx: + if i != "en": + langs.append(i.replace('\n', '')) +vcx.close() + +# Fetch all translations and record them at in/ +for i in langs: + if i not in ['en']: + print("Fetching %s..." %(i)) + t.get_translation(project, 'serverdata', i, 'in/'+str(i)+'.po') + + diff --git a/lang/out/en.pot b/lang/out/en.pot index 50bb1f1..3448e49 100644 --- a/lang/out/en.pot +++ b/lang/out/en.pot @@ -1,47169 +1,13 @@ -# Copyright (C) 2010-2014 Evol Online -# - msgid "" msgstr "" -"Project-Id-Version: EvolOnline\n" +"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 \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. code: 915: BLvl: %d | Job: %s (Lvl: %d) -#: conf/messages.conf:739 -msgid " BLvl: %d | Job: %s (Lvl: %d)" -msgstr "" - -#. code: 916: Party: '%s' | Guild: '%s' -#: conf/messages.conf:740 -msgid " Party: '%s' | Guild: '%s'" -msgstr "" - -#. code: 1115: Users: %d/%d | Password: %s | Public: %s -#: conf/messages.conf:984 -msgid " Users: %d/%d | Password: %s | Public: %s" -msgstr "" - -#. code: 297: ). -#: conf/messages.conf:308 -msgid " )." -msgstr "" - -#. code: 985: ). -#: conf/messages.conf:781 -msgid " )." -msgstr "" - -#. code: 902: @send {}* -#: conf/messages.conf:716 -msgid " @send {}*" -msgstr "" - -#. code: 901: @send len -#: conf/messages.conf:715 -msgid " @send len " -msgstr "" - -#. code: 903: Value: or S"" -#: conf/messages.conf:717 -msgid " Value: or S\"\"" -msgstr "" - -#. code: 1281: - Available in shops only. -#: conf/messages.conf:1295 -msgid " - Available in shops only." -msgstr "" - -#. code: 1287: - Common mobs with highest drop chance (only max %d are listed): -#: conf/messages.conf:1303 -msgid " - Common mobs with highest drop chance (only max %d are listed):" -msgstr "" - -#. code: 1286: - Item is not dropped by any mobs. -#: conf/messages.conf:1302 -msgid " - Item is not dropped by any mobs." -msgstr "" - -#. code: 1282: - Maximal monsters drop chance: %02.02f%% -#: conf/messages.conf:1296 -msgid " - Maximal monsters drop chance: %02.02f%%" -msgstr "" - -#. code: 1283: - Monsters don't drop this item. -#: conf/messages.conf:1297 -msgid " - Monsters don't drop this item." -msgstr "" - -#. code: 372: -- Duel has been created (Use @invite/@leave) -- -#: conf/messages.conf:387 -msgid " -- Duel has been created (Use @invite/@leave) --" -msgstr "" - -#. code: 371: -- Duels: %d/%d, Members: %d/%d -- -#: conf/messages.conf:386 -msgid " -- Duels: %d/%d, Members: %d/%d --" -msgstr "" - -#. code: 370: -- Duels: %d/%d, Members: %d/%d, Max players: %d -- -#: conf/messages.conf:385 -msgid " -- Duels: %d/%d, Members: %d/%d, Max players: %d --" -msgstr "" - -#. code: 377: -- Player %s has rejected the duel -- -#: conf/messages.conf:392 -msgid " -- Player %s has rejected the duel --" -msgstr "" - -#. code: 373: -- Player %s invites %s to duel -- -#: conf/messages.conf:388 -msgid " -- Player %s invites %s to duel --" -msgstr "" - -#. code: 1352: -> (card(s): -#: conf/messages.conf:1409 -msgid " -> (card(s):" -msgstr "" - -#. code: 1350: -> (crafted item, creator id: %u, star crumbs %d, element %d) -#: conf/messages.conf:1407 -msgid " -> (crafted item, creator id: %u, star crumbs %d, element %d)" -msgstr "" - -#. code: 1348: -> (pet egg, pet id: %u, named) -#: conf/messages.conf:1405 -msgid " -> (pet egg, pet id: %u, named)" -msgstr "" - -#. code: 1349: -> (pet egg, pet id: %u, unnamed) -#: conf/messages.conf:1406 -msgid " -> (pet egg, pet id: %u, unnamed)" -msgstr "" - -#. code: 1351: -> (produced item, creator id: %u) -#: conf/messages.conf:1408 -msgid " -> (produced item, creator id: %u)" -msgstr "" - -#. code: 376: -> Player %s has accepted the duel -- -#: conf/messages.conf:391 -msgid " -> Player %s has accepted the duel --" -msgstr "" - -#. code: 375: <- Player %s has left the duel -- -#: conf/messages.conf:390 -msgid " <- Player %s has left the duel --" -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!\"" -msgstr "" - -#. code: 1244: ATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d) -#: conf/messages.conf:1234 -msgid " ATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d)" -msgstr "" - -#. code: 1291: ATK:%d~%d MATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d) -#: conf/messages.conf:1311 -msgid " ATK:%d~%d MATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d)" -msgstr "" - -#. code: 1243: DEF:%d MDEF:%d STR:%d AGI:%d VIT:%d INT:%d DEX:%d LUK:%d -#: conf/messages.conf:1233 -msgid " DEF:%d MDEF:%d STR:%d AGI:%d VIT:%d INT:%d DEX:%d LUK:%d" -msgstr "" - -#. code: 1245: Drops: -#: conf/messages.conf:1235 -msgid " Drops:" -msgstr "" - -#. code: 1242: Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d -#: conf/messages.conf:1232 -msgid " Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d" -msgstr "" - -#. code: 1247: MVP Bonus EXP:%u -#: conf/messages.conf:1237 -msgid " MVP Bonus EXP:%u" -msgstr "" - -#. code: 1248: MVP Items: -#: conf/messages.conf:1238 -msgid " MVP Items:" -msgstr "" - -#. code: 225: and %d second -#: conf/messages.conf:234 -msgid " and %d second" -msgstr "" - -#. code: 226: and %d seconds -#: conf/messages.conf:235 -msgid " and %d seconds" -msgstr "" - -#. code: 1333: | equipped: -#: conf/messages.conf:1390 -msgid " | equipped:" -msgstr "" - -#. code: l("@@, I like this name!", strcharinfo(0)), -#: npc/001-2-19/lloyd.txt~:76 -#: npc/001-2-19/lloyd.txt:76 -#, no-c-format -msgid "\"@@\", I like this name!" -msgstr "" - -#. code: 1197: "@alootid reset" will clear your autolootitem list. -#: conf/messages.conf:1144 -msgid "\"@alootid reset\" will clear your autolootitem list." -msgstr "" - -#. code: l("Asparagus with Hollondaise? What's that?"), -#: npc/008-1/snarfles.txt:27 -#: npc/008-1/snarfles.txt~:27 -#, no-c-format -msgid "\"Asparagus with Hollondaise\"? What's that?" -msgstr "" - -#. code: mesc l("Bring me something NEW, revolutionary, to make a sandwich out of it."); -#: npc/012-1/tiki.txt~:73 -#: npc/012-1/tiki.txt:73 -#, no-c-format -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~:242 -#, no-c-format -msgid "\"Deleting this char may (read: will) destroy the Legacy data associated to it!!\"" -msgstr "" - -#. code: l("Mister Piou, good day to you."), -#: npc/001-2-6/books.txt:20 -#: npc/001-2-6/books.txt~:20 -#, no-c-format -msgid "\"Mister Piou, good day to you." -msgstr "" - -#. code: l("My good Sir,"), -#: npc/001-2-6/books.txt:30 -#: npc/001-2-6/books.txt~:30 -#, no-c-format -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:236 -#, 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~:230 -#, no-c-format -msgid "\"You will forsake items, quests and experience from the tuto-- %s from my whole crew and whatnot.\"" -msgstr "" - -#. code: mes l("##9 777: @@.", getitemlink(.itemid)); -#: npc/functions/casino.txt:58 -#: npc/functions/casino.txt~:58 -#, no-c-format -msgid "##9 777: @@." -msgstr "" - -#. code: mes l("##BHall Of AFK: TOP 10##b"); -#: npc/functions/scoreboards.txt:144 -#: npc/functions/scoreboards.txt~:144 -#, no-c-format -msgid "##BHall Of AFK: TOP 10##b" -msgstr "" - -#. code: mes l("##BHall Of Acorns: TOP15##b"); -#: npc/functions/scoreboards.txt~:83 -#: npc/functions/scoreboards.txt:83 -#, no-c-format -msgid "##BHall Of Acorns: TOP15##b" -msgstr "" - -#. code: mes l("##BHall Of Artis Legion Training Arena: TOP10##b"); -#: npc/functions/scoreboards.txt:127 -#: npc/functions/scoreboards.txt~:127 -#, no-c-format -msgid "##BHall Of Artis Legion Training Arena: TOP10##b" -msgstr "" - -#. code: mes l("##BHall Of Fortune: TOP15##b"); -#: npc/functions/scoreboards.txt:20 -#: npc/functions/scoreboards.txt~:20 -#, no-c-format -msgid "##BHall Of Fortune: TOP15##b" -msgstr "" - -#. code: mes l("##BHall Of Guild Level: TOP5##b"); -#: npc/functions/scoreboards.txt:9 -#: npc/functions/scoreboards.txt~:9 -#, no-c-format -msgid "##BHall Of Guild Level: TOP5##b" -msgstr "" - -#. code: mes l("##BHall Of Job Level: TOP15##b"); -#: npc/functions/scoreboards.txt~:62 -#: npc/functions/scoreboards.txt:62 -#, no-c-format -msgid "##BHall Of Job Level: TOP15##b" -msgstr "" - -#. code: mes l("##BHall Of Lethality: TOP15##b"); -#: npc/functions/scoreboards.txt:105 -#: npc/functions/scoreboards.txt~:105 -#, no-c-format -msgid "##BHall Of Lethality: TOP15##b" -msgstr "" - -#. code: mes l("##BHall Of Level: TOP15##b"); -#: npc/functions/scoreboards.txt:41 -#: npc/functions/scoreboards.txt~:41 -#, no-c-format -msgid "##BHall Of Level: TOP15##b" -msgstr "" - -#. code: mes(l("##BWARNING:##b you are about to permanently empty the quote database.")); -#: npc/008-1/confused-tree.txt:34 -#: npc/008-1/confused-tree.txt~:34 -#, no-c-format -msgid "##BWARNING:##b you are about to permanently empty the quote database." -msgstr "" - -#. code: 897: #%s '%s' joined -#: conf/messages.conf:705 -msgid "#%s '%s' joined" -msgstr "" - -#. code: 898: #%s '%s' left -#: conf/messages.conf:706 -msgid "#%s '%s' left" -msgstr "" - -#. code: assert(l("% 10s", "test") == " test", "% 10s, test"); -#: npc/test/test1.txt:122 -#, 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:118 -#, 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 -#, no-c-format -msgid "%%" -msgstr "" - -#. code: mesn "%%@"; -#: npc/functions/casino.txt~:39 -#: npc/functions/casino.txt:39 -#, no-c-format -msgid "%%@" -msgstr "" - -#. code: mesn "%%A"; -#: npc/functions/casino.txt:18 -#: npc/functions/casino.txt~:18 -#, no-c-format -msgid "%%A" -msgstr "" - -#. code: mesn "%%B"; -#: npc/functions/casino.txt:21 -#: npc/functions/casino.txt~:21 -#, no-c-format -msgid "%%B" -msgstr "" - -#. code: mesn "%%C"; -#: npc/functions/casino.txt~:24 -#: npc/functions/casino.txt:24 -#, no-c-format -msgid "%%C" -msgstr "" - -#. code: mesn "%%D"; -#: npc/functions/casino.txt:27 -#: npc/functions/casino.txt~:27 -#, no-c-format -msgid "%%D" -msgstr "" - -#. code: mesn "%%E"; -#: npc/functions/casino.txt:30 -#: npc/functions/casino.txt~:30 -#, no-c-format -msgid "%%E" -msgstr "" - -#. code: mesn "%%F"; -#: npc/functions/casino.txt:33 -#: npc/functions/casino.txt~:33 -#, no-c-format -msgid "%%F" -msgstr "" - -#. code: l("%%i"); -#: npc/012-1/crasmande.txt:11 -#: npc/012-1/crasmande.txt~:11 -#, no-c-format -msgid "%%i" -msgstr "" - -#. code: assert(l("%+5d", 6) == " +6", "%+5d, 6"); -#. code: assert(l("%+5d", -6) == " -6", "%+5d, -6"); -#: npc/test/test1.txt:113 -#: npc/test/test1.txt:114 -#, no-c-format -msgid "%+5d" -msgstr "" - -#. code: assert(l("%-10s", "test") == "test ", "%-10s, test"); -#: npc/test/test1.txt:123 -#, 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 -#, 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:119 -#: npc/test/test1.txt:120 -#, no-c-format -msgid "%05d" -msgstr "" - -#. code: assert(l("%10s", "test") == " test", "%10s, test"); -#: npc/test/test1.txt:121 -#, 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:111 -#: npc/test/test1.txt:112 -#, no-c-format -msgid "%5d" -msgstr "" - -#. code: 171: %d - void -#: conf/messages.conf:191 -msgid "%d - void" -msgstr "" - -#. code: 152: %d GMs found. -#: conf/messages.conf:172 -msgid "%d GMs found." -msgstr "" - -#. code: 274: %d commands found. -#: conf/messages.conf:283 -msgid "%d commands found." -msgstr "" - -#. code: 219: %d day -#: conf/messages.conf:228 -msgid "%d day" -msgstr "" - -#. code: 220: %d days -#: conf/messages.conf:229 -msgid "%d days" -msgstr "" - -#. code: 221: %d hour -#: conf/messages.conf:230 -msgid "%d hour" -msgstr "" - -#. code: 222: %d hours -#: conf/messages.conf:231 -msgid "%d hours" -msgstr "" - -#. code: 1354: %d item(s) found in %d %s slots. -#: conf/messages.conf:1411 -msgid "%d item(s) found in %d %s slots." -msgstr "" - -#. code: 113: %d item(s) removed by a GM. -#: conf/messages.conf:134 -msgid "%d item(s) removed by a GM." -msgstr "" - -#. code: 114: %d item(s) removed from the player. -#: conf/messages.conf:135 -msgid "%d item(s) removed from the player." -msgstr "" - -#. code: 115: %d item(s) removed. Player had only %d on %d items. -#: conf/messages.conf:136 -msgid "%d item(s) removed. Player had only %d on %d items." -msgstr "" - -#. code: 1502: %d items are dropped (%d skipped)! -#: conf/messages.conf:1622 -msgid "%d items are dropped (%d skipped)!" -msgstr "" - -#. code: 168: %d items have been refined. -#: conf/messages.conf:188 -msgid "%d items have been refined." -msgstr "" - -#. code: 223: %d minute -#: conf/messages.conf:232 -msgid "%d minute" -msgstr "" - -#. code: 224: %d minutes -#: conf/messages.conf:233 -msgid "%d minutes" -msgstr "" - -#. code: 240: %d monster(s) summoned! -#: conf/messages.conf:249 -msgid "%d monster(s) summoned!" -msgstr "" - -#. code: 56: %d players found in map '%s'. -#: conf/messages.conf:83 -msgid "%d players found in map '%s'." -msgstr "" - -#. code: 30: %d players found. -#: conf/messages.conf:57 -msgid "%d players found." -msgstr "" - -#. code: 79: %d results found. -#: conf/messages.conf:101 -msgid "%d results found." -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:91 -#, no-c-format -msgid "%d%%" -msgstr "" - -#. code: 1000: %d: Accessory (Left) -#: conf/messages.conf:813 -msgid "%d: Accessory (Left)" -msgstr "" - -#. code: 1004: %d: Accessory (Right) -#: conf/messages.conf:817 -msgid "%d: Accessory (Right)" -msgstr "" - -#. code: 1001: %d: Body Armor -#: conf/messages.conf:814 -msgid "%d: Body Armor" -msgstr "" - -#. code: 1506: %d: Costume Garment -#: conf/messages.conf:1628 -msgid "%d: Costume Garment" -msgstr "" - -#. code: 1505: %d: Costume Headgear (Low) -#: conf/messages.conf:1627 -msgid "%d: Costume Headgear (Low)" -msgstr "" - -#. code: 1504: %d: Costume Headgear (Mid) -#: conf/messages.conf:1626 -msgid "%d: Costume Headgear (Mid)" -msgstr "" - -#. code: 1503: %d: Costume Headgear (Top) -#: conf/messages.conf:1625 -msgid "%d: Costume Headgear (Top)" -msgstr "" - -#. code: 999: %d: Garment -#: conf/messages.conf:812 -msgid "%d: Garment" -msgstr "" - -#. code: 1002: %d: Hand (Left) -#: conf/messages.conf:815 -msgid "%d: Hand (Left)" -msgstr "" - -#. code: 998: %d: Hand (Right) -#: conf/messages.conf:811 -msgid "%d: Hand (Right)" -msgstr "" - -#. code: 997: %d: Headgear (Low) -#: conf/messages.conf:810 -msgid "%d: Headgear (Low)" -msgstr "" - -#. code: 1006: %d: Headgear (Mid) -#: conf/messages.conf:819 -msgid "%d: Headgear (Mid)" -msgstr "" - -#. code: 1005: %d: Headgear (Top) -#: conf/messages.conf:818 -msgid "%d: Headgear (Top)" -msgstr "" - -#. code: 1514: %d: Refine All Equip (Costume) -#: conf/messages.conf:1636 -msgid "%d: Refine All Equip (Costume)" -msgstr "" - -#. code: 1513: %d: Refine All Equip (General) -#: conf/messages.conf:1635 -msgid "%d: Refine All Equip (General)" -msgstr "" - -#. code: 1515: %d: Refine All Equip (Shadow) -#: conf/messages.conf:1637 -msgid "%d: Refine All Equip (Shadow)" -msgstr "" - -#. code: 1512: %d: Shadow Accessory (Left) -#: conf/messages.conf:1634 -msgid "%d: Shadow Accessory (Left)" -msgstr "" - -#. code: 1511: %d: Shadow Accessory (Right) -#: conf/messages.conf:1633 -msgid "%d: Shadow Accessory (Right)" -msgstr "" - -#. code: 1507: %d: Shadow Armor -#: conf/messages.conf:1629 -msgid "%d: Shadow Armor" -msgstr "" - -#. code: 1509: %d: Shadow Shield -#: conf/messages.conf:1631 -msgid "%d: Shadow Shield" -msgstr "" - -#. code: 1510: %d: Shadow Shoes -#: conf/messages.conf:1632 -msgid "%d: Shadow Shoes" -msgstr "" - -#. code: 1508: %d: Shadow Weapon -#: conf/messages.conf:1630 -msgid "%d: Shadow Weapon" -msgstr "" - -#. code: 1003: %d: Shoes -#: conf/messages.conf:816 -msgid "%d: Shoes" -msgstr "" - -#. code: assert(l("%s") == "%s", "%s"); -#. code: assert(l("%s", "") == "", "%s, "); -#: npc/test/test1.txt:89 -#: npc/test/test1.txt:88 -#, 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 -#, 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:92 -#, no-c-format -msgid "%s %s %s" -msgstr "" - -#. code: l("%s %s allows you to send a private message to the player. if [name] contains spaces, it must be enclosed in quotation marks.", b("/whisper"),l("[name]")), -#: npc/001-2-5/tutorial.txt:217 -#, no-c-format -msgid "%s %s allows you to send a private message to the player. if [name] contains spaces, it must be enclosed in quotation marks." -msgstr "" - -#. code: mesc l("%s %s will require:", .@learn$, getskillname(.@ski)); -#: npc/config/magic.txt:165 -#: npc/config/magic.txt~:165 -#, no-c-format -msgid "%s %s will require:" -msgstr "" - -#. code: 882: %s : %s !! -#: conf/messages.conf:688 -msgid "%s : %s !!" -msgstr "" - -#. code: 386: %s :Main: %s -#: conf/messages.conf:395 -msgid "%s :Main: %s" -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 -msgid "%s People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you." -msgstr "" - -#. code: l("%s allows you to change game language, anytime, anywhere.", b("@lang")), -#: npc/001-2-5/tutorial.txt:224 -#, no-c-format -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 -#, no-c-format -msgid "%s and %s will show this informative and absurdely big tutorial book." +msgid "Translations were moved to transifex.com/arctic-games/tmw/" msgstr "" - -#. code: l("%s clears the text box.", b("/clear")), -#: npc/001-2-5/tutorial.txt:216 -#, no-c-format -msgid "%s clears the text box." -msgstr "" - -#. code: 1376: %s data type is not supported :%u -#: conf/messages.conf:1443 -msgid "%s data type is not supported :%u" -msgstr "" - -#. 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 -#, no-c-format -msgid "%s determines how many blows you can take before you die. It also affects status effects, like poison." -msgstr "" - -#. code: dispbottom l("%s disembarks at Argaes.", strcharinfo(0)); -#: npc/marine-2/main.txt:43 -#, no-c-format -msgid "%s disembarks at Argaes." -msgstr "" - -#. code: dispbottom l("%s disembarks at Artis.", strcharinfo(0)); -#: npc/marine-2/main.txt:35 -#, no-c-format -msgid "%s disembarks at Artis." -msgstr "" - -#. code: dispbottom l("%s disembarks at Candor.", strcharinfo(0)); -#: npc/marine-2/main.txt:30 -#, no-c-format -msgid "%s disembarks at Candor." -msgstr "" - -#. code: dispbottom l("%s disembarks at Hurnscald.", strcharinfo(0)); -#: npc/marine-2/main.txt:25 -#, no-c-format -msgid "%s disembarks at Hurnscald." -msgstr "" - -#. code: dispbottom l("%s disembarks at Tulimshar.", strcharinfo(0)); -#: npc/marine-2/main.txt:20 -#, no-c-format -msgid "%s disembarks at Tulimshar." -msgstr "" - -#. code: l("%s displays amount of currently connected players.", b("/who")), -#: npc/001-2-5/tutorial.txt:218 -#, no-c-format -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 -#, 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 -#, no-c-format -msgid "%s examines the ticket." -msgstr "" - -#. code: l("%s explains how to use all client commands.", b("/help")), -#: npc/001-2-5/tutorial.txt:221 -#, no-c-format -msgid "%s explains how to use all client commands." -msgstr "" - -#. code: 1404: %s failed -#: conf/messages.conf:1499 -msgid "%s failed" -msgstr "" - -#. code: 154: %s failed. -#: conf/messages.conf:174 -msgid "%s failed." -msgstr "" - -#. code: 1389: %s failed. Player not found. -#: conf/messages.conf:1464 -msgid "%s failed. Player not found." -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." -msgstr "" - -#. code: mesc l("%s gives you a piece of paper, which you put on a different pocket."); -#: npc/001-2-39/qanon.txt~:113 -#: npc/001-2-39/qanon.txt:113 -#, no-c-format -msgid "%s gives you a piece of paper, which you put on a different pocket." -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:50 -#: npc/020-2-24/kylian.txt~:50 -#, 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 hands you a very heavy suitcase.", .name$); -#: npc/020-1/adrian.txt~:34 -#: npc/020-1/adrian.txt:32 -#, no-c-format -msgid "%s hands you a very heavy suitcase." -msgstr "" - -#. code: 265: %s has bought your item(s). -#: conf/messages.conf:274 -msgid "%s has bought your item(s)." -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"))), -#: npc/001-2-5/tutorial.txt:81 -#, no-c-format -msgid "%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." -msgstr "" - -#. code: 402: %s in jail for %d years, %d months, %d days, %d hours and %d minutes -#: conf/messages.conf:410 -msgid "%s in jail for %d years, %d months, %d days, %d hours and %d minutes" -msgstr "" - -#. code: 153: %s is Unknown Command. -#: conf/messages.conf:173 -msgid "%s is Unknown Command." -msgstr "" - -#. code: 1375: %s is empty -#: conf/messages.conf:1442 -msgid "%s is empty" -msgstr "" - -#. code: 894: %s is in autotrade mode and cannot receive whispered messages. -#: conf/messages.conf:702 -msgid "%s is in autotrade mode and cannot receive whispered messages." -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 -#, 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." -msgstr "" - -#. code: mesc l("%s is too distressed to be of any help. It might be a better idea to go inside the caves and look for Juliet.", .name$); -#: npc/008-1/rossy.txt~:374 -#, no-c-format -msgid "%s is too distressed to be of any help. It might be a better idea to go inside the caves and look for Juliet." -msgstr "" - -#. 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 -#, no-c-format -msgid "%s is very useful for alchemy and magic, but nowadays there are few opportunities to use it." -msgstr "" - -#. code: l("%s lists even more advanced commands, but some of them can only be used by admins or GM's.", b("@commands")), -#: npc/001-2-5/tutorial.txt:222 -#, no-c-format -msgid "%s lists even more advanced commands, but some of them can only be used by admins or GM's." -msgstr "" - -#. code: mesc l("%s looks at you with beady eyes.", .name$); -#: npc/008-1/rossy.txt:199 -#: 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:169 -#, no-c-format -msgid "%s mumbles to herself." -msgstr "" - -#. code: mesq l("%s puts %s on between two bread slices and try it.", .name$, getitemname(.@id)); -#: npc/012-1/tiki.txt:95 -#: npc/012-1/tiki.txt~:94 -#, no-c-format -msgid "%s puts %s on between two bread slices and try it." -msgstr "" - -#. code: 46: %s recalled! -#: conf/messages.conf:73 -msgid "%s recalled!" -msgstr "" - -#. code: 1295: %s revision '%s' (src) / '%s' (scripts) -#: conf/messages.conf:1318 -msgid "%s revision '%s' (src) / '%s' (scripts)" -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:" -msgstr "" - -#. code: mesc l("%s seems busy as usual.", l("Chef Gado")); -#: npc/001-2-22/chefgado.txt~:22 -#: npc/001-2-22/chefgado.txt:22 -#, no-c-format -msgid "%s seems busy as usual." -msgstr "" - -#. code: l("%s shows the name of the map you are in.", b("/where")), -#: npc/001-2-5/tutorial.txt:220 -#, no-c-format -msgid "%s shows the name of the map you are in." -msgstr "" - -#. code: l("%s shows the number of people in the neighbourhood.", b("/present")), -#: npc/001-2-5/tutorial.txt:219 -#, no-c-format -msgid "%s shows the number of people in the neighbourhood." -msgstr "" - -#. code: mesc l("%s sighs.", .name$); -#: npc/008-2-24/chef.txt:202 -#: npc/008-2-24/chef.txt~:189 -#: npc/001-1/sophialla.txt~:55 -#: npc/008-2-24/chef.txt:189 -#: npc/001-1/sophialla.txt:55 -#: npc/008-2-24/chef.txt~:202 -#, no-c-format -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." -msgstr "" - -#. code: 1289: %s spawns in: -#: conf/messages.conf:1307 -msgid "%s spawns in:" -msgstr "" - -#. code: mesc l("%s starts shouting insults at you!", .name$); -#: npc/012-1/tiki.txt:100 -#: npc/012-1/tiki.txt~:99 -#, no-c-format -msgid "%s starts shouting insults at you!" -msgstr "" - -#. code: 888: %s stole %s. -#: conf/messages.conf:696 -msgid "%s stole %s." -msgstr "" - -#. code: 887: %s stole an Unknown Item (id: %i). -#: conf/messages.conf:695 -msgid "%s stole an Unknown Item (id: %i)." -msgstr "" - -#. code: l("%s takes a sip.", .name$); -#: npc/008-1/hinnak.txt:197 -#, no-c-format -msgid "%s takes a sip." -msgstr "" - -#. code: 1373: %s value is now :%d -#: conf/messages.conf:1440 -msgid "%s value is now :%d" -msgstr "" - -#. code: 1374: %s value is now :%s -#: conf/messages.conf:1441 -msgid "%s value is now :%s" -msgstr "" - -#. code: l("%s will help when the client starts lagging. If you see an attack but no monsters, that's the cause.", b("@resync")), -#: npc/001-2-5/tutorial.txt:223 -#, no-c-format -msgid "%s will help when the client starts lagging. If you see an attack but no monsters, that's the cause." -msgstr "" - -#. code: l("%s will tell you all the rules once again.", b("@rules")), -#: npc/001-2-5/tutorial.txt:225 -#, no-c-format -msgid "%s will tell you all the rules once again." -msgstr "" - -#. code: mesc l("%s's face suddenly turns pale.", .name$); -#: npc/008-1/rossy.txt:195 -#: npc/008-1/rossy.txt~:195 -#, no-c-format -msgid "%s's face suddenly turns pale." -msgstr "" - -#. code: mesq l("%s, where have you been?! I looked for you everywhere in Hurnscald and couldn't find you!", strcharinfo(0)); -#: npc/008-2-24/chef.txt:212 -#: npc/008-2-24/chef.txt~:212 -#, no-c-format -msgid "%s, where have you been?! I looked for you everywhere in Hurnscald and couldn't find you!" -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~:366 -#, no-c-format -msgid "%s, you have to help me! I saw Juliet, but something was wrong!!" -msgstr "" - -#. code: 78: %s: %d -#: conf/messages.conf:100 -msgid "%s: %d" -msgstr "" - -#. code: mesq l("%s? What is even a %s? Are you trying to poison my customers?!", getitemlink(.@recipe), getitemlink(.@recipe)); -#: npc/008-2-24/chef.txt:183 -#: npc/008-2-24/chef.txt~:183 -#, no-c-format -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 -#, no-c-format -msgid "%s??? What a ripoff!" -msgstr "" - -#. code: 1401: '%s' Channel is password protected (usage: %s <#channel_name> ) -#: conf/messages.conf:1488 -msgid "'%s' Channel is password protected (usage: %s <#channel_name> )" -msgstr "" - -#. code: 1176: '%s' and his/her partner are now divorced. -#: conf/messages.conf:1109 -msgid "'%s' and his/her partner are now divorced." -msgstr "" - -#. code: 1413: '%s' channel color updated to '%s' -#: conf/messages.conf:1508 -msgid "'%s' channel color updated to '%s'" -msgstr "" - -#. code: 1447: '%s' is not a known channel option -#: conf/messages.conf:1541 -msgid "'%s' is not a known channel option" -msgstr "" - -#. code: 1469: '%s' is not a known costume -#: conf/messages.conf:1565 -msgid "'%s' is not a known costume" -msgstr "" - -#. code: 1380: '%s' is not a known permission. -#: conf/messages.conf:1451 -msgid "'%s' is not a known permission." -msgstr "" - -#. code: 1175: '%s' is not married. -#: conf/messages.conf:1108 -msgid "'%s' is not married." -msgstr "" - -#. code: 208: '%s' skill and stat points have been reset. -#: conf/messages.conf:221 -msgid "'%s' skill and stat points have been reset." -msgstr "" - -#. code: 206: '%s' skill points reset. -#: conf/messages.conf:219 -msgid "'%s' skill points reset." -msgstr "" - -#. code: 207: '%s' stats points reset. -#: conf/messages.conf:220 -msgid "'%s' stats points reset." -msgstr "" - -#. code: 53: '%s' stats: -#: conf/messages.conf:80 -msgid "'%s' stats:" -msgstr "" - -#. code: mesq l("'That', as you call it, is a @@. There are plenty on this island!", getitemlink(Plushroom)); -#: npc/000-1/muller.txt:100 -#: npc/000-1/jalad.txt:103 -#, no-c-format -msgid "'That', as you call it, is a @@. There are plenty on this island!" -msgstr "" - -#. code: l("'course not!"); -#: npc/012-1/zegas.txt:19 -#: npc/012-1/zegas.txt~:19 -#, no-c-format -msgid "'course not!" -msgstr "" - -#. code: 344: (%s) -#: conf/messages.conf:354 -msgid "(%s)" -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 "" - -#. code: 278: (@request): %s -#: conf/messages.conf:287 -msgid "(@request): %s" -msgstr "" - -#. code: mesc l("(All items must be placed exactly in this order for cooking work.)"); -#: npc/items/recipes.txt~:108 -#: npc/items/recipes.txt:108 -#, no-c-format -msgid "(All items must be placed exactly in this order for cooking work.)" -msgstr "" - -#. code: mesc(l("(All items must be placed exactly in this order.)")); -#. code: mesc l("(All items must be placed exactly in this order.)"); -#: npc/items/recipes.txt:204 -#: npc/items/recipes.txt~:181 -#: npc/items/recipes.txt~:128 -#: npc/items/recipes.txt:151 -#, no-c-format -msgid "(All items must be placed exactly in this order.)" -msgstr "" - -#. code: 912: (CID:%d/AID:%d) -#: conf/messages.conf:734 -msgid "(CID:%d/AID:%d)" -msgstr "" - -#. code: npctalk3(l("(Click on us to continue the introduction.)")); -#: npc/000-0-0/sailors.txt:80 -#, 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:135 -#, no-c-format -msgid "(Which player invited you to this world?)" -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 -msgid "(You hear a faint sound in distance, but can't say what sound it was.)" -msgstr "" - -#. code: mes l("* %d/%d %s", .@am, countitem(.@it), getitemlink(.@it)); -#: npc/config/magic.txt~:168 -#: npc/config/magic.txt:168 -#, no-c-format -msgid "* %d/%d %s" -msgstr "" - -#. code: mes l("* %d/%d E (Esperins)", .@gp, Zeny); -#: npc/config/magic.txt:167 -#: npc/config/magic.txt~:167 -#, no-c-format -msgid "* %d/%d E (Esperins)" -msgstr "" - -#. code: mes l("* %d/%d MSP (Magic Skill Points)", .@msp, sk_points()); -#: npc/config/magic.txt~:166 -#: npc/config/magic.txt:166 -#, no-c-format -msgid "* %d/%d MSP (Magic Skill Points)" -msgstr "" - -#. code: 270: * :%s %s: * -#: conf/messages.conf:279 -msgid "* :%s %s: *" -msgstr "" - -#. code: mesc l("* Skill ID: @@", MASTERBOOK_SKILL[.@i]); -#: npc/items/master_skillbook.txt~:107 -#: npc/items/master_skillbook.txt:109 -#, 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 -#, no-c-format -msgid "*** Cave Cleared ***" -msgstr "" - -#. code: l("*Bang bang*"); -#: npc/001-1/rumly.txt:109 -#, no-c-format -msgid "*Bang bang*" -msgstr "" - -#. code: npctalk col(l("*But I am just a retired merchant, hohoho!*"), 9), .@mc$; -#: npc/008-1-1/cutscene.txt~:140 -#: npc/008-1-1/cutscene.txt:140 -#, no-c-format -msgid "*But I am just a retired merchant, hohoho!*" -msgstr "" - -#. code: npctalk col(l("*Hey, psst.*"), 9), .@mc$; -#: npc/008-1-1/cutscene.txt:130 -#: npc/008-1-1/cutscene.txt~:130 -#, no-c-format -msgid "*Hey, psst.*" -msgstr "" - -#. code: npctalk3 l("*Hic*"); -#: npc/000-2-0/billybons.txt:73 -#, no-c-format -msgid "*Hic*" -msgstr "" - -#. code: npctalk col(l("*I assume you're here for the Brotherhood, right?*"), 9), .@mc$; -#: npc/008-1-1/cutscene.txt~:132 -#: npc/008-1-1/cutscene.txt:132 -#, no-c-format -msgid "*I assume you're here for the Brotherhood, right?*" -msgstr "" - -#. code: npctalk col(l("*I don't know why Sophiahalla sent you here...*"), 9), .@mc$; -#: npc/008-1-1/cutscene.txt:138 -#: npc/008-1-1/cutscene.txt~:138 -#, no-c-format -msgid "*I don't know why Sophiahalla sent you here...*" -msgstr "" - -#. code: l("*Imitate a thunder's sound.*"), -; -#: npc/000-1/silvio.txt:166 -#, no-c-format -msgid "*Imitate a thunder's sound.*" -msgstr "" - -#. code: npctalk col(l("*Reaching Hurnscald, look for a girl called Airlia.*"), 9), .@mc$; -#: npc/008-1-1/cutscene.txt~:134 -#: npc/008-1-1/cutscene.txt:134 -#, no-c-format -msgid "*Reaching Hurnscald, look for a girl called Airlia.*" -msgstr "" - -#. code: mesq l("*Uff*, *Argh*, why don't you give me some help?"); -#: npc/000-1/jalad.txt:22 -#, no-c-format -msgid "*Uff*, *Argh*, why don't you give me some help?" -msgstr "" - -#. code: mesq l("*Uff*... And another box of @@s for our starving colleagues is ready.", getitemlink(Croconut)); -#: npc/000-1/gulukan.txt:150 -#, no-c-format -msgid "*Uff*... And another box of @@s for our starving colleagues is ready." -msgstr "" - -#. code: npctalk col(l("*Whisper her the... password, and she'll lead you to Jonatas.*"), 9), .@mc$; -#: npc/008-1-1/cutscene.txt:136 -#: npc/008-1-1/cutscene.txt~:136 -#, no-c-format -msgid "*Whisper her the... password, and she'll lead you to Jonatas.*" -msgstr "" - -#. code: mesq col(l("*ahem*"), 9) + " " + l("Heh, did you saw me at the port? No?"); -#: npc/001-2-39/qanon.txt~:55 -#: npc/001-2-39/qanon.txt:55 -#, no-c-format -msgid "*ahem*" -msgstr "" - -#. code: npctalk l("*ahem*!"), .@mc$; -#: npc/008-1-1/cutscene.txt~:114 -#: npc/008-1-1/cutscene.txt:114 -#, no-c-format -msgid "*ahem*!" -msgstr "" - -#. code: mesq l("*burp*"); -#: npc/000-2-0/billybons.txt:83 -#, no-c-format -msgid "*burp*" -msgstr "" - -#. code: mesc l("*click*"); -#: npc/functions/lockpicks.txt~:85 -#: npc/functions/lockpicks.txt:85 -#, no-c-format -msgid "*click*" -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~:230 -#, no-c-format -msgid "*cough cough*" -msgstr "" - -#. code: mesc l("*shivers*"); -#: npc/020-1/bodyguard.txt~:24 -#: npc/020-1/bodyguard.txt:24 -#, no-c-format -msgid "*shivers*" -msgstr "" - -#. code: mesc l("*sighs*"); -#: npc/012-1/zegas.txt:9 -#: npc/012-1/liana.txt:9 -#: npc/012-1/zegas.txt~:9 -#: npc/012-1/liana.txt~:9 -#, no-c-format -msgid "*sighs*" -msgstr "" - -#. code: mesc l("*sniff sniff*"); -#: npc/001-2-11/mona.txt:143 -#, no-c-format -msgid "*sniff sniff*" -msgstr "" - -#. code: l("*snores*")); -#: npc/functions/generic-text.txt:75 -#, no-c-format -msgid "*snores*" -msgstr "" - -#. code: l("*whisper* Sagratha is great."); -#: npc/008-2-10/airlia.txt:18 -#: npc/008-2-10/airlia.txt~:18 -#, no-c-format -msgid "*whisper* Sagratha is great." -msgstr "" - -#. code: mesc l("+%d experience points", (.@dq_exp * .@multiplier)); -#: npc/functions/daily.txt~:150 -#: npc/functions/daily.txt:150 -#, no-c-format -msgid "+%d experience points" -msgstr "" - -#. code: mesc l("+%d money", (.@dq_money * .@multiplier)); -#: npc/functions/daily.txt~:149 -#: npc/functions/daily.txt:149 -#, no-c-format -msgid "+%d money" -msgstr "" - -#. code: 1409: - #%s ( %d users ) -#: conf/messages.conf:1504 -msgid "- #%s ( %d users )" -msgstr "" - -#. code: 1444: - %s -#: conf/messages.conf:1538 -msgid "- %s" -msgstr "" - -#. code: 1445: - %s (%d) -#: conf/messages.conf:1539 -msgid "- %s (%d)" -msgstr "" - -#. code: mesq l("- 2 @@es", getitemlink(CroconutBox)); -#. code: mesq l("- 2 @@es", getitemlink(AquadaBox)); -#. code: mesq l("- 2 @@es", getitemlink(PlushroomBox)); -#: npc/000-1/gugli.txt:79 -#: npc/000-1/gugli.txt:78 -#: npc/000-1/gugli.txt:77 -#, no-c-format -msgid "- 2 @@es" -msgstr "" - -#. code: if (getq(ShipQuests_Ale) == 0) mesq l("- Ale"); -#: npc/000-1/gugli.txt:129 -#, no-c-format -msgid "- Ale" -msgstr "" - -#. code: if (getq(ShipQuests_Astapolos) == 0) mesq l("- Astapolos"); -#: npc/000-1/gugli.txt:128 -#, no-c-format -msgid "- Astapolos" -msgstr "" - -#. code: 1472: - Available Costumes -#: conf/messages.conf:1568 -msgid "- Available Costumes" -msgstr "" - -#. code: if (getq(ShipQuests_Gulukan) == 0) mesq l("- Gulukan"); -#: npc/000-1/gugli.txt:130 -#, no-c-format -msgid "- Gulukan" -msgstr "" - -#. code: mes l("- I currently need your help with @@.", getmonsterlink(Tortuga)); -#. code: mes l("- I currently need your help with @@.", getmonsterlink(Ratto)); -#. code: mes l("- I currently need your help with @@.", getmonsterlink(Croc)); -#: npc/001-2-22/peter.txt:155 -#: npc/001-2-22/peter.txt:139 -#: npc/000-2-1/peter.txt:139 -#: npc/000-2-1/peter.txt:155 -#: npc/001-2-22/peter.txt:144 -#: npc/001-2-22/peter.txt:149 -#: npc/000-2-1/peter.txt:144 -#: npc/000-2-1/peter.txt:149 -#, no-c-format -msgid "- I currently need your help with @@." -msgstr "" - -#. code: if (getq(ShipQuests_Jalad) == 0) mesq l("- Jalad"); -#: npc/000-1/gugli.txt:131 -#, no-c-format -msgid "- Jalad" -msgstr "" - -#. code: if (getq(ShipQuests_QMuller) == 0) mesq l("- Q'Muller"); -#: npc/000-1/gugli.txt:132 -#, no-c-format -msgid "- Q'Muller" -msgstr "" - -#. code: mesc l("- The Mana World Development Team"); -#: npc/008-2-16/yannika.txt:451 -#, no-c-format -msgid "- The Mana World Development Team" -msgstr "" - -#. code: if (getq(ShipQuests_Tibbo) == 0) mesq l("- Tibbo"); -#: npc/000-1/gugli.txt:133 -#, no-c-format -msgid "- Tibbo" -msgstr "" - -#. code: 1463: - adds or removes