Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Locales['en'] = {
  2. ['taking_service'] = 'taking service: ',
  3. ['spawn_veh'] = 'spawn vehicle',
  4. ['remove_comp_money'] = 'remove company money',
  5. ['deposit_money'] = 'deposit money',
  6. ['launder_money'] = 'launder money',
  7. ['full_service'] = 'full service: ',
  8. ['withdraw_amount'] = 'amount of withdrawal',
  9. ['amount_invalid'] = 'amount invalid',
  10. ['deposit_amount'] = 'amount to deposit',
  11. ['launder_amount'] = 'amount to launder',
  12. ['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu',
  13. ['billing'] = 'billing',
  14. ['invoice_amount'] = 'invoice amount',
  15. ['no_players_near'] = 'no players nearby',
  16. ['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
  17. ['drive_search_pass'] = 'driving in search of ~y~passengers',
  18. ['customer_found'] = 'you have ~g~found~s~ a customer, drive until last',
  19. ['client_unconcious'] = 'your client is ~r~unconscious~w~. Look for another one.',
  20. ['arrive_dest'] = 'you have ~g~arrived~s~ at your destination',
  21. ['take_me_to_near'] = '~w~Take me to~y~ %s~w~, near~y~ %s',
  22. ['take_me_to'] = '~w~Take me to~y~ %s',
  23. ['close_to_client'] = 'you are close to the client, get close to them',
  24. ['return_to_veh'] = 'please return to your vehicle to continue the mission',
  25. ['only_taxi'] = 'you can only storee taxis.',
  26. ['must_in_taxi'] = 'you must be in a taxi to start the mission',
  27. ['must_in_vehicle'] = 'you must be in a vehicle to begin the mission',
  28. ['have_earned'] = 'you have earned ~g~$',
  29. ['comp_earned'] = 'your company has earned ~g~$',
  30. ['deposit_stock'] = 'deposit Stock',
  31. ['take_stock'] = 'take Stock',
  32. ['boss_actions'] = 'boss Actions',
  33. ['mission_complete'] = 'mission Completed',
  34. ['quantity'] = 'quantity',
  35. ['quantity_invalid'] = 'invalid Quantity',
  36. ['inventory'] = 'inventory',
  37. ['taxi_client'] = 'taxi Client',
  38. ['have_withdrawn'] = 'you have withdrawn x',
  39. ['added'] = 'you added x',
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement