Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. Locales['en'] = {
  2. ['mechanic'] = 'mechanic',
  3. ['drive_to_indicated'] = '~y~Drive~s~ to the indicated location.',
  4. ['mission_canceled'] = 'Mission ~r~canceled~s~',
  5. ['vehicle_list'] = 'vehicle List',
  6. ['work_wear'] = 'workwear',
  7. ['civ_wear'] = 'civilian clothes',
  8. ['deposit_stock'] = 'deposit Stock',
  9. ['withdraw_stock'] = 'withdraw Stock',
  10. ['boss_actions'] = 'boss Actions',
  11. ['service_vehicle'] = 'service Vehicle',
  12. ['flat_bed'] = 'flatbed',
  13. ['tow_truck'] = 'tow Truck',
  14. ['service_full'] = 'service full: ',
  15. ['open_actions'] = 'Press ~INPUT_CONTEXT~ to access the menu.',
  16. ['harvest'] = 'harvest',
  17. ['harvest_menu'] = 'press ~INPUT_CONTEXT~ to access the harvest menu.',
  18. ['not_experienced_enough'] = 'you are not ~r~experienced enough~s~ to perform this action.',
  19. ['gas_can'] = 'gas Can',
  20. ['repair_tools'] = 'repair Tools',
  21. ['body_work_tools'] = 'bodywork Tools',
  22. ['blowtorch'] = 'blowtorch',
  23. ['repair_kit'] = 'repair Kit',
  24. ['body_kit'] = 'body Kit',
  25. ['craft'] = 'craft',
  26. ['craft_menu'] = 'press ~INPUT_CONTEXT~ to access the crafting menu.',
  27. ['billing'] = 'billing',
  28. ['hijack'] = 'hijack',
  29. ['repair'] = 'repair',
  30. ['clean'] = 'clean',
  31. ['imp_veh'] = 'impound',
  32. ['place_objects'] = 'place Objects',
  33. ['invoice_amount'] = 'invoice Amount',
  34. ['amount_invalid'] = 'invalid amount',
  35. ['no_players_nearby'] = 'there is no nearby player',
  36. ['no_vehicle_nearby'] = 'there is no nearby vehicle',
  37. ['inside_vehicle'] = 'you can\'t do this from inside the vehicle!',
  38. ['vehicle_unlocked'] = 'the vehicle has been ~g~unlocked',
  39. ['vehicle_repaired'] = 'the vehicle has been ~g~repaired',
  40. ['vehicle_cleaned'] = 'the vehicle has been ~g~cleaned',
  41. ['vehicle_impounded'] = 'the vehicle has been ~r~impounded',
  42. ['must_seat_driver'] = 'you must be in the driver seat!',
  43. ['must_near'] = 'you must be ~r~near a vehicle~s~ to impound it.',
  44. ['vehicle_success_attached'] = 'vehicle successfully ~b~attached~s~',
  45. ['please_drop_off'] = 'please drop off the vehicle at the garage',
  46. ['cant_attach_own_tt'] = '~r~you can\'t~s~ attach own tow truck',
  47. ['no_veh_att'] = 'there is no ~r~vehicle~s~ to be attached',
  48. ['not_right_veh'] = 'this is not the right vehicle',
  49. ['veh_det_succ'] = 'vehicle successfully ~b~dettached~s~!',
  50. ['imp_flatbed'] = '~r~Action impossible!~s~ You need a ~b~Flatbed~s~ to load a vehicle',
  51. ['objects'] = 'objects',
  52. ['roadcone'] = 'roadcone',
  53. ['toolbox'] = 'toolbox',
  54. ['mechanic_stock'] = 'mechanic Stock',
  55. ['quantity'] = 'quantity',
  56. ['invalid_quantity'] = 'invalid quantity',
  57. ['inventory'] = 'inventory',
  58. ['veh_unlocked'] = '~g~Vehicle Unlocked',
  59. ['hijack_failed'] = '~r~Hijack Failed',
  60. ['body_repaired'] = '~g~Body repaired',
  61. ['veh_repaired'] = '~g~Vehicle Repaired',
  62. ['veh_stored'] = 'press ~INPUT_CONTEXT~ to store the vehicle.',
  63. ['press_remove_obj'] = 'press ~INPUT_CONTEXT~ to remove the object',
  64. ['please_tow'] = 'please ~y~tow~s~ the vehicle',
  65. ['wait_five'] = 'you must ~r~wait~s~ 5 mintes',
  66. ['must_in_flatbed'] = 'you must be in a flatbed to being the mission',
  67. ['mechanic_customer'] = 'mechanic Customer',
  68. ['you_do_not_room'] = '~r~You do not have more room',
  69. ['recovery_gas_can'] = '~b~Gas Can~s~ Retrieval...',
  70. ['recovery_repair_tools'] = '~b~Repair Tools~s~ Retrieval...',
  71. ['recovery_body_tools'] = '~b~Body Tools~s~ Retrieval...',
  72. ['not_enough_gas_can'] = 'You do not ~r~have enough~s~ gas cans.',
  73. ['assembling_blowtorch'] = 'Assembling ~b~Blowtorch~s~...',
  74. ['not_enough_repair_tools'] = 'You do not ~r~have enough~s~ repair tools.',
  75. ['assembling_repair_kit'] = 'Assembling ~b~Repair Kit~s~...',
  76. ['not_enough_body_tools'] = 'You do not ~r~have enough~s~ body tools.',
  77. ['assembling_body_kit'] = 'Assembling ~b~Body Kit~s~...',
  78. ['your_comp_earned'] = 'your company has ~g~earned~s~ ~g~$',
  79. ['you_used_blowtorch'] = 'you used a ~b~blowtorch',
  80. ['you_used_repair_kit'] = 'you used a ~b~Repair Kit',
  81. ['you_used_body_kit'] = 'you used a ~b~Body Kit',
  82. ['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
  83. ['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
  84. ['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
  85. ['you_earned'] = 'You have earned :',
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement