📄 applicationresources.properties
字号:
# Optional header and footer for <errors/> tag.
errors.header=<P><font color="#ff0000"><strong><ul>
errors.footer=</ul></strong></font></P>
error.missing.customerId=<li>You must enter your customer ID.
error.missing.accountNumber=<li>You must select an account.
error.missing.amount=<li>You must enter an amount.
error.missing.destinationAccount=<li>You must enter a destination account.
error.invalid.customerId=<li>Invalid customer ID. Please try again.
error.invalid.amount=<li>Invalid amount. Please correct your entry.
error.insufficientFundsException=<li>Insufficient funds to carry out the transaction. Please try a smaller amount.
error.invalidAmountException=<li>Invalid amount. Please, type a valid currency amount.
error.accountDoesNotExistException=<li>Account does not exist. Please try a different account number.
error.customerDoesNotExistException=<li>Customer does not exist. Please try a different customer number.
error.zeroAmountException=<li>Cannot perform a zero amount transaction.
error.genericException=An error has occured. Please try again.
error.accountNotOfCustomer=Account does not belong to customer.
error.bank=Bank or BankEJB access failed.
text.pageTitle=ITSO Bank
text.welcome=Welcome to the ITSO Bank
text.footer=For more information on ITSO and RedBooks, please visit our <A href="http://www.redbooks.ibm.com">Internet site</A>.
text.submit=Submit
text.cancel=Cancel
text.customersAccounts={0}'s Accounts
text.accountMaintenance=Account #{0} Maintenance
text.currentBalance=Current balance:
text.listTransactions=List logged transactions
text.deposit=Deposit
text.withdraw=Withdraw
text.transfer=Transfer
text.accountNo=Account #
text.transactionsSorted=Transactions sorted in order of occurence:
text.transactions=Transactions
text.transactionId=Number
text.date=Date
text.type=Type
text.amount=Amount
text.back=Back
text.unexpectedCondition=Unexpected Condition
text.continue=Continue
prompt.enterCustomerId=Please, enter your customer ID:
prompt.account=Select the account:
prompt.transaction=Select the transaction:
prompt.amount=Amount:
prompt.destinationAccount=Destination account:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -