Advertisement
AutismAlex

uBalance Translation Example

Jan 8th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <zombieKillRewardMessage>You earned {0} for killing a zombie!</zombieKillRewardMessage>
  2. <MegaZombieKillRewardMessage>You earned {0} for killing a mega zombie!</MegaZombieKillRewardMessage>
  3. <PlayerNotSpecified>You must specify a player!</PlayerNotSpecified>
  4. <PlayerNotFound>Target player could not be found</PlayerNotFound>
  5. <AmountUnspecified>You must specify an amount!</AmountUnspecified>
  6. <NotEnoughBalance>You do not have that amount</NotEnoughBalance>
  7. <IncomingPayment>{0} paid you {1} {2}</IncomingPayment>
  8. <OutgoingPayment>You paid {0} {1} {2}</OutgoingPayment>
  9. <PlayerCheckBalance>You have {0} {1}</PlayerCheckBalance>
  10. <IncreasedPlayersBalance>Increased {0}'s balance by {1}</IncreasedPlayersBalance>
  11. <DecreasedPlayersBalance>Decreased {0}'s balancy by {1}</DecreasedPlayersBalance>
  12. <ResetPlayersBalance>{0}'s Balance Has Been Reset!</ResetPlayersBalance>
  13. <uAddUsage>Correct Usage: /uAdd ItemID BuyPrice SellPrice</uAddUsage>
  14. <uAddSuccess>Set cost of {0} to {1} {3} and sell price to {2} {3}!</uAddSuccess>
  15. <uBuyUsage>Correct Usage: /uBuy ItemID</uBuyUsage>
  16. <uBuySuccess>Purchased {0} for {1} {2}</uBuySuccess>
  17. <uBuyItemNotForSale>{0} is not for sale!</uBuyItemNotForSale>
  18. <uBuyNotEnoughFunds>You do not have enough {0} to purchase {1}</uBuyNotEnoughFunds>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement