Guest User

ParadoxUnboxing Translation

a guest
Aug 31st, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.48 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="WrongUsage" Value="Correct Usage: {0}" /> // You can't use rich text here but you can use rich text everywhere except this
  4.   <Translation Id="WrongFormat" Value="[color=red]{0} is wrong[/color]" />
  5.   <Translation Id="KeyNotFound" Value="[color=red]Crate Key by the id of {0} not found[/color]" />
  6.   <Translation Id="NoKeysFound" Value="[color=red]Player doesn't have any keys of that id to remove[/color]" />
  7.   <Translation Id="AddedKeys" Value="[color=green]Added {0} key(s) of the id {1} to player[/color]" />
  8.   <Translation Id="RemovedKeys" Value="[color=green]Removed {0} key(s) of the id {1} from player[/color]" />
  9.   <Translation Id="CrateNotFound" Value="[color=red]Crate by the id of {0} not found[/color]" />
  10.   <Translation Id="NoCratesFound" Value="[color=red]Player doesn't have any crates of that id to remove[/color]" />
  11.   <Translation Id="AddedCrates" Value="[color=green]Added {0} crate(s) of the id {1} to player[/color]" />
  12.   <Translation Id="RemovedCrates" Value="[color=green]Removed {0} crate(s) of the id {1} from player[/color]" />
  13.   <Translation Id="NotEnoughBalance" Value="[color=red]You don't have enough balance to buy {0}[/color]" />
  14.   <Translation Id="Bought" Value="[color=green]You successfully bought {0}[/color]" />
  15.   <Translation Id="Unbox" Value="[color=green]You unboxed {0} and won {1}[/color]" />
  16.   <Translation Id="FoundCrate" Value="[color=green]You found a {0} crate it's been added to your inventory at /unbox[/color]" />
  17.   <Translation Id="FoundKey" Value="[color=green]You found a {0} key it's been added to your inventory at /unbox[/color]" />
  18.   <Translation Id="UIConfiguration" Value="CONFIGURE UI VALUES" />
  19.   <Translation Id="HomeUITitle" Value="Home" />
  20.   <Translation Id="CasesOpened" Value="Cases Opened" />
  21.   <Translation Id="CasesBought" Value="Cases Bought" />
  22.   <Translation Id="ActivityTitle" Value="Activity" />
  23.   <Translation Id="ActivityText" Value="{0} unboxed {1} and won {2}" />
  24.   <Translation Id="InventoryUITitle" Value="Inventory" />
  25.   <Translation Id="InventoryUseButton" Value="Use" />
  26.   <Translation Id="StoreUITitle" Value="Store" />
  27.   <Translation Id="StoreBuyButton" Value="BUY" />
  28.   <Translation Id="UnboxUITitle" Value="UNBOXING: {0}" />
  29.   <Translation Id="UnboxButton" Value="Open Case" />
  30.   <Translation Id="UnboxPreview" Value="Case Contains:" />
  31. </Translations>
Add Comment
Please, Sign In to add comment