Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. L.credit_all = "Your team have been awarded {num} equipment credit(s) for your performance."
  2.  
  3. L.credit_kill = "You have received {num} credit(s) for killing a {role}."
  4.  
  5. --- Karma
  6. L.karma_dmg_full = "Your Karma is {amount}, so you deal full damage this round!"
  7. L.karma_dmg_other = "Your Karma is {amount}. As a result all damage you deal is reduced by {num}%"
  8.  
  9. --- Body identification messages
  10. L.body_found = "{finder} found the body of {victim}. {role}"
  11. L.body_found_team = "{finder} found the body of {victim}. {role} ({team})"
  12.  
  13. -- The {role} in body_found will be replaced by one of the following:
  14. L.body_found_traitor = "They were a Traitor!"
  15. L.body_found_det = "They were a Detective."
  16. L.body_found_inno = "They were Innocent."
  17.  
  18. L.body_confirm = "{finder} confirmed the death of {victim}."
  19.  
  20. L.body_call = "{player} called a Detective to the body of {victim}!"
  21. L.body_call_error = "You must confirm the death of this player before calling a Detective!"
  22.  
  23. L.body_burning = "Ouch! This corpse is on fire!"
  24. L.body_credits = "You found {num} credit(s) on the body!"
  25.  
  26. --- Menus and windows
  27. L.close = "Close"
  28. L.cancel = "Cancel"
  29.  
  30. -- For navigation buttons
  31. L.next = "Next"
  32. L.prev = "Previous"
  33.  
  34. -- Equipment buying menu
  35. L.equip_title = "Equipment"
  36. L.equip_tabtitle = "Order Equipment"
  37.  
  38. L.equip_status = "Ordering status"
  39. L.equip_cost = "You have {num} credit(s) remaining."
  40. L.equip_help_cost = "Every piece of equipment you buy costs 1 credit."
  41.  
  42. L.equip_help_carry = "You can only buy things for which you have room."
  43. L.equip_carry = "You can carry this equipment."
  44. L.equip_carry_own = "You are already carrying this item."
  45. L.equip_carry_slot = "You are already carrying a weapon in slot {slot}."
  46. L.equip_carry_minplayers = "There are not enough players on the server to enable this weapon."
  47.  
  48. L.equip_help_stock = "Of certain items you can only buy one per round."
  49. L.equip_stock_deny = "This item is no longer in stock."
  50. L.equip_stock_ok = "This item is in stock."
  51.  
  52. L.equip_custom = "Custom item added by this server."
  53.  
  54. L.equip_spec_name = "Name"
  55. L.equip_spec_type = "Type"
  56. L.equip_spec_desc = "Description"
  57.  
  58. L.equip_confirm = "Buy equipment"
  59.  
  60. -- Disguiser tab in equipment menu
  61. L.disg_name = "Disguiser"
  62. L.disg_menutitle = "Disguise control"
  63. L.disg_not_owned = "You are not carrying a Disguiser!"
  64. L.disg_enable = "Enable disguise"
  65.  
  66. L.disg_help1 = "When your disguise is active, your name, health and karma do not show when someone looks at you. In addition, you will be hidden from a Detective's radar."
  67. L.disg_help2 = "Press Numpad Enter to toggle the disguise without using the menu. You can also bind a different key to 'ttt_toggle_disguise' using the console."
  68.  
  69. -- Radar tab in equipment menu
  70. L.radar_name = "Radar"
  71. L.radar_menutitle = "Radar control"
  72. L.radar_not_owned = "You are not carrying a Radar!"
  73. L.radar_scan = "Perform scan"
  74. L.radar_auto = "Auto-repeat scan"
  75. L.radar_help = "Scan results show for {num} seconds, after which the Radar will have recharged and can be used again."
  76. L.radar_charging = "Your Radar is still charging!"
  77.  
  78. -- Transfer tab in equipment menu
  79. L.xfer_name = "Transfer"
  80. L.xfer_menutitle = "Transfer credits"
  81. L.xfer_no_credits = "You have no credits to give!"
  82. L.xfer_send = "Send a credit"
  83. L.xfer_help = "You can only transfer credits to fellow {role} players."
  84.  
  85. L.xfer_no_recip = "Recipient not valid, credit transfer aborted."
  86. L.xfer_no_credits = "Insufficient credits for transfer."
  87. L.xfer_success = "Credit transfer to {player} completed."
  88. L.xfer_received = "{player} has given you {num} credit."
  89.  
  90. -- Radio tab in equipment menu
  91. L.radio_name = "Radio"
  92. L.radio_help = "Click a button to make your Radio play that sound."
  93. L.radio_notplaced = "You must place the Radio to play sound on it."
  94.  
  95. -- Radio soundboard buttons
  96. L.radio_button_scream = "Scream"
  97. L.radio_button_expl = "Explosion"
  98. L.radio_button_pistol = "Pistol shots"
  99. L.radio_button_m16 = "M16 shots"
  100. L.radio_button_deagle = "Deagle shots"
  101. L.radio_button_mac10 = "MAC10 shots"
  102. L.radio_button_shotgun = "Shotgun shots"
  103. L.radio_button_rifle = "Rifle shot"
  104. L.radio_button_huge = "H.U.G.E burst"
  105. L.radio_button_c4 = "C4 beeping"
  106. L.radio_button_burn = "Burning"
  107. L.radio_button_steps = "Footsteps"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement