Skip to content

Default Translations

papershredder432 edited this page May 28, 2020 · 1 revision
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="invalid_use" Value="Invalid use of {0}." />
  <Translation Id="command_failed" Value="{0} has failed to execute." />
  <Translation Id="disabled" Value="{0} has been disabled." />
  <Translation Id="driving" Value="You can not teleport you while driving." />
  <Translation Id="inventory_cleared" Value="{0}'s inventory has been cleared." />
  <Translation Id="cuff_success" Value="Successfully cuffed {0}." />
  <Translation Id="cuff_failed" Value="Unable to cuff {0}." />
  <Translation Id="caller_frozen" Value="{0} has been frozen." />
  <Translation Id="caller_unfrozen" Value="{0} has been unfrozen." />
  <Translation Id="player_frozen" Value="You have been frozen." />
  <Translation Id="player_unfrozen" Value="You have been unfrozen." />
  <Translation Id="already_frozen" Value="{0} is already frozen." />
  <Translation Id="not_frozen" Value="{0} is not frozen" />
  <Translation Id="no_home" Value="No bed was found." />
  <Translation Id="home_found" Value="Successfully teleported you to your bed." />
  <Translation Id="warp_success" Value="Successfully teleported you to warp: {0}." />
  <Translation Id="warp_failed" Value="Could not teleport you to warp location." />
  <Translation Id="warp_added" Value="Added warp: {0}" />
  <Translation Id="warp_!exists" Value="Warp: {0} does not exist." />
  <Translation Id="warp_exists" Value="Warp {0} already exists." />
  <Translation Id="warp_removed" Value="Removed warp; {0}" />
  <Translation Id="warp_renamed" Value="Warp {0} has been renamed to {1}." />
  <Translation Id="warp_!newname" Value="Specify a new name for the warp." />
  <Translation Id="warp_newname" Value="Renamed warp from {0} to {1}" />
  <Translation Id="warp_none" Value="There are no available warps." />
  <Translation Id="skills_maxed" Value="Your skills have been maxed." />
  <Translation Id="back_success" Value="You have been teleported to your last death." />
  <Translation Id="back_failed" Value="You could not be teleported to your last death." />
  <Translation Id="back_nodeath" Value="You have not died yet." />
</Translations>```
Clone this wiki locally