Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. -- global menus
  2. ['not_enough_in_society'] = 'there\'s not enough of ~r~that item~s~ in the society!',
  3. ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
  4. ['vehicle_belongs'] = 'Das Fahrzeug mit dem Kennzeichen ~y~%s~s~ gehört nun ~b~dir~s~!',
  5. ['broke_company'] = 'you do not have enough money in the company account',
  6. ['license_missing'] = 'you don\'t have a driver\'s license!',
  7. ['purchase_type'] = 'type of purchase',
  8. ['society_type'] = 'society',
  9. ['staff_type'] = 'personal usage',
  10. ['buy_vehicle_shop'] = 'Willst du %s für $%s kaufen?',
  11. ['buy_vehicle'] = 'buy vehicle',
  12. ['car_dealer'] = 'Auto Händler',
  13. ['shop_awaiting_model'] = 'the vehicle is currently loading, please wait',
  14. ['create_bill'] = 'create bill',
  15. ['dealer_boss'] = 'car Dealer - Boss',
  16. ['delivered'] = 'the vehicle has been ~g~delivered~s~ to the dealer',
  17. ['depop_vehicle'] = 'return vehicle',
  18. ['return_provider'] = 'return vehicle to provider',
  19. ['get_rented_vehicles'] = 'vehicles for rent',
  20. ['invalid_amount'] = 'invalid amount',
  21. ['invoice_amount'] = 'invoice amount',
  22. ['no'] = 'Nein',
  23. ['yes'] = 'Ja',
  24. ['no_players'] = 'no players nearby',
  25. ['not_enough_money'] = 'you do not have enough money',
  26. ['not_rental'] = 'this is not a ~r~rental vehicle~s~',
  27. ['not_yours'] = 'this vehicle does not belong to you',
  28. ['paid_rental'] = 'you have ~g~payed~s~ for your vehicle rental: ~g~$%s~s~',
  29. ['pop_vehicle'] = 'put out vehicle for sale',
  30. ['rent_vehicle'] = 'car Dealer - Vehicles for rent',
  31. ['return_provider_menu'] = 'car Dealer - Return vehicle to provider',
  32. ['rental_amount'] = 'rental amount',
  33. ['sell_menu'] = 'Drücke ~INPUT_CONTEXT~ um dein Fahrzeug ~y~%s~s~ für ~g~$%s~s~ zu verkaufen!',
  34. ['set_vehicle_owner_rent'] = 'assign vehicle [Location]',
  35. ['set_vehicle_owner_sell'] = 'sell vehicle',
  36. ['set_vehicle_owner_sell_society'] = 'assign Vehicle [Sale] [Society]',
  37. ['shop_menu'] = 'Drücke ~INPUT_CONTEXT~ um ein Fahrzeug zu kaufen!',
  38. ['generic_shopitem'] = '$%s',
  39. ['vehicle_dealer'] = 'vehicle - Car Dealer',
  40. ['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to give back the rented vehicle',
  41. ['vehicle_purchased'] = 'Du hast ein Fahrzeug gekauft',
  42. ['vehicle_set_owned'] = 'vehicle ~y~%s~s~ has been assigned to ~b~%s~s~',
  43. ['vehicle_set_rented'] = 'vehicle ~y~%s~s~ has been rented to ~b~%s~s~',
  44. ['vehicle_sold_for'] = '~b~%s~s~ wurde ~y~verkauft~s~ für ~g~$%s~s~',
  45. ['vehicle_sold_to'] = 'the vehicle with plate ~y~%s~s~ has been sold to ~b~%s~s~',
  46. ['deposit_stock'] = 'deposit stock',
  47. ['take_stock'] = 'withdraw stock',
  48. ['dealership_stock'] = 'dealership Stock',
  49. ['amount'] = 'amount',
  50. ['quantity_invalid'] = 'that\'s an invalid quantity',
  51. ['inventory'] = 'inventory',
  52. ['dealership'] = 'car Dealer',
  53. ['dealer_customers'] = 'dealer customers',
  54. ['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
  55. ['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
  56. ['boss_actions'] = 'boss actions',
  57.  
  58. -- sold vehicles
  59. ['boss_sold'] = 'list of sold vehicles',
  60. ['customer_client'] = 'customer name',
  61. ['customer_model'] = 'car model',
  62. ['customer_plate'] = 'car plate',
  63. ['customer_soldby'] = 'sold by',
  64. ['customer_date'] = 'date',
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement