GlorifiedPig

Untitled

May 21st, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1.  
  2. i18n.RegisterPhrases( "en", {
  3. gbSystemName = "GlorifiedBanking",
  4. gbLoading = "LOADING",
  5. gbEnterCard = "ENTER YOUR CARD",
  6. gbToContinue = "TO CONTINUE",
  7. gbAtmDisabled = "THIS ATM HAS BEEN TEMPORARILY DISABLED\nSORRY FOR ANY INCONVENIENCE",
  8. gbBackShortly = "OUR SYSTEMS WILL BE BACK ONLINE SHORTLY",
  9. gbWelcomeBack = "WELCOME BACK, %s!",
  10. gbAccountBalance = "ACCOUNT BALANCE: %s",
  11. gbHidden = "HIDDEN",
  12. gbMenuWithdraw = "WITHDRAW",
  13. gbMenuDeposit = "DEPOSIT",
  14. gbMenuTransfer = "TRANSFER",
  15. gbMenuTransactions = "TRANSACTIONS",
  16. gbMenuSettings = "SETTINGS",
  17. gbWithdrawAmount = "SELECT AN AMOUNT YOU WOULD LIKE TO WITHDRAW",
  18. gbWithdrawalFree = "THIS WITHDRAWAL IS FREE",
  19. gbWithdrawalHasFee = "THIS WITHDRAWAL WILL HAVE A %s%% FEE ADDED",
  20. gbWithdrawalDisclaimer = "GLORIFIEDBANKING IS NOT RESPONSIBLE FOR LOSS OF MONEY AFTER WITHDRAWAL",
  21. gbDepositAmount = "SELECT AN AMOUNT YOU WOULD LIKE TO DEPOSIT",
  22. gbDepositFree = "THIS DEPOSIT IS FREE",
  23. gbDepositHasFee = "THIS DEPOSIT WILL HAVE A %s%% FEE ADDED",
  24. gbDepositDisclaimer = "GLORIFIEDBANKING IS NOT RESPONSIBLE FOR LOSS OF MONEY AFTER DEPOSIT",
  25. gbTransferFree = "THIS TRANSFER IS FREE",
  26. gbTransferHasFee = "THIS TRANSFER WILL HAVE A %s%% FEE ADDED",
  27. gbSelectPlayer = "Please select a player to transfer money to.",
  28. gbTransactionTypeAmount = "TYPE AN AMOUNT",
  29. gbContactingServer = "CONTACTING SERVER",
  30. gbTakeDispensed = "PLEASE TAKE THE MONEY DISPENSED",
  31. gbInsertMoney = "PLEASE INSERT THE MONEY TO DEPOSIT",
  32. gbPleaseWait = "PLEASE WAIT A MOMENT",
  33. gbCardName = "GlorifiedBanking Card",
  34. gbTransactionType = "Transaction Type",
  35. gbTransactionLogsFor = "Transaction logs for: %s",
  36. gbPlayersOnline = "Players online: %s",
  37. gbSetBalance = "Set Balance",
  38. gbEnterBalance = "Enter a new balance for %s:",
  39. gbEnter = "Enter",
  40. gbConfirmation = "Confirmation",
  41. gbConfirmationBalance = "Do want to reset %s's balance?",
  42. gbYes = "Yes",
  43. gbNo = "No",
  44. gbAdminMenuPlayers = "PLAYERS",
  45. gbAdminMenuLogs = "LOGS",
  46. gbAdminMenuSettings = "SETTINGS",
  47. gbAdminMenuLockdown = "LOCKDOWN MODE",
  48. gbTransactionsTime = "TIME",
  49. gbTransactionsType = "TYPE",
  50. gbTransactionsUsers = "SENDER",
  51. gbTransactionsTotal = "TOTAL",
  52. gbResetBalance = "Reset Balance",
  53. gbViewTransactions = "Transactions",
  54. gbTypeAll = "All",
  55. gbTypeWithdrawals = "Withdrawals",
  56. gbTypeDeposits = "Deposits",
  57. gbTypeTransfers = "Transfers",
  58. gbItemsPerPage = "Items Per Page",
  59. gbLogInfoType = "Type: ",
  60. gbLogInfoTime = "Time: ",
  61. gbLogInfoDate = "Date: ",
  62. gbCantHaveNegative = "You can't set a negative balance!",
  63. gbLoggedOutInactive = "You have been logged out of the ATM due to inactivity.",
  64. gbCardInstructions = "Use left click to insert the card into a device.",
  65. gbCardInsertAir = "You can't insert the card into the air!",
  66. gbCardCantInsert = "That doesn't have a card slot!",
  67. gbCardTooFarAway = "That is too far away to insert your card!",
  68. gbCardAtmInUse = "This ATM is currently in use.",
  69. gbDarkTheme = "Dark",
  70. gbInterestReceived = "You received %s in interest.",
  71. gbSalaryToBank = "Your salary of %s was transferred to your bank.",
  72. gbDropMoneyOnDeath = "You paid %s in hospital bills.",
  73. gbCashWithdrawn = "You withdrew %s.",
  74. gbCashDeposited = "You deposited %s.",
  75. gbCashTransferred = "You transferred %s to %s.",
  76. gbCashTransferReceive = "%s transferred %s to your account.",
  77. gbCannotAfford = "You cannot afford that.",
  78. gbInvalidAmount = "Please enter a valid amount.",
  79. gbToolName = "ATM Placer",
  80. gbToolCategory = "Glorified Banking",
  81. gbToolDescription = "Used to place ATMs on the wall and configure their individual settings.",
  82. gbToolLeftClick = "Place a permanent ATM",
  83. gbToolRightClick = "Remove a permanent ATM",
  84. gbToolReload = "Apply settings to an ATM",
  85. gbToolSignText = "Sign Text:",
  86. gbToolSignTextHelp = "The text displayed on the ATM sign.",
  87. gbToolWithdrawalFee = "Withdrawal Fee:",
  88. gbToolWithdrawalFeeHelp = "The transaction fee for all withdrawals made with this ATM in percent.",
  89. gbToolDepositFee = "Deposit Fee:",
  90. gbToolDepositFeeHelp = "The transaction fee for all deposits made with this ATM in percent.",
  91. gbToolTransferFee = "Transfer Fee:",
  92. gbToolTransferFeeHelp = "The transaction fee for all transfers made with this ATM in percent.",
  93. gbToolSnap = "Snap Amount:",
  94. gbToolSnapHelp = "The distance between each snapping point.",
  95. gbToolHeight = "Height Offset:",
  96. gbToolHeightHelp = "The distance from the floor the ATM will be placed at."
  97. } )
Add Comment
Please, Sign In to add comment