Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2019
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. PJDelivery.Languages["en"] = {
  2. ["NoPackage"] = "No packages for you here !",
  3. ["ChooseDropBox"] = "Choose a drop box:",
  4. ["Validate"] = "Validate",
  5. ["IncorrectJob"] = "You don't have the right job to access the storage center !",
  6. ["DidntPrepapre"] = "You didn't prepare any orders !",
  7. ["InvalidDropBox"] = "Invalid drop box !",
  8. ["Home"] = "At my home",
  9. ["DropBoxChoose"] = "Choose a drop box where you want to be delivered: ",
  10. ["Cancel"] = "Cancel",
  11. ["CancelDelivery"] = "Order canceled",
  12. ["OrderDone"] = "Order done, you package will be delivered in %s secondes at the drop box: %s",
  13. ["OrderDonePost"] = "Order done, your order will be delivered while a postman is available",
  14. ["NoStorageCenter"] = "There is no storage center to delivery your order...",
  15. ["DropBox"] = "Drop box",
  16. ["PullOut"] = "Pull out",
  17. ["Reward"] = "Reward",
  18. ["Delivering"] = "Delivering",
  19. ["DeliveryRequested"] = "Delivery request sent to the postmans !",
  20. ["DeliveryOnWay"] = "Postman on the way...",
  21. ["Accept"] = "Accept",
  22. ["Decline"] = "Decline",
  23. ["See"] = "See",
  24. ["SeeNotif"] = "The drop box is visible in red colored",
  25. ["StorageCenter"] = "Storage center",
  26. ["AgreedDelivery"] = "You accepted to delivery the order of %s",
  27. ["NoPostMans"] = "No postman available, auto delivery started !",
  28. ["AcceptedBy"] = "Accepted by: %s",
  29. ["NewDeliveryOrder"] = "New delivery order - #%s",
  30. ["NothingToDelivery"] = "You don't have any orders to deliver !",
  31. ["TakeOutFromStorage"] = "Your postman just left the storage center with your package !",
  32. ["OrderDeposit"] = "Your order is available in your drop box !",
  33. ["OrderDepositPost"] = "You drop the orders in the drop box !",
  34. ["NoPay"] = "You didn't receive any pay for being late",
  35. ["GetPay"] = "Here is %s for delivered the order in time !",
  36. ["CantGetMoreJob"] = "You reached the maximum delivery jobs",
  37. ["CarTrunk"] = "Car Trunk",
  38. ["CarTrunkFull"] = "This car trunk is full !",
  39. ["CarTrunkDrop"] = "Package dropped into this car trunk !",
  40. ["DeliveryProblem"] = "A problem happened during your order delivering, you've been refund !",
  41. ["NonDelivery"] = "You paid %s for not delivering the order on time!",
  42. ["DeliveryCanceled"] = "Delivery canceled !",
  43. ["AlreadyPickup"] = "You already picked up a package !",
  44. ["PackPickup"] = "You picked up the package",
  45. ["CantCarTrunk"] = "You can't drop a package in a don't owned vehicle !",
  46. ["CantGetTwoPacks"] = "You can't hold more than one package !",
  47. ["BecomePostman"] = "Become a postman",
  48. ["DeliveryOrder"] = "Delivery Order",
  49. ["TimeLeft"] = "Time left",
  50. ["InLate"] = "IN LATE",
  51. ["GoTo"] = "Go to the %s shows on your screen",
  52. ["Abort"] = "Abort",
  53. ["DepositCarTrunk"] = "Left click to drop the package in the vehicle",
  54. ["OpenCarTrunk"] = "Press "..PJDelivery.Config.PackagePickUpKey.text.." to open the car trunk",
  55. ["PickupPackage"] = "Press "..PJDelivery.Config.PackagePickUpKey.text.." to pick up the package",
  56. ["DropboxPut"] = "Left click to put your package in the dropbox",
  57. ["DropboxGet"] = "Press 'Use' to open the dropbox",
  58. ["DeliveryCenter"] = "Press 'Use' to talk the storage center manager",
  59. ["TruckRetriever"] = "Retrieve my truck",
  60. ["RetrieveTruck"] = "Retrieve",
  61. ["StockTruck"] = "Stock",
  62. ["NeedJob"] = "You need to be "..PJDelivery.Config.Job.." to retrieve a delivery truck !",
  63.  
  64.  
  65. ["Weight"] = "Weight",
  66. ["NoSpace"] = "No enough space to spawn the truck !",
  67. ["TruckRetrieved"] = "Your truck have been retrieved !",
  68. ["Cart"] = "Cart",
  69. ["ItemCart"] = "You need to add items to your cart !",
  70. ["Item"] = "item",
  71. ["SendOrder"] = "Send order",
  72. ["Distance"] = "Distance",
  73. ["Time"] = "Time",
  74. ["EntLimit"] = "You reached the object's limit !",
  75. ["Package"] = "Package",
  76. ["PickedPackage"] = "You picked up the package",
  77. ["TruckStocked"] = "Your truck have been stocked !",
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement