Advertisement
Guest User

HousingSeller Translation

a guest
Mar 6th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 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="no_near_door" Value="{color=red}There is no door nearby...{/color}" />
  4. <Translation Id="door_price_type_error" Value="{color=red}The price must be a number{/color}" />
  5. <Translation Id="house_added_success" Value="House successfully added to the database with the price of {0}" />
  6. <Translation Id="house_not_exists" Value="There is no house with this id..." />
  7. <Translation Id="house_bought_success" Value="You have successfully bought the house for {0}$" />
  8. <Translation Id="house_sign_added_success" Value="The house {0} for sale sign has been added correctly." />
  9. <Translation Id="house_sign_added_error" Value="There is no sale sign where you are looking at" />
  10. <Translation Id="furniture_add_error" Value="There is no furniture where you are looking at." />
  11. <Translation Id="furniture_add_success" Value="{0} Furniture has been added to the house with id {1}" />
  12. <Translation Id="ui_furniture_empty" Value="&lt;b&gt;&lt;color=orange&gt;Empty.&lt;/color&gt;&lt;/b&gt;" />
  13. <Translation Id="ui_title" Value="Housing Seller Monitor" />
  14. <Translation Id="ui_house_information" Value="House Information" />
  15. <Translation Id="ui_house_furniture" Value="Furniture" />
  16. <Translation Id="ui_house_id" Value="ID: &lt;b&gt;&lt;color=#00C88C&gt;{0}&lt;/color&gt;&lt;/b&gt;" />
  17. <Translation Id="ui_house_price" Value="Price: &lt;b&gt;&lt;color=#FFA30D&gt;{0}{1}&lt;/color&gt;&lt;/b&gt;" />
  18. <Translation Id="ui_house_buy_button" Value="Purchase" />
  19. <Translation Id="ui_house_inventory_button" Value="Open Inventory" />
  20. <Translation Id="ui_house_abandon_button" Value="Abandon House" />
  21. <Translation Id="ui_house_sold_button" Value="Sold" />
  22. <Translation Id="no_money" Value="You don't have enough money to buy the house." />
  23. <Translation Id="tp_house_success" Value="You have been teleported to house {0}" />
  24. <Translation Id="item_blacklisted" Value="[!] You cant store {0} in House Virtual storages." />
  25. <Translation Id="houses_list_error" Value="The player with SteamID64 {0} doesn't have any houses" />
  26. <Translation Id="houses_list" Value="ID: {0} Position: {1}" />
  27. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement