Advertisement
Guest User

Untitled

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