fints4k/fints4javaAndroidApp/src/main/res/values/strings.xml
2019-12-31 00:26:50 +01:00

78 lines
4.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<resources>
<string name="app_name">FinTS</string>
<string name="select">Select</string>
<string name="cancel">Cancel</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="later">Later</string>
<string name="do_not_ask_anymore">Don\'t ask anymore</string>
<string name="search">Search</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="nav_header_title">Android Studio</string>
<string name="nav_header_subtitle">android.studio@android.com</string>
<string name="nav_header_desc">Navigation header</string>
<string name="menu_home">Home</string>
<string name="menu_main_update_transactions">Update transactions</string>
<string name="fragment_home_could_not_retrieve_account_transactions">Could not retrieve account transactions:\n%s</string>
<string name="fragment_home_new_bank_transfer_to">New bank transfer to %s</string>
<string name="dialog_add_account_enter_bank_code">Bank code:</string>
<string name="dialog_add_account_enter_fints_server_address">FinTS server address:</string>
<string name="dialog_add_account_enter_customer_id">Customer Id:</string>
<string name="dialog_add_account_enter_pin">Pin:</string>
<string name="dialog_add_account_add">Add</string>
<string name="dialog_add_account_message_could_not_add_account">Could not add account: %s</string>
<string name="dialog_add_account_message_successfully_added_account">
Successfully added account.
\n\nWould you like to fetch all account transactions now? If so entering a TAN is required.
\n\nEven if not, please choose your TAN procedure here:
</string>
<string name="dialog_add_account_message_successfully_added_account_support_retrieving_transactions_of_last_90_days_without_tan">
Successfully added account.
\n\nYour bank supports retrieving account transactions of last 90 days without TAN. These are already displayed in background.
\n\nWould you like to fetch all account transactions now? If so entering a TAN is required.
\n\nEven if not, please choose your TAN procedure here:
</string>
<string name="dialog_bank_transfer_remittee_name">Name:</string>
<string name="dialog_bank_transfer_remittee_iban">IBAN:</string>
<string name="dialog_bank_transfer_remittee_bic">BIC:</string>
<string name="dialog_bank_transfer_amount">Amount:</string>
<string name="dialog_bank_transfer_usage">Usage:</string>
<string name="dialog_bank_transfer_transfer">Transfer</string>
<string name="dialog_bank_transfer_message_transfer_successful">Successfully transferred %1$s %2$s to %3$s.</string>
<string name="dialog_bank_transfer_message_transfer_failed">Could not transfer %1$s %2$s to %3$s:\n%4$s.</string>
<string name="view_flicker_code_size">Size:</string>
<string name="view_flicker_code_increase_size">+</string>
<string name="view_flicker_code_decrease_size">-</string>
<string name="view_flicker_code_frequency">Frequency:</string>
<string name="view_flicker_code_increase_frequency">+</string>
<string name="view_flicker_code_decrease_frequency">-</string>
<string name="dialog_enter_tan_select_tan_medium">TAN medium</string>
<string name="dialog_enter_tan_enter_tan">Enter TAN:</string>
<string name="dialog_enter_tan_tan_medium_successfully_changed">TAN medium successfully changed to \'%s\'.</string>
<string name="dialog_enter_tan_error_changing_tan_medium">Could not change TAN medium to \'%s\':\n%s.</string>
<!-- Removed <p></p> from last paragraph as otherwise TextView has some padding at the end -->
<string name="dialog_enter_atc_explanation"><![CDATA[
<p>Your bank asks you to synchronize your TAN generator.</p>
<p>Please insert the card \'%s\' into your TAN generator.</p>
<p>Then press the \'TAN\' button for a few seconds till \'aktiviert\' gets displayed.</p>
<p>Then either press the \'TAN\' button again or enter the start code \'103\', press the \'OK\' button twice and then the \'\' button (depends on your model).</p>
Now the values for \'TAN\' and \'ATC\' should be displayed. Enter these two values below:
]]></string>
<string name="dialog_enter_atc_tan_label">TAN:</string>
<string name="dialog_enter_atc_atc_label">ATC:</string>
<string name="dialog_enter_atc_error_entered_atc_is_not_a_number">ATC has to be a number.\n\nBut entered ATC value \'%s\' cannot be converted to a number.</string>
</resources>