Advertisement
Guest User

Untitled

a guest
Jan 12th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.29 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="login" Value="Welcome back {0}! You have not lost any barricades or structures to decay." />
  4.   <Translation Id="login_decayed" Value="Welcome back {0}! You have lost {1} barricades and/or structures to decay." />
  5.   <Translation Id="remove_structures_usage" Value="Command usage: /removestructures &lt;player&gt;" />
  6.   <Translation Id="invalid_player" Value="{0} is not a player or steam64 ID." />
  7.   <Translation Id="removed_structures" Value="Removed {0} structures and or barricades." />
  8.   <Translation Id="not_looking_structure" Value="You are not looking at a structure/barricade, so you cannot get any info." />
  9.   <Translation Id="structure_check" Value="Structure Owner: {0} | {1} | Time left: {2} | Total buildables: {3}." />
  10.   <Translation Id="unknown_player_text" Value="Name Unknown" />
  11.   <Translation Id="not_decaying_text" Value="∞" />
  12.   <Translation Id="toggle_usage" Value="Command usage: /toggleDecay &lt;player&gt;" />
  13.   <Translation Id="exclusion_removed" Value="{0} was removed from the excluded player list." />
  14.   <Translation Id="exclusion_added" Value="{0} was added to the excluded player list." />
  15. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement