Advertisement
Guest User

Untitled

a guest
Aug 29th, 2022
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.77 KB | None | 0 0
  1. --[[--------------------------------
  2.     English
  3. -----------------------------------]]
  4. FleodonLottery.Lang["english"] = {
  5.     addon_name = "Fléodon's Lottery",
  6.     create_a_lottery = "Create a new lottery",
  7.     no = "No",
  8.     yes = "Yes",
  9.     bet = "Bet",
  10.     exit = "Exit",
  11.     date = "Date",
  12.     name = "Name",
  13.     ddraw = "Draw",
  14.     and_win = "WIN",
  15.     start = "Start",
  16.     price = "Price",
  17.     cancel = "Cancel",
  18.     reward = "Reward",
  19.     winner = "Winner",
  20.     lottery = "LOTTERY",
  21.     duration = "Duration",
  22.     dashboard = "Dashboard",
  23.     lottery_history = "History",
  24.     admin_system = "Admin Tools",
  25.     participants = "Participants",
  26.     disconnected = "Disconnected",
  27.     duration_in_minutes = "minutes",
  28.     new_lottery = "New Lottery !",
  29.     erase_data = "Erase Data",
  30.     save_ents = "Save Entities",
  31.     are_you_sure = "Are you sure?",
  32.     respawn_ents = "Respawn Entities",
  33.     statistics = "Participation rate",
  34.     won_the_lottery = " won the lottery!",
  35.     name_of_the_lottery = "Name of the lottery..",
  36.     entered_the_lottery = " has entered the lottery!",
  37.     new_lottery = "A new lottery has been launched, would you like to participate?",
  38.     fill_in_the_blanks = "You must complete all fields to create a lottery.",
  39.     notif_price_invalid_min = "The price can not be less than ",
  40.     notif_price_invalid_max = "The price can not exceed ",
  41.     notif_reward_invalid_min = "The reward can not be less than ",
  42.     notif_reward_invalid_max = "The reward can not exceed ",
  43.     notif_duration_invalid_min = "The duration can not be less than ",
  44.     notif_duration_invalid_max = "The duration can not exceed ",
  45.     notif_lottery_created = "The lottery has been created successfuly!",
  46.     notif_no_lottery_available = "No lottery is available for the moment!",
  47.     notif_won_lottery = "Congratulations! You just won ",
  48.     notif_not_enough_money = "You don't have enough money!",
  49.     notif_entities_saved = " entities have been saved successfuly!",
  50.     notif_module_disabled = "This module has been disabled by the owner.",
  51.     notif_entities_respawned = "Entities have been respawned successfuly!",
  52.     notif_no_entities_found = "No entities of Fléodon's Lottery have been found.",
  53.     notif_data_deleted_recently = "ERROR : the data has already been erased less than 60 seconds ago.",
  54.     notif_data_deleted = "The data has been erased successfuly!",
  55.     notif_lotterymax_exceeded = "You cannot create more lotteries at this time.",
  56.     notif_lottery_created_recently = "ERROR : a lottery has been launched less than 2 seconds ago, please wait.",
  57.     notif_must_be_admin = "Your usergroup does not allow you to do this.",
  58.     notif_entered_the_lottery = "Congratulations, you’ve entered the lottery!",
  59.     notif_won_lottery2 = "Congrats! While you were away, you won the lottery, here’s your ",
  60.     notif_transfered_bank = "For safety, your reward has been transfered to your bank account.",
  61.  
  62.     special_char = ": ",
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement