Haruki_Kenshin

Osfur VehicleStore Translation

Aug 16th, 2018
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.26 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.   <!--Common messages, used in more than one command-->
  4.   <Translation Id="common_no_store_nearby" Value="You are not close to any vehicle store." />
  5.   <Translation Id="common_no_vehicle_found_store" Value="The vehicle wasn't found or this store doesn't sell or buy it." />
  6.   <Translation Id="common_vehicle_not_found" Value="No vehicle was found with the given ID." />
  7.   <Translation Id="common_number_conversion" Value="There was an error converting your number." />
  8.   <Translation Id="common_negative_number" Value="The value must be higher than zero." />
  9.   <Translation Id="common_disabled" Value="This command is disabled." />
  10.   <Translation Id="common_no_store_found" Value="No store was found with the given ID." />
  11.  
  12.   <!--/buyvehicle command-->
  13.   <Translation Id="command_buy_syntax" Value="The correct syntax is '/buy <car name/id>'." />
  14.   <Translation Id="command_buy_no_license" Value="You don't have a driver license." />
  15.   <Translation Id="command_buy_not_enough_money" Value="You don't have enough money." />
  16.   <Translation Id="command_buy_all_positions_blocked" Value="All positions are blocked." />
  17.   <Translation Id="command_buy_success" Value="You bought a {0} for {1} {2}." />
  18.  
  19.   <!--/sellvehicle command-->
  20.   <Translation Id="command_sell_syntax" Value="The correct syntax is '/sellvehicle'." />
  21.   <Translation Id="command_sell_not_inside_vehicle" Value="You're not inside a vehicle." />
  22.   <Translation Id="command_sell_sold" Value="Your {0} was sold for {1} {2}." />
  23.   <Translation Id="command_sell_not_driver" Value="You must be the driver of this vehicle." />
  24.  
  25.   <!--/infovehicle command-->
  26.   <Translation Id="command_info_syntax" Value="The correct syntax is '/info <car name/id>'." />
  27.   <Translation Id="command_info_vehicle_info" Value="The {0} costs {1} {2}. You can sell it for {1} {3}." />
  28.  
  29.   <!--/createvehiclestore commmand-->
  30.   <Translation Id="command_createstore_store_exists" Value="There is already a store created in this radius." />
  31.   <Translation Id="command_createstore_store_created" Value="A store with ID {0} was created at your location." />
  32.   <Translation Id="command_createstore_syntax" Value="The correct syntax is '/createvehiclestore <radius>'." />
  33.  
  34.   <!--/deletevehiclestore command-->
  35.   <Translation Id="command_storedelete_store_deleted" Value="This store was deleted." />
  36.  
  37.   <!--/createvehicleposition command-->
  38.   <Translation Id="command_createvehicleposition_syntax" Value="The correct syntax is '/createvehicleposition <store-id>'." />
  39.   <Translation Id="command_createvehicleposition_created" Value="Vehicle position created for Store ID {0}." />
  40.  
  41.   <!--/deletevehicleposition command-->
  42.   <Translation Id="command_deletevehicleposition_syntax" Value="The correct syntax is '/deletevehicleposition'." />
  43.   <Translation Id="command_deletevehicleposition_deleted" Value="Vehicle position with ID {0} from Store ID {1} deleted." />
  44.  
  45.   <!--/addvehicle command-->
  46.   <Translation Id="command_addvehicle_syntax" Value="The correct syntax is '/addvehicle <vehicle-id>'." />
  47.   <Translation Id="command_addvehicle_success" Value="The vehicle {0} with ID {1} was added to the store with ID {2}." />
  48.  
  49.   <!--/addvehicletype command-->
  50.   <Translation Id="command_addvehicletype_syntax" Value="The correct syntax is '/addvehicletype <vehicle-type-id>'." />
  51.   <Translation Id="command_addvehicletype_type_not_found" Value="No vehicle type with the given ID were found." />
  52.   <Translation Id="command_addvehicletype_success" Value="The vehicle type {0} with ID {1} was added to the store with ID {2}." />
  53.  
  54.   <!--/deletevehicletype command-->  
  55.   <Translation Id="command_deletevehicletype_syntax" Value="The correct syntax is '/deletevehiclestore <vehicle-type-id>'." />
  56.   <Translation Id="command_deletevehicletype_success" Value="The vehicle type {0} with ID {1} was deleted from the store with ID {2}." />
  57.  
  58.   <!--/deletevehile command-->
  59.   <Translation Id="command_deletevehicle_syntax" Value="The correct syntax is '/deletevehicle <vehicle-id>'." />
  60.   <Translation Id="command_deletevehicle_success" Value="The vehicle {0} with ID {1} was deleted from the store with ID {2}." />
  61. </Translations>
Add Comment
Please, Sign In to add comment