Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.75 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="request_sent" Value="You have sent a trade request to {0}!" />
  4.   <Translation Id="request_received" Value="{0} has sent you a trade request! Type /trade accept to accept!" />
  5.   <Translation Id="request_aborted" Value="You have aborted your trade request!" />
  6.   <Translation Id="trade_accepted_player" Value="You are now trading with {0}. Type /trade open to get started!" />
  7.   <Translation Id="trade_accepted_partner" Value="You are now trading with {0}. Type /trade open to get started!" />
  8.   <Translation Id="trade_denied_player" Value="You have denied {0}'s trade request." />
  9.   <Translation Id="trade_denied_partner" Value="{0} has denied your trade request." />
  10.   <Translation Id="trade_aborted_player" Value="You have aborted your trade with {0}." />
  11.   <Translation Id="trade_aborted_partner" Value="{0} has aborted their trade with you." />
  12.   <Translation Id="trade_confirm_player" Value="You have confirmed the trade." />
  13.   <Translation Id="trade_confirm_partner" Value="{0} has confirmed the trade." />
  14.   <Translation Id="trade_double_confirm" Value="Trade locked in. Please go over it again and type /trade confirm." />
  15.   <Translation Id="trade_complete" Value="Your trade with {0} has been completed!" />
  16.   <Translation Id="no_trade_inbox" Value="You don't have any incoming trade requests." />
  17.   <Translation Id="no_trade_outbox" Value="You don't have any outgoing trade requests." />
  18.   <Translation Id="no_player_found" Value="Player does not exist." />
  19.   <Translation Id="not_in_trade" Value="You are not currently trading with anyone." />
  20.   <Translation Id="trade_to_self" Value="You cannot trade with yourself." />
  21.   <Translation Id="player_in_trade" Value="This player is already trading with someone." />
  22.   <Translation Id="cooldown" Value="You have {0} seconds left before you can issue this command." />
  23.   <Translation Id="help-1" Value="/trade &lt;player&gt; - Send a trade request to a player." />
  24.   <Translation Id="help-2" Value="/trade accept - Accept a pending trade request." />
  25.   <Translation Id="help-3" Value="/trade deny - Deny a pending trade request." />
  26.   <Translation Id="help-4" Value="/trade abort - Abort trading with a player." />
  27.   <Translation Id="help-5" Value="/trade confirm - Confirm the trade." />
  28.   <Translation Id="help-6" Value="/trade open - View and change your offer." />
  29.   <Translation Id="help-7" Value="/trade view - View offer from other player." />
  30.   <Translation Id="no_permission" Value="You don't have the permission to access this command!" />
  31.   <Translation Id="player_too_far" Value="This player is not close enough to trade with." />
  32. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement