Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. Locales['en'] = {
  2. -- Cloakroom
  3. ['cloakroom'] = 'locker Room',
  4. ['ems_clothes_civil'] = 'civilian Clothes',
  5. ['ems_clothes_ems'] = 'eMS Clothes',
  6. -- Vehicles
  7. ['veh_menu'] = 'vehicle',
  8. ['veh_spawn'] = 'press ~INPUT_CONTEXT~ to get a Vehicle or Helicopter',
  9. ['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
  10. ['ambulance'] = 'ambulance',
  11. ['helicopter'] = 'helicopter',
  12. -- Action Menu
  13. ['hospital'] = 'hospital',
  14. ['revive_inprogress'] = 'a revive is in progress!',
  15. ['revive_complete'] = 'you have revived ~y~%s~s~',
  16. ['revive_complete_award'] = 'you have revived ~y~%s~s~ and earned ~g~$%s~s~!',
  17. ['heal_inprogress'] = 'you are healing!',
  18. ['heal_complete'] = 'you have healed ~y~%s~s~',
  19. ['no_players'] = 'no players nearby',
  20. ['no_vehicles'] = 'no vehicles nearby',
  21. ['player_not_unconscious'] = 'that player is not unconscious!',
  22. ['player_not_conscious'] = 'that player is not conscious!',
  23. -- Boss Menu
  24. ['deposit_society'] = 'eMS Deposit',
  25. ['withdraw_society'] = 'eMS Withdraw',
  26. ['boss_actions'] = 'boss Actions',
  27. -- Misc
  28. ['invalid_amount'] = '~r~invalid amount',
  29. ['open_menu'] = 'press ~INPUT_CONTEXT~ to open the menu',
  30. ['deposit_amount'] = 'deposit Amount',
  31. ['money_withdraw'] = 'amount withdrawn',
  32. ['fast_travel'] = 'Press on ~INPUT_CONTEXT~ to fast travel.',
  33. ['open_pharmacy'] = 'Press on ~INPUT_CONTEXT~ to open the pharmacy.',
  34. ['pharmacy_menu_title'] = 'Pharmacy',
  35. ['pharmacy_take'] = 'Weź',
  36. ['medikit'] = 'medikit',
  37. ['bandage'] = 'bandage',
  38. ['max_item'] = 'You are already carrying enough on yourself.',
  39. -- F6 Menu
  40. ['ems_menu'] = 'eMS Menu',
  41. ['ems_menu_title'] = 'ambulance - EMS Menu',
  42. ['ems_menu_revive'] = 'revive Player',
  43. ['ems_menu_putincar'] = 'put in Vehicle',
  44. ['ems_menu_small'] = 'heal small wounds',
  45. ['ems_menu_big'] = 'treat serious injuries',
  46. -- Phone
  47. ['alert_ambulance'] = 'alert Ambulance',
  48. -- Death
  49. ['respawn_at_hospital'] = 'do you want to force respawn and spawn in the hospital?',
  50. ['yes'] = 'yes',
  51. ['no'] = 'no',
  52. ['please_wait'] = 'you are unconscious and will bleed out in ~b~%s minutes and %s seconds~s~',
  53. ['press_respawn'] = 'press [~b~E~w~] to respawn.',
  54. ['respawn_fine'] = 'you paid ~r~$%s~s~ for respawning.',
  55. ['distress_send'] = 'press ~b~[G]~s~ to send distress signal',
  56. ['distress_sent'] = 'distress signal has been sent to available units!',
  57. ['distress_message'] = 'medical attention required: unconscious citizen!',
  58. -- Revive
  59. ['revive_help'] = 'revive a player',
  60. -- Item
  61. ['used_medikit'] = 'You have used 1x medikit',
  62. ['used_bandage'] = 'You have used 1x bandage',
  63. ['not_enough_medikit'] = 'You do not have ~b~medikit~w~.',
  64. ['not_enough_bandage'] = 'You do not have ~b~bandage~w~.',
  65. ['healed'] = 'you have been treated.',
  66. -- Misc
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement