Advertisement
marcinhuUu

m-Investigation/config_language

Sep 17th, 2022
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Language = {}
  2.  
  3. Language = {
  4. ["QBInput"] = {
  5. Complaint = "Complaint",
  6. Submit = "Submit",
  7. Name = "Your Name",
  8. Number = "Your Number",
  9. Date = "Date",
  10. Type = "Complaint Type",
  11. Theft_Loss = "Theft/Loss",
  12. Aggression = "Aggression",
  13. Insult = "Insult",
  14. Observations = "Observations",
  15. },
  16. ["ProgressBars"] = {
  17. Filling = "Filling out the claim...",
  18. Repair = "Repairing the vehicle..."
  19. },
  20. ["Notify"] = {
  21. Added = "Complaint successfully added.",
  22. Repaired = "Vehicle repaired!",
  23. FirstFloor = "You are on first floor.",
  24. SecondFloor = "You are on second floor.",
  25. ThirdFloor = "You are on third floor.",
  26. ResidueSuccess = "Success! Residue was cleaned off.",
  27. ResidueFailed = "Failed! Residue was not cleaned off.",
  28. NobodyAround = "Nobody around.",
  29. Cleaning = "Cleaning...",
  30. NoGunpowder = "You don't have gunpowder in your clothes.",
  31. WrongJob = "Wrong Job.",
  32. NeedEvidenceBag = "You need to have an empty evidence bag.",
  33. OnDuty = "You need to go on duty to do this.",
  34. NearStation = "You are not near a police station.",
  35. OnlyPolice = "Access denied. Police only.",
  36. TestedPositive = "Subject Tested Positive for gun shot residue",
  37. TestedNegative = "Subject Tested Negative for gun shot residue",
  38. },
  39. ["Email"] = {
  40. senderFillClaim = "Investigation Police",
  41. subjectFillClaim = "Complaint",
  42. messageFillClaim = "Your complaint has been successfully registered. <br> Wait for any contact from one of our agents.<br><br>Best regards,<br>Complaint Police"
  43. },
  44. ["Menus"] = {
  45. Information = {
  46. headerInfo = "Information",
  47. submitText = "Submit",
  48. CitizenID = "Citizen ID",
  49. Male = "Male",
  50. Female = "Female",
  51. civInformation = "[👫🏽] Civilian Information",
  52. civName = "[🔅] Name:",
  53. civJob = "[📃] Job:",
  54. civBirthday = "[🥳] Birthday:",
  55. civPhone = "[📱] Phone:",
  56. civGender = "[🌀] Gender:",
  57. },
  58. VehicleInformation = {
  59. Plate = "Plate",
  60. headerInfo = "Vehicle Information",
  61. Brand = "Vehicle Brand:",
  62. Insurance = "Insurance:",
  63. Registration = "Registration:",
  64. NotFound = "Vehicle brand not found",
  65. Success = "✔️",
  66. Error = "❌",
  67. },
  68. Garage = {
  69. Header = "Investigation Garage",
  70. Close = "Close",
  71. },
  72. },
  73. ["Webhooks"] = {
  74. Player = "**Player:**",
  75. CitizenID = "**CitizenID:**",
  76. Log = "**Log:**",
  77. Zone = "**Zone:**",
  78. Reason = "**Reason:**",
  79. RemoveGunpowder = "Remove gunpowder residue from your clothing."
  80. }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement