Advertisement
Guest User

extraitems

a guest
Dec 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. Locales ['en'] = {
  2. -- Dark Net
  3. ['phone_darknet'] = 'Dark Net',
  4. -- Non Weapon Attachments
  5. ['dive_suit_on'] = 'You put on the diving mask & secure the oxygen tank. Oxygen level: ~g~100~w~',
  6. ['oxygen_notify'] = 'Remaining ~b~oxygen~y~ in the tank: %s%s~w~',
  7. -- Weapon Clip
  8. ['clip_use'] = 'You have used a loader',
  9. ['clip_no_weapon'] = 'You do not have a weapon in your hand',
  10. ['clip_not_suitable'] = 'These ammunitions are not suitable for this weapon',
  11. -- Weapon Attachments Menu
  12. ['no_weapon_component'] = "~r~This weapon can't have this accessorie",
  13. ['accessories_select'] = 'Accessories Menu',
  14. -- Weapon Attachments
  15. ['silent'] = 'Silencer',
  16. ['flashlight'] = 'Flashlight',
  17. ['grip'] = 'Grip',
  18. ['emag'] = 'Extended Magazine',
  19. ['vemag'] = 'Very Extended Magazine',
  20. ['scope'] = 'Scope',
  21. ['ascope'] = 'Advanced Scope',
  22. ['yusuf'] = 'Luxury Skin',
  23. ['lowrider'] = 'Lowrider Skin',
  24. ['incendiary'] = 'Incendiary Bullets',
  25. ['tracer'] = 'Trackers Bullets',
  26. ['lazer_scope'] = 'Lazer Scope',
  27. ['compansator'] = 'Compensator',
  28. ['thermal_scope'] = 'Thermal Vision Scope',
  29. ['nightvision_scope'] = 'Night Vision Scope',
  30. ['barrel'] = 'Barrel',
  31. ['fmj'] = "Perforating Bullets",
  32. ['hollow'] = "Hollow Bullets",
  33. -- Silencer Notify
  34. ['silent_equiped'] = "~g~You have just equipped a Silencer",
  35. ['silent_unequiped'] = "~g~You have just unequipped a Silencer",
  36. ['silent_not_available'] = "~r~You can not equip a Silencer on this weapon",
  37. ['not_enough_silent'] = "~r~You have no more available Silencers",
  38. -- Flashlight Notify
  39. ['flashlight_equiped'] = "~g~You have just equipped a Flashlight",
  40. ['flashlight_unequiped'] = '~g~You have just unequipped a Flashlight',
  41. ['flashlight_not_available'] = "~r~You can not equip a Flashlight on this weapon",
  42. ['not_enough_flashlight'] = "~r~You have no more available Flashlights",
  43. -- Grip Notify
  44. ['grip_equiped'] = "~g~You have just equipped a Grip",
  45. ['grip_unequiped'] = '~g~You have just unequipped a Grip',
  46. ['grip_not_available'] = "~r~You can not equip a Grip on this weapon",
  47. ['not_enough_grip'] = "~r~You have no more available Grips",
  48. -- Extended Mag Notify
  49. ['emag_equiped'] = "~g~You have just equipped a Extended Mag",
  50. ['emag_unequiped'] = '~g~You have just unequipped a Extended Mag',
  51. ['emag_not_available'] = "~r~You can not equip a Extended Mag on this weapon",
  52. ['not_enough_emag'] = "~r~You have no more available Extended Mags",
  53. -- Very Extended Mag Notify
  54. ['vemag_equiped'] = "~g~You have just equipped a Very Extended Mag",
  55. ['vemag_unequiped'] = '~g~You have just unequipped a Very Extended Mag',
  56. ['vemag_not_available'] = "~r~You can not equip a Very Extended Mag on this weapon",
  57. ['not_enough_vemag'] = "~r~You have no more available Very Extended Mags",
  58. -- Scope Notify
  59. ['scope_equiped'] = "~g~You have just equipped a Scope",
  60. ['scope_unequiped'] = '~g~You have just unequipped a Scope',
  61. ['scope_not_available'] = "~r~You can not equip a Scope on this weapon",
  62. ['not_enough_scope'] = "~r~You have no more available Scopes",
  63. -- Advanced Scope Notify
  64. ['ascope_equiped'] = "~g~You have just equipped a Advanced Scope",
  65. ['ascope_unequiped'] = '~g~You have just unequipped a Advanced Scope',
  66. ['ascope_not_available'] = "~r~You can not equip a Advanced Scope on this weapon",
  67. ['not_enough_ascope'] = "~r~You have no more available Advanced Scopes",
  68. -- Yusuf Skin Notify
  69. ['yusuf_equiped'] = "~g~You have just equipped a Luxury Skin",
  70. ['yusuf_unequiped'] = '~g~You have just unequipped a Luxury Skin',
  71. ['yusuf_not_available'] = "~r~You can not equip a Luxury Skin on this weapon",
  72. ['not_enough_yusuf'] = "~r~You have no more available Luxury Skins",
  73. -- Lowrider Skin Notify
  74. ['lowrider_equiped'] = "~g~You have just equipped a Lowrider Skin",
  75. ['lowrider_unequiped'] = '~g~You have just unequipped a Lowrider Skin',
  76. ['lowrider_not_available'] = "~r~You can not equip a Lowrider Skin on this weapon",
  77. ['not_enough_lowrider'] = "~r~You have no more available Lowrider Skins",
  78. -- Skin Menu
  79. ['skin_select'] = 'Free Skin Menu',
  80. ['colors'] = "COLORS",
  81. ['skins'] = 'SKINS',
  82. ['default'] = "Default",
  83. ['reset'] = 'Reset',
  84. -- Colors
  85. ['green'] = "Green",
  86. ['gold'] = "Gold",
  87. ['pink'] = "Pink",
  88. ['army'] = "Army",
  89. ['lspd'] = "LSPD",
  90. ['orange'] = "Orange",
  91. ['platinum'] = "Platinum",
  92. ['classic_gray'] = "Classic Gray",
  93. ['classic_twotone'] = "Classic TwoTone",
  94. ['classic_white'] = "Classic White",
  95. ['classic_beige'] = "Classic Beige",
  96. ['classic_green'] = "Classic Green",
  97. ['classic_blue'] = "Classic Blue",
  98. ['classic_earth'] = "Classic Earth",
  99. ['classic_brownandblack'] = "Classic Brown And Black",
  100. ['red_contrast'] = "Red Contrast",
  101. ['blue_contrast'] = "Blue Contrast",
  102. ['yellow_contrast'] = "Yellow Contrast",
  103. ['orange_contrast'] = "Orange Contrast",
  104. ['bold_pink'] = "Bold Pink",
  105. ['bold_purpleandyellow'] = "Bold Purple And Yellow",
  106. ['bold_orange'] = "Bold Orange",
  107. ['bold_greenandpurple'] = "Bold Green And Purple",
  108. ['bold_red'] = "Bold Red Features",
  109. ['bold_green'] = "Bold Green Features",
  110. ['bold_cyan'] = "Bold Cyan Features",
  111. ['bold_yellow'] = "Bold Yellow Features",
  112. ['bold_redandwhite'] = 'Bold Red And White',
  113. ['bold_blueandwhite'] = "Bold Blue And White",
  114. ['metallic_gold'] = "Metallic Gold",
  115. ['metallic_platinum'] = "Metallic Platinum",
  116. ['metallic_grayandlilac'] = "Metallic Gray And Lilac",
  117. ['metallic_purpleandlime'] = "Metallic Purple And Lime",
  118. ['metallic_red'] = "Metallic Red",
  119. ['metallic_green'] = "Metallic Green",
  120. ['metallic_blue'] = "Metallic Blue",
  121. ['metallic_whiteandaqua'] = "Metallic White And Aqua",
  122. ['metallic_redandyellow'] = "Metallic Red And Yellow",
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement