Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "en": {
  3. "menu-title": "Shopping list options.",
  4. "option-1": "A) Add an item.",
  5. "option-1-key": "a",
  6. "option-2": "R) Remove an item by its element number.",
  7. "option-2-key": "r",
  8. "option-3": "T) Display the total number of items in the list.",
  9. "option-3-key": "t",
  10. "option-4": "L) List all the items.",
  11. "option-4-key": "l",
  12. "option-5": "E) Empty the list.",
  13. "option-5-key": "e",
  14. "option-6": "C) Count the instances of an item in the list.",
  15. "option-6-key": "c",
  16. "option-7": "Q) Quit.",
  17. "option-7-key": "q",
  18. "menu-input": "Option: ",
  19. "program-end-message": "Shopping time."
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement