Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LANGUAGE = {
- open_atm = "Press 'USE' to access to your account",
- logged_in_as = "Logged in as",
- loading = "Loading",
- select_account = "Select an account",
- wallet = "Wallet",
- personal_account = "Personal account",
- group_accounts = "Group accounts",
- deposit = "Deposit",
- withdraw = "Withdraw",
- history = "History",
- transfer = "Transfer",
- members = "Members",
- list_of_members = "List of members",
- kick_member = "Kick member",
- add_member = "Add member",
- what_do_you_want_to_do = "What do you want to do?",
- enter_with_keypad = "Enter the amount with the keypad...",
- balance = "Balance",
- kick = "Kick",
- remove_money = "Remove money",
- how_much_remove = "How much do you want to remove?",
- add_money = "Add money",
- how_much_add = "How much do you want to add?",
- show_groups = "Show groups",
- enter_the_name = "Enter the name of the person...",
- save_atms = "Save ATMs",
- restore_all_balances = "Restore all balances",
- how_much_restore = "How much do you want to restore to?",
- import_data_batms = "Import Blue's ATM data",
- players = "Players",
- settings = "Settings",
- no_money = "You do not have enough money",
- no_money_account = "You do not have enough money on this account",
- deposit_log = "You've deposited %s to your personal account",
- deposit_log_group = "%s deposited %s",
- money_deposit = "Money successfully deposited",
- withdraw_log = "You've withdrawn %s from your personal account",
- withdraw_log_group = "%s withdrew %s",
- money_withdraw = "Money successfully withdrawn",
- transfer_log = "You've transfered %s on the account of %s",
- treceipt_log = "You've received %s from %s",
- money_transferred = "Money successfully transfered",
- take_your_money = "Take your money please",
- action_success = "Action successfully done",
- member_added_log = "%s added %s to the group",
- member_added = "Member successfully added",
- member_kicked_log = "%s removed %s from the group",
- member_kicked = "Member successfully removed",
- afk = "You've been disconnected from the ATM due to your inactivity",
- back = "Back",
- previous = "Previous",
- next = "Next",
- error = "Action interrupted",
- success = "Action done",
- validate = "Validate",
- cancel = "Cancel",
- }
- SlownLS.ATM:AddLanguage("en",LANGUAGE)
Advertisement
Add Comment
Please, Sign In to add comment