Advertisement
Slawer

SlownLS Market - English

Jul 4th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. --[[
  2. Addon: Market
  3. By: SlownLS
  4. ]]
  5.  
  6. local LANGUAGE = {
  7. press_r_to_add_to_cart = "Press USE to add it in your cart",
  8.  
  9. nameInvalid = "Invalid name",
  10. modelInvalid = "Invalid model",
  11. classInvalid = "Invalid class",
  12. typeInvalid = "Invalid entity type",
  13. nameAlreadyTaken = "This name is already taken",
  14. dontLookNPC = "You must look at an NPC",
  15.  
  16. save = "Save",
  17. cart = "Cart",
  18. model = "Model",
  19. price = "Price",
  20. delete = "Delete",
  21. edit = "Edit",
  22. buy = "Buy",
  23. not_enough_money = "You don't have enough money",
  24. purchase_made = "Purchase made",
  25. crate = "Crate",
  26. amount = "Amount",
  27. spawn = "Take out",
  28.  
  29. total_price = "This will make a totla of %s dollars",
  30. cart_empty = "Your cart is empty",
  31.  
  32. item_added = "Item successfuly added",
  33. item_modified = "Item successfuly edited",
  34. item_deleted = "Item successfuly deleted",
  35. item_not_exist = "This item doesn't exist",
  36. item_reload_to_edit = "Press R to edit",
  37.  
  38. invalid_zone = "Invalid zone",
  39. npc_name_not_exist = "This NPC doesn't exist",
  40. zone_name_already_taken = "This zone name is already taken",
  41. zone_added = "Zone successfuly added",
  42. zone_removed = "Zone successfuly deleted",
  43. zone_modified = "Zone successfuly edited",
  44.  
  45. name_of_entity = "Entity's name",
  46. class_of_entity = "Entity's class",
  47. price_of_entity = "Entity's price",
  48. type_of_entity = "Entity's type",
  49. energy_of_entity = "Energy given the food",
  50.  
  51. config_weapon_reload = "'R' to configure the zone",
  52. config_weapon_primary = "'LEFT CLICK' to add a point",
  53. config_weapon_secondary = "'RIGHT CLICK' to delete the last point",
  54. config_weapon_name_of_zone = "Zone's name",
  55. config_weapon_name_of_npc = "NPC's name",
  56. config_weapon_model_of_npc = "NPC's model",
  57.  
  58. npc_reload_to_remove = "'R' to delete the NPC",
  59. npc_added = "NPC successfuly added",
  60. npc_removed = "NPC successfuly deleted",
  61. npc_modified = "NPC successfuly edited",
  62. }
  63.  
  64. SlownLS.Market:AddLanguage("en",LANGUAGE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement