Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[--------------------------------
- English
- -----------------------------------]]
- FleodonLottery.Lang["english"] = {
- addon_name = "Fléodon's Lottery",
- create_a_lottery = "Create a new lottery",
- no = "No",
- yes = "Yes",
- bet = "Bet",
- exit = "Exit",
- date = "Date",
- name = "Name",
- ddraw = "Draw",
- and_win = "WIN",
- start = "Start",
- price = "Price",
- cancel = "Cancel",
- reward = "Reward",
- winner = "Winner",
- lottery = "LOTTERY",
- duration = "Duration",
- dashboard = "Dashboard",
- lottery_history = "History",
- admin_system = "Admin Tools",
- participants = "Participants",
- disconnected = "Disconnected",
- duration_in_minutes = "minutes",
- new_lottery = "New Lottery !",
- erase_data = "Erase Data",
- save_ents = "Save Entities",
- are_you_sure = "Are you sure?",
- respawn_ents = "Respawn Entities",
- statistics = "Participation rate",
- won_the_lottery = " won the lottery!",
- name_of_the_lottery = "Name of the lottery..",
- entered_the_lottery = " has entered the lottery!",
- new_lottery = "A new lottery has been launched, would you like to participate?",
- fill_in_the_blanks = "You must complete all fields to create a lottery.",
- notif_price_invalid_min = "The price can not be less than ",
- notif_price_invalid_max = "The price can not exceed ",
- notif_reward_invalid_min = "The reward can not be less than ",
- notif_reward_invalid_max = "The reward can not exceed ",
- notif_duration_invalid_min = "The duration can not be less than ",
- notif_duration_invalid_max = "The duration can not exceed ",
- notif_lottery_created = "The lottery has been created successfuly!",
- notif_no_lottery_available = "No lottery is available for the moment!",
- notif_won_lottery = "Congratulations! You just won ",
- notif_not_enough_money = "You don't have enough money!",
- notif_entities_saved = " entities have been saved successfuly!",
- notif_module_disabled = "This module has been disabled by the owner.",
- notif_entities_respawned = "Entities have been respawned successfuly!",
- notif_no_entities_found = "No entities of Fléodon's Lottery have been found.",
- notif_data_deleted_recently = "ERROR : the data has already been erased less than 60 seconds ago.",
- notif_data_deleted = "The data has been erased successfuly!",
- notif_lotterymax_exceeded = "You cannot create more lotteries at this time.",
- notif_lottery_created_recently = "ERROR : a lottery has been launched less than 2 seconds ago, please wait.",
- notif_must_be_admin = "Your usergroup does not allow you to do this.",
- notif_entered_the_lottery = "Congratulations, you’ve entered the lottery!",
- notif_won_lottery2 = "Congrats! While you were away, you won the lottery, here’s your ",
- notif_transfered_bank = "For safety, your reward has been transfered to your bank account.",
- special_char = ": ",
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement