Advertisement
Guest User

GaragePlugin - Translation

a guest
Feb 25th, 2018
1,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Translations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Translation Id="GarageList_YourVehicles" Value="Your vehicles: {0}" />
  4. <Translation Id="GarageList_YourGarageIsEmpty" Value="Your garage is empty!" />
  5. <Translation Id="GarageAdd_VehicleNotLocked" Value="You must lock the vehicle before!" />
  6. <Translation Id="GarageAdd_AddedVehicle" Value="Successfully added {0} to your garage!" />
  7. <Translation Id="GarageAdd_NotEnoughSpace" Value="You don't have enough garage space for this kind of vehicle!" />
  8. <Translation Id="GarageAdd_Help" Value="Format: /GarageAdd &lt;VehicleName&gt;" />
  9. <Translation Id="GarageAdd_ItemMaxLimit" Value="You have too many {0} on your vehicle!" />
  10. <Translation Id="GarageAdd_ItemBlacklisted" Value="{0} is blacklisted for your garage!" />
  11. <Translation Id="GarageAdd_NotLookingAtVehicle" Value="You're not looking at any vehicle!" />
  12. <Translation Id="GarageList_YourGarageIsEmpty" Value="Your garage is empty!" />
  13. <Translation Id="GarageRetrieve_Successfully" Value="Successfully retrieved {0} from your garage!" />
  14. <Translation Id="GarageRetrieve_Help" Value="Format: /GarageRetrieve &lt;VehicleName&gt;" />
  15. <Translation Id="GarageDelete_Successfully" Value="Successfully deleted {0} from your garage!" />
  16. <Translation Id="GarageDelete_Help" Value="Format: /GarageDelete &lt;VehicleName&gt;" />
  17. <Translation Id="GarageDelete_VehicleNotFound" Value="Can't find this vehicle in your garage!" />
  18. <Translation Id="GarageRetrieve_VehicleNotFound" Value="Can't find this vehicle in your garage!" />
  19. <Translation Id="BuyNextLevel_SpecifyShort" Value="Please specify by what to short the next level, Options: Cars, Boats, Helicopters, Planes, Trains" />
  20. <Translation Id="BuyNextLevel_SpecifyVaildEngine" Value="Please specify a vaild engine! To see all engines use /BuyNextLevel" />
  21. <Translation Id="BuyNextLevel_Success" Value="You sucessfully bought more slots!" />
  22. <Translation Id="BuyNextLevel_NoMoney" Value="You don't have enough moeny!" />
  23. <Translation Id="BuyNextLevel_ReachedMaxLevelForEngine" Value="You have reached the max level for this engine!" />
  24. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement