Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. Locales['en'] = {
  2. -- Cloakroom
  3. ['vehicle_list'] = 'Vehicle List',
  4. ['civil'] = 'civilian clothes',
  5. ['job_clothes'] = 'work clothes',
  6. ['foodtruck_actions_menu'] = 'press ~INPUT_CONTEXT~ to access the menu.',
  7.  
  8. -- Vehicles
  9. ['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle ' ,
  10. ['wrong_veh'] = 'You have to be in a ~b~Foodtruck~s~.',
  11. ['vehicles'] = 'vehicles',
  12.  
  13. -- Menus
  14. ['recipe'] = 'recipe',
  15. ['ingredients'] = 'ingredients',
  16. ['price_unit'] = '$ / unit',
  17. ['on_you'] = 'on you',
  18. ['action'] = 'action',
  19. ['buy_10'] = 'buy 10',
  20. ['buy_50'] = 'buy 50',
  21. ['cook'] = 'prepare',
  22. ['billing'] = 'billing',
  23. ['gears'] = 'material',
  24. ['purchased'] = 'Purchase made.',
  25.  
  26. -- Boss Menu
  27. ['boss_actions'] = 'boss actions',
  28.  
  29. -- Food
  30. ['grill'] = 'grill',
  31. ['table'] = 'table',
  32. ['chair'] = 'chair',
  33. ['clean'] = 'clean up',
  34. ['bread'] = 'bread',
  35. ['meat'] = 'meat',
  36. ['vegetables'] = 'vegetables',
  37. ['tacos'] = 'tacos',
  38. ['burger'] = 'burger',
  39. ['drank_coke'] = 'You drank a ~b~Coke',
  40. ['eat_burger'] = 'You have ate a ~b~Burger',
  41. ['eat_taco'] = 'You have ate a ~b~Taco',
  42. -- F6 Menu
  43.  
  44. -- Phone
  45. ['alert_foodtruck'] = 'Customer Alert',
  46. -- MISC
  47. ['blip_market'] = 'market',
  48. ['blip_foodtruck'] = 'foodtruck',
  49. ['take'] = 'press ~INPUT_CONTEXT~ to take',
  50. ['clean_too_far'] = 'you are too far from your equipment to put it away.',
  51. ['cooked'] = 'cooking done!',
  52. ['no_player_nearby'] = 'No players nearby',
  53. ['bill_amount'] = 'Amount of the invoice',
  54. ['missing_ingredients'] = 'you\'re missing ingredients!',
  55. ['already_cooking'] = 'a recipe is already in preparation!',
  56. ['start_cooking_hint'] = 'press ~INPUT_CONTEXT~ to cook.',
  57. ['need_more_exp'] = 'You don \' are ~r~ not ~s~ experienced enough to perform this action.',
  58. ['foodtruck_menu'] = 'press ~INPUT_CONTEXT~ to access menu.',
  59. ['foodtruck_market_menu'] = 'press ~INPUT_CONTEXT~ to access the market.',
  60. ['no_money'] = 'You do not have enough money!',
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement