fints4k/ui/BankingJavaFxApp/src/main/resources/Messages.properties

70 lines
3.4 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
2020-01-11 23:28:16 +00:00
main.window.menu.file.new.cash.transfer=Cash transfer
2020-01-11 13:36:52 +00:00
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
2020-01-11 23:01:15 +00:00
account.transactions.control.view.search.label=Find:
account.transactions.control.view.balance.label=Balance:
account.transactions.table.column.header.value.date=Value date
account.transactions.table.column.header.usage=Usage
account.transactions.table.column.header.amount=Amount
account.transactions.table.context.menu.transfer.money.to=Transfer money to %s
account.transactions.table.context.menu.show.transaction.details=Show details
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
add.account.dialog.error.could.not.add.account=Could not add account for bank code '%s' and customer id '%s'.\r\n\r\nError message from your bank:\r\n\r\n%s
2020-01-08 21:32:29 +00:00
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.hint.from.bank=Hint from your bank: %s
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\'.\r\n\r\nError message from your bank:\r\n\r\n%s
2020-01-11 23:28:16 +00:00
transfer.money.dialog.title=Transfer money
2020-05-13 10:06:13 +00:00
transfer.money.dialog.account.label=Account:
2020-01-11 23:28:16 +00:00
transfer.money.dialog.remittee.name.label=Remittee:
transfer.money.dialog.remittee.iban.label=IBAN:
transfer.money.dialog.remittee.bank.label=Bank:
transfer.money.dialog.remittee.bic.label=BIC:
transfer.money.dialog.amount.label=Amount:
transfer.money.dialog.usage.label=Usage:
transfer.money.dialog.instant.payment.label=Instant payment
2020-01-11 23:28:16 +00:00
transfer.money.dialog.transfer.money.label=Transfer
transfer.money.dialog.bank.name.will.be.entered.automatically=Will be entered automatically
transfer.money.dialog.bank.not.found.for.iban=No bank found for this IBAN
transfer.money.dialog.message.transfer.cash.success=Successfully transferred %.02f %s to %s
transfer.money.dialog.message.transfer.cash.error=Could not transfer %.02f %s to %s.\r\n\r\nError message from your bank:\r\n\r\n%s