Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. Locales['en'] = {
  2. -- cloakroom
  3. ['cloakroom_menu'] = 'cloakroom',
  4. ['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Cloakroom~s~.',
  5. ['wear_citizen'] = 'citizen wear',
  6. ['wear_work'] = 'taxi wear',
  7.  
  8. -- garage
  9. ['spawner_prompt'] = 'Apasa ~INPUT_CONTEXT~ sa accesezi ~y~Garajul~s~.',
  10. ['store_veh'] = 'Apasa ~INPUT_CONTEXT~ sa parchezi Taxi',
  11. ['spawn_veh'] = 'Scoate vehicolul',
  12. ['spawnpoint_blocked'] = 'Este un vehicul blocat la iesire',
  13. ['only_taxi'] = 'Poti parca doar taxi-uri',
  14.  
  15. ['taking_service'] = 'taking service: Taxi/Uber',
  16. ['full_service'] = 'full service: ',
  17. ['amount_invalid'] = 'amount invalid',
  18. ['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu',
  19. ['billing'] = 'billing',
  20. ['billing_sent'] = 'the bill has been registered!',
  21. ['invoice_amount'] = 'invoice amount',
  22. ['no_players_near'] = 'no players nearby',
  23. ['start_job'] = 'start / stop driving NPC jobs',
  24. ['drive_search_pass'] = 'driving in search of ~y~passengers',
  25. ['customer_found'] = 'you have ~g~found~s~ a customer, get closer to them',
  26. ['client_unconcious'] = 'your client is ~r~unconscious~s~, look for another one',
  27. ['arrive_dest'] = 'you have ~g~arrived~s~ at your destination',
  28. ['take_me_to_near'] = '~s~Take me to~y~ %s~s~, near ~y~%s',
  29. ['take_me_to'] = '~s~Take me to ~y~%s',
  30. ['close_to_client'] = 'you are too far from the client, get close to them',
  31. ['return_to_veh'] = 'please return to your vehicle to continue the mission',
  32. ['must_in_taxi'] = 'you must be in a ~y~taxi~s~ to start the mission',
  33. ['must_in_vehicle'] = 'you must be in a vehicle to begin the mission',
  34. ['have_earned'] = 'you have earned ~g~$%s~s~',
  35. ['comp_earned'] = '- your company has earned ~g~$%s~s~\n- you have earned ~g~$%s~s~',
  36. ['deposit_stock'] = 'deposit Stock',
  37. ['take_stock'] = 'take Stock',
  38. ['boss_actions'] = 'boss Actions',
  39. ['mission_complete'] = 'mission Completed',
  40. ['quantity'] = 'quantity',
  41. ['quantity_invalid'] = 'that is an invalid quantity!',
  42. ['inventory'] = 'inventory',
  43. ['taxi_client'] = 'taxi Client',
  44. ['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
  45. ['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
  46. ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
  47. ['blip_taxi'] = 'Uber',
  48. ['phone_taxi'] = 'Uber',
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement