Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Translation Id="lottery_join_message" Value="Current Lottery Amount: ${0}: Go buy some tickets with /buyticket!" />
- <Translation Id="next_lottery" Value="Next lottery draw is set for: {0}" />
- <Translation Id="player_has_won" Value="{0} has won the lottery of ${1}!" />
- <Translation Id="you_have_won" Value="Congrats! You just won {0} from the lottery!" />
- <Translation Id="datetime_format" Value="MM/dd/yy @ hh:mm tt" />
- <Translation Id="not_enough_money" Value="You do not have enough money!" />
- <Translation Id="lottery_draw_failed" Value="Lottery draw failed because no one entered!" />
- <Translation Id="too_many_tickets" Value="You can only buy a maximum of {0} ticket(s)!" />
- <Translation Id="bought_ticket" Value="You bought {0} ticket(s) for ${1}!" />
- <Translation Id="draw_lotto" Value="Drawing lotto..." />
- <Translation Id="lottery_info_1" Value="Lottery total: ${0} ({1} tickets)" />
- <Translation Id="lottery_info_2" Value="Your tickets: ${0} ({1} tickets)" />
- <Translation Id="lottery_info_3" Value="Next draw time: {0}, buy some tickets with /buyticket!" />
- <Translation Id="ui_you_bought_x" Value="<b><color=#D33B7A>You bought <color=#FFFFFF>{0}</color> ticket(s) for <color=#FFFFFF>${1}</color>!</color></b>" />
- <Translation Id="ui_not_enough_money" Value="<b><color=#D33B7A>You cannot afford to buy <color=#FFFFFF>{0}</color> ticket(s)!</color></b>" />
- <Translation Id="ui_too_many_tickets" Value="<b><color=#D33B7A>You can only buy a maximum of <color=#FFFFFF>{0}</color> ticket(s)!</color></b>" />
- <Translation Id="ui_all_money_all_tickets" Value="${0} ({1} tickets)" />
- <Translation Id="ui_your_money_your_tickets" Value="${0} ({1} tickets)" />
- <Translation Id="discord_title" Value="Lottery Winner!" />
- <Translation Id="discord_username" Value="{0} ({1})" />
- <Translation Id="discord_description" Value="{0} has won {1} in the lottery! Congratulations {0}!" />
- <Translation Id="discord_footer" Value="{0}" />
- </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement