Advertisement
Slawer

SlownLS - Taxi - English

Aug 17th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2.     Addon: Taxi
  3.     By: Slawer
  4. ]]
  5.  
  6. local LANGUAGE = {
  7.     press_use_to_leave_edit_mode = "Press USE to leave the edit mode",
  8.     distance = "Distance",
  9.     unit = "km",
  10.     configure_route = "Configure the route",
  11.     view_infos = "See the information",
  12.     list_of_request = "List of requests",
  13.     cancel_mission = "Cancel the mission",
  14.     price = "Price",
  15.     take = "Take",
  16.     accept = "Accept",
  17.     decline = "Decline",
  18.     open = "Open",
  19.     price_per_unit = "Price per %s",
  20.     validate = "Validate",
  21.     client_pay = "You have paid the taxi %s",
  22.     driver_receive = "You have received %s for completing your mission",
  23.     player_can = "You cannot do this",
  24.     already_request = "You already have a pending request",
  25.     request_sended = "Your request has been sent",
  26.     request_receive = "A request has been received",
  27.     already_mission = "You already have a mission",
  28.     already_taken = "This mission is already taken",
  29.     mission_display = "A point has appeared on your screen",
  30.     request_taken = "Your request has been taken",
  31.     no_mission = "You do not have a pending mission",
  32.     taxi_cancel = "Your taxi has been canceled",
  33.     mission_canceled = "Your mission has been canceled",
  34.     min_price = "The price must not be under %s",
  35.     max_price = "The price must not be over %s",
  36.     settings_saved = "Parameters successfully saved"
  37. }
  38.  
  39. SlownLS.Taxi:AddLanguage("en",LANGUAGE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement