Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Locales['fr'] = {
  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'] = 'revive in progress',
  15. ['revive_complete'] = 'you have been revived ',
  16. ['no_players'] = 'no players nearby',
  17. ['no_vehicles'] = 'no vehicles nearby',
  18. ['isdead'] = 'is dead',
  19. ['unconscious'] = 'is not unconscious',
  20. -- Boss Menu
  21. ['deposit_society'] = 'eMS Deposit',
  22. ['withdraw_society'] = 'eMS Withdraw',
  23. ['boss_actions'] = 'boss Actions',
  24. -- Misc
  25. ['invalid_amount'] = '~r~invalid amount',
  26. ['open_menu'] = 'press ~INPUT_CONTEXT~ to open the menu',
  27. ['deposit_amount'] = 'deposit Amount',
  28. ['money_withdraw'] = 'amount withdrawn',
  29. ['fast_travel'] = 'appuyez sur ~INPUT_CONTEXT~ pour vous déplacer rapidement.',
  30. ['open_pharmacy'] = 'appuyez sur ~INPUT_CONTEXT~ pour ouvrir la pharmacie.',
  31. ['pharmacy_menu_title'] = 'Pharmacie',
  32. ['pharmacy_take'] = 'Prendre',
  33. ['medikit'] = 'medikit',
  34. ['bandage'] = 'bandage',
  35. ['max_item'] = 'vous en portez déjà assez sur vous.',
  36. -- F6 Menu
  37. ['ems_menu'] = 'eMS Menu',
  38. ['ems_menu_title'] = 'ambulance - EMS Menu',
  39. ['ems_menu_revive'] = 'revive Player',
  40. ['ems_menu_putincar'] = 'put in Vehicle',
  41. ['ems_menu_small'] = 'soigner petites blessures',
  42. ['ems_menu_big'] = 'soigner blessures graves',
  43. -- Phone
  44. ['alert_ambulance'] = 'alert Ambulance',
  45. -- Death
  46. ['respawn_at_hospital'] = 'do you want to be transported to the hospital?',
  47. ['yes'] = 'yes',
  48. ['please_wait'] = 'please wait ~b~',
  49. ['minutes'] = ' minutes ',
  50. ['seconds_fine'] = ' seconds ~w~to respawn \nRespawn now for ~g~$',
  51. ['seconds'] = ' seconds ~w~to respawn.',
  52. ['press_respawn_fine'] = '~w~ [Press ~b~E~w~]',
  53. ['press_respawn'] = 'press [~b~E~w~] to respawn.',
  54. -- Revive
  55. ['revive_help'] = 'revive a player',
  56. -- Item
  57. ['used_medikit'] = 'vous avez utilisé 1x medikit',
  58. ['used_bandage'] = 'vous avez utilisé 1x bandage',
  59. ['not_enough_medikit'] = 'vous n\'avez pas de ~b~medikit~w~.',
  60. ['not_enough_bandage'] = 'vous n\'avez pas de ~b~bandage~w~.',
  61. ['healed'] = 'vous avez été soigné.',
  62. -- Misc
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement