-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MsgString Improvements #95
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -403,7 +403,7 @@ MSI_DISORGANIZE_GUILD_INVALIDKEY,"You have failed to disband the guild due to yo | |
MSI_DISORGANIZE_GUILD_MEMBEREXIST,"You have failed to disband the guild because there are guildsmen still present." | ||
MSI_REQ_HOSTILE_GUILD,"Set this guild as an Antagonist" | ||
MSI_SELECT_HAIR_COLOR,"Choose Hair Color" | ||
MSI_GUILD_MAKE_GUILD_NONE_ITEM,"You need the necessary item to create a Guild." | ||
MSI_GUILD_MAKE_GUILD_NONE_ITEM,"You need an Emperium to create a Guild" | ||
MSI_MONSTER_INFO_WINDOW,"Monster Info" | ||
MSI_NAME,"Name" | ||
MSI_LEVEL,"Level" | ||
|
@@ -578,7 +578,7 @@ MSI_BAN_PAY_CHANGE,"Your connection is terminated due to change in the billing p | |
MSI_BAN_PAY_WRONGIP,"Your connection is terminated because your IP doesn't match the authorized IP from the account server." | ||
MSI_BAN_PAY_PNGAMEROOM,"Your connection is terminated to prevent charging from your account's play time." | ||
MSI_BAN_OP_FORCE,"You have been forced to disconnect by the Game Master Team." | ||
MSI_USESKILL_FAIL_WEIGHTOVER,"You can't use this Skill because you are over your Weight Limit." | ||
MSI_USESKILL_FAIL_WEIGHTOVER,"You cannot use Skills while you are over your Weight Limit." | ||
MSI_NAMELESS_USER,"Nameless" | ||
MSI_RANK_IN_TEN,"Congratulations! %s's rank has gone up to %d." | ||
MSI_RANK_OUT_TEN,"What a pity! %s's rank has gone down to %d." | ||
|
@@ -2161,7 +2161,7 @@ MSI_BATTLEFIELD_MSG_OVER_PARTYMEMBER,"[Too many party members online.]" | |
MSI_BATTLEFIELD_MSG_PLZ_GUILDJOIN,"[You must be in a guild.]" | ||
MSI_BATTLEFIELD_MSG_NOT_GUILDBOSS,"[Only guild master can apply.]" | ||
MSI_BATTLEFIELD_MSG_OVER_GUILDMEMBER,"[Too many guild members online.]" | ||
MSI_RESERVE_CHANGE_CHARACTER_SLOT,"Moving Book" | ||
MSI_RESERVE_CHANGE_CHARACTER_SLOT,"Moving Character" | ||
MSI_CHARACTER_SLOT_CHANGE,"Move" | ||
MSI_CHANGE_CHARACTER_NAME,"Rename" | ||
MSI_MSG_MAKECHARCTER,"Create Character" | ||
|
@@ -2976,8 +2976,8 @@ MSI_SUCCESS,"Success" | |
MSI_RESET,"Return" | ||
MSI_MANUFACTURED_MARRIAGERING_ITEM,"With Mr/Miss" | ||
MSI_CHANGE_HOMUN_NAME,"The Homunculus's name will be changed to^0000ff^0000ff %s^000000^000000, Are you sure?" | ||
MSI_BLOCK_CALL_PERMIT,"Call function is ON" | ||
MSI_BLOCK_CALL_REJECT,"Call function is OFF" | ||
MSI_BLOCK_CALL_PERMIT,"You can be \"Called\" with various skills (Emergency Call,...). (/call)" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Personally I'd go with "Player recalling skills is disabled/enabled" same for the bottom related call messages. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it’s fine this way, as it’s only affecting the player not the skills in general. |
||
MSI_BLOCK_CALL_REJECT,"You cannot be \"Called\" with various skills (Emergency Call,...). (/call)" | ||
MSI_BLOCK_CALL_NOTIFY,"Display Call messages" | ||
MSI_RESULT_FAIL_ASSISTANT,"This character is currently opening a shop and can't be deleted" | ||
MSI_USESKILL_FAIL_EXIST_STORE_ASSISTANT,"The same vend shop NPC has been set up" | ||
|
@@ -3337,9 +3337,9 @@ MSI_CANNOT_REGISTER_NAME_THAT_CONTAINS_BADWORDS,"Names with bad words can not be | |
MSI_CREATE_ACCOUNT,"Go to the official website for membership." | ||
MSI_TOKENAGENCY_SERVER_CONNECTION_FAILED,"Token Agency Server connection failed" | ||
MSI_SELECTCHARWND_BILLING_INFO,"Billing information" | ||
MSI_SELECTCHARWND_RESERVE_TO_DEL_CHAR,"Delete reservation" | ||
MSI_SELECTCHARWND_CANCEL_TO_RESERVE_CHAR,"Cancel reservation" | ||
MSI_SELECTCHARWND_START_GAME,"Game start" | ||
MSI_SELECTCHARWND_RESERVE_TO_DEL_CHAR,"Delete Character" | ||
MSI_SELECTCHARWND_CANCEL_TO_RESERVE_CHAR,"Cancel Deletion" | ||
MSI_SELECTCHARWND_START_GAME,"Game Start" | ||
MSI_SELECTCHARWND_DELETE,"Delete" | ||
MSI_SELECTCHARWND_CHARACTER_LIST,"Character List" | ||
MSI_SELECTCHARWND_NOTICE,"Notice" | ||
|
@@ -3543,7 +3543,7 @@ MSI_ITEMSTORE_NOW_LOADING,"NOW LOADING..." | |
MSI_RODEX_BUTTON_DELETE,"Delete" | ||
MSI_RODEX_BUTTON_ANSWER,"Reply" | ||
MSI_RODEX_BUTTON_SEND,"Send" | ||
MSI_RODEX_BUTTON_CONFIRM_ID,"Validate name" | ||
MSI_RODEX_BUTTON_CONFIRM_ID,"Validate" | ||
MSI_RODEX_TAB_ADMIN,"Notice" | ||
MSI_RODEX_TAB_DEFAULT,"General" | ||
MSI_RODEX_TAB_RETURN,"Return" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.