Advertisement
Guest User

ParadoxBankRobbery Translation

a guest
Dec 31st, 2020
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 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="Not_In_Bank" Value="[color=red]You are not in a bank![/color]" />
  4.   <Translation Id="No_Permission" Value="[color=red]You don't have permission to rob a bank![/color]" />
  5.   <Translation Id="Bank_Already_Being_Robbed" Value="[color=red]This Bank is already being robbed![/color]" />
  6.   <Translation Id="Another_Bank_Being_Robbed" Value="[color=red]There is another bank already being robbed![/color]" />
  7.   <Translation Id="Bank_Global_Cooldown" Value="[color=red]You can't rob a bank for another {0} seconds[/color]" />
  8.   <Translation Id="Bank_Personal_Cooldown" Value="[color=red]This bank has already been robbed in the past {0} seconds, you can rob this bank after {1} seconds[/color]" />
  9.   <Translation Id="Police_In_Bank" Value="[color=red]There is a police in the bank, you can't start the robbery[/color]" />
  10.   <Translation Id="Not_Enough_Police" Value="[color=red]There is not enough police on the server to start a bank robbery[/color]" />
  11.   <Translation Id="Robbery_Started" Value="[color=red]A bank robbery has started at {0}[/color]" />
  12.   <Translation Id="Robber_Left" Value="[color=red]{0} left the robbery area, left the server or died. He won't be paid his cut now![/color]" />
  13.   <Translation Id="Hostage_Left" Value="[color=red]One hostage left the robbery area, left the server or died![/color]" />
  14.   <Translation Id="Robbery_Success" Value="[color=yellow]Robbery was successfull, all of your teammates and you were paid your cuts! You got {0}![/color]" />
  15.   <Translation Id="Robbery_Failed" Value="[color=red]Robbery failed[/color]" />
  16.   <Translation Id="Announce_Robbery_Success" Value="[color=green]{0} was successfully robbed[/color]" />
  17.   <Translation Id="Announce_Robbery_Failed" Value="[color=red]Robbers failed to rob {0}[/color]" />
  18. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement