nowadraco

[LNG] English

Jul 18th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 10.33 KB | None | 0 0
  1. #==============================================================================
  2. # ** Linguagem - Tradução English
  3. #------------------------------------------------------------------------------
  4. # By Valentine
  5. #==============================================================================
  6.  
  7. if Config::LANG == "English"
  8.  
  9. module Vocab
  10.   # Main
  11.   ERROR_VERSION     = "Outdated version, please update the game!"
  12.   GUILD_RANK = []
  13.   GENDER = []
  14.    
  15.   # Login and register
  16.   USER              = "User:"
  17.   PASSWORD          = "Password:"
  18.   REPEAT_PASSWORD   = "Retype:"
  19.   REMEMBER          = "Remember?"
  20.   REGISTER          = "Register "
  21.   ENTER_LOGIN       = "   Enter   "
  22.   BACK_LOGIN        = "Return"
  23.   SERVER_OFF        = "The server is offline!"
  24.   ALERT_BUTTON      = " Ok "
  25.   REGISTER_ERROR    = "Fill in all fields."
  26.   REGISTER_ERROR2   = "Passwords don't match."
  27.   REGISTER_DENIED   = "Username already exists."
  28.   UNEXPECTLOGERR    = "Unexpected Error Log"
  29.   NOT_AUTH          = "Not authenticated"
  30.   USERTFAIL         = "Connection failed, try again later!"
  31.   LOGIN_USER_ERROR  = "User incorrect or online."
  32.   LOGIN_PASS_ERROR  = "Wrong password."
  33.   LOGIN_STATUS      = "Connecting to server ..."
  34.   LOGIN_FILL_ERROR  = "Fill in all fields."
  35.   NO_MOTD           = "Welcome to Netplay Master v4.9.2!"
  36.    
  37.   # Character selection
  38.   SELECT_CHAR1      = "   Play   "
  39.   SELECT_CHAR2      = "  Cancel  "
  40.   SELECT_CHAR3      = " Delete "
  41.   SELECT_CHAR4      = "None"
  42.   SELECT_CHAR5      = "Map:"
  43.   SELECT_CHAR6      = "Gender:"
  44.   SELECT_CHAR7      = "Level:"
  45.   SELECT_CHAR8      = "Exp:"
  46.   SELECT_CHAR9      = "Hp:"
  47.   SELECT_CHAR10     = "Sp:"
  48.   SELECT_CHAR11     = "Points:"
  49.   SELECT_CHAR12     = "Class:"
  50.   SELECT_CHAR13     = "Guild:"
  51.    
  52.   # Administration panel
  53.   ADMIN_TITLE       = "Administration Panel"
  54.   ADMIN_TITLE2      = "Command:"
  55.   ADMIN_TITLE3      = "Name:"
  56.   ADMIN_BAN         = "You have been banned by the administration!"
  57.   ADMIN_KICK        = "You were kicked out of the game!"
  58.   ADMIN_ITEM        = "You won"
  59.   ADMIN_HEAL        = "You have been healed!"
  60.   ADMIN_SAVE        = "His character was saved by the administration!"
  61.   ADMIN_TELEPORT    = "You have been teleported!"
  62.   ADMIN_LEVEL       = "You won levels"
  63.   ADMIN_COMMAND     = "Ok"
  64.   SWITCHE_ON        = "Activated"
  65.   SWITCHE_OFF       = "Disabled"
  66.    
  67.   # PVP
  68.   NO_PVP            = "You can not attack here!"
  69.   PVP_ADM           = "You can not attack the administrator!"
  70.   PVP_GUILD         = "Player of the same Guild!"
  71.   PLAYER_DEATH      = "You killed"
  72.   PLAYER_DEATH2     = "You been killed by"
  73.   PLAYER_LEVEL_UP   = "Level Up!"
  74.   LIMIT_ERROR       = "You need to be closer to the target."
  75.   TARGET_ERROR      = "You no have target."
  76.   WEAPON_MAGIC      = "You do not have enough SP."
  77.    
  78.   # Trade
  79.   TRADE_CONFIRM     = "is confirming the trading"
  80.   TRADE_ERROR       = "You have nothing to trade."
  81.   TRADE_ERROR2      = "You are already in a trade with"
  82.   TRADE_REQUEST     = "invited for an trade"
  83.   TRADE_DECLINE     = "declined the trade request."
  84.   TRADE_ACCEPT      = "Trade"
  85.   TRADE_LEAVE       = "Cancel"
  86.   TRADE_REQUEST2    = "Confirmation sent, please wait."
  87.   TRADE_ACCEPT2     = "accepted the confirmation."
  88.   TRADE_DECLINE2    = "refused to confirmation."
  89.    
  90.   # Chat
  91.   CHAT_MAP          = " Map "
  92.   CHAT_GLOBAL       = "Global"
  93.   CHAT_PARTY        = "Party"
  94.   CHAT_GUILD        = "Guild"
  95.   CHAT_PRIVATE      = "Private"
  96.   CHAT_SEND         = "Send"
  97.   PLAYERS_ON        = "Players online:"
  98.   NOT_PLAYER_NAME   = "Enter the name of the player!"
  99.   NOT_PLAYER_EXIST  = "Player does not exist or is offline!"
  100.   PRIVATE_ERROR     = "You can not send message to yourself!"
  101.    
  102.   # Party
  103.   NOT_PARTY         = "You do not have the group!"
  104.   ACCEPT_PARTY      = "accepted the request to party!"
  105.   LEFT_PARTY        = "left the party!"
  106.   PARTY_FULL        = "Group full!"
  107.   PARTY_REQUEST     = "invited to join the group"
  108.   PARTY_ERROR       = "You are already in a party!"
  109.   PARTY_ERROR2      = "are already in a party!"
  110.   PARTY_ERROR3      = "is already in your group!"
  111.   PARTY_DECLINE     = "declined join the group."
  112.   PARTY_FINISHED    = "Group finalized."
  113.   PARTY_DEAD        = "died."
  114.    
  115.   # Character creation
  116.   CREATE_NAME       = "Name:"
  117.   CREATE_GENDER     = "Gender:"
  118.   CREATE_BODY       = "Clothes:"
  119.   CREATE_HAIR       = "Hair:"
  120.   CREATE_CLASS      = "Class:"
  121.   CREATE_POINTS     = "Start Points:"
  122.   DELETE_YES        = " Yes "
  123.   DELETE_NO         = " No  "
  124.   CREATE_CHAR       = "   Create Character  "
  125.   GENDER[0]         = "Male", "He"
  126.   GENDER[1]         = "Female", "She"
  127.   CREATE_ERROR_NAME = "Name in use!"
  128.   EMPTY_SLOT        = "Empty"
  129.   ERROR_BLOCK       = "forbidden character!"
  130.  
  131.   # Guild
  132.   LEAVE_GUILD       = " Leave Guild "
  133.   GUILD_MEMBERS     = "  Members  "
  134.   GUILD_RANK[0]     = "Member"
  135.   GUILD_RANK[1]     = "Leader"
  136.   GUILD_BUTTON      = "Ok"
  137.   GUILD_POSITION    = "Position:"
  138.   GUILD_POINTS      = "Points:"
  139.   GUILD_MEMBERS2    = "Members:"
  140.   GUILD_CALL        = "Invite:"
  141.   GUILD_OUT         = "Out:"
  142.   NOT_LEADER_GUILD  = "You are not the leader of the guild!"
  143.   NEW_GUILD_LEADER  = "You are the new guild leader"
  144.   LEADER_ERROR      = "This player is not a member of the guild."
  145.   GUILD_REQUEST     = "invited to join the guild"
  146.   NOT_GUILD         = "You have no guild!"
  147.   GUILD_EXPELLED    = "You have been removed from the guild"
  148.   GUILD_DECLINE     = "declined the invitation guild."
  149.   INVITE_ERROR      = "is already in your guild!"
  150.   ERROR_LEVEL       = "To create guild you must be level"
  151.   ERROR_GOLD        = "To create guild you need"
  152.   JOIN_GUILD        = "entered the guild"
  153.    
  154.   # Guild creations
  155.   GUILD_CREATE      = "   Create  "
  156.   GUILD_NAME        = "Name:"
  157.   GUILD_FLAG        = "Flag:"
  158.   HAVE_GUILD        = "Sorry, you already have guild!"
  159.   GUILD_EXIST       = "This guild exists!"
  160.    
  161.   # Quests
  162.   QUEST_REQUIREMENTS= "Requirement:"
  163.   QUEST_LEVEL       = "Level:"
  164.   QUEST_STATUS      = "Status:"
  165.   QUEST_COMPLETE    = "Completed"
  166.   QUEST_IN_PROGRESS = "In Progress"
  167.   QUEST_REWARD      = "Reward:"
  168.   QUEST_EXP         = "Experience:"
  169.   QUEST_VOCAB1      = "Have you started the mission"
  170.   QUEST_VOCAB2      = "To start this quest you need to be level"
  171.   QUEST_VOCAB3      = "To start this quest you need"
  172.   QUEST_VOCAB4      = "You started the mission:"
  173.   QUEST_VOCAB5      = "You need to kill"
  174.   QUEST_VOCAB6      = "You won"
  175.   QUEST_VOCAB7      = "You completed the mission:"
  176.   QUEST_VOCAB8      = "You killed"
  177.   QUEST_VOCAB9      = "You gained experience"
  178.    
  179.   # Status
  180.   CHAR_LEVEL        = "Level"
  181.   CHAR_HP           = "HP/MaxHP"
  182.   CHAR_SP           = "SP/MaxSP"
  183.   CHAR_EXP          = "Exp/Next"
  184.   CHAR_POINTS       = "Points"
  185.    
  186.   # Information items and spells
  187.   SKILL_COST        = "Cost:"
  188.   ITEM_CAN          = "Can"
  189.   ITEM_NOT_CAN      = "Not Can"
  190.   CAN_EQUIPPED      = "be fitted by"
  191.    
  192.   # Titles
  193.   TITLE1            = "Login"
  194.   TITLE2            = "Character Selection"
  195.   TITLE3            = "Character Creation"
  196.   TITLE4            = "Inventory"
  197.   TITLE5            = "Trade"
  198.   TITLE6            = "Spells"
  199.   TITLE7            = "Shop"
  200.   TITLE8            = "Teleport"
  201.   TITLE9            = "Status"
  202.   TITLE10           = "Quests"
  203.   TITLE11           = "Create Guild"
  204.   TITLE12           = "Guild"
  205.   TITLE13           = "Amount"
  206.   TITLE14           = "Servers"
  207.   TITLE15           = "Invitation"
  208.   TITLE16           = "Informations"
  209.   TITLE17           = "Options"
  210.   TITLE18           = "Friends"
  211.   TITLE19           = "Add Friend"
  212.   TITLE20           = "Bank"
  213.   TITLE21           = "Error"
  214.   TITLE22           = "MailBox"
  215.   TITLE23           = "Create Post"
  216.   TITLE24           = "Posts"
  217.   TITLE25           = "Register"
  218.   TITLE26           = "Confirm?"
  219.   TITLE27           = "Forge"
  220.    
  221.   # MailBox
  222.   MAILBOX_NEW       = "New Post"
  223.   MAILBOX_READ      = "Read Posts"
  224.   MAILBOX_SEND      = "   Send   "
  225.   MAILBOX_CANCEL    = "Cancel"
  226.   MAILBOX_REPLY     = "Reply"
  227.   MAILBOX_DELETE    = " Delete "
  228.   MAILBOX_TEXT1     = "To:"
  229.   MAILBOX_TEXT2     = "Subject:"
  230.   MAILBOX_TEXT3     = "Message:"
  231.   MAILBOX_TEXT4     = "From:"
  232.   MAILBOX_ERROR     = "You can not send messages to yourself."
  233.   MAILBOX_MESSAGE   = "You have received a new message, go to the mailbox."
  234.    
  235.   # Forge
  236.   FORGE_BUTTON      = "  Forge "
  237.   FORGE_ERROR       = "You do not have enough to forge items."
  238.   FORGE_COMPLETED   = "You has acquired"
  239.   FORGE_ERROR2      = "What a pity! you had no luck, try again."
  240.  
  241.   # Options menu
  242.   OPTIONS_SELECTION = " Back to Selection "
  243.   OPTIONS_LOGIN     = "  Back to Login  "
  244.   OPTIONS_EXIT      = "       Quit Game      "
  245.   OPTIONS_FOLLOW    = "Follow target when attacking?"
  246.   OPTIONS_YES       = "Yes"
  247.   OPTIONS_NO        = "No"
  248.  
  249.   # Friends
  250.   FRIEND_ADD        = "  Add  "
  251.   FRIEND_REMOVE     = "Remove"
  252.   FRIEND_EXIST      = "is already your friend!"
  253.   FRIEND_JOIN       = "entered the game."
  254.   FRIEND_EXIT       = "left the game."
  255.   FRIEND_CONFIRM    = "Ok"
  256.  
  257.   # Player menu
  258.   COMMAND1          = "     Informations   "
  259.   COMMAND2          = "     Private Chat    "
  260.   COMMAND3          = "    Trade Items    "
  261.   COMMAND4          = "Add Friend"
  262.   COMMAND5          = "Add to Party"
  263.   COMMAND6          = " Add to Guild"
  264.   NET_COMMAND1      = "is at level"
  265.   NET_COMMAND2      = "Not have guild."
  266.   NET_COMMAND3      = "is"
  267.   NET_COMMAND4      = "of the guild"
  268.   PLAYER_ADMIN      = "is the administrator of the game."
  269.  
  270.   # Others
  271.   CALL_ACCEPT       = "Accept"
  272.   CALL_NOT_ACCEPT   = "Cancel"
  273.   ICON1             = "Inventory (I) "
  274.   ICON2             = "Skills (H) "
  275.   ICON3             = "Status (S) "
  276.   ICON4             = "Guild (G) "
  277.   ICON5             = "Quests (Q) "
  278.   ICON6             = "Friends (A) "
  279.   ICON7             = "Options (O) "
  280.   ICON8             = "Back to Login"
  281.   ERROR_NAME        = "Very short name!"
  282.   DROP_FULL         = "The map is full of items."
  283.   NOT_EXIST         = "This player does not exist!"
  284.   HUD_LEVEL         = "Lv."
  285.   NOT_REQ_LEVEL     = "You do not have enough level to use"
  286.   TWO_HANDED1       = "This is a two-handed weapon, remove the shell to use it."
  287.   TWO_HANDED2       = "You are using a two-handed weapon."
  288.   TELEPORT_ERROR    = "To teleport you need to be level"
  289.   ERROR_NUMBER      = "You can not use numbers"
  290.   end
  291. end
Add Comment
Please, Sign In to add comment