diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-26 15:07:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-26 15:07:25 -0300 |
commit | 90215fa89db27c2192b6111c3dcb5d9ee4d804a1 (patch) | |
tree | 09cfd9e4bb31ea5607f7a99b764c7df828d12e1e | |
parent | 470db2781e5b2c7dfafb8e94b8570a6a3e69c33c (diff) | |
download | serverdata-90215fa89db27c2192b6111c3dcb5d9ee4d804a1.tar.gz serverdata-90215fa89db27c2192b6111c3dcb5d9ee4d804a1.tar.bz2 serverdata-90215fa89db27c2192b6111c3dcb5d9ee4d804a1.tar.xz serverdata-90215fa89db27c2192b6111c3dcb5d9ee4d804a1.zip |
Add more strings for translating
-rw-r--r-- | npc/001-1/portal.txt | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt index 79e74640d..0c02c67c9 100644 --- a/npc/001-1/portal.txt +++ b/npc/001-1/portal.txt @@ -33,6 +33,7 @@ L_Disable: // Uses l() to translate utilities L_TranslationFix: + // Mobs mes l("Magic Maggot"); mes l("Monster"); mes l("Monster King"); @@ -44,6 +45,15 @@ L_TranslationFix: mes l("Monster Sergeant"); mes l("Monster Soldier"); mes l("Random Bif"); + mes l("Summoned Monster"); + mes l("Scout"); + mes l("Desert Pirate"); + mes l("Marsh Pirate"); + mes l("Buccaneer"); + mes l("Corsair"); + mes l("Pirate Lord"); + mes l("Duck Soldier"); + mes l("Duck Initiate"); // Configs mes l("Human"); mes l("Ukar"); @@ -68,18 +78,25 @@ L_TranslationFix: mes l("This item cannot be auctioned."); mes l("This item cannot be traded."); mes l("This item cannot be stored."); + // Announcements mes l("I can't handle it anymore! NO MORE!"); mes l("Come, my minions! Lay siege to towns! LEAVE NO OPPOSITION TO ME!"); mes l("Burn, destroy, do whatever you need, until your last breath, my lieutenants and colonels!"); - mes l("Summoned Monster"); - mes l("Scout"); - mes l("Desert Pirate"); - mes l("Marsh Pirate"); - mes l("Buccaneer"); - mes l("Corsair"); - mes l("Pirate Lord"); - mes l("Duck Soldier"); - mes l("Duck Initiate"); + mes l("The event is over!"); + mes l("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"); + mes l("WARNING: Server will go down for scheduled maintenance in 15 minutes!"); + mes l("WARNING: Server will go down for scheduled maintenance in 10 minutes!"); + mes l("WARNING: Server will go down for scheduled maintenance in 5 minutes!"); + mes l("WARNING! WARNING! Monster Army is moving towards Hurnscald!!"); + mes l("WARNING! WARNING! Monster Army is moving towards Halinarzo!!"); + mes l("WARNING! WARNING! Monster Army is moving towards Nivalis!!"); + mes l("WARNING! WARNING! Monster Army is moving towards Tulimshar!!"); + mes l("People failed to rescue Cindy!"); + mes l("Players failed to defend the city!!"); + mes l("The city was defended with success! GG, everyone!"); + mes l("EVENT CANCELLED DUE TO PLAYER INACTIVITY"); + mes l("%s has EXILED %s from %s.", "", "", ""); + mes l("Aurora Events"); mes l("sample"); close; |