Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. Locales['en'] = {
  2. -- Cloackroom
  3. ['cloakroom'] = 'locker room',
  4. ['citizen_wear'] = 'civilian Outfit',
  5. ['police_wear'] = 'police Outfit',
  6. ['sheriff_wear'] = 'sheriff Outfit',
  7. ['lieutenant_wear'] = 'Swatt outfit ',
  8. ['commandant_wear'] = 'Fbi outfit',
  9. ['statepd_wear'] = 'State Police outfit',
  10. ['specops_wear'] = 'Spec OPS outfit',
  11. ['gilet_wear'] = 'orange reflective jacket',
  12. ['bullet_wear'] = 'bulletproof vest',
  13. ['open_cloackroom'] = 'press ~INPUT_CONTEXT~ to change',
  14. -- Armory
  15. ['get_weapon'] = 'get Weapon',
  16. ['put_weapon'] = 'put Weapon',
  17. ['buy_weapons'] = 'buy Weapons',
  18. ['armory'] = 'armory',
  19. ['open_armory'] = 'press ~INPUT_CONTEXT~ to access the armory',
  20. -- Vehicles
  21. ['vehicle_menu'] = 'vehicle',
  22. ['vehicle_out'] = 'there is already a car out of the garage',
  23. ['vehicle_spawner'] = 'press ~INPUT_CONTEXT~ to take out a vehicle',
  24. ['store_vehicle'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
  25. ['service_max'] = 'Max officers in service: ',
  26. -- Action Menu
  27. ['citizen_interaction'] = 'citizen Interaction',
  28. ['vehicle_interaction'] = 'vehicle Interaction',
  29. ['object_spawner'] = 'object Spawner',
  30.  
  31. ['id_card'] = 'iD Card',
  32. ['search'] = 'search',
  33. ['handcuff'] = 'cuff / Uncuff',
  34. ['drag'] = 'drag',
  35. ['put_in_vehicle'] = 'put in Vehicle',
  36. ['out_the_vehicle'] = 'take out of vehicle',
  37. ['fine'] = 'fine',
  38. ['no_players_nearby'] = 'no players nearby',
  39.  
  40. ['vehicle_info'] = 'vehicle Info',
  41. ['pick_lock'] = 'lockpick Vehicle',
  42. ['vehicle_unlocked'] = 'vehicle ~g~Unlocked~s~',
  43. ['no_vehicles_nearby'] = 'no vehicles nearby',
  44. ['traffic_interaction'] = 'Interaction Voirie',
  45. ['cone'] = 'cone',
  46. ['barrier'] = 'barrier',
  47. ['spikestrips'] = 'spikestrips',
  48. ['box'] = 'box',
  49. ['cash'] = 'Box of cash',
  50. -- ID Card Menu
  51. ['name'] = 'name : ',
  52. ['bac'] = 'bAC : ',
  53. -- Body Search Menu
  54. ['confiscate_dirty'] = 'confiscate dirty money: $',
  55. ['guns_label'] = '--- Guns ---',
  56. ['confiscate'] = 'confiscate ',
  57. ['inventory_label'] = '--- Inventory ---',
  58. ['confiscate_inv'] = 'confiscate x',
  59.  
  60. ['traffic_offense'] = 'traffic Offense',
  61. ['minor_offense'] = 'minor Offense',
  62. ['average_offense'] = 'average Offense',
  63. ['major_offense'] = 'major Offense',
  64. ['fine_total'] = 'fine: ',
  65. -- Vehicle Info Menu
  66. ['plate'] = 'Plate: ',
  67. ['owner_unknown'] = 'owner: Unknown',
  68. ['owner'] = 'owner: ',
  69. -- Weapons Menus
  70. ['get_weapon_menu'] = 'armory - Take Weapon',
  71. ['put_weapon_menu'] = 'armory - Put Weapon',
  72. ['buy_weapon_menu'] = 'armory - Buy Guns',
  73. ['not_enough_money'] = 'you do not have enough money',
  74. -- Boss Menu
  75. ['take_company_money'] = 'withdraw Company Money',
  76. ['deposit_money'] = 'deposit Money',
  77. ['amount_of_withdrawal'] = 'amount of Withdrawal',
  78. ['invalid_amount'] = 'amount Invalid',
  79. ['amount_of_deposit'] = 'amount of Deposit',
  80. ['open_bossmenu'] = 'press ~INPUT_CONTEXT~ to open the menu',
  81. ['quantity_invalid'] = 'invalid quantity',
  82. ['have_withdraw'] = 'you have withdrawn x',
  83. ['added'] = 'you added x',
  84. ['quantity'] = 'quantity',
  85. ['inventory'] = 'inventory',
  86. ['police_stock'] = 'Police Stock',
  87. -- Misc
  88. ['remove_object'] = 'press ~INPUT_CONTEXT~ to delete the object',
  89. ['map_blip'] = 'police Station',
  90. -- Notifications
  91. ['from'] = '~s~ from ~b~',
  92. ['you_have_confinv'] = 'you have confiscated ~y~x',
  93. ['confinv'] = '~s~ confiscated from you ~y~x',
  94. ['you_have_confdm'] = 'you have confiscated ~y~$',
  95. ['confdm'] = '~s~ confiscated from you ~y~$',
  96. ['you_have_confweapon'] = 'you have confiscated ~y~x1 ',
  97. ['confweapon'] = '~s~ confiscated from you ~y~x1 ',
  98. ['alert_police'] = 'alert police',
  99. -- Authorized Vehicles
  100. ['police'] = 'patrol Vehicle 1',
  101. ['police2'] = 'patrol Vehicle 2',
  102. ['police3'] = 'patrol Vehicle 3',
  103. ['police4'] = 'unmarked Vehicle',
  104. ['policeb'] = 'motorcycle',
  105. ['policet'] = 'transport Van',
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement