Advertisement
Guest User

Untitled

a guest
May 20th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. Locales['dk'] = {
  2. -- Cloakroom
  3. ['cloakroom'] = 'Omklædningsrum',
  4. ['ems_clothes_civil'] = 'Civilt tøj',
  5. ['ems_clothes_ems'] = 'Læge tøj',
  6. -- Vehicles
  7. ['ambulance'] = 'Ambulance',
  8. ['helicopter_prompt'] = 'Tryk ~INPUT_CONTEXT~ for at få adgang til ~y~Helikopterhandlinger~s~',
  9. ['helicopter_buy'] = 'Helikopter butik',
  10. ['helicopter_garage'] = 'Åben garage',
  11. ['helicopter_store'] = 'Parker helikopter i garagen',
  12. ['helicopter_garage_title'] = 'Helikopter garage',
  13. ['helicopter_title'] = 'Helikopterhandlinger',
  14. ['helicopter_notauthorized'] = 'Du er ikke autoriseret til at købe helikoptere',
  15. ['garage_prompt'] = 'Tryk ~INPUT_CONTEXT~ for at få adgang til ~y~køretøjsauktioner~s~',
  16. ['garage_title'] = 'Køretøjsauktioner',
  17. ['garage_stored'] = 'Parkeret',
  18. ['garage_notstored'] = 'Ikke i garagen',
  19. ['garage_storing'] = 'Vi forsøger at fjerne køretøjet, sørg for, at ingen mennesker er i nærheden',
  20. ['garage_has_stored'] = 'Køretøjet er blevet opbevaret i din garage',
  21. ['garage_has_notstored'] = 'Ingen nærliggende ejede køretøjer blev fundet',
  22. ['garage_notavailable'] = 'Dit køretøj er ikke opbevaret i garagen',
  23. ['garage_blocked'] = 'there\'s no available spawn points!',
  24. ['garage_empty'] = 'you dont have any vehicles in your garage.',
  25. ['garage_released'] = 'your vehicle has been released from the garage.',
  26. ['garage_store_nearby'] = 'there is no nearby vehicles.',
  27. ['garage_storeditem'] = 'open garage',
  28. ['garage_storeitem'] = 'store vehicle in garage',
  29. ['garage_buyitem'] = 'vehicle shop',
  30. ['shop_item'] = '$%s',
  31. ['vehicleshop_title'] = 'vehicle Shop',
  32. ['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
  33. ['vehicleshop_bought'] = 'you have bought ~y~%s~s~ for ~r~$%s~s~',
  34. ['vehicleshop_money'] = 'you cannot afford that vehicle',
  35. ['vehicleshop_awaiting_model'] = 'the vehicle is currently ~g~DOWNLOADING & LOADING~s~ please wait',
  36. ['confirm_no'] = 'no',
  37. ['confirm_yes'] = 'yes',
  38. -- Action Menu
  39. ['hospital'] = 'hospital',
  40. ['revive_inprogress'] = 'a revive is in progress!',
  41. ['revive_complete'] = 'you have revived ~y~%s~s~',
  42. ['revive_complete_award'] = 'you have revived ~y~%s~s~ and earned ~g~$%s~s~!',
  43. ['heal_inprogress'] = 'you are healing!',
  44. ['heal_complete'] = 'you have healed ~y~%s~s~',
  45. ['no_players'] = 'no players nearby',
  46. ['no_vehicles'] = 'no vehicles nearby',
  47. ['player_not_unconscious'] = 'that player is not unconscious!',
  48. ['player_not_conscious'] = 'that player is not conscious!',
  49. -- Boss Menu
  50. ['boss_actions'] = 'boss Actions',
  51. -- Misc
  52. ['invalid_amount'] = '~r~Invalid amount',
  53. ['actions_prompt'] = 'press ~INPUT_CONTEXT~ access the ~y~Ambulance Actions~s~.',
  54. ['deposit_amount'] = 'deposit Amount',
  55. ['money_withdraw'] = 'amount withdrawn',
  56. ['fast_travel'] = 'press ~INPUT_CONTEXT~ to fast travel.',
  57. ['open_pharmacy'] = 'press ~INPUT_CONTEXT~ to open the pharmacy.',
  58. ['pharmacy_menu_title'] = 'pharmacy',
  59. ['pharmacy_take'] = 'take <span style="color:blue;">%s</span>',
  60. ['medikit'] = 'medikit',
  61. ['bandage'] = 'bandage',
  62. ['max_item'] = 'You are already carrying enough.',
  63. -- F6 Menu
  64. ['ems_menu'] = 'EMS Menu',
  65. ['ems_menu_title'] = 'ambulance - EMS Menu',
  66. ['ems_menu_revive'] = 'revive Player',
  67. ['ems_menu_putincar'] = 'put in Vehicle',
  68. ['ems_menu_small'] = 'heal small wounds',
  69. ['ems_menu_big'] = 'treat serious injuries',
  70. -- Phone
  71. ['alert_ambulance'] = 'alert Ambulance',
  72. -- Death
  73. ['respawn_available_in'] = 'respawn available in ~b~%s minutes %s seconds~s~',
  74. ['respawn_bleedout_in'] = 'you will bleed out in ~b~%s minutes %s seconds~s~\n',
  75. ['respawn_bleedout_prompt'] = 'hold [~b~E~s~] to respawn',
  76. ['respawn_bleedout_fine'] = 'hold [~b~E~s~] to respawn for ~g~$%s~s~',
  77. ['respawn_bleedout_fine_msg'] = 'you paid ~r~$%s~s~ to respawn.',
  78. ['distress_send'] = 'press [~b~G~s~] to send distress signal',
  79. ['distress_sent'] = 'distress signal has been sent to available units!',
  80. ['distress_message'] = 'medical attention required: unconscious citizen!',
  81. ['combatlog_message'] = 'you have been force-respawned because you\'ve previously left the server when dead.',
  82. -- Revive
  83. ['revive_help'] = 'revive a player',
  84. -- Item
  85. ['used_medikit'] = 'You have used ~y~1x~s~ medikit',
  86. ['used_bandage'] = 'You have used ~y~1x~s~ bandage',
  87. ['not_enough_medikit'] = 'You do not have ~b~medikit~s~.',
  88. ['not_enough_bandage'] = 'You do not have ~b~bandage~s~.',
  89. ['healed'] = 'you have been treated.',
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement