Adjusted JavaFX messages for AddAccountDialog to that one of iOS and Android
This commit is contained in:
parent
dfdc7fd5c2
commit
a9bc3522fc
|
@ -89,7 +89,7 @@
|
|||
\n\nMöchten Sie hingegen den Button für dieses Konto nicht mehr angezeigt bekommen, klicken Sie auf das \'x\' rechts. Der Button wird dann immer noch am Ende der Umsatzlist angezeigt, falls Sie die älteren Umsätze später doch noch abrufen möchten.
|
||||
</string>
|
||||
|
||||
<string name="dialog_add_account_enter_bank">Bank (Suche auch mittels Bankleitzahl oder Ort):</string>
|
||||
<string name="dialog_add_account_enter_bank">Bank (Suche mit Name, Bankleitzahl oder Ort):</string>
|
||||
<string name="dialog_add_account_add">Hinzufügen</string>
|
||||
<string name="dialog_add_account_bank_does_not_support_fints_3_error_message">%s untersützt FinTS 3.0 nicht und kann deshalb leider mit dieser App nicht verwendet werden.</string>
|
||||
<string name="dialog_add_account_message_could_not_add_account">Konto konnte nicht hinzugefügt werden.\n\nFehlermeldung Ihrer Bank:\n\n%s</string>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
\n\nIf you no longer wish to see this button for this account, click on the \'x\' on the right. The button will still be displayed at the end of the list of transactions, in case you want to retrieve the earlier transactions later.
|
||||
</string>
|
||||
|
||||
<string name="dialog_add_account_enter_bank">Bank (find also by bank code or city):</string>
|
||||
<string name="dialog_add_account_enter_bank">Bank (search by name, bank code or city):</string>
|
||||
<string name="dialog_add_account_add">Add</string>
|
||||
<string name="dialog_add_account_bank_does_not_support_fints_3_error_message">%s does not support FinTS 3.0 and can therefore unfortunately not be used with this app.</string>
|
||||
<string name="dialog_add_account_message_could_not_add_account">Could not add account.\n\nError message from your bank:\n\n%s</string>
|
||||
|
|
|
@ -35,12 +35,14 @@ account.transactions.table.context.menu.new.transfer.with.same.data=New transfer
|
|||
account.transactions.table.context.menu.show.transaction.details=Show details
|
||||
|
||||
|
||||
online.banking.credentials.section.title=Online banking login data
|
||||
online.banking.credentials.login.name=Login name
|
||||
online.banking.credentials.password=Password
|
||||
online.banking.credentials.save.password=Save password (to be implemented)
|
||||
|
||||
add.account.dialog.title=Add account
|
||||
add.account.dialog.bank.label=Bank (search also by bank code or city)
|
||||
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.bank.label=Bank (find by name, bank code or city)
|
||||
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.bank.does.not.support.fints.3.error.message=%s does not support FinTS 3.0 and therefore cannot be used in this application.
|
||||
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
|
||||
|
|
|
@ -35,12 +35,14 @@ account.transactions.table.context.menu.new.transfer.with.same.data=Neue Überwe
|
|||
account.transactions.table.context.menu.show.transaction.details=Details anzeigen
|
||||
|
||||
|
||||
online.banking.credentials.section.title=Online-Banking Zugangsdaten
|
||||
online.banking.credentials.login.name=Login Name
|
||||
online.banking.credentials.password=Passwort
|
||||
online.banking.credentials.save.password=Password speichern (kommt noch)
|
||||
|
||||
add.account.dialog.title=Konto hinzufügen
|
||||
add.account.dialog.bank.label=Bank (Suche auch mittels Bankleitzahl oder Ort)
|
||||
add.account.dialog.customer.id.and.password.hint=Geben Sie hier die selben Werte ein wie auf Ihrer Online Banking Webseite
|
||||
add.account.dialog.customer.id=Logi Name
|
||||
add.account.dialog.bank.label=Bank (Suche mit Name, Bankleitzahl oder Ort)
|
||||
add.account.dialog.customer.id.hint=Der Nutzernamen den Sie fürs Online Banking verwenden
|
||||
add.account.dialog.password=Online Banking Passwort
|
||||
add.account.dialog.password.hint=Das Passwort das Sie fürs Online Banking verwenden
|
||||
add.account.dialog.error.bank.does.not.support.fints.3.error.message=%s untersützt FinTS 3.0 nicht und kann deshalb mit dieser App nicht verwendet werden.
|
||||
add.account.dialog.error.could.not.add.account=Konnte Konto für Bankleitzahl '%s' und Nutzername '%s' nicht hinzufügen.\r\n\r\nFehlermeldung Ihrer Bank:\r\n\r\n%s
|
||||
|
|
|
@ -97,7 +97,7 @@ open class AddAccountDialog(protected val presenter: BankingPresenter) : Window(
|
|||
}
|
||||
}
|
||||
|
||||
label(messages["add.account.dialog.customer.id.and.password.hint"]) {
|
||||
label(messages["online.banking.credentials.section.title"]) {
|
||||
font = Font.font(this.font.name, FontWeight.BOLD, this.font.size + 1)
|
||||
|
||||
isWrapText = true
|
||||
|
@ -108,7 +108,7 @@ open class AddAccountDialog(protected val presenter: BankingPresenter) : Window(
|
|||
}
|
||||
}
|
||||
|
||||
label(messages["add.account.dialog.customer.id"]) {
|
||||
label(messages["online.banking.credentials.login.name"]) {
|
||||
vboxConstraints {
|
||||
margin = LabelMargins
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ open class AddAccountDialog(protected val presenter: BankingPresenter) : Window(
|
|||
}
|
||||
}
|
||||
|
||||
label(messages["add.account.dialog.password"]) {
|
||||
label(messages["online.banking.credentials.password"]) {
|
||||
vboxConstraints {
|
||||
margin = LabelMargins
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue