PPC_DefTexts.inc 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. // Debug messages
  2. #define TXT_DebugInfo "Debug information"
  3. #define TXT_HousesFixed "Houses that have been fixed: %i"
  4. #define TXT_LastVehicleID "Last vehicle ID: %i"
  5. #define TXT_LastObjectID "Last object ID: %i"
  6. #define TXT_TotalHouses "Loaded %i houses"
  7. #define TXT_TotalBusiness "Loaded %i businesses"
  8. #define TXT_TotalSpeedCameras "Loaded %i speed-camera's"
  9. // Define the message that's sent to all players when a player joins the server
  10. #define TXT_PlayerJoinedServer "{0000FF}Player '{FFFF00}%s{0000FF}' (id: {FFFF00}%i{0000FF}) has joined the server"
  11. #define TXT_PlayerLeftServer "{0000FF}Player '{FFFF00}%s{0000FF}' (id: {FFFF00}%i{0000FF}) has left the server"
  12. // Banned texts (also kick messages)
  13. #define TXT_StillBanned "{FF0000}You're still banned" // Define the text that the player sees when he's still banned when trying to login
  14. #define TXT_BannedDuration "{FF0000}Remaining: Days: %i, Hours: %i, Minutes: %i, Seconds: %i" // Define the remaining ban-time text
  15. #define TXT_KickSpeedHack "{FF0000}You've been kicked for using speed-hack and/or air braking"
  16. #define TXT_KickJetPackHack "{FF0000}You've been kicked for using jetpack-hack"
  17. #define TXT_KickHealthHack "{FF0000}You've been kicked for using health-hack"
  18. // Dialog buttons
  19. #define TXT_DialogButtonCancel "Cancel" // Define the text on the "Cancel"-button for dialogs
  20. #define TXT_DialogButtonBuy "Buy" // Define the text on the "Buy"-button for dialogs
  21. #define TXT_DialogButtonSpawn "Spawn"
  22. #define TXT_DialogButtonSelect "Select"
  23. #define TXT_DialogButtonYes "Yes"
  24. #define TXT_DialogButtonNo "No"
  25. // Dialog entries
  26. #define TXT_DialogEntryNext "Next..."
  27. // The register dialog
  28. #define TXT_DialogRegisterTitle "Welcome" // Define the title-message on top of the register-dialog
  29. #define TXT_DialogRegisterMsg "Please register by entering your password:" // Define the actual message in the register-dialog
  30. #define TXT_DialogRegisterButton1 "Register" // Define the text on the "register" button for the register-dialog
  31. #define TXT_AccountRegistered "{00FF00}You succesfully registered your account"
  32. #define TXT_RegisterEnterValidPassword "Please enter a valid password to register:"
  33. #define TXT_PlayerMustRegister "{FF0000}You must register in order to play, you've been kicked out!"
  34. // The login dialog
  35. #define TXT_DialogLoginTitle "Welcome" // Define the title-message on top of the login-dialog
  36. #define TXT_DialogLoginMsg "Please login by entering your password:" // Define the actual message in the login-dialog
  37. #define TXT_DialogLoginButton1 "Login" // Define the text on the "login" button for the login-dialog
  38. #define TXT_LoggedIn "{00FF00}You logged in, welcome back"
  39. #define TXT_WrongPassword "{FF0000}You've entered the wrong password, you've been kicked"
  40. #define TXT_LoginEnterValidPassword "Please login by entering your password:"
  41. #define TXT_PlayerMustLogin "{FF0000}You must login in order to play, you've been kicked out!"
  42. #define TXT_FailedLoginProperly "{FF0000}You failed to login properly, you're kicked"
  43. // The license dialog
  44. #define TXT_DialogLicenseTitle "Select license:" // Define the title-message on top of the licenses-dialog
  45. #define TXT_DialogLicenseList "Trucker's license ($50.000, 100 points)\r\nBusdriver license ($25.000, 50 points)" // Define the licenses and their price
  46. #define TXT_PickupText "Buy licenses" // Defines the text that's shown above the pickup for buying licenses
  47. #define TXT_TruckerLicenseBought "{00FF00}You have acquired your trucker's license"
  48. #define TXT_TruckerLicenseNotEnoughMoney "{FF0000}You need $50.000 and 100 score-points to buy a trucker's license"
  49. #define TXT_TruckerLicenseOwned "{FF0000}You already bought the license"
  50. #define TXT_TruckerLicenseWrongClass "{FF0000}You must be a trucker to buy a trucker's license"
  51. #define TXT_BusLicenseBought "{00FF00}You have acquired your busdriver's license"
  52. #define TXT_BusLicenseNotEnoughMoney "{FF0000}You need $25.000 and 50 score-points to buy a busdriver's license"
  53. #define TXT_BusLicenseOwned "{FF0000}You already bought the license"
  54. #define TXT_BusLicenseWrongClass "{FF0000}You must be a busdriver to buy a busdriver's license"
  55. // Dialog related for /car, /plane, ...
  56. #define TXT_DialogCarTitle "Choose a car (page %i):"
  57. #define TXT_DialogPlaneTitle "Choose a plane (page %i):"
  58. #define TXT_DialogTrailerTitle "Choose a trailer (page %i):"
  59. #define TXT_PlayerSpawnedVehicle "{00FF00}%s spawned vehicle-id %i (model-id = %i) at coords: x=%4.2f, y=%4.2f, z=%4.2f"
  60. #define TXT_ChangedWeather "{00FF00}You've changed the weather")
  61. #define TXT_DialogCommandTitle "List of commands (page %i):"
  62. // Trucker related
  63. #define TXT_PlayerCompletedTruckJob "{FFFFFF}Trucker {FF00FF}%s{FFFFFF} succesfully transported {0000FF}%s{FFFFFF}"
  64. #define TXT_PlayerCompletedTruckJobInfo "from {00FF00}%s{FFFFFF} to {00FF00}%s{FFFFFF}"
  65. #define TXT_TruckerBonusOverloaded "{00FF00}You also earned a bonus for being overloaded: $%i"
  66. #define TXT_TruckerBonusMafiaLoad "{00FF00}You also earned a bonus for delivering a mafia-load: $%i"
  67. #define TXT_TruckerBonusOwnVehicle "{00FF00}You also earned a bonus for using your own truck: $%i"
  68. #define TXT_TruckerMustEnterVehicle "{FF0000}You must enter your vehicle or re-attach your trailer"
  69. #define TXT_TruckerOverloaded "{FF0000}You have been overloaded! Avoid the police!"
  70. #define TXT_TruckerMafiaInterested "~r~The mafia is interested in your load~w~"
  71. #define TXT_TruckerDialogSelectLoad "Select load:"
  72. #define TXT_TruckerDialogSelectStartLoc "Select loading point:"
  73. #define TXT_TruckerDialogSelectEndLoc "Select unloading point:"
  74. #define TXT_NeedVehicleToProceed "{FF0000}You need to be in your vehicle to proceed"
  75. #define TXT_NeedTrailerToProceed "{FF0000}You need to have your trailer attached to proceed"
  76. #define TXT_NeedOnFootToProceed "{FF0000}You need to be on foot to proceed"
  77. // Busdriver related
  78. #define TXT_PlayerCompletedBusLine "{FFFFFF}BusDriver {FF00FF}%s{FFFFFF} succesfully completed bus-line {0000FF}%i{FFFFFF}"
  79. #define TXT_BusDriverMissionPassed "Mission ended" // Define the game-text that shows when the player passed a busdriver mission
  80. #define TXT_BusDriverJobInfo "~w~Line ~y~%i~w~ (~g~%s~w~): ~b~%i~w~ on bus"
  81. #define TXT_BusDriverBusStopInfo "~w~Line ~y~%i~w~ (~g~%s~w~): ~b~%i~w~ on bus, ~b~%i~w~ on busstop"
  82. #define TXT_BusDriverReward "~g~You've earned $%i~w~"
  83. #define TXT_BusDriverMustEnterBus "{FF0000}You must enter your bus"
  84. #define TXT_SelectBusRoute "Select busroute:"
  85. #define TXT_BusdriverAlreadyDoingJob "{FF0000}You're already doing a job"
  86. // Mafia related
  87. #define TXT_PlayerCompletedMafiaJob "{FFFFFF}Mafia {FF00FF}%s{FFFFFF} succesfully transported {0000FF}%s{FFFFFF}"
  88. #define TXT_PlayerCompletedMafiaJobInfo "from {00FF00}%s{FFFFFF} to {00FF00}%s{FFFFFF}"
  89. #define TXT_MafiaMustEnterVehicle "{FF0000}You must enter your vehicle"
  90. #define TXT_MafiaDeliverStolenLoad "~w~Bring the ~b~stolen load~w~ to the ~r~mafia-hideout~w~"
  91. #define TXT_MafiaDeliveredStolenLoad "{00FF00}You delivered a stolen mafia-load, you earned $5000"
  92. // Police related
  93. #define TXT_PoliceWarnPlayer "~r~This is the police! Stop at once!~w~"
  94. #define TXT_PoliceFinedPlayerReward "{00FF00}You have fined %s and earned $%i"
  95. #define TXT_PlayerGotFinedByPolice "{FF0000}You have been caught by %s and payed a fine of $%i"
  96. #define TXT_PoliceFinedPlayer "{00FF00}Officer %s has fined %s"
  97. #define TXT_PoliceJailedPlayerReward "{00FF00}You have jailed %s and earned $%i"
  98. #define TXT_PlayerGotJailedByPolice "{FF0000}You have been jailed by %s for %i minutes"
  99. #define TXT_PoliceJailedPlayer "{00FF00}Officer %s has jailed %s for %i minutes"
  100. // Pilot related
  101. #define TXT_PlayerCompletedPilotJob "{FFFFFF}Pilot {FF00FF}%s{FFFFFF} succesfully transported {0000FF}%s{FFFFFF}"
  102. #define TXT_PlayerCompletedPilotJobInfo "from {00FF00}%s{FFFFFF} to {00FF00}%s{FFFFFF}"
  103. // Courier related
  104. #define TXT_CourierMustEnterVehicle "{FF0000}You must enter your vehicle"
  105. #define TXT_PlayerCompletedCourierJob "{FFFFFF}Courier {FF00FF}%s{FFFFFF} succesfully delivered {0000FF}%i{FFFFFF} packages"
  106. #define TXT_PackageDeliveredGameText "Package delivered"
  107. #define TXT_PackageDeliveredMessage "{00FF00}Package delivered"
  108. // Roadworker related
  109. #define TXT_RepairSpeedcamera "~w~Repair the ~r~indicated~w~ speedcamera"
  110. #define TXT_TowBrokenVehicle "~w~Tow the ~r~broken vehicle~w~ near ~b~%s~w~ to the shredder"
  111. #define TXT_DeliverBrokenVehicle "~w~Tow the broken vehicle near ~b~%s~w~ to the ~r~shredder~w~"
  112. #define TXT_RoadworkerMustEnterVehicle "{FF0000}You must enter your vehicle or re-attach your trailer"
  113. #define TXT_RoadworkerMissionPassed "Mission ended" // Define the game-text that shows when the player passed a roadworker mission
  114. // Job related, for all classes
  115. #define TXT_RewardJob "{00FF00}You finished the mission and earned $%i"
  116. #define TXT_FailedMission "~w~You ~r~failed~w~ your mission. You lost ~y~$1000~w~ to cover expenses." // Define game-text when player fails a mission
  117. // Class related
  118. #define TXT_ClassTrucker "Truck driver" // Define the game-text that shows when the player is choosing classes (this one = trucker)
  119. #define TXT_ClassBusDriver "Bus driver" // Define the game-text that shows when the player is choosing classes (this one = bus-driver)
  120. #define TXT_ClassPilot "Pilot" // Define the game-text that shows when the player is choosing classes (this one = pilot)
  121. #define TXT_ClassPolice "Police" // Define the game-text that shows when the player is choosing classes (this one = police)
  122. #define TXT_ClassMafia "Mafia" // Define the game-text that shows when the player is choosing classes (this one = mafia)
  123. #define TXT_ClassCourier "Courier" // Define the game-text that shows when the player is choosing classes (this one = courier)
  124. #define TXT_ClassAssistance "Assistance" // Define the game-text that shows when the player is choosing classes (this one = assistance)
  125. #define TXT_ClassRoadWorker "Road worker" // Define the game-text that shows when the player is choosing classes (this one = roadworker)
  126. // No-job texts for all classes
  127. #define Trucker_NoJobText "No job at the moment. Enter \"~y~/work~w~\" to start a job"
  128. #define BusDriver_NoJobText "No job at the moment. Enter \"~y~/work~w~\" to start a job"
  129. #define Pilot_NoJobText "No job at the moment. Enter \"~y~/work~w~\" to start a job"
  130. #define Police_NoJobText "~r~'RMB'~w~ fines a player (on foot), ~r~'LCTRL'~w~ warns the player (in vehicle)"
  131. #define Mafia_NoJobText "Hijack a ~r~marked~w~ vehicle or enter \"~y~/work~w~\" to start a job"
  132. #define Courier_NoJobText "No job at the moment. Enter \"~y~/work~w~\" to start a job"
  133. #define Assistance_NoJobText "~r~'RMB'~w~ repairs/refuels a vehicle (on foot), ~r~'LCTRL'~w~ fixes your own vehicle"
  134. #define RoadWorker_NoJobText "No job at the moment. Enter \"~y~/work~w~\" to start a job"
  135. // Command related
  136. #define TXT_PlayerRescued "{0000FF}You've been rescued. $200 has been deducted."
  137. // Fuel related
  138. #define TXT_Refuelling "~g~Refuelling..." // Define the game-text that shows when you're refuelling your vehicle
  139. #define TXT_PickupRefuel "Honk the horn\nto refuel your vehicle"
  140. #define TXT_RefuelledVehicle "{00FF00}You refuelled your vehicle for $%i"
  141. #define TXT_CannotRefuelVehicle "{FF0000}You don't have enough cash to refuel your vehicle"
  142. // Gametexts for loading/unloading
  143. #define TXT_LoadingGoods "~r~Loading %s... ~w~Please Wait"
  144. #define TXT_UnloadingGoods "~r~Unloading %s... ~w~Please Wait"
  145. #define TXT_TruckerLoadingGoods "~r~Loading Your Truck... ~w~Please Wait"
  146. #define TXT_TruckerUnloadingGoods "~r~Unloading Your Truck... ~w~Please Wait"
  147. #define TXT_TransportingFromToPickup "~w~Transporting ~b~%s~w~ from ~r~%s~w~ to %s"
  148. #define TXT_TransportingFromToDeliver "~w~Transporting ~b~%s~w~ from %s to ~r~%s~w~"
  149. #define TXT_HaulingCargoFromToPickup "~w~Hauling ~b~%s~w~ from ~r~%s~w~ to %s"
  150. #define TXT_HaulingCargoFromToDeliver "~w~Hauling ~b~%s~w~ from %s to ~r~%s~w~"
  151. #define TXT_PickupCargoAt "{00FF00}Pickup the %s at %s"
  152. #define TXT_DeliverCargoTo "{00FF00}Deliver the %s to %s"
  153. // Cardealer related
  154. #define TXT_PickupCarDealer "Use \"/rentcar\"\nto rent a car"
  155. #define TXT_BuyRentCarEmptyList "{FF0000}This is an empty list, the administrator may have disabled all vehicles of this class"
  156. #define TXT_RentBike "Rent a bike:"
  157. #define TXT_RentBoat "Rent a boat:"
  158. #define TXT_RentConvertible "Rent a convertible:"
  159. #define TXT_RentHelicopter "Rent a helicopter:"
  160. #define TXT_RentIndustrial "Rent an industrail vehicle:"
  161. #define TXT_RentLowRider "Rent a low-rider:"
  162. #define TXT_RentOffRoad "Rent an off-road vehicle:"
  163. #define TXT_RentPlane "Rent a plane:"
  164. #define TXT_RentPublicService "Rent a public service vehicle:"
  165. #define TXT_RentRC "Rent a RC vehicle:"
  166. #define TXT_RentSaloon "Rent a saloon vehicle:"
  167. #define TXT_RentSport "Rent a sport vehicle:"
  168. #define TXT_RentStationWagon "Rent a station wagon:"
  169. #define TXT_RentTrailer "Rent a trailer:"
  170. #define TXT_RentUnique "Rent a unique vehicle:"
  171. #define TXT_AlreadyRentedVehicle "{FF0000}You already had a rented vehicle, but it has been replaced by the new one"
  172. #define TXT_PlayerRentsVehicle "{00FF00}You have rented a {FFFF00}%s{00FF00} for ${FFFF00}%i{00FF00}"
  173. #define TXT_RentingTooExpensive "{FF0000}You can't afford to rent this vehicle"
  174. #define TXT_BuyBike "Buy a bike:"
  175. #define TXT_BuyBoat "Buy a boat:"
  176. #define TXT_BuyConvertible "Buy a convertible:"
  177. #define TXT_BuyHelicopter "Buy a helicopter:"
  178. #define TXT_BuyIndustrial "Buy an industrail vehicle:"
  179. #define TXT_BuyLowRider "Buy a low-rider:"
  180. #define TXT_BuyOffRoad "Buy an off-road vehicle:"
  181. #define TXT_BuyPlane "Buy a plane:"
  182. #define TXT_BuyPublicService "Buy a public service vehicle:"
  183. #define TXT_BuyRC "Buy a RC vehicle:"
  184. #define TXT_BuySaloon "Buy a saloon vehicle:"
  185. #define TXT_BuySport "Buy a sport vehicle:"
  186. #define TXT_BuyStationWagon "Buy a station wagon:"
  187. #define TXT_BuyTrailer "Buy a trailer:"
  188. #define TXT_BuyUnique "Buy a unique vehicle:"
  189. // Jail related
  190. #define TXT_JailTimer "~w~Jailed: ~r~%i~w~"
  191. // Speedometer related
  192. #define TXT_SpeedometerSpeed "~w~Speed: ~b~%i~w~ kph"
  193. #define TXT_SpeedometerFuel "~w~Fuel: %s"
  194. #define TXT_SpeedometerCannotUseVehicle "{FF0000}You cannot use this vehicle, it's owned by \"{FFFF00}%s{FF0000}\""
  195. #define TXT_SpeedometerClampedVehicle "{FF0000}This vehicle is clamped, you cannot use it"
  196. #define TXT_SpeedometerClampedVehicle2 "{FF0000}You can unclamp it by using {FFFF00}/unclamp"
  197. #define TXT_PlayerCaughtSpeeding "{FF0000}You've been caught by a speedtrap, slow down!"
  198. // Toll-gate related
  199. #define TXT_PlayerPaysToll "You paid $%i for the toll"
  200. // Convoy related
  201. #define TXT_PlayerStartsConvoy "Player {00FF00}%s{FFFFFF} wants to start a {00FF00}convoy{FFFFFF}, join him by entering \"/convoy\""
  202. #define TXT_PlayerJoinedConvoy "Player {00FF00}%s{FFFFFF} has joined the convoy"
  203. #define TXT_YouJoinedConvoy "{00FF00}You have joined the convoy"
  204. #define TXT_WaitingLeaderJob "Waiting for the leader to start a job"
  205. #define TXT_WaitingMembersToLoadCargo "Waiting for all members to load their cargo"
  206. #define TXT_WaitingMembersToUnLoadCargo "Waiting for all members to unload their cargo"
  207. #define TXT_ConvoyFull "{FF0000}This convoy is already full"
  208. #define TXT_ConvoyEnRoute "This convoy is en-route to it's destination, you cannot join it"
  209. #define TXT_LeaderCancelledConvoy "{FF0000}The leader cancelled the convoy"
  210. #define TXT_MeetOtherConvoyMembers "{00FF00}Meet the other members of the convoy at the loading point"
  211. #define TXT_ConvoyDistanceForLeader "{00FF00}Everybody needs to stay within 500m of you"
  212. #define TXT_ConvoyDistanceForMember "{00FF00}Stay within 500m of the leader of the convoy"
  213. #define TXT_MemberNeedsCargoTrailer "You need a cargo trailer"
  214. #define TXT_MemberNeedsOreTrailer "You need an ore trailer"
  215. #define TXT_MemberNeedsFluidsTrailer "You need a fluids trailer"
  216. #define TXT_AllMembersSameTrailer "{00FF00}All members have the same trailer, convoy is ready to go"
  217. #define TXT_AllMembersNotSameTrailer "{FF0000}Not all members have the same trailer, convoy cannot start yet"
  218. #define TXT_AllMembersLoadedCargo "{00FF00}All members have loaded their cargo, convoy is ready to proceed to the unloading-point"
  219. #define TXT_MemberKickedByDistance "{FF0000}You didn't stay close to the leader, you've been kicked from the convoy"
  220. #define TXT_MemberFellBehind "Player {00FF00}%s{FFFFFF} fell behind and is kicked from the convoy"
  221. #define TXT_FinishedConvoy "{00FF00}You finished the convoy and earned $%i"
  222. #define TXT_LeaderInfoBar "Members: ~g~%i~w~, Furthest member: ~g~%s~w~, Distance: ~r~%3.1f~w~"
  223. #define TXT_MemberInfoBar "Leader: ~r~%s~w~, distance: ~r~%3.1f~w~, members: ~r~%i~w~"
  224. #define TXT_CannotJoinJobStarted "{FF0000}You already started a job, you cannot create or join a convoy"
  225. #define TXT_ConvoyAllreadyJoined "{FF0000}You already joined a convoy"
  226. #define TXT_ConvoyNeedsTruckerClass "{FF0000}You need to be a trucker to create or join a convoy"
  227. // Timed messages
  228. #define TXT_TimedRefuel "{808080}You want to refuel your vehicle? Park on a refuel-pickup and honk the horn"
  229. #define TXT_TimedConvoy "{808080}You want to start a convoy? Enter \"/convoy\" to start or join one"
  230. #define TXT_TimedGohome "{808080}You want to teleport to a house you own? Use \"/gohome\" to go home"
  231. #define TXT_TimedRentCar "{808080}You want to rent a vehicle? Go visit Wang Cars in Doherty, San Fierro"
  232. #define TXT_TimedLicense "{808080}You're tired of random trucker/busdriver missions? Visit the driving school in Doherty and buy a license"
  233. #define TXT_TimedSpeedTraps "{808080}Beware of speedtraps (60kph in the city, 90kph on roads, 120kph on highways)"
  234. #define TXT_TimedGoBusiness "{808080}You want to teleport to a business you own? Use \"/gobus\" to go to your business"
  235. // House-related
  236. #define TXT_DefaultHouseName "%s's house"
  237. #define TXT_PlayerBoughtHouse "{33FF33}You've bought the house for ${FFCC33}%i"
  238. #define TXT_PlayerOwnsMaxHouses "{FF0000}You already own the maximum amount of allowed houses per player"
  239. #define TXT_ExitHouseReloadEnv "Waiting for the environment to load"
  240. #define TXT_PickupHouseOwned "%s\nOwned by: %s\nHouse-level: %i\n/enter"
  241. #define TXT_PickupHouseForSale "House available for\n$%i\nMax-level: %i\n/buyhouse"
  242. #define TXT_DialogOldHouseName "Old house-name: %s"
  243. #define TXT_DialogEnterNewHouseName "Give a new name to your house"
  244. #define TXT_DialogSelectHouseUpgrade "Select upgrade:"
  245. #define TXT_HouseReachedMaxLevel "{FF0000}Your house has reached the maximum level, you cannot upgrade it further"
  246. #define TXT_DialogBuyCarSelectClass "Select vehicle class:"
  247. #define TXT_HouseHasMaxVehicles "{FF0000}This house has the maximum amount of house-cars already"
  248. #define TXT_AlreadyBoughtRecentVehicle "{FF0000}You already bought a vehicle recently, use \"/getcar\" and \"/park\" to park it before buying a new one"
  249. #define TXT_EmptyCarSlot "%s{FFFFFF}Empty car-slot{FFFFFF}\n"
  250. #define TXT_SelectVehicleToSell "Select vehicle to sell:"
  251. #define TXT_SelectVehicleToGet "Select vehicle to port to your location:"
  252. #define TXT_NoHouseVehicles "{FF0000}This house has no vehicles assigned to it"
  253. #define TXT_SureSellHouse "Are you sure you want to sell your house for $%i?"
  254. #define TXT_AreYouSure "Are you sure?"
  255. #define TXT_CannotSellHouseWithCars "{FF0000}You can't sell a house which still has house-cars assigned to it"
  256. #define TXT_PlayerUpgradedHouse "{00FF00}You've upgraded your house to level %i for $%i"
  257. #define TXT_CannotAffordUpgrade "{FF0000}You cannot afford this upgrade"
  258. #define TXT_NoHouseInSlot "{FF0000}You don't have a house in this house-slot"
  259. #define TXT_ChangedHouseName "{00FF00}You've changed the name of your house"
  260. #define TXT_PlayerBoughtVehicle "{00FF00}You have bought a {FFFF00}%s{00FF00} for ${FFFF00}%i{00FF00}"
  261. #define TXT_PlayerMustUseGetcarAndPark "{00FF00}Now get outside and use \"{FFFF00}/getcar{00FF00}\" to spawn it, then use \"{FFFF00}/park{00FF00}\" to park it near your house"
  262. #define TXT_PlayerMustUsePark "{00FF00}You've spawned your vehicle, now use \"{FFFF00}/park{00FF00}\" to park it near your house"
  263. #define TXT_CannotAffordVehicle "{FF0000}You can't afford to buy this vehicle"
  264. #define TXT_PlayerSoldHouse "{00FF00}You've sold your house"
  265. #define TXT_PlayerSoldVehicle "{00FF00}You've sold your {FFFF00}%s{00FF00} for ${FFFF00}%i{00FF00}"
  266. #define TXT_NoVehicleInSlot "{FF0000}No vehicle exists in this vehicle-slot"
  267. #define TXT_DialogTitleBuyInsurance "Buy insurance?"
  268. #define TXT_DialogBuyInsurance "Are you sure you want to buy an insurance for your house's vehicles for $%i?"
  269. #define TXT_HouseAlreadyHasInsurance "{FF0000}This house already has an insurance for it's vehicles"
  270. #define TXT_PlayerBoughtInsurance "{00FF00}You've bought a vehicle-insurance for all vehicles in this house for $%i"
  271. #define TXT_CannotAffordInsurance "{FF0000}You cannot afford the vehicle-insurance"
  272. // Business related
  273. #define TXT_PickupBusinessOwned "%s\nOwned by: %s\nBusiness-level: %i\n/enter"
  274. #define TXT_PickupBusinessForSale "%s\nAvailable for\n$%i\nEarnings: $%i\n/buybus"
  275. #define TXT_DefaultBusinessName "%s's business"
  276. #define TXT_PlayerBoughtBusiness "{33FF33}You've bought the business for ${FFCC33}%i"
  277. #define TXT_PlayerOwnsMaxBusinesses "{FF0000}You already own the maximum amount of allowed businesses per player"
  278. #define TXT_NoBusinessInSlot "{FF0000}You don't have a business in this business-slot"
  279. #define TXT_DialogOldBusinessName "Old business-name: %s"
  280. #define TXT_DialogEnterNewBusinessName "Give a new name to your business"
  281. #define TXT_ChangedBusinessName "{00FF00}You've changed the name of your business"
  282. #define TXT_BusinessReachedMaxLevel "{FF0000}Your business has reached the maximum level, you cannot upgrade it further"
  283. #define TXT_SureSellBusiness "Are you sure you want to sell your business for $%i?"
  284. #define TXT_PlayerSoldBusiness "{00FF00}You've sold your business"