strings.xml (36598B)
1 <!-- 2 ~ This file is part of GNU Taler 3 ~ (C) 2020 Taler Systems S.A. 4 ~ 5 ~ GNU Taler is free software; you can redistribute it and/or modify it under the 6 ~ terms of the GNU General Public License as published by the Free Software 7 ~ Foundation; either version 3, or (at your option) any later version. 8 ~ 9 ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY 10 ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 ~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 ~ 13 ~ You should have received a copy of the GNU General Public License along with 14 ~ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> 15 --> 16 17 <!-- NOTE: please organize strings in alphabetic order! --> 18 19 <resources xmlns:tools="http://schemas.android.com/tools"> 20 <string name="app_name">Taler Wallet</string> 21 22 <!-- Google Play Store --> 23 24 <string name="google_play_title" tools:keep="@string/google_play_title">Taler Wallet (experimental)</string> 25 <string name="google_play_short_desc" tools:keep="@string/google_play_short_desc">GNU Taler makes privacy-friendly online transactions fast and easy.</string> 26 <string name="google_play_full_desc" tools:keep="@string/google_play_full_desc"><![CDATA[ 27 This app is a wallet for GNU Taler. 28 29 GNU Taler is a privacy-preserving payment system. Customers can remain anonymous, but merchants cannot hide their income from payments made with GNU Taler. This helps to prevent tax evasion and money laundering. 30 31 The primary use case of GNU Taler is payments; it is not intended as a store of value. Payments are always backed by an existing currency. 32 33 Payments are made after converting existing money into electronic money (e-cash) with the help of an Exchange service, i.e. a payment service for Taler. 34 35 To make a payment, customers simply need a Taler wallet with sufficient e-cash. A merchant (seller) can accept payments without customers having to register on the seller\'s website. 36 37 GNU Taler is immune to many types of fraud such as credit card data theft, phishing, or chargeback fraud. In the event of loss or theft, only the limited amount of e-cash still in the wallet may be lost. 38 ]]></string> 39 40 <!-- Navigation --> 41 42 <string name="nav_error">Error</string> 43 <string name="nav_exchange_fees">Payment service fees</string> 44 <string name="nav_exchange_tos">PSP\'s terms of service</string> 45 <string name="nav_prompt_withdraw">Withdraw from bank</string> 46 <string name="nav_prompt_withdraw_currency">Withdraw %1$s</string> 47 48 <!-- General --> 49 50 <string name="actions">Actions</string> 51 <string name="button_back">Go back</string> 52 <string name="button_scan_qr_code">Scan Taler QR code</string> 53 <string name="button_scan_qr_code_label">Scan QR code</string> 54 <string name="cancel">Cancel</string> 55 <!-- The count should be mirrored in RTL languages --> 56 <string name="char_count">%1$d/%2$d</string> 57 <string name="copy" tools:override="true">Copy</string> 58 <string name="currency">Currency</string> 59 <!-- Currency name (payment service) --> 60 <string name="currency_url">%1$s (%2$s)</string> 61 <string name="currency_via">via</string> 62 <string name="edit">Edit</string> 63 <string name="empty">No items were found</string> 64 <string name="enter_uri">Enter Taler link</string> 65 <string name="enter_uri_label">Taler link</string> 66 <string name="enter_uri_prefix">taler://</string> 67 <string name="error">Error</string> 68 <string name="error_export">Export error diagnostics</string> 69 <string name="import_db">Import</string> 70 <string name="language">Language</string> 71 <string name="loading">Loading</string> 72 <string name="menu">Menu</string> 73 <string name="millisecond">%1$d ms</string> 74 <string name="offline">Operation requires internet access. Please ensure your internet connection works and try again.</string> 75 <string name="offline_banner">No internet access</string> 76 <string name="ok">OK</string> 77 <string name="open">Open</string> 78 <string name="paste">Paste</string> 79 <string name="paste_invalid">Clipboard contains an invalid data type</string> 80 <string name="ranking">#%1$d</string> 81 <string name="reload">Reload</string> 82 <string name="reset">Reset</string> 83 <string name="save">Save</string> 84 <string name="share_payment">Share payment link</string> 85 <string name="uri_invalid">Not a valid Taler link</string> 86 <string name="wallet">Wallet</string> 87 <string name="warning">Warning</string> 88 89 <!-- Biometric lock --> 90 <string name="biometric_auth_error">Authentication error: %1$s</string> 91 <string name="biometric_auth_failed">Authentication failed</string> 92 <string name="biometric_auth_unavailable">No authentication methods are available.</string> 93 <string name="biometric_prompt_title">Unlock to use wallet</string> 94 <string name="biometric_unlock_label">Tap to unlock</string> 95 96 <!-- QR code handling --> 97 98 <string name="qr_scan_context_title">Possibly unintended action</string> 99 <string name="qr_scan_context_receive_message">Seems like you were intending to receive money, but the QR code that you scanned corresponds to a different action. Do you wish to continue?</string> 100 <string name="qr_scan_context_send_message">Seems like you were intending to send money, but the QR code that you scanned corresponds to a different action. Do you wish to continue?</string> 101 <string name="qr_scan_offline">This action requires internet connection, in order to retry when internet is available, please stay on this screen and wait, or press the button below.</string> 102 103 <!-- Errors --> 104 105 <string name="error_no_uri">Error: No Taler link was found</string> 106 <string name="error_broken_uri">Error: This Taler link is (currently) not working.</string> 107 <string name="error_unsupported_uri">Error: This Taler link is not supported.</string> 108 109 <!-- Amounts --> 110 111 <string name="amount_available_transfer">Available for transfer: %1$s</string> 112 <string name="amount_available_transfer_fees">Available for transfer after fees: %1$s</string> 113 <string name="amount_chosen">Chosen amount</string> 114 <string name="amount_conversion">Conversion</string> 115 <string name="amount_deposit">Amount to deposit</string> 116 <string name="amount_effective">Effective amount</string> 117 <string name="amount_fee">Fee</string> 118 <string name="amount_invalid">Amount invalid</string> 119 <string name="amount_invoiced">Amount requested</string> 120 <string name="amount_lost">Amount lost</string> 121 <string name="amount_negative">-%s</string> 122 <string name="amount_max">Maximum amount</string> 123 <string name="amount_excess">Amount exceeds maximum of %1$s</string> 124 <string name="amount_positive">+%s</string> 125 <string name="amount_receive">Amount to receive</string> 126 <string name="amount_received">Amount received</string> 127 <string name="amount_send">Amount to send</string> 128 <string name="amount_sent">Amount sent</string> 129 <string name="amount_total">Total amount</string> 130 <string name="amount_total_label">Total:</string> 131 <string name="amount_transfer">Transfer</string> 132 <string name="amount_withdraw">Amount to withdraw from bank</string> 133 134 <!-- Assets --> 135 136 <string name="assets_section_balances">Balances</string> 137 <string name="assets_section_statements">Donation statements</string> 138 <string name="assets_title">Assets</string> 139 140 <!-- Balances --> 141 142 <string name="balance_scope_auditor">Auditor: %1$s</string> 143 <string name="balance_scope_exchange">From %1$s</string> 144 <string name="balances_empty_withdraw_chf_title">Welcome to Taler Wallet!</string> 145 <string name="balances_empty_withdraw_chf_message">To make your first payment, withdraw digital cash.</string> 146 <string name="balances_empty_withdraw_chf_button">Withdraw CHF</string> 147 <string name="balances_empty_withdraw_kudos_message">Get demo cash to experience how to pay with digital cash.</string> 148 <string name="balances_empty_withdraw_kudos_button">Get demo cash</string> 149 <string name="balances_inbound_amount">+%1$s incoming</string> 150 <string name="balances_outbound_amount">-%1$s outgoing</string> 151 152 <!-- Transactions --> 153 154 <string name="transaction_action_kyc">Complete KYC</string> 155 <string name="transaction_denom_loss">Loss of funds</string> 156 <string name="transaction_deposit">Deposit</string> 157 <string name="transaction_deposit_to">Deposit to %1$s</string> 158 <string name="transaction_dummy_title">Unknown transaction</string> 159 <string name="transaction_order">Purchase</string> 160 <string name="transaction_order_id">Order #%1$s</string> 161 <string name="transaction_order_total">Total</string> 162 <string name="transaction_paid">Paid</string> 163 <string name="transaction_peer_pull_credit">Request</string> 164 <string name="transaction_peer_pull_debit">Request paid</string> 165 <string name="transaction_peer_pull_debit_pending">Paying request</string> 166 <string name="transaction_peer_push_credit">Received</string> 167 <string name="transaction_peer_push_credit_pending">Receiving</string> 168 <string name="transaction_peer_push_debit">Sent</string> 169 <string name="transaction_peer_push_debit_pending">Sending</string> 170 <string name="transaction_pending">PENDING</string> 171 <string name="transaction_preparing_kyc">KYC required, preparing challenge</string> 172 <string name="transaction_refresh">Coin expiry change fee</string> 173 <string name="transaction_refund">Refund</string> 174 <string name="transaction_state_aborted">This transaction was aborted</string> 175 <string name="transaction_state_aborted_manual">This transaction was aborted. If you already sent money to this payment service, it will be transferred back to you in %1$s</string> 176 <string name="transaction_state_aborting">This transaction is aborting</string> 177 <string name="transaction_state_done">This transaction was completed successfully</string> 178 <string name="transaction_state_expired">This transaction has expired</string> 179 <string name="transaction_state_failed">This transaction has failed or been abandoned</string> 180 <string name="transaction_state_finalizing">This transaction is finalizing</string> 181 <string name="transaction_state_pending">This transaction is pending</string> 182 <string name="transaction_state_pending_bank">Waiting for authorization in the bank</string> 183 <string name="transaction_state_pending_kyc_bank">This transaction would exceed a limit set by the payment service. To increase the limit, follow the instructions linked below.</string> 184 <string name="transaction_state_pending_kyc_auth">You need to prove having control over the bank account for the deposit. To continue, follow the instructions linked below.</string> 185 <string name="transaction_state_suspended">This transaction is suspended</string> 186 <string name="transactions_abort">Abort</string> 187 <string name="transactions_abort_dialog_message">Are you sure you want to abort this transaction? Funds still in transit might get lost.</string> 188 <string name="transactions_abort_dialog_title">Abort transaction</string> 189 <string name="transactions_balance">Balance</string> 190 <!-- Currency name (symbol) --> 191 <string name="transactions_currency">%1$s (%2$s)</string> 192 <string name="transactions_delete">Delete</string> 193 <string name="transactions_delete_dialog_message">Are you sure you want to remove this transaction from your wallet?</string> 194 <string name="transactions_delete_dialog_title">Delete transaction</string> 195 <string name="transactions_delete_selected_dialog_message">Are you sure you want to remove the selected transactions from your wallet?</string> 196 <string name="transactions_delete_selected_dialog_title">Delete transactions</string> 197 <string name="transactions_detail_title">Transaction</string> 198 <string name="transactions_empty">You don\'t have any transactions</string> 199 <string name="transactions_empty_search">No transactions found. Try a different search.</string> 200 <string name="transactions_error">Could not load transactions\n\n%s</string> 201 <string name="transactions_fail">Abandon</string> 202 <string name="transactions_fail_dialog_message">Are you sure you abandon this transaction? Funds still in transit WILL GET LOST.</string> 203 <string name="transactions_fail_dialog_title">Abandon transaction</string> 204 <string name="transactions_filter_nonfinal">You are viewing pending transactions</string> 205 <string name="transactions_receive_funds">Request</string> 206 <string name="transactions_resume">Resume</string> 207 <string name="transactions_retry">Retry</string> 208 <string name="transactions_required_kyc">KYC required to proceed</string> 209 <string name="transactions_select_all">Select All</string> 210 <string name="transactions_send_funds">Send</string> 211 <string name="transactions_suspend">Suspend</string> 212 <string name="transactions_title">Transactions</string> 213 214 <!-- Donau --> 215 216 <string name="donau_id">Donor tax payer ID</string> 217 <string name="donau_ready">Donations have been configured successfully</string> 218 <string name="donau_select_button">Select tax authority</string> 219 <string name="donau_selector_confirm">Setup tax payer ID</string> 220 <string name="donau_selector_title">Select tax authority</string> 221 <string name="donau_statement_instruction">Show this QR code to your tax authority to verify this donation statement</string> 222 <string name="donau_statement_legal_domain">Legal domain</string> 223 <string name="donau_statement_tax_authority">Tax authority</string> 224 <string name="donau_statement_title">Donation statement</string> 225 <string name="donau_statement_title_year">Donations %1$d</string> 226 <string name="donau_statement_year">Year</string> 227 <string name="donau_title">Tax-deductible donations</string> 228 <string name="donau_toggle_label">Receive tax-deductible donation receipt</string> 229 <string name="donau_url">Donation authority URL</string> 230 <string name="donau_warning_mismatch">Your configured tax authority (%1$s) is not available for this option. If you moved, please select the tax authority that applies to your new jurisdiction.</string> 231 <string name="donau_warning_unset">No tax authority is configured in this wallet, please select one that applies to your jurisdiction.</string> 232 233 <!-- Payments --> 234 235 <string name="payment_aborted">Aborted</string> 236 <string name="payment_aborting">Aborting</string> 237 <string name="payment_already_paid">You\'ve already paid for this purchase.</string> 238 <string name="payment_amount_total">Total: %1$s</string> 239 <string name="payment_automatic_execution">This payment was automatically confirmed</string> 240 <string name="payment_balance_insufficient">Insufficient balance</string> 241 <string name="payment_balance_insufficient_hint_age_restricted">Purchase not possible due to age restriction</string> 242 <string name="payment_balance_insufficient_hint_exchange_missing_global_fees">Payment service is missing the global fee configuration, this likely means it is misconfigured</string> 243 <string name="payment_balance_insufficient_hint_fees_not_covered">Not enough funds to pay the payment service fees not covered by the merchant</string> 244 <string name="payment_balance_insufficient_hint_merchant_accept_insufficient">Merchant doesn\'t accept money from one or more payment services in this wallet</string> 245 <string name="payment_balance_insufficient_hint_merchant_deposit_insufficient">Merchant doesn\'t accept the wire method of the payment service, this likely means it is misconfigured</string> 246 <string name="payment_balance_insufficient_hint_wallet_balance_material_insufficient">Some of the coins needed for this purchase are currently unavailable</string> 247 <string name="payment_balance_insufficient_max">Balance insufficient! Maximum is %1$s</string> 248 <string name="payment_button_cancel">Cancel</string> 249 <string name="payment_button_confirm">Confirm payment</string> 250 <string name="payment_button_confirm_amount">Pay %1$s</string> 251 <string name="payment_button_confirm_tokens">Pay with tokens</string> 252 <string name="payment_cancel_dialog_message">Are you sure you want to cancel this payment? You won\'t be able to complete it later. Alternatively, you can simply exit this screen and come back later.</string> 253 <string name="payment_cancel_dialog_title">Cancel payment</string> 254 <string name="payment_choice_inputs">Spend now</string> 255 <string name="payment_choice_outputs">You receive with purchase</string> 256 <string name="payment_confirmation_code">Confirmation code</string> 257 <string name="payment_create_order">Create order</string> 258 <string name="payment_error">Error: %s</string> 259 <string name="payment_failed">Failed</string> 260 <string name="payment_fee">+%s payment fee</string> 261 <string name="payment_initiated">Payment initiated</string> 262 <string name="payment_label_order_summary">Purchase</string> 263 <string name="payment_pay_template_title">Customize your order</string> 264 <string name="payment_pending">Payment not completed, it will be retried</string> 265 <!-- <quantity> × <price> --> 266 <string name="payment_product_price_quantity">%1$s × %2$s</string> 267 <string name="payment_prompt_title">Review payment</string> 268 <string name="payment_repurchase">Repurchase</string> 269 <string name="payment_section_choices">Select payment option</string> 270 <string name="payment_section_review">Review order</string> 271 <!-- including <amount> <tax name> --> 272 <string name="payment_tax">incl. %1$s %2$s</string> 273 <!-- <quantity> × <token name> --> 274 <string name="payment_token_name_quantity">%1$d × %2$s</string> 275 <string name="payment_token_discount">Discount</string> 276 <string name="payment_token_subscription">Subscription</string> 277 <string name="payment_tokens_insufficient">Insufficient tokens</string> 278 <string name="payment_tokens_unexpected">Unexpected merchant %1$s, your token could be stolen.</string> 279 <string name="payment_tokens_untrusted">Merchant %1$s is untrusted, cannot spend this token.</string> 280 <string name="payment_template_error">Error creating order</string> 281 <string name="payment_title">Payment</string> 282 283 <!-- P2P receive --> 284 285 <string name="receive_peer">Request money from another wallet</string> 286 <string name="receive_peer_create_button">Create request</string> 287 <string name="receive_peer_create_button_amount">Request %1$s</string> 288 <string name="receive_peer_invoice_uri">Alternatively, copy and send this URI:</string> 289 <string name="receive_peer_payment_instruction">Scan this QR code to pay %1$s</string> 290 <string name="receive_peer_payment_intro">Do you want to receive this payment?</string> 291 <string name="receive_peer_payment_title">Receive payment</string> 292 <string name="receive_peer_review_terms">You must first accept the payment service\'s terms of service before you can request electronic cash.</string> 293 <string name="receive_peer_title">Request money</string> 294 295 <!-- P2P send --> 296 297 <string name="pay_peer_intro">Do you want to pay this request?</string> 298 <string name="pay_peer_title">Pay request</string> 299 <string name="send_deposit_account">Account</string> 300 <string name="send_deposit_account_add">Add account</string> 301 <string name="send_deposit_account_edit">Edit account</string> 302 <string name="send_deposit_account_error">It is not possible to deposit to this account, please select another one</string> 303 <string name="send_deposit_account_forget_dialog_message">Do you really wish to forget this account in the wallet?</string> 304 <string name="send_deposit_account_forget_dialog_title">Forget account</string> 305 <string name="send_deposit_account_note">Note</string> 306 <string name="send_deposit_account_manage">Manage bank accounts</string> 307 <string name="send_deposit_account_warning">You must enter an account that you control, otherwise you will not be able to fulfill the regulatory requirements.</string> 308 <string name="send_deposit_bitcoin">Bitcoin</string> 309 <string name="send_deposit_bitcoin_address">Bitcoin address</string> 310 <string name="send_deposit_bitcoin_create_button">Transfer Bitcoin</string> 311 <string name="send_deposit_button_label">Deposit</string> 312 <string name="send_deposit_check_fees_button">Check fees</string> 313 <string name="send_deposit_create_button">Make deposit</string> 314 <string name="send_deposit_cyclos">Cyclos</string> 315 <string name="send_deposit_host">Local currency bank</string> 316 <string name="send_deposit_iban">IBAN</string> 317 <string name="send_deposit_iban_error">IBAN is invalid</string> 318 <string name="send_deposit_known_bank_accounts">Known bank accounts</string> 319 <string name="send_deposit_known_bank_account_delete">Delete</string> 320 <string name="send_deposit_known_bank_accounts_empty">No bank accounts saved in the wallet</string> 321 <string name="send_deposit_kyc_auth_intro_bank">You need to transfer %1$s from the bank account %2$s to the payment service to prove having control over it.</string> 322 <string name="send_deposit_kyc_auth_step_finish">Finish the wire transfer of %1$s in your banking app or website to prove having control over the bank account %2$s. Depending on your bank the transfer can take from minutes to two working days, please be patient.</string> 323 <string name="send_deposit_kyc_auth_warning_account">Do not use a different bank account for the deposit, or the verification will fail.</string> 324 <string name="send_deposit_kyc_auth_warning_subject">This is mandatory, otherwise the verification will fail.</string> 325 <string name="send_deposit_name">Account holder</string> 326 <string name="send_deposits_no_currencies_error">No known currencies are available to deposit.</string> 327 <string name="send_deposit_no_methods_error">No supported wire methods</string> 328 <string name="send_deposit_postal_code">Postal code (optional)</string> 329 <string name="send_deposit_select_account_title">Select bank account</string> 330 <string name="send_deposit_select_amount_title">Select amount to deposit</string> 331 <string name="send_deposit_taler">x-taler-bank</string> 332 <string name="send_deposit_town">Town (optional)</string> 333 <string name="send_deposit_title">Deposit to bank account</string> 334 <string name="send_deposit_no_alias">No alias</string> 335 <string name="send_peer_create_button">Send funds now</string> 336 <string name="send_peer_create_button_amount">Send %1$s</string> 337 <string name="send_peer_expiration_1d">1 day</string> 338 <string name="send_peer_expiration_30d">30 days</string> 339 <string name="send_peer_expiration_7d">1 week</string> 340 <string name="send_peer_expiration_custom">Custom</string> 341 <string name="send_peer_expiration_days">Days</string> 342 <string name="send_peer_expiration_hours">Hours</string> 343 <string name="send_peer_expiration_period">Expires in</string> 344 <string name="send_peer_payment_instruction">Scan this QR code to receive %1$s</string> 345 <string name="send_peer_purpose">Purpose</string> 346 <string name="send_peer_title">Send money to another wallet</string> 347 348 <!-- Withdrawals --> 349 350 <string name="withdraw_account">Account #%1$d</string> 351 <string name="withdraw_account_currency">Account #%1$d (%2$s)</string> 352 <string name="withdraw_amount_error">Enter valid amount</string> 353 <string name="withdraw_button_confirm">Confirm withdrawal</string> 354 <string name="withdraw_button_confirm_bank">Authorize in bank</string> 355 <string name="withdraw_button_label">Withdraw</string> 356 <string name="withdraw_button_tos">Terms of service</string> 357 <string name="withdraw_cash_acceptor">The amount to be withdrawn will be determined by the cash acceptor</string> 358 <string name="withdraw_error_already_confirmed">Withdrawal is already confirmed</string> 359 <string name="withdraw_error_empty_exchanges">No payment services were configured by the bank.</string> 360 <string name="withdraw_error_message">Withdrawing is currently not possible. Please try again later!</string> 361 <string name="withdraw_error_test">Error withdrawing KUDOS</string> 362 <string name="withdraw_error_title">Withdrawal error</string> 363 <string name="withdraw_exchange">Payment service</string> 364 <string name="withdraw_fee">+%1$s withdrawal fees</string> 365 <string name="withdraw_initiated">Withdrawal initiated</string> 366 <string name="withdraw_manual_bitcoin_intro">Now make a split transaction with the following three outputs.</string> 367 <string name="withdraw_manual_instruction_manual">Follow the instructions to enter the transfer details into your banking app</string> 368 <string name="withdraw_manual_instruction_qr">Or share this QR code with your banking app to withdraw digital cash</string> 369 <string name="withdraw_manual_qr_epc">EPC QR</string> 370 <string name="withdraw_manual_qr_intro">If your banking software runs on another device, you can scan one of these QR codes:</string> 371 <string name="withdraw_manual_qr_spc">Swiss QR bill</string> 372 <string name="withdraw_manual_qr_unknown">Unknown payment QR</string> 373 <string name="withdraw_manual_ready_account">Account</string> 374 <string name="withdraw_manual_ready_bank_button">Open in banking app</string> 375 <string name="withdraw_manual_ready_details_intro">Wire transfer instructions</string> 376 <string name="withdraw_manual_ready_details_qr">Wire transfer QR codes</string> 377 <string name="withdraw_manual_ready_iban">IBAN</string> 378 <string name="withdraw_manual_ready_intro">You need to transfer %1$s from your regular bank account to the payment service to receive %2$s as electronic cash in this wallet.</string> 379 <string name="withdraw_manual_ready_postal_code">Postal code</string> 380 <string name="withdraw_manual_ready_receiver">Recipient</string> 381 <string name="withdraw_manual_ready_subject">Subject</string> 382 <string name="withdraw_manual_ready_town">Town</string> 383 <string name="withdraw_manual_ready_warning">This is mandatory, otherwise your money will not arrive in this wallet.</string> 384 <string name="withdraw_manual_step"><b>Step %1$s:</b> %2$s</string> 385 <string name="withdraw_manual_step_cyclos">Copy and paste recipient and amount into the corresponding fields in your banking app or website.</string> 386 <string name="withdraw_manual_step_finish">Finish the wire transfer of %1$s in your banking app or website, then this withdrawal will proceed automatically. Depending on your bank the transfer can take from minutes to two working days, please be patient.</string> 387 <string name="withdraw_manual_step_iban">If you don\'t already have it in your banking favorites list, then copy and paste recipient and IBAN into the recipient/IBAN fields in your banking app or website (and save it as favorite for the next time):</string> 388 <string name="withdraw_manual_step_subject">Copy this code and paste it into the subject/purpose field in your banking app or bank website:</string> 389 <string name="withdraw_restrict_age">Restrict usage to age</string> 390 <string name="withdraw_restrict_age_unrestricted">Unrestricted</string> 391 <string name="withdraw_review_terms">You must first accept the payment service\'s terms of service before you can withdraw electronic cash to your wallet.</string> 392 <string name="withdraw_select_amount">Select amount</string> 393 <string name="withdraw_subtitle">Select target bank account</string> 394 <string name="withdraw_title">Withdraw</string> 395 <string name="withdraw_waiting_confirm">Waiting for confirmation</string> 396 397 <!-- Exchanges --> 398 399 <string name="exchange_add_error">Could not add payment service</string> 400 <string name="exchange_add_url">Enter address of payment service</string> 401 <string name="exchange_delete">Delete payment service</string> 402 <string name="exchange_delete_force">Force deletion (purge)</string> 403 <plurals name="exchange_fee_coin"> 404 <item quantity="one">Coin: %s (used %d time)</item> 405 <item quantity="other">Coin: %s (used %d times)</item> 406 </plurals> 407 <string name="exchange_fee_coin_expiration_label">Earliest coin expiry:</string> 408 <string name="exchange_fee_coin_fees_label">Coin fees</string> 409 <string name="exchange_fee_deposit_fee">Deposit fee: %1$s</string> 410 <string name="exchange_fee_overhead_label">Rounding loss:</string> 411 <string name="exchange_fee_refresh_fee">Change fee: %1$s</string> 412 <string name="exchange_fee_refund_fee">Refund fee: %1$s</string> 413 <string name="exchange_fee_wire_fee_closing_fee">Closing fee: %1$s</string> 414 <string name="exchange_fee_wire_fee_timespan">Timespan: %1$s - %2$s</string> 415 <string name="exchange_fee_wire_fee_wire_fee">Wire fee: %1$s</string> 416 <string name="exchange_fee_wire_fees_label">Wire fees</string> 417 <string name="exchange_fee_withdraw_fee">Withdraw fee: %1$s</string> 418 <string name="exchange_fee_withdrawal_fee_label">Withdrawal fee:</string> 419 <string name="exchange_global_add">Treat as global</string> 420 <string name="exchange_global_add_success">Payment service now being treated as global</string> 421 <string name="exchange_global_delete">Stop treating as global</string> 422 <string name="exchange_global_delete_success">Payment service no longer being treated as global</string> 423 <string name="exchange_list_add">Add payment service</string> 424 <string name="exchange_list_add_dev">Add development payment services</string> 425 <string name="exchange_list_currency">Currency: %1$s</string> 426 <string name="exchange_list_empty">No payment services known\n\nAdd one manually or withdraw digital cash!</string> 427 <string name="exchange_list_error">Could not list payment services</string> 428 <string name="exchange_list_select">Select payment service</string> 429 <string name="exchange_list_title">Payment services</string> 430 <string name="exchange_menu_manual_withdraw">Withdraw</string> 431 <string name="exchange_not_contacted">Payment service not contacted</string> 432 <string name="exchange_reload">Reload information</string> 433 <string name="exchange_settings_summary">Manage the payment services known to this wallet</string> 434 <string name="exchange_settings_title">Payment services</string> 435 <string name="exchange_tos">Terms of service</string> 436 <string name="exchange_tos_accept">Accept terms of service</string> 437 <string name="exchange_tos_forget">Reject terms of service</string> 438 <string name="exchange_tos_missing">Terms of service were not provided by payment service</string> 439 <string name="exchange_tos_view">Review terms of service</string> 440 <string name="exchange_tos_error">Error showing terms of service: %1$s</string> 441 <string name="exchange_unselected">No payment service is selected</string> 442 443 <!-- Exchange shopping discovery --> 444 <string name="exchange_shopping_title">Where to pay</string> 445 <string name="exchange_shopping_label">Where to pay with %1$s</string> 446 <string name="exchange_shopping_message">Your payment service offers the following website(s) with information about where you can pay in %1$s using your Taler wallet:</string> 447 448 <!-- Losses --> 449 450 <string name="loss_reason">Reason</string> 451 <string name="loss_reason_expired">Funds were not renewed, because the wallet was not opened for a long time</string> 452 <string name="loss_reason_unoffered">The payment service stopped offering the denomination backing the funds</string> 453 <string name="loss_reason_vanished">The payment service lost the record of the funds</string> 454 455 <!-- Observability --> 456 457 <string name="observability_hide_json">Hide JSON</string> 458 <string name="observability_show_json">Show JSON</string> 459 <string name="observability_title">Internal event log</string> 460 <string name="show_logs">Show logs</string> 461 462 <!-- Performance stats --> 463 <string name="performance_stats_title">Performance stats</string> 464 <string name="performance_stats_http_fetch">HTTP requests</string> 465 <string name="performance_stats_db_query">Database queries</string> 466 <string name="performance_stats_crypto">Cryptographic operations</string> 467 <string name="performance_stats_wallet_request">Wallet-Core requests</string> 468 <string name="performance_stats_wallet_task">Wallet-Core tasks</string> 469 470 <!-- Settings --> 471 472 <string name="menu_settings">Settings</string> 473 <string name="settings_alert_import_canceled">Import cancelled</string> 474 <string name="settings_alert_reset_canceled">Reset cancelled</string> 475 <string name="settings_alert_reset_done">Wallet has been reset</string> 476 <string name="settings_bank_accounts">Bank accounts</string> 477 <string name="settings_bank_accounts_summary">Manage your bank accounts for deposits</string> 478 <string name="settings_db_clear_error">Error cleaning database</string> 479 <string name="settings_db_export">Export database</string> 480 <string name="settings_db_export_error">Error exporting database</string> 481 <string name="settings_db_export_message">Exporting database, please wait until confirmation</string> 482 <string name="settings_db_export_success">Database exported to file</string> 483 <string name="settings_db_export_summary">Save internal database</string> 484 <string name="settings_db_import">Import database</string> 485 <string name="settings_db_import_error">Error importing database</string> 486 <string name="settings_db_import_message">Importing database, please wait until confirmation</string> 487 <string name="settings_db_import_success">Database imported from file</string> 488 <string name="settings_db_import_summary">Restore database from file</string> 489 <string name="settings_dev_mode">Developer mode</string> 490 <string name="settings_dev_mode_summary">Shows more information intended for debugging</string> 491 <string name="settings_dialog_import_message">This operation will overwrite your existing database. Do you want to continue?</string> 492 <string name="settings_dialog_reset_message">Do you really want to reset the wallet and lose all coins and purchases?</string> 493 <string name="settings_donau">Tax-deductible donations</string> 494 <string name="settings_donau_summary">Set donation authority and tax payer ID</string> 495 <string name="settings_lock_auth">Protect access to wallet</string> 496 <string name="settings_lock_auth_summary">Require fingerprint or password to access the wallet</string> 497 <string name="settings_logcat">Debug log</string> 498 <string name="settings_logcat_error">Error exporting log</string> 499 <string name="settings_logcat_success">Log exported to file</string> 500 <string name="settings_logcat_summary">Save internal log</string> 501 <string name="settings_stats">Performance stats</string> 502 <string name="settings_stats_summary">View top time-consuming operations</string> 503 <string name="settings_reset">Reset Wallet (dangerous!)</string> 504 <string name="settings_reset_summary">Throws away your money</string> 505 <string name="settings_test">Run integration test</string> 506 <string name="settings_test_running">The integration test is now running</string> 507 <string name="settings_test_summary">Performs test transactions with demo setup</string> 508 <string name="settings_test_withdrawal">Now withdrawing KUDOS</string> 509 <string name="settings_version_app">App version</string> 510 <string name="settings_version_core">Wallet Core version</string> 511 <string name="settings_version_protocol_exchange">Supported Exchange versions</string> 512 <string name="settings_version_protocol_merchant">Supported Merchant versions</string> 513 <string name="settings_version_unknown">Unknown</string> 514 <string name="settings_withdraw_testkudos">Withdraw demo KUDOS</string> 515 <string name="settings_withdraw_testkudos_summary">Get money for testing</string> 516 517 <!-- Refunds --> 518 519 <string name="refund_error">Error processing refund</string> 520 <string name="refund_success">Refund received!</string> 521 <string name="refund_title">Refund</string> 522 523 <!-- Miscellaneous --> 524 525 <string name="host_apdu_service_desc">Taler NFC Payments</string> 526 <string name="wifi_connect_error">Could not connect to free Wi-Fi: %1$s</string> 527 <string name="wifi_disabled_error">Turn on Wi-Fi to get free Wi-Fi</string> 528 529 </resources>