BankingClient/BankingJavaFxApp/src/main/resources/Messages.properties

42 lines
2.0 KiB
Properties
Raw Normal View History

application.title=Banking
2020-01-08 19:33:44 +00:00
ok=OK
cancel=Cancel
close=Close
accounts=Accounts
check=Check
2020-01-11 13:36:52 +00:00
main.window.menu.file=File
main.window.menu.file.new=New...
main.window.menu.file.new.account=Account
main.window.menu.file.quit=Quit
2020-01-11 22:47:58 +00:00
accounts.view.all.accounts=All accounts
accounts.view.context.menu.info=Info
add.account.dialog.title=Add account
add.account.dialog.bank.code.label=Bank code
add.account.dialog.customer.id.and.password.hint=Enter the same values here as in your online banking portal
add.account.dialog.customer.id=Customer Id (Account number)
add.account.dialog.customer.id.hint=The user name you use for logging in into online banking
add.account.dialog.password=Online banking password
add.account.dialog.password.hint=The password you use for logging in into online banking
2020-01-08 21:32:29 +00:00
add.account.dialog.error.could.not.add.account=Could not add account for bank code '%s' and customer id '%s': %s
add.account.dialog.successfully.added.account=Successfully added account.\r\n\r\nWould you like to fetch all account transactions now? If so entering a TAN is required.
add.account.dialog.successfully.added.account.bank.supports.retrieving.transactions.of.last.90.days.without.tan=Successfully added account.\r\n\r\nYour bank supports retrieving account transactions of last 90 days without TAN. These are already displayed in background.\r\n\r\nWould you like to fetch all account transactions now? If so entering a TAN is required.
enter.tan.dialog.title=TAN required
enter.tan.dialog.select.tan.procedure=TAN procedure:
enter.tan.dialog.select.tan.medium=TAN medium:
2020-01-08 21:32:29 +00:00
enter.tan.dialog.size.label=Size:
enter.tan.dialog.frequency.label=Speed:
enter.tan.dialog.enter.tan.label=TAN:
enter.tan.dialog.error.could.not.decode.tan.image=Could not decode flicker code or QR code / PhotoTan. Most likely an internal error:\n%s.
enter.tan.dialog.tan.medium.successfully.changed=TAN medium successfully changed to \'%s\'.
enter.tan.dialog.tan.error.changing.tan.medium=Could not change TAN medium to \'%s\':\n%s.