77 lines
No EOL
4.6 KiB
XML
77 lines
No EOL
4.6 KiB
XML
<resources>
|
|
|
|
<string name="app_name" translatable="false">Tangem Tap</string>
|
|
|
|
<string name="generic_done">Done</string>
|
|
<string name="generic_retry">Retry</string>
|
|
<string name="generic_and">and</string>
|
|
|
|
<string name="notification_address_copied">Address was successfully copied</string>
|
|
<string name="notification_no_internet">No internet connection</string>
|
|
<string name="notification_no_internet_retry">@string/generic_retry</string>
|
|
|
|
<string name="home_do_you_have_card">Welcome to Tangem.\nDo you have one of our cards?</string>
|
|
<string name="home_button_yes">Yes!</string>
|
|
<string name="home_button_shop">No. Go to shop</string>
|
|
|
|
<string name="wallet_toolbar_title" translatable="false">Tangem Tap</string>
|
|
<string name="wallet_button_scan">Scan</string>
|
|
<string name="wallet_button_send">Send</string>
|
|
<string name="wallet_button_create_wallet">Create Wallet</string>
|
|
<string name="wallet_explore_address">Explore address</string>
|
|
<string name="wallet_create_payid">Create PayID</string>
|
|
<string name="wallet_verified_balance">Verified Balance</string>
|
|
<string name="wallet_blockchain_is_unreachable">Blockchain is unreachable</string>
|
|
<string name="wallet_unknown_blockchain">Your Tangem card was made to work with a different application. Please see the name and instructions on your card, and install the correct app.</string>
|
|
<string name="wallet_unknown_blockchain_title">Uh oh!</string>
|
|
<string name="wallet_balance_is_loading">Balance is loading…</string>
|
|
<string name="wallet_account_not_created">Account is not created</string>
|
|
<string name="wallet_empty_card">Empty Card</string>
|
|
<string name="wallet_empty_card_description">Create wallet to start using Tangem card</string>
|
|
<string name="wallet_no_account">Account is not created</string>
|
|
<string name="wallet_no_account_description">Load %1s+ %2s to create account</string>
|
|
<string name="wallet_tokens">Tokens</string>
|
|
<string name="wallet_pending_transaction_incoming">Receiving %1s %2s from </string>
|
|
<string name="wallet_pending_transaction_outcoming">Sending %1s %2s to </string>
|
|
|
|
<string name="wallet_dialog_pay_id_button">Create PayID</string>
|
|
<string name="wallet_create_payid_empty">Enter desired PayID first</string>
|
|
<string name="wallet_dialog_pay_id_hint">PayID name</string>
|
|
<string name="wallet_pay_id_address" translatable="false">$payid.tangem.com</string>
|
|
<string name="wallet_dialog_pay_id_description">Your PayID is information unique to you, like your phone number, email or ABN.</string>
|
|
|
|
|
|
<string name="error_payid_already_created">This PayID already exists. Try a different one.</string>
|
|
<string name="error_creating_payid">Error response while creating PayID.</string>
|
|
|
|
<string name="error_unknown">Unknown error</string>
|
|
<string name="error_payid_verification_failed">PayID verification failed</string>
|
|
<string name="error_payid_unsupported_by_blockchain">PayID unsupported by blockchain</string>
|
|
<string name="error_payid_not_registere">PayID not registered</string>
|
|
<string name="error_payid_request_failed">PayID request failed</string>
|
|
<string name="error_address_invalid_or_unsupported">Address is invalid or unsupported by blockchain</string>
|
|
<string name="error_address_same_as_wallet">Address is the same as wallet address</string>
|
|
<string name="error_fee_request_failed">Network fee request is failed</string>
|
|
<string name="error_fee_greater_than_amount">Fee greater than amount</string>
|
|
<string name="error_amount_with_fee_greater_than_balance">Amount with fee greater than balance</string>
|
|
<string name="error_insufficient_balance">Insufficient balance</string>
|
|
<string name="error_blockchain_internal">Blockchain internal error</string>
|
|
|
|
|
|
<string name="send_title">Send</string>
|
|
<string name="send_address_or_payid">Address or PayID</string>
|
|
<string name="send_fee">Network fee</string>
|
|
<string name="send_fee_include">Include fee</string>
|
|
<string name="send_fee_low">Low</string>
|
|
<string name="send_fee_normal">Normal</string>
|
|
<string name="send_fee_priority">Priority</string>
|
|
<string name="send_btn_send">Send</string>
|
|
<string name="send_total">Total</string>
|
|
<string name="send_total_amount">Amount</string>
|
|
<string name="send_total_fee">Fee</string>
|
|
<string name="send_total_will_be_sent">will be sent</string>
|
|
<string name="send_balance">Balance: %1s %2s</string>
|
|
<string name="send_set_maximum_amount">Maximum amount</string>
|
|
<string name="send_transaction_complete">Transaction was signed and sent to the blockchain</string>
|
|
|
|
</resources> |