Compatibilidade: versão 1.0.6
Script:
Créditos:
Valentine
Script:
- Código:
#==============================================================================
# ** Vocab
#------------------------------------------------------------------------------
# Author: Valentine
#==============================================================================
module Vocab
# Login and account creation
Username = 'Username'
Password = 'Password'
Email = 'Email'
Remember = 'Remember?'
Register = 'Register'
Connect = 'Connect'
# Creation and character selection
Name = 'Name'
Sex = 'Sex:'
Class = 'Class:'
Graphic = 'Graphic:'
Points = 'Points:'
Male = 'Male'
Female = 'Female'
Slot = 'Slot'
# Chat
Map = 'Map'
All = 'All'
Party = 'Party'
Private = 'Private'
# Alert in menu
ServerOffline = 'The server is offline!'
ServerFull = 'The server is full. Try again later!'
Insufficient = '%s must be at least %d characters!'
ForbiddenCharacter = 'Forbidden character!'
Kicked = 'You have been expelled!'
IPBanned = 'Your IP is banned!'
MultiIP = 'Your IP is already connected!'
OldVersion = 'This version is old. Please upgrade!'
AccBanned = 'Your account is banned!'
InvalidUser = 'Invalid user!'
InvalidPass = 'Invalid password!'
InvalidName = 'Invalid name!'
InvalidEmail = 'Invalid email!'
InvalidCommand = 'Invalid command!'
MultiAccount = 'User logged in!'
AccExist = 'This user already exists!'
Successful = 'Account registered successfully!'
CharExist = 'This name is already being used!'
# Alert in game
Teleported = 'You were teleported!'
Pulled = 'You were pulled!'
Muted = 'You have been muted for 30 seconds!'
NonPvP = 'You can not attack here!'
AttackAdmin = 'You can not attack an administrator!'
ObtainItem = 'You won item!'
NotEnoughMoney = 'Insufficient money!'
NotSellItem = 'This shop does not purchase items!'
NotTarget = 'You have no target!'
TargetNotInRange = 'Target out of range!'
InsufficientLevel = 'You do not have enough level to equip this item!'
RequestDeclined = 'Your request was declined.'
FullInventory = 'Your inventory is full.'
FullTrade = 'The trade is full.'
PlayerDead = 'You died.'
FullDrops = 'You can not throw item on the floor.'
Busy = 'This player is busy.'
Ask = 'Are you sure?'
# Friends
FullFriends = 'Your friends list is full.'
FriendAdded = 'has been added to your friends list.'
FriendExist = 'This player is already your friend.'
Friend = 'Friend'
# Trade
TradeRequest = 'invited you to an trade. Accept?'
TradeComplete = 'wants to complete the trade. Accept?'
TradeDeclined = 'The trade was declined.'
PlayerNotInRange = 'Player out of range!'
Trade = 'Trade'
# Party
InParty = 'This player is already at a party.'
PartyRequest = 'invited you to a party. Accept?'
PartyMemberJoined = 'joined the party.'
PartyMemberLeave = 'left the party.'
DissolvedParty = 'Dissolved party.'
FullParty = 'Your party is full.'
NotParty = 'You are not at a party.'
# Help
Equipable = 'Can be equipped by'
NotEquipable = 'Can not be equipped by'
Consumable = 'Consumable:'
ItemType = 'Type:'
Normal = 'Normal'
MPCost = 'MP cost:'
Hit = 'Hit (%):'
# Menu
Login = 'Back to login'
Quit = 'Quit game'
# Quest
StartQuest = 'You started the mission'
FinishQuest = 'You have completed the mission'
Rewards = 'Rewards:'
Exp = 'Exp'
# Buttons
Ok = 'Ok'
Go = 'Go'
Cancel = 'Cancel'
Yes = 'Yes'
No = 'No'
Create = 'Create'
Delete = 'Delete'
Accept = 'Accept'
# Menus
Status = 'Status'
Quest = 'Quest'
Menu = 'Menu'
# Battle
Critical = 'Critical!'
NoHit = 'Miss!'
LevelUp = 'Level up!'
end
Créditos:
Valentine
Última edição por Valentine em Dom Mar 31, 2019 5:19 pm, editado 2 vez(es)