TheDenVxUA

Untitled

Apr 14th, 2020
1,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.40 KB | None | 0 0
  1. local LANGUAGE = {
  2.     open_atm = "Press 'USE' to access to your account",
  3.     logged_in_as = "Logged in as",
  4.     loading = "Loading",
  5.     select_account = "Select an account",
  6.     wallet = "Wallet",
  7.     personal_account = "Personal account",
  8.     group_accounts = "Group accounts",
  9.     deposit = "Deposit",
  10.     withdraw = "Withdraw",
  11.     history = "History",
  12.     transfer = "Transfer",
  13.     members = "Members",
  14.     list_of_members = "List of members",
  15.     kick_member = "Kick member",
  16.     add_member = "Add member",
  17.     what_do_you_want_to_do = "What do you want to do?",
  18.     enter_with_keypad = "Enter the amount with the keypad...",
  19.     balance = "Balance",
  20.     kick = "Kick",
  21.     remove_money = "Remove money",
  22.     how_much_remove = "How much do you want to remove?",
  23.     add_money = "Add money",
  24.     how_much_add = "How much do you want to add?",
  25.     show_groups = "Show groups",
  26.     enter_the_name = "Enter the name of the person...",
  27.     save_atms = "Save ATMs",
  28.     restore_all_balances = "Restore all balances",
  29.     how_much_restore = "How much do you want to restore to?",
  30.     import_data_batms = "Import Blue's ATM data",
  31.     players = "Players",
  32.     settings = "Settings",
  33.     no_money = "You do not have enough money",
  34.     no_money_account = "You do not have enough money on this account",
  35.     deposit_log = "You've deposited %s to your personal account",
  36.     deposit_log_group = "%s deposited %s",
  37.     money_deposit = "Money successfully deposited",
  38.     withdraw_log = "You've withdrawn %s from your personal account",
  39.     withdraw_log_group = "%s withdrew %s",
  40.     money_withdraw = "Money successfully withdrawn",
  41.     transfer_log = "You've transfered %s on the account of %s",
  42.     treceipt_log = "You've received %s from %s",
  43.     money_transferred = "Money successfully transfered",
  44.     take_your_money = "Take your money please",
  45.     action_success = "Action successfully done",
  46.     member_added_log = "%s added %s to the group",
  47.     member_added = "Member successfully added",
  48.     member_kicked_log = "%s removed %s from the group",
  49.     member_kicked = "Member successfully removed",
  50.     afk = "You've been disconnected from the ATM due to your inactivity",
  51.     back = "Back",
  52.     previous = "Previous",
  53.     next = "Next",
  54.     error = "Action interrupted",
  55.     success = "Action done",
  56.     validate = "Validate",
  57.     cancel = "Cancel",
  58. }
  59.  
  60.  
  61. SlownLS.ATM:AddLanguage("en",LANGUAGE)
Advertisement
Add Comment
Please, Sign In to add comment