20 lines
No EOL
1.5 KiB
XML
20 lines
No EOL
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="send_error_insufficient_balance">Insufficient balance</string>
|
|
<string name="send_error_blockchain_internal">Blockchain internal error</string>
|
|
<string name="send_error_invalid_fee_value">Invalid Fee</string>
|
|
<string name="send_error_dust_amount_format">Minimum amount is %s</string>
|
|
<string name="send_error_dust_change">Change is too small</string>
|
|
<string name="send_error_no_account_xlm">To create account send 1+ XLM to this address</string>
|
|
<string name="send_error_fee_request_failed">Failed to get fee</string>
|
|
<string name="send_error_no_target_account">Target account is not created. Amount to send should be %s %s + fee or more to create</string>
|
|
<string name="send_error_unknown">Unknown error</string>
|
|
<string name="send_validation_invalid_address">Invalid address</string>
|
|
<string name="send_validation_invalid_amount">Invalid amount</string>
|
|
<string name="send_validation_amount_exceeds_balance">Amount Exceeds Balance</string>
|
|
<string name="send_validation_invalid_total">Total Exceeds Balance</string>
|
|
<string name="send_validation_invalid_fee">Fee Exceeds Balance</string>
|
|
<string name="xtz_withdrawal_message_warning">To avoid paying an increased commission the next time you top up your wallet, reduce the amount by %s XTZ</string>
|
|
<string name="xtz_withdrawal_message_reduce">Reduce by %s XTZ</string>
|
|
<string name="xtz_withdrawal_message_ignore">No, send all</string>
|
|
</resources> |