Advertisement
Johnanater

IceLotto 1.1.2 - Translations

Sep 3rd, 2020 (edited)
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Translation Id="lottery_join_message" Value="Current Lottery Amount: ${0}: Go buy some tickets with /buyticket!" />
  4.   <Translation Id="next_lottery" Value="Next lottery draw is set for: {0}" />
  5.   <Translation Id="player_has_won" Value="{0} has won the lottery of ${1}!" />
  6.   <Translation Id="you_have_won" Value="Congrats! You just won {0} from the lottery!" />
  7.   <Translation Id="datetime_format" Value="MM/dd/yy @ hh:mm tt" />
  8.   <Translation Id="not_enough_money" Value="You do not have enough money!" />
  9.   <Translation Id="lottery_draw_failed" Value="Lottery draw failed because no one entered!" />
  10.   <Translation Id="too_many_tickets" Value="You can only buy a maximum of {0} ticket(s)!" />
  11.   <Translation Id="bought_ticket" Value="You bought {0} ticket(s) for ${1}!" />
  12.   <Translation Id="draw_lotto" Value="Drawing lotto..." />
  13.   <Translation Id="lottery_info_1" Value="Lottery total: ${0} ({1} tickets)" />
  14.   <Translation Id="lottery_info_2" Value="Your tickets: ${0} ({1} tickets)" />
  15.   <Translation Id="lottery_info_3" Value="Next draw time: {0}, buy some tickets with /buyticket!" />
  16.   <Translation Id="ui_you_bought_x" Value="&lt;b&gt;&lt;color=#D33B7A&gt;You bought &lt;color=#FFFFFF&gt;{0}&lt;/color&gt; ticket(s) for &lt;color=#FFFFFF&gt;${1}&lt;/color&gt;!&lt;/color&gt;&lt;/b&gt;" />
  17.   <Translation Id="ui_not_enough_money" Value="&lt;b&gt;&lt;color=#D33B7A&gt;You cannot afford to buy &lt;color=#FFFFFF&gt;{0}&lt;/color&gt; ticket(s)!&lt;/color&gt;&lt;/b&gt;" />
  18.   <Translation Id="ui_too_many_tickets" Value="&lt;b&gt;&lt;color=#D33B7A&gt;You can only buy a maximum of &lt;color=#FFFFFF&gt;{0}&lt;/color&gt; ticket(s)!&lt;/color&gt;&lt;/b&gt;" />
  19.   <Translation Id="ui_all_money_all_tickets" Value="${0} ({1} tickets)" />
  20.   <Translation Id="ui_your_money_your_tickets" Value="${0} ({1} tickets)" />
  21.   <Translation Id="discord_title" Value="Lottery Winner!" />
  22.   <Translation Id="discord_username" Value="{0} ({1})" />
  23.   <Translation Id="discord_description" Value="{0} has won {1} in the lottery! Congratulations {0}!" />
  24.   <Translation Id="discord_footer" Value="{0}" />
  25. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement